Xentara v2.0.3
User Manual
JSON Format for Inverted Values

A JSON object describing a inverted value has the following syntax:

{
"@Skill.SignalProcessing.InvertedValue": {
"name": "Idle",
"UUID": "4b31e5ed-356d-4235-a311-07abd038ba6b",
"ACL": { ... },
"rawValue": "PLC.DB 3.DI 6"
}
}

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

A string value describing the skill data point to use for the raw value. The string value must contain the primary key of the skill data point. The inverted value will be readable if the skill data point supports the input direction, and writable if the skill data point supports the output direction.

The value of the skill data point must be either a Boolean or a numeric value.