WOLFRAM SYSTEM MODELER
writeExternalBooleanA function for writing OPC UA data of scalar type Boolean |
SystemModel["OPCUA.ExternalFunctions.writeExternalBoolean"]
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 serverID, nodeID, nodeIDType, and nodeNamespace.
mopcuaWriteBooleanNodeValue(serverID, nodeID, nodeIDType, nodeNamespace, value)
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 |