OPC-DA Data Access
The connector supports the data access of classical OPC server.
Name | Description | Data Type |
---|---|---|
Id | Id of the data access point | System.Guid |
Name | Name of the item | System.String |
Address | OPC-DA address (e.g ".TestValue") | System.String |
AccessMode | Read, write or callback flags |
Additional OPC-DA properties
Name | Description | Data Type |
---|---|---|
opc:GroupId | Id of the group (MED: Medium speed (default); FAST: Fast speed; SLOW: Slow speed) | System.String |
{
"Id": "5E2EE368-ABF7-49BC-BDF9-CF43ECC4B679",
"Name": "Test Value",
"Address": ".TestValue1",
"DataClass": "Event",
"DataType": "System.Double",
"Access": {
"Read": true,
"Receive": true,
"Write": true
},
"Properties": [
{
"Name": "GroupId",
"Value": "MED"
}
]
}