WOLFRAM SYSTEM MODELER
writeExternalBooleanA function for writing OPC data of type Boolean |
SystemModel["OPCClassic.ExternalFunctions.writeExternalBoolean"]
This function is used in blocks Write and TriggeredWrite. For each sampling point, it writes value (of type Boolean) to the OPC server and item identified with serverID and index, respectively.
readExternalBoolean(serverID, index, value)
serverID |
Type: Integer Description: The unique ID of the server |
---|---|
index |
Type: Integer Description: The index of the written item |
value |
Type: Boolean Description: The sampled value |