Skip to content

Instantly share code, notes, and snippets.

@jomicega
Last active October 16, 2019 18:51
Show Gist options
  • Save jomicega/f497470064cd4bf6d5a89a032731bb08 to your computer and use it in GitHub Desktop.
Save jomicega/f497470064cd4bf6d5a89a032731bb08 to your computer and use it in GitHub Desktop.
devices{
name
configurator{
name
analogInputs{
quantity
prefix
}
analogOutputs{
quantity
prefix
}
digitalInputs{
quantity
prefix
}
digitalOutputs{
quantity
prefix
}
virtualInputs{
quantity
prefix
}
virtualOutputs{
quantity
prefix
}
}
}
equipments{
name
variables{
name
parameter{
device{
name
}
usedBy{
name
}
}
sensor{
name
operation
}
}
}
OperationMode{
base{
rules{
...fragmentRule
}
}
compound{
name
initDate
endDate
initHour
endHour
operationDays
rules{
...fragmentRule
}
}
maintenance{
initDate
endDate
initHour
endHour
operationDays
rules{
...fragmentRule
}
}
}
Rule{
name
notifications
validations{
variable{
name
}
value
operator
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment