The following data types can be used with the FP Data Analyzer:
Data Type |
Description |
---|---|
BOOL |
Boolean (1 bit) |
INT |
Integer (16 bits) |
DINT |
Double Integer (32 bits) |
REAL |
Real number (32 bits) |
WORD |
Bit string of length 16 (16 bits) |
DWORD |
Bit string of length 32 (32 bits) |
TIME |
Duration (16 or 32 bits) |
STRING |
Variable length character string |
ARRAY of BOOL ARRAY of INT ARRAY of DINT ARRAY of WORD ARRAY of DWORD ARRAY of REAL ARRAY of TIME |