WOLFRAM SYSTEM MODELER
readExternalIntegerA function for reading OPC data of type Integer |
SystemModel["OPCClassic.ExternalFunctions.readExternalInteger"]
This function is used in blocks Read and TriggeredRead. It reads data of type Integer from the OPC server identified with serverID.
readExternalInteger(serverID, index)
serverID |
Type: Integer Description: The unique ID of the server |
---|---|
index |
Type: Integer Description: The index of the read item |
value |
Type: Integer Description: The sampled value |
---|