Files
mapo-mono/MP.MONO.SIM/conf/ConfStatus.json
T
2022-03-10 18:13:13 +01:00

58 lines
1.1 KiB
JSON

[
{
"MStatusID": 0,
"Description": "UNDEFINED",
"Css": "bg-dark text-light",
"Priority": 1,
"Group": "POWEROFF"
},
{
"MStatusID": 1,
"Description": "POWEROFF",
"Css": "bg-secondary text-light",
"Priority": 1,
"Group": "POWEROFF"
},
{
"MStatusID": 2,
"Description": "AUTOMATIC",
"Css": "bg-success text-light",
"Priority": 2,
"Group": "RUN"
},
{
"MStatusID": 3,
"Description": "EDIT",
"Css": "bg-warning text-light",
"Priority": 3,
"Group": "MANUAL"
},
{
"MStatusID": 4,
"Description": "SEMIAUTOMATIC",
"Css": "bg-warning text-light",
"Priority": 3,
"Group": "MANUAL"
},
{
"MStatusID": 5,
"Description": "MANUAL_JOG",
"Css": "bg-warning text-light",
"Priority": 3,
"Group": "MANUAL"
},
{
"MStatusID": 6,
"Description": "ALARM",
"Css": "bg-danger text-warning",
"Priority": 3,
"Group": "ERROR"
},
{
"MStatusID": 7,
"Description": "ESTOP",
"Css": "bg-danger text-light",
"Priority": 3,
"Group": "ERROR"
}
]