From 72a826aa0de931aa00f8602d190b9492e677d344 Mon Sep 17 00:00:00 2001 From: "gigi.mamaladze" Date: Wed, 15 Oct 2025 04:06:01 +0400 Subject: [PATCH] Fixed DPMs views --- .../Enternet Windows/DPMs/MCM01-DPM/view.json | 76 +-------- .../Enternet Windows/DPMs/MCM02-DPM/view.json | 90 +---------- .../Enternet Windows/DPMs/MCM03-DPM/view.json | 90 +---------- .../Enternet Windows/DPMs/MCM04-DPM/view.json | 144 +----------------- .../Enternet Windows/DPMs/MCM05-DPM/view.json | 54 +------ 5 files changed, 25 insertions(+), 429 deletions(-) diff --git a/CNO8_SCADA/com.inductiveautomation.perspective/views/Windows/Tabs/Enternet Windows/DPMs/MCM01-DPM/view.json b/CNO8_SCADA/com.inductiveautomation.perspective/views/Windows/Tabs/Enternet Windows/DPMs/MCM01-DPM/view.json index db178b5..50f7ee3 100644 --- a/CNO8_SCADA/com.inductiveautomation.perspective/views/Windows/Tabs/Enternet Windows/DPMs/MCM01-DPM/view.json +++ b/CNO8_SCADA/com.inductiveautomation.perspective/views/Windows/Tabs/Enternet Windows/DPMs/MCM01-DPM/view.json @@ -1,13 +1,9 @@ { "custom": { - "DPM1": false, - "DPM2": false, - "DPM3": false, - "RACK": false, - "dpm1-dpm2": false, - "dpm2-dpm3": false, - "dpm3-mcm": false, - "mcm-dpm1": false + "DPM1": true, + "DPM2": true, + "DPM3": true, + "RACK": true }, "params": { "tagProps": [ @@ -33,22 +29,6 @@ { "expression": "coalesce({value},true)", "type": "expression" - }, - { - "fallback": false, - "inputType": "scalar", - "mappings": [ - { - "input": false, - "output": true - }, - { - "input": true, - "output": false - } - ], - "outputType": "scalar", - "type": "map" } ], "type": "tag" @@ -70,22 +50,6 @@ { "expression": "coalesce({value},true)", "type": "expression" - }, - { - "fallback": false, - "inputType": "scalar", - "mappings": [ - { - "input": false, - "output": true - }, - { - "input": true, - "output": false - } - ], - "outputType": "scalar", - "type": "map" } ], "type": "tag" @@ -107,22 +71,6 @@ { "expression": "coalesce({value},true)", "type": "expression" - }, - { - "fallback": false, - "inputType": "scalar", - "mappings": [ - { - "input": false, - "output": true - }, - { - "input": true, - "output": false - } - ], - "outputType": "scalar", - "type": "map" } ], "type": "tag" @@ -144,22 +92,6 @@ { "expression": "coalesce({value},true)", "type": "expression" - }, - { - "fallback": false, - "inputType": "scalar", - "mappings": [ - { - "input": false, - "output": true - }, - { - "input": 1, - "output": false - } - ], - "outputType": "scalar", - "type": "map" } ], "type": "tag" diff --git a/CNO8_SCADA/com.inductiveautomation.perspective/views/Windows/Tabs/Enternet Windows/DPMs/MCM02-DPM/view.json b/CNO8_SCADA/com.inductiveautomation.perspective/views/Windows/Tabs/Enternet Windows/DPMs/MCM02-DPM/view.json index 96e80c1..b94298a 100644 --- a/CNO8_SCADA/com.inductiveautomation.perspective/views/Windows/Tabs/Enternet Windows/DPMs/MCM02-DPM/view.json +++ b/CNO8_SCADA/com.inductiveautomation.perspective/views/Windows/Tabs/Enternet Windows/DPMs/MCM02-DPM/view.json @@ -1,10 +1,10 @@ { "custom": { - "DPM1": false, - "DPM2": false, - "DPM3": false, - "DPM4": false, - "RACK": false + "DPM1": true, + "DPM2": true, + "DPM3": true, + "DPM4": true, + "RACK": true }, "params": { "tagProps": [ @@ -31,22 +31,6 @@ { "expression": "coalesce({value},true)", "type": "expression" - }, - { - "fallback": false, - "inputType": "scalar", - "mappings": [ - { - "input": false, - "output": true - }, - { - "input": 1, - "output": false - } - ], - "outputType": "scalar", - "type": "map" } ], "type": "tag" @@ -68,22 +52,6 @@ { "expression": "coalesce({value},true)", "type": "expression" - }, - { - "fallback": false, - "inputType": "scalar", - "mappings": [ - { - "input": false, - "output": true - }, - { - "input": 1, - "output": false - } - ], - "outputType": "scalar", - "type": "map" } ], "type": "tag" @@ -105,22 +73,6 @@ { "expression": "coalesce({value},true)", "type": "expression" - }, - { - "fallback": false, - "inputType": "scalar", - "mappings": [ - { - "input": false, - "output": true - }, - { - "input": 1, - "output": false - } - ], - "outputType": "scalar", - "type": "map" } ], "type": "tag" @@ -142,22 +94,6 @@ { "expression": "coalesce({value},true)", "type": "expression" - }, - { - "fallback": false, - "inputType": "scalar", - "mappings": [ - { - "input": false, - "output": true - }, - { - "input": 1, - "output": false - } - ], - "outputType": "scalar", - "type": "map" } ], "type": "tag" @@ -179,22 +115,6 @@ { "expression": "coalesce({value},true)", "type": "expression" - }, - { - "fallback": false, - "inputType": "scalar", - "mappings": [ - { - "input": false, - "output": true - }, - { - "input": 1, - "output": false - } - ], - "outputType": "scalar", - "type": "map" } ], "type": "tag" diff --git a/CNO8_SCADA/com.inductiveautomation.perspective/views/Windows/Tabs/Enternet Windows/DPMs/MCM03-DPM/view.json b/CNO8_SCADA/com.inductiveautomation.perspective/views/Windows/Tabs/Enternet Windows/DPMs/MCM03-DPM/view.json index 043e059..008b11d 100644 --- a/CNO8_SCADA/com.inductiveautomation.perspective/views/Windows/Tabs/Enternet Windows/DPMs/MCM03-DPM/view.json +++ b/CNO8_SCADA/com.inductiveautomation.perspective/views/Windows/Tabs/Enternet Windows/DPMs/MCM03-DPM/view.json @@ -1,10 +1,10 @@ { "custom": { - "DPM1": false, - "DPM2": false, - "DPM3": false, - "DPM4": false, - "RACK": false + "DPM1": true, + "DPM2": true, + "DPM3": true, + "DPM4": true, + "RACK": true }, "params": { "tagProps": [ @@ -31,22 +31,6 @@ { "expression": "coalesce({value},true)", "type": "expression" - }, - { - "fallback": false, - "inputType": "scalar", - "mappings": [ - { - "input": false, - "output": true - }, - { - "input": 1, - "output": false - } - ], - "outputType": "scalar", - "type": "map" } ], "type": "tag" @@ -68,22 +52,6 @@ { "expression": "coalesce({value},true)", "type": "expression" - }, - { - "fallback": false, - "inputType": "scalar", - "mappings": [ - { - "input": false, - "output": true - }, - { - "input": 1, - "output": false - } - ], - "outputType": "scalar", - "type": "map" } ], "type": "tag" @@ -105,22 +73,6 @@ { "expression": "coalesce({value},true)", "type": "expression" - }, - { - "fallback": false, - "inputType": "scalar", - "mappings": [ - { - "input": false, - "output": true - }, - { - "input": 1, - "output": false - } - ], - "outputType": "scalar", - "type": "map" } ], "type": "tag" @@ -142,22 +94,6 @@ { "expression": "coalesce({value},true)", "type": "expression" - }, - { - "fallback": false, - "inputType": "scalar", - "mappings": [ - { - "input": false, - "output": true - }, - { - "input": 1, - "output": false - } - ], - "outputType": "scalar", - "type": "map" } ], "type": "tag" @@ -179,22 +115,6 @@ { "expression": "coalesce({value},true)", "type": "expression" - }, - { - "fallback": false, - "inputType": "scalar", - "mappings": [ - { - "input": false, - "output": true - }, - { - "input": 1, - "output": false - } - ], - "outputType": "scalar", - "type": "map" } ], "type": "tag" diff --git a/CNO8_SCADA/com.inductiveautomation.perspective/views/Windows/Tabs/Enternet Windows/DPMs/MCM04-DPM/view.json b/CNO8_SCADA/com.inductiveautomation.perspective/views/Windows/Tabs/Enternet Windows/DPMs/MCM04-DPM/view.json index 5b9a068..d6baf00 100644 --- a/CNO8_SCADA/com.inductiveautomation.perspective/views/Windows/Tabs/Enternet Windows/DPMs/MCM04-DPM/view.json +++ b/CNO8_SCADA/com.inductiveautomation.perspective/views/Windows/Tabs/Enternet Windows/DPMs/MCM04-DPM/view.json @@ -1,13 +1,13 @@ { "custom": { - "DPM1": false, - "DPM2": false, - "DPM3": false, - "DPM4": false, - "DPM5": false, - "DPM6": false, - "DPM7": false, - "RACK": false + "DPM1": true, + "DPM2": true, + "DPM3": true, + "DPM4": true, + "DPM5": true, + "DPM6": true, + "DPM7": true, + "RACK": true }, "params": { "tagProps": [ @@ -37,22 +37,6 @@ { "expression": "coalesce({value},true)", "type": "expression" - }, - { - "fallback": false, - "inputType": "scalar", - "mappings": [ - { - "input": false, - "output": true - }, - { - "input": 1, - "output": false - } - ], - "outputType": "scalar", - "type": "map" } ], "type": "tag" @@ -74,22 +58,6 @@ { "expression": "coalesce({value},true)", "type": "expression" - }, - { - "fallback": false, - "inputType": "scalar", - "mappings": [ - { - "input": false, - "output": true - }, - { - "input": 1, - "output": false - } - ], - "outputType": "scalar", - "type": "map" } ], "type": "tag" @@ -111,22 +79,6 @@ { "expression": "coalesce({value},true)", "type": "expression" - }, - { - "fallback": false, - "inputType": "scalar", - "mappings": [ - { - "input": false, - "output": true - }, - { - "input": 1, - "output": false - } - ], - "outputType": "scalar", - "type": "map" } ], "type": "tag" @@ -148,22 +100,6 @@ { "expression": "coalesce({value},true)", "type": "expression" - }, - { - "fallback": false, - "inputType": "scalar", - "mappings": [ - { - "input": false, - "output": true - }, - { - "input": 1, - "output": false - } - ], - "outputType": "scalar", - "type": "map" } ], "type": "tag" @@ -185,22 +121,6 @@ { "expression": "coalesce({value},true)", "type": "expression" - }, - { - "fallback": false, - "inputType": "scalar", - "mappings": [ - { - "input": false, - "output": true - }, - { - "input": 1, - "output": false - } - ], - "outputType": "scalar", - "type": "map" } ], "type": "tag" @@ -222,22 +142,6 @@ { "expression": "coalesce({value},true)", "type": "expression" - }, - { - "fallback": false, - "inputType": "scalar", - "mappings": [ - { - "input": false, - "output": true - }, - { - "input": 1, - "output": false - } - ], - "outputType": "scalar", - "type": "map" } ], "type": "tag" @@ -259,22 +163,6 @@ { "expression": "coalesce({value},true)", "type": "expression" - }, - { - "fallback": false, - "inputType": "scalar", - "mappings": [ - { - "input": false, - "output": true - }, - { - "input": 1, - "output": false - } - ], - "outputType": "scalar", - "type": "map" } ], "type": "tag" @@ -296,22 +184,6 @@ { "expression": "coalesce({value},true)", "type": "expression" - }, - { - "fallback": false, - "inputType": "scalar", - "mappings": [ - { - "input": false, - "output": true - }, - { - "input": 1, - "output": false - } - ], - "outputType": "scalar", - "type": "map" } ], "type": "tag" diff --git a/CNO8_SCADA/com.inductiveautomation.perspective/views/Windows/Tabs/Enternet Windows/DPMs/MCM05-DPM/view.json b/CNO8_SCADA/com.inductiveautomation.perspective/views/Windows/Tabs/Enternet Windows/DPMs/MCM05-DPM/view.json index ffe5a82..ddb42dc 100644 --- a/CNO8_SCADA/com.inductiveautomation.perspective/views/Windows/Tabs/Enternet Windows/DPMs/MCM05-DPM/view.json +++ b/CNO8_SCADA/com.inductiveautomation.perspective/views/Windows/Tabs/Enternet Windows/DPMs/MCM05-DPM/view.json @@ -1,8 +1,8 @@ { "custom": { - "DPM1": false, - "DPM2": false, - "RACK": false + "DPM1": true, + "DPM2": true, + "RACK": true }, "params": { "tagProps": [ @@ -27,22 +27,6 @@ { "expression": "coalesce({value},true)", "type": "expression" - }, - { - "fallback": false, - "inputType": "scalar", - "mappings": [ - { - "input": false, - "output": true - }, - { - "input": 1, - "output": false - } - ], - "outputType": "scalar", - "type": "map" } ], "type": "tag" @@ -64,22 +48,6 @@ { "expression": "coalesce({value},true)", "type": "expression" - }, - { - "fallback": false, - "inputType": "scalar", - "mappings": [ - { - "input": false, - "output": true - }, - { - "input": 1, - "output": false - } - ], - "outputType": "scalar", - "type": "map" } ], "type": "tag" @@ -101,22 +69,6 @@ { "expression": "coalesce({value},true)", "type": "expression" - }, - { - "fallback": false, - "inputType": "scalar", - "mappings": [ - { - "input": false, - "output": true - }, - { - "input": 1, - "output": false - } - ], - "outputType": "scalar", - "type": "map" } ], "type": "tag"