OPC UA Supported Standard Data Types
The following table lists the OPC UA supported data types.
The nodes in Desigo CC are created if the variable has at least one of the access levels specified in the table.
- If the variable has
Read
access only, the node value is available for reading. - If the variable has
Write
access, a Write command is available for the node value. - If the variable has
History Read
access, a SORIS trend is created with the node history values. Note that trends are not created for array variables, even if they haveHistory Read
access.
Data Type | Access Level |
Boolean | Read, Write, History Read |
Boolean Array | Read, Write |
SByte | Read, Write, History Read |
SByte Array | Read, Write |
Byte | Read, Write, History Read |
Byte Array | Read, Write |
Int16 | Read, Write, History Read |
Int16 Array | Read, Write |
UInt16 | Read, Write, History Read |
UInt16 Array | Read, Write |
Int32 | Read, Write, History Read |
Int32 Array | Read, Write |
UInt32 | Read, Write, History Read |
UInt32 Array | Read, Write |
Int64 | Read, Write, History Read |
Int64 Array | Read, Write |
UInt64 | Read, Write, History Read |
UInt64 Array | Read, Write |
Float | Read, Write, History Read |
Float Array | Read, Write |
Double | Read, Write, History Read |
Double Array | Read, Write |
String | Read, Write |
String Array | Read, Write |
Date/Time | Read, Write |
Date/Time Array | Read, Write |
Guid | Read, Write |
Guid Array | Read, Write |
ByteString (Byte Array) | Read, Write |
Duration | Read, Write |
Duration Array | Read, Write |
UtcTime | Read, Write |
UtcTime Array | Read, Write |