Mapping of the datatypes |
BUR20032 -> Creating variables -> Driver objects and datatypes -> Mapping of the datatypes |
Show all Hide all |
All variables in zenon are derived from IEC data types. The following table compares the IEC datatypes with the datatypes of the PLC.
Examples for all possible zenon data types
PLC |
zenon |
---|---|
I8 |
i/u8Bit (signed) |
I16 |
i/u16Bit (signed) |
I32 |
i/u32Bit (signed) |
U8 |
i/u8Bit |
U16 |
i/u16Bit |
U32 |
i/u32Bit |
F32 |
float32 |
Boolean |
Boolean |
string |
String |
CPU status |
i/u16Bit |
Data type |
The property "Datenart" is the internal numerical name of the data type. It is also used for the extended DBF import/export of the variables. |