The <OPC_write> block is used to assign a value to an OPC UA variable.
Refer to the documentation for the Python “opcua” module for more details.
•« Var » : This is an “opcua” object representing an OPC UA variable; this object comes from an <OPC_var> block. The default value is None
•« Value » : This is the value the OPC UA variable will take once the block is executed. The default value is 0 (int)
•« Status » : 0=OK, -1=Python exception, -2=OPC UA variable not configured
The “Var” input is of a type defined by the “opcua” Python module; the “Value” input is of the same type as the OPC UA variable.