Learn about PI Connector for UFL point data values
- Last UpdatedJan 28, 2025
- 1 minute read
- PI System
- PI Connector for UFL 1.3.2.139
- Connectors
PI Connector for UFL creates PI points based on the logic specified in its configuration file. The data type that is assigned to a newly created point reflects the data type that is used by the variable that was referenced in the StoreEvent/StoreInPI function as the Value parameter. The following table lists the mapping. For more information on this topic, see Learn about data storage in PI Points, AF elements and Event Frames.
|
Data type of the Value variable in StoreEvent() |
PI point data type |
|---|---|
|
String |
String |
|
Number |
Float64 |
|
Int32 |
Int32 |
|
DateTime |
Timestamp |