PointType
- Last UpdatedOct 02, 2024
- 1 minute read
The PointType value is assigned when the point is created. For details on editing this value, see Change PI point type.
|
Point Type |
Used for points with |
|---|---|
|
Digital |
Values that can only be one of several discrete states, such as ON/OFF and Red/Green/Yellow. |
|
Int16 |
Integer values between 0 and 32,767 (15-bit unsigned integers). |
|
Int32 |
Integer values between -2147450880 and 2147483647 (32-bit signed integers). The lowest 32,767 values of the 32-bit range are reserved. |
|
Float16 |
Floating point values, scaled. The accuracy is one part in 32,767. |
|
Float32 |
Single-precision floating-point values, not scaled. |
|
Float64 |
Double-precision floating-point values, not scaled. |
|
String |
String data of up to 972 characters if annotated, 976 otherwise. |
|
Blob |
Any type of binary data up to 972 bytes if annotated, 976 otherwise. |
|
Timestamp |
Any time/date in the range 1-Jan-1970 to 1-Jan-2038 Universal Time (UTC). |