The Xentara Modbus Driver v1.2
User Manual
JSON Format for Polls
See also
Skill Element Blocks in the Xentara user manual

A JSON object describing a poll has the following syntax:

{
"@Skill.Modbus.Poll": {
"name": "QueryDiscreteInputs",
"UUID": "4a32bda9-bff7-4dd9-a9e1-3e11303fe5a1",
"ACL": { ... }
}
}

Object Members
nameA string value containing the name of the poll. The name is used to construct the poll’s primary key.
UUIDA string value containing the unique UUID of the poll.
ACLAn optional JSON object containing the element ACL of the poll. The format of the object is described under JSON Format for ACLs in the Xentara user manual.