Fix All Docked-Easts
This commit is contained in:
parent
ba62855d1f
commit
73da246632
@ -1,6 +1,14 @@
|
|||||||
{
|
{
|
||||||
"custom": {
|
"custom": {
|
||||||
"PLC_list": null,
|
"PLC_list": [
|
||||||
|
"MCM01",
|
||||||
|
"MCM02",
|
||||||
|
"MCM03",
|
||||||
|
"MCM04",
|
||||||
|
"MCM05",
|
||||||
|
"MCM06",
|
||||||
|
"MCM07"
|
||||||
|
],
|
||||||
"running_state": -1,
|
"running_state": -1,
|
||||||
"state": 0,
|
"state": 0,
|
||||||
"views_data": []
|
"views_data": []
|
||||||
@ -433,16 +441,12 @@
|
|||||||
},
|
},
|
||||||
"transforms": [
|
"transforms": [
|
||||||
{
|
{
|
||||||
"fallback": "#FFFFFF",
|
"fallback": "#D5D5D5",
|
||||||
"inputType": "scalar",
|
"inputType": "scalar",
|
||||||
"mappings": [
|
"mappings": [
|
||||||
{
|
{
|
||||||
"input": "TRUE",
|
"input": "UNKNOWN",
|
||||||
"output": "#FFFFFF"
|
"output": "#FFFFFF"
|
||||||
},
|
|
||||||
{
|
|
||||||
"input": "FALSE",
|
|
||||||
"output": "#D5D5D5"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"outputType": "color",
|
"outputType": "color",
|
||||||
@ -474,11 +478,11 @@
|
|||||||
"mappings": [
|
"mappings": [
|
||||||
{
|
{
|
||||||
"input": 1,
|
"input": 1,
|
||||||
"output": "TRUE"
|
"output": "FAULTED"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"input": 0,
|
"input": 0,
|
||||||
"output": "FALSE"
|
"output": "NOT FAULTED"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"outputType": "scalar",
|
"outputType": "scalar",
|
||||||
@ -499,11 +503,11 @@
|
|||||||
"inputType": "scalar",
|
"inputType": "scalar",
|
||||||
"mappings": [
|
"mappings": [
|
||||||
{
|
{
|
||||||
"input": "TRUE",
|
"input": "NOT FAULTED",
|
||||||
"output": "#47FF47"
|
"output": "#47FF47"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"input": "FALSE",
|
"input": "FAULTED",
|
||||||
"output": "#FF0000"
|
"output": "#FF0000"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -573,6 +577,7 @@
|
|||||||
"grow": 1
|
"grow": 1
|
||||||
},
|
},
|
||||||
"props": {
|
"props": {
|
||||||
|
"currentTabIndex": 1,
|
||||||
"menuType": "modern",
|
"menuType": "modern",
|
||||||
"tabSize": {
|
"tabSize": {
|
||||||
"width": 1000
|
"width": 1000
|
||||||
|
|||||||
@ -441,16 +441,12 @@
|
|||||||
},
|
},
|
||||||
"transforms": [
|
"transforms": [
|
||||||
{
|
{
|
||||||
"fallback": "#FFFFFF",
|
"fallback": "#D5D5D5",
|
||||||
"inputType": "scalar",
|
"inputType": "scalar",
|
||||||
"mappings": [
|
"mappings": [
|
||||||
{
|
{
|
||||||
"input": "ACTIVE",
|
"input": "UNKNOWN",
|
||||||
"output": "#FFFFFF"
|
"output": "#FFFFFF"
|
||||||
},
|
|
||||||
{
|
|
||||||
"input": "NOT ACTIVE",
|
|
||||||
"output": "#D5D5D5"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"outputType": "color",
|
"outputType": "color",
|
||||||
@ -594,16 +590,12 @@
|
|||||||
},
|
},
|
||||||
"transforms": [
|
"transforms": [
|
||||||
{
|
{
|
||||||
"fallback": "#FFFFFF",
|
"fallback": "#D5D5D5",
|
||||||
"inputType": "scalar",
|
"inputType": "scalar",
|
||||||
"mappings": [
|
"mappings": [
|
||||||
{
|
{
|
||||||
"input": "TRUE",
|
"input": "UNKNOWN",
|
||||||
"output": "#FFFFFF"
|
"output": "#FFFFFF"
|
||||||
},
|
|
||||||
{
|
|
||||||
"input": "FALSE",
|
|
||||||
"output": "#D5D5D5"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"outputType": "color",
|
"outputType": "color",
|
||||||
@ -635,11 +627,11 @@
|
|||||||
"mappings": [
|
"mappings": [
|
||||||
{
|
{
|
||||||
"input": 1,
|
"input": 1,
|
||||||
"output": "TRUE"
|
"output": "EXTENDED"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"input": 0,
|
"input": 0,
|
||||||
"output": "FALSE"
|
"output": "NOT EXTENDED"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"outputType": "scalar",
|
"outputType": "scalar",
|
||||||
@ -660,11 +652,11 @@
|
|||||||
"inputType": "scalar",
|
"inputType": "scalar",
|
||||||
"mappings": [
|
"mappings": [
|
||||||
{
|
{
|
||||||
"input": "TRUE",
|
"input": "EXTENDED",
|
||||||
"output": "#47FF47"
|
"output": "#47FF47"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"input": "FALSE",
|
"input": "NOT EXTENDED",
|
||||||
"output": "#FF0000"
|
"output": "#FF0000"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -747,16 +739,12 @@
|
|||||||
},
|
},
|
||||||
"transforms": [
|
"transforms": [
|
||||||
{
|
{
|
||||||
"fallback": "#FFFFFF",
|
"fallback": "#D5D5D5",
|
||||||
"inputType": "scalar",
|
"inputType": "scalar",
|
||||||
"mappings": [
|
"mappings": [
|
||||||
{
|
{
|
||||||
"input": "TRUE",
|
"input": "UNKNOWN",
|
||||||
"output": "#FFFFFF"
|
"output": "#FFFFFF"
|
||||||
},
|
|
||||||
{
|
|
||||||
"input": "FALSE",
|
|
||||||
"output": "#D5D5D5"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"outputType": "color",
|
"outputType": "color",
|
||||||
@ -788,11 +776,11 @@
|
|||||||
"mappings": [
|
"mappings": [
|
||||||
{
|
{
|
||||||
"input": 1,
|
"input": 1,
|
||||||
"output": "TRUE"
|
"output": "RETRACTED"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"input": 0,
|
"input": 0,
|
||||||
"output": "FALSE"
|
"output": "NOT RETRACTED"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"outputType": "scalar",
|
"outputType": "scalar",
|
||||||
@ -813,11 +801,11 @@
|
|||||||
"inputType": "scalar",
|
"inputType": "scalar",
|
||||||
"mappings": [
|
"mappings": [
|
||||||
{
|
{
|
||||||
"input": "TRUE",
|
"input": "RETRACTED",
|
||||||
"output": "#47FF47"
|
"output": "#47FF47"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"input": "FALSE",
|
"input": "NOT RETRACTED",
|
||||||
"output": "#FF0000"
|
"output": "#FF0000"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -900,16 +888,12 @@
|
|||||||
},
|
},
|
||||||
"transforms": [
|
"transforms": [
|
||||||
{
|
{
|
||||||
"fallback": "#FFFFFF",
|
"fallback": "#D5D5D5",
|
||||||
"inputType": "scalar",
|
"inputType": "scalar",
|
||||||
"mappings": [
|
"mappings": [
|
||||||
{
|
{
|
||||||
"input": "TRUE",
|
"input": "UNKNOWN",
|
||||||
"output": "#FFFFFF"
|
"output": "#FFFFFF"
|
||||||
},
|
|
||||||
{
|
|
||||||
"input": "FALSE",
|
|
||||||
"output": "#D5D5D5"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"outputType": "color",
|
"outputType": "color",
|
||||||
@ -1053,16 +1037,12 @@
|
|||||||
},
|
},
|
||||||
"transforms": [
|
"transforms": [
|
||||||
{
|
{
|
||||||
"fallback": "#FFFFFF",
|
"fallback": "#D5D5D5",
|
||||||
"inputType": "scalar",
|
"inputType": "scalar",
|
||||||
"mappings": [
|
"mappings": [
|
||||||
{
|
{
|
||||||
"input": "TRUE",
|
"input": "UNKNOWN",
|
||||||
"output": "#FFFFFF"
|
"output": "#FFFFFF"
|
||||||
},
|
|
||||||
{
|
|
||||||
"input": "FALSE",
|
|
||||||
"output": "#D5D5D5"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"outputType": "color",
|
"outputType": "color",
|
||||||
@ -1571,6 +1551,7 @@
|
|||||||
"grow": 1
|
"grow": 1
|
||||||
},
|
},
|
||||||
"props": {
|
"props": {
|
||||||
|
"currentTabIndex": 1,
|
||||||
"menuType": "modern",
|
"menuType": "modern",
|
||||||
"tabSize": {
|
"tabSize": {
|
||||||
"width": 1000
|
"width": 1000
|
||||||
|
|||||||
@ -441,16 +441,12 @@
|
|||||||
},
|
},
|
||||||
"transforms": [
|
"transforms": [
|
||||||
{
|
{
|
||||||
"fallback": "#FFFFFF",
|
"fallback": "#D5D5D5",
|
||||||
"inputType": "scalar",
|
"inputType": "scalar",
|
||||||
"mappings": [
|
"mappings": [
|
||||||
{
|
{
|
||||||
"input": "ON",
|
"input": "UNKNOWN",
|
||||||
"output": "#FFFFFF"
|
"output": "#FFFFFF"
|
||||||
},
|
|
||||||
{
|
|
||||||
"input": "OFF",
|
|
||||||
"output": "#D5D5D5"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"outputType": "color",
|
"outputType": "color",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user