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