The Xentara EtherCAT Driver v1.2
User Manual
JSON Format for Module

A JSON object describing a EtherCAT Module has the following syntax:

{
"@Skill.CoE.Module": {
"id": "EtherCAT Module 1",
"uuid": "ce654c20-d0b5-43b4-9cfe-0b61892af1aa",
"slotNumber": 0,
"children": [
...
]
}
}

Object Members
idA string value containing the ID of the EtherCAT Module. The ID is used to construct the module’s primary key.
UUIDA string value containing the unique UUID of the EtherCAT Module.
ACLAn optional JSON object containing the element ACL of the module. The format of the block is described here.
slotNumberAn integer value containing the module's position in the device. Consider the position of the clamps within the same Ethernet coupler.
childrenA JSON array containing the Entry of the module.

Please remember that each element block requires two layers of {} due to the syntax restrictions of the JSON format.