The table lists the data types that can be used when configuring tags.
This section gives the detailed properties of the data types that are used in adding the tags. The following data types are changed from V1.0 to V2.0 onwards.
| SLMP Connector 1.0.0 | SLMP Connector 2.0.0 Onwards | JSON Type |
|---|---|---|
| Bool | Bool | Boolean |
| 4-bit block | 4-bit block | Integer |
| 8-bit block | 8-bit block | Integer |
| 12-bit block | 12-bit block | Integer |
| 16-bit block | 16-bit block | Integer |
| 20-bit block | 20-bit block | Integer |
| 24-bit block | 24-bit block | Integer |
| 28-bit block | 28-bit block | Integer |
| 32-bit block | 32-bit block | Integer |
| Int | Int | Integer |
| Dint | Dint | Integer |
| Word | Word | Integer |
| DWord | DWord | Integer |
| Real | Real | Number |
| LReal | LReal | Number |
| String | String | String |
NOTICE
The Boolean value in tag data payload was published as TRUE & FALSE in V1.0. However, they are published as 1 & 0 from V2.0 onwards.