/
Server data types
Server data types
Server Data Type | Size | Signed / Unsigned |
---|---|---|
BOOL | 1 Bit |
|
STR | Variable |
|
BYTE | 1 Byte | Unsigned |
CHAR | 1 Byte | Signed |
INT8 | 1 Byte | Signed |
UINT8 | 1 Byte | Unsigned |
INT16 | 2 Byte | Signed |
UINT16 | 2 Byte | Unsigned |
INT32 | 4 Byte | Signed |
UINT32 | 4 Byte | Unsigned |
INT64 | 8 Byte | Signed |
UINT64 | 8 Byte | Unsigned |
FLOAT | 4 Byte |
|
DOUBLE | 8 Byte |
|
DATE |
|
|
TIME |
|
|
, multiple selections available,
Related content
Supported data types
Supported data types
Read with this
Modbus data types
Modbus data types
More like this
HTTP data point definitions
HTTP data point definitions
More like this
BACnet object types
BACnet object types
More like this
Processing of data values
Processing of data values
More like this
HTTP resource definitions
HTTP resource definitions
More like this