MTN6-1, MTN6-2, MTN6-3, MTN6-4 #150

Merged
gigi.mamaladze merged 8 commits from beka-1 into main 2025-07-02 08:11:56 +00:00
Showing only changes of commit 3c897f4bde - Show all commits

View File

@ -1,14 +1,6 @@
{
"custom": {
"PLC_list": [
"MCM01",
"MCM02",
"MCM03",
"MCM04",
"MCM05",
"MCM06",
"MCM07"
],
"PLC_list": null,
"running_state": -1,
"state": 0,
"views_data": []
@ -441,7 +433,7 @@
},
"transforms": [
{
"fallback": "#000000",
"fallback": "#FFFFFF",
"inputType": "scalar",
"mappings": [
{
@ -473,16 +465,20 @@
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},0)",
"expression": "coalesce({value},{view.params.forceFaultStatus},\"UNKNOWN\")",
"type": "expression"
},
{
"fallback": "FALSE",
"fallback": "UNKNOWN",
"inputType": "scalar",
"mappings": [
{
"input": 1,
"output": "TRUE"
},
{
"input": 0,
"output": "FALSE"
}
],
"outputType": "scalar",
@ -503,12 +499,12 @@
"inputType": "scalar",
"mappings": [
{
"input": "FALSE",
"output": "#FF0000"
"input": "TRUE",
"output": "#47FF47"
},
{
"input": "FALSE",
"output": "#47FF47"
"output": "#FF0000"
}
],
"outputType": "color",