PI Asset Attribute Selection
- Last UpdatedJan 31, 2023
- 1 minute read
- PI System
- PI Connector for CygNet 1.7.0
- Connectors
PI Connector for CygNet allows selection of attributes to retrieve from CygNet and create as PI assets. Attributes can be selected for both Facilities and Points. Attribute selection can be enabled by adding valid attributes under PointAttributes and FacilityAttributes. Refer to Appendix: Supported attributes for a list of supported attributes.
Note: Remove Tau Buffer and Cache folders (C:\ProgramData\OSIsoft\Tau\CygNet.ConnectorHost\CygNet Connector\Buffer and C:\ProgramData\OSIsoft\Tau\CygNet.ConnectorHost\CygNet Connector\Cache).
PI Asset Attribute Selection enabled sample
{
"connectorglobal": {
"ConfigObject": {
"YesNo10": false,
"CPULimit": false,
"StatusTags": false,
"PointAttributes": [
"comment",
"description",
"facilityid",
"FacilityTagString",
"longdescription",
"LongTagString",
"priunits",
"site",
"tag",
"uniformdatacode",
"Value"
],
"FacilityAttributes": [
"Attr11",
"Desc",
"Site",
"Table11",
"Type"
],
"MarkForDeletion": false,
"CreateNewPIPointIfLongPointIdUpdated":false
}
}
}