Files
mapo-mono/MachineSim/conf/ConfMode.json
T
Samuele Locatelli 76d5a0343e Update conf
2022-03-09 20:00:41 +01:00

58 lines
1.1 KiB
JSON

[
{
"MStatusID": 0,
"Description": "UNDEFINED",
"Css": "bg bg-dark text-light",
"Priority": 1,
"Group": "POWEROFF"
},
{
"MStatusID": 1,
"Description": "EXE",
"Css": "bg bg-success text-light",
"Priority": 2,
"Group": "RUN"
},
{
"MStatusID": 2,
"Description": "READY",
"Css": "bg bg-primary text-light",
"Priority": 3,
"Group": "MANUAL"
},
{
"MStatusID": 3,
"Description": "HOLD",
"Css": "bg bg-warning text-light",
"Priority": 3,
"Group": "MANUAL"
},
{
"MStatusID": 4,
"Description": "FEED_HOLD",
"Css": "bg bg-warning text-light",
"Priority": 3,
"Group": "MANUAL"
},
{
"MStatusID": 5,
"Description": "OPTIONAL_STOP",
"Css": "bg bg-danger text-warning",
"Priority": 3,
"Group": "ERROR"
},
{
"MStatusID": 6,
"Description": "PROGRAM_STOPPED",
"Css": "bg bg-warning text-light",
"Priority": 3,
"Group": "MANUAL"
},
{
"MStatusID": 7,
"Description": "DONE",
"Css": "bg bg-primary text-light",
"Priority": 3,
"Group": "MANUAL"
}
]