diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/ControlCabinet/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/ControlCabinet/resource.json new file mode 100644 index 00000000..ebcd7844 --- /dev/null +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/ControlCabinet/resource.json @@ -0,0 +1,17 @@ +{ + "scope": "G", + "version": 1, + "restricted": false, + "overridable": true, + "files": [ + "view.json", + "thumbnail.png" + ], + "attributes": { + "lastModification": { + "actor": "admin", + "timestamp": "2025-08-12T09:00:30Z" + }, + "lastModificationSignature": "a94bcbe892a57bdce5a3dbf826c0796fe1153fa0e9d1f598486281a825949299" + } +} \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/ControlCabinet/thumbnail.png b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/ControlCabinet/thumbnail.png new file mode 100644 index 00000000..624d7c52 Binary files /dev/null and b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/ControlCabinet/thumbnail.png differ diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/ControlCabinet/view.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/ControlCabinet/view.json new file mode 100644 index 00000000..6df31687 --- /dev/null +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/ControlCabinet/view.json @@ -0,0 +1,293 @@ +{ + "custom": { + "disconnected": 0, + "plc": "value", + "priority": 0, + "priority_string": "No active alarms", + "searchId": "value", + "state": 0, + "state_string": "Normal" + }, + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "propConfig": { + "custom.disconnected": { + "binding": { + "config": { + "path": "view.custom.state" + }, + "type": "property" + }, + "persistent": true + }, + "custom.plc": { + "binding": { + "config": { + "path": "view.params.tagProps[0]" + }, + "transforms": [ + { + "expression": "split({value}, \"/\")[0]", + "type": "expression" + } + ], + "type": "property" + }, + "persistent": true + }, + "custom.priority": { + "binding": { + "config": { + "path": "view.custom.state" + }, + "transforms": [ + { + "fallback": 0, + "inputType": "scalar", + "mappings": [ + { + "input": 1, + "output": 4 + }, + { + "input": 2, + "output": 3 + }, + { + "input": 3, + "output": 2 + }, + { + "input": 4, + "output": 1 + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + }, + "persistent": true + }, + "custom.priority_string": { + "binding": { + "config": { + "expression": "case({view.custom.state},\r\n1, \"High\",\r\n0, \"No active alarms\",\r\n\"Unknown\")" + }, + "type": "expr" + }, + "persistent": true + }, + "custom.searchId": { + "binding": { + "config": { + "path": "session.custom.searchId" + }, + "type": "property" + }, + "persistent": true + }, + "custom.state": { + "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},0)", + "type": "expression" + } + ], + "type": "tag" + }, + "persistent": true + }, + "custom.state_string": { + "binding": { + "config": { + "expression": "case({view.custom.state},\r\n1, \"Communication Faulted\",\r\n0, \"Normal\",\r\n\"Unknown\")" + }, + "type": "expr" + }, + "persistent": true + }, + "params.tagProps": { + "paramDirection": "inout", + "persistent": true + } + }, + "props": { + "defaultSize": { + "height": 47, + "width": 68 + } + }, + "root": { + "children": [ + { + "meta": { + "name": "ControlCabinet" + }, + "position": { + "height": 1, + "width": 1 + }, + "propConfig": { + "meta.visible": { + "binding": { + "config": { + "path": "session.custom.alarm_filter.show_dpm" + }, + "type": "property" + } + }, + "props.elements[0].fill.paint": { + "binding": { + "config": { + "expression": "if(\r\n {view.custom.disconnected},\r\n \u0027#808080\u0027,\r\n if(\r\n {view.custom.state} \u003d 1,\r\n \u0027#FF0000\u0027,\r\n if(\r\n {view.custom.state} \u003d 0,\r\n \u0027#00D900\u0027,\r\n \u0027#fff700\u0027\r\n )\r\n )\r\n)\r\n" + }, + "type": "expr" + } + } + }, + "props": { + "elements": [ + { + "d": "M 0 40 L 0 0 L 61 40 Z", + "fill": {}, + "name": "path", + "stroke": { + "paint": "#4c4c4c", + "width": 4 + }, + "transform": "rotate(-180,30.5,20)", + "type": "path" + }, + { + "d": "M 0 40 L 0 0 L 61 40 Z", + "fill": { + "paint": "#4C4C4C" + }, + "name": "path", + "stroke": { + "paint": "#000000", + "width": 4 + }, + "type": "path" + } + ], + "preserveAspectRatio": "none", + "viewBox": "-0.5 -0.5 62 41" + }, + "type": "ia.shapes.svg" + } + ], + "events": { + "dom": { + "onClick": { + "config": { + "script": "\tsystem.perspective.openDock(\u0027Docked-East-DS\u0027,params\u003d{\u0027tagProps\u0027:self.view.params.tagProps})" + }, + "scope": "G", + "type": "script" + }, + "onDoubleClick": { + "config": { + "script": "\ttagProps \u003d self.view.params.tagProps\n\tsystem.perspective.openPopup(\"StatusPopUP\", \"PopUp-Views/Controller-Equipment/Information\", params \u003d{\"tagProps\":tagProps})\n\t" + }, + "enabled": false, + "scope": "G", + "type": "script" + }, + "onMouseEnter": { + "config": { + "script": "\tfrom time import sleep\n\t\n\talarm \u003d []\n\tmessage \u003d None\n\t\n\tsleep(0.5)\n\t\n\tif system.tag.exists(\"System/aws_data\"):\n\t\tif self.view.params.tagProps[0] !\u003d \"\":\n\t\t\ttags_to_read \u003d system.tag.readBlocking(\"System/aws_data\")\n\t\t\tdecode_alarm_data \u003d system.util.jsonDecode(tags_to_read[0].value)\n\t\t\talarm \u003d [decode_alarm_data[i] for i in decode_alarm_data\n\t\t\t\t\tif decode_alarm_data[i][\u0027sourceId\u0027].startswith(self.view.params.tagProps[0])]\n\t\tif alarm:\n\t\t\talarm \u003d sorted(alarm, key \u003d lambda t:t[\u0027timestamp\u0027], reverse\u003dTrue)\n\t\t\tmessage \u003d max(alarm, key \u003d lambda p:p[\u0027priority\u0027]).get(\u0027message\u0027)\n\t\t\tif len(alarm) \u003e 1:\n\t\t\t\tmessage +\u003d \" (+\" + str(len(alarm)-1) + \")\"\n\tself.view.custom.alarm_message \u003d message" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "root", + "tooltip": { + "enabled": true, + "location": "top-left", + "style": {} + } + }, + "propConfig": { + "meta.tooltip.style.classes": { + "binding": { + "config": { + "expression": "{view.custom.priority}" + }, + "transforms": [ + { + "fallback": "Alarms-Styles/NoAlarm", + "inputType": "scalar", + "mappings": [ + { + "input": 1, + "output": "Alarms-Styles/Diagnostic" + }, + { + "input": 2, + "output": "Alarms-Styles/Low" + }, + { + "input": 3, + "output": "Alarms-Styles/Medium" + }, + { + "input": 4, + "output": "Alarms-Styles/High" + } + ], + "outputType": "style-list", + "type": "map" + } + ], + "type": "expr" + } + }, + "meta.tooltip.text": { + "binding": { + "config": { + "expression": "if(\n {view.custom.disconnected} \u003d false,\n \"Source Id: \" + {view.params.tagProps[0]} + \", Priority: \" + {view.custom.priority_string} + \", State: \" + {view.custom.state_string},\n \"Device Disconnected\"\n)\n" + }, + "type": "expr" + } + } + }, + "props": { + "aspectRatio": "68:47", + "mode": "percent", + "style": { + "classes": "Disconnects/Device-Connected", + "cursor": "pointer", + "overflow": "hidden" + } + }, + "type": "ia.container.coord" + } +} \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Field_IO/view.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Field_IO/view.json index 3c2dfe2a..cc44d06a 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Field_IO/view.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Field_IO/view.json @@ -3,8 +3,8 @@ "disconnected": true, "plc": "", "searchId": "value", - "state": 2, - "string": "Faulted" + "state": 0, + "string": "Unknown" }, "params": { "tagProps": [ @@ -146,7 +146,7 @@ "props": { "defaultSize": { "height": 20, - "width": 35 + "width": 40 } }, "root": { @@ -206,7 +206,7 @@ "meta.visible": { "binding": { "config": { - "path": "session.custom.alarm_filter.show_beacons" + "path": "session.custom.alarm_filter.show_fio_safety" }, "type": "property" } diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye/resource.json index b0f15681..189e5c1c 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye/resource.json @@ -10,8 +10,8 @@ "attributes": { "lastModification": { "actor": "admin", - "timestamp": "2025-08-11T13:11:26Z" + "timestamp": "2025-08-12T16:08:09Z" }, - "lastModificationSignature": "a0acaaf4bc629ed1baa39d91b86da1ccf08ee369e96dda105275d5540855611e" + "lastModificationSignature": "e043b474894c29b12e20abba575e06648d44dd3afaa220a4a2120ca04fe2f1f0" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye/thumbnail.png b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye/thumbnail.png index 825d0c91..1d7b3813 100644 Binary files a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye/thumbnail.png and b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye/thumbnail.png differ diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye/view.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye/view.json index efea2e0d..79f787fb 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye/view.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye/view.json @@ -144,8 +144,8 @@ }, "props": { "defaultSize": { - "height": 123, - "width": 242 + "height": 40, + "width": 80 } }, "root": { diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Long (1)/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Long (1)/resource.json new file mode 100644 index 00000000..ad4de203 --- /dev/null +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Long (1)/resource.json @@ -0,0 +1,17 @@ +{ + "scope": "G", + "version": 1, + "restricted": false, + "overridable": true, + "files": [ + "view.json", + "thumbnail.png" + ], + "attributes": { + "lastModification": { + "actor": "admin", + "timestamp": "2025-08-12T16:14:27Z" + }, + "lastModificationSignature": "9ba12364583f1fa47132d08b4805519ccad7b60a53e3755dbf862dd73b2dd59a" + } +} \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Long (1)/thumbnail.png b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Long (1)/thumbnail.png new file mode 100644 index 00000000..6c9b5e7f Binary files /dev/null and b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Long (1)/thumbnail.png differ diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Long (1)/view.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Long (1)/view.json new file mode 100644 index 00000000..a404b419 --- /dev/null +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Long (1)/view.json @@ -0,0 +1,322 @@ +{ + "custom": { + "plc": "value", + "searchId": "value", + "state": 0, + "string": "Clear" + }, + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "propConfig": { + "custom.plc": { + "binding": { + "config": { + "path": "view.params.tagProps[0]" + }, + "transforms": [ + { + "expression": "split({value}, \"/\")[0]", + "type": "expression" + } + ], + "type": "property" + }, + "persistent": true + }, + "custom.searchId": { + "binding": { + "config": { + "path": "session.custom.searchId" + }, + "type": "property" + }, + "persistent": true + }, + "custom.state": { + "binding": { + "config": { + "fallbackDelay": 1, + "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},0)", + "type": "expression" + }, + { + "fallback": 0, + "inputType": "scalar", + "mappings": [ + { + "input": 1, + "output": 1 + }, + { + "input": 2, + "output": 2 + }, + { + "input": 3, + "output": 3 + }, + { + "input": 4, + "output": 4 + }, + { + "input": 5, + "output": 5 + }, + { + "input": 6, + "output": 6 + }, + { + "input": 7, + "output": 7 + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "tag" + }, + "persistent": true + }, + "custom.string": { + "binding": { + "config": { + "path": "view.custom.state" + }, + "transforms": [ + { + "fallback": "Clear", + "inputType": "scalar", + "mappings": [ + { + "input": 1, + "output": "Clear" + }, + { + "input": 2, + "output": "Blocked" + }, + { + "input": 3, + "output": "Disabled" + }, + { + "input": 4, + "output": "Jammed" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + }, + "persistent": true + }, + "params.tagProps": { + "paramDirection": "input", + "persistent": true + } + }, + "props": { + "defaultSize": { + "height": 40, + "width": 110 + } + }, + "root": { + "children": [ + { + "meta": { + "name": "Photoeye" + }, + "position": { + "height": 1, + "width": 1 + }, + "propConfig": { + "props.elements[0].fill.paint": { + "binding": { + "config": { + "path": "view.custom.state" + }, + "transforms": [ + { + "fallback": "#00FF00", + "inputType": "scalar", + "mappings": [ + { + "input": 0, + "output": "#00FF00" + }, + { + "input": 2, + "output": "#000000" + }, + { + "input": 3, + "output": "#800080" + }, + { + "input": 4, + "output": "#FF0000" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[2].fill.paint": { + "binding": { + "config": { + "path": "view.custom.state" + }, + "transforms": [ + { + "fallback": "#00FF00", + "inputType": "scalar", + "mappings": [ + { + "input": 0, + "output": "#00FF00" + }, + { + "input": 2, + "output": "#000000" + }, + { + "input": 3, + "output": "#800080" + }, + { + "input": 4, + "output": "#FF0000" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "property" + } + } + }, + "props": { + "elements": [ + { + "d": "m 28.763932,20 -20,10 V 10 Z", + "fill": {}, + "name": "path", + "stroke": { + "paint": "#000000", + "width": "2" + }, + "type": "path" + }, + { + "stroke": { + "paint": "#000000", + "width": "2" + }, + "stroke-dasharray": "4,4", + "type": "line", + "x1": "30", + "x2": "90%", + "y1": "20", + "y2": "20" + }, + { + "fill": {}, + "height": "20", + "stroke": { + "paint": "#000000", + "width": "2" + }, + "type": "rect", + "width": "6", + "x": "90%", + "y": "10" + } + ], + "viewBox": "0 0 110 40" + }, + "type": "ia.shapes.svg" + } + ], + "events": { + "dom": { + "onClick": { + "config": { + "script": "\tsystem.perspective.openDock(\u0027Docked-East-Photoeye\u0027,params\u003d{\u0027tagProps\u0027:self.view.params.tagProps})" + }, + "scope": "G", + "type": "script" + }, + "onMouseEnter": { + "config": { + "script": "\tfrom time import sleep\n\n\talarm \u003d []\n\tmessage \u003d None\n\n\tsleep(0.5)\n\n\tif system.tag.exists(\"System/aws_data\"):\n\t\tif self.view.params.tagProps[0] !\u003d \"\":\n\t\t\ttags_to_read \u003d system.tag.readBlocking(\"System/aws_data\")\n\t\t\tdecode_alarm_data \u003d system.util.jsonDecode(tags_to_read[0].value)\n\t\t\talarm \u003d [decode_alarm_data[i] for i in decode_alarm_data\n\t\t\t\t\tif decode_alarm_data[i][\u0027sourceId\u0027].startswith(self.view.params.tagProps[0])]\n\t\tif alarm:\n\t\t\talarm \u003d sorted(alarm, key \u003d lambda t:t[\u0027timestamp\u0027], reverse\u003dTrue)\n\t\t\tmessage \u003d max(alarm, key \u003d lambda p:p[\u0027priority\u0027]).get(\u0027message\u0027)\n\t\t\tif len(alarm) \u003e 1:\n\t\t\t\tmessage +\u003d \" (+\" + str(len(alarm)-1) + \")\"\n\tself.view.custom.alarm_message \u003d message" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "root", + "tooltip": { + "enabled": true + } + }, + "propConfig": { + "meta.tooltip.text": { + "binding": { + "config": { + "expression": "\"Source Id: \" + {view.params.tagProps[0]} + \", Status: \" + {view.custom.string}\n" + }, + "type": "expr" + } + }, + "meta.visible": { + "binding": { + "config": { + "path": "session.custom.alarm_filter.show_photoeyes" + }, + "type": "property" + } + } + }, + "props": { + "mode": "percent", + "style": { + "cursor": "pointer" + } + }, + "type": "ia.container.coord" + } +} \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Long/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Long/resource.json new file mode 100644 index 00000000..73ae9dd2 --- /dev/null +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Long/resource.json @@ -0,0 +1,17 @@ +{ + "scope": "G", + "version": 1, + "restricted": false, + "overridable": true, + "files": [ + "view.json", + "thumbnail.png" + ], + "attributes": { + "lastModification": { + "actor": "admin", + "timestamp": "2025-08-12T18:07:51Z" + }, + "lastModificationSignature": "4ec14e47df3ab7b45cee99d1135704daf8909693c2e16239503d13d59230c4f9" + } +} \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Long/thumbnail.png b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Long/thumbnail.png new file mode 100644 index 00000000..c225064f Binary files /dev/null and b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Long/thumbnail.png differ diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Long/view.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Long/view.json new file mode 100644 index 00000000..9524973c --- /dev/null +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Long/view.json @@ -0,0 +1,322 @@ +{ + "custom": { + "plc": "value", + "searchId": "value", + "state": 0, + "string": "Clear" + }, + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "propConfig": { + "custom.plc": { + "binding": { + "config": { + "path": "view.params.tagProps[0]" + }, + "transforms": [ + { + "expression": "split({value}, \"/\")[0]", + "type": "expression" + } + ], + "type": "property" + }, + "persistent": true + }, + "custom.searchId": { + "binding": { + "config": { + "path": "session.custom.searchId" + }, + "type": "property" + }, + "persistent": true + }, + "custom.state": { + "binding": { + "config": { + "fallbackDelay": 1, + "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},0)", + "type": "expression" + }, + { + "fallback": 0, + "inputType": "scalar", + "mappings": [ + { + "input": 1, + "output": 1 + }, + { + "input": 2, + "output": 2 + }, + { + "input": 3, + "output": 3 + }, + { + "input": 4, + "output": 4 + }, + { + "input": 5, + "output": 5 + }, + { + "input": 6, + "output": 6 + }, + { + "input": 7, + "output": 7 + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "tag" + }, + "persistent": true + }, + "custom.string": { + "binding": { + "config": { + "path": "view.custom.state" + }, + "transforms": [ + { + "fallback": "Clear", + "inputType": "scalar", + "mappings": [ + { + "input": 1, + "output": "Clear" + }, + { + "input": 2, + "output": "Blocked" + }, + { + "input": 3, + "output": "Disabled" + }, + { + "input": 4, + "output": "Jammed" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + }, + "persistent": true + }, + "params.tagProps": { + "paramDirection": "input", + "persistent": true + } + }, + "props": { + "defaultSize": { + "height": 40, + "width": 200 + } + }, + "root": { + "children": [ + { + "meta": { + "name": "Photoeye" + }, + "position": { + "height": 1, + "width": 1 + }, + "propConfig": { + "props.elements[0].fill.paint": { + "binding": { + "config": { + "path": "view.custom.state" + }, + "transforms": [ + { + "fallback": "#00FF00", + "inputType": "scalar", + "mappings": [ + { + "input": 0, + "output": "#00FF00" + }, + { + "input": 2, + "output": "#000000" + }, + { + "input": 3, + "output": "#800080" + }, + { + "input": 4, + "output": "#FF0000" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[2].fill.paint": { + "binding": { + "config": { + "path": "view.custom.state" + }, + "transforms": [ + { + "fallback": "#00FF00", + "inputType": "scalar", + "mappings": [ + { + "input": 0, + "output": "#00FF00" + }, + { + "input": 2, + "output": "#000000" + }, + { + "input": 3, + "output": "#800080" + }, + { + "input": 4, + "output": "#FF0000" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "property" + } + } + }, + "props": { + "elements": [ + { + "d": "m 28.763932,20 -20,10 V 10 Z", + "fill": {}, + "name": "path", + "stroke": { + "paint": "#000000", + "width": "2" + }, + "type": "path" + }, + { + "stroke": { + "paint": "#000000", + "width": "2" + }, + "stroke-dasharray": "4,4", + "type": "line", + "x1": "30", + "x2": "95%", + "y1": "20", + "y2": "20" + }, + { + "fill": {}, + "height": "20", + "stroke": { + "paint": "#000000", + "width": "2" + }, + "type": "rect", + "width": "6", + "x": "95%", + "y": "10" + } + ], + "viewBox": "0 0 300 40" + }, + "type": "ia.shapes.svg" + } + ], + "events": { + "dom": { + "onClick": { + "config": { + "script": "\tsystem.perspective.openDock(\u0027Docked-East-Photoeye\u0027,params\u003d{\u0027tagProps\u0027:self.view.params.tagProps})" + }, + "scope": "G", + "type": "script" + }, + "onMouseEnter": { + "config": { + "script": "\tfrom time import sleep\n\n\talarm \u003d []\n\tmessage \u003d None\n\n\tsleep(0.5)\n\n\tif system.tag.exists(\"System/aws_data\"):\n\t\tif self.view.params.tagProps[0] !\u003d \"\":\n\t\t\ttags_to_read \u003d system.tag.readBlocking(\"System/aws_data\")\n\t\t\tdecode_alarm_data \u003d system.util.jsonDecode(tags_to_read[0].value)\n\t\t\talarm \u003d [decode_alarm_data[i] for i in decode_alarm_data\n\t\t\t\t\tif decode_alarm_data[i][\u0027sourceId\u0027].startswith(self.view.params.tagProps[0])]\n\t\tif alarm:\n\t\t\talarm \u003d sorted(alarm, key \u003d lambda t:t[\u0027timestamp\u0027], reverse\u003dTrue)\n\t\t\tmessage \u003d max(alarm, key \u003d lambda p:p[\u0027priority\u0027]).get(\u0027message\u0027)\n\t\t\tif len(alarm) \u003e 1:\n\t\t\t\tmessage +\u003d \" (+\" + str(len(alarm)-1) + \")\"\n\tself.view.custom.alarm_message \u003d message" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "root", + "tooltip": { + "enabled": true + } + }, + "propConfig": { + "meta.tooltip.text": { + "binding": { + "config": { + "expression": "\"Source Id: \" + {view.params.tagProps[0]} + \", Status: \" + {view.custom.string}\n" + }, + "type": "expr" + } + }, + "meta.visible": { + "binding": { + "config": { + "path": "session.custom.alarm_filter.show_photoeyes" + }, + "type": "property" + } + } + }, + "props": { + "mode": "percent", + "style": { + "cursor": "pointer" + } + }, + "type": "ia.container.coord" + } +} \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/ProxSwitch/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/ProxSwitch/resource.json new file mode 100644 index 00000000..03aa5075 --- /dev/null +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/ProxSwitch/resource.json @@ -0,0 +1,16 @@ +{ + "scope": "G", + "version": 1, + "restricted": false, + "overridable": true, + "files": [ + "view.json" + ], + "attributes": { + "lastModification": { + "actor": "admin", + "timestamp": "2025-08-12T09:19:32Z" + }, + "lastModificationSignature": "10bc24b30abb32062eb8579e777ca9abd01db2f3624e1d59739552d613071ea3" + } +} \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/ProxSwitch/view.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/ProxSwitch/view.json new file mode 100644 index 00000000..0360a08c --- /dev/null +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/ProxSwitch/view.json @@ -0,0 +1,233 @@ +{ + "custom": { + "plc": "", + "searchId": "value", + "state": 0, + "string": "Inactive" + }, + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "propConfig": { + "custom.plc": { + "binding": { + "config": { + "path": "view.params.tagProps[0]" + }, + "transforms": [ + { + "expression": "split({value}, \"/\")[0]", + "type": "expression" + } + ], + "type": "property" + }, + "persistent": true + }, + "custom.searchId": { + "binding": { + "config": { + "path": "session.custom.searchId" + }, + "type": "property" + }, + "persistent": true + }, + "custom.state": { + "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},0)", + "type": "expression" + }, + { + "fallback": null, + "inputType": "scalar", + "mappings": [ + { + "input": 1, + "output": 1 + }, + { + "input": 0, + "output": 0 + }, + { + "input": 2, + "output": 2 + }, + { + "input": 3, + "output": 3 + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "tag" + }, + "persistent": true + }, + "custom.string": { + "binding": { + "config": { + "path": "view.custom.state" + }, + "transforms": [ + { + "fallback": "Unknown", + "inputType": "scalar", + "mappings": [ + { + "input": 1, + "output": "Actuated" + }, + { + "input": 2, + "output": "Faulted" + }, + { + "input": 0, + "output": "Inactive" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + }, + "persistent": true + }, + "params.tagProps": { + "paramDirection": "input", + "persistent": true + } + }, + "props": { + "defaultSize": { + "height": 20, + "width": 30 + } + }, + "root": { + "children": [ + { + "meta": { + "name": "Label" + }, + "position": { + "height": 1, + "width": 1 + }, + "props": { + "text": "PX", + "textStyle": { + "fontSize": "20px", + "textAlign": "center", + "textTransform": "uppercase" + } + }, + "type": "ia.display.label" + } + ], + "events": { + "dom": { + "onClick": { + "config": { + "script": "\tsystem.perspective.openDock(\u0027Docked-East-JR\u0027,params\u003d{\u0027tagProps\u0027:self.view.params.tagProps})" + }, + "scope": "G", + "type": "script" + }, + "onMouseEnter": { + "config": { + "script": "\tfrom time import sleep\n\t\n\talarm \u003d []\n\tmessage \u003d None\n\t\n\tsleep(0.5)\n\t\n\tif system.tag.exists(\"System/aws_data\"):\n\t\tif self.view.params.tagProps[0] !\u003d \"\":\n\t\t\ttags_to_read \u003d system.tag.readBlocking(\"System/aws_data\")\n\t\t\tdecode_alarm_data \u003d system.util.jsonDecode(tags_to_read[0].value)\n\t\t\talarm \u003d [decode_alarm_data[i] for i in decode_alarm_data\n\t\t\t\t\tif decode_alarm_data[i][\u0027sourceId\u0027].startswith(self.view.params.tagProps[0])]\n\t\tif alarm:\n\t\t\talarm \u003d sorted(alarm, key \u003d lambda t:t[\u0027timestamp\u0027], reverse\u003dTrue)\n\t\t\tmessage \u003d max(alarm, key \u003d lambda p:p[\u0027priority\u0027]).get(\u0027message\u0027)\n\t\t\tif len(alarm) \u003e 1:\n\t\t\t\tmessage +\u003d \" (+\" + str(len(alarm)-1) + \")\"\n\tself.view.custom.alarm_message \u003d message" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "root", + "tooltip": { + "enabled": true + } + }, + "propConfig": { + "meta.tooltip.text": { + "binding": { + "config": { + "expression": "\"Source Id: \" + {view.params.tagProps[0]} + \", Status: \" + {view.custom.string}\n" + }, + "type": "expr" + } + }, + "meta.visible": { + "binding": { + "config": { + "path": "session.custom.alarm_filter.show_beacons" + }, + "type": "property" + } + }, + "props.style.backgroundColor": { + "binding": { + "config": { + "path": "view.custom.state" + }, + "transforms": [ + { + "fallback": "#808080", + "inputType": "scalar", + "mappings": [ + { + "input": 1, + "output": "#00FF00" + }, + { + "input": 2, + "output": "#FF0000" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "property" + } + } + }, + "props": { + "mode": "percent", + "style": { + "borderStyle": "solid", + "cursor": "pointer", + "overflow": "hidden" + } + }, + "type": "ia.container.coord" + } +} \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Safety_IO/view.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Safety_IO/view.json index e03e5845..aee1c2f1 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Safety_IO/view.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Safety_IO/view.json @@ -146,7 +146,7 @@ "props": { "defaultSize": { "height": 20, - "width": 35 + "width": 40 } }, "root": { @@ -212,7 +212,7 @@ "meta.visible": { "binding": { "config": { - "path": "session.custom.alarm_filter.show_beacons" + "path": "session.custom.alarm_filter.show_fio_safety" }, "type": "property" } diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Solenoid/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Solenoid/resource.json new file mode 100644 index 00000000..2f655ba6 --- /dev/null +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Solenoid/resource.json @@ -0,0 +1,16 @@ +{ + "scope": "G", + "version": 1, + "restricted": false, + "overridable": true, + "files": [ + "view.json" + ], + "attributes": { + "lastModification": { + "actor": "admin", + "timestamp": "2025-08-12T10:09:16Z" + }, + "lastModificationSignature": "2243570644e73f2f31394cbe0f2c90a9f3c5157a9e994029bd2c93301545e8c9" + } +} \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Solenoid/view.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Solenoid/view.json new file mode 100644 index 00000000..f2595593 --- /dev/null +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Solenoid/view.json @@ -0,0 +1,233 @@ +{ + "custom": { + "plc": "", + "searchId": "value", + "state": 1, + "string": "Actuated" + }, + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "propConfig": { + "custom.plc": { + "binding": { + "config": { + "path": "view.params.tagProps[0]" + }, + "transforms": [ + { + "expression": "split({value}, \"/\")[0]", + "type": "expression" + } + ], + "type": "property" + }, + "persistent": true + }, + "custom.searchId": { + "binding": { + "config": { + "path": "session.custom.searchId" + }, + "type": "property" + }, + "persistent": true + }, + "custom.state": { + "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},0)", + "type": "expression" + }, + { + "fallback": null, + "inputType": "scalar", + "mappings": [ + { + "input": 1, + "output": 1 + }, + { + "input": 0, + "output": 0 + }, + { + "input": 2, + "output": 2 + }, + { + "input": 3, + "output": 3 + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "tag" + }, + "persistent": true + }, + "custom.string": { + "binding": { + "config": { + "path": "view.custom.state" + }, + "transforms": [ + { + "fallback": "Unknown", + "inputType": "scalar", + "mappings": [ + { + "input": 1, + "output": "Actuated" + }, + { + "input": 2, + "output": "Faulted" + }, + { + "input": 0, + "output": "Inactive" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + }, + "persistent": true + }, + "params.tagProps": { + "paramDirection": "input", + "persistent": true + } + }, + "props": { + "defaultSize": { + "height": 22, + "width": 25 + } + }, + "root": { + "children": [ + { + "meta": { + "name": "Label" + }, + "position": { + "height": 1, + "width": 1 + }, + "props": { + "text": "SOL", + "textStyle": { + "fontSize": 10, + "textAlign": "center", + "textTransform": "uppercase" + } + }, + "type": "ia.display.label" + } + ], + "events": { + "dom": { + "onClick": { + "config": { + "script": "\tsystem.perspective.openDock(\u0027Docked-East-JR\u0027,params\u003d{\u0027tagProps\u0027:self.view.params.tagProps})" + }, + "scope": "G", + "type": "script" + }, + "onMouseEnter": { + "config": { + "script": "\tfrom time import sleep\n\t\n\talarm \u003d []\n\tmessage \u003d None\n\t\n\tsleep(0.5)\n\t\n\tif system.tag.exists(\"System/aws_data\"):\n\t\tif self.view.params.tagProps[0] !\u003d \"\":\n\t\t\ttags_to_read \u003d system.tag.readBlocking(\"System/aws_data\")\n\t\t\tdecode_alarm_data \u003d system.util.jsonDecode(tags_to_read[0].value)\n\t\t\talarm \u003d [decode_alarm_data[i] for i in decode_alarm_data\n\t\t\t\t\tif decode_alarm_data[i][\u0027sourceId\u0027].startswith(self.view.params.tagProps[0])]\n\t\tif alarm:\n\t\t\talarm \u003d sorted(alarm, key \u003d lambda t:t[\u0027timestamp\u0027], reverse\u003dTrue)\n\t\t\tmessage \u003d max(alarm, key \u003d lambda p:p[\u0027priority\u0027]).get(\u0027message\u0027)\n\t\t\tif len(alarm) \u003e 1:\n\t\t\t\tmessage +\u003d \" (+\" + str(len(alarm)-1) + \")\"\n\tself.view.custom.alarm_message \u003d message" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "root", + "tooltip": { + "enabled": true + } + }, + "propConfig": { + "meta.tooltip.text": { + "binding": { + "config": { + "expression": "\"Source Id: \" + {view.params.tagProps[0]} + \", Status: \" + {view.custom.string}\n" + }, + "type": "expr" + } + }, + "meta.visible": { + "binding": { + "config": { + "path": "session.custom.alarm_filter.show_beacons" + }, + "type": "property" + } + }, + "props.style.backgroundColor": { + "binding": { + "config": { + "path": "view.custom.state" + }, + "transforms": [ + { + "fallback": "#808080", + "inputType": "scalar", + "mappings": [ + { + "input": 1, + "output": "#00FF00" + }, + { + "input": 2, + "output": "#FF0000" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "property" + } + } + }, + "props": { + "mode": "percent", + "style": { + "borderStyle": "solid", + "cursor": "pointer", + "overflow": "hidden" + } + }, + "type": "ia.container.coord" + } +} \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/MCM01-FLUID INBOUND/view.json b/BNA8/com.inductiveautomation.perspective/views/autStand/MCM01-FLUID INBOUND/view.json index 4e44403a..90905c0b 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/MCM01-FLUID INBOUND/view.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/MCM01-FLUID INBOUND/view.json @@ -18,11 +18,20 @@ "position": { "grow": 1 }, + "propConfig": { + "props.source": { + "binding": { + "config": { + "expression": "\"http://127.0.0.1:5500/MCM01.svg?var\" + toMillis(now(1000))" + }, + "type": "expr" + } + } + }, "props": { "fit": { "mode": "fill" - }, - "source": "/system/images/MCM01.svg" + } }, "type": "ia.display.image" } @@ -60,7 +69,7 @@ "position": { "height": 36, "width": 124, - "x": 1701, + "x": 1686, "y": 811 }, "props": { @@ -76,7 +85,7 @@ "position": { "height": 30, "width": 30, - "x": 45, + "x": 30, "y": 323 }, "props": { @@ -94,7 +103,7 @@ "position": { "height": 30, "width": 30, - "x": 821, + "x": 806, "y": 372 }, "props": { @@ -112,7 +121,7 @@ "position": { "height": 30, "width": 30, - "x": 1567, + "x": 1482, "y": 660 }, "props": { @@ -130,7 +139,7 @@ "position": { "height": 30, "width": 30, - "x": 1834, + "x": 1819, "y": 339 }, "props": { @@ -148,7 +157,7 @@ "position": { "height": 20, "width": 35, - "x": 77, + "x": 62, "y": 577 }, "props": { @@ -166,7 +175,7 @@ "position": { "height": 20, "width": 35, - "x": 284, + "x": 269, "y": 683 }, "props": { @@ -184,7 +193,7 @@ "position": { "height": 20, "width": 35, - "x": 358, + "x": 343, "y": 268 }, "props": { @@ -202,7 +211,7 @@ "position": { "height": 20, "width": 35, - "x": 1880.99, + "x": 1865.99, "y": 605 }, "props": { @@ -220,7 +229,7 @@ "position": { "height": 20, "width": 35, - "x": 1882.99, + "x": 1877.99, "y": 691 }, "props": { @@ -238,7 +247,7 @@ "position": { "height": 20, "width": 20, - "x": 114, + "x": 99, "y": 551 }, "props": { @@ -256,7 +265,7 @@ "position": { "height": 20, "width": 20, - "x": 46, + "x": 31, "y": 551 }, "props": { @@ -274,7 +283,7 @@ "position": { "height": 20, "width": 20, - "x": 329, + "x": 314, "y": 271 }, "props": { @@ -292,7 +301,7 @@ "position": { "height": 20, "width": 20, - "x": 402, + "x": 387, "y": 272 }, "props": { @@ -310,7 +319,7 @@ "position": { "height": 20, "width": 20, - "x": 258, + "x": 243, "y": 654 }, "props": { @@ -328,7 +337,7 @@ "position": { "height": 20, "width": 20, - "x": 324, + "x": 309, "y": 655 }, "props": { @@ -346,7 +355,7 @@ "position": { "height": 20, "width": 20, - "x": 1854, + "x": 1839, "y": 605.999 }, "props": { @@ -364,7 +373,7 @@ "position": { "height": 20, "width": 20, - "x": 1855, + "x": 1840, "y": 694 }, "props": { @@ -382,7 +391,7 @@ "position": { "height": 43, "width": 83, - "x": 53.4461, + "x": 38.4461, "y": 416 }, "props": { @@ -403,7 +412,7 @@ "angle": "60deg" }, "width": 80, - "x": 79.4296, + "x": 64.4296, "y": 357.997 }, "props": { @@ -424,7 +433,7 @@ "angle": "60deg" }, "width": 80, - "x": 108.43, + "x": 93.43, "y": 341 }, "props": { @@ -445,7 +454,7 @@ "angle": "60deg" }, "width": 80, - "x": 139.43, + "x": 124.43, "y": 324 }, "props": { @@ -466,7 +475,7 @@ "angle": "90deg" }, "width": 80, - "x": 213.43, + "x": 198.43, "y": 292 }, "props": { @@ -484,7 +493,7 @@ "position": { "height": 43, "width": 83, - "x": 256.45, + "x": 241.45, "y": 450 }, "props": { @@ -502,7 +511,7 @@ "position": { "height": 43, "width": 83, - "x": 256.45, + "x": 241.45, "y": 415 }, "props": { @@ -520,7 +529,7 @@ "position": { "height": 43, "width": 83, - "x": 256.45, + "x": 241.45, "y": 381 }, "props": { @@ -541,7 +550,7 @@ "angle": "60deg" }, "width": 80, - "x": 286.43, + "x": 273.43, "y": 324 }, "props": { @@ -562,7 +571,7 @@ "angle": "90deg" }, "width": 80, - "x": 405.43, + "x": 390.43, "y": 292 }, "props": { @@ -583,7 +592,7 @@ "angle": "90deg" }, "width": 80, - "x": 573.43, + "x": 560.43, "y": 292 }, "props": { @@ -604,7 +613,7 @@ "angle": "90deg" }, "width": 80, - "x": 983.43, + "x": 971.43, "y": 292 }, "props": { @@ -625,7 +634,7 @@ "angle": "270deg" }, "width": 80, - "x": 1523.43, + "x": 1469.43, "y": 292 }, "props": { @@ -643,8 +652,8 @@ "position": { "height": 43, "width": 83, - "x": 1582.45, - "y": 341 + "x": 1526.45, + "y": 340 }, "props": { "path": "autStand/Equipment/Photoeye", @@ -661,7 +670,7 @@ "position": { "height": 43, "width": 83, - "x": 1583.45, + "x": 1526.45, "y": 550 }, "props": { @@ -679,7 +688,7 @@ "position": { "height": 43, "width": 83, - "x": 1583.45, + "x": 1526.45, "y": 585 }, "props": { @@ -700,7 +709,7 @@ "angle": "90deg" }, "width": 80, - "x": 1630.43, + "x": 1577.43, "y": 641 }, "props": { @@ -721,7 +730,7 @@ "angle": "90deg" }, "width": 80, - "x": 1700.43, + "x": 1658.43, "y": 641 }, "props": { @@ -742,7 +751,7 @@ "angle": "90deg" }, "width": 80, - "x": 1759.43, + "x": 1734.43, "y": 641 }, "props": { @@ -763,7 +772,7 @@ "angle": "90deg" }, "width": 80, - "x": 1793.43, + "x": 1780.43, "y": 641 }, "props": { @@ -784,7 +793,7 @@ "angle": "90deg" }, "width": 80, - "x": 1831.43, + "x": 1828.43, "y": 641 }, "props": { @@ -802,7 +811,7 @@ "position": { "height": 20, "width": 20, - "x": 36, + "x": 21, "y": 428 }, "props": { @@ -836,7 +845,7 @@ "position": { "height": 20, "width": 20, - "x": 36, + "x": 21, "y": 407 }, "props": { @@ -870,7 +879,7 @@ "position": { "height": 20, "width": 20, - "x": 36, + "x": 21, "y": 407 }, "props": { @@ -904,7 +913,7 @@ "position": { "height": 20, "width": 20, - "x": 129, + "x": 114, "y": 455 }, "props": { @@ -938,7 +947,7 @@ "position": { "height": 20, "width": 20, - "x": 267, + "x": 252, "y": 341 }, "props": { @@ -972,7 +981,7 @@ "position": { "height": 20, "width": 20, - "x": 236, + "x": 221, "y": 448 }, "props": { @@ -1006,7 +1015,7 @@ "position": { "height": 20, "width": 20, - "x": 236, + "x": 221, "y": 427 }, "props": { @@ -1040,7 +1049,7 @@ "position": { "height": 20, "width": 20, - "x": 332, + "x": 317, "y": 488 }, "props": { @@ -1075,7 +1084,7 @@ "position": { "height": 20, "width": 20, - "x": 365, + "x": 350, "y": 245 }, "props": { @@ -1109,7 +1118,7 @@ "position": { "height": 20, "width": 20, - "x": 365, + "x": 350, "y": 225 }, "props": { @@ -1143,7 +1152,7 @@ "position": { "height": 20, "width": 20, - "x": 579, + "x": 564, "y": 254 }, "props": { @@ -1177,7 +1186,7 @@ "position": { "height": 20, "width": 20, - "x": 579, + "x": 564, "y": 234 }, "props": { @@ -1211,7 +1220,7 @@ "position": { "height": 20, "width": 20, - "x": 988, + "x": 973, "y": 254 }, "props": { @@ -1245,8 +1254,8 @@ "position": { "height": 20, "width": 20, - "x": 1582, - "y": 376 + "x": 1526, + "y": 398 }, "props": { "params": { @@ -1279,8 +1288,8 @@ "position": { "height": 20, "width": 20, - "x": 1707, - "y": 619 + "x": 1645, + "y": 601 }, "props": { "params": { @@ -1313,8 +1322,8 @@ "position": { "height": 20, "width": 20, - "x": 1808, - "y": 583 + "x": 1793, + "y": 577 }, "props": { "params": { @@ -1347,7 +1356,7 @@ "position": { "height": 20, "width": 20, - "x": 1886, + "x": 1871, "y": 581 }, "props": { @@ -1381,7 +1390,7 @@ "position": { "height": 20, "width": 20, - "x": 1890, + "x": 1883, "y": 665 }, "props": { @@ -1415,7 +1424,7 @@ "position": { "height": 25, "width": 25, - "x": 329.417, + "x": 314.417, "y": 460 }, "props": { @@ -1433,7 +1442,7 @@ "position": { "height": 25, "width": 25, - "x": 329.42, + "x": 314.42, "y": 425 }, "props": { @@ -1451,7 +1460,7 @@ "position": { "height": 25, "width": 25, - "x": 329.42, + "x": 314.42, "y": 391 }, "props": { @@ -1469,7 +1478,7 @@ "position": { "height": 25, "width": 25, - "x": 340.42, + "x": 325.42, "y": 365 }, "props": { @@ -1487,7 +1496,7 @@ "position": { "height": 25, "width": 25, - "x": 125.42, + "x": 110.42, "y": 429 }, "props": { @@ -1505,7 +1514,7 @@ "position": { "height": 25, "width": 25, - "x": 130.42, + "x": 115.42, "y": 401 }, "props": { @@ -1523,7 +1532,7 @@ "position": { "height": 25, "width": 25, - "x": 160.42, + "x": 145.42, "y": 384 }, "props": { @@ -1541,7 +1550,7 @@ "position": { "height": 25, "width": 25, - "x": 186.42, + "x": 171.42, "y": 369 }, "props": { @@ -1559,7 +1568,7 @@ "position": { "height": 25, "width": 25, - "x": 541.42, + "x": 526.42, "y": 303 }, "props": { @@ -1577,7 +1586,7 @@ "position": { "height": 25, "width": 25, - "x": 1803.75, + "x": 1788.75, "y": 648 }, "props": { @@ -1595,7 +1604,7 @@ "position": { "height": 25, "width": 25, - "x": 1839.75, + "x": 1824.75, "y": 648 }, "props": { @@ -1613,7 +1622,7 @@ "position": { "height": 20, "width": 20, - "x": 116, + "x": 101, "y": 496 }, "props": { @@ -1647,7 +1656,7 @@ "position": { "height": 20, "width": 20, - "x": 154, + "x": 139, "y": 419 }, "props": { @@ -1681,7 +1690,7 @@ "position": { "height": 20, "width": 20, - "x": 177, + "x": 162, "y": 406 }, "props": { @@ -1715,7 +1724,7 @@ "position": { "height": 20, "width": 20, - "x": 200, + "x": 185, "y": 392 }, "props": { @@ -1749,7 +1758,7 @@ "position": { "height": 20, "width": 20, - "x": 219, + "x": 204, "y": 364 }, "props": { @@ -1783,7 +1792,7 @@ "position": { "height": 20, "width": 20, - "x": 327, + "x": 312, "y": 556 }, "props": { @@ -1817,7 +1826,7 @@ "position": { "height": 20, "width": 20, - "x": 358, + "x": 343, "y": 464 }, "props": { @@ -1851,7 +1860,7 @@ "position": { "height": 20, "width": 20, - "x": 358, + "x": 343, "y": 430 }, "props": { @@ -1885,7 +1894,7 @@ "position": { "height": 20, "width": 20, - "x": 358, + "x": 343, "y": 399 }, "props": { @@ -1919,7 +1928,7 @@ "position": { "height": 20, "width": 20, - "x": 372, + "x": 357, "y": 346 }, "props": { @@ -1953,7 +1962,7 @@ "position": { "height": 20, "width": 20, - "x": 542, + "x": 527, "y": 346 }, "props": { @@ -1987,7 +1996,7 @@ "position": { "height": 20, "width": 20, - "x": 702, + "x": 687, "y": 346 }, "props": { @@ -2021,8 +2030,8 @@ "position": { "height": 20, "width": 20, - "x": 1492, - "y": 346 + "x": 1444, + "y": 336 }, "props": { "params": { @@ -2055,8 +2064,8 @@ "position": { "height": 20, "width": 20, - "x": 1565, - "y": 348 + "x": 1513, + "y": 347 }, "props": { "params": { @@ -2084,13 +2093,13 @@ }, { "meta": { - "name": "Camera_34" + "name": "PS3_5_VFD1" }, "position": { "height": 20, "width": 20, - "x": 1653, - "y": 499 + "x": 1594, + "y": 479 }, "props": { "params": { @@ -2118,13 +2127,13 @@ }, { "meta": { - "name": "Camera_35" + "name": "PS3_6_VFD1" }, "position": { "height": 20, "width": 20, - "x": 1660, - "y": 555 + "x": 1601, + "y": 553 }, "props": { "params": { @@ -2152,12 +2161,12 @@ }, { "meta": { - "name": "Camera_36" + "name": "PS3_7_VFD1" }, "position": { "height": 20, "width": 20, - "x": 1659, + "x": 1614, "y": 605 }, "props": { @@ -2186,13 +2195,13 @@ }, { "meta": { - "name": "Camera_37" + "name": "PS3_8_VFD1" }, "position": { "height": 20, "width": 20, - "x": 1703, - "y": 597 + "x": 1667, + "y": 624 }, "props": { "params": { @@ -2220,13 +2229,13 @@ }, { "meta": { - "name": "Camera_38" + "name": "PS3_9AL_VFD1" }, "position": { "height": 20, "width": 20, - "x": 1742, - "y": 606 + "x": 1713, + "y": 620 }, "props": { "params": { @@ -2254,13 +2263,13 @@ }, { "meta": { - "name": "Camera_39" + "name": "PS3_10_VFD1" }, "position": { "height": 20, "width": 20, - "x": 1808, - "y": 604 + "x": 1788, + "y": 623 }, "props": { "params": { @@ -2288,12 +2297,12 @@ }, { "meta": { - "name": "Camera_40" + "name": "PS3_11_VFD1" }, "position": { "height": 20, "width": 20, - "x": 1882, + "x": 1879, "y": 636 }, "props": { @@ -2322,13 +2331,13 @@ }, { "meta": { - "name": "Camera_41" + "name": "PS3_9B_VFD1" }, "position": { "height": 20, "width": 20, - "x": 1777, - "y": 605 + "x": 1742, + "y": 625 }, "props": { "params": { @@ -2361,7 +2370,7 @@ "position": { "height": 20, "width": 20, - "x": 46, + "x": 31, "y": 464 }, "props": { @@ -2379,7 +2388,7 @@ "position": { "height": 20, "width": 20, - "x": 237, + "x": 222, "y": 484 }, "props": { @@ -2397,7 +2406,7 @@ "position": { "height": 20, "width": 20, - "x": 247, + "x": 232, "y": 366 }, "props": { @@ -2415,7 +2424,7 @@ "position": { "height": 20, "width": 20, - "x": 436, + "x": 421, "y": 346 }, "props": { @@ -2433,7 +2442,7 @@ "position": { "height": 20, "width": 20, - "x": 579, + "x": 564, "y": 276 }, "props": { @@ -2451,7 +2460,7 @@ "position": { "height": 20, "width": 20, - "x": 988, + "x": 973, "y": 276 }, "props": { @@ -2469,8 +2478,8 @@ "position": { "height": 20, "width": 20, - "x": 1582, - "y": 398 + "x": 1526, + "y": 420 }, "props": { "path": "autStand/Equipment/JR_Button", @@ -2487,8 +2496,8 @@ "position": { "height": 20, "width": 20, - "x": 1691, - "y": 687 + "x": 1646, + "y": 692 }, "props": { "path": "autStand/Equipment/JR_Button", @@ -2505,8 +2514,8 @@ "position": { "height": 20, "width": 20, - "x": 1683, - "y": 627 + "x": 1643, + "y": 625 }, "props": { "path": "autStand/Equipment/JR_Button", @@ -2523,8 +2532,8 @@ "position": { "height": 20, "width": 20, - "x": 1807, - "y": 693 + "x": 1787, + "y": 692 }, "props": { "path": "autStand/Equipment/JR_Button", @@ -2541,8 +2550,8 @@ "position": { "height": 20, "width": 20, - "x": 1779, - "y": 582 + "x": 1764, + "y": 581 }, "props": { "path": "autStand/Equipment/JR_Button", @@ -2552,46 +2561,14 @@ }, "type": "ia.display.view" }, - { - "meta": { - "name": "Camera_42" - }, - "position": { - "height": 20, - "width": 35, - "x": 367, - "y": 536 - }, - "props": { - "params": { - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/Field_IO", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, { "meta": { "name": "Camera_43" }, "position": { - "height": 20, + "height": 22, "width": 40, - "x": 321, + "x": 306, "y": 533 }, "props": { @@ -2621,9 +2598,9 @@ "name": "Camera_44" }, "position": { - "height": 20, + "height": 22, "width": 40, - "x": 382, + "x": 367, "y": 463 }, "props": { @@ -2653,9 +2630,9 @@ "name": "Camera_45" }, "position": { - "height": 20, + "height": 22, "width": 40, - "x": 382, + "x": 367, "y": 431 }, "props": { @@ -2685,9 +2662,9 @@ "name": "Camera_46" }, "position": { - "height": 20, + "height": 22, "width": 40, - "x": 382, + "x": 367, "y": 401 }, "props": { @@ -2717,9 +2694,9 @@ "name": "Camera_47" }, "position": { - "height": 20, + "height": 22, "width": 40, - "x": 137, + "x": 122, "y": 496 }, "props": { @@ -2749,9 +2726,9 @@ "name": "Camera_48" }, "position": { - "height": 20, + "height": 22, "width": 40, - "x": 153, + "x": 138, "y": 451 }, "props": { @@ -2781,9 +2758,9 @@ "name": "Camera_49" }, "position": { - "height": 20, + "height": 22, "width": 40, - "x": 191, + "x": 176, "y": 428 }, "props": { @@ -2813,9 +2790,9 @@ "name": "Camera_50" }, "position": { - "height": 20, + "height": 22, "width": 40, - "x": 221, + "x": 206, "y": 405 }, "props": { @@ -2845,9 +2822,9 @@ "name": "Camera_51" }, "position": { - "height": 20, + "height": 22, "width": 40, - "x": 223, + "x": 208, "y": 343 }, "props": { @@ -2877,9 +2854,9 @@ "name": "Camera_52" }, "position": { - "height": 20, + "height": 22, "width": 40, - "x": 393, + "x": 378, "y": 360 }, "props": { @@ -2909,9 +2886,9 @@ "name": "Camera_53" }, "position": { - "height": 20, + "height": 22, "width": 40, - "x": 498, + "x": 483, "y": 346 }, "props": { @@ -2941,9 +2918,9 @@ "name": "Camera_54" }, "position": { - "height": 20, + "height": 22, "width": 40, - "x": 658, + "x": 643, "y": 346 }, "props": { @@ -2973,10 +2950,10 @@ "name": "Camera_55" }, "position": { - "height": 20, + "height": 22, "width": 40, - "x": 1448, - "y": 346 + "x": 1400, + "y": 336 }, "props": { "params": { @@ -3005,10 +2982,10 @@ "name": "Camera_56" }, "position": { - "height": 20, + "height": 22, "width": 40, - "x": 1528, - "y": 366 + "x": 1476, + "y": 367 }, "props": { "params": { @@ -3039,8 +3016,8 @@ "position": { "height": 20, "width": 40, - "x": 1651, - "y": 475 + "x": 1592, + "y": 455 }, "props": { "params": { @@ -3069,10 +3046,10 @@ "name": "Camera_58" }, "position": { - "height": 20, + "height": 22, "width": 40, - "x": 1661, - "y": 532 + "x": 1602, + "y": 526 }, "props": { "params": { @@ -3101,10 +3078,10 @@ "name": "Camera_59" }, "position": { - "height": 20, + "height": 22, "width": 40, - "x": 1660, - "y": 583 + "x": 1606, + "y": 579 }, "props": { "params": { @@ -3133,10 +3110,10 @@ "name": "Camera_60" }, "position": { - "height": 20, + "height": 22, "width": 40, - "x": 1723, - "y": 583 + "x": 1692, + "y": 599 }, "props": { "params": { @@ -3165,10 +3142,10 @@ "name": "Camera_61" }, "position": { - "height": 20, + "height": 22, "width": 40, - "x": 1757, - "y": 558 + "x": 1742, + "y": 604 }, "props": { "params": { @@ -3197,10 +3174,10 @@ "name": "Camera_62" }, "position": { - "height": 20, + "height": 22, "width": 40, - "x": 1804, - "y": 555 + "x": 1789, + "y": 601 }, "props": { "params": { @@ -3229,10 +3206,10 @@ "name": "Camera_63" }, "position": { - "height": 20, + "height": 22, "width": 40, - "x": 1877, - "y": 556 + "x": 1862, + "y": 553 }, "props": { "params": { @@ -3261,10 +3238,10 @@ "name": "Camera_64" }, "position": { - "height": 20, + "height": 22, "width": 40, - "x": 1838, - "y": 580 + "x": 1823, + "y": 578 }, "props": { "params": { @@ -3287,6 +3264,131 @@ } }, "type": "ia.display.view" + }, + { + "meta": { + "name": "MCM01" + }, + "position": { + "height": 30, + "width": 30, + "x": 449.64, + "y": 405 + }, + "props": { + "params": { + "forceFaultStatus": null, + "forceRunningStatus": null, + "has_state": false, + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ControlCabinet" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_1_DPM1" + }, + "position": { + "height": 30, + "width": 30, + "x": 269.64, + "y": 265 + }, + "props": { + "params": { + "forceFaultStatus": null, + "forceRunningStatus": null, + "has_state": false, + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ControlCabinet" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_5_DPM1" + }, + "position": { + "height": 30, + "width": 30, + "x": 1599.64, + "y": 375 + }, + "props": { + "params": { + "forceFaultStatus": null, + "forceRunningStatus": null, + "has_state": false, + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ControlCabinet" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PDP01_FIOM1" + }, + "position": { + "height": 22, + "width": 40, + "x": 1407, + "y": 384 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Field_IO" + }, + "type": "ia.display.view" } ], "meta": { diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/MCM02-NC SORTER/view.json b/BNA8/com.inductiveautomation.perspective/views/autStand/MCM02-NC SORTER/view.json index 75ff8aff..88be6063 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/MCM02-NC SORTER/view.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/MCM02-NC SORTER/view.json @@ -10,20 +10,47 @@ "root": { "children": [ { + "children": [ + { + "meta": { + "name": "MCM02" + }, + "position": { + "grow": 1 + }, + "propConfig": { + "props.source": { + "binding": { + "config": { + "expression": "\"http://127.0.0.1:5500/MCM02.svg?var\" + toMillis(now(1000))" + }, + "type": "expr" + } + } + }, + "props": { + "fit": { + "mode": "fill" + } + }, + "type": "ia.display.image" + } + ], "meta": { - "name": "MCM02" + "name": "FlexContainer" }, "position": { "height": 1080, "width": 1920 }, "props": { - "fit": { - "mode": "fill" - }, - "source": "/system/images/MCM02.svg" + "direction": "column", + "style": { + "overflow": "hidden", + "pointerEvents": "none" + } }, - "type": "ia.display.image" + "type": "ia.container.flex" }, { "events": { @@ -43,14 +70,9719 @@ "position": { "height": 36, "width": 124, - "x": 84, - "y": 376 + "x": 34, + "y": 666 }, "props": { "primary": false, "text": "MCM01 - FLUID INBOUND" }, "type": "ia.input.button" + }, + { + "meta": { + "name": "NCS1_1_SOL1" + }, + "position": { + "height": 22, + "width": 23, + "x": 331, + "y": 492 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL2" + }, + "position": { + "height": 22, + "width": 23, + "x": 363, + "y": 474 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL3" + }, + "position": { + "height": 22, + "width": 23, + "x": 363, + "y": 500 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL4" + }, + "position": { + "height": 22, + "width": 23, + "x": 403, + "y": 500 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL5" + }, + "position": { + "height": 22, + "width": 23, + "x": 403, + "y": 475 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL6" + }, + "position": { + "height": 22, + "width": 23, + "x": 443, + "y": 500 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL7" + }, + "position": { + "height": 22, + "width": 23, + "x": 443, + "y": 475 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL8" + }, + "position": { + "height": 22, + "width": 23, + "x": 483, + "y": 500 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL9" + }, + "position": { + "height": 22, + "width": 23, + "x": 483, + "y": 475 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL10" + }, + "position": { + "height": 22, + "width": 23, + "x": 523, + "y": 500 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL11" + }, + "position": { + "height": 22, + "width": 23, + "x": 523, + "y": 475 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL12" + }, + "position": { + "height": 22, + "width": 23, + "x": 557, + "y": 500 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL13" + }, + "position": { + "height": 22, + "width": 23, + "x": 557, + "y": 475 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL14" + }, + "position": { + "height": 22, + "width": 23, + "x": 590, + "y": 500 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL15" + }, + "position": { + "height": 22, + "width": 23, + "x": 590, + "y": 475 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL16" + }, + "position": { + "height": 22, + "width": 23, + "x": 630, + "y": 500 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL17" + }, + "position": { + "height": 22, + "width": 23, + "x": 630, + "y": 475 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL18" + }, + "position": { + "height": 22, + "width": 23, + "x": 663, + "y": 500 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL19" + }, + "position": { + "height": 22, + "width": 23, + "x": 663, + "y": 475 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL20" + }, + "position": { + "height": 22, + "width": 23, + "x": 703, + "y": 500 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL21" + }, + "position": { + "height": 22, + "width": 23, + "x": 703, + "y": 475 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL22" + }, + "position": { + "height": 22, + "width": 23, + "x": 743, + "y": 500 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL23" + }, + "position": { + "height": 22, + "width": 23, + "x": 743, + "y": 475 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL24" + }, + "position": { + "height": 22, + "width": 23, + "x": 783, + "y": 500 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL25" + }, + "position": { + "height": 22, + "width": 23, + "x": 783, + "y": 475 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL26" + }, + "position": { + "height": 22, + "width": 23, + "x": 823, + "y": 500 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL27" + }, + "position": { + "height": 22, + "width": 23, + "x": 823, + "y": 475 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL28" + }, + "position": { + "height": 22, + "width": 23, + "x": 870, + "y": 500 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL29" + }, + "position": { + "height": 22, + "width": 23, + "x": 870, + "y": 475 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL30" + }, + "position": { + "height": 22, + "width": 23, + "x": 907, + "y": 500 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL31" + }, + "position": { + "height": 22, + "width": 23, + "x": 907, + "y": 475 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL32" + }, + "position": { + "height": 22, + "width": 23, + "x": 947, + "y": 500 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL33" + }, + "position": { + "height": 22, + "width": 23, + "x": 947, + "y": 475 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL34" + }, + "position": { + "height": 22, + "width": 23, + "x": 987, + "y": 500 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL35" + }, + "position": { + "height": 22, + "width": 23, + "x": 987, + "y": 475 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL36" + }, + "position": { + "height": 22, + "width": 23, + "x": 1027, + "y": 500 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL37" + }, + "position": { + "height": 22, + "width": 23, + "x": 1027, + "y": 475 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL38" + }, + "position": { + "height": 22, + "width": 23, + "x": 1060, + "y": 500 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL39" + }, + "position": { + "height": 22, + "width": 23, + "x": 1060, + "y": 475 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL40" + }, + "position": { + "height": 22, + "width": 23, + "x": 1094, + "y": 500 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL41" + }, + "position": { + "height": 22, + "width": 23, + "x": 1094, + "y": 475 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL42" + }, + "position": { + "height": 22, + "width": 23, + "x": 1134, + "y": 500 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL43" + }, + "position": { + "height": 22, + "width": 23, + "x": 1134, + "y": 475 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL44" + }, + "position": { + "height": 22, + "width": 23, + "x": 1134, + "y": 500 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL45" + }, + "position": { + "height": 22, + "width": 23, + "x": 1134, + "y": 475 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL46" + }, + "position": { + "height": 22, + "width": 23, + "x": 1174, + "y": 500 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL47" + }, + "position": { + "height": 22, + "width": 23, + "x": 1174, + "y": 475 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL48" + }, + "position": { + "height": 22, + "width": 23, + "x": 1214, + "y": 500 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL49" + }, + "position": { + "height": 22, + "width": 23, + "x": 1214, + "y": 475 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL50" + }, + "position": { + "height": 22, + "width": 23, + "x": 1246, + "y": 500 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL51" + }, + "position": { + "height": 22, + "width": 23, + "x": 1246, + "y": 475 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL52" + }, + "position": { + "height": 22, + "width": 23, + "x": 1279, + "y": 500 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL53" + }, + "position": { + "height": 22, + "width": 23, + "x": 1279, + "y": 475 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL54" + }, + "position": { + "height": 22, + "width": 23, + "x": 1319, + "y": 500 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL55" + }, + "position": { + "height": 22, + "width": 23, + "x": 1319, + "y": 475 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL56" + }, + "position": { + "height": 22, + "width": 23, + "x": 1359, + "y": 500 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL57" + }, + "position": { + "height": 22, + "width": 23, + "x": 1359, + "y": 475 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL58" + }, + "position": { + "height": 22, + "width": 23, + "x": 1399, + "y": 500 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL59" + }, + "position": { + "height": 22, + "width": 23, + "x": 1399, + "y": 475 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL60" + }, + "position": { + "height": 22, + "width": 23, + "x": 1439, + "y": 500 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL61" + }, + "position": { + "height": 22, + "width": 23, + "x": 1439, + "y": 475 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL62" + }, + "position": { + "height": 22, + "width": 23, + "x": 1479, + "y": 500 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL63" + }, + "position": { + "height": 22, + "width": 23, + "x": 1479, + "y": 475 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL64" + }, + "position": { + "height": 22, + "width": 23, + "x": 1519, + "y": 500 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL65" + }, + "position": { + "height": 22, + "width": 23, + "x": 1519, + "y": 475 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL66" + }, + "position": { + "height": 22, + "width": 23, + "x": 1559, + "y": 500 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL67" + }, + "position": { + "height": 22, + "width": 23, + "x": 1559, + "y": 475 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL68" + }, + "position": { + "height": 22, + "width": 23, + "x": 1599, + "y": 500 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL69" + }, + "position": { + "height": 22, + "width": 23, + "x": 1599, + "y": 475 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL70" + }, + "position": { + "height": 22, + "width": 23, + "x": 1639, + "y": 500 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL71" + }, + "position": { + "height": 22, + "width": 23, + "x": 1639, + "y": 475 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL72" + }, + "position": { + "height": 22, + "width": 23, + "x": 1639, + "y": 500 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL73" + }, + "position": { + "height": 22, + "width": 23, + "x": 1639, + "y": 475 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL74" + }, + "position": { + "height": 22, + "width": 23, + "x": 1671, + "y": 475 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL75" + }, + "position": { + "height": 22, + "width": 23, + "x": 1671, + "y": 500 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL77" + }, + "position": { + "height": 22, + "width": 23, + "x": 1703, + "y": 500 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL78" + }, + "position": { + "height": 22, + "width": 23, + "x": 1735, + "y": 490 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL76" + }, + "position": { + "height": 22, + "width": 23, + "x": 1703, + "y": 474 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS12_EPC2" + }, + "position": { + "height": 30, + "width": 30, + "x": 21, + "y": 543 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/EPC" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS12_EPC1" + }, + "position": { + "height": 30, + "width": 30, + "x": 19, + "y": 424 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/EPC" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Field_IO" + }, + "position": { + "height": 20, + "width": 40, + "x": 396, + "y": 547 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Field_IO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Safety_IO" + }, + "position": { + "height": 20, + "width": 40, + "x": 263, + "y": 409 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Safety_IO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "SS_Button" + }, + "position": { + "height": 20, + "width": 40, + "x": 1782, + "y": 434 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/SS_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "ProxSwitch" + }, + "position": { + "height": 20, + "width": 30, + "x": 412, + "y": 426 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Camera" + }, + "position": { + "height": 30, + "width": 40, + "x": 1860, + "y": 548 + }, + "props": { + "params": { + "directionLeft": true, + "forceFaultStatus": null, + "forceRunningStatus": null, + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Camera" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "JR_Button" + }, + "position": { + "height": 25, + "width": 25, + "x": 152, + "y": 540 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "JR_Button_0" + }, + "position": { + "height": 25, + "width": 25, + "x": 154, + "y": 431 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "VFD" + }, + "position": { + "height": 26, + "width": 26, + "x": 121, + "y": 430 + }, + "props": { + "params": { + "tagProps": [ + "value" + ] + }, + "path": "autStand/Equipment/VFD" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "VFD_0" + }, + "position": { + "height": 26, + "width": 26, + "x": 205, + "y": 430 + }, + "props": { + "params": { + "tagProps": [ + "value" + ] + }, + "path": "autStand/Equipment/VFD" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "VFD_1" + }, + "position": { + "height": 26, + "width": 26, + "x": 271, + "y": 430 + }, + "props": { + "params": { + "tagProps": [ + "value" + ] + }, + "path": "autStand/Equipment/VFD" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Safety_IO_0" + }, + "position": { + "height": 20, + "width": 40, + "x": 198, + "y": 409 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Safety_IO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Safety_IO_1" + }, + "position": { + "height": 20, + "width": 40, + "x": 80, + "y": 432 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Safety_IO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon" + }, + "position": { + "height": 20, + "width": 20, + "x": 157, + "y": 408 + }, + "props": { + "params": { + "name": "amber", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Encoder" + }, + "position": { + "height": 25, + "width": 25, + "x": 209, + "y": 491 + }, + "props": { + "params": { + "tagProps": [ + "value" + ] + }, + "path": "autStand/Equipment/Encoder" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Encoder_0" + }, + "position": { + "height": 25, + "width": 25, + "x": 269, + "y": 491 + }, + "props": { + "params": { + "tagProps": [ + "value" + ] + }, + "path": "autStand/Equipment/Encoder" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Field_IO_0" + }, + "position": { + "height": 20, + "width": 40, + "x": 526, + "y": 549 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Field_IO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Field_IO_1" + }, + "position": { + "height": 20, + "width": 40, + "x": 614, + "y": 549 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Field_IO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Field_IO_2" + }, + "position": { + "height": 20, + "width": 40, + "x": 975, + "y": 546 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Field_IO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Field_IO_3" + }, + "position": { + "height": 20, + "width": 40, + "x": 768, + "y": 543 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Field_IO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Field_IO_4" + }, + "position": { + "height": 20, + "width": 40, + "x": 1113, + "y": 545 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Field_IO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Field_IO_5" + }, + "position": { + "height": 20, + "width": 40, + "x": 1258, + "y": 544 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Field_IO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Field_IO_6" + }, + "position": { + "height": 20, + "width": 40, + "x": 1404, + "y": 544 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Field_IO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Field_IO_7" + }, + "position": { + "height": 20, + "width": 40, + "x": 1540, + "y": 543 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Field_IO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "JR_Button_1" + }, + "position": { + "height": 25, + "width": 25, + "x": 446, + "y": 248 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "JR_Button_2" + }, + "position": { + "height": 25, + "width": 25, + "x": 518, + "y": 248 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "JR_Button_3" + }, + "position": { + "height": 25, + "width": 25, + "x": 587, + "y": 248 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "JR_Button_4" + }, + "position": { + "height": 25, + "width": 25, + "x": 708, + "y": 248 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "JR_Button_5" + }, + "position": { + "height": 25, + "width": 25, + "x": 780, + "y": 248 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "JR_Button_6" + }, + "position": { + "height": 25, + "width": 25, + "x": 851, + "y": 248 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "JR_Button_7" + }, + "position": { + "height": 25, + "width": 25, + "x": 994, + "y": 248 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "JR_Button_8" + }, + "position": { + "height": 25, + "width": 25, + "x": 1060, + "y": 248 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "JR_Button_9" + }, + "position": { + "height": 25, + "width": 25, + "x": 1132, + "y": 248 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "JR_Button_10" + }, + "position": { + "height": 25, + "width": 25, + "x": 1265, + "y": 248 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "JR_Button_11" + }, + "position": { + "height": 25, + "width": 25, + "x": 1336, + "y": 248 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "JR_Button_12" + }, + "position": { + "height": 25, + "width": 25, + "x": 1411, + "y": 248 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "JR_Button_13" + }, + "position": { + "height": 25, + "width": 25, + "x": 1543, + "y": 248 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "JR_Button_14" + }, + "position": { + "height": 25, + "width": 25, + "x": 1621, + "y": 248 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "JR_Button_15" + }, + "position": { + "height": 25, + "width": 25, + "x": 1693, + "y": 248 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "JR_Button_16" + }, + "position": { + "height": 25, + "width": 25, + "x": 1692, + "y": 737 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "JR_Button_17" + }, + "position": { + "height": 25, + "width": 25, + "x": 1617, + "y": 737 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "JR_Button_18" + }, + "position": { + "height": 25, + "width": 25, + "x": 1547, + "y": 737 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "JR_Button_19" + }, + "position": { + "height": 25, + "width": 25, + "x": 1401, + "y": 737 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "JR_Button_20" + }, + "position": { + "height": 25, + "width": 25, + "x": 1322, + "y": 737 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "JR_Button_21" + }, + "position": { + "height": 25, + "width": 25, + "x": 1256, + "y": 737 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "JR_Button_22" + }, + "position": { + "height": 25, + "width": 25, + "x": 1116, + "y": 737 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "JR_Button_23" + }, + "position": { + "height": 25, + "width": 25, + "x": 1054, + "y": 737 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "JR_Button_24" + }, + "position": { + "height": 25, + "width": 25, + "x": 982, + "y": 737 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "JR_Button_25" + }, + "position": { + "height": 25, + "width": 25, + "x": 852, + "y": 737 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "JR_Button_26" + }, + "position": { + "height": 25, + "width": 25, + "x": 781, + "y": 737 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "JR_Button_27" + }, + "position": { + "height": 25, + "width": 25, + "x": 707, + "y": 737 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_0" + }, + "position": { + "height": 20, + "width": 20, + "x": 685, + "y": 648 + }, + "props": { + "params": { + "name": "green", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_1" + }, + "position": { + "height": 20, + "width": 20, + "x": 685, + "y": 630 + }, + "props": { + "params": { + "name": "amber", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_2" + }, + "position": { + "height": 20, + "width": 20, + "x": 685, + "y": 612 + }, + "props": { + "params": { + "name": "blue", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_3" + }, + "position": { + "height": 20, + "width": 20, + "x": 761, + "y": 643 + }, + "props": { + "params": { + "name": "green", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_5" + }, + "position": { + "height": 20, + "width": 20, + "x": 761, + "y": 623 + }, + "props": { + "params": { + "name": "blue", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_6" + }, + "position": { + "height": 20, + "width": 20, + "x": 833, + "y": 643 + }, + "props": { + "params": { + "name": "green", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_8" + }, + "position": { + "height": 20, + "width": 20, + "x": 833, + "y": 623 + }, + "props": { + "params": { + "name": "blue", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_4" + }, + "position": { + "height": 20, + "width": 20, + "x": 968, + "y": 646 + }, + "props": { + "params": { + "name": "green", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_7" + }, + "position": { + "height": 20, + "width": 20, + "x": 968, + "y": 628 + }, + "props": { + "params": { + "name": "amber", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_9" + }, + "position": { + "height": 20, + "width": 20, + "x": 968, + "y": 610 + }, + "props": { + "params": { + "name": "blue", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_10" + }, + "position": { + "height": 20, + "width": 20, + "x": 1040, + "y": 647 + }, + "props": { + "params": { + "name": "green", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_12" + }, + "position": { + "height": 20, + "width": 20, + "x": 1040, + "y": 627 + }, + "props": { + "params": { + "name": "blue", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_13" + }, + "position": { + "height": 20, + "width": 20, + "x": 1111, + "y": 644 + }, + "props": { + "params": { + "name": "green", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_15" + }, + "position": { + "height": 20, + "width": 20, + "x": 1111, + "y": 625 + }, + "props": { + "params": { + "name": "blue", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_16" + }, + "position": { + "height": 20, + "width": 20, + "x": 1247, + "y": 609 + }, + "props": { + "params": { + "name": "blue", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_17" + }, + "position": { + "height": 20, + "width": 20, + "x": 1247, + "y": 627 + }, + "props": { + "params": { + "name": "amber", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_18" + }, + "position": { + "height": 20, + "width": 20, + "x": 1247, + "y": 645 + }, + "props": { + "params": { + "name": "green", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_19" + }, + "position": { + "height": 20, + "width": 20, + "x": 1317, + "y": 627 + }, + "props": { + "params": { + "name": "blue", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_21" + }, + "position": { + "height": 20, + "width": 20, + "x": 1317, + "y": 645 + }, + "props": { + "params": { + "name": "green", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_22" + }, + "position": { + "height": 20, + "width": 20, + "x": 1395, + "y": 626 + }, + "props": { + "params": { + "name": "blue", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_24" + }, + "position": { + "height": 20, + "width": 20, + "x": 1395, + "y": 645 + }, + "props": { + "params": { + "name": "green", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_25" + }, + "position": { + "height": 20, + "width": 20, + "x": 1532, + "y": 598 + }, + "props": { + "params": { + "name": "blue", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_26" + }, + "position": { + "height": 20, + "width": 20, + "x": 1532, + "y": 616 + }, + "props": { + "params": { + "name": "amber", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_27" + }, + "position": { + "height": 20, + "width": 20, + "x": 1532, + "y": 634 + }, + "props": { + "params": { + "name": "green", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_28" + }, + "position": { + "height": 20, + "width": 20, + "x": 1602, + "y": 613 + }, + "props": { + "params": { + "name": "blue", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_30" + }, + "position": { + "height": 20, + "width": 20, + "x": 1602, + "y": 634 + }, + "props": { + "params": { + "name": "green", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_31" + }, + "position": { + "height": 20, + "width": 20, + "x": 1676, + "y": 613 + }, + "props": { + "params": { + "name": "blue", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_33" + }, + "position": { + "height": 20, + "width": 20, + "x": 1676, + "y": 634 + }, + "props": { + "params": { + "name": "green", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_11" + }, + "position": { + "height": 20, + "width": 20, + "x": 431, + "y": 332 + }, + "props": { + "params": { + "name": "blue", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_14" + }, + "position": { + "height": 20, + "width": 20, + "x": 431, + "y": 350 + }, + "props": { + "params": { + "name": "amber", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_20" + }, + "position": { + "height": 20, + "width": 20, + "x": 507, + "y": 348 + }, + "props": { + "params": { + "name": "blue", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_23" + }, + "position": { + "height": 20, + "width": 20, + "x": 431, + "y": 368 + }, + "props": { + "params": { + "name": "green", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_29" + }, + "position": { + "height": 20, + "width": 20, + "x": 507, + "y": 368 + }, + "props": { + "params": { + "name": "green", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_32" + }, + "position": { + "height": 20, + "width": 20, + "x": 579, + "y": 368 + }, + "props": { + "params": { + "name": "green", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_34" + }, + "position": { + "height": 20, + "width": 20, + "x": 579, + "y": 348 + }, + "props": { + "params": { + "name": "blue", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_35" + }, + "position": { + "height": 20, + "width": 20, + "x": 697, + "y": 332 + }, + "props": { + "params": { + "name": "blue", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_36" + }, + "position": { + "height": 20, + "width": 20, + "x": 697, + "y": 350 + }, + "props": { + "params": { + "name": "amber", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_37" + }, + "position": { + "height": 20, + "width": 20, + "x": 773, + "y": 348 + }, + "props": { + "params": { + "name": "blue", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_38" + }, + "position": { + "height": 20, + "width": 20, + "x": 697, + "y": 368 + }, + "props": { + "params": { + "name": "green", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_39" + }, + "position": { + "height": 20, + "width": 20, + "x": 773, + "y": 368 + }, + "props": { + "params": { + "name": "green", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_40" + }, + "position": { + "height": 20, + "width": 20, + "x": 845, + "y": 368 + }, + "props": { + "params": { + "name": "green", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_41" + }, + "position": { + "height": 20, + "width": 20, + "x": 845, + "y": 348 + }, + "props": { + "params": { + "name": "blue", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_42" + }, + "position": { + "height": 20, + "width": 20, + "x": 970, + "y": 332 + }, + "props": { + "params": { + "name": "blue", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_43" + }, + "position": { + "height": 20, + "width": 20, + "x": 970, + "y": 350 + }, + "props": { + "params": { + "name": "amber", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_44" + }, + "position": { + "height": 20, + "width": 20, + "x": 1046, + "y": 348 + }, + "props": { + "params": { + "name": "blue", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_45" + }, + "position": { + "height": 20, + "width": 20, + "x": 970, + "y": 368 + }, + "props": { + "params": { + "name": "green", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_46" + }, + "position": { + "height": 20, + "width": 20, + "x": 1046, + "y": 368 + }, + "props": { + "params": { + "name": "green", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_47" + }, + "position": { + "height": 20, + "width": 20, + "x": 1118, + "y": 368 + }, + "props": { + "params": { + "name": "green", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_48" + }, + "position": { + "height": 20, + "width": 20, + "x": 1118, + "y": 348 + }, + "props": { + "params": { + "name": "blue", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_49" + }, + "position": { + "height": 20, + "width": 20, + "x": 1254, + "y": 332 + }, + "props": { + "params": { + "name": "blue", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_50" + }, + "position": { + "height": 20, + "width": 20, + "x": 1254, + "y": 350 + }, + "props": { + "params": { + "name": "amber", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_51" + }, + "position": { + "height": 20, + "width": 20, + "x": 1330, + "y": 348 + }, + "props": { + "params": { + "name": "blue", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_52" + }, + "position": { + "height": 20, + "width": 20, + "x": 1254, + "y": 368 + }, + "props": { + "params": { + "name": "green", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_53" + }, + "position": { + "height": 20, + "width": 20, + "x": 1330, + "y": 368 + }, + "props": { + "params": { + "name": "green", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_54" + }, + "position": { + "height": 20, + "width": 20, + "x": 1402, + "y": 368 + }, + "props": { + "params": { + "name": "green", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_55" + }, + "position": { + "height": 20, + "width": 20, + "x": 1402, + "y": 348 + }, + "props": { + "params": { + "name": "blue", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_56" + }, + "position": { + "height": 20, + "width": 20, + "x": 1524, + "y": 332 + }, + "props": { + "params": { + "name": "blue", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_57" + }, + "position": { + "height": 20, + "width": 20, + "x": 1524, + "y": 350 + }, + "props": { + "params": { + "name": "amber", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_58" + }, + "position": { + "height": 20, + "width": 20, + "x": 1600, + "y": 348 + }, + "props": { + "params": { + "name": "blue", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_59" + }, + "position": { + "height": 20, + "width": 20, + "x": 1524, + "y": 368 + }, + "props": { + "params": { + "name": "green", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_60" + }, + "position": { + "height": 20, + "width": 20, + "x": 1600, + "y": 368 + }, + "props": { + "params": { + "name": "green", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_61" + }, + "position": { + "height": 20, + "width": 20, + "x": 1672, + "y": 368 + }, + "props": { + "params": { + "name": "green", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_62" + }, + "position": { + "height": 20, + "width": 20, + "x": 1672, + "y": 348 + }, + "props": { + "params": { + "name": "blue", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS12_EPC3" + }, + "position": { + "height": 30, + "width": 30, + "x": 1745.5, + "y": 428.5 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/EPC" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS12_EPC4" + }, + "position": { + "height": 30, + "width": 30, + "x": 1746.5, + "y": 542.5 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/EPC" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_63" + }, + "position": { + "height": 20, + "width": 20, + "x": 1750, + "y": 403 + }, + "props": { + "params": { + "name": "amber", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_64" + }, + "position": { + "height": 20, + "width": 20, + "x": 1750, + "y": 385 + }, + "props": { + "params": { + "name": "red", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_65" + }, + "position": { + "height": 20, + "width": 20, + "x": 1750, + "y": 367 + }, + "props": { + "params": { + "name": "horn", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "JR_Button_28" + }, + "position": { + "height": 25, + "width": 25, + "x": 370, + "y": 413 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "JR_Button_29" + }, + "position": { + "height": 25, + "width": 25, + "x": 651, + "y": 416 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "JR_Button_30" + }, + "position": { + "height": 25, + "width": 25, + "x": 912, + "y": 419 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "JR_Button_31" + }, + "position": { + "height": 25, + "width": 25, + "x": 1192, + "y": 422 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "JR_Button_32" + }, + "position": { + "height": 25, + "width": 25, + "x": 1478, + "y": 422 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "JR_Button_33" + }, + "position": { + "height": 25, + "width": 25, + "x": 615, + "y": 604 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "JR_Button_34" + }, + "position": { + "height": 25, + "width": 25, + "x": 906, + "y": 610 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "JR_Button_35" + }, + "position": { + "height": 25, + "width": 25, + "x": 1179, + "y": 606 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "JR_Button_36" + }, + "position": { + "height": 25, + "width": 25, + "x": 1467, + "y": 604 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Field_IO_8" + }, + "position": { + "height": 20, + "width": 40, + "x": 504, + "y": 402 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Field_IO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Field_IO_9" + }, + "position": { + "height": 20, + "width": 40, + "x": 769, + "y": 402 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Field_IO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Field_IO_10" + }, + "position": { + "height": 20, + "width": 40, + "x": 1043, + "y": 402 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Field_IO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Field_IO_11" + }, + "position": { + "height": 20, + "width": 40, + "x": 1256, + "y": 404 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Field_IO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Field_IO_12" + }, + "position": { + "height": 20, + "width": 40, + "x": 1607, + "y": 404 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Field_IO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Field_IO_13" + }, + "position": { + "height": 20, + "width": 40, + "x": 1670, + "y": 543 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Field_IO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye (1)_0" + }, + "position": { + "height": 34, + "width": 251, + "x": 387.46, + "y": 436.99 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye (1)_1" + }, + "position": { + "height": 40, + "width": 251, + "x": 662.46, + "y": 432.99 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye (1)_2" + }, + "position": { + "height": 40, + "width": 251, + "x": 940.46, + "y": 432.99 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye (1)_3" + }, + "position": { + "height": 40, + "width": 251, + "x": 1220.46, + "y": 432.99 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye (1)_4" + }, + "position": { + "height": 40, + "width": 251, + "x": 1500.46, + "y": 432.99 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye (1)_5" + }, + "position": { + "height": 32, + "width": 251, + "x": 667.46, + "y": 522.99 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye (1)_6" + }, + "position": { + "height": 33, + "width": 254, + "x": 946.46, + "y": 523.99 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye (1)_7" + }, + "position": { + "height": 35, + "width": 254, + "x": 1225.46, + "y": 519.99 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye (1)_8" + }, + "position": { + "height": 33, + "width": 259, + "x": 1511.46, + "y": 521.99 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye" + }, + "position": { + "height": 40, + "width": 110, + "x": 389, + "y": 371 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long (1)" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye_0" + }, + "position": { + "height": 40, + "width": 110, + "x": 459, + "y": 371 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long (1)" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye_1" + }, + "position": { + "height": 40, + "width": 110, + "x": 534, + "y": 371 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long (1)" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye_2" + }, + "position": { + "height": 40, + "width": 110, + "x": 534, + "y": 371 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long (1)" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye_3" + }, + "position": { + "height": 40, + "width": 110, + "x": 659, + "y": 371 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long (1)" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye_4" + }, + "position": { + "height": 40, + "width": 110, + "x": 804, + "y": 371 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long (1)" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye_5" + }, + "position": { + "height": 40, + "width": 110, + "x": 729, + "y": 371 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long (1)" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye_6" + }, + "position": { + "height": 40, + "width": 110, + "x": 929, + "y": 371 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long (1)" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye_7" + }, + "position": { + "height": 40, + "width": 110, + "x": 1074, + "y": 371 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long (1)" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye_8" + }, + "position": { + "height": 40, + "width": 110, + "x": 999, + "y": 371 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long (1)" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye_9" + }, + "position": { + "height": 40, + "width": 110, + "x": 389, + "y": 301 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long (1)" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye_10" + }, + "position": { + "height": 40, + "width": 110, + "x": 459, + "y": 301 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long (1)" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye_11" + }, + "position": { + "height": 40, + "width": 110, + "x": 534, + "y": 301 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long (1)" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye_12" + }, + "position": { + "height": 40, + "width": 110, + "x": 659, + "y": 301 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long (1)" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye_13" + }, + "position": { + "height": 40, + "width": 110, + "x": 729, + "y": 301 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long (1)" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye_14" + }, + "position": { + "height": 40, + "width": 110, + "x": 804, + "y": 301 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long (1)" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye_15" + }, + "position": { + "height": 40, + "width": 110, + "x": 929, + "y": 301 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long (1)" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye_16" + }, + "position": { + "height": 40, + "width": 110, + "x": 999, + "y": 301 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long (1)" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye_17" + }, + "position": { + "height": 40, + "width": 110, + "x": 1074, + "y": 301 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long (1)" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye_18" + }, + "position": { + "height": 40, + "width": 110, + "x": 1213, + "y": 301 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long (1)" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye_19" + }, + "position": { + "height": 40, + "width": 110, + "x": 1283, + "y": 301 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long (1)" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye_20" + }, + "position": { + "height": 40, + "width": 110, + "x": 1358, + "y": 301 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long (1)" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye_21" + }, + "position": { + "height": 40, + "width": 110, + "x": 1213, + "y": 371 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long (1)" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye_22" + }, + "position": { + "height": 40, + "width": 110, + "x": 1283, + "y": 371 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long (1)" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye_23" + }, + "position": { + "height": 40, + "width": 110, + "x": 1358, + "y": 371 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long (1)" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye_24" + }, + "position": { + "height": 40, + "width": 110, + "x": 1491, + "y": 301 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long (1)" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye_25" + }, + "position": { + "height": 40, + "width": 110, + "x": 1561, + "y": 301 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long (1)" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye_26" + }, + "position": { + "height": 40, + "width": 110, + "x": 1636, + "y": 301 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long (1)" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye_27" + }, + "position": { + "height": 40, + "width": 110, + "x": 1491, + "y": 371 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long (1)" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye_28" + }, + "position": { + "height": 40, + "width": 110, + "x": 1561, + "y": 371 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long (1)" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye_29" + }, + "position": { + "height": 40, + "width": 110, + "x": 1636, + "y": 371 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long (1)" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye_30" + }, + "position": { + "height": 40, + "width": 110, + "x": 1202, + "y": 582 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long (1)" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye_31" + }, + "position": { + "height": 40, + "width": 110, + "x": 1271, + "y": 582 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long (1)" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye_32" + }, + "position": { + "height": 40, + "width": 110, + "x": 1346, + "y": 582 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long (1)" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye_33" + }, + "position": { + "height": 40, + "width": 110, + "x": 1346, + "y": 652 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long (1)" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye_34" + }, + "position": { + "height": 40, + "width": 110, + "x": 1271, + "y": 651 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long (1)" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye_35" + }, + "position": { + "height": 40, + "width": 110, + "x": 1204, + "y": 652 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long (1)" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye_36" + }, + "position": { + "height": 40, + "width": 110, + "x": 925, + "y": 582 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long (1)" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye_37" + }, + "position": { + "height": 40, + "width": 110, + "x": 995, + "y": 582 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long (1)" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye_38" + }, + "position": { + "height": 40, + "width": 110, + "x": 1069, + "y": 582 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long (1)" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye_39" + }, + "position": { + "height": 40, + "width": 110, + "x": 1069, + "y": 652 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long (1)" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye_40" + }, + "position": { + "height": 40, + "width": 110, + "x": 995, + "y": 652 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long (1)" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye_41" + }, + "position": { + "height": 40, + "width": 110, + "x": 925, + "y": 652 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long (1)" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye_42" + }, + "position": { + "height": 40, + "width": 110, + "x": 644, + "y": 582 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long (1)" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye_43" + }, + "position": { + "height": 40, + "width": 110, + "x": 714, + "y": 582 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long (1)" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye_44" + }, + "position": { + "height": 40, + "width": 110, + "x": 789, + "y": 582 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long (1)" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye_45" + }, + "position": { + "height": 40, + "width": 110, + "x": 789, + "y": 652 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long (1)" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye_46" + }, + "position": { + "height": 40, + "width": 110, + "x": 714, + "y": 652 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long (1)" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye_47" + }, + "position": { + "height": 40, + "width": 110, + "x": 644, + "y": 652 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long (1)" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye_48" + }, + "position": { + "height": 40, + "width": 110, + "x": 1494, + "y": 582 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long (1)" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye_49" + }, + "position": { + "height": 40, + "width": 110, + "x": 1564, + "y": 582 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long (1)" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye_50" + }, + "position": { + "height": 40, + "width": 110, + "x": 1639, + "y": 582 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long (1)" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye_51" + }, + "position": { + "height": 40, + "width": 110, + "x": 1494, + "y": 652 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long (1)" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye_52" + }, + "position": { + "height": 40, + "width": 110, + "x": 1564, + "y": 651 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long (1)" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Photoeye_53" + }, + "position": { + "height": 40, + "width": 110, + "x": 1639, + "y": 652 + }, + "props": { + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long (1)" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Camera_0" + }, + "position": { + "height": 30, + "width": 40, + "x": 1860, + "y": 548 + }, + "props": { + "params": { + "directionLeft": true, + "forceFaultStatus": null, + "forceRunningStatus": null, + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Camera" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "SS_Button_0" + }, + "position": { + "height": 20, + "width": 40, + "x": 1785, + "y": 545 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/SS_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Safety_IO_2" + }, + "position": { + "height": 20, + "width": 40, + "x": 1747.5, + "y": 576 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Safety_IO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "VFD_2" + }, + "position": { + "height": 26, + "width": 26, + "x": 1748, + "y": 599 + }, + "props": { + "params": { + "tagProps": [ + "value" + ] + }, + "path": "autStand/Equipment/VFD" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "ProxSwitch_0" + }, + "position": { + "height": 20, + "width": 30, + "x": 444, + "y": 426 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "ProxSwitch_1" + }, + "position": { + "height": 20, + "width": 30, + "x": 488, + "y": 426 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "ProxSwitch_2" + }, + "position": { + "height": 20, + "width": 30, + "x": 520, + "y": 426 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "ProxSwitch_3" + }, + "position": { + "height": 20, + "width": 30, + "x": 559, + "y": 426 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "ProxSwitch_4" + }, + "position": { + "height": 20, + "width": 30, + "x": 591, + "y": 426 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "ProxSwitch_5" + }, + "position": { + "height": 20, + "width": 30, + "x": 691, + "y": 426 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "ProxSwitch_6" + }, + "position": { + "height": 20, + "width": 30, + "x": 723, + "y": 426 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "ProxSwitch_7" + }, + "position": { + "height": 20, + "width": 30, + "x": 793, + "y": 426 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "ProxSwitch_8" + }, + "position": { + "height": 20, + "width": 30, + "x": 761, + "y": 426 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "ProxSwitch_9" + }, + "position": { + "height": 20, + "width": 30, + "x": 863, + "y": 426 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "ProxSwitch_10" + }, + "position": { + "height": 20, + "width": 30, + "x": 831, + "y": 426 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "ProxSwitch_11" + }, + "position": { + "height": 20, + "width": 30, + "x": 962, + "y": 426 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "ProxSwitch_12" + }, + "position": { + "height": 20, + "width": 30, + "x": 994, + "y": 426 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "ProxSwitch_13" + }, + "position": { + "height": 20, + "width": 30, + "x": 1037, + "y": 426 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "ProxSwitch_14" + }, + "position": { + "height": 20, + "width": 30, + "x": 1069, + "y": 426 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "ProxSwitch_15" + }, + "position": { + "height": 20, + "width": 30, + "x": 1110, + "y": 426 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "ProxSwitch_16" + }, + "position": { + "height": 20, + "width": 30, + "x": 1142, + "y": 426 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "ProxSwitch_17" + }, + "position": { + "height": 20, + "width": 30, + "x": 1247, + "y": 426 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "ProxSwitch_18" + }, + "position": { + "height": 20, + "width": 30, + "x": 1279, + "y": 426 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "ProxSwitch_19" + }, + "position": { + "height": 20, + "width": 30, + "x": 1320, + "y": 426 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "ProxSwitch_20" + }, + "position": { + "height": 20, + "width": 30, + "x": 1352, + "y": 426 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "ProxSwitch_21" + }, + "position": { + "height": 20, + "width": 30, + "x": 1392, + "y": 426 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "ProxSwitch_22" + }, + "position": { + "height": 20, + "width": 30, + "x": 1423, + "y": 426 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "ProxSwitch_23" + }, + "position": { + "height": 20, + "width": 30, + "x": 1525, + "y": 426 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "ProxSwitch_24" + }, + "position": { + "height": 20, + "width": 30, + "x": 1557, + "y": 426 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "ProxSwitch_25" + }, + "position": { + "height": 20, + "width": 30, + "x": 1598, + "y": 426 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "ProxSwitch_26" + }, + "position": { + "height": 20, + "width": 30, + "x": 1630, + "y": 426 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "ProxSwitch_27" + }, + "position": { + "height": 20, + "width": 30, + "x": 1670, + "y": 426 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "ProxSwitch_28" + }, + "position": { + "height": 20, + "width": 30, + "x": 1701, + "y": 426 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "ProxSwitch_29" + }, + "position": { + "height": 20, + "width": 30, + "x": 686, + "y": 567 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "ProxSwitch_30" + }, + "position": { + "height": 20, + "width": 30, + "x": 718, + "y": 567 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "ProxSwitch_31" + }, + "position": { + "height": 20, + "width": 30, + "x": 760, + "y": 567 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "ProxSwitch_32" + }, + "position": { + "height": 20, + "width": 30, + "x": 792, + "y": 567 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "ProxSwitch_33" + }, + "position": { + "height": 20, + "width": 30, + "x": 830, + "y": 567 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "ProxSwitch_34" + }, + "position": { + "height": 20, + "width": 30, + "x": 863, + "y": 567 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "ProxSwitch_35" + }, + "position": { + "height": 20, + "width": 30, + "x": 964, + "y": 568 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "ProxSwitch_36" + }, + "position": { + "height": 20, + "width": 30, + "x": 996, + "y": 568 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "ProxSwitch_37" + }, + "position": { + "height": 20, + "width": 30, + "x": 1037, + "y": 568 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "ProxSwitch_38" + }, + "position": { + "height": 20, + "width": 30, + "x": 1069, + "y": 568 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "ProxSwitch_39" + }, + "position": { + "height": 20, + "width": 30, + "x": 1106, + "y": 568 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "ProxSwitch_40" + }, + "position": { + "height": 20, + "width": 30, + "x": 1139, + "y": 568 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "ProxSwitch_41" + }, + "position": { + "height": 20, + "width": 30, + "x": 1247, + "y": 567 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "ProxSwitch_42" + }, + "position": { + "height": 20, + "width": 30, + "x": 1275, + "y": 567 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "ProxSwitch_43" + }, + "position": { + "height": 20, + "width": 30, + "x": 1316, + "y": 567 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "ProxSwitch_44" + }, + "position": { + "height": 20, + "width": 30, + "x": 1348, + "y": 567 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "ProxSwitch_45" + }, + "position": { + "height": 20, + "width": 30, + "x": 1386, + "y": 567 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "ProxSwitch_46" + }, + "position": { + "height": 20, + "width": 30, + "x": 1421, + "y": 567 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "ProxSwitch_47" + }, + "position": { + "height": 20, + "width": 30, + "x": 1528, + "y": 567 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "ProxSwitch_48" + }, + "position": { + "height": 20, + "width": 30, + "x": 1560, + "y": 567 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "ProxSwitch_49" + }, + "position": { + "height": 20, + "width": 30, + "x": 1601, + "y": 567 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "ProxSwitch_50" + }, + "position": { + "height": 20, + "width": 30, + "x": 1633, + "y": 567 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "ProxSwitch_51" + }, + "position": { + "height": 20, + "width": 30, + "x": 1671, + "y": 567 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "ProxSwitch_52" + }, + "position": { + "height": 20, + "width": 30, + "x": 1704, + "y": 567 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" } ], "meta": { diff --git a/image_server/MCM01.svg b/image_server/MCM01.svg index 4df371aa..a5a3812f 100644 --- a/image_server/MCM01.svg +++ b/image_server/MCM01.svg @@ -23,13 +23,13 @@ inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1" inkscape:document-units="mm" - inkscape:zoom="1.1212722" - inkscape:cx="1042.5658" - inkscape:cy="596.64371" + inkscape:zoom="1.5857184" + inkscape:cx="984.41189" + inkscape:cy="372.70175" inkscape:window-width="3840" inkscape:window-height="2036" - inkscape:window-x="3829" - inkscape:window-y="-11" + inkscape:window-x="-11" + inkscape:window-y="-3" inkscape:window-maximized="1" inkscape:current-layer="layer1" /> diff --git a/image_server/MCM02.svg b/image_server/MCM02.svg index b66c2fc5..0fa32fed 100644 --- a/image_server/MCM02.svg +++ b/image_server/MCM02.svg @@ -23,9 +23,9 @@ inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1" inkscape:document-units="mm" - inkscape:zoom="0.56063608" - inkscape:cx="-80.265972" - inkscape:cy="702.77318" + inkscape:zoom="1.1212722" + inkscape:cx="1375.2237" + inkscape:cy="693.85474" inkscape:window-width="3840" inkscape:window-height="2036" inkscape:window-x="-11" @@ -8951,104 +8951,104 @@ inkscape:label="Layer 1" inkscape:groupmode="layer" id="layer1">