Skip to main content
Version: 2.6

OPC-DA Data Access

The connector supports the data access of classical OPC server.

NameDescriptionData Type
IdId of the data access pointSystem.Guid
NameName of the itemSystem.String
AddressOPC-DA address (e.g ".TestValue")System.String
AccessModeRead, write or callback flags

Additional OPC-DA properties

NameDescriptionData Type
opc:GroupIdId 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"
}
]
}