The Xentara Siemens S7 Driver v1.1.2
User Manual
|
A JSON object describing a Struct has the following syntax:
name | A string value containing the name of the struct. The name is used to construct the struct’s primary key. |
UUID | A string value containing the unique UUID of the struct. |
ACL | An optional JSON object containing the element ACL of the struct. The format of the object is described under JSON Format for ACLs in the Xentara user manual. |
children | A JSON array containing the data items and data blocks of the Struct. The individual child elements are each represented by a double nested JSON object, as described in Element Blocks under Structure of the Model File in the Xentara user manual. The outer object has a single member whose name is the type of element, and whose value is another JSON object that contains the actual properties of the element. |