Compare commits

..

No commits in common. "4f4dae80562022398f428e22c338e8df503b1e02" and "848644c03a324db2234ec07bd2f98019bf9ce2f2" have entirely different histories.

207 changed files with 32404 additions and 132866 deletions

View File

@ -54,10 +54,6 @@
"/Oil": {
"viewPath": "Main-Views/OilMonitoring"
},
"/Real-Time": {
"title": "",
"viewPath": "Alarm-Views/RealTime"
},
"/Temperature": {
"title": "",
"viewPath": "Main-Views/TempMonitoring"

File diff suppressed because one or more lines are too long

View File

@ -50,7 +50,7 @@
"panel_id": "value",
"text": "MCM01 Bulk Inbound"
},
"path": "Symbol-Views/Equipment-Views/Area_Nav_Button"
"path": "Custom-Views/Area_Nav_Button"
},
"type": "ia.display.view"
},
@ -70,7 +70,7 @@
"panel_id": "value",
"text": "MCM03 Fluid Inbound"
},
"path": "Symbol-Views/Equipment-Views/Area_Nav_Button"
"path": "Custom-Views/Area_Nav_Button"
},
"type": "ia.display.view"
},
@ -90,7 +90,7 @@
"panel_id": "value",
"text": "MCM05 Sorter Destination and Chutes"
},
"path": "Symbol-Views/Equipment-Views/Area_Nav_Button"
"path": "Custom-Views/Area_Nav_Button"
},
"type": "ia.display.view"
},
@ -110,7 +110,7 @@
"panel_id": "value",
"text": "MCM02 Fluid Inbound"
},
"path": "Symbol-Views/Equipment-Views/Area_Nav_Button"
"path": "Custom-Views/Area_Nav_Button"
},
"type": "ia.display.view"
},
@ -133,7 +133,7 @@
"panel_id": "value",
"text": "MCM04 Sorter Destination, Chutes and Bypass"
},
"path": "Symbol-Views/Equipment-Views/Area_Nav_Button"
"path": "Custom-Views/Area_Nav_Button"
},
"type": "ia.display.view"
}

View File

@ -9,9 +9,9 @@
],
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2025-08-05T11:27:25Z"
"actor": "external",
"timestamp": "2025-04-30T10:52:43Z"
},
"lastModificationSignature": "bb0b3b2e8c24a102eea0bab2c642d3afff0b7aaab4dafb0468cec087b72c8bb1"
"lastModificationSignature": "9c0725140b5b7a761b93420cbb245acddfeac0bf3e0c9751165497b502da9c4c"
}
}

View File

@ -9,9 +9,9 @@
],
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2025-08-05T11:27:26Z"
"actor": "external",
"timestamp": "2025-05-01T10:42:25Z"
},
"lastModificationSignature": "4598c983148c85eb3ecbb507870ef10371c81e0e453b62296d55d9288fb1c592"
"lastModificationSignature": "3cfe89237ff587207c7aa284226713e5a979819f5cf2441a77a4fd59b4e92f0a"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 59 KiB

View File

@ -9,9 +9,9 @@
],
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2025-08-05T11:27:27Z"
"actor": "external",
"timestamp": "2025-05-01T10:42:25Z"
},
"lastModificationSignature": "041ceae87bc5189c69380aacc584189b86c27f9647a064d352a41ccd628f2e45"
"lastModificationSignature": "5e6499831c0f942cc627061f5308045749a85848a752fa89bb63e17755e6c966"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 69 KiB

After

Width:  |  Height:  |  Size: 71 KiB

View File

@ -9,9 +9,9 @@
],
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2025-08-05T11:27:31Z"
"actor": "external",
"timestamp": "2025-05-01T10:42:25Z"
},
"lastModificationSignature": "62f3c2b950762998a8837a65e59191526123f2a7e684d1c318fc44fee043102b"
"lastModificationSignature": "46df3b2961f06a6fcbde9c579396cc5cdab867347fb8168bc63a1edf736967d6"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 53 KiB

View File

@ -9,9 +9,9 @@
],
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2025-08-05T11:27:41Z"
"actor": "external",
"timestamp": "2025-05-01T10:42:25Z"
},
"lastModificationSignature": "412970c52f6b7e4e19b1d2c489c7085616342f0ced6b1441d1d5ee25d5d7167c"
"lastModificationSignature": "9e2872de03c455750f6181c3d09ed2a85048b6e9d42cee58eb20bf20d1039e0f"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 64 KiB

File diff suppressed because one or more lines are too long

View File

@ -126,6 +126,106 @@
},
"type": "ia.container.flex"
},
{
"children": [
{
"meta": {
"name": "Button"
},
"position": {
"basis": "80px",
"grow": 1
},
"props": {
"style": {
"backgroundColor": "#C4D0D5",
"borderStyle": "none"
},
"text": "Lane Status",
"textStyle": {
"color": "#000000",
"fontSize": "1.5vmin",
"fontWeight": "lighter"
}
},
"type": "ia.input.button"
}
],
"events": {
"dom": {
"onClick": {
"config": {
"script": "\tself.parent.custom.currentTab \u003d \"Windows/Tabs/Lane Status\"\n\tself.parent.parent.getChild(\"DPMs\").meta.visible \u003d False"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "Lane Status"
},
"position": {
"basis": "200px",
"grow": 1
},
"props": {
"style": {
"backgroundColor": "#C4D0D5"
}
},
"type": "ia.container.flex"
},
{
"children": [
{
"meta": {
"name": "Button"
},
"position": {
"basis": "80px",
"grow": 1
},
"props": {
"style": {
"backgroundColor": "#C4D0D5",
"borderStyle": "none"
},
"text": "Scanner History",
"textStyle": {
"color": "#000000",
"fontSize": "1.5vmin",
"fontWeight": "lighter"
}
},
"type": "ia.input.button"
}
],
"events": {
"dom": {
"onClick": {
"config": {
"script": "\tself.parent.custom.currentTab \u003d \"Windows/Tabs/Scanner History\"\n\tself.parent.parent.getChild(\"DPMs\").meta.visible \u003d False"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "Scanner History"
},
"position": {
"basis": "200px",
"grow": 1
},
"props": {
"style": {
"backgroundColor": "#C4D0D5"
}
},
"type": "ia.container.flex"
},
{
"meta": {
"name": "Button5"

View File

@ -1,17 +0,0 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2025-08-05T13:18:42Z"
},
"lastModificationSignature": "8b10eac8888ffc2181c626167191512c03a31ce84de5f75baf8ff2156b563d02"
}
}

View File

@ -1,17 +0,0 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2025-08-05T14:39:49Z"
},
"lastModificationSignature": "b5b1fd6f58f8a6fc8716012858f262801fd277308e0f7166893e5358cfebcac2"
}
}

View File

@ -10,8 +10,8 @@
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2025-08-06T06:20:40Z"
"timestamp": "2025-05-22T12:53:27Z"
},
"lastModificationSignature": "728545d8dd9f374c3e76d24bb90d44cc537b07d174325f9441bbc2764d5fa631"
"lastModificationSignature": "714138513dc2ed525703835b23e01b224027fc468283354ada08e3f37a810795"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 152 KiB

After

Width:  |  Height:  |  Size: 152 KiB

View File

@ -1,23 +1,6 @@
{
"custom": {},
"params": {
"tagProps": [
"TAG0",
"TAG1",
"TAG2",
"TAG3",
"TAG4",
"TAG5",
"TAG6",
"TAG7",
"TAG8",
"TAG9",
"TAG10",
"TAG11",
"TAG12",
"TAG13"
]
},
"params": {},
"props": {
"defaultSize": {
"height": 1080,
@ -34,473 +17,23 @@
"height": 1,
"width": 1
},
"propConfig": {
"props.params.con_lines[0]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[0]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[10]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[10]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[11]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[11]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[12]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[12]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[13]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[13]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[1]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[1]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[2]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[2]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[3]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[3]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[4]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[4]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[5]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[5]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[6]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[6]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[7]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[7]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[8]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[8]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[9]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[9]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
}
},
"props": {
"params": {
"con_lines": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
@ -547,7 +80,7 @@
},
{
"meta": {
"name": "ULC1_1_TIPPER"
"name": "ULC1_1"
},
"position": {
"height": 0.1667,
@ -562,12 +95,12 @@
},
{
"meta": {
"name": "ULC1_1_TIPPER_label"
"name": "VFD1_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.0094,
"width": 0.0547,
"x": 0.0069,
"y": 0.5394
},
"props": {
@ -596,7 +129,7 @@
},
{
"meta": {
"name": "ULC1_3_label"
"name": "VFD2_label"
},
"position": {
"height": 0.0358,
@ -630,7 +163,7 @@
},
{
"meta": {
"name": "ULC1_4_label"
"name": "VFD3_label"
},
"position": {
"height": 0.0358,
@ -664,7 +197,7 @@
},
{
"meta": {
"name": "ULC1_5_label"
"name": "VFD4_label"
},
"position": {
"height": 0.0358,
@ -698,7 +231,7 @@
},
{
"meta": {
"name": "ULC1_6_label"
"name": "VFD5_label"
},
"position": {
"height": 0.0358,
@ -722,7 +255,8 @@
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0244
"x": 0.0244,
"y": -0.0009
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
@ -731,7 +265,7 @@
},
{
"meta": {
"name": "ULC1_7_label"
"name": "VFD6_label"
},
"position": {
"height": 0.0358,
@ -764,7 +298,7 @@
},
{
"meta": {
"name": "ULC1_8_label"
"name": "VFD7_label"
},
"position": {
"height": 0.0358,
@ -797,7 +331,7 @@
},
{
"meta": {
"name": "ULC1_9A_label"
"name": "VFD8_label"
},
"position": {
"height": 0.0358,
@ -830,7 +364,7 @@
},
{
"meta": {
"name": "ULC1_9B_label"
"name": "VFD9_label"
},
"position": {
"height": 0.0358,
@ -863,7 +397,7 @@
},
{
"meta": {
"name": "ULC1_10_label"
"name": "VFD10_label"
},
"position": {
"height": 0.0358,
@ -897,7 +431,7 @@
},
{
"meta": {
"name": "ULC1_11_label"
"name": "VFD11_label"
},
"position": {
"height": 0.0358,
@ -921,7 +455,8 @@
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.1245
"x": 0.1245,
"y": -0.0009
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
@ -930,7 +465,7 @@
},
{
"meta": {
"name": "ULC1_12_label"
"name": "VFD12_label"
},
"position": {
"height": 0.0358,
@ -949,13 +484,13 @@
},
{
"meta": {
"name": "ULC1_4_FIO"
"name": "ULC1_04_FIO1"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.8389,
"y": 0.3332
"x": 0.839,
"y": 0.3227
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
@ -964,16 +499,16 @@
},
{
"meta": {
"name": "ULC1_4_FIO_label"
"name": "FIO1_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.9349999999999999,
"y": 0.3943
"x": 0.9345,
"y": 0.384
},
"props": {
"text": "ULC1_4_FIO 11.200.1.42",
"text": "ULC1_04_FIO1 11.200.1.42",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
@ -987,27 +522,24 @@
},
"position": {
"height": 0.1667,
"width": 0.037,
"x": 0.8818,
"y": 0.1658
"width": 0.0266,
"x": 0.8833,
"y": 0.156
},
"props": {
"params": {
"MCM": "MCM01"
},
"path": "Windows/Tabs/Enternet Windows/Components/PLC"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "ULC1_3_PLC_label"
"name": "PLC_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.9349999999999999,
"y": 0.2276
"x": 0.9345,
"y": 0.2155
},
"props": {
"text": "ULC1_3_PLC 11.200.1.43",
@ -1020,13 +552,13 @@
},
{
"meta": {
"name": "DPM_label"
"name": "DPM1_ULC1_8"
},
"position": {
"height": 0.0694,
"width": 0.101,
"x": 0.5831,
"y": 0.6342
"x": 0.4456,
"y": 0.6379
},
"props": {
"text": "DPM1_ULC1_8 11.200.1.2",
@ -1040,10 +572,6 @@
"meta": {
"name": "root"
},
"position": {
"x": 0.6348,
"y": -0.1546
},
"props": {
"mode": "percent"
},

View File

@ -10,8 +10,8 @@
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2025-08-06T07:03:58Z"
"timestamp": "2025-05-22T13:02:58Z"
},
"lastModificationSignature": "46903f106e113429a821c59d71c1c989887f0b76d217ecc99af13950a7f29800"
"lastModificationSignature": "9ab2a52853252f07e92444b986162a203ef5481be6b40456095a5c6f90c83cb2"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 153 KiB

After

Width:  |  Height:  |  Size: 153 KiB

View File

@ -1,22 +1,6 @@
{
"custom": {},
"params": {
"tagProps": [
"TAG0",
"TAG1",
"TAG2",
"TAG3",
"TAG4",
"TAG5",
"TAG6",
"TAG7",
"TAG8",
"TAG9",
"TAG10",
"TAG11",
"TAG12"
]
},
"params": {},
"props": {
"defaultSize": {
"height": 1080,
@ -33,440 +17,22 @@
"height": 1,
"width": 1
},
"propConfig": {
"props.params.con_lines[0]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[0]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[10]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[10]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[11]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[11]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[12]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[12]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[1]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[1]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[2]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[2]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[3]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[3]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[4]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[4]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[5]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[5]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[6]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[6]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[7]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[7]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[8]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[8]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[9]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[9]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
}
},
"props": {
"params": {
"con_lines": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
@ -514,7 +80,7 @@
},
{
"meta": {
"name": "ULC2_1_TIPPER"
"name": "ULC2_1"
},
"position": {
"height": 0.1667,
@ -529,11 +95,11 @@
},
{
"meta": {
"name": "ULC2_1_TIPPER_label"
"name": "VFD1_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"width": 0.0547,
"x": 0.0094,
"y": 0.5394
},
@ -563,7 +129,7 @@
},
{
"meta": {
"name": "ULC2_3_label"
"name": "VFD2_label"
},
"position": {
"height": 0.0358,
@ -597,7 +163,7 @@
},
{
"meta": {
"name": "ULC2_4_label"
"name": "VFD3_label"
},
"position": {
"height": 0.0358,
@ -631,7 +197,7 @@
},
{
"meta": {
"name": "ULC2_5_label"
"name": "VFD4_label"
},
"position": {
"height": 0.0358,
@ -665,7 +231,7 @@
},
{
"meta": {
"name": "ULC2_6_label"
"name": "VFD5_label"
},
"position": {
"height": 0.0358,
@ -689,7 +255,8 @@
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0244
"x": 0.0244,
"y": -0.0009
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
@ -698,7 +265,7 @@
},
{
"meta": {
"name": "ULC2_7_label"
"name": "VFD6_label"
},
"position": {
"height": 0.0358,
@ -731,7 +298,7 @@
},
{
"meta": {
"name": "ULC2_8_label"
"name": "VFD7_label"
},
"position": {
"height": 0.0358,
@ -764,7 +331,7 @@
},
{
"meta": {
"name": "ULC2_9A_label"
"name": "VFD8_label"
},
"position": {
"height": 0.0358,
@ -797,7 +364,7 @@
},
{
"meta": {
"name": "ULC2_9B_label"
"name": "VFD9_label"
},
"position": {
"height": 0.0358,
@ -830,7 +397,7 @@
},
{
"meta": {
"name": "ULC2_10_label"
"name": "VFD10_label"
},
"position": {
"height": 0.0358,
@ -864,7 +431,7 @@
},
{
"meta": {
"name": "ULC2_11_label"
"name": "VFD11_label"
},
"position": {
"height": 0.0358,
@ -888,7 +455,8 @@
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.1245
"x": 0.1245,
"y": -0.0009
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
@ -897,7 +465,7 @@
},
{
"meta": {
"name": "ULC2_12_label"
"name": "VFD12_label"
},
"position": {
"height": 0.0358,
@ -921,8 +489,8 @@
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.8389,
"y": 0.3332
"x": 0.839,
"y": 0.3329
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
@ -931,13 +499,13 @@
},
{
"meta": {
"name": "ULC2_04_FIO1_label"
"name": "FIO1_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.9349999999999999,
"y": 0.3943
"x": 0.9345,
"y": 0.3942
},
"props": {
"text": "ULC2_04_FIO1 11.200.1.62",
@ -950,16 +518,16 @@
},
{
"meta": {
"name": "DPM_label"
"name": "DPM1_ULC2_9"
},
"position": {
"height": 0.0694,
"width": 0.101,
"x": 0.5831,
"y": 0.6342
"x": 0.4466,
"y": 0.6351
},
"props": {
"text": "DPM1_ULC2_8 11.200.1.2",
"text": "DPM1_ULC2_8 11.200.1.3",
"textStyle": {
"fontSize": "2vmin"
}
@ -970,10 +538,6 @@
"meta": {
"name": "root"
},
"position": {
"x": 0.6348,
"y": -0.1546
},
"props": {
"mode": "percent"
},

View File

@ -10,8 +10,8 @@
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2025-08-06T07:03:51Z"
"timestamp": "2025-05-22T13:02:55Z"
},
"lastModificationSignature": "f2d5a8e9399f48c68a9d9e41134942642120f018a8176e88e5b2d167fca770c2"
"lastModificationSignature": "bd097e5c1a2673c17b0faf62843fd21d99822597788815805d0f3f0f996a72a4"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 97 KiB

After

Width:  |  Height:  |  Size: 154 KiB

View File

@ -1,23 +1,6 @@
{
"custom": {},
"params": {
"tagProps": [
"TAG0",
"TAG1",
"TAG2",
"TAG3",
"TAG4",
"TAG5",
"TAG6",
"TAG7",
"TAG8",
"TAG9",
"TAG10",
"TAG11",
"TAG12",
"TAG13"
]
},
"params": {},
"props": {
"defaultSize": {
"height": 1080,
@ -34,473 +17,23 @@
"height": 1,
"width": 1
},
"propConfig": {
"props.params.con_lines[0]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[0]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[10]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[10]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[11]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[11]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[12]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[12]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[13]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[13]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[1]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[1]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[2]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[2]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[3]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[3]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[4]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[4]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[5]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[5]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[6]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[6]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[7]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[7]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[8]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[8]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[9]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[9]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
}
},
"props": {
"params": {
"con_lines": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
@ -526,7 +59,7 @@
true,
true,
true,
true,
false,
false,
false,
false,
@ -547,7 +80,7 @@
},
{
"meta": {
"name": "ULC3_1_TIPPER"
"name": "ULC3_1"
},
"position": {
"height": 0.1667,
@ -562,11 +95,11 @@
},
{
"meta": {
"name": "ULC3_1_TIPPER_label"
"name": "VFD1_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"width": 0.0547,
"x": 0.0094,
"y": 0.5394
},
@ -596,7 +129,7 @@
},
{
"meta": {
"name": "ULC3_3_label"
"name": "VFD2_label"
},
"position": {
"height": 0.0358,
@ -630,7 +163,7 @@
},
{
"meta": {
"name": "ULC3_4_label"
"name": "VFD3_label"
},
"position": {
"height": 0.0358,
@ -664,7 +197,7 @@
},
{
"meta": {
"name": "ULC3_6_label"
"name": "VFD4_label"
},
"position": {
"height": 0.0358,
@ -683,7 +216,7 @@
},
{
"meta": {
"name": "ULC4_1_TIPPER"
"name": "ULC4_1"
},
"position": {
"height": 0.1667,
@ -698,11 +231,11 @@
},
{
"meta": {
"name": "ULC4_1_TIPPER_label"
"name": "VFD5_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"width": 0.0547,
"x": 0.0068,
"y": 0.2324
},
@ -722,7 +255,8 @@
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0244
"x": 0.0244,
"y": -0.0009
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
@ -731,7 +265,7 @@
},
{
"meta": {
"name": "ULC4_3_label"
"name": "VFD6_label"
},
"position": {
"height": 0.0358,
@ -764,10 +298,10 @@
},
{
"meta": {
"name": "ULC4_4_label"
"name": "VFD7_label"
},
"position": {
"height": 0.0358,
"height": 0.0356,
"width": 0.0547,
"x": 0.5117,
"y": 0.1662
@ -797,10 +331,10 @@
},
{
"meta": {
"name": "ULC4_6_label"
"name": "VFD8_label"
},
"position": {
"height": 0.0358,
"height": 0.0356,
"width": 0.0547,
"x": 0.6312,
"y": 0.1664
@ -814,6 +348,24 @@
},
"type": "ia.display.label"
},
{
"meta": {
"name": "DPM1_ULC3-6"
},
"position": {
"height": 0.0694,
"width": 0.101,
"x": 0.4555,
"y": 0.6435
},
"props": {
"text": "DPM1_ULC3-6 11.200.1.4",
"textStyle": {
"fontSize": "2vmin"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "ULC3_04_FIO1"
@ -821,7 +373,8 @@
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.75
"x": 0.7515,
"y": 0.0005
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
@ -830,13 +383,13 @@
},
{
"meta": {
"name": "ULC3_04_FIO1_label"
"name": "FIO1_label"
},
"position": {
"height": 0.0358,
"height": 0.0356,
"width": 0.0427,
"x": 0.75,
"y": 0.1664
"x": 0.7506,
"y": 0.1701
},
"props": {
"text": "ULC3_04_FIO1 11.200.1.78",
@ -854,7 +407,8 @@
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.375
"x": 0.3737,
"y": 0.001
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
@ -863,13 +417,13 @@
},
{
"meta": {
"name": "ULC3_06_FIO1_label"
"name": "FIO2_label"
},
"position": {
"height": 0.0358,
"height": 0.0356,
"width": 0.0427,
"x": 0.3864,
"y": 0.1664
"x": 0.4449,
"y": 0.1693
},
"props": {
"text": "ULC3_06_FIO1 11.200.1.79",
@ -887,8 +441,8 @@
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.2516,
"y": 0.0019
"x": 0.2459,
"y": 0.001
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
@ -897,13 +451,13 @@
},
{
"meta": {
"name": "ULC4_04_FIO1_label"
"name": "FIO3_label"
},
"position": {
"height": 0.0358,
"height": 0.0356,
"width": 0.0427,
"x": 0.315,
"y": 0.1682
"x": 0.3249,
"y": 0.1693
},
"props": {
"text": "ULC4_04_FIO1 11.200.1.80",
@ -921,7 +475,8 @@
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.1245
"x": 0.1211,
"y": -0.0009
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
@ -930,13 +485,13 @@
},
{
"meta": {
"name": "ULC4_06_FIO1_label"
"name": "FIO4_label"
},
"position": {
"height": 0.0358,
"height": 0.0356,
"width": 0.0427,
"x": 0.2072,
"y": 0.1646
"x": 0.2068,
"y": 0.1674
},
"props": {
"text": "ULC4_06_FIO1 11.200.1.81",
@ -954,8 +509,8 @@
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.8389,
"y": 0.3332
"x": 0.8388,
"y": 0.3268
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
@ -964,13 +519,13 @@
},
{
"meta": {
"name": "PDP01_FIO1_label"
"name": "FIO5_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.9349999999999999,
"y": 0.3943
"x": 0.9319,
"y": 0.3988
},
"props": {
"text": "PDP01_FIO1 11.200.1.82",
@ -980,67 +535,11 @@
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "PDP01_PMM1"
},
"position": {
"height": 0.0991,
"width": 0.0682,
"x": 0.8826,
"y": 0.1694
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/PMM"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "PDP01_PMM1_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.8954,
"y": 0.2701
},
"props": {
"text": "PDP01_PMM1 11.200.1.83",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "DPM_label"
},
"position": {
"height": 0.0694,
"width": 0.101,
"x": 0.5831,
"y": 0.6342
},
"props": {
"text": "DPM1_ULC3-6 11.200.1.3",
"textStyle": {
"fontSize": "2vmin"
}
},
"type": "ia.display.label"
}
],
"meta": {
"name": "root"
},
"position": {
"x": 0.6348,
"y": -0.1546
},
"props": {
"mode": "percent"
},

View File

@ -10,8 +10,8 @@
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2025-08-06T07:04:14Z"
"timestamp": "2025-05-22T13:13:17Z"
},
"lastModificationSignature": "fbb3d81a3cc096e1d0830fe17f9fd5c02e2e29ac922a5abeceaf731720f74b94"
"lastModificationSignature": "1885bab460fdbd49f1b47a52b0aeb3e3cbc9979f0046dab034c6aac485e6ae4a"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 139 KiB

After

Width:  |  Height:  |  Size: 150 KiB

View File

@ -1,26 +1,6 @@
{
"custom": {},
"params": {
"tagProps": [
"TAG0",
"TAG1",
"TAG2",
"TAG3",
"TAG4",
"TAG5",
"TAG6",
"TAG7",
"TAG8",
"TAG9",
"TAG10",
"TAG11",
"TAG12",
"TAG13",
"TAG14",
"TAG15",
"TAG16"
]
},
"params": {},
"props": {
"defaultSize": {
"height": 1080,
@ -37,572 +17,26 @@
"height": 1,
"width": 1
},
"propConfig": {
"props.params.con_lines[0]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[0]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[10]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[10]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[11]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[11]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[12]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[12]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[13]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[13]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[14]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[14]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[15]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[15]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[16]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[16]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[1]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[1]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[2]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[2]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[3]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[3]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[4]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[4]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[5]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[5]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[6]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[6]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[7]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[7]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[8]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[8]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[9]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[9]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
}
},
"props": {
"params": {
"con_lines": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
@ -661,7 +95,7 @@
},
{
"meta": {
"name": "UL1_1_label"
"name": "VFD1_label"
},
"position": {
"height": 0.0358,
@ -695,7 +129,7 @@
},
{
"meta": {
"name": "UL1_2_label"
"name": "VFD2_label"
},
"position": {
"height": 0.0358,
@ -729,7 +163,7 @@
},
{
"meta": {
"name": "UL1_3_label"
"name": "VFD3_label"
},
"position": {
"height": 0.0358,
@ -763,7 +197,7 @@
},
{
"meta": {
"name": "UL1_4_label"
"name": "VFD4_label"
},
"position": {
"height": 0.0358,
@ -797,7 +231,7 @@
},
{
"meta": {
"name": "UL1_5_label"
"name": "VFD5_label"
},
"position": {
"height": 0.0358,
@ -821,7 +255,8 @@
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0244
"x": 0.0244,
"y": -0.0009
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
@ -830,7 +265,7 @@
},
{
"meta": {
"name": "UL1_6_label"
"name": "VFD6_label"
},
"position": {
"height": 0.0358,
@ -863,7 +298,7 @@
},
{
"meta": {
"name": "UL1_7_label"
"name": "VFD7_label"
},
"position": {
"height": 0.0358,
@ -882,7 +317,7 @@
},
{
"meta": {
"name": "UL2_2_EXTENDO"
"name": "UL2_2"
},
"position": {
"height": 0.1667,
@ -896,7 +331,7 @@
},
{
"meta": {
"name": "UL2_2_EXTENDO_label"
"name": "VFD8_label"
},
"position": {
"height": 0.0358,
@ -929,7 +364,7 @@
},
{
"meta": {
"name": "UL2_3_label"
"name": "VFD9_label"
},
"position": {
"height": 0.0358,
@ -962,7 +397,7 @@
},
{
"meta": {
"name": "UL2_4_label"
"name": "VFD10_label"
},
"position": {
"height": 0.0358,
@ -996,7 +431,7 @@
},
{
"meta": {
"name": "UL2_5_label"
"name": "VFD11_label"
},
"position": {
"height": 0.0358,
@ -1020,7 +455,8 @@
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.1245
"x": 0.1245,
"y": -0.0009
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
@ -1029,7 +465,7 @@
},
{
"meta": {
"name": "UL2_6_label"
"name": "VFD12_label"
},
"position": {
"height": 0.0358,
@ -1063,12 +499,12 @@
},
{
"meta": {
"name": "UL2_7_label"
"name": "VFD13_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.947,
"width": 0.0427,
"x": 0.9488,
"y": 0.3943
},
"props": {
@ -1097,12 +533,12 @@
},
{
"meta": {
"name": "UL2_8_label"
"name": "VFD14_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.947,
"width": 0.0427,
"x": 0.9488,
"y": 0.2276
},
"props": {
@ -1130,12 +566,12 @@
},
{
"meta": {
"name": "UL2_9_label"
"name": "VFD15_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.947,
"width": 0.0427,
"x": 0.9493,
"y": 0.0619
},
"props": {
@ -1147,6 +583,24 @@
},
"type": "ia.display.label"
},
{
"meta": {
"name": "DPM1_PS1-1"
},
"position": {
"height": 0.0694,
"width": 0.101,
"x": 0.4492,
"y": 0.6379
},
"props": {
"text": "DPM1_PS1-1 11.200.1.2",
"textStyle": {
"fontSize": "2vmin"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "UL1_2_FIO1"
@ -1154,8 +608,8 @@
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.8389,
"y": 0.4988
"x": 0.8375,
"y": 0.4977
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
@ -1164,13 +618,13 @@
},
{
"meta": {
"name": "UL1_2_FIO1_label"
"name": "FIO1_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.9349999999999999,
"y": 0.561
"x": 0.933,
"y": 0.559
},
"props": {
"text": "UL1_2_FIO1 11.200.1.45",
@ -1189,7 +643,7 @@
"height": 0.1667,
"width": 0.125,
"x": 0.8381,
"y": 0.6639
"y": 0.6657
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
@ -1198,12 +652,12 @@
},
{
"meta": {
"name": "UL2_3_FIO1_label"
"name": "FIO2_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.9349999999999999,
"x": 0.9333,
"y": 0.7257
},
"props": {
@ -1214,33 +668,11 @@
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "DPM_label"
},
"position": {
"height": 0.0694,
"width": 0.101,
"x": 0.5831,
"y": 0.6342
},
"props": {
"text": "DPM1_PS1-1 11.200.1.2",
"textStyle": {
"fontSize": "2vmin"
}
},
"type": "ia.display.label"
}
],
"meta": {
"name": "root"
},
"position": {
"x": 0.6348,
"y": -0.1546
},
"props": {
"mode": "percent"
},

View File

@ -10,8 +10,8 @@
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2025-08-05T13:35:55Z"
"timestamp": "2025-05-22T13:20:30Z"
},
"lastModificationSignature": "8dfee77c486cd6e082bb2926281f6534c9aac7fd2f551960cf4c35402d7b1d66"
"lastModificationSignature": "f2775f68ab45d53ed0e527b9bdcdd88d1c10b8a83534772b6c1642c11f377dd8"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 117 KiB

After

Width:  |  Height:  |  Size: 125 KiB

View File

@ -1,16 +1,6 @@
{
"custom": {},
"params": {
"tagProps": [
"TAG0",
"TAG1",
"TAG2",
"TAG3",
"TAG4",
"TAG5",
"TAG6"
]
},
"params": {},
"props": {
"defaultSize": {
"height": 1080,
@ -27,242 +17,16 @@
"height": 1,
"width": 1
},
"propConfig": {
"props.params.con_lines[0]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[0]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[1]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[1]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[2]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[2]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[3]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[3]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[4]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[4]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[5]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[5]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[6]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[6]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
}
},
"props": {
"params": {
"con_lines": [
null,
null,
null,
null,
null,
null,
null,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
@ -331,7 +95,7 @@
},
{
"meta": {
"name": "PS1_3_label"
"name": "VFD1_label"
},
"position": {
"height": 0.0358,
@ -365,7 +129,7 @@
},
{
"meta": {
"name": "PS1_4_label"
"name": "VFD2_label"
},
"position": {
"height": 0.0358,
@ -399,7 +163,7 @@
},
{
"meta": {
"name": "PS1_5A_label"
"name": "VFD3_label"
},
"position": {
"height": 0.0358,
@ -433,7 +197,7 @@
},
{
"meta": {
"name": "PS1_5B_label"
"name": "VFD4_label"
},
"position": {
"height": 0.0358,
@ -467,7 +231,7 @@
},
{
"meta": {
"name": "PS1_6_label"
"name": "VFD5_label"
},
"position": {
"height": 0.0358,
@ -491,7 +255,8 @@
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0244
"x": 0.0244,
"y": -0.0009
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
@ -500,7 +265,7 @@
},
{
"meta": {
"name": "PS1_7_label"
"name": "VFD6_label"
},
"position": {
"height": 0.0358,
@ -533,7 +298,7 @@
},
{
"meta": {
"name": "PS1_8_label"
"name": "VFD7_label"
},
"position": {
"height": 0.0358,
@ -552,13 +317,13 @@
},
{
"meta": {
"name": "DPM_label"
"name": "DPM1_PS1-4"
},
"position": {
"height": 0.0694,
"width": 0.101,
"x": 0.5831,
"y": 0.6342
"x": 0.4498,
"y": 0.6416
},
"props": {
"text": "DPM1_PS1-4 11.200.1.6",

View File

@ -10,8 +10,8 @@
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2025-08-06T07:04:25Z"
"timestamp": "2025-05-22T13:13:27Z"
},
"lastModificationSignature": "16580506c06eccc1fd2863778b42ddcd68cd692b192fd4bf8bb9722b05193835"
"lastModificationSignature": "852a33b21457f14a1a7f58bc488989878a9cf6203df5b9188edf404d11d925ca"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 139 KiB

After

Width:  |  Height:  |  Size: 151 KiB

View File

@ -1,26 +1,6 @@
{
"custom": {},
"params": {
"tagProps": [
"TAG0",
"TAG1",
"TAG2",
"TAG3",
"TAG4",
"TAG5",
"TAG6",
"TAG7",
"TAG8",
"TAG9",
"TAG10",
"TAG11",
"TAG12",
"TAG13",
"TAG14",
"TAG15",
"TAG16"
]
},
"params": {},
"props": {
"defaultSize": {
"height": 1080,
@ -37,572 +17,26 @@
"height": 1,
"width": 1
},
"propConfig": {
"props.params.con_lines[0]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[0]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[10]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[10]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[11]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[11]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[12]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[12]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[13]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[13]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[14]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[14]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[15]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[15]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[16]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[16]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[1]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[1]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[2]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[2]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[3]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[3]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[4]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[4]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[5]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[5]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[6]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[6]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[7]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[7]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[8]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[8]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[9]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[9]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
}
},
"props": {
"params": {
"con_lines": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
@ -646,7 +80,7 @@
},
{
"meta": {
"name": "UL4_2_EXTENDO"
"name": "UL4_2"
},
"position": {
"height": 0.1667,
@ -661,7 +95,7 @@
},
{
"meta": {
"name": "UL4_2_EXTENDO_label"
"name": "VFD1_label"
},
"position": {
"height": 0.0358,
@ -695,7 +129,7 @@
},
{
"meta": {
"name": "UL4_3_label"
"name": "VFD2_label"
},
"position": {
"height": 0.0358,
@ -729,7 +163,7 @@
},
{
"meta": {
"name": "UL4_4_label"
"name": "VFD3_label"
},
"position": {
"height": 0.0358,
@ -763,7 +197,7 @@
},
{
"meta": {
"name": "UL4_5_label"
"name": "VFD4_label"
},
"position": {
"height": 0.0358,
@ -797,7 +231,7 @@
},
{
"meta": {
"name": "UL4_6_label"
"name": "VFD5_label"
},
"position": {
"height": 0.0358,
@ -821,7 +255,8 @@
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0244
"x": 0.0244,
"y": -0.0009
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
@ -830,7 +265,7 @@
},
{
"meta": {
"name": "UL4_7_label"
"name": "VFD6_label"
},
"position": {
"height": 0.0358,
@ -863,7 +298,7 @@
},
{
"meta": {
"name": "UL4_8_label"
"name": "VFD7_label"
},
"position": {
"height": 0.0358,
@ -882,7 +317,7 @@
},
{
"meta": {
"name": "UL5_2_EXTENDO"
"name": "UL5_2"
},
"position": {
"height": 0.1667,
@ -896,7 +331,7 @@
},
{
"meta": {
"name": "UL5_2_EXTENDO_label"
"name": "VFD8_label"
},
"position": {
"height": 0.0358,
@ -929,7 +364,7 @@
},
{
"meta": {
"name": "UL5_3_label"
"name": "VFD9_label"
},
"position": {
"height": 0.0358,
@ -962,7 +397,7 @@
},
{
"meta": {
"name": "UL5_4_label"
"name": "VFD10_label"
},
"position": {
"height": 0.0358,
@ -996,7 +431,7 @@
},
{
"meta": {
"name": "UL5_5_label"
"name": "VFD11_label"
},
"position": {
"height": 0.0358,
@ -1020,7 +455,8 @@
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.1245
"x": 0.1245,
"y": -0.0009
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
@ -1029,7 +465,7 @@
},
{
"meta": {
"name": "UL5_6_label"
"name": "VFD12_label"
},
"position": {
"height": 0.0358,
@ -1063,12 +499,12 @@
},
{
"meta": {
"name": "UL5_7_label"
"name": "VFD13_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.947,
"width": 0.0427,
"x": 0.9488,
"y": 0.3943
},
"props": {
@ -1097,12 +533,12 @@
},
{
"meta": {
"name": "UL5_8_label"
"name": "VFD14_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.947,
"width": 0.0427,
"x": 0.9488,
"y": 0.2276
},
"props": {
@ -1130,12 +566,12 @@
},
{
"meta": {
"name": "UL5_9_label"
"name": "VFD15_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.947,
"width": 0.0427,
"x": 0.9493,
"y": 0.0619
},
"props": {
@ -1149,13 +585,31 @@
},
{
"meta": {
"name": "UL4-3_FIO1"
"name": "DPM1_PS2-1"
},
"position": {
"height": 0.0694,
"width": 0.101,
"x": 0.4544,
"y": 0.6388
},
"props": {
"text": "DPM1_PS2-1 11.200.1.4",
"textStyle": {
"fontSize": "2vmin"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "UL4_3_FIO1"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.8389,
"y": 0.4988
"x": 0.838,
"y": 0.4987
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
@ -1164,16 +618,16 @@
},
{
"meta": {
"name": "UL4-3_FIO1_label"
"name": "FIO1_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.9349999999999999,
"y": 0.561
"x": 0.9335,
"y": 0.56
},
"props": {
"text": "UL4-3_FIO1 11.200.1.85",
"text": "UL4_3_FIO1 11.200.1.85",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
@ -1188,8 +642,8 @@
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.8381,
"y": 0.6639
"x": 0.8386,
"y": 0.6667
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
@ -1198,13 +652,13 @@
},
{
"meta": {
"name": "UL5_3_FIO1_label"
"name": "FIO2_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.9349999999999999,
"y": 0.7257
"x": 0.9338,
"y": 0.7267
},
"props": {
"text": "UL5_3_FIO1 11.200.1.86",
@ -1214,32 +668,14 @@
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "DPM_label"
},
"position": {
"height": 0.0694,
"width": 0.101,
"x": 0.5831,
"y": 0.6342
},
"props": {
"text": "DPM1_PS2-1 11.200.1.4",
"textStyle": {
"fontSize": "2vmin"
}
},
"type": "ia.display.label"
}
],
"meta": {
"name": "root"
},
"position": {
"x": 0.6348,
"y": -0.1546
"x": -0.0363,
"y": -0.1278
},
"props": {
"mode": "percent"

View File

@ -10,8 +10,8 @@
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2025-08-05T13:36:46Z"
"timestamp": "2025-05-22T13:23:43Z"
},
"lastModificationSignature": "f5669890470b42dbea5e58fceec66fcdcd68715024c231284f6bb1879c4eac85"
"lastModificationSignature": "0f580c8260745f040392bb090c5fee204d4a13f40616b256fda0b9fb1c0979b8"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 135 KiB

After

Width:  |  Height:  |  Size: 142 KiB

View File

@ -1,20 +1,6 @@
{
"custom": {},
"params": {
"tagProps": [
"TAG0",
"TAG1",
"TAG2",
"TAG3",
"TAG4",
"TAG5",
"TAG6",
"TAG7",
"TAG8",
"TAG9",
"TAG10"
]
},
"params": {},
"props": {
"defaultSize": {
"height": 1080,
@ -31,374 +17,20 @@
"height": 1,
"width": 1
},
"propConfig": {
"props.params.con_lines[0]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[0]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[10]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[10]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[1]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[1]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[2]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[2]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[3]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[3]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[4]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[4]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[5]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[5]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[6]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[6]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[7]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[7]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[8]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[8]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[9]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[9]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
}
},
"props": {
"params": {
"con_lines": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
@ -448,7 +80,7 @@
},
{
"meta": {
"name": "UL3_2_EXTENDO"
"name": "UL3_2"
},
"position": {
"height": 0.1667,
@ -463,13 +95,13 @@
},
{
"meta": {
"name": "UL3_2_EXTENDO_label"
"name": "VFD1_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0094,
"y": 0.5394
"x": 0.0026,
"y": 0.5431
},
"props": {
"text": "UL3_2_EXTENDO 11.200.1.50",
@ -497,7 +129,7 @@
},
{
"meta": {
"name": "UL3_3_label"
"name": "VFD2_label"
},
"position": {
"height": 0.0358,
@ -531,7 +163,7 @@
},
{
"meta": {
"name": "UL3_4_label"
"name": "VFD3_label"
},
"position": {
"height": 0.0358,
@ -565,7 +197,7 @@
},
{
"meta": {
"name": "UL3_5_label"
"name": "VFD4_label"
},
"position": {
"height": 0.0358,
@ -599,7 +231,7 @@
},
{
"meta": {
"name": "UL3_6_label"
"name": "VFD5_label"
},
"position": {
"height": 0.0358,
@ -623,7 +255,8 @@
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0244
"x": 0.0244,
"y": -0.0009
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
@ -632,7 +265,7 @@
},
{
"meta": {
"name": "UL3_7_label"
"name": "VFD6_label"
},
"position": {
"height": 0.0358,
@ -665,13 +298,13 @@
},
{
"meta": {
"name": "UL3_8_label"
"name": "VFD7_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.5117,
"y": 0.1662
"y": 0.172
},
"props": {
"text": "UL3_8_VFD1 11.200.1.56",
@ -698,13 +331,13 @@
},
{
"meta": {
"name": "UL3_9_label"
"name": "VFD8_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.6312,
"y": 0.1664
"y": 0.172
},
"props": {
"text": "UL3_9_VFD1 11.200.1.57",
@ -731,13 +364,13 @@
},
{
"meta": {
"name": "PS1_1_label"
"name": "VFD9_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.75,
"y": 0.1664
"y": 0.172
},
"props": {
"text": "PS1_1_VFD1 11.200.1.58",
@ -764,13 +397,13 @@
},
{
"meta": {
"name": "PS1_2_label"
"name": "VFD10_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.3864,
"y": 0.1664
"x": 0.4395,
"y": 0.172
},
"props": {
"text": "PS1_2_VFD1 11.200.1.59",
@ -781,6 +414,24 @@
},
"type": "ia.display.label"
},
{
"meta": {
"name": "DPM2_PS1-1"
},
"position": {
"height": 0.0694,
"width": 0.101,
"x": 0.4492,
"y": 0.6379
},
"props": {
"text": "DPM2_PS1-1 11.200.1.3",
"textStyle": {
"fontSize": "2vmin"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "UL3_3_FIO1"
@ -788,8 +439,8 @@
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.2516,
"y": 0.0019
"x": 0.25,
"y": 0.0024
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
@ -798,13 +449,13 @@
},
{
"meta": {
"name": "UL3_3_FIO1_label"
"name": "FIO1_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.315,
"y": 0.1682
"x": 0.3309,
"y": 0.172
},
"props": {
"text": "UL3_3_FIO1 11.200.1.60",
@ -814,33 +465,11 @@
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "DPM_label"
},
"position": {
"height": 0.0694,
"width": 0.101,
"x": 0.5831,
"y": 0.6342
},
"props": {
"text": "DPM2_PS1-1 11.200.1.3",
"textStyle": {
"fontSize": "2vmin"
}
},
"type": "ia.display.label"
}
],
"meta": {
"name": "root"
},
"position": {
"x": 0.6348,
"y": -0.1546
},
"props": {
"mode": "percent"
},

View File

@ -10,8 +10,8 @@
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2025-08-06T07:04:37Z"
"timestamp": "2025-05-22T13:20:31Z"
},
"lastModificationSignature": "6fce6da595ec6e31e85419f9a50a74556c39e7a8ed9c6dbc273b6781f2449aad"
"lastModificationSignature": "c6b7aace373dacfda88517058cb21a40fa48d100279fd1c83d7596154f405778"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 139 KiB

After

Width:  |  Height:  |  Size: 134 KiB

View File

@ -1,17 +0,0 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2025-08-06T07:04:57Z"
},
"lastModificationSignature": "af1221c0cfdd0bd0dbbcb1d63295f93210591b2429945790696dc914e55bea85"
}
}

View File

@ -1,17 +0,0 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2025-08-06T07:05:01Z"
},
"lastModificationSignature": "0f4647e29aff98f178036d4841aa76edb8682fcec801da024f84bf87a033f4bc"
}
}

View File

@ -1,17 +0,0 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2025-08-06T07:05:08Z"
},
"lastModificationSignature": "7477e76007a194da5ae6ea6fc2328785d38f96dbea7bef108097fc09ed1aae53"
}
}

View File

@ -1,17 +0,0 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2025-08-06T07:05:19Z"
},
"lastModificationSignature": "bd03cf128b847e13b333a1095b49ede0b46138184427bbb36da006e9244e43ca"
}
}

View File

@ -1,17 +0,0 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2025-08-06T07:06:12Z"
},
"lastModificationSignature": "4cd4be3f3ebdcf0b3d65b86c285701d9c9f8f0f0cb60c7504dd38828d7a583c9"
}
}

View File

@ -1,17 +0,0 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2025-08-06T07:06:13Z"
},
"lastModificationSignature": "07f34d620ef4645b988c823e94a0bd58dfcd38274600829316ea1466ea4e22a0"
}
}

View File

@ -1,17 +0,0 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2025-08-06T07:05:54Z"
},
"lastModificationSignature": "fba79b65f880ab2ec00b1d89c2b51f3f56eb9c5ad51255625e515af367c7cb14"
}
}

View File

@ -1,782 +0,0 @@
{
"custom": {},
"params": {
"tagProps": [
"TAG0",
"TAG1",
"TAG2",
"TAG3",
"TAG4",
"TAG5",
"TAG6",
"TAG7",
"TAG8",
"TAG9"
]
},
"props": {
"defaultSize": {
"height": 1080,
"width": 1920
}
},
"root": {
"children": [
{
"meta": {
"name": "DPM"
},
"position": {
"height": 1,
"width": 1
},
"propConfig": {
"props.params.con_lines[0]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[0]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[1]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[1]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[2]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[2]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[3]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[3]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[4]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[4]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[5]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[5]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[6]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[6]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[7]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[7]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[8]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[8]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.params.con_lines[9]": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[9]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Communication_Faulted"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},false)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
}
},
"props": {
"params": {
"con_lines": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false
],
"con_lines_visible": [
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false
],
"in": false,
"out": false
},
"path": "Windows/Tabs/Enternet Windows/Components/DPM_TO_HUB"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "S013080_ZMX1"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0232,
"y": 0.4991
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/ZMX"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "S013080_ZMX1_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.0094,
"y": 0.5394
},
"props": {
"text": "S013080_ZMX1 11.200.1.221",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "S013082_ZMX1"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.023,
"y": 0.6677
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/ZMX"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "S013082_ZMX1_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.0068,
"y": 0.7315
},
"props": {
"text": "S013082_ZMX1 11.200.1.222",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "S013084_ZMX1"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0216,
"y": 0.8333
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/ZMX"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "S013084_ZMX1_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.0068,
"y": 0.8981
},
"props": {
"text": "S013084_ZMX1 11.200.1.223",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "S013086_ZMX1"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.3333
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/ZMX"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "S013086_ZMX1_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.0068,
"y": 0.3986
},
"props": {
"text": "S013086_ZMX1 11.200.1.224",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "S013088_ZMX1"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.1667
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/ZMX"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "S013088_ZMX1_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.0068,
"y": 0.2324
},
"props": {
"text": "S013088_ZMX1 11.200.1.225",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VS01C_FIOM16"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0244
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VS01C_FIOM16_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.0068,
"y": 0.0653
},
"props": {
"text": "VS01C_FIOM16 11.200.1.226",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VS01C_FIOM17"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.5
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VS01C_FIOM17_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.5117,
"y": 0.1662
},
"props": {
"text": "VS01C_FIOM17 11.200.1.227",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VS01C_FIOM18"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.625
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VS01C_FIOM18_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.6312,
"y": 0.1664
},
"props": {
"text": "VS01C_FIOM18 11.200.1.228",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VS01C_FIOM19"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.75
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VS01C_FIOM19_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.75,
"y": 0.1664
},
"props": {
"text": "VS01C_FIOM19 11.200.1.229",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VS01C_FIOM20"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.375
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VS01C_FIOM20_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.3864,
"y": 0.1664
},
"props": {
"text": "VS01C_FIOM20 11.200.1.230",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "DPM_label"
},
"position": {
"height": 0.0694,
"width": 0.101,
"x": 0.5831,
"y": 0.6342
},
"props": {
"text": "DPM02_VS01C 11.200.1.7",
"textStyle": {
"fontSize": "2vmin"
}
},
"type": "ia.display.label"
}
],
"meta": {
"name": "root"
},
"position": {
"x": 0.6348,
"y": -0.1546
},
"props": {
"mode": "percent"
},
"type": "ia.container.coord"
}
}

View File

@ -1,17 +0,0 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2025-08-06T07:06:02Z"
},
"lastModificationSignature": "f690ef828a7a1490cad3f20aa0e3f91d25b73568ecb5c6bd86f1ceddd922ec57"
}
}

View File

@ -1,17 +0,0 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2025-08-06T07:06:14Z"
},
"lastModificationSignature": "2b7a6dc9bc578bdaecc2f14a7754528d131ba8cdc405534ed15cb5dc79b40398"
}
}

View File

@ -1,17 +0,0 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2025-08-06T07:06:15Z"
},
"lastModificationSignature": "08064cd402f11ce44c543bc483f13d977a20d6215ae149473e8d0d179cfca81b"
}
}

View File

@ -1,17 +0,0 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2025-08-06T07:51:53Z"
},
"lastModificationSignature": "f3e896a6b4057b4cad4bb49529fca002bd04701408de739b4d51c5575c1ff203"
}
}

View File

@ -1,17 +0,0 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2025-08-06T07:06:54Z"
},
"lastModificationSignature": "b232f14f7b3cd5462a6210135dd2bff33a68141536c89e61be99b81f832aa702"
}
}

View File

@ -1,169 +1,22 @@
{
"custom": {
"dpm1-dpm2": false,
"dpm2-dpm3": false,
"dpm3-mcm": false,
"mcm-dpm1": false
},
"params": {
"tagProps": [
"DPM0_TAG",
"DPM1_TAG",
"DPM2_TAG",
"DPM3_TAG"
]
"dpm1_dpm2": false,
"dpm2_dpm3": false,
"dpm3_mcm": true,
"mcm_dpm1": true
},
"params": {},
"propConfig": {
"custom.dpm1-dpm2": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"1": "{view.params.tagProps[1]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{1}/STATE"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},1)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": 0,
"output": true
},
{
"input": 1,
"output": false
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
},
"custom.dpm1_dpm2": {
"persistent": true
},
"custom.dpm2-dpm3": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"2": "{view.params.tagProps[2]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{2}/STATE"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},1)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": 0,
"output": true
},
{
"input": 1,
"output": false
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
},
"custom.dpm2_dpm3": {
"persistent": true
},
"custom.dpm3-mcm": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"3": "{view.params.tagProps[3]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{3}/STATE"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},1)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": 0,
"output": true
},
{
"input": 1,
"output": false
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
},
"custom.dpm3_mcm": {
"persistent": true
},
"custom.mcm-dpm1": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[0]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/STATE"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},1)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": 0,
"output": true
},
{
"input": 1,
"output": false
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
},
"persistent": true
},
"params.tagProps": {
"paramDirection": "input",
"custom.mcm_dpm1": {
"persistent": true
}
},
@ -175,123 +28,6 @@
},
"root": {
"children": [
{
"events": {
"dom": {
"onClick": {
"config": {
"script": "\tself.session.custom.dpm_view_path \u003d self.props.params.view\n\tself.session.custom.show_dpm_device_view \u003d True"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "MCM"
},
"position": {
"height": 0.5,
"width": 0.5,
"x": 0.5,
"y": 0.5
},
"propConfig": {
"props.params.InOn": {
"binding": {
"config": {
"path": "view.custom.dpm3-mcm"
},
"type": "property"
}
},
"props.params.OutOn": {
"binding": {
"config": {
"path": "view.custom.mcm-dpm1"
},
"type": "property"
}
}
},
"props": {
"params": {
"InDown": false,
"InLeft": true,
"InUp": false,
"OutDown": false,
"OutRight": false,
"OutUp": true
},
"path": "Windows/Tabs/Enternet Windows/Components/EN4TR"
},
"type": "ia.display.view"
},
{
"events": {
"dom": {
"onClick": {
"config": {
"script": "\tself.session.custom.dpm_view_path \u003d self.props.params.view\n\tself.session.custom.show_dpm_device_view \u003d True"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "DPM1_ULC1_8"
},
"position": {
"height": 0.5,
"width": 0.5,
"x": 0.5
},
"propConfig": {
"props.params.DownOn": {
"binding": {
"config": {
"path": "view.custom.mcm-dpm1"
},
"type": "property"
}
},
"props.params.InOn": {
"binding": {
"config": {
"path": "view.custom.dpm1-dpm2"
},
"type": "property"
}
},
"props.params.OutOn": {
"binding": {
"config": {
"path": "view.custom.mcm-dpm1"
},
"type": "property"
}
}
},
"props": {
"params": {
"Down1": false,
"Down2": false,
"Down3": true,
"DownLeft": false,
"DownRight": false,
"InDown": false,
"InLeft": true,
"InUp": false,
"OutDown": true,
"OutRight": false,
"OutUp": false,
"view": "Windows/Tabs/Enternet Windows/DPMs/DPM Devices/MCM01/DPM1_ULC1_8"
},
"path": "Windows/Tabs/Enternet Windows/Components/DPM_BLOCK"
},
"type": "ia.display.view"
},
{
"events": {
"dom": {
@ -309,13 +45,14 @@
},
"position": {
"height": 0.5,
"width": 0.5
"width": 0.5,
"y": -0.0001
},
"propConfig": {
"props.params.DownOn": {
"binding": {
"config": {
"path": "view.custom.dpm2-dpm3"
"path": "view.custom.dpm2_dpm3"
},
"type": "property"
}
@ -323,7 +60,7 @@
"props.params.InOn": {
"binding": {
"config": {
"path": "view.custom.dpm2-dpm3"
"path": "view.custom.dpm2_dpm3"
},
"type": "property"
}
@ -331,7 +68,7 @@
"props.params.OutOn": {
"binding": {
"config": {
"path": "view.custom.dpm1-dpm2"
"path": "view.custom.dpm1_dpm2"
},
"type": "property"
}
@ -369,18 +106,27 @@
}
},
"meta": {
"name": "DPM1_ULC3-6"
"name": "DPM1_ULC1_8"
},
"position": {
"height": 0.5,
"width": 0.5,
"y": 0.5
"x": 0.5,
"y": -0.0002
},
"propConfig": {
"props.params.DownOn": {
"binding": {
"config": {
"path": "view.custom.mcm_dpm1"
},
"type": "property"
}
},
"props.params.InOn": {
"binding": {
"config": {
"path": "view.custom.dpm2-dpm3"
"path": "view.custom.dpm1_dpm2"
},
"type": "property"
}
@ -388,7 +134,64 @@
"props.params.OutOn": {
"binding": {
"config": {
"path": "view.custom.dpm3-mcm"
"path": "view.custom.mcm_dpm1"
},
"type": "property"
}
}
},
"props": {
"params": {
"Down1": false,
"Down2": false,
"Down3": true,
"DownLeft": false,
"DownRight": false,
"InDown": false,
"InLeft": true,
"InUp": false,
"OutDown": true,
"OutRight": false,
"OutUp": false,
"view": "Windows/Tabs/Enternet Windows/DPMs/DPM Devices/MCM01/DPM1_ULC1_8"
},
"path": "Windows/Tabs/Enternet Windows/Components/DPM_BLOCK"
},
"type": "ia.display.view"
},
{
"events": {
"dom": {
"onClick": {
"config": {
"script": "\tself.session.custom.dpm_view_path \u003d self.props.params.view\n\tself.session.custom.show_dpm_device_view \u003d True"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "DPM1_ULC3-6"
},
"position": {
"height": 0.5,
"width": 0.5,
"y": 0.4998
},
"propConfig": {
"props.params.InOn": {
"binding": {
"config": {
"path": "view.custom.dpm2_dpm3"
},
"type": "property"
}
},
"props.params.OutOn": {
"binding": {
"config": {
"path": "view.custom.dpm3_mcm"
},
"type": "property"
}
@ -399,9 +202,7 @@
"Down1": false,
"Down2": false,
"Down3": false,
"DownLeft": false,
"DownOn": false,
"DownRight": false,
"InDown": false,
"InLeft": false,
"InUp": true,
@ -414,6 +215,66 @@
},
"type": "ia.display.view"
},
{
"meta": {
"name": "MCM"
},
"position": {
"height": 0.5,
"width": 0.5,
"x": 0.4997,
"y": 0.4999
},
"propConfig": {
"props.params.InOn": {
"binding": {
"config": {
"path": "view.custom.dpm3_mcm"
},
"type": "property"
}
},
"props.params.OutOn": {
"binding": {
"config": {
"path": "view.custom.mcm_dpm1"
},
"type": "property"
}
}
},
"props": {
"params": {
"InDown": false,
"InLeft": true,
"InUp": false,
"OutDown": false,
"OutRight": false,
"OutUp": true
},
"path": "Windows/Tabs/Enternet Windows/Components/EN4TR"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "DPM3_label"
},
"position": {
"height": 0.0358,
"width": 0.0615,
"x": 0.0104,
"y": 0.6888
},
"props": {
"text": "DPM1_ULC3-6 11.200.1.4",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "DPM1_label"
@ -421,8 +282,8 @@
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.5,
"y": 0.1
"x": 0.5302,
"y": 0.1294
},
"props": {
"text": "DPM1_ULC1_8 11.200.1.2",
@ -439,8 +300,8 @@
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.01,
"y": 0.1
"x": 0.0104,
"y": 0.1296
},
"props": {
"text": "DPM1_ULC2_8 11.200.1.3",
@ -449,32 +310,14 @@
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "DPM3_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.01,
"y": 0.6
},
"props": {
"text": "DPM1_ULC3-6 11.200.1.4",
"textStyle": {
"fontSize": "1vmin"
}
},
"type": "ia.display.label"
}
],
"meta": {
"name": "root"
},
"position": {
"x": 120,
"y": -723
"x": 0,
"y": 0
},
"props": {
"mode": "percent",

View File

@ -1,247 +1,30 @@
{
"custom": {
"dpm1-dpm2": false,
"dpm2-dpm3": false,
"dpm3-dpm4": false,
"dpm4-dpm5": false,
"dpm5-mcm": false,
"mcm-dpm1": false
},
"params": {
"tagProps": [
"DPM0_TAG",
"DPM1_TAG",
"DPM2_TAG",
"DPM3_TAG",
"DPM4_TAG",
"DPM5_TAG"
]
"dpm1_dpm2": false,
"dpm2_dpm3": false,
"dpm3_dpm4": false,
"dpm4_dpm5": false,
"dpm5_mcm": true,
"mcm_dpm1": true
},
"params": {},
"propConfig": {
"custom.dpm1-dpm2": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"1": "{view.params.tagProps[1]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{1}/STATE"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},1)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": 0,
"output": true
},
{
"input": 1,
"output": false
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
},
"custom.dpm1_dpm2": {
"persistent": true
},
"custom.dpm2-dpm3": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"2": "{view.params.tagProps[2]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{2}/STATE"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},1)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": 0,
"output": true
},
{
"input": 1,
"output": false
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
},
"custom.dpm2_dpm3": {
"persistent": true
},
"custom.dpm3-dpm4": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"3": "{view.params.tagProps[3]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{3}/STATE"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},1)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": 0,
"output": true
},
{
"input": 1,
"output": false
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
},
"custom.dpm3_dpm4": {
"persistent": true
},
"custom.dpm4-dpm5": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"4": "{view.params.tagProps[4]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{4}/STATE"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},1)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": 0,
"output": true
},
{
"input": 1,
"output": false
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
},
"custom.dpm4_dpm5": {
"persistent": true
},
"custom.dpm5-mcm": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"5": "{view.params.tagProps[5]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{5}/STATE"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},1)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": 0,
"output": true
},
{
"input": 1,
"output": false
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
},
"custom.dpm5_mcm": {
"persistent": true
},
"custom.mcm-dpm1": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[0]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/STATE"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},1)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": 0,
"output": true
},
{
"input": 1,
"output": false
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
},
"persistent": true
},
"params.tagProps": {
"paramDirection": "input",
"custom.mcm_dpm1": {
"persistent": true
}
},
@ -253,181 +36,6 @@
},
"root": {
"children": [
{
"events": {
"dom": {
"onClick": {
"config": {
"script": "\tself.session.custom.dpm_view_path \u003d self.props.params.view\n\tself.session.custom.show_dpm_device_view \u003d True"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "MCM"
},
"position": {
"height": 0.5,
"width": 0.3333,
"x": 0.6666,
"y": 0.5
},
"propConfig": {
"props.params.InOn": {
"binding": {
"config": {
"path": "view.custom.dpm5-mcm"
},
"type": "property"
}
},
"props.params.OutOn": {
"binding": {
"config": {
"path": "view.custom.mcm-dpm1"
},
"type": "property"
}
}
},
"props": {
"params": {
"InDown": false,
"InLeft": true,
"InUp": false,
"OutDown": false,
"OutRight": false,
"OutUp": true
},
"path": "Windows/Tabs/Enternet Windows/Components/EN4TR"
},
"type": "ia.display.view"
},
{
"events": {
"dom": {
"onClick": {
"config": {
"script": "\tself.session.custom.dpm_view_path \u003d self.props.params.view\n\tself.session.custom.show_dpm_device_view \u003d True"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "DPM1_PS1-1"
},
"position": {
"height": 0.5,
"width": 0.3333,
"x": 0.6666
},
"propConfig": {
"props.params.DownOn": {
"binding": {
"config": {
"path": "view.custom.mcm-dpm1"
},
"type": "property"
}
},
"props.params.InOn": {
"binding": {
"config": {
"path": "view.custom.dpm1-dpm2"
},
"type": "property"
}
},
"props.params.OutOn": {
"binding": {
"config": {
"path": "view.custom.mcm-dpm1"
},
"type": "property"
}
}
},
"props": {
"params": {
"Down1": false,
"Down2": false,
"Down3": true,
"DownLeft": false,
"DownRight": false,
"InDown": false,
"InLeft": true,
"InUp": false,
"OutDown": true,
"OutRight": false,
"OutUp": false,
"view": "Windows/Tabs/Enternet Windows/DPMs/DPM Devices/MCM02/DPM1_PS1-1"
},
"path": "Windows/Tabs/Enternet Windows/Components/DPM_BLOCK"
},
"type": "ia.display.view"
},
{
"events": {
"dom": {
"onClick": {
"config": {
"script": "\tself.session.custom.dpm_view_path \u003d self.props.params.view\n\tself.session.custom.show_dpm_device_view \u003d True"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "DPM2_PS1-1"
},
"position": {
"height": 0.5,
"width": 0.3333,
"x": 0.3333
},
"propConfig": {
"props.params.InOn": {
"binding": {
"config": {
"path": "view.custom.dpm2-dpm3"
},
"type": "property"
}
},
"props.params.OutOn": {
"binding": {
"config": {
"path": "view.custom.dpm1-dpm2"
},
"type": "property"
}
}
},
"props": {
"params": {
"Down1": false,
"Down2": false,
"Down3": false,
"DownLeft": false,
"DownOn": false,
"DownRight": false,
"InDown": false,
"InLeft": true,
"InUp": false,
"OutDown": false,
"OutRight": true,
"OutUp": false,
"view": "Windows/Tabs/Enternet Windows/DPMs/DPM Devices/MCM02/DPM2_PS1-1"
},
"path": "Windows/Tabs/Enternet Windows/Components/DPM_BLOCK"
},
"type": "ia.display.view"
},
{
"events": {
"dom": {
@ -445,21 +53,15 @@
},
"position": {
"height": 0.5,
"width": 0.3333
"width": 0.3333,
"x": 0.3336,
"y": -0.0002
},
"propConfig": {
"props.params.DownOn": {
"binding": {
"config": {
"path": "view.custom.dpm3-dpm4"
},
"type": "property"
}
},
"props.params.InOn": {
"binding": {
"config": {
"path": "view.custom.dpm3-dpm4"
"path": "view.custom.dpm2_dpm3"
},
"type": "property"
}
@ -467,7 +69,7 @@
"props.params.OutOn": {
"binding": {
"config": {
"path": "view.custom.dpm2-dpm3"
"path": "view.custom.dpm1_dpm2"
},
"type": "property"
}
@ -476,12 +78,12 @@
"props": {
"params": {
"Down1": false,
"Down2": true,
"Down2": false,
"Down3": false,
"DownLeft": false,
"DownRight": false,
"InDown": true,
"InLeft": false,
"InDown": false,
"InLeft": true,
"InUp": false,
"OutDown": false,
"OutRight": true,
@ -510,13 +112,22 @@
"position": {
"height": 0.5,
"width": 0.3333,
"y": 0.5
"x": 0.6658,
"y": -0.0004
},
"propConfig": {
"props.params.DownOn": {
"binding": {
"config": {
"path": "view.custom.mcm_dpm1"
},
"type": "property"
}
},
"props.params.InOn": {
"binding": {
"config": {
"path": "view.custom.dpm3-dpm4"
"path": "view.custom.dpm1_dpm2"
},
"type": "property"
}
@ -524,7 +135,225 @@
"props.params.OutOn": {
"binding": {
"config": {
"path": "view.custom.dpm4-dpm5"
"path": "view.custom.mcm_dpm1"
},
"type": "property"
}
}
},
"props": {
"params": {
"Down1": false,
"Down2": false,
"Down3": true,
"DownLeft": false,
"DownRight": false,
"InDown": false,
"InLeft": true,
"InUp": false,
"OutDown": true,
"OutRight": false,
"OutUp": false,
"view": "Windows/Tabs/Enternet Windows/DPMs/DPM Devices/MCM02/DPM2_PS1-1"
},
"path": "Windows/Tabs/Enternet Windows/Components/DPM_BLOCK"
},
"type": "ia.display.view"
},
{
"events": {
"dom": {
"onClick": {
"config": {
"script": "\tself.session.custom.dpm_view_path \u003d self.props.params.view\n\tself.session.custom.show_dpm_device_view \u003d True"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "DPM1_PS1-1"
},
"position": {
"height": 0.5,
"width": 0.3333,
"x": 0.0002
},
"propConfig": {
"props.params.DownOn": {
"binding": {
"config": {
"path": "view.custom.dpm3_dpm4"
},
"type": "property"
}
},
"props.params.InOn": {
"binding": {
"config": {
"path": "view.custom.dpm3_dpm4"
},
"type": "property"
}
},
"props.params.OutOn": {
"binding": {
"config": {
"path": "view.custom.dpm2_dpm3"
},
"type": "property"
}
}
},
"props": {
"params": {
"Down1": false,
"Down2": true,
"Down3": false,
"DownLeft": false,
"DownRight": false,
"InDown": true,
"InLeft": false,
"InUp": false,
"OutDown": false,
"OutRight": true,
"OutUp": false,
"view": "Windows/Tabs/Enternet Windows/DPMs/DPM Devices/MCM02/DPM1_PS1-1"
},
"path": "Windows/Tabs/Enternet Windows/Components/DPM_BLOCK"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "MCM"
},
"position": {
"height": 0.5,
"width": 0.3333,
"x": 0.6659,
"y": 0.4996
},
"propConfig": {
"props.params.InOn": {
"binding": {
"config": {
"path": "view.custom.dpm5_mcm"
},
"type": "property"
}
},
"props.params.OutOn": {
"binding": {
"config": {
"path": "view.custom.mcm_dpm1"
},
"type": "property"
}
}
},
"props": {
"params": {
"InDown": false,
"InLeft": true,
"InUp": false,
"OutDown": false,
"OutRight": false,
"OutUp": true
},
"path": "Windows/Tabs/Enternet Windows/Components/EN4TR"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "DPM3_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0781,
"y": 0.4203
},
"props": {
"text": "DPM1_PS1-1 11.200.1.2",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "DPM1_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.6708,
"y": 0.1288
},
"props": {
"text": "DPM2_PS2-1 11.200.1.5",
"textStyle": {
"fontSize": "1vmin"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "DPM2_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.3403,
"y": 0.1286
},
"props": {
"text": "DPM1_PS2-1 11.200.1.4",
"textStyle": {
"fontSize": "1vmin"
}
},
"type": "ia.display.label"
},
{
"events": {
"dom": {
"onClick": {
"config": {
"script": "\tself.session.custom.dpm_view_path \u003d self.props.params.view\n\tself.session.custom.show_dpm_device_view \u003d True"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "DPM2_PS1-1"
},
"position": {
"height": 0.5,
"width": 0.3333,
"y": 0.4998
},
"propConfig": {
"props.params.InOn": {
"binding": {
"config": {
"path": "view.custom.dpm3_dpm4"
},
"type": "property"
}
},
"props.params.OutOn": {
"binding": {
"config": {
"path": "view.custom.dpm4_dpm5"
},
"type": "property"
}
@ -535,21 +364,38 @@
"Down1": false,
"Down2": false,
"Down3": false,
"DownLeft": false,
"DownOn": false,
"DownRight": false,
"InDown": false,
"InLeft": false,
"InUp": true,
"OutDown": false,
"OutRight": true,
"OutUp": false,
"view": "Windows/Tabs/Enternet Windows/DPMs/DPM Devices/MCM02/DPM2_PS2-1"
"view": "Windows/Tabs/Enternet Windows/DPMs/DPM Devices/MCM02/DPM2_PS1-1"
},
"path": "Windows/Tabs/Enternet Windows/Components/DPM_BLOCK"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "DPM4_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0125,
"y": 0.6199
},
"props": {
"text": "DPM2_PS1-1 11.200.1.3",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"events": {
"dom": {
@ -568,14 +414,14 @@
"position": {
"height": 0.5,
"width": 0.3333,
"x": 0.3333,
"y": 0.5
"x": 0.3335,
"y": 0.4995
},
"propConfig": {
"props.params.InOn": {
"binding": {
"config": {
"path": "view.custom.dpm4-dpm5"
"path": "view.custom.dpm4_dpm5"
},
"type": "property"
}
@ -583,7 +429,7 @@
"props.params.OutOn": {
"binding": {
"config": {
"path": "view.custom.dpm5-mcm"
"path": "view.custom.dpm5_mcm"
},
"type": "property"
}
@ -594,9 +440,7 @@
"Down1": false,
"Down2": false,
"Down3": false,
"DownLeft": false,
"DownOn": false,
"DownRight": false,
"InDown": false,
"InLeft": true,
"InUp": false,
@ -611,90 +455,19 @@
},
{
"meta": {
"name": "DPM1_label"
"name": "DPM3_label_1"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.65,
"y": 0.1
},
"props": {
"text": "DPM1_PS1-1 11.200.1.2",
"textStyle": {
"fontSize": "1vmin"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "DPM2_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.32,
"y": 0.1
},
"props": {
"text": "DPM2_PS1-1 11.200.1.3",
"textStyle": {
"fontSize": "1vmin"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "DPM3_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.005,
"y": 0.1
},
"props": {
"text": "DPM1_PS2-1 11.200.1.4",
"textStyle": {
"fontSize": "1vmin"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "DPM4_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.005,
"y": 0.6
},
"props": {
"text": "DPM2_PS2-1 11.200.1.5",
"textStyle": {
"fontSize": "1vmin"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "DPM5_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.32,
"y": 0.6
"x": 0.3403,
"y": 0.6294
},
"props": {
"text": "DPM1_PS1-4 11.200.1.6",
"textStyle": {
"fontSize": "1vmin"
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
@ -704,8 +477,8 @@
"name": "root"
},
"position": {
"x": 120,
"y": -723
"x": 0,
"y": 0
},
"props": {
"mode": "percent",

View File

@ -1,17 +0,0 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModification": {
"actor": "external",
"timestamp": "2025-08-05T13:58:10Z"
},
"lastModificationSignature": "5610ae153bbf12df0205fa42398f96794ca4e779d93d581cbb142ae7eeee8785"
}
}

View File

@ -1,640 +0,0 @@
{
"custom": {
"dpm1-dpm2": false,
"dpm2-dpm3": false,
"dpm3-dpm4": false,
"dpm4-mcm": false,
"mcm-dpm1": false
},
"params": {
"tagProps": [
"DPM0_TAG",
"DPM1_TAG",
"DPM2_TAG",
"DPM3_TAG",
"DPM4_TAG"
]
},
"propConfig": {
"custom.dpm1-dpm2": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"1": "{view.params.tagProps[1]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{1}/STATE"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},1)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": 0,
"output": true
},
{
"input": 1,
"output": false
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
},
"persistent": true
},
"custom.dpm2-dpm3": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"2": "{view.params.tagProps[2]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{2}/STATE"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},1)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": 0,
"output": true
},
{
"input": 1,
"output": false
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
},
"persistent": true
},
"custom.dpm3-dpm4": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"3": "{view.params.tagProps[3]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{3}/STATE"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},1)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": 0,
"output": true
},
{
"input": 1,
"output": false
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
},
"persistent": true
},
"custom.dpm4-mcm": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"4": "{view.params.tagProps[4]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{4}/STATE"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},1)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": 0,
"output": true
},
{
"input": 1,
"output": false
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
},
"persistent": true
},
"custom.mcm-dpm1": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[0]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/STATE"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},1)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": 0,
"output": true
},
{
"input": 1,
"output": false
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
},
"persistent": true
},
"params.tagProps": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 894,
"width": 1920
}
},
"root": {
"children": [
{
"events": {
"dom": {
"onClick": {
"config": {
"script": "\tself.session.custom.dpm_view_path = self.props.params.view\n\tself.session.custom.show_dpm_device_view = True"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "MCM"
},
"position": {
"height": 0.5,
"width": 0.3333,
"x": 0.6666,
"y": 0.5
},
"propConfig": {
"props.params.InOn": {
"binding": {
"config": {
"path": "view.custom.dpm4-mcm"
},
"type": "property"
}
},
"props.params.OutOn": {
"binding": {
"config": {
"path": "view.custom.mcm-dpm1"
},
"type": "property"
}
}
},
"props": {
"params": {
"InDown": false,
"InLeft": true,
"InUp": false,
"OutDown": false,
"OutRight": false,
"OutUp": true
},
"path": "Windows/Tabs/Enternet Windows/Components/EN4TR"
},
"type": "ia.display.view"
},
{
"events": {
"dom": {
"onClick": {
"config": {
"script": "\tself.session.custom.dpm_view_path = self.props.params.view\n\tself.session.custom.show_dpm_device_view = True"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "DPM1_PS3-1"
},
"position": {
"height": 0.5,
"width": 0.3333,
"x": 0.6666
},
"propConfig": {
"props.params.InOn": {
"binding": {
"config": {
"path": "view.custom.dpm1-dpm2"
},
"type": "property"
}
},
"props.params.OutOn": {
"binding": {
"config": {
"path": "view.custom.mcm-dpm1"
},
"type": "property"
}
}
},
"props": {
"params": {
"Down1": false,
"Down2": false,
"Down3": true,
"DownLeft": false,
"DownOn": false,
"DownRight": false,
"InDown": false,
"InLeft": true,
"InUp": false,
"OutDown": true,
"OutRight": false,
"OutUp": false,
"view": "Windows/Tabs/Enternet Windows/DPMs/DPM Devices/MCM03/DPM1_PS3-1"
},
"path": "Windows/Tabs/Enternet Windows/Components/DPM_BLOCK"
},
"type": "ia.display.view"
},
{
"events": {
"dom": {
"onClick": {
"config": {
"script": "\tself.session.custom.dpm_view_path = self.props.params.view\n\tself.session.custom.show_dpm_device_view = True"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "DPM2_PS3-1"
},
"position": {
"height": 0.5,
"width": 0.3333,
"x": 0.3333
},
"propConfig": {
"props.params.InOn": {
"binding": {
"config": {
"path": "view.custom.dpm2-dpm3"
},
"type": "property"
}
},
"props.params.OutOn": {
"binding": {
"config": {
"path": "view.custom.dpm1-dpm2"
},
"type": "property"
}
}
},
"props": {
"params": {
"Down1": false,
"Down2": false,
"Down3": false,
"DownLeft": false,
"DownOn": false,
"DownRight": false,
"InDown": false,
"InLeft": true,
"InUp": false,
"OutDown": false,
"OutRight": true,
"OutUp": false,
"view": "Windows/Tabs/Enternet Windows/DPMs/DPM Devices/MCM03/DPM2_PS3-1"
},
"path": "Windows/Tabs/Enternet Windows/Components/DPM_BLOCK"
},
"type": "ia.display.view"
},
{
"events": {
"dom": {
"onClick": {
"config": {
"script": "\tself.session.custom.dpm_view_path = self.props.params.view\n\tself.session.custom.show_dpm_device_view = True"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "DPM1_PS4-1"
},
"position": {
"height": 0.5,
"width": 0.3333
},
"propConfig": {
"props.params.DownOn": {
"binding": {
"config": {
"path": "view.custom.dpm3-dpm4"
},
"type": "property"
}
},
"props.params.InOn": {
"binding": {
"config": {
"path": "view.custom.dpm3-dpm4"
},
"type": "property"
}
},
"props.params.OutOn": {
"binding": {
"config": {
"path": "view.custom.dpm2-dpm3"
},
"type": "property"
}
}
},
"props": {
"params": {
"Down1": false,
"Down2": true,
"Down3": false,
"DownLeft": false,
"DownRight": false,
"InDown": true,
"InLeft": false,
"InUp": false,
"OutDown": false,
"OutRight": true,
"OutUp": false,
"view": "Windows/Tabs/Enternet Windows/DPMs/DPM Devices/MCM03/DPM1_PS4-1"
},
"path": "Windows/Tabs/Enternet Windows/Components/DPM_BLOCK"
},
"type": "ia.display.view"
},
{
"events": {
"dom": {
"onClick": {
"config": {
"script": "\tself.session.custom.dpm_view_path = self.props.params.view\n\tself.session.custom.show_dpm_device_view = True"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "DPM2_PS4-1"
},
"position": {
"height": 0.5,
"width": 0.3333,
"y": 0.5
},
"propConfig": {
"props.params.InOn": {
"binding": {
"config": {
"path": "view.custom.dpm3-dpm4"
},
"type": "property"
}
},
"props.params.OutOn": {
"binding": {
"config": {
"path": "view.custom.dpm4-mcm"
},
"type": "property"
}
}
},
"props": {
"params": {
"Down1": false,
"Down2": false,
"Down3": false,
"DownLeft": false,
"DownOn": false,
"DownRight": false,
"InDown": false,
"InLeft": false,
"InUp": true,
"OutDown": false,
"OutRight": true,
"OutUp": false,
"view": "Windows/Tabs/Enternet Windows/DPMs/DPM Devices/MCM03/DPM2_PS4-1"
},
"path": "Windows/Tabs/Enternet Windows/Components/DPM_BLOCK"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "DPM1_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.65,
"y": 0.1
},
"props": {
"text": "DPM1_PS3-1 11.200.1.2",
"textStyle": {
"fontSize": "1vmin"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "DPM2_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.32,
"y": 0.1
},
"props": {
"text": "DPM2_PS3-1 11.200.1.3",
"textStyle": {
"fontSize": "1vmin"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "DPM3_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.005,
"y": 0.1
},
"props": {
"text": "DPM1_PS4-1 11.200.1.4",
"textStyle": {
"fontSize": "1vmin"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "DPM4_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.005,
"y": 0.6
},
"props": {
"text": "DPM2_PS4-1 11.200.1.5",
"textStyle": {
"fontSize": "1vmin"
}
},
"type": "ia.display.label"
},
{
"events": {
"dom": {
"onClick": {
"config": {
"script": "\tself.session.custom.dpm_view_path = self.props.params.view\n\tself.session.custom.show_dpm_device_view = True"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "DEVICE"
},
"position": {
"height": 0.5,
"width": 0.3333,
"x": 0.3333,
"y": 0.4999
},
"propConfig": {
"props.params.On": {
"binding": {
"config": {
"path": "view.custom.dpm4-mcm"
},
"type": "property"
}
}
},
"props": {
"params": {
"LR": true,
"LRU": false,
"LU": false,
"RD": false,
"RLD": false,
"RLU": false,
"RU": false
},
"path": "Windows/Tabs/Enternet Windows/Components/CommLines"
},
"type": "ia.display.view"
}
],
"meta": {
"name": "root"
},
"position": {
"x": 120,
"y": -723
},
"props": {
"mode": "percent",
"style": {
"backgroundColor": "#ffffff"
}
},
"type": "ia.container.coord"
}
}

View File

@ -1,17 +0,0 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModification": {
"actor": "external",
"timestamp": "2025-08-05T13:58:10Z"
},
"lastModificationSignature": "2cfa8eed0fa61f3232958c7d39d0bc67d44bb5096ad7afbdad2c8d6d0f7cbb11"
}
}

View File

@ -1,887 +0,0 @@
{
"custom": {
"dpm1-dpm2": false,
"dpm2-dpm3": false,
"dpm3-dpm4": false,
"dpm4-dpm5": false,
"dpm5-dpm6": false,
"dpm6-mcm": false,
"mcm-dpm1": false
},
"params": {
"tagProps": [
"DPM0_TAG",
"DPM1_TAG",
"DPM2_TAG",
"DPM3_TAG",
"DPM4_TAG",
"DPM5_TAG",
"DPM6_TAG"
]
},
"propConfig": {
"custom.dpm1-dpm2": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"1": "{view.params.tagProps[1]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{1}/STATE"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},1)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": 0,
"output": true
},
{
"input": 1,
"output": false
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
},
"persistent": true
},
"custom.dpm2-dpm3": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"2": "{view.params.tagProps[2]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{2}/STATE"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},1)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": 0,
"output": true
},
{
"input": 1,
"output": false
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
},
"persistent": true
},
"custom.dpm3-dpm4": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"3": "{view.params.tagProps[3]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{3}/STATE"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},1)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": 0,
"output": true
},
{
"input": 1,
"output": false
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
},
"persistent": true
},
"custom.dpm4-dpm5": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"4": "{view.params.tagProps[4]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{4}/STATE"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},1)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": 0,
"output": true
},
{
"input": 1,
"output": false
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
},
"persistent": true
},
"custom.dpm5-dpm6": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"5": "{view.params.tagProps[5]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{5}/STATE"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},1)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": 0,
"output": true
},
{
"input": 1,
"output": false
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
},
"persistent": true
},
"custom.dpm6-mcm": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"6": "{view.params.tagProps[6]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{6}/STATE"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},1)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": 0,
"output": true
},
{
"input": 1,
"output": false
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
},
"persistent": true
},
"custom.mcm-dpm1": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[0]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/STATE"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},1)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": 0,
"output": true
},
{
"input": 1,
"output": false
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
},
"persistent": true
},
"params.tagProps": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 894,
"width": 1920
}
},
"root": {
"children": [
{
"events": {
"dom": {
"onClick": {
"config": {
"script": "\tself.session.custom.dpm_view_path = self.props.params.view\n\tself.session.custom.show_dpm_device_view = True"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "MCM"
},
"position": {
"height": 0.3333,
"width": 0.3333,
"x": 0.6666,
"y": 0.3333
},
"propConfig": {
"props.params.InOn": {
"binding": {
"config": {
"path": "view.custom.dpm6-mcm"
},
"type": "property"
}
},
"props.params.OutOn": {
"binding": {
"config": {
"path": "view.custom.mcm-dpm1"
},
"type": "property"
}
}
},
"props": {
"params": {
"InDown": false,
"InLeft": true,
"InUp": false,
"OutDown": false,
"OutRight": false,
"OutUp": true
},
"path": "Windows/Tabs/Enternet Windows/Components/EN4TR"
},
"type": "ia.display.view"
},
{
"events": {
"dom": {
"onClick": {
"config": {
"script": "\tself.session.custom.dpm_view_path = self.props.params.view\n\tself.session.custom.show_dpm_device_view = True"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "DPM01_VS01A"
},
"position": {
"height": 0.3333,
"width": 0.3333,
"x": 0.3333
},
"propConfig": {
"props.params.InOn": {
"binding": {
"config": {
"path": "view.custom.dpm1-dpm2"
},
"type": "property"
}
},
"props.params.OutOn": {
"binding": {
"config": {
"path": "view.custom.mcm-dpm1"
},
"type": "property"
}
}
},
"props": {
"params": {
"Down1": false,
"Down2": false,
"Down3": false,
"DownLeft": false,
"DownOn": false,
"DownRight": false,
"InDown": false,
"InLeft": true,
"InUp": false,
"OutDown": false,
"OutRight": true,
"OutUp": false,
"view": "Windows/Tabs/Enternet Windows/DPMs/DPM Devices/MCM04/DPM01_VS01A"
},
"path": "Windows/Tabs/Enternet Windows/Components/DPM_BLOCK"
},
"type": "ia.display.view"
},
{
"events": {
"dom": {
"onClick": {
"config": {
"script": "\tself.session.custom.dpm_view_path = self.props.params.view\n\tself.session.custom.show_dpm_device_view = True"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "DPM02_VS01A"
},
"position": {
"height": 0.3333,
"width": 0.3333
},
"propConfig": {
"props.params.DownOn": {
"binding": {
"config": {
"path": "view.custom.dpm2-dpm3"
},
"type": "property"
}
},
"props.params.InOn": {
"binding": {
"config": {
"path": "view.custom.dpm2-dpm3"
},
"type": "property"
}
},
"props.params.OutOn": {
"binding": {
"config": {
"path": "view.custom.dpm1-dpm2"
},
"type": "property"
}
}
},
"props": {
"params": {
"Down1": true,
"Down2": false,
"Down3": true,
"DownLeft": false,
"DownRight": false,
"InDown": true,
"InLeft": false,
"InUp": false,
"OutDown": false,
"OutRight": true,
"OutUp": false,
"view": "Windows/Tabs/Enternet Windows/DPMs/DPM Devices/MCM04/DPM02_VS01A"
},
"path": "Windows/Tabs/Enternet Windows/Components/DPM_BLOCK"
},
"type": "ia.display.view"
},
{
"events": {
"dom": {
"onClick": {
"config": {
"script": "\tself.session.custom.dpm_view_path = self.props.params.view\n\tself.session.custom.show_dpm_device_view = True"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "DPM03_VS01A"
},
"position": {
"height": 0.3333,
"width": 0.3333,
"y": 0.3333
},
"propConfig": {
"props.params.DownOn": {
"binding": {
"config": {
"path": "view.custom.dpm3-dpm4"
},
"type": "property"
}
},
"props.params.InOn": {
"binding": {
"config": {
"path": "view.custom.dpm3-dpm4"
},
"type": "property"
}
},
"props.params.OutOn": {
"binding": {
"config": {
"path": "view.custom.dpm2-dpm3"
},
"type": "property"
}
}
},
"props": {
"params": {
"Down1": false,
"Down2": true,
"Down3": false,
"DownLeft": false,
"DownRight": false,
"InDown": true,
"InLeft": false,
"InUp": false,
"OutDown": false,
"OutRight": false,
"OutUp": true,
"view": "Windows/Tabs/Enternet Windows/DPMs/DPM Devices/MCM04/DPM03_VS01A"
},
"path": "Windows/Tabs/Enternet Windows/Components/DPM_BLOCK"
},
"type": "ia.display.view"
},
{
"events": {
"dom": {
"onClick": {
"config": {
"script": "\tself.session.custom.dpm_view_path = self.props.params.view\n\tself.session.custom.show_dpm_device_view = True"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "DPM04_VS01A"
},
"position": {
"height": 0.3333,
"width": 0.3333,
"y": 0.6666
},
"propConfig": {
"props.params.InOn": {
"binding": {
"config": {
"path": "view.custom.dpm3-dpm4"
},
"type": "property"
}
},
"props.params.OutOn": {
"binding": {
"config": {
"path": "view.custom.dpm4-dpm5"
},
"type": "property"
}
}
},
"props": {
"params": {
"Down1": false,
"Down2": false,
"Down3": false,
"DownLeft": false,
"DownOn": false,
"DownRight": false,
"InDown": false,
"InLeft": false,
"InUp": true,
"OutDown": false,
"OutRight": true,
"OutUp": false,
"view": "Windows/Tabs/Enternet Windows/DPMs/DPM Devices/MCM04/DPM04_VS01A"
},
"path": "Windows/Tabs/Enternet Windows/Components/DPM_BLOCK"
},
"type": "ia.display.view"
},
{
"events": {
"dom": {
"onClick": {
"config": {
"script": "\tself.session.custom.dpm_view_path = self.props.params.view\n\tself.session.custom.show_dpm_device_view = True"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "DPM05_VS01A"
},
"position": {
"height": 0.3333,
"width": 0.3333,
"x": 0.3333,
"y": 0.6666
},
"propConfig": {
"props.params.InOn": {
"binding": {
"config": {
"path": "view.custom.dpm4-dpm5"
},
"type": "property"
}
},
"props.params.OutOn": {
"binding": {
"config": {
"path": "view.custom.dpm5-dpm6"
},
"type": "property"
}
}
},
"props": {
"params": {
"Down1": false,
"Down2": false,
"Down3": false,
"DownLeft": false,
"DownOn": false,
"DownRight": false,
"InDown": false,
"InLeft": true,
"InUp": false,
"OutDown": false,
"OutRight": false,
"OutUp": true,
"view": "Windows/Tabs/Enternet Windows/DPMs/DPM Devices/MCM04/DPM05_VS01A"
},
"path": "Windows/Tabs/Enternet Windows/Components/DPM_BLOCK"
},
"type": "ia.display.view"
},
{
"events": {
"dom": {
"onClick": {
"config": {
"script": "\tself.session.custom.dpm_view_path = self.props.params.view\n\tself.session.custom.show_dpm_device_view = True"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "DPM02_VS01C"
},
"position": {
"height": 0.3333,
"width": 0.3333,
"x": 0.3333,
"y": 0.3333
},
"propConfig": {
"props.params.DownOn": {
"binding": {
"config": {
"path": "view.custom.dpm5-dpm6"
},
"type": "property"
}
},
"props.params.InOn": {
"binding": {
"config": {
"path": "view.custom.dpm5-dpm6"
},
"type": "property"
}
},
"props.params.OutOn": {
"binding": {
"config": {
"path": "view.custom.dpm6-mcm"
},
"type": "property"
}
}
},
"props": {
"params": {
"Down1": true,
"Down2": false,
"Down3": true,
"DownLeft": false,
"DownRight": false,
"InDown": true,
"InLeft": false,
"InUp": false,
"OutDown": false,
"OutRight": true,
"OutUp": false,
"view": "Windows/Tabs/Enternet Windows/DPMs/DPM Devices/MCM04/DPM02_VS01C"
},
"path": "Windows/Tabs/Enternet Windows/Components/DPM_BLOCK"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "DPM1_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.32,
"y": 0.07
},
"props": {
"text": "DPM01_VS01A 11.200.1.2",
"textStyle": {
"fontSize": "1vmin"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "DPM2_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.065,
"y": 0.3121
},
"props": {
"text": "DPM02_VS01A 11.200.1.3",
"textStyle": {
"fontSize": "1vmin"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "DPM3_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.005,
"y": 0.4
},
"props": {
"text": "DPM03_VS01A 11.200.1.4",
"textStyle": {
"fontSize": "1vmin"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "DPM4_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.005,
"y": 0.75
},
"props": {
"text": "DPM04_VS01A 11.200.1.5",
"textStyle": {
"fontSize": "1vmin"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "DPM5_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.32,
"y": 0.75
},
"props": {
"text": "DPM05_VS01A 11.200.1.6",
"textStyle": {
"fontSize": "1vmin"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "DPM6_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.32,
"y": 0.4
},
"props": {
"text": "DPM02_VS01C 11.200.1.7",
"textStyle": {
"fontSize": "1vmin"
}
},
"type": "ia.display.label"
},
{
"events": {
"dom": {
"onClick": {
"config": {
"script": "\tself.session.custom.dpm_view_path = self.props.params.view\n\tself.session.custom.show_dpm_device_view = True"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "DEVICE"
},
"position": {
"height": 0.3333,
"width": 0.3333,
"x": 0.6666
},
"propConfig": {
"props.params.On": {
"binding": {
"config": {
"path": "view.custom.mcm-dpm1"
},
"type": "property"
}
}
},
"props": {
"params": {
"LD": false,
"LR": false,
"LRD": true,
"LRU": false,
"LU": false,
"RD": false,
"RLD": false,
"RLU": false,
"RU": false
},
"path": "Windows/Tabs/Enternet Windows/Components/CommLines"
},
"type": "ia.display.view"
}
],
"meta": {
"name": "root"
},
"position": {
"x": 120,
"y": -723
},
"props": {
"mode": "percent",
"style": {
"backgroundColor": "#ffffff"
}
},
"type": "ia.container.coord"
}
}

View File

@ -1,17 +0,0 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2025-08-06T06:15:50Z"
},
"lastModificationSignature": "e0e4d49d14bfae14e924fd880ab94ccc8fcf9dcf4f65b49e57df6c9bb7a3ceba"
}
}

View File

@ -1,418 +0,0 @@
{
"custom": {
"dpm1-dpm2": false,
"dpm2-mcm": false,
"mcm-dpm1": false
},
"params": {
"tagProps": [
"DPM0_TAG",
"DPM1_TAG",
"DPM2_TAG"
]
},
"propConfig": {
"custom.dpm1-dpm2": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"1": "{view.params.tagProps[1]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{1}/STATE"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},1)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": 0,
"output": true
},
{
"input": 1,
"output": false
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
},
"persistent": true
},
"custom.dpm2-mcm": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"2": "{view.params.tagProps[2]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{2}/STATE"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},1)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": 0,
"output": true
},
{
"input": 1,
"output": false
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
},
"persistent": true
},
"custom.mcm-dpm1": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"0": "{view.params.tagProps[0]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/STATE"
},
"transforms": [
{
"expression": "coalesce({value},{view.params.forceFaultStatus},1)",
"type": "expression"
},
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": 0,
"output": true
},
{
"input": 1,
"output": false
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
},
"persistent": true
},
"params.tagProps": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 894,
"width": 1920
}
},
"root": {
"children": [
{
"events": {
"dom": {
"onClick": {
"config": {
"script": "\tself.session.custom.dpm_view_path \u003d self.props.params.view\n\tself.session.custom.show_dpm_device_view \u003d True"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "MCM"
},
"position": {
"height": 0.5,
"width": 0.5,
"x": 0.5,
"y": 0.5
},
"propConfig": {
"props.params.InOn": {
"binding": {
"config": {
"path": "view.custom.dpm2-mcm"
},
"type": "property"
}
},
"props.params.OutOn": {
"binding": {
"config": {
"path": "view.custom.mcm-dpm1"
},
"type": "property"
}
}
},
"props": {
"params": {
"InDown": false,
"InLeft": true,
"InUp": false,
"OutDown": false,
"OutRight": false,
"OutUp": true
},
"path": "Windows/Tabs/Enternet Windows/Components/EN4TR"
},
"type": "ia.display.view"
},
{
"events": {
"dom": {
"onClick": {
"config": {
"script": "\tself.session.custom.dpm_view_path \u003d self.props.params.view\n\tself.session.custom.show_dpm_device_view \u003d True"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "DPM01_VS01C"
},
"position": {
"height": 0.5,
"width": 0.5,
"x": 0.5
},
"propConfig": {
"props.params.DownOn": {
"binding": {
"config": {
"path": "view.custom.mcm-dpm1"
},
"type": "property"
}
},
"props.params.InOn": {
"binding": {
"config": {
"path": "view.custom.dpm1-dpm2"
},
"type": "property"
}
},
"props.params.OutOn": {
"binding": {
"config": {
"path": "view.custom.mcm-dpm1"
},
"type": "property"
}
}
},
"props": {
"params": {
"Down1": false,
"Down2": false,
"Down3": true,
"DownLeft": false,
"DownRight": false,
"InDown": false,
"InLeft": true,
"InUp": false,
"OutDown": true,
"OutRight": false,
"OutUp": false,
"view": "Windows/Tabs/Enternet Windows/DPMs/DPM Devices/MCM05/DPM01_VS01C"
},
"path": "Windows/Tabs/Enternet Windows/Components/DPM_BLOCK"
},
"type": "ia.display.view"
},
{
"events": {
"dom": {
"onClick": {
"config": {
"script": "\tself.session.custom.dpm_view_path \u003d self.props.params.view\n\tself.session.custom.show_dpm_device_view \u003d True"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "DPM01_VS01B"
},
"position": {
"height": 0.5,
"width": 0.5
},
"propConfig": {
"props.params.DownOn": {
"binding": {
"config": {
"path": "view.custom.dpm2-mcm"
},
"type": "property"
}
},
"props.params.InOn": {
"binding": {
"config": {
"path": "view.custom.dpm2-mcm"
},
"type": "property"
}
},
"props.params.OutOn": {
"binding": {
"config": {
"path": "view.custom.dpm1-dpm2"
},
"type": "property"
}
}
},
"props": {
"params": {
"Down1": false,
"Down2": true,
"Down3": false,
"DownLeft": false,
"DownRight": false,
"InDown": true,
"InLeft": false,
"InUp": false,
"OutDown": false,
"OutRight": true,
"OutUp": false,
"view": "Windows/Tabs/Enternet Windows/DPMs/DPM Devices/MCM05/DPM01_VS01B"
},
"path": "Windows/Tabs/Enternet Windows/Components/DPM_BLOCK"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "DPM1_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.5,
"y": 0.1
},
"props": {
"text": "DPM01_VS01C 11.200.1.2",
"textStyle": {
"fontSize": "1vmin"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "DPM2_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.01,
"y": 0.1
},
"props": {
"text": "DPM01_VS01B 11.200.1.3",
"textStyle": {
"fontSize": "1vmin"
}
},
"type": "ia.display.label"
},
{
"events": {
"dom": {
"onClick": {
"config": {
"script": "\tself.session.custom.dpm_view_path \u003d self.props.params.view\n\tself.session.custom.show_dpm_device_view \u003d True"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "DPM2_DEVICE_0"
},
"position": {
"height": 0.5,
"width": 0.5,
"y": 0.5
},
"propConfig": {
"props.params.On": {
"binding": {
"config": {
"path": "view.custom.dpm2-mcm"
},
"type": "property"
}
}
},
"props": {
"params": {
"LD": false,
"LR": false,
"LRD": false,
"LRU": false,
"LU": false,
"RD": false,
"RLD": false,
"RLU": true,
"RU": false
},
"path": "Windows/Tabs/Enternet Windows/Components/CommLines"
},
"type": "ia.display.view"
}
],
"meta": {
"name": "root"
},
"position": {
"x": 120,
"y": -723
},
"props": {
"mode": "percent",
"style": {
"backgroundColor": "#ffffff"
}
},
"type": "ia.container.coord"
}
}

View File

@ -165,90 +165,6 @@
"path": "Windows/Tabs/Enternet Windows/Components/PLC"
},
"type": "ia.display.view"
},
{
"children": [
{
"meta": {
"name": "Communication_Faulted_Text"
},
"position": {
"height": 6.88,
"width": 432,
"x": 131.69440649414062,
"y": 65.8918
},
"props": {
"style": {
"fontSize": 30
},
"text": "Communication Faulted"
},
"type": "ia.display.label"
},
{
"meta": {
"name": "Communication_Not_Faulted_Text"
},
"position": {
"height": 6.88,
"width": 483,
"x": 131.84,
"y": 126.29181274414066
},
"props": {
"style": {
"fontSize": 30
},
"text": "Communication Not Faulted"
},
"type": "ia.display.label"
},
{
"meta": {
"name": "CoordinateContainer_0"
},
"position": {
"height": 6,
"width": 94,
"x": 22.48,
"y": 68.06
},
"props": {
"style": {
"backgroundColor": "#FF0000"
}
},
"type": "ia.container.coord"
},
{
"meta": {
"name": "CoordinateContainer_1"
},
"position": {
"height": 6,
"width": 94,
"x": 22.48,
"y": 128.06
},
"props": {
"style": {
"backgroundColor": "#00FF00"
}
},
"type": "ia.container.coord"
}
],
"meta": {
"name": "CoordinateContainer"
},
"position": {
"height": 0.2151,
"width": 0.3464,
"x": 0.0083,
"y": 0.7129
},
"type": "ia.container.coord"
}
],
"meta": {

File diff suppressed because one or more lines are too long

Some files were not shown because too many files have changed in this diff Show More