The controller supports the following IEC data types:
Data Type |
Lower Limit |
Upper Limit |
Information Content |
---|---|---|---|
FALSE |
TRUE |
1 Bit |
|
BYTE |
0 |
255 |
8 Bit |
0 |
65,535 |
16 Bit |
|
0 |
4,294,967,295 |
32 Bit |
|
0 |
264-1 |
64 Bit |
|
-128 |
127 |
8 Bit |
|
USINT |
0 |
255 |
8 Bit |
-32,768 |
32,767 |
16 Bit |
|
0 |
65,535 |
16 Bit |
|
-2,147,483,648 |
2,147,483,647 |
32 Bit |
|
0 |
4,294,967,295 |
32 Bit |
|
-263 |
263-1 |
64 Bit |
|
ULINT |
0 |
264-1 |
64 Bit |
1.175494351e-38 |
3.402823466e+38 |
32 Bit |
|
1 character |
255 characters |
1 character = 1 byte |
|
WSTRING |
1 character |
255 characters |
1 character = 1 word |
TIME |
- |
- |
32 Bit |
For more information on ARRAY, LTIME, DATE, TIME, DATE_AND_TIME, and TIME_OF_DAY, refer to the EcoStruxure Machine Expert Programming Guide.