Xentara v2.0.3
User Manual
JSON Format for Edge Detection Elements

A JSON object describing an edge detection element has the following syntax:

{
"@Skill.SignalFlow.EdgeDetection": {
"name": "Running Signals",
"UUID": "1e5344c9-8be0-4aea-b257-a70ea5e44883",
"ACL": { ... },
"value": "Line 2.CNC.Running"
}
}

Object Members
nameA string value containing the name of the element. The name is used to construct the element’s primary key.
UUIDA string value containing the unique UUID of the element.
ACLAn optional JSON object containing the element ACL of the element. The format of the object is described under JSON Format for ACLs.
valueA string value describing the data point or skill data point whose value should be monitored. The string value must contain the primary key of the data point. The value of the data point must be a Boolean, numeric, or time stamp value.