Skip to content

Instantly share code, notes, and snippets.

@tq-bit
Created June 17, 2024 11:06
Show Gist options
  • Save tq-bit/78afa9c00c9f72206bd95b084cc70165 to your computer and use it in GitHub Desktop.
Save tq-bit/78afa9c00c9f72206bd95b084cc70165 to your computer and use it in GitHub Desktop.
{
"GDA-c2019_1": {
"name": "Gasdruckanlage",
"items": [
{
"name": "Rohr vorne",
"id": "ns=0;b=1000",
"items": [
{
"id": "ns=1;b=1000AABB",
"name": "Aktiv",
"value": true,
"valueMethods": [
"get",
"set"
]
},
{
"id": "ns=1;b=1001BBEE",
"name": "Druck Rohr vorne, erstes Segment",
"value": 26,
"simulation": {
"type": "randomize",
"interval": 2.5,
"randomize": {
"min": 1,
"max": 9
}
},
"valueMethods": [
"get"
]
},
{
"id": "ns=1;b=1002BBEE",
"name": "Druck Rohr vorne, zweites Segment",
"value": 29,
"simulation": {
"type": "randomize",
"interval": 2.5,
"randomize": {
"min": 1,
"max": 5
}
},
"valueMethods": [
"get"
]
},
{
"id": "ns=1;b=1003BBEE",
"name": "Druck Rohr vorne, drittes Segment",
"value": 31,
"simulation": {
"type": "randomize",
"interval": 2.5,
"randomize": {
"min": 1,
"max": 3
}
},
"valueMethods": [
"get"
]
},
{
"id": "ns=1;b=104BBEE",
"name": "Druck Rohr vorne, viertes Segment",
"value": 26,
"simulation": {
"type": "sinus",
"interval": 0.1,
"sinus": {
"amplitude": 5,
"offset": 26
}
},
"valueMethods": [
"get"
]
}
]
},
{
"name": "Rohr hinten",
"id": "ns=0;b=2000",
"items": [
{
"id": "ns=1;b=2001AAFF",
"name": "Druck Rohr hinten, erstes Segment",
"value": 26,
"simulation": {
"type": "randomize",
"interval": 2.5,
"randomize": {
"min": 1,
"max": 9
}
},
"valueMethods": [
"get"
]
},
{
"id": "ns=1;b=2002AAFF",
"name": "Druck Rohr hinten, zweites Segment",
"value": 29,
"simulation": {
"type": "randomize",
"interval": 2.5,
"randomize": {
"min": 1,
"max": 5
}
},
"valueMethods": [
"get"
]
},
{
"id": "ns=1;b=2003AAFF",
"name": "Druck Rohr hinten, drittes Segment",
"value": 31,
"simulation": {
"type": "randomize",
"interval": 2.5,
"randomize": {
"min": 1,
"max": 3
}
},
"valueMethods": [
"get"
]
}
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment