Commands And Events

The module has the following events:

NameDescriptionEvent Type
ServerConnectedEvent triggered after established connection to serverNormal
ServerDisconnectedEvent triggered after disconnection to serverNormal
ServerDataChangedEvent triggered after receiving data from serverNormal
ServerTestDataChangedEvent triggered after receiving data from server marked with test flag or simulated data from APISNormal

The module has the following commands:

NameDescriptionCommand Type
ReconnectTrigger reconnect to the serverAsynchronous
HandleExternalItemsCommand for reading external items. When fired, the module will read all its external items, and update/notify the ones that has changed.Synchronous
HandleExternalItems_DataPushThis command ensure that all samples for all items and samples in the data push package are applied/used in the external item manager, including in services as Data Validation, Ext Items Transfer Control, etc.
See also: APIS data transfer mechanism; Data Push
Synchronous
UpdateItemTimestampCommand used for updating the value of the item specified in the 'TimeReferenceItem' property, when configured.Synchronous