ASCU_ALL/ApiServer/Config/StateStruct.json
2024-09-22 04:27:05 +05:00

265 lines
4.1 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"protect_1": [
{
"index": 0,
"name": "Отсутствует",
"color": "#00ff00"
},
{
"index": 1,
"name": "Сработало",
"color": "#ffff00"
},
{
"index": 2,
"name": "Сброс тока",
"color": "#ff0000"
}
],
"no_yes_err": [
{
"index": 0,
"name": "Нет",
"color": "#00ff00"
},
{
"index": 1,
"name": "Да",
"color": "#ff0000"
}
],
"no_yes_ok": [
{
"index": 0,
"name": "Нет",
"color": "#ff0000"
},
{
"index": 1,
"name": "Да",
"color": "#00ff00"
}
],
"no_yes": [
{
"index": 0,
"name": "Нет",
"color": "#00ff00"
},
{
"index": 1,
"name": "Да",
"color": "#00ff00"
}
],
"have_no_err": [
{
"index": 0,
"name": "Есть",
"color": "#00ff00"
},
{
"index": 1,
"name": "Нет",
"color": "#ff0000"
}
],
"no_have_ok": [
{
"index": 0,
"name": "Нет",
"color": "#ff0000"
},
{
"index": 1,
"name": "Есть",
"color": "#00ff00"
}
],
"no_have": [
{
"index": 0,
"name": "Нет",
"color": "#00ff00"
},
{
"index": 1,
"name": "Есть",
"color": "#00ff00"
}
],
"off_on_err": [
{
"index": 0,
"name": "Выкл",
"color": "#00ff00"
},
{
"index": 1,
"name": "Вкл",
"color": "#ff0000"
}
],
"off_on": [
{
"index": 0,
"name": "Выкл",
"color": "#00ff00"
},
{
"index": 1,
"name": "Вкл",
"color": "#00ff00"
}
],
"open_close_ok": [
{
"index": 0,
"name": "Откр",
"color": "#ff0000"
},
{
"index": 1,
"name": "Закр",
"color": "#00ff00"
}
],
"close_open_ok": [
{
"index": 0,
"name": "Закр",
"color": "#ff0000"
},
{
"index": 1,
"name": "Откр",
"color": "#00ff00"
}
],
"out_in_ok": [
{
"index": 0,
"name": "Не введ",
"color": "#ff0000"
},
{
"index": 1,
"name": "Введ",
"color": "#00ff00"
}
],
"spinn_clamp_ok": [
{
"index": 0,
"name": "Отж",
"color": "#ff0000"
},
{
"index": 1,
"name": "Приж",
"color": "#00ff00"
}
],
"spinn_press": [
{
"index": 0,
"name": "Отж",
"color": "#00ff00"
},
{
"index": 1,
"name": "Наж",
"color": "#00ff00"
}
],
"none_on_off_err_3_4": [
{
"index": 0,
"name": "Неопр",
"color": "#ffffff"
},
{
"index": 1,
"name": "Вкл",
"color": "#00ff00"
},
{
"index": 2,
"name": "Выкл",
"color": "#ff0000"
},
{
"index": 3,
"name": "Авария",
"color": "#ff0000"
}
],
"none_on_off_err_4": [
{
"index": 0,
"name": "Неопр",
"color": "#ffffff"
},
{
"index": 1,
"name": "Вкл",
"color": "#00ff00"
},
{
"index": 2,
"name": "Выкл",
"color": "#00ff00"
},
{
"index": 3,
"name": "Авария",
"color": "#ff0000"
}
],
"none_err_const_puls_1_2": [
{
"index": 0,
"name": "Авария",
"color": "#ff0000"
},
{
"index": 1,
"name": "Авария",
"color": "#ff0000"
},
{
"index": 2,
"name": "Пост",
"color": "#00ff00"
},
{
"index": 3,
"name": "Пульс",
"color": "#00ff00"
}
],
"none_open_close_err_4": [
{
"index": 0,
"name": "Неопр",
"color": "#ffffff"
},
{
"index": 1,
"name": "Откр",
"color": "#00ff00"
},
{
"index": 2,
"name": "Закр",
"color": "#00ff00"
},
{
"index": 3,
"name": "Авария",
"color": "#ff0000"
}
]
}