diff --git a/SCADA_PERSPECTIVE_PARENT_PROJECT/com.inductiveautomation.perspective/views/PopUp-Views/Controller-Equipment/Information-Docked-East-Device-Status/view.json b/SCADA_PERSPECTIVE_PARENT_PROJECT/com.inductiveautomation.perspective/views/PopUp-Views/Controller-Equipment/Information-Docked-East-Device-Status/view.json index 3f3a88d..9a8fc74 100644 --- a/SCADA_PERSPECTIVE_PARENT_PROJECT/com.inductiveautomation.perspective/views/PopUp-Views/Controller-Equipment/Information-Docked-East-Device-Status/view.json +++ b/SCADA_PERSPECTIVE_PARENT_PROJECT/com.inductiveautomation.perspective/views/PopUp-Views/Controller-Equipment/Information-Docked-East-Device-Status/view.json @@ -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",