Mapping Tags to OPC UA Variables
- Updated2025-10-28
- 2 minute(s) read
Interpret variables from an OPC server as SystemLink tags to track, update, or visualize external data within your system.
- In the root directory on your OPC session, navigate to the location of the variable on the OPC server.
-
Click
Create monitor to connect the variable to a tag.
Refer to the following table to determine which SystemLink data type corresponds to the data type of your OPC UA variable.
OPC UA variable data type SystemLink tag data type - bool
- boolean
Boolean - float
- double
Double - int
- int32
- byte
- short
- int16
- uint16
- uint
- number
Int - uint32
- uint64
UInt64 - bytestring
- string
String - datetime
- utctime
DateTime A monitor watches the OPC UA variable and writes its values to a corresponding SystemLink tag. Data from the OPC UA variable will now show as tag data in Tags, and you can visualize this tag data with Dashboards. - Optional: To temporarily stop the monitor from writing to a tag, click Pause Monitor. To remove the connection between SystemLink and the OPC UA variable, click Delete Monitor.
After you map a variable to a tag, you can read values of the tag as it updates. The OPC UA variable will also update with any changes you make to the corresponding SystemLink tag.
Related Information
- Data Types for Visualizing Tag Data
The type of input or output determines the type of tag data it accepts in its properties.
- Monitoring Data with Tags
Create and configure a tag to track the value of scalar data.
- Integrating with an OPC UA Server
Connect to an OPC UA server to leverage, or mirror, OPC UA variables as tag values within the default workspace of your SystemLink system.