Return to previous page Return to menu Go to next page

7.2 Data details

7.2.1 Basic data
  Title  
Data specifications
  Data  
Basic data
  Data Name  
  No  
1.0

(1) Basic data type

         type name 
         description 
         Uint8 
         unsigned 1-byte integer 
         Sint8 
         signed 1 byte integer 
         Uint16 
         Unsigned 2-byte integer 
         Sint16 
         signed 2-byte integer 
         Uint32 
         Unsigned 4-byte integer 
         Sint32 
         signed 4-byte integer 
         Boo1 
         Logical 4-byte integer (takes a logical constant as value) 

(2) Logical constant

        Used as a logical (Bool) value.

         constant name 
         value 
         Description 
        FALSE
        TRUE
        0
        1
         Represents false logical value. 
        Represents the logical value true.
        OFF
        ON
        0
        1
         Indicates switch-off (false). 
        Indicates switch-on (true).

(3) Other

         constant name 
         value 
         Description 
         NULL 
         ((void *) 0) 
         NULL Pointer 


Return to previous page Return to menu Go to next page