QuickStart Guide
...
Industrial Systems Connection ...
OPC UA
OPC UA Client (Gen1)
6min
Important: This driver was deprecated in Litmus Edge version 3.5.2. We recommend using the Gen 2 OPC UA Client Advanced.
Review the following information for setting up and configuring the OPC UA Client (Gen1) driver.
Compatibility parameter | Compatible items |
---|---|
Driver type | Ethernet |
Validated devices/series | |
Replaced with Gen 2 driver |
- Used to poll data from OPC UA servers.
- Does not allow subscription mode.
- Mostly used for systems which have less number of tags or using a DA to UA wrapper. Example: SIKORA or older HMI Systems.
Parameter | Value |
---|---|
Type | OPC UA |
Driver | OPC UA Client (Gen1) |
Network Address | The device IP address |
Network Port | 4840 |
Notes:
- Certain device drivers do not have a list of Register Names in the DeviceHub Add/Edit Tag form. These are Free Tag PLCs. For Free Tag requirements, see Device Connectivity Issues.
- For the Register Name, in the DeviceHub Add/Edit Tag form, map the OPC server tags to the client using this format: ns=1;s=tagname.
- Example: ns=2;s=Demo.Static.Scalar.Boolean
- Server Name currently is not used, however, an entry must be made in this field.
- The Browse icon displayed on the device tile means that this PLC uses Browse Tags. See Add Tags for more information.
When you Add Tags to the connected device, use the following tag/register mapping table.
Name | Value Type |
---|---|
R | BOOL |
R | BYTE |
R | CHAR |
R | SHORT |
R | WORD |
R | LONG |
R | DWORD |
R | FLOAT |
R | DOUBLE |
R | STRING |
R | BoolArray |
R | ByteArray |
R | CharArray |
R | ShortArray |
R | WordArray |
R | LongArray |
R | DWordArray |
R | FloatArray |
R | DoubleArray |