WOLFRAM SYSTEM MODELER

writeExternalBoolean

A function for writing OPC UA data of scalar type Boolean

Wolfram Language

In[1]:=
SystemModel["OPCUA.ExternalFunctions.writeExternalBoolean"]
Out[1]:=

Information

This function is used in blocks Write and TriggeredWrite. For each sampling point, it writes value (of type Boolean) to the OPC UA server and node identified with serverIDnodeID, nodeIDType, and nodeNamespace.

Syntax

mopcuaWriteBooleanNodeValue(serverID, nodeID, nodeIDType, nodeNamespace, value) 

Syntax

writeExternalBoolean(serverID, nodeID, nodeIDType, nodeNamespace, value)

Inputs (5)

serverID

Type: Integer

Description: The unique ID of the server

nodeID

Type: String

Description: The ID of the read node

nodeIDType

Type: UANodeIdType

Description: The type of the ID of the write node

nodeNamespace

Type: Integer

Description: The namespace of the read node

value

Type: Boolean

Description: The sampled value