WOLFRAM SYSTEM MODELER
readExternalBooleanA function for reading OPC data of type Boolean |
|
SystemModel["OPCClassic.ExternalFunctions.readExternalBoolean"]

This function is used in blocks Read and TriggeredRead. It reads data of type Boolean from the OPC server identified with serverID.
readExternalBoolean(serverID, index)
| serverID |
Type: Integer Description: The unique ID of the server |
|---|---|
| index |
Type: Integer Description: The index of the read item |
| value |
Type: Boolean Description: The sampled value |
|---|