WOLFRAM SYSTEM MODELER
writeExternalIntegerA function for writing OPC data of type Integer |
SystemModel["OPCClassic.ExternalFunctions.writeExternalInteger"]
This function is used in blocks Write and TriggeredWrite. For each sampling point, it writes value (of type Integer) to the OPC server and item identified with serverID and index, respectively.
readExternalInteger(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: Integer Description: The sampled value |