Supported Data Types
- Last UpdatedSep 18, 2017
- 1 minute read
The data type is specified as a suffix in the item syntax. This OI Server supports the following data types.
|
DataType /Suffix |
Description |
Range of Values |
|
SHORT |
Signed,16-bit decimal value. |
-32768to32767 |
|
WORD |
Unsigned,16-bit decimal value. |
0 to 65535 |
|
BCD |
16-bit binary coded decimal (BCD) with byte swap. |
0 to 9999 |
|
LONG DWORD |
Signed,32-bit decimal value. Unsigned,32-bit decimal value. |
-2147483648to2147483647 0 to 4294967295 |
|
LBCD |
32-bit binary coded decimal (BCD) with byte swap. |
0 to 99999999 |
|
FLOAT |
32-bit floating point value. |
N/A |