44 lines
779 B
JSON
44 lines
779 B
JSON
{
|
|
"id": "new-config-set",
|
|
"name": "New config set",
|
|
"owner": "martino",
|
|
"parameters": [
|
|
{
|
|
"ds": "epics",
|
|
"key": "param1",
|
|
"max": 1,
|
|
"min": 0,
|
|
"signal": "UOPI:INTERLOCK",
|
|
"type": "float64"
|
|
},
|
|
{
|
|
"ds": "epics",
|
|
"key": "param2",
|
|
"max": 100,
|
|
"min": 0,
|
|
"signal": "UOPI:FLOW",
|
|
"type": "float64",
|
|
"unit": "L/min"
|
|
},
|
|
{
|
|
"default": "CIAO",
|
|
"ds": "epics",
|
|
"key": "param3",
|
|
"signal": "UOPI:MESSAGE",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"ds": "epics",
|
|
"enumValues": [
|
|
"Idle",
|
|
"Running",
|
|
"Fault",
|
|
"Maintenance"
|
|
],
|
|
"key": "param4",
|
|
"signal": "UOPI:MODE",
|
|
"type": "enum"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |