TilliT Edge and The Polling Cycle

You will be able to add multiple data sources to a TilliT Edge.

A data source is defined by a type (communication protocol like Modbus or OPCUA) and by an address (usually the IP of the server you are connecting to). Each data source will have a list of data tags. These can be numeric or digital values. You may assign multiple triggers to a tag.

TilliT Edge works based on a polling cycle. This means that once every minute, the Edge will wake up, look at each data source, loop through every data tag, read their latest value, evaluate each trigger assigned to that tag, and based on what it finds, it may send to the cloud a list of time-series datapoints, an update to an asset order progress or a list of event.

Last updated