Supported property types
- Last UpdatedMar 17, 2025
- 1 minute read
- CONNECT
- CONNECT to PI Agent
- Agents
- PI Server
The following table shows the SDS property types that can be transferred to a PI Server using CONNECT to PI and the corresponding PI point types.
|
SDS Property Type |
PI Point Type |
|---|---|
|
Boolean |
Int16 |
|
Byte |
Int32 |
|
ByteEnum |
Int32 or DigitalState |
|
DateTime |
Timestamp |
|
DateTimeOffset |
Timestamp |
|
Double |
Float64 |
|
Guid |
string |
|
Int16 |
Int32 |
|
Int16Enum |
Int32 or DigitalState |
|
Int32 |
Int32 |
|
Int32Enum |
Int32 or DigitalState |
|
Int64 |
Float64 |
|
NullableBoolean |
Int16 |
|
NullableByte |
Int32 |
|
NullableByteEnum |
Int32 |
|
NullableDateTime |
Timestamp |
|
NullableDateTimeOffset |
Timestamp |
|
NullableDouble |
Float64 |
|
NullableGuid |
string |
|
NullableInt16 |
Int32 |
|
NullableInt16Enum |
Int32 |
|
NullableInt32 |
Int32 |
|
NullableInt32Enum |
Int32 |
|
NullableInt64 |
Float64 |
|
NullableSByte |
Int32 |
|
NullableSByteEnum |
Int32 |
|
NullableSingle |
Float32 |
|
NullableUInt16 |
Int32 |
|
NullableUInt16Enum |
Int32 |
|
NullableUInt32 |
Float64 |
|
NullableUInt64 |
Float64 |
|
NullableUInt64 |
Float64 |
|
SByte |
Int32 |
|
SByteEnum |
Int16 or DigitalState |
|
Single |
Float32 |
|
String |
String |
|
UInt16 |
Int32 |
|
UInt16Enum |
Int32 or DigitalState |
|
UInt32 |
Float64 |
|
UInt64 |
Float64 |
|
Version |
String |