diff --git a/.resources/04d1086c80df0e7639d432e4619d234dc947977e9c841f810a0df2a9d744b4c1 b/.resources/04d1086c80df0e7639d432e4619d234dc947977e9c841f810a0df2a9d744b4c1 new file mode 100644 index 00000000..ae6428e5 --- /dev/null +++ b/.resources/04d1086c80df0e7639d432e4619d234dc947977e9c841f810a0df2a9d744b4c1 @@ -0,0 +1,535 @@ +{ + "custom": { + "color": "#C2C2C2", + "priority": "No Active Alarms", + "state": "Closed" + }, + "params": { + "demoColor": -1, + "tagProps": [ + "system/mcm01/buttons/jr/ul15_1_jr1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "propConfig": { + "custom.color": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "0": "{view.params.tagProps[0]}", + "fc": "{session.custom.fc}" + }, + "tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Color" + }, + "transforms": [ + { + "expression": "if(\r\n {view.params.demoColor} \u003e\u003d 0,\r\n {view.params.demoColor},\r\n coalesce({value}, 0)\r\n)\r\n", + "type": "expression" + }, + { + "fallback": "#000000", + "inputType": "scalar", + "mappings": [ + { + "input": 0, + "output": "#C2C2C2" + }, + { + "input": 1, + "output": "#FF0000" + }, + { + "input": 2, + "output": "#FFA500" + }, + { + "input": 3, + "output": "#0008FF" + }, + { + "input": 4, + "output": "#00FF00" + }, + { + "input": 5, + "output": "#FFF700" + }, + { + "input": 6, + "output": "#87CEEB" + }, + { + "input": 7, + "output": "#90EE90" + }, + { + "input": 8, + "output": "#964B00" + }, + { + "input": 9, + "output": "#FFFFFF" + }, + { + "input": 10, + "output": "#000000" + }, + { + "input": 11, + "output": "#8B0000" + }, + { + "input": 12, + "output": "#808080" + }, + { + "input": 13, + "output": "#8B8000" + }, + { + "input": 14, + "output": "#006400" + }, + { + "input": 15, + "output": "#FFFFC5" + }, + { + "input": 16, + "output": "#00008B" + }, + { + "input": 17, + "output": "#FF7276" + }, + { + "input": 18, + "output": "#556B2F" + }, + { + "input": 19, + "output": "#B43434" + }, + { + "input": 20, + "output": "#4682B4" + }, + { + "input": 21, + "output": "#FFD700" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "tag" + }, + "persistent": true + }, + "custom.priority": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "0": "{view.params.tagProps[0]}", + "fc": "{session.custom.fc}" + }, + "tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Priority" + }, + "transforms": [ + { + "expression": "coalesce({value},0)", + "type": "expression" + }, + { + "fallback": null, + "inputType": "scalar", + "mappings": [ + { + "input": 0, + "output": "No Active Alarms" + }, + { + "input": 1, + "output": "High" + }, + { + "input": 2, + "output": "Medium" + }, + { + "input": 3, + "output": "Low" + }, + { + "input": 4, + "output": "Diagnostic" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "tag" + }, + "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": "Unknown", + "inputType": "scalar", + "mappings": [ + { + "input": 0, + "output": "Closed" + }, + { + "input": 1, + "output": "Actuated" + }, + { + "input": 2, + "output": "Communication Faulted" + }, + { + "input": 3, + "output": "Conveyor Running In Maintenance Mode" + }, + { + "input": 4, + "output": "Disabled" + }, + { + "input": 5, + "output": "Disconnected" + }, + { + "input": 6, + "output": "Stopped" + }, + { + "input": 7, + "output": "Enabled Not Running" + }, + { + "input": 8, + "output": "Encoder Fault" + }, + { + "input": 9, + "output": "Energy Management" + }, + { + "input": 10, + "output": "ESTOP Was Actuated" + }, + { + "input": 11, + "output": "EStopped" + }, + { + "input": 12, + "output": "EStopped Locally" + }, + { + "input": 13, + "output": "Extended Faulted" + }, + { + "input": 14, + "output": "Full" + }, + { + "input": 15, + "output": "Gaylord Start Pressed" + }, + { + "input": 16, + "output": "Jam Fault" + }, + { + "input": 17, + "output": "Jammed" + }, + { + "input": 18, + "output": "Loading Allowed" + }, + { + "input": 19, + "output": "Loading Not Allowed" + }, + { + "input": 20, + "output": "Low Air Pressure Fault Was Present" + }, + { + "input": 21, + "output": "Maintenance Mode" + }, + { + "input": 22, + "output": "Conveyor Stopped In Maintenance Mode" + }, + { + "input": 23, + "output": "Motor Faulted" + }, + { + "input": 24, + "output": "Motor Was Faulted" + }, + { + "input": 25, + "output": "Normal" + }, + { + "input": 26, + "output": "Off Inactive" + }, + { + "input": 27, + "output": "Open" + }, + { + "input": 28, + "output": "PLC Ready To Run" + }, + { + "input": 29, + "output": "Package Release Pressed" + }, + { + "input": 30, + "output": "Power Branch Was Faulted" + }, + { + "input": 31, + "output": "Pressed" + }, + { + "input": 32, + "output": "Ready To Receive" + }, + { + "input": 33, + "output": "Running" + }, + { + "input": 34, + "output": "Started" + }, + { + "input": 35, + "output": "Stopped" + }, + { + "input": 36, + "output": "System Started" + }, + { + "input": 37, + "output": "Unknown" + }, + { + "input": 38, + "output": "VFD Fault" + }, + { + "input": 39, + "output": "Conveyor Running In Power Saving Mode" + }, + { + "input": 40, + "output": "Conveyor Jogging In Maintenance Mode" + }, + { + "input": 41, + "output": "VFD Reset Required" + }, + { + "input": 42, + "output": "Jam Reset Push Button Pressed" + }, + { + "input": 43, + "output": "Start Push Button Pressed" + }, + { + "input": 44, + "output": "Stop Push Button Pressed" + }, + { + "input": 45, + "output": "No Container" + }, + { + "input": 46, + "output": "Ready To Be Enabled" + }, + { + "input": 47, + "output": "Half Full" + }, + { + "input": 48, + "output": "Enabled" + }, + { + "input": 49, + "output": "Tipper Faulted" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "tag" + }, + "persistent": true + }, + "params.demoColor": { + "paramDirection": "input", + "persistent": true + }, + "params.tagProps": { + "paramDirection": "input", + "persistent": true + } + }, + "props": { + "defaultSize": { + "height": 25, + "width": 25 + } + }, + "root": { + "children": [ + { + "meta": { + "name": "Button" + }, + "position": { + "height": 1, + "width": 1 + }, + "propConfig": { + "props.elements[0].fill.paint": { + "binding": { + "config": { + "expression": "if(\r\n {view.custom.state} \u003d 0, \"#a9a9a9\", // disconnected gray (DarkGray)\r\n if(\r\n {view.custom.state} % 2 \u003d 1, \"#ffffff\", // white\r\n \"#000000\" // black\r\n )\r\n)\r\n" + }, + "enabled": false, + "type": "expr" + } + }, + "props.elements[1].fill.paint": { + "binding": { + "config": { + "expression": "if(\r\n {view.custom.state} \u003d \"Closed\",\r\n \"#000000\",\r\n {view.custom.color}\r\n)\r\n" + }, + "type": "expr" + } + } + }, + "props": { + "elements": [ + { + "d": "M 0,0 H 20 V 20 H 0 Z", + "fill": { + "paint": "#fff" + }, + "name": "path", + "stroke": { + "paint": "#000000", + "width": "1.5" + }, + "type": "path" + }, + { + "d": "m 17,10.5 a 7,7 0 0 1 -7,7 7,7 0 0 1 -7,-7 7,7 0 0 1 7,-7 7,7 0 0 1 7,7 z", + "fill": {}, + "name": "path", + "stroke": { + "paint": "#000000", + "width": "1" + }, + "type": "path" + } + ], + "viewBox": "0 0 20 20" + }, + "type": "ia.shapes.svg" + } + ], + "events": { + "dom": { + "onClick": { + "config": { + "script": "\t#create tags lists for the device\n\tprops \u003d self.view.params.tagProps\n\ttags_table_dataset \u003d autStand.devices.getAllTags(self, props[0])\n\tsystem.perspective.openDock(\u0027Docked-East-Device\u0027,params\u003d{\u0027tagProps\u0027:props, \"tags\":tags_table_dataset})" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "root", + "tooltip": { + "enabled": true + } + }, + "propConfig": { + "meta.tooltip.text": { + "binding": { + "config": { + "expression": "if(\n {view.custom.state} !\u003d \"Closed\",\n \"Source Id: \" + {view.params.tagProps[0]} + \", Priority: \" + {view.custom.priority} + \", State: \" + {view.custom.state},\n \"Device Disconnected\"\n)\n" + }, + "type": "expr" + } + }, + "meta.visible": { + "binding": { + "config": { + "path": "session.custom.alarm_filter.show_buttons" + }, + "type": "property" + } + } + }, + "props": { + "mode": "percent", + "style": { + "cursor": "pointer" + } + }, + "type": "ia.container.coord" + } +} \ No newline at end of file diff --git a/.resources/456f3c40ea282d0c4aecba70b8d537ebd7d6748c62add322289934ac188609c5 b/.resources/07253e463fe8cd275faa707f22506798370c9c82daa5f83f66eb917272ebce08 similarity index 98% rename from .resources/456f3c40ea282d0c4aecba70b8d537ebd7d6748c62add322289934ac188609c5 rename to .resources/07253e463fe8cd275faa707f22506798370c9c82daa5f83f66eb917272ebce08 index 48a42966..07329504 100644 --- a/.resources/456f3c40ea282d0c4aecba70b8d537ebd7d6748c62add322289934ac188609c5 +++ b/.resources/07253e463fe8cd275faa707f22506798370c9c82daa5f83f66eb917272ebce08 @@ -6,6 +6,7 @@ "state": "Closed" }, "params": { + "demoColor": -1, "tagProps": [ "System/MCM01/FIO/PDP01_FIOM1", "value", @@ -48,7 +49,7 @@ }, "transforms": [ { - "expression": "coalesce({value},0)", + "expression": "if(\r\n {view.params.demoColor} \u003e\u003d 0,\r\n {view.params.demoColor},\r\n coalesce({value}, 0)\r\n)\r\n", "type": "expression" }, { @@ -430,6 +431,10 @@ }, "persistent": true }, + "params.demoColor": { + "paramDirection": "input", + "persistent": true + }, "params.tagProps": { "paramDirection": "input", "persistent": true @@ -438,7 +443,7 @@ "props": { "defaultSize": { "height": 30, - "width": 50 + "width": 35 } }, "root": { diff --git a/.resources/0cb929fd3d30fafcb2108e22fd1ec9eca2eb4bbd3df4e632050e736c49da1334 b/.resources/0cb929fd3d30fafcb2108e22fd1ec9eca2eb4bbd3df4e632050e736c49da1334 new file mode 100644 index 00000000..9c358333 Binary files /dev/null and b/.resources/0cb929fd3d30fafcb2108e22fd1ec9eca2eb4bbd3df4e632050e736c49da1334 differ diff --git a/.resources/0fb80272d79ef8f914153c1ab523d4a892c8357d0abd884f6ff3e50d261e2805 b/.resources/0fb80272d79ef8f914153c1ab523d4a892c8357d0abd884f6ff3e50d261e2805 new file mode 100644 index 00000000..3e8e913e Binary files /dev/null and b/.resources/0fb80272d79ef8f914153c1ab523d4a892c8357d0abd884f6ff3e50d261e2805 differ diff --git a/.resources/42e2bbf4b8b1d2bb0a77ff75a9f6af26e814b00d233d99dede7a6c27c4f46f7d b/.resources/1e8fb9c34e3769566fd417ea5a0682e4b692e764bfc9d882ecfca1311e7cc63d similarity index 98% rename from .resources/42e2bbf4b8b1d2bb0a77ff75a9f6af26e814b00d233d99dede7a6c27c4f46f7d rename to .resources/1e8fb9c34e3769566fd417ea5a0682e4b692e764bfc9d882ecfca1311e7cc63d index 1ddddbde..e51eba40 100644 --- a/.resources/42e2bbf4b8b1d2bb0a77ff75a9f6af26e814b00d233d99dede7a6c27c4f46f7d +++ b/.resources/1e8fb9c34e3769566fd417ea5a0682e4b692e764bfc9d882ecfca1311e7cc63d @@ -5,6 +5,7 @@ "state": "Closed" }, "params": { + "demoColor": -1, "tagProps": [ "System/MCM02/Beacon/S03_CH115_BCN1_B", "value", @@ -32,7 +33,7 @@ }, "transforms": [ { - "expression": "coalesce({value},0)", + "expression": "if(\r\n {view.params.demoColor} \u003e\u003d 0,\r\n {view.params.demoColor},\r\n coalesce({value}, 0)\r\n)\r\n", "type": "expression" }, { @@ -414,6 +415,10 @@ }, "persistent": true }, + "params.demoColor": { + "paramDirection": "input", + "persistent": true + }, "params.tagProps": { "paramDirection": "input", "persistent": true diff --git a/.resources/2467e920990f75a2cf2768a2039bf08b4457223e6e2d392372b635c32582ef60 b/.resources/2467e920990f75a2cf2768a2039bf08b4457223e6e2d392372b635c32582ef60 deleted file mode 100644 index cee874f2..00000000 Binary files a/.resources/2467e920990f75a2cf2768a2039bf08b4457223e6e2d392372b635c32582ef60 and /dev/null differ diff --git a/.resources/2b0574e560b965afed80b7fe42100c613593ea040facfb1ffefb10eae2d0923e b/.resources/2b0574e560b965afed80b7fe42100c613593ea040facfb1ffefb10eae2d0923e new file mode 100644 index 00000000..689edb92 Binary files /dev/null and b/.resources/2b0574e560b965afed80b7fe42100c613593ea040facfb1ffefb10eae2d0923e differ diff --git a/.resources/d5b1cc43d4505cd3fbcf7d63115b561f032bb02726925580519d4897fe2645f8 b/.resources/2b480340bfd097670d8ebf7574bda75d08711436f5dec245a0d8182909b11d3f similarity index 97% rename from .resources/d5b1cc43d4505cd3fbcf7d63115b561f032bb02726925580519d4897fe2645f8 rename to .resources/2b480340bfd097670d8ebf7574bda75d08711436f5dec245a0d8182909b11d3f index 2d563b36..f648750a 100644 --- a/.resources/d5b1cc43d4505cd3fbcf7d63115b561f032bb02726925580519d4897fe2645f8 +++ b/.resources/2b480340bfd097670d8ebf7574bda75d08711436f5dec245a0d8182909b11d3f @@ -919,6 +919,44 @@ "title": "", "viewPath": "autStand/Windows/Status" }, + "/autStand/help": { + "docks": { + "bottom": [ + { + "anchor": "fixed", + "autoBreakpoint": 480, + "content": "push", + "handle": "hide", + "iconUrl": "", + "id": "", + "modal": false, + "resizable": false, + "show": "onDemand", + "size": 150, + "viewParams": {}, + "viewPath": "autStand/Docked_Views/Footer" + } + ], + "top": [ + { + "anchor": "fixed", + "autoBreakpoint": 480, + "content": "push", + "handle": "hide", + "iconUrl": "", + "id": "", + "modal": false, + "resizable": false, + "show": "visible", + "size": 70, + "viewParams": {}, + "viewPath": "autStand/Docked_Views/Header" + } + ] + }, + "title": "", + "viewPath": "autStand/Windows/Help" + }, "/autStand/home": { "docks": { "bottom": [ diff --git a/.resources/2c139fae6ffe9dc1d48f180441d3a2d8178f4fef05978070b7d350ee44e87e77 b/.resources/2c139fae6ffe9dc1d48f180441d3a2d8178f4fef05978070b7d350ee44e87e77 deleted file mode 100644 index 43c7c254..00000000 Binary files a/.resources/2c139fae6ffe9dc1d48f180441d3a2d8178f4fef05978070b7d350ee44e87e77 and /dev/null differ diff --git a/.resources/101d0cc3b93abd24b9cc28051cff5f6abfcfe033d06bcc89a82dc01305b9b98e b/.resources/3072dbd9adc395232dcec5b73c1d3a1f369042ef399b4f5334a41169b2483b38 similarity index 87% rename from .resources/101d0cc3b93abd24b9cc28051cff5f6abfcfe033d06bcc89a82dc01305b9b98e rename to .resources/3072dbd9adc395232dcec5b73c1d3a1f369042ef399b4f5334a41169b2483b38 index 63896e74..daa13e1d 100644 --- a/.resources/101d0cc3b93abd24b9cc28051cff5f6abfcfe033d06bcc89a82dc01305b9b98e +++ b/.resources/3072dbd9adc395232dcec5b73c1d3a1f369042ef399b4f5334a41169b2483b38 @@ -28,10 +28,10 @@ "name": "UL15_2" }, "position": { - "height": 70.96, - "width": 49.21, - "x": 39.77, - "y": 382 + "height": 0.0657, + "width": 0.0266, + "x": 0.0215, + "y": 0.3537 }, "props": { "params": { @@ -61,10 +61,10 @@ "name": "UL14_4" }, "position": { - "height": 70.96, - "width": 49.21, - "x": 261.22, - "y": 332.1 + "height": 0.0657, + "width": 0.0266, + "x": 0.1412, + "y": 0.3075 }, "props": { "params": { @@ -94,13 +94,13 @@ "name": "UL15_5" }, "position": { - "height": 29.16, + "height": 0.027, "rotate": { "angle": "150deg" }, - "width": 59.38, - "x": 158.54, - "y": 319.14 + "width": 0.0321, + "x": 0.0857, + "y": 0.2955 }, "props": { "loading": { @@ -133,13 +133,13 @@ "name": "UL14_5" }, "position": { - "height": 28.62, + "height": 0.0265, "rotate": { "angle": "150deg" }, - "width": 59.38, - "x": 298.77, - "y": 318.17 + "width": 0.0321, + "x": 0.1615, + "y": 0.2946 }, "props": { "params": { @@ -185,10 +185,10 @@ } }, "position": { - "height": 54.97, - "width": 172.42, - "x": 1523.28, - "y": 791.96 + "height": 0.0509, + "width": 0.0932, + "x": 0.8234, + "y": 0.7333 }, "props": { "primary": false, @@ -204,10 +204,10 @@ "name": "PS3_1" }, "position": { - "height": 29.05, - "width": 440.3, - "x": 137.82, - "y": 301 + "height": 0.0269, + "width": 0.238, + "x": 0.0745, + "y": 0.2787 }, "props": { "params": { @@ -237,10 +237,10 @@ "name": "PS3_3" }, "position": { - "height": 29.05, - "width": 478.96, - "x": 975.13, - "y": 301 + "height": 0.0269, + "width": 0.2589, + "x": 0.5271, + "y": 0.2787 }, "props": { "params": { @@ -271,13 +271,13 @@ "name": "PS3_5" }, "position": { - "height": 31, + "height": 0.0287, "rotate": { "angle": "90deg" }, - "width": 192.03, - "x": 1415.42, - "y": 443.34 + "width": 0.1038, + "x": 0.7651, + "y": 0.4105 }, "props": { "params": { @@ -307,10 +307,10 @@ "name": "PS3_2" }, "position": { - "height": 29.05, - "width": 394.05, - "x": 579.05, - "y": 301 + "height": 0.0269, + "width": 0.213, + "x": 0.313, + "y": 0.2787 }, "props": { "params": { @@ -340,13 +340,13 @@ "name": "PS3_6" }, "position": { - "height": 30.02, + "height": 0.0278, "rotate": { "angle": "90deg" }, - "width": 54.94, - "x": 1483.69, - "y": 567.54 + "width": 0.0297, + "x": 0.802, + "y": 0.5255 }, "props": { "params": { @@ -376,10 +376,10 @@ "name": "PS3_8" }, "position": { - "height": 31, - "width": 76.03, - "x": 1557.69, - "y": 649.4 + "height": 0.0287, + "width": 0.0411, + "x": 0.842, + "y": 0.6013 }, "props": { "params": { @@ -409,10 +409,10 @@ "name": "PS3_9AL" }, "position": { - "height": 30.02, - "width": 73.26, - "x": 1635.76, - "y": 649.4 + "height": 0.0278, + "width": 0.0396, + "x": 0.8842, + "y": 0.6013 }, "props": { "params": { @@ -442,10 +442,10 @@ "name": "PS3_10" }, "position": { - "height": 23.98, - "width": 59.01, - "x": 1709.94, - "y": 649.4 + "height": 0.0222, + "width": 0.0319, + "x": 0.9243, + "y": 0.6013 }, "props": { "params": { @@ -475,10 +475,10 @@ "name": "UL14_1" }, "position": { - "height": 29.05, - "width": 182.96, - "x": 186.11, - "y": 578.66 + "height": 0.0269, + "width": 0.0989, + "x": 0.1006, + "y": 0.5358 }, "props": { "params": { @@ -508,10 +508,10 @@ "name": "PS3_11" }, "position": { - "height": 23.98, - "width": 64.01, - "x": 1767.29, - "y": 649.4 + "height": 0.0222, + "width": 0.0346, + "x": 0.9553, + "y": 0.6013 }, "props": { "params": { @@ -541,13 +541,13 @@ "name": "UL15_1" }, "position": { - "height": 29.05, + "height": 0.0269, "rotate": { "angle": "90deg" }, - "width": 125.98, - "x": -8.14, - "y": 498.96 + "width": 0.0681, + "x": -0.0044, + "y": 0.462 }, "props": { "params": { @@ -577,13 +577,13 @@ "name": "UL14_2" }, "position": { - "height": 29.05, + "height": 0.0269, "rotate": { "angle": "90deg" }, - "width": 46.06, - "x": 254.19, - "y": 462.78 + "width": 0.0249, + "x": 0.1374, + "y": 0.4285 }, "props": { "params": { @@ -613,13 +613,13 @@ "name": "UL14_3" }, "position": { - "height": 29.05, + "height": 0.0269, "rotate": { "angle": "90deg" }, - "width": 51.98, - "x": 250.86, - "y": 413.1 + "width": 0.0281, + "x": 0.1356, + "y": 0.3825 }, "props": { "params": { @@ -649,13 +649,13 @@ "name": "UL15_4" }, "position": { - "height": 29.16, + "height": 0.027, "rotate": { "angle": "150deg" }, - "width": 49.76, - "x": 116.18, - "y": 346.46 + "width": 0.0269, + "x": 0.0628, + "y": 0.3208 }, "props": { "params": { @@ -685,10 +685,10 @@ "name": "PS3_7" }, "position": { - "height": 83.7, - "width": 69, - "x": 1490.53, - "y": 603.07 + "height": 0.0775, + "width": 0.0373, + "x": 0.8057, + "y": 0.5584 }, "props": { "params": { @@ -718,13 +718,13 @@ "name": "UL15_3" }, "position": { - "height": 29.16, + "height": 0.027, "rotate": { "angle": "150deg" }, - "width": 45.88, - "x": 76.03, - "y": 371.09 + "width": 0.0248, + "x": 0.0411, + "y": 0.3436 }, "props": { "params": { @@ -754,10 +754,10 @@ "name": "PS3_4" }, "position": { - "height": 85, - "width": 75.11, - "x": 1453.35, - "y": 289.01 + "height": 0.0787, + "width": 0.0406, + "x": 0.7856, + "y": 0.2676 }, "props": { "params": { @@ -787,10 +787,10 @@ "name": "Jam_Camera1" }, "position": { - "height": 30.02, - "width": 28.86, - "x": 28.86, - "y": 323.03 + "height": 0.0278, + "width": 0.0156, + "x": 0.0156, + "y": 0.2991 }, "props": { "params": { @@ -822,10 +822,10 @@ "name": "Jam_Camera2" }, "position": { - "height": 30.02, - "width": 28.86, - "x": 776.62, - "y": 371.95 + "height": 0.0278, + "width": 0.0156, + "x": 0.4198, + "y": 0.3444 }, "props": { "params": { @@ -857,10 +857,10 @@ "name": "Jam_Camera3" }, "position": { - "height": 30.02, - "width": 28.86, - "x": 1428, - "y": 659.99 + "height": 0.0278, + "width": 0.0156, + "x": 0.7719, + "y": 0.6111 }, "props": { "params": { @@ -892,10 +892,10 @@ "name": "Jam_Camera4" }, "position": { - "height": 30.02, - "width": 28.86, - "x": 1752.68, - "y": 339.01 + "height": 0.0278, + "width": 0.0156, + "x": 0.9474, + "y": 0.3139 }, "props": { "params": { @@ -927,10 +927,10 @@ "name": "UL15_1_SS1" }, "position": { - "height": 19.98, - "width": 33.67, - "x": 37.55, - "y": 578.99 + "height": 0.0185, + "width": 0.0182, + "x": 0.0203, + "y": 0.5361 }, "props": { "params": { @@ -960,10 +960,10 @@ "name": "UL14_1_SS1" }, "position": { - "height": 19.98, - "width": 33.67, - "x": 260.11, - "y": 687.53 + "height": 0.0185, + "width": 0.0182, + "x": 0.1406, + "y": 0.6366 }, "props": { "params": { @@ -993,10 +993,10 @@ "name": "PS3_1_SS1" }, "position": { - "height": 19.98, - "width": 33.67, - "x": 330.41, - "y": 267.95 + "height": 0.0185, + "width": 0.0182, + "x": 0.1786, + "y": 0.2481 }, "props": { "params": { @@ -1026,10 +1026,10 @@ "name": "PS3_11_SS1" }, "position": { - "height": 19.98, - "width": 33.67, - "x": 1810.58, - "y": 605.12 + "height": 0.0185, + "width": 0.0182, + "x": 0.9787, + "y": 0.5603 }, "props": { "params": { @@ -1059,10 +1059,10 @@ "name": "PS3_11_SS2" }, "position": { - "height": 19.98, - "width": 33.67, - "x": 1808.54, - "y": 718.2 + "height": 0.0185, + "width": 0.0182, + "x": 0.9776, + "y": 0.665 }, "props": { "params": { @@ -1092,10 +1092,10 @@ "name": "UL15_1_EPC2" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 71.41, - "y": 555.88 + "height": 0.0185, + "width": 0.0104, + "x": 0.0386, + "y": 0.5147 }, "props": { "params": { @@ -1125,10 +1125,10 @@ "name": "UL15_1_EPC1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 17.76, - "y": 555.88 + "height": 0.0185, + "width": 0.0104, + "x": 0.0096, + "y": 0.5147 }, "props": { "params": { @@ -1158,10 +1158,10 @@ "name": "PS3_1_EPC1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 302.47, - "y": 270.97 + "height": 0.0185, + "width": 0.0104, + "x": 0.1635, + "y": 0.2509 }, "props": { "params": { @@ -1191,10 +1191,10 @@ "name": "PS3_1_EPC2" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 372.96, - "y": 272.05 + "height": 0.0185, + "width": 0.0104, + "x": 0.2016, + "y": 0.2519 }, "props": { "params": { @@ -1224,10 +1224,10 @@ "name": "UL14_1_EPC1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 239.76, - "y": 663.44 + "height": 0.0185, + "width": 0.0104, + "x": 0.1296, + "y": 0.6143 }, "props": { "params": { @@ -1257,10 +1257,10 @@ "name": "UL14_1_EPC2" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 295.81, - "y": 663.44 + "height": 0.0185, + "width": 0.0104, + "x": 0.1599, + "y": 0.6143 }, "props": { "params": { @@ -1290,10 +1290,10 @@ "name": "PS3_11_EPC1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1803.18, - "y": 628.02 + "height": 0.0185, + "width": 0.0104, + "x": 0.9747, + "y": 0.5815 }, "props": { "params": { @@ -1323,10 +1323,10 @@ "name": "PS3_11_EPC2" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1801.88, - "y": 676.08 + "height": 0.0185, + "width": 0.0104, + "x": 0.974, + "y": 0.626 }, "props": { "params": { @@ -1356,10 +1356,10 @@ "name": "UL15_1_TPE1" }, "position": { - "height": 20.95, - "width": 54.02, - "x": 20.72, - "y": 439.13 + "height": 0.0194, + "width": 0.0292, + "x": 0.0112, + "y": 0.4066 }, "props": { "loading": { @@ -1392,13 +1392,13 @@ "name": "UL15_2_TPE1" }, "position": { - "height": 20.2, + "height": 0.0187, "rotate": { "angle": "60deg" }, - "width": 52.91, - "x": 50.87, - "y": 381.46 + "width": 0.0286, + "x": 0.0275, + "y": 0.3532 }, "props": { "params": { @@ -1428,13 +1428,13 @@ "name": "UL15_3_TPE1" }, "position": { - "height": 20.2, + "height": 0.0187, "rotate": { "angle": "60deg" }, - "width": 52.91, - "x": 90.83, - "y": 358.78 + "width": 0.0286, + "x": 0.0491, + "y": 0.3322 }, "props": { "params": { @@ -1464,13 +1464,13 @@ "name": "UL15_4_TPE1" }, "position": { - "height": 19.66, + "height": 0.0182, "rotate": { "angle": "60deg" }, - "width": 52.91, - "x": 133.75, - "y": 334.26 + "width": 0.0286, + "x": 0.0723, + "y": 0.3095 }, "props": { "params": { @@ -1500,13 +1500,13 @@ "name": "PS3_1_TPE1" }, "position": { - "height": 24.95, + "height": 0.0231, "rotate": { "angle": "90deg" }, - "width": 52.91, - "x": 218.3, - "y": 298.08 + "width": 0.0286, + "x": 0.118, + "y": 0.276 }, "props": { "params": { @@ -1536,10 +1536,10 @@ "name": "UL14_1_TPE1" }, "position": { - "height": 19.01, - "width": 52.91, - "x": 246.05, - "y": 491.94 + "height": 0.0176, + "width": 0.0286, + "x": 0.133, + "y": 0.4555 }, "props": { "params": { @@ -1569,10 +1569,10 @@ "name": "UL14_2_TPE1" }, "position": { - "height": 19.01, - "width": 52.91, - "x": 245.12, - "y": 444.53 + "height": 0.0176, + "width": 0.0286, + "x": 0.1325, + "y": 0.4116 }, "props": { "params": { @@ -1602,10 +1602,10 @@ "name": "UL14_3_TPE1" }, "position": { - "height": 20.95, - "width": 52.91, - "x": 246.05, - "y": 391.18 + "height": 0.0194, + "width": 0.0286, + "x": 0.133, + "y": 0.3622 }, "props": { "params": { @@ -1635,13 +1635,13 @@ "name": "UL14_4_TPE1" }, "position": { - "height": 19.98, + "height": 0.0185, "rotate": { "angle": "60deg" }, - "width": 52.91, - "x": 273.06, - "y": 334.04 + "width": 0.0286, + "x": 0.1476, + "y": 0.3093 }, "props": { "params": { @@ -1671,13 +1671,13 @@ "name": "PS3_1_TPE2" }, "position": { - "height": 27, + "height": 0.025, "rotate": { "angle": "90deg" }, - "width": 54.02, - "x": 384.8, - "y": 297.43 + "width": 0.0292, + "x": 0.208, + "y": 0.2754 }, "props": { "params": { @@ -1707,13 +1707,13 @@ "name": "PS3_1_TPE3" }, "position": { - "height": 19.98, + "height": 0.0185, "rotate": { "angle": "90deg" }, - "width": 52.91, - "x": 552.59, - "y": 300.13 + "width": 0.0286, + "x": 0.2987, + "y": 0.2779 }, "props": { "params": { @@ -1743,13 +1743,13 @@ "name": "PS3_2_TPE1" }, "position": { - "height": 19.98, + "height": 0.0185, "rotate": { "angle": "90deg" }, - "width": 52.91, - "x": 947.75, - "y": 299.92 + "width": 0.0286, + "x": 0.5123, + "y": 0.2777 }, "props": { "params": { @@ -1779,13 +1779,13 @@ "name": "PS3_3_TPE1" }, "position": { - "height": 19.98, + "height": 0.0185, "rotate": { "angle": "270deg" }, - "width": 52.91, - "x": 1426.52, - "y": 310.61 + "width": 0.0286, + "x": 0.7711, + "y": 0.2876 }, "props": { "params": { @@ -1815,10 +1815,10 @@ "name": "PS3_4_TPE1" }, "position": { - "height": 19.98, - "width": 52.91, - "x": 1481.47, - "y": 353.38 + "height": 0.0185, + "width": 0.0286, + "x": 0.8008, + "y": 0.3272 }, "props": { "params": { @@ -1848,13 +1848,13 @@ "name": "PS3_5_TPE1" }, "position": { - "height": 19.98, + "height": 0.0185, "rotate": { "angle": "180deg" }, - "width": 52.91, - "x": 1489.98, - "y": 543.46 + "width": 0.0286, + "x": 0.8054, + "y": 0.5032 }, "props": { "params": { @@ -1884,13 +1884,13 @@ "name": "PS3_7_TPE1" }, "position": { - "height": 19.98, + "height": 0.0185, "rotate": { "angle": "90deg" }, - "width": 52.91, - "x": 1529.57, - "y": 649.94 + "width": 0.0286, + "x": 0.8268, + "y": 0.6018 }, "props": { "params": { @@ -1920,13 +1920,13 @@ "name": "PS3_8_TPE1" }, "position": { - "height": 19.98, + "height": 0.0185, "rotate": { "angle": "90deg" }, - "width": 52.91, - "x": 1608.56, - "y": 649.94 + "width": 0.0286, + "x": 0.8695, + "y": 0.6018 }, "props": { "params": { @@ -1956,13 +1956,13 @@ "name": "PS3_9AL_TPE1" }, "position": { - "height": 19.98, + "height": 0.0185, "rotate": { "angle": "90deg" }, - "width": 52.91, - "x": 1683.67, - "y": 648.86 + "width": 0.0286, + "x": 0.9101, + "y": 0.6008 }, "props": { "params": { @@ -1992,13 +1992,13 @@ "name": "PS3_10_TPE1" }, "position": { - "height": 19.98, + "height": 0.0185, "rotate": { "angle": "90deg" }, - "width": 52.91, - "x": 1740.65, - "y": 646.92 + "width": 0.0286, + "x": 0.9409, + "y": 0.599 }, "props": { "params": { @@ -2028,13 +2028,13 @@ "name": "PS3_11_TPE1" }, "position": { - "height": 19.98, + "height": 0.0185, "rotate": { "angle": "90deg" }, - "width": 52.91, - "x": 1804.1, - "y": 644.87 + "width": 0.0286, + "x": 0.9752, + "y": 0.5971 }, "props": { "params": { @@ -2064,10 +2064,10 @@ "name": "UL15_1_BCN1_A" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 6.84, - "y": 416.99 + "height": 0.0185, + "width": 0.0104, + "x": 0.0037, + "y": 0.3861 }, "props": { "params": { @@ -2097,10 +2097,10 @@ "name": "UL15_1_BCN1_R" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 6.84, - "y": 397.98 + "height": 0.0185, + "width": 0.0104, + "x": 0.0037, + "y": 0.3685 }, "props": { "params": { @@ -2130,10 +2130,10 @@ "name": "UL15_1_BCN2_R" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 76.96, - "y": 467.96 + "height": 0.0185, + "width": 0.0104, + "x": 0.0416, + "y": 0.4333 }, "props": { "params": { @@ -2164,10 +2164,10 @@ "name": "PS3_1_BCN1_A" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 237.17, - "y": 339.98 + "height": 0.0185, + "width": 0.0104, + "x": 0.1282, + "y": 0.3148 }, "props": { "params": { @@ -2198,10 +2198,10 @@ "name": "UL14_1_BCN1_A" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 224.03, - "y": 475.42 + "height": 0.0185, + "width": 0.0104, + "x": 0.1211, + "y": 0.4402 }, "props": { "params": { @@ -2232,10 +2232,10 @@ "name": "UL14_1_BCN1_R" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 224.03, - "y": 456.41 + "height": 0.0185, + "width": 0.0104, + "x": 0.1211, + "y": 0.4226 }, "props": { "params": { @@ -2266,10 +2266,10 @@ "name": "UL14_1_BCN2_R" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 302.66, - "y": 518.18 + "height": 0.0185, + "width": 0.0104, + "x": 0.1636, + "y": 0.4798 }, "props": { "params": { @@ -2299,10 +2299,10 @@ "name": "PS3_1_BCN2_A" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 337.25, - "y": 246.02 + "height": 0.0185, + "width": 0.0104, + "x": 0.1823, + "y": 0.2278 }, "props": { "params": { @@ -2333,10 +2333,10 @@ "name": "PS3_1_BCN2_R" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 337.25, - "y": 227.88 + "height": 0.0185, + "width": 0.0104, + "x": 0.1823, + "y": 0.211 }, "props": { "params": { @@ -2366,10 +2366,10 @@ "name": "PS3_1_BCN4_A" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 543.53, - "y": 254.02 + "height": 0.0185, + "width": 0.0104, + "x": 0.2938, + "y": 0.2352 }, "props": { "params": { @@ -2399,10 +2399,10 @@ "name": "PS3_1_BCN4_H" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 543.53, - "y": 235.01 + "height": 0.0185, + "width": 0.0104, + "x": 0.2938, + "y": 0.2176 }, "props": { "params": { @@ -2432,10 +2432,10 @@ "name": "PS3_2_BCN1_A" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 937.57, - "y": 254.99 + "height": 0.0185, + "width": 0.0104, + "x": 0.5068, + "y": 0.2361 }, "props": { "params": { @@ -2465,10 +2465,10 @@ "name": "PS3_4_BCN1_A" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1471.29, - "y": 375.95 + "height": 0.0185, + "width": 0.0104, + "x": 0.7953, + "y": 0.3481 }, "props": { "params": { @@ -2498,10 +2498,10 @@ "name": "PS3_8_BCN1_A" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1579.52, - "y": 605.88 + "height": 0.0185, + "width": 0.0104, + "x": 0.8538, + "y": 0.561 }, "props": { "params": { @@ -2531,10 +2531,10 @@ "name": "PS3_10_BCN1_A" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1719.56, - "y": 607.5 + "height": 0.0185, + "width": 0.0104, + "x": 0.9295, + "y": 0.5625 }, "props": { "params": { @@ -2564,10 +2564,10 @@ "name": "PS3_11_BCN1_R" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1817.42, - "y": 583.96 + "height": 0.0185, + "width": 0.0104, + "x": 0.9824, + "y": 0.5407 }, "props": { "params": { @@ -2597,10 +2597,10 @@ "name": "PS3_11_BCN2_R" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1814.28, - "y": 698 + "height": 0.0185, + "width": 0.0104, + "x": 0.9807, + "y": 0.6463 }, "props": { "params": { @@ -2631,10 +2631,10 @@ "name": "UL14_1_ENSH1" }, "position": { - "height": 24.95, - "width": 24.05, - "x": 300.25, - "y": 493.02 + "height": 0.0231, + "width": 0.013, + "x": 0.1623, + "y": 0.4565 }, "props": { "params": { @@ -2665,10 +2665,10 @@ "name": "UL14_2_ENSH1" }, "position": { - "height": 24.95, - "width": 24.05, - "x": 301.18, - "y": 442.48 + "height": 0.0231, + "width": 0.013, + "x": 0.1628, + "y": 0.4097 }, "props": { "params": { @@ -2699,10 +2699,10 @@ "name": "UL14_3_ENSH1" }, "position": { - "height": 24.95, - "width": 24.05, - "x": 301.18, - "y": 396.79 + "height": 0.0231, + "width": 0.013, + "x": 0.1628, + "y": 0.3674 }, "props": { "params": { @@ -2733,10 +2733,10 @@ "name": "UL14_4_ENSH1" }, "position": { - "height": 24.95, - "width": 24.05, - "x": 319.12, - "y": 354.35 + "height": 0.0231, + "width": 0.013, + "x": 0.1725, + "y": 0.3281 }, "props": { "params": { @@ -2767,10 +2767,10 @@ "name": "UL15_1_ENSH1" }, "position": { - "height": 24.95, - "width": 24.05, - "x": 73.63, - "y": 443.88 + "height": 0.0231, + "width": 0.013, + "x": 0.0398, + "y": 0.411 }, "props": { "params": { @@ -2801,10 +2801,10 @@ "name": "UL15_2_ENSH1" }, "position": { - "height": 24.95, - "width": 24.05, - "x": 92.87, - "y": 405.22 + "height": 0.0231, + "width": 0.013, + "x": 0.0502, + "y": 0.3752 }, "props": { "params": { @@ -2835,10 +2835,10 @@ "name": "UL15_3_ENSH1" }, "position": { - "height": 24.95, - "width": 24.05, - "x": 130.98, - "y": 385.99 + "height": 0.0231, + "width": 0.013, + "x": 0.0708, + "y": 0.3574 }, "props": { "params": { @@ -2869,10 +2869,10 @@ "name": "UL15_4_ENSH1" }, "position": { - "height": 24.95, - "width": 24.05, - "x": 171.68, - "y": 362.23 + "height": 0.0231, + "width": 0.013, + "x": 0.0928, + "y": 0.3354 }, "props": { "params": { @@ -2903,10 +2903,10 @@ "name": "PS3_1_ENW1" }, "position": { - "height": 24.95, - "width": 24.05, - "x": 507.27, - "y": 303.05 + "height": 0.0231, + "width": 0.013, + "x": 0.2742, + "y": 0.2806 }, "props": { "params": { @@ -2937,10 +2937,10 @@ "name": "PS3_1_ENW2" }, "position": { - "height": 24.95, - "width": 24.05, - "x": 1727.15, - "y": 649.94 + "height": 0.0231, + "width": 0.013, + "x": 0.9336, + "y": 0.6018 }, "props": { "params": { @@ -2971,10 +2971,10 @@ "name": "PS3_11_ENW1" }, "position": { - "height": 24.95, - "width": 24.05, - "x": 1786.53, - "y": 648.97 + "height": 0.0231, + "width": 0.013, + "x": 0.9657, + "y": 0.6009 }, "props": { "params": { @@ -3005,10 +3005,10 @@ "name": "UL15_1_VFD1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 75.85, - "y": 519.7 + "height": 0.0185, + "width": 0.0104, + "x": 0.041, + "y": 0.4812 }, "props": { "params": { @@ -3039,10 +3039,10 @@ "name": "UL15_2_VFD1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 98.05, - "y": 432 + "height": 0.0185, + "width": 0.0104, + "x": 0.053, + "y": 0.4 }, "props": { "params": { @@ -3073,10 +3073,10 @@ "name": "UL15_3_VFD1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 110.44, - "y": 394.96 + "height": 0.0185, + "width": 0.0104, + "x": 0.0597, + "y": 0.3657 }, "props": { "params": { @@ -3109,10 +3109,10 @@ "name": "UL15_4_VFD1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 148.92, - "y": 372.28 + "height": 0.0185, + "width": 0.0104, + "x": 0.0805, + "y": 0.3447 }, "props": { "params": { @@ -3145,10 +3145,10 @@ "name": "UL15_5_VFD1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 189.62, - "y": 348.41 + "height": 0.0185, + "width": 0.0104, + "x": 0.1025, + "y": 0.3226 }, "props": { "params": { @@ -3181,10 +3181,10 @@ "name": "UL14_1_VFD1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 306.17, - "y": 540.43 + "height": 0.0185, + "width": 0.0104, + "x": 0.1655, + "y": 0.5004 }, "props": { "params": { @@ -3215,10 +3215,10 @@ "name": "UL14_2_VFD1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 301.73, - "y": 468.83 + "height": 0.0185, + "width": 0.0104, + "x": 0.1631, + "y": 0.4341 }, "props": { "params": { @@ -3249,10 +3249,10 @@ "name": "UL14_3_VFD1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 300.81, - "y": 422.17 + "height": 0.0185, + "width": 0.0104, + "x": 0.1626, + "y": 0.3909 }, "props": { "params": { @@ -3283,10 +3283,10 @@ "name": "UL14_4_VFD1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 300.81, - "y": 374.65 + "height": 0.0185, + "width": 0.0104, + "x": 0.1626, + "y": 0.3469 }, "props": { "params": { @@ -3317,10 +3317,10 @@ "name": "UL14_5_VFD1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 339.29, - "y": 342.14 + "height": 0.0185, + "width": 0.0104, + "x": 0.1834, + "y": 0.3168 }, "props": { "params": { @@ -3351,10 +3351,10 @@ "name": "PS3_1_VFD1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 529.1, - "y": 333.4 + "height": 0.0185, + "width": 0.0104, + "x": 0.286, + "y": 0.3087 }, "props": { "params": { @@ -3385,10 +3385,10 @@ "name": "PS3_2_VFD1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 681.35, - "y": 332.42 + "height": 0.0185, + "width": 0.0104, + "x": 0.3683, + "y": 0.3078 }, "props": { "params": { @@ -3419,10 +3419,10 @@ "name": "PS3_3_VFD1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1379.35, - "y": 334.04 + "height": 0.0185, + "width": 0.0104, + "x": 0.7456, + "y": 0.3093 }, "props": { "params": { @@ -3453,10 +3453,10 @@ "name": "PS3_4_VFD1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1447.61, - "y": 352.84 + "height": 0.0185, + "width": 0.0104, + "x": 0.7825, + "y": 0.3267 }, "props": { "params": { @@ -3489,10 +3489,10 @@ "name": "PS3_5_VFD1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1533.08, - "y": 475.09 + "height": 0.0185, + "width": 0.0104, + "x": 0.8287, + "y": 0.4399 }, "props": { "params": { @@ -3525,10 +3525,10 @@ "name": "PS3_6_VFD1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1531.79, - "y": 582.44 + "height": 0.0185, + "width": 0.0104, + "x": 0.828, + "y": 0.5393 }, "props": { "params": { @@ -3561,10 +3561,10 @@ "name": "PS3_7_VFD1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1528.09, - "y": 622.51 + "height": 0.0185, + "width": 0.0104, + "x": 0.826, + "y": 0.5764 }, "props": { "params": { @@ -3597,10 +3597,10 @@ "name": "PS3_8_VFD1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1606.16, - "y": 626.94 + "height": 0.0185, + "width": 0.0104, + "x": 0.8682, + "y": 0.5805 }, "props": { "params": { @@ -3633,10 +3633,10 @@ "name": "PS3_9AL_VFD1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1645.01, - "y": 628.02 + "height": 0.0185, + "width": 0.0104, + "x": 0.8892, + "y": 0.5815 }, "props": { "params": { @@ -3669,10 +3669,10 @@ "name": "PS3_10_VFD1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1739.91, - "y": 628.02 + "height": 0.0185, + "width": 0.0104, + "x": 0.9405, + "y": 0.5815 }, "props": { "params": { @@ -3705,10 +3705,10 @@ "name": "PS3_11_VFD1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1776.54, - "y": 628.99 + "height": 0.0185, + "width": 0.0104, + "x": 0.9603, + "y": 0.5824 }, "props": { "params": { @@ -3741,10 +3741,10 @@ "name": "PS3_9B_VFD1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1681.27, - "y": 627.05 + "height": 0.0185, + "width": 0.0104, + "x": 0.9088, + "y": 0.5806 }, "props": { "params": { @@ -3777,10 +3777,10 @@ "name": "UL15_1_JR1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 17.94, - "y": 459.11 + "height": 0.0185, + "width": 0.0104, + "x": 0.0097, + "y": 0.4251 }, "props": { "params": { @@ -3810,10 +3810,10 @@ "name": "UL14_1_JR1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 224.03, - "y": 496.58 + "height": 0.0185, + "width": 0.0104, + "x": 0.1211, + "y": 0.4598 }, "props": { "params": { @@ -3843,10 +3843,10 @@ "name": "PS3_1_JR1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 236.98, - "y": 360.18 + "height": 0.0185, + "width": 0.0104, + "x": 0.1281, + "y": 0.3335 }, "props": { "params": { @@ -3876,10 +3876,10 @@ "name": "PS3_1_JR2" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 402.93, - "y": 360.07 + "height": 0.0185, + "width": 0.0104, + "x": 0.2178, + "y": 0.3334 }, "props": { "params": { @@ -3909,10 +3909,10 @@ "name": "PS3_1_JR3" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 543.53, - "y": 276.05 + "height": 0.0185, + "width": 0.0104, + "x": 0.2938, + "y": 0.2556 }, "props": { "params": { @@ -3942,10 +3942,10 @@ "name": "PS3_2_JR1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 937.57, - "y": 276.05 + "height": 0.0185, + "width": 0.0104, + "x": 0.5068, + "y": 0.2556 }, "props": { "params": { @@ -3975,10 +3975,10 @@ "name": "PS3_4_JR1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1471.29, - "y": 396.04 + "height": 0.0185, + "width": 0.0104, + "x": 0.7953, + "y": 0.3667 }, "props": { "params": { @@ -4008,10 +4008,10 @@ "name": "PS3_8_JR2" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1584.14, - "y": 681.05 + "height": 0.0185, + "width": 0.0104, + "x": 0.8563, + "y": 0.6306 }, "props": { "params": { @@ -4041,10 +4041,10 @@ "name": "PS3_8_JR1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1579.33, - "y": 625.97 + "height": 0.0185, + "width": 0.0104, + "x": 0.8537, + "y": 0.5796 }, "props": { "params": { @@ -4074,10 +4074,10 @@ "name": "PS3_10_JR2" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1724, - "y": 674.14 + "height": 0.0185, + "width": 0.0104, + "x": 0.9319, + "y": 0.6242 }, "props": { "params": { @@ -4107,10 +4107,10 @@ "name": "PS3_10_JR1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1719.56, - "y": 628.02 + "height": 0.0185, + "width": 0.0104, + "x": 0.9295, + "y": 0.5815 }, "props": { "params": { @@ -4140,10 +4140,10 @@ "name": "UL14_1_SIO1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 303.21, - "y": 561.06 + "height": 0.0185, + "width": 0.0104, + "x": 0.1639, + "y": 0.5195 }, "props": { "params": { @@ -4173,10 +4173,10 @@ "name": "UL14_2_SIO1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 323.93, - "y": 467.86 + "height": 0.0185, + "width": 0.0104, + "x": 0.1751, + "y": 0.4332 }, "props": { "params": { @@ -4206,10 +4206,10 @@ "name": "UL14_3_SIO1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 322.64, - "y": 421.31 + "height": 0.0185, + "width": 0.0104, + "x": 0.1744, + "y": 0.3901 }, "props": { "params": { @@ -4239,10 +4239,10 @@ "name": "UL14_4_SIO1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 322.08, - "y": 379.62 + "height": 0.0185, + "width": 0.0104, + "x": 0.1741, + "y": 0.3515 }, "props": { "params": { @@ -4272,10 +4272,10 @@ "name": "UL15_1_SIO1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 75.85, - "y": 498.96 + "height": 0.0185, + "width": 0.0104, + "x": 0.041, + "y": 0.462 }, "props": { "params": { @@ -4305,10 +4305,10 @@ "name": "UL15_2_SIO1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 75.85, - "y": 423.14 + "height": 0.0185, + "width": 0.0104, + "x": 0.041, + "y": 0.3918 }, "props": { "params": { @@ -4338,10 +4338,10 @@ "name": "UL15_3_SIO1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 124.13, - "y": 414.4 + "height": 0.0185, + "width": 0.0104, + "x": 0.0671, + "y": 0.3837 }, "props": { "params": { @@ -4371,10 +4371,10 @@ "name": "UL15_4_SIO1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 165.57, - "y": 388.8 + "height": 0.0185, + "width": 0.0104, + "x": 0.0895, + "y": 0.36 }, "props": { "params": { @@ -4404,10 +4404,10 @@ "name": "UL15_5_SIO1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 210.9, - "y": 338.15 + "height": 0.0185, + "width": 0.0104, + "x": 0.114, + "y": 0.3131 }, "props": { "params": { @@ -4437,10 +4437,10 @@ "name": "UL14_5_SIO1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 360.56, - "y": 332.75 + "height": 0.0185, + "width": 0.0104, + "x": 0.1949, + "y": 0.3081 }, "props": { "params": { @@ -4470,10 +4470,10 @@ "name": "PS3_1_SIO1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 506.16, - "y": 333.07 + "height": 0.0185, + "width": 0.0104, + "x": 0.2736, + "y": 0.3084 }, "props": { "params": { @@ -4503,10 +4503,10 @@ "name": "PS3_2_SIO1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 658.41, - "y": 331.34 + "height": 0.0185, + "width": 0.0104, + "x": 0.3559, + "y": 0.3068 }, "props": { "params": { @@ -4536,10 +4536,10 @@ "name": "PS3_3_SIO1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1358.26, - "y": 333.07 + "height": 0.0185, + "width": 0.0104, + "x": 0.7342, + "y": 0.3084 }, "props": { "params": { @@ -4569,10 +4569,10 @@ "name": "PS3_4_SIO1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1462.41, - "y": 335.23 + "height": 0.0185, + "width": 0.0104, + "x": 0.7905, + "y": 0.3104 }, "props": { "params": { @@ -4602,10 +4602,10 @@ "name": "PS3_5_SIO1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1533.08, - "y": 454.9 + "height": 0.0185, + "width": 0.0104, + "x": 0.8287, + "y": 0.4212 }, "props": { "params": { @@ -4635,10 +4635,10 @@ "name": "PS3_6_SIO1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1531.6, - "y": 562.9 + "height": 0.0185, + "width": 0.0104, + "x": 0.8279, + "y": 0.5212 }, "props": { "params": { @@ -4668,10 +4668,10 @@ "name": "PS3_7_SIO1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1545.85, - "y": 610.74 + "height": 0.0185, + "width": 0.0104, + "x": 0.8356, + "y": 0.5655 }, "props": { "params": { @@ -4701,10 +4701,10 @@ "name": "PS3_8_SIO1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1606.34, - "y": 606.74 + "height": 0.0185, + "width": 0.0104, + "x": 0.8683, + "y": 0.5618 }, "props": { "params": { @@ -4734,10 +4734,10 @@ "name": "PS3_9AL_SIO1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1645.01, - "y": 608.8 + "height": 0.0185, + "width": 0.0104, + "x": 0.8892, + "y": 0.5637 }, "props": { "params": { @@ -4767,10 +4767,10 @@ "name": "PS3_9B_SIO1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1681.82, - "y": 606.96 + "height": 0.0185, + "width": 0.0104, + "x": 0.9091, + "y": 0.562 }, "props": { "params": { @@ -4800,10 +4800,10 @@ "name": "PS3_11_SIO1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1775.98, - "y": 609.34 + "height": 0.0185, + "width": 0.0104, + "x": 0.96, + "y": 0.5642 }, "props": { "params": { @@ -4833,10 +4833,10 @@ "name": "PS3_10_SIO1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1742.13, - "y": 607.93 + "height": 0.0185, + "width": 0.0104, + "x": 0.9417, + "y": 0.5629 }, "props": { "params": { @@ -4866,10 +4866,10 @@ "name": "MCM01" }, "position": { - "height": 23.98, - "width": 29.97, - "x": 427.9, - "y": 401.98 + "height": 0.0222, + "width": 0.0162, + "x": 0.2313, + "y": 0.3722 }, "props": { "params": { @@ -4899,10 +4899,10 @@ "name": "PS3_1_DPM1" }, "position": { - "height": 22.03, - "width": 28.86, - "x": 259.74, - "y": 273.13 + "height": 0.0204, + "width": 0.0156, + "x": 0.1404, + "y": 0.2529 }, "props": { "params": { @@ -4932,10 +4932,10 @@ "name": "PS3_5_DPM1" }, "position": { - "height": 30.02, - "width": 28.86, - "x": 1541.22, - "y": 374.98 + "height": 0.0278, + "width": 0.0156, + "x": 0.8331, + "y": 0.3472 }, "props": { "params": { @@ -4965,10 +4965,10 @@ "name": "PDP01_FIOM1" }, "position": { - "height": 24.95, - "width": 24.05, - "x": 1355.67, - "y": 384.05 + "height": 0.0231, + "width": 0.013, + "x": 0.7328, + "y": 0.3556 }, "props": { "params": { @@ -4999,10 +4999,10 @@ "name": "PS3_1_BCN3_A" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 402.93, - "y": 339.98 + "height": 0.0185, + "width": 0.0104, + "x": 0.2178, + "y": 0.3148 }, "props": { "params": { @@ -5033,13 +5033,13 @@ "name": "PS3_6_TPE1" }, "position": { - "height": 24.95, + "height": 0.0231, "rotate": { "angle": "180deg" }, - "width": 52.91, - "x": 1490.53, - "y": 598.86 + "width": 0.0286, + "x": 0.8057, + "y": 0.5545 }, "props": { "params": { @@ -5108,6 +5108,7 @@ } }, "props": { + "mode": "percent", "style": { "overflow": "visible" } diff --git a/.resources/34aec70aee6dfa6fa02de70c746e05fa8b93403ebfe432c1def890c0b1fd221b b/.resources/34aec70aee6dfa6fa02de70c746e05fa8b93403ebfe432c1def890c0b1fd221b new file mode 100644 index 00000000..74c3daaf --- /dev/null +++ b/.resources/34aec70aee6dfa6fa02de70c746e05fa8b93403ebfe432c1def890c0b1fd221b @@ -0,0 +1,575 @@ +{ + "custom": { + "color": "#C2C2C2", + "priority": "No Active Alarms", + "state": "Closed" + }, + "params": { + "demoColor": -1, + "tagProps": [ + "System/MCM02/Scanner/S03", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "propConfig": { + "custom.color": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "0": "{view.params.tagProps[0]}", + "fc": "{session.custom.fc}" + }, + "tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Color" + }, + "transforms": [ + { + "expression": "if(\r\n {view.params.demoColor} \u003e\u003d 0,\r\n {view.params.demoColor},\r\n coalesce({value}, 0)\r\n)\r\n", + "type": "expression" + }, + { + "fallback": "#000000", + "inputType": "scalar", + "mappings": [ + { + "input": 0, + "output": "#C2C2C2" + }, + { + "input": 1, + "output": "#FF0000" + }, + { + "input": 2, + "output": "#FFA500" + }, + { + "input": 3, + "output": "#0008FF" + }, + { + "input": 4, + "output": "#00FF00" + }, + { + "input": 5, + "output": "#FFF700" + }, + { + "input": 6, + "output": "#87CEEB" + }, + { + "input": 7, + "output": "#90EE90" + }, + { + "input": 8, + "output": "#964B00" + }, + { + "input": 9, + "output": "#FFFFFF" + }, + { + "input": 10, + "output": "#000000" + }, + { + "input": 11, + "output": "#8B0000" + }, + { + "input": 12, + "output": "#808080" + }, + { + "input": 13, + "output": "#8B8000" + }, + { + "input": 14, + "output": "#006400" + }, + { + "input": 15, + "output": "#FFFFC5" + }, + { + "input": 16, + "output": "#00008B" + }, + { + "input": 17, + "output": "#FF7276" + }, + { + "input": 18, + "output": "#556B2F" + }, + { + "input": 19, + "output": "#B43434" + }, + { + "input": 20, + "output": "#4682B4" + }, + { + "input": 21, + "output": "#FFD700" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "tag" + }, + "persistent": true + }, + "custom.priority": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "0": "{view.params.tagProps[0]}", + "fc": "{session.custom.fc}" + }, + "tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Priority" + }, + "transforms": [ + { + "expression": "coalesce({value},{view.params.forceFaultStatus},0)", + "type": "expression" + }, + { + "fallback": null, + "inputType": "scalar", + "mappings": [ + { + "input": 0, + "output": "No Active Alarms" + }, + { + "input": 1, + "output": "High" + }, + { + "input": 2, + "output": "Medium" + }, + { + "input": 3, + "output": "Low" + }, + { + "input": 4, + "output": "Diagnostic" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "tag" + }, + "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},{view.params.forceFaultStatus},0)", + "type": "expression" + }, + { + "fallback": "Unknown", + "inputType": "scalar", + "mappings": [ + { + "input": 0, + "output": "Closed" + }, + { + "input": 1, + "output": "Actuated" + }, + { + "input": 2, + "output": "Communication Faulted" + }, + { + "input": 3, + "output": "Conveyor Running In Maintenance Mode" + }, + { + "input": 4, + "output": "Disabled" + }, + { + "input": 5, + "output": "Disconnected" + }, + { + "input": 6, + "output": "Stopped" + }, + { + "input": 7, + "output": "Enabled Not Running" + }, + { + "input": 8, + "output": "Encoder Fault" + }, + { + "input": 9, + "output": "Energy Management" + }, + { + "input": 10, + "output": "ESTOP Was Actuated" + }, + { + "input": 11, + "output": "EStopped" + }, + { + "input": 12, + "output": "EStopped Locally" + }, + { + "input": 13, + "output": "Extended Faulted" + }, + { + "input": 14, + "output": "Full" + }, + { + "input": 15, + "output": "Gaylord Start Pressed" + }, + { + "input": 16, + "output": "Jam Fault" + }, + { + "input": 17, + "output": "Jammed" + }, + { + "input": 18, + "output": "Loading Allowed" + }, + { + "input": 19, + "output": "Loading Not Allowed" + }, + { + "input": 20, + "output": "Low Air Pressure Fault Was Present" + }, + { + "input": 21, + "output": "Maintenance Mode" + }, + { + "input": 22, + "output": "Conveyor Stopped In Maintenance Mode" + }, + { + "input": 23, + "output": "Motor Faulted" + }, + { + "input": 24, + "output": "Motor Was Faulted" + }, + { + "input": 25, + "output": "Normal" + }, + { + "input": 26, + "output": "Off Inactive" + }, + { + "input": 27, + "output": "Open" + }, + { + "input": 28, + "output": "PLC Ready To Run" + }, + { + "input": 29, + "output": "Package Release Pressed" + }, + { + "input": 30, + "output": "Power Branch Was Faulted" + }, + { + "input": 31, + "output": "Pressed" + }, + { + "input": 32, + "output": "Ready To Receive" + }, + { + "input": 33, + "output": "Running" + }, + { + "input": 34, + "output": "Started" + }, + { + "input": 35, + "output": "Stopped" + }, + { + "input": 36, + "output": "System Started" + }, + { + "input": 37, + "output": "Unknown" + }, + { + "input": 38, + "output": "VFD Fault" + }, + { + "input": 39, + "output": "Conveyor Running In Power Saving Mode" + }, + { + "input": 40, + "output": "Conveyor Jogging In Maintenance Mode" + }, + { + "input": 41, + "output": "VFD Reset Required" + }, + { + "input": 42, + "output": "Jam Reset Push Button Pressed" + }, + { + "input": 43, + "output": "Start Push Button Pressed" + }, + { + "input": 44, + "output": "Stop Push Button Pressed" + }, + { + "input": 45, + "output": "No Container" + }, + { + "input": 46, + "output": "Ready To Be Enabled" + }, + { + "input": 47, + "output": "Half Full" + }, + { + "input": 48, + "output": "Enabled" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "tag" + }, + "persistent": true + }, + "params.demoColor": { + "paramDirection": "input", + "persistent": true + }, + "params.tagProps": { + "paramDirection": "inout", + "persistent": true + } + }, + "props": { + "defaultSize": { + "height": 47, + "width": 68 + } + }, + "root": { + "children": [ + { + "meta": { + "name": "scanner" + }, + "position": { + "height": 1, + "width": 1 + }, + "propConfig": { + "props.elements[3].fill.paint": { + "binding": { + "config": { + "path": "view.custom.color" + }, + "type": "property" + } + } + }, + "props": { + "elements": [ + { + "id": "defs3", + "name": "defs3", + "type": "defs" + }, + { + "d": "M 12.414439,21.622269 A 10,10 0 0 1 3.6989343,16.637386 10,10 0 0 1 3.7050549,6.5970154 10,10 0 0 1 12.426631,1.6227621", + "fill": { + "paint": "transparent" + }, + "id": "circle2", + "name": "circle2", + "stroke": { + "paint": "#000000", + "width": "2" + }, + "type": "path" + }, + { + "d": "m 12.613908,2.4818261 c 6.942674,2.0834521 13.885347,6.0484566 20.828021,9.0726849 -6.945981,3.064219 -13.756047,6.450542 -20.837943,9.220277 l 0.0095,1.573493 C 20.634274,19.516759 28.443167,15.021636 36.358007,11.377844 28.442954,7.8932966 21.08348,3.5675692 12.628474,0.8929519 Z", + "fill": { + "opacity": "1", + "paint": "#000000" + }, + "id": "path1", + "name": "path1", + "stroke": { + "paint": "#000000", + "width": "0.4" + }, + "type": "path" + }, + { + "d": "M 12.389032,20.647726 C 6.9023213,20.490828 3.0753636,16.369847 3.0567874,11.653611 3.038211,6.9373755 6.5424269,3.1052388 12.194672,2.492415 m 0.189184,18.176827 -0.200534,-18.1942153 3.376452,1.1997941 4.395729,1.769738 13.626819,6.0452262 -15.195971,6.684943 z", + "fill": { + "opacity": "1" + }, + "id": "path3", + "name": "path3", + "stroke": { + "paint": "#000000", + "width": "0" + }, + "type": "path" + } + ], + "viewBox": "0 0 38 24" + }, + "type": "ia.shapes.svg" + } + ], + "events": { + "dom": { + "onClick": { + "config": { + "script": "\t#create tags lists for the device\n\tprops \u003d self.view.params.tagProps\n\ttags_table_dataset \u003d autStand.devices.getAllTags(self, props[0])\n\tsystem.perspective.openDock(\u0027Docked-East-Device\u0027,params\u003d{\u0027tagProps\u0027:props, \"tags\":tags_table_dataset})" + }, + "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": "High", + "output": "Alarms-Styles/High" + }, + { + "input": "Medium", + "output": "Alarms-Styles/Medium" + }, + { + "input": "Low", + "output": "Alarms-Styles/Low" + }, + { + "input": "Diagnostic", + "output": "Alarms-Styles/Diagnostic" + } + ], + "outputType": "style-list", + "type": "map" + } + ], + "type": "expr" + } + }, + "meta.tooltip.text": { + "binding": { + "config": { + "expression": "if(\n {view.custom.state} !\u003d \"Closed\",\n \"Source Id: \" + {view.params.tagProps[0]} + \", Priority: \" + {view.custom.priority} + \", State: \" + {view.custom.state},\n \"Device Disconnected\"\n)\n" + }, + "type": "expr" + } + } + }, + "props": { + "aspectRatio": "68:47", + "mode": "percent", + "style": { + "cursor": "pointer", + "overflow": "hidden" + } + }, + "type": "ia.container.coord" + } +} \ No newline at end of file diff --git a/.resources/37c8a197425d7d4cd257b579f6ba7ffd25ead2f4afff15a8f4fa8263009c4a4f b/.resources/37c8a197425d7d4cd257b579f6ba7ffd25ead2f4afff15a8f4fa8263009c4a4f new file mode 100644 index 00000000..8032ce15 Binary files /dev/null and b/.resources/37c8a197425d7d4cd257b579f6ba7ffd25ead2f4afff15a8f4fa8263009c4a4f differ diff --git a/.resources/405969fb6d682e94f43c2e62425e9b01f0ef650148cf9c708c4a78d9d02af242 b/.resources/405969fb6d682e94f43c2e62425e9b01f0ef650148cf9c708c4a78d9d02af242 deleted file mode 100644 index 6af589a8..00000000 Binary files a/.resources/405969fb6d682e94f43c2e62425e9b01f0ef650148cf9c708c4a78d9d02af242 and /dev/null differ diff --git a/.resources/445fa9e14c1d622c1c22643a887e793074b58251c7a5ab6a003a84cf1935f16a b/.resources/445fa9e14c1d622c1c22643a887e793074b58251c7a5ab6a003a84cf1935f16a new file mode 100644 index 00000000..f5a16709 --- /dev/null +++ b/.resources/445fa9e14c1d622c1c22643a887e793074b58251c7a5ab6a003a84cf1935f16a @@ -0,0 +1,521 @@ +{ + "custom": { + "color": "#C2C2C2", + "priority": "No Active Alarms", + "state": "Closed" + }, + "params": { + "demoColor": -1, + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "propConfig": { + "custom.color": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "0": "{view.params.tagProps[0]}", + "fc": "{session.custom.fc}" + }, + "tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Color" + }, + "transforms": [ + { + "expression": "if(\r\n {view.params.demoColor} \u003e\u003d 0,\r\n {view.params.demoColor},\r\n coalesce({value}, 0)\r\n)\r\n", + "type": "expression" + }, + { + "fallback": "#000000", + "inputType": "scalar", + "mappings": [ + { + "input": 0, + "output": "#C2C2C2" + }, + { + "input": 1, + "output": "#FF0000" + }, + { + "input": 2, + "output": "#FFA500" + }, + { + "input": 3, + "output": "#0008FF" + }, + { + "input": 4, + "output": "#00FF00" + }, + { + "input": 5, + "output": "#FFF700" + }, + { + "input": 6, + "output": "#87CEEB" + }, + { + "input": 7, + "output": "#90EE90" + }, + { + "input": 8, + "output": "#964B00" + }, + { + "input": 9, + "output": "#FFFFFF" + }, + { + "input": 10, + "output": "#000000" + }, + { + "input": 11, + "output": "#8B0000" + }, + { + "input": 12, + "output": "#808080" + }, + { + "input": 13, + "output": "#8B8000" + }, + { + "input": 14, + "output": "#006400" + }, + { + "input": 15, + "output": "#FFFFC5" + }, + { + "input": 16, + "output": "#00008B" + }, + { + "input": 17, + "output": "#FF7276" + }, + { + "input": 18, + "output": "#556B2F" + }, + { + "input": 19, + "output": "#B43434" + }, + { + "input": 20, + "output": "#4682B4" + }, + { + "input": 21, + "output": "#FFD700" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "tag" + }, + "persistent": true + }, + "custom.priority": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "0": "{view.params.tagProps[0]}", + "fc": "{session.custom.fc}" + }, + "tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Priority" + }, + "transforms": [ + { + "expression": "coalesce({value},0)", + "type": "expression" + }, + { + "fallback": null, + "inputType": "scalar", + "mappings": [ + { + "input": 0, + "output": "No Active Alarms" + }, + { + "input": 1, + "output": "High" + }, + { + "input": 2, + "output": "Medium" + }, + { + "input": 3, + "output": "Low" + }, + { + "input": 4, + "output": "Diagnostic" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "tag" + }, + "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": "Unknown", + "inputType": "scalar", + "mappings": [ + { + "input": 0, + "output": "Closed" + }, + { + "input": 1, + "output": "Actuated" + }, + { + "input": 2, + "output": "Communication Faulted" + }, + { + "input": 3, + "output": "Conveyor Running In Maintenance Mode" + }, + { + "input": 4, + "output": "Disabled" + }, + { + "input": 5, + "output": "Disconnected" + }, + { + "input": 6, + "output": "Stopped" + }, + { + "input": 7, + "output": "Enabled Not Running" + }, + { + "input": 8, + "output": "Encoder Fault" + }, + { + "input": 9, + "output": "Energy Management" + }, + { + "input": 10, + "output": "ESTOP Was Actuated" + }, + { + "input": 11, + "output": "EStopped" + }, + { + "input": 12, + "output": "EStopped Locally" + }, + { + "input": 13, + "output": "Extended Faulted" + }, + { + "input": 14, + "output": "Full" + }, + { + "input": 15, + "output": "Gaylord Start Pressed" + }, + { + "input": 16, + "output": "Jam Fault" + }, + { + "input": 17, + "output": "Jammed" + }, + { + "input": 18, + "output": "Loading Allowed" + }, + { + "input": 19, + "output": "Loading Not Allowed" + }, + { + "input": 20, + "output": "Low Air Pressure Fault Was Present" + }, + { + "input": 21, + "output": "Maintenance Mode" + }, + { + "input": 22, + "output": "Conveyor Stopped In Maintenance Mode" + }, + { + "input": 23, + "output": "Motor Faulted" + }, + { + "input": 24, + "output": "Motor Was Faulted" + }, + { + "input": 25, + "output": "Normal" + }, + { + "input": 26, + "output": "Off Inactive" + }, + { + "input": 27, + "output": "Open" + }, + { + "input": 28, + "output": "PLC Ready To Run" + }, + { + "input": 29, + "output": "Package Release Pressed" + }, + { + "input": 30, + "output": "Power Branch Was Faulted" + }, + { + "input": 31, + "output": "Pressed" + }, + { + "input": 32, + "output": "Ready To Receive" + }, + { + "input": 33, + "output": "Running" + }, + { + "input": 34, + "output": "Started" + }, + { + "input": 35, + "output": "Stopped" + }, + { + "input": 36, + "output": "System Started" + }, + { + "input": 37, + "output": "Unknown" + }, + { + "input": 38, + "output": "VFD Fault" + }, + { + "input": 39, + "output": "Conveyor Running In Power Saving Mode" + }, + { + "input": 40, + "output": "Conveyor Jogging In Maintenance Mode" + }, + { + "input": 41, + "output": "VFD Reset Required" + }, + { + "input": 42, + "output": "Jam Reset Push Button Pressed" + }, + { + "input": 43, + "output": "Start Push Button Pressed" + }, + { + "input": 44, + "output": "Stop Push Button Pressed" + }, + { + "input": 45, + "output": "No Container" + }, + { + "input": 46, + "output": "Ready To Be Enabled" + }, + { + "input": 47, + "output": "Half Full" + }, + { + "input": 48, + "output": "Enabled" + }, + { + "input": 49, + "output": "Tipper Faulted" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "tag" + }, + "persistent": true + }, + "params.demoColor": { + "paramDirection": "input", + "persistent": true + }, + "params.tagProps": { + "paramDirection": "input", + "persistent": true + } + }, + "props": { + "defaultSize": { + "height": 50, + "width": 50 + } + }, + "root": { + "children": [ + { + "meta": { + "name": "drawing" + }, + "position": { + "height": 1, + "width": 1 + }, + "propConfig": { + "props.elements[1].fill.paint": { + "binding": { + "config": { + "path": "view.custom.color" + }, + "type": "property" + } + } + }, + "props": { + "elements": [ + { + "id": "defs1", + "name": "defs1", + "type": "defs" + }, + { + "fill": {}, + "height": "100%", + "id": "rect1", + "name": "rect1", + "stroke": { + "paint": "#000000", + "width": "0" + }, + "type": "rect", + "width": "100%", + "x": 0, + "y": "0" + } + ], + "preserveAspectRatio": "none", + "viewBox": "0 0 50 50" + }, + "type": "ia.shapes.svg" + } + ], + "events": { + "dom": { + "onClick": { + "config": { + "script": "\t#create devices and tags lists for the conveyor\n\tprops \u003d self.view.params.tagProps[0]\n\tautStand.devices.build_device_mapping(props)\n\tdevice_table_dataset \u003d autStand.devices.build_device_table(self)\n\ttags_table_dataset \u003d autStand.devices.getAllTags(self, props)\n\tsystem.perspective.openDock(\u0027Docked-East-Conv\u0027,params\u003d{\u0027tagProps\u0027:self.view.params.tagProps, \"devices\": device_table_dataset, \"tags\":tags_table_dataset})" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "root", + "tooltip": { + "enabled": true + } + }, + "position": { + "x": 0, + "y": 0 + }, + "propConfig": { + "meta.tooltip.text": { + "binding": { + "config": { + "expression": "if(\n {view.custom.state} !\u003d \"Closed\",\n \"Source Id: \" + {view.params.tagProps[0]} + \", Priority: \" + {view.custom.priority} + \", State: \" + {view.custom.state},\n \"Device Disconnected\"\n)\n" + }, + "type": "expr" + } + } + }, + "props": { + "mode": "percent", + "style": { + "borderStyle": "solid", + "cursor": "pointer" + } + }, + "type": "ia.container.coord" + } +} \ No newline at end of file diff --git a/.resources/2fa027c6b1def7f56edd1ae7e525ce968af720a02c0a6647c262461641169f6f b/.resources/4fc4b2e57bd3cdada6f389ab367552fcb88f6a11d36f6d212d84814db31a0f4e similarity index 96% rename from .resources/2fa027c6b1def7f56edd1ae7e525ce968af720a02c0a6647c262461641169f6f rename to .resources/4fc4b2e57bd3cdada6f389ab367552fcb88f6a11d36f6d212d84814db31a0f4e index cca3947a..a9f54568 100644 --- a/.resources/2fa027c6b1def7f56edd1ae7e525ce968af720a02c0a6647c262461641169f6f +++ b/.resources/4fc4b2e57bd3cdada6f389ab367552fcb88f6a11d36f6d212d84814db31a0f4e @@ -4,6 +4,7 @@ "priority": "No Active Alarms" }, "params": { + "demoColor": -1, "tagProps": [ "System/MCM01/VFD/UL14_1_VFD1", "value", @@ -95,7 +96,7 @@ }, "transforms": [ { - "expression": "coalesce({value},0)", + "expression": "if(\r\n {view.params.demoColor} \u003e\u003d 0,\r\n {view.params.demoColor},\r\n coalesce({value}, 0)\r\n)\r\n", "type": "expression" }, { @@ -130,6 +131,10 @@ "type": "tag" } }, + "params.demoColor": { + "paramDirection": "input", + "persistent": true + }, "params.tagProps": { "paramDirection": "input", "persistent": true diff --git a/.resources/54cbacceb99ac867b544a82957994281bed32d59a81920177ec8654575a63dba b/.resources/54cbacceb99ac867b544a82957994281bed32d59a81920177ec8654575a63dba new file mode 100644 index 00000000..762869e2 --- /dev/null +++ b/.resources/54cbacceb99ac867b544a82957994281bed32d59a81920177ec8654575a63dba @@ -0,0 +1,3926 @@ +{ + "custom": {}, + "params": {}, + "props": { + "defaultSize": { + "height": 1080, + "width": 1920 + } + }, + "root": { + "children": [ + { + "children": [ + { + "children": [ + { + "meta": { + "name": "Label_30" + }, + "position": { + "height": 25, + "width": 50, + "x": 175, + "y": 110 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "center" + }, + "text": "ON" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_31" + }, + "position": { + "height": 25, + "width": 50, + "x": 175, + "y": 180 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "center" + }, + "text": "ON" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_32" + }, + "position": { + "height": 25, + "width": 50, + "x": 175, + "y": 145 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "center" + }, + "text": "ON" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_29" + }, + "position": { + "height": 25, + "width": 50, + "x": 175, + "y": 75 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "center" + }, + "text": "ON" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_15" + }, + "position": { + "height": 25, + "width": "auto", + "x": 118, + "y": 75 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "center" + }, + "text": "Red" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_16" + }, + "position": { + "height": 25, + "width": "auto", + "x": 116.5, + "y": 110 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "center" + }, + "text": "Blue" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_17" + }, + "position": { + "height": 25, + "width": "auto", + "x": 109, + "y": 145 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "center" + }, + "text": "Amber" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_18" + }, + "position": { + "height": 25, + "width": "auto", + "x": 110.5, + "y": 180 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "center" + }, + "text": "Green" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_14" + }, + "position": { + "height": 25, + "width": 50, + "x": 107.5, + "y": 40 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "center" + }, + "text": "Horn" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_28" + }, + "position": { + "height": 25, + "width": 50, + "x": 175, + "y": 40 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "center" + }, + "text": "ON" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_23" + }, + "position": { + "height": 25, + "width": 50, + "x": 40, + "y": 40 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "center" + }, + "text": "OFF" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_24" + }, + "position": { + "height": 25, + "width": 50, + "x": 40, + "y": 75 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "center" + }, + "text": "OFF" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_25" + }, + "position": { + "height": 25, + "width": 50, + "x": 40, + "y": 110 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "center" + }, + "text": "OFF" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_26" + }, + "position": { + "height": 25, + "width": 50, + "x": 40, + "y": 180 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "center" + }, + "text": "OFF" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_27" + }, + "position": { + "height": 25, + "width": 50, + "x": 40, + "y": 145 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "center" + }, + "text": "OFF" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_44" + }, + "position": { + "height": 25, + "width": 86 + }, + "props": { + "style": { + "color": "#000000", + "fontFamily": "Arial", + "fontSize": 18, + "fontWeight": "bold", + "textAlign": "left", + "textDecoration": "underline" + }, + "text": "Beacons" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Beacon" + }, + "position": { + "height": 25, + "width": 25, + "x": 240, + "y": 75 + }, + "props": { + "params": { + "demoColor": 1, + "tagProps": [ + "R", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_0" + }, + "position": { + "height": 25, + "width": 25, + "x": 240, + "y": 40 + }, + "props": { + "params": { + "demoColor": 12, + "tagProps": [ + "H", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_1" + }, + "position": { + "height": 25, + "width": 25, + "y": 40 + }, + "props": { + "params": { + "demoColor": -1, + "tagProps": [ + "H", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_2" + }, + "position": { + "height": 25, + "width": 25, + "y": 75 + }, + "props": { + "params": { + "demoColor": -1, + "tagProps": [ + "R", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_3" + }, + "position": { + "height": 25, + "width": 25, + "y": 145 + }, + "props": { + "params": { + "demoColor": -1, + "tagProps": [ + "A", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_4" + }, + "position": { + "height": 25, + "width": 25, + "y": 110 + }, + "props": { + "params": { + "demoColor": -1, + "tagProps": [ + "System/MCM02/Beacon/S03_CH115_BCN1_B", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_6" + }, + "position": { + "height": 25, + "width": 25, + "y": 180 + }, + "props": { + "params": { + "demoColor": -1, + "tagProps": [ + "G", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_5" + }, + "position": { + "height": 25, + "width": 25, + "x": 240, + "y": 110 + }, + "props": { + "params": { + "demoColor": 3, + "tagProps": [ + "System/MCM02/Beacon/S03_CH115_BCN1_B", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_7" + }, + "position": { + "height": 25, + "width": 25, + "x": 240, + "y": 145 + }, + "props": { + "params": { + "demoColor": 2, + "tagProps": [ + "A", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_8" + }, + "position": { + "height": 25, + "width": 25, + "x": 240, + "y": 180 + }, + "props": { + "params": { + "demoColor": 4, + "tagProps": [ + "G", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Label_33" + }, + "position": { + "height": 25, + "width": "auto", + "x": 280, + "y": 40 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16 + }, + "text": "Starting" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_22" + }, + "position": { + "height": 25, + "width": 130, + "x": 280, + "y": 75 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16 + }, + "text": "E-Stop or Faulted" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_21" + }, + "position": { + "height": 25, + "width": 130, + "x": 280, + "y": 110 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16 + }, + "text": "Full" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_19" + }, + "position": { + "height": 25, + "width": 130, + "x": 280, + "y": 145 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16 + }, + "text": "Jammed" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_20" + }, + "position": { + "height": 25, + "width": 130, + "x": 280, + "y": 180 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16 + }, + "text": "Running" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_34" + }, + "position": { + "height": 25, + "width": 177, + "x": 280, + "y": 215 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16 + }, + "text": "Anti-Gridlock Mode" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Beacon_9" + }, + "position": { + "height": 25, + "width": 25, + "x": 240, + "y": 215 + }, + "props": { + "params": { + "demoColor": 17, + "tagProps": [ + "P", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Label_35" + }, + "position": { + "height": 25, + "width": 50, + "x": 175, + "y": 215 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "center" + }, + "text": "ON" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_36" + }, + "position": { + "height": 25, + "width": "auto", + "x": 112, + "y": 215 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "center" + }, + "text": "Purple" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_37" + }, + "position": { + "height": 25, + "width": 50, + "x": 40, + "y": 215 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "center" + }, + "text": "OFF" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Beacon_10" + }, + "position": { + "height": 25, + "width": 25, + "y": 215 + }, + "props": { + "params": { + "demoColor": -1, + "tagProps": [ + "P", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + } + ], + "meta": { + "name": "Beacons" + }, + "position": { + "height": 378.54, + "width": 575.99, + "x": 15.36, + "y": 700.81 + }, + "type": "ia.container.coord" + }, + { + "children": [ + { + "meta": { + "name": "Label_15" + }, + "position": { + "height": 25, + "width": 50, + "x": 75, + "y": 75 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "Fault" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_14" + }, + "position": { + "height": 25, + "width": 50, + "x": 75, + "y": 40 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "OK" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_44" + }, + "position": { + "height": 25, + "width": 101 + }, + "props": { + "style": { + "color": "#000000", + "fontFamily": "Arial", + "fontSize": 18, + "fontWeight": "bold", + "textAlign": "left", + "textDecoration": "underline" + }, + "text": "EIP Status" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "EIP_OK" + }, + "position": { + "height": 25, + "width": 60, + "y": 40 + }, + "props": { + "params": { + "Color": 10, + "Font-size": 14, + "Text": "EIP", + "Visibility": true + }, + "path": "Templates/Help/EIP" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "EIP_Fault" + }, + "position": { + "height": 25, + "width": 60, + "y": 75 + }, + "props": { + "params": { + "Color": 1, + "Font-size": 14, + "Text": "EIP", + "Visibility": true + }, + "path": "Templates/Help/EIP" + }, + "type": "ia.display.view" + } + ], + "meta": { + "name": "EIP Status" + }, + "position": { + "height": 162, + "width": 148.8, + "x": 707.12, + "y": 862.6 + }, + "type": "ia.container.coord" + }, + { + "children": [ + { + "meta": { + "name": "Label_15" + }, + "position": { + "height": 25, + "width": 50, + "x": 40, + "y": 75 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "Fault" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_14" + }, + "position": { + "height": 25, + "width": 50, + "x": 40, + "y": 40 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "OK" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_44" + }, + "position": { + "height": 25, + "width": 141 + }, + "props": { + "style": { + "color": "#000000", + "fontFamily": "Arial", + "fontSize": 18, + "fontWeight": "bold", + "textAlign": "center", + "textDecoration": "underline" + }, + "text": "Encoder Status" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Encoder_OK" + }, + "position": { + "height": 25, + "width": 25, + "y": 40 + }, + "props": { + "params": { + "Color": 10, + "Visibility": true + }, + "path": "Templates/Help/Encoder" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Encoder_Fault" + }, + "position": { + "height": 25, + "width": 25, + "y": 75 + }, + "props": { + "params": { + "Color": 1, + "Visibility": true + }, + "path": "Templates/Help/Encoder" + }, + "type": "ia.display.view" + } + ], + "meta": { + "name": "Encoder Status" + }, + "position": { + "height": 270, + "width": 214.27, + "x": 998.96, + "y": 701.24 + }, + "type": "ia.container.coord" + }, + { + "children": [ + { + "meta": { + "name": "Label_15" + }, + "position": { + "height": 25, + "width": 50, + "x": 75, + "y": 74.99 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "Fault" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_14" + }, + "position": { + "height": 25, + "width": 50, + "x": 75, + "y": 40.01 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "OK" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_44" + }, + "position": { + "height": 25, + "width": 141 + }, + "props": { + "style": { + "color": "#000000", + "fontFamily": "Arial", + "fontSize": 18, + "fontWeight": "bold", + "textAlign": "center", + "textDecoration": "underline" + }, + "text": "Scanner Status" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Scanner_OK" + }, + "position": { + "height": 50.01, + "rotate": { + "angle": 270 + }, + "width": 25, + "x": 12.5, + "y": 26.99 + }, + "props": { + "params": { + "Color": 10, + "Visibility": true + }, + "path": "Templates/Help/Scanner" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Scanner_Fault" + }, + "position": { + "height": 50.01, + "rotate": { + "angle": 270 + }, + "width": 25, + "x": 13, + "y": 62 + }, + "props": { + "params": { + "Color": 1, + "Visibility": true + }, + "path": "Templates/Help/Scanner" + }, + "type": "ia.display.view" + } + ], + "meta": { + "name": "Scanner Status" + }, + "position": { + "height": 146.34, + "width": 167.23, + "x": 997.42, + "y": 859.57 + }, + "type": "ia.container.coord" + }, + { + "children": [ + { + "meta": { + "name": "Label_15" + }, + "position": { + "height": 25, + "width": 50, + "x": 75, + "y": 75 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "Fault" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_14" + }, + "position": { + "height": 25, + "width": 50, + "x": 75, + "y": 40 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "OK" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_44" + }, + "position": { + "height": 25, + "width": 101 + }, + "props": { + "style": { + "color": "#000000", + "fontFamily": "Arial", + "fontSize": 18, + "fontWeight": "bold", + "textAlign": "center", + "textDecoration": "underline" + }, + "text": "CP Status" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "MCP_OK" + }, + "position": { + "height": 25, + "width": 60, + "y": 40 + }, + "props": { + "params": { + "Color": 10, + "Visibility": true + }, + "path": "Templates/Help/CP" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "MCP_Fault" + }, + "position": { + "height": 25, + "width": 60, + "y": 75 + }, + "props": { + "params": { + "Color": 2, + "Visibility": true + }, + "path": "Templates/Help/CP" + }, + "type": "ia.display.view" + } + ], + "meta": { + "name": "MCP Status" + }, + "position": { + "height": 157.25, + "width": 148.8, + "x": 707.12, + "y": 701.14 + }, + "type": "ia.container.coord" + }, + { + "children": [ + { + "meta": { + "name": "Label_15" + }, + "position": { + "height": 25, + "width": "auto", + "x": 40, + "y": 75 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "Start Pressed" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_14" + }, + "position": { + "height": 25, + "width": 50, + "x": 40, + "y": 40 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "Start" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Control" + }, + "position": { + "height": 25, + "width": "auto", + "x": -0.1 + }, + "props": { + "style": { + "color": "#000000", + "fontFamily": "Arial", + "fontSize": 18, + "fontWeight": "bold", + "textAlign": "center", + "textDecoration": "underline" + }, + "text": "Control Station" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_16" + }, + "position": { + "height": 25, + "width": "auto", + "x": 40, + "y": 110 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "Start Illuminated" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_17" + }, + "position": { + "height": 25, + "width": "auto", + "x": 40, + "y": 145 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "Start Pressed/Illuminated" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_18" + }, + "position": { + "height": 25, + "width": "auto", + "x": 309, + "y": 145 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "Stop Pressed/Illuminated" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_19" + }, + "position": { + "height": 25, + "width": "auto", + "x": 309, + "y": 110 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "Stop Illuminated" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_20" + }, + "position": { + "height": 25, + "width": "auto", + "x": 309, + "y": 75 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "Stop Pressed" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_21" + }, + "position": { + "height": 25, + "width": 50, + "x": 309, + "y": 40 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "Stop" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_22" + }, + "position": { + "height": 25, + "width": "auto", + "x": 577, + "y": 145 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "Restart Pressed/Illuminated" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_23" + }, + "position": { + "height": 25, + "width": "auto", + "x": 577, + "y": 110 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "Restart Illuminated" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_24" + }, + "position": { + "height": 25, + "width": "auto", + "x": 577, + "y": 75 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "Restart Pressed" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_25" + }, + "position": { + "height": 25, + "width": 50, + "x": 577, + "y": 40 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "Restart" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "CS" + }, + "position": { + "height": 30, + "width": 30, + "x": -0.1, + "y": 37.5 + }, + "props": { + "elements": [ + { + "elements": [ + { + "elements": [ + { + "fill": { + "paint": "#FAFAFB" + }, + "height": "106.23", + "name": "rect", + "rx": 11.67, + "type": "rect", + "width": "106.23", + "x": "0.5", + "y": 0.5 + }, + { + "d": "M95.07,1a11.17,11.17,0,0,1,11.16,11.17v82.9a11.16,11.16,0,0,1-11.16,11.16H12.17A11.17,11.17,0,0,1,1,95.07V12.17A11.18,11.18,0,0,1,12.17,1h82.9m0-1H12.17A12.17,12.17,0,0,0,0,12.17v82.9a12.16,12.16,0,0,0,12.17,12.16h82.9a12.15,12.15,0,0,0,12.16-12.16V12.17A12.16,12.16,0,0,0,95.07,0Z", + "fill": { + "paint": "#24FF42" + }, + "name": "path", + "type": "path" + } + ], + "name": "group", + "type": "group" + }, + { + "elements": [ + { + "cx": "53.62", + "cy": "53.62", + "fill": { + "paint": "#FFFFCC" + }, + "name": "circle", + "r": "43.37", + "transform": "translate(-7.9 97.95) rotate(-80.78)", + "type": "circle" + }, + { + "d": "M53.62,10.75A42.87,42.87,0,1,1,10.75,53.62,42.92,42.92,0,0,1,53.62,10.75m0-1A43.87,43.87,0,1,0,97.49,53.62,43.87,43.87,0,0,0,53.62,9.75Z", + "fill": { + "paint": "#D5D5D5" + }, + "name": "path", + "type": "path" + } + ], + "name": "group", + "type": "group" + } + ], + "name": "group", + "type": "group" + } + ], + "preserveAspectRatio": "none", + "style": { + "cursor": "pointer" + }, + "viewBox": "0 0 107.23 107.23" + }, + "type": "ia.shapes.svg" + }, + { + "meta": { + "name": "CS_0" + }, + "position": { + "height": 30, + "width": 30, + "x": -0.6, + "y": 72.5 + }, + "props": { + "elements": [ + { + "elements": [ + { + "elements": [ + { + "fill": { + "paint": "#000000" + }, + "height": "106.23", + "name": "rect", + "rx": 11.67, + "type": "rect", + "width": "106.23", + "x": "0.5", + "y": 0.5 + }, + { + "d": "M95.07,1a11.17,11.17,0,0,1,11.16,11.17v82.9a11.16,11.16,0,0,1-11.16,11.16H12.17A11.17,11.17,0,0,1,1,95.07V12.17A11.18,11.18,0,0,1,12.17,1h82.9m0-1H12.17A12.17,12.17,0,0,0,0,12.17v82.9a12.16,12.16,0,0,0,12.17,12.16h82.9a12.15,12.15,0,0,0,12.16-12.16V12.17A12.16,12.16,0,0,0,95.07,0Z", + "fill": { + "paint": "#24FF42" + }, + "name": "path", + "type": "path" + } + ], + "name": "group", + "type": "group" + }, + { + "elements": [ + { + "cx": "53.62", + "cy": "53.62", + "fill": { + "paint": "#FFFFCC" + }, + "name": "circle", + "r": "43.37", + "transform": "translate(-7.9 97.95) rotate(-80.78)", + "type": "circle" + }, + { + "d": "M53.62,10.75A42.87,42.87,0,1,1,10.75,53.62,42.92,42.92,0,0,1,53.62,10.75m0-1A43.87,43.87,0,1,0,97.49,53.62,43.87,43.87,0,0,0,53.62,9.75Z", + "fill": { + "paint": "#D5D5D5" + }, + "name": "path", + "type": "path" + } + ], + "name": "group", + "type": "group" + } + ], + "name": "group", + "type": "group" + } + ], + "preserveAspectRatio": "none", + "style": { + "cursor": "pointer" + }, + "viewBox": "0 0 107.23 107.23" + }, + "type": "ia.shapes.svg" + }, + { + "meta": { + "name": "CS_1" + }, + "position": { + "height": 30, + "rotate": { + "anchor": "200% 283%" + }, + "width": 30, + "x": -0.1, + "y": 107.5 + }, + "props": { + "elements": [ + { + "elements": [ + { + "elements": [ + { + "fill": { + "paint": "#FAFAFB" + }, + "height": "106.23", + "name": "rect", + "rx": 11.67, + "type": "rect", + "width": "106.23", + "x": "0.5", + "y": 0.5 + }, + { + "d": "M95.07,1a11.17,11.17,0,0,1,11.16,11.17v82.9a11.16,11.16,0,0,1-11.16,11.16H12.17A11.17,11.17,0,0,1,1,95.07V12.17A11.18,11.18,0,0,1,12.17,1h82.9m0-1H12.17A12.17,12.17,0,0,0,0,12.17v82.9a12.16,12.16,0,0,0,12.17,12.16h82.9a12.15,12.15,0,0,0,12.16-12.16V12.17A12.16,12.16,0,0,0,95.07,0Z", + "fill": { + "paint": "#24FF42" + }, + "name": "path", + "type": "path" + } + ], + "name": "group", + "type": "group" + }, + { + "elements": [ + { + "cx": "53.62", + "cy": "53.62", + "fill": { + "paint": "#00D900" + }, + "name": "circle", + "r": "43.37", + "transform": "translate(-7.9 97.95) rotate(-80.78)", + "type": "circle" + }, + { + "d": "M53.62,10.75A42.87,42.87,0,1,1,10.75,53.62,42.92,42.92,0,0,1,53.62,10.75m0-1A43.87,43.87,0,1,0,97.49,53.62,43.87,43.87,0,0,0,53.62,9.75Z", + "fill": { + "paint": "#D5D5D5" + }, + "name": "path", + "type": "path" + } + ], + "name": "group", + "type": "group" + } + ], + "name": "group", + "type": "group" + } + ], + "preserveAspectRatio": "none", + "style": { + "cursor": "pointer" + }, + "viewBox": "0 0 107.23 107.23" + }, + "type": "ia.shapes.svg" + }, + { + "meta": { + "name": "CS_2" + }, + "position": { + "height": 30, + "rotate": { + "anchor": "200% 283%" + }, + "width": 30, + "x": -0.6, + "y": 142.5 + }, + "props": { + "elements": [ + { + "elements": [ + { + "elements": [ + { + "fill": { + "paint": "#000000" + }, + "height": "106.23", + "name": "rect", + "rx": 11.67, + "type": "rect", + "width": "106.23", + "x": "0.5", + "y": 0.5 + }, + { + "d": "M95.07,1a11.17,11.17,0,0,1,11.16,11.17v82.9a11.16,11.16,0,0,1-11.16,11.16H12.17A11.17,11.17,0,0,1,1,95.07V12.17A11.18,11.18,0,0,1,12.17,1h82.9m0-1H12.17A12.17,12.17,0,0,0,0,12.17v82.9a12.16,12.16,0,0,0,12.17,12.16h82.9a12.15,12.15,0,0,0,12.16-12.16V12.17A12.16,12.16,0,0,0,95.07,0Z", + "fill": { + "paint": "#24FF42" + }, + "name": "path", + "type": "path" + } + ], + "name": "group", + "type": "group" + }, + { + "elements": [ + { + "cx": "53.62", + "cy": "53.62", + "fill": { + "paint": "#00D900" + }, + "name": "circle", + "r": "43.37", + "transform": "translate(-7.9 97.95) rotate(-80.78)", + "type": "circle" + }, + { + "d": "M53.62,10.75A42.87,42.87,0,1,1,10.75,53.62,42.92,42.92,0,0,1,53.62,10.75m0-1A43.87,43.87,0,1,0,97.49,53.62,43.87,43.87,0,0,0,53.62,9.75Z", + "fill": { + "paint": "#D5D5D5" + }, + "name": "path", + "type": "path" + } + ], + "name": "group", + "type": "group" + } + ], + "name": "group", + "type": "group" + } + ], + "preserveAspectRatio": "none", + "style": { + "cursor": "pointer" + }, + "viewBox": "0 0 107.23 107.23" + }, + "type": "ia.shapes.svg" + }, + { + "meta": { + "name": "CS_3" + }, + "position": { + "height": 30, + "rotate": { + "anchor": "693% 163%" + }, + "width": 30, + "x": 267.9, + "y": 37.5 + }, + "props": { + "elements": [ + { + "elements": [ + { + "elements": [ + { + "fill": { + "paint": "#FAFAFB" + }, + "height": "106.23", + "name": "rect", + "rx": 11.67, + "type": "rect", + "width": "106.23", + "x": "0.5", + "y": 0.5 + }, + { + "d": "M95.07,1a11.17,11.17,0,0,1,11.16,11.17v82.9a11.16,11.16,0,0,1-11.16,11.16H12.17A11.17,11.17,0,0,1,1,95.07V12.17A11.18,11.18,0,0,1,12.17,1h82.9m0-1H12.17A12.17,12.17,0,0,0,0,12.17v82.9a12.16,12.16,0,0,0,12.17,12.16h82.9a12.15,12.15,0,0,0,12.16-12.16V12.17A12.16,12.16,0,0,0,95.07,0Z", + "fill": { + "paint": "#24FF42" + }, + "name": "path", + "type": "path" + } + ], + "name": "group", + "type": "group" + }, + { + "elements": [ + { + "cx": "53.62", + "cy": "53.62", + "fill": { + "paint": "#D5D5D5" + }, + "name": "circle", + "r": "43.37", + "transform": "translate(-7.9 97.95) rotate(-80.78)", + "type": "circle" + }, + { + "d": "M53.62,10.75A42.87,42.87,0,1,1,10.75,53.62,42.92,42.92,0,0,1,53.62,10.75m0-1A43.87,43.87,0,1,0,97.49,53.62,43.87,43.87,0,0,0,53.62,9.75Z", + "fill": { + "paint": "#D5D5D5" + }, + "name": "path", + "type": "path" + } + ], + "name": "group", + "type": "group" + } + ], + "name": "group", + "type": "group" + } + ], + "preserveAspectRatio": "none", + "style": { + "cursor": "pointer" + }, + "viewBox": "0 0 107.23 107.23" + }, + "type": "ia.shapes.svg" + }, + { + "meta": { + "name": "CS_4" + }, + "position": { + "height": 30, + "width": 30, + "x": 267.9, + "y": 72.5 + }, + "props": { + "elements": [ + { + "elements": [ + { + "elements": [ + { + "fill": { + "paint": "#000000" + }, + "height": "106.23", + "name": "rect", + "rx": 11.67, + "type": "rect", + "width": "106.23", + "x": "0.5", + "y": 0.5 + }, + { + "d": "M95.07,1a11.17,11.17,0,0,1,11.16,11.17v82.9a11.16,11.16,0,0,1-11.16,11.16H12.17A11.17,11.17,0,0,1,1,95.07V12.17A11.18,11.18,0,0,1,12.17,1h82.9m0-1H12.17A12.17,12.17,0,0,0,0,12.17v82.9a12.16,12.16,0,0,0,12.17,12.16h82.9a12.15,12.15,0,0,0,12.16-12.16V12.17A12.16,12.16,0,0,0,95.07,0Z", + "fill": { + "paint": "#24FF42" + }, + "name": "path", + "type": "path" + } + ], + "name": "group", + "type": "group" + }, + { + "elements": [ + { + "cx": "53.62", + "cy": "53.62", + "fill": { + "paint": "#FFCCCC" + }, + "name": "circle", + "r": "43.37", + "transform": "translate(-7.9 97.95) rotate(-80.78)", + "type": "circle" + }, + { + "d": "M53.62,10.75A42.87,42.87,0,1,1,10.75,53.62,42.92,42.92,0,0,1,53.62,10.75m0-1A43.87,43.87,0,1,0,97.49,53.62,43.87,43.87,0,0,0,53.62,9.75Z", + "fill": { + "paint": "#D5D5D5" + }, + "name": "path", + "type": "path" + } + ], + "name": "group", + "type": "group" + } + ], + "name": "group", + "type": "group" + } + ], + "preserveAspectRatio": "none", + "style": { + "cursor": "pointer" + }, + "viewBox": "0 0 107.23 107.23" + }, + "type": "ia.shapes.svg" + }, + { + "meta": { + "name": "CS_5" + }, + "position": { + "height": 30, + "rotate": { + "anchor": "693% 163%" + }, + "width": 30, + "x": 267.9, + "y": 107.5 + }, + "props": { + "elements": [ + { + "elements": [ + { + "elements": [ + { + "fill": { + "paint": "#FAFAFB" + }, + "height": "106.23", + "name": "rect", + "rx": 11.67, + "type": "rect", + "width": "106.23", + "x": "0.5", + "y": 0.5 + }, + { + "d": "M95.07,1a11.17,11.17,0,0,1,11.16,11.17v82.9a11.16,11.16,0,0,1-11.16,11.16H12.17A11.17,11.17,0,0,1,1,95.07V12.17A11.18,11.18,0,0,1,12.17,1h82.9m0-1H12.17A12.17,12.17,0,0,0,0,12.17v82.9a12.16,12.16,0,0,0,12.17,12.16h82.9a12.15,12.15,0,0,0,12.16-12.16V12.17A12.16,12.16,0,0,0,95.07,0Z", + "fill": { + "paint": "#24FF42" + }, + "name": "path", + "type": "path" + } + ], + "name": "group", + "type": "group" + }, + { + "elements": [ + { + "cx": "53.62", + "cy": "53.62", + "fill": { + "paint": "#FF0000" + }, + "name": "circle", + "r": "43.37", + "transform": "translate(-7.9 97.95) rotate(-80.78)", + "type": "circle" + }, + { + "d": "M53.62,10.75A42.87,42.87,0,1,1,10.75,53.62,42.92,42.92,0,0,1,53.62,10.75m0-1A43.87,43.87,0,1,0,97.49,53.62,43.87,43.87,0,0,0,53.62,9.75Z", + "fill": { + "paint": "#D5D5D5" + }, + "name": "path", + "type": "path" + } + ], + "name": "group", + "type": "group" + } + ], + "name": "group", + "type": "group" + } + ], + "preserveAspectRatio": "none", + "style": { + "cursor": "pointer" + }, + "viewBox": "0 0 107.23 107.23" + }, + "type": "ia.shapes.svg" + }, + { + "meta": { + "name": "CS_6" + }, + "position": { + "height": 30, + "rotate": { + "anchor": "200% 283%" + }, + "width": 30, + "x": 267.9, + "y": 142.5 + }, + "props": { + "elements": [ + { + "elements": [ + { + "elements": [ + { + "fill": { + "paint": "#000000" + }, + "height": "106.23", + "name": "rect", + "rx": 11.67, + "type": "rect", + "width": "106.23", + "x": "0.5", + "y": 0.5 + }, + { + "d": "M95.07,1a11.17,11.17,0,0,1,11.16,11.17v82.9a11.16,11.16,0,0,1-11.16,11.16H12.17A11.17,11.17,0,0,1,1,95.07V12.17A11.18,11.18,0,0,1,12.17,1h82.9m0-1H12.17A12.17,12.17,0,0,0,0,12.17v82.9a12.16,12.16,0,0,0,12.17,12.16h82.9a12.15,12.15,0,0,0,12.16-12.16V12.17A12.16,12.16,0,0,0,95.07,0Z", + "fill": { + "paint": "#24FF42" + }, + "name": "path", + "type": "path" + } + ], + "name": "group", + "type": "group" + }, + { + "elements": [ + { + "cx": "53.62", + "cy": "53.62", + "fill": { + "paint": "#FF0000" + }, + "name": "circle", + "r": "43.37", + "transform": "translate(-7.9 97.95) rotate(-80.78)", + "type": "circle" + }, + { + "d": "M53.62,10.75A42.87,42.87,0,1,1,10.75,53.62,42.92,42.92,0,0,1,53.62,10.75m0-1A43.87,43.87,0,1,0,97.49,53.62,43.87,43.87,0,0,0,53.62,9.75Z", + "fill": { + "paint": "#D5D5D5" + }, + "name": "path", + "type": "path" + } + ], + "name": "group", + "type": "group" + } + ], + "name": "group", + "type": "group" + } + ], + "preserveAspectRatio": "none", + "style": { + "cursor": "pointer" + }, + "viewBox": "0 0 107.23 107.23" + }, + "type": "ia.shapes.svg" + }, + { + "meta": { + "name": "CS_7" + }, + "position": { + "height": 30, + "rotate": { + "anchor": "693% 163%" + }, + "width": 30, + "x": 537, + "y": 37.5 + }, + "props": { + "elements": [ + { + "elements": [ + { + "elements": [ + { + "fill": { + "paint": "#FAFAFB" + }, + "height": "106.23", + "name": "rect", + "rx": 11.67, + "type": "rect", + "width": "106.23", + "x": "0.5", + "y": 0.5 + }, + { + "d": "M95.07,1a11.17,11.17,0,0,1,11.16,11.17v82.9a11.16,11.16,0,0,1-11.16,11.16H12.17A11.17,11.17,0,0,1,1,95.07V12.17A11.18,11.18,0,0,1,12.17,1h82.9m0-1H12.17A12.17,12.17,0,0,0,0,12.17v82.9a12.16,12.16,0,0,0,12.17,12.16h82.9a12.15,12.15,0,0,0,12.16-12.16V12.17A12.16,12.16,0,0,0,95.07,0Z", + "fill": { + "paint": "#24FF42" + }, + "name": "path", + "type": "path" + } + ], + "name": "group", + "type": "group" + }, + { + "elements": [ + { + "cx": "53.62", + "cy": "53.62", + "fill": { + "paint": "#D5D5D5" + }, + "name": "circle", + "r": "43.37", + "transform": "translate(-7.9 97.95) rotate(-80.78)", + "type": "circle" + }, + { + "d": "M53.62,10.75A42.87,42.87,0,1,1,10.75,53.62,42.92,42.92,0,0,1,53.62,10.75m0-1A43.87,43.87,0,1,0,97.49,53.62,43.87,43.87,0,0,0,53.62,9.75Z", + "fill": { + "paint": "#D5D5D5" + }, + "name": "path", + "type": "path" + } + ], + "name": "group", + "type": "group" + } + ], + "name": "group", + "type": "group" + } + ], + "preserveAspectRatio": "none", + "style": { + "cursor": "pointer" + }, + "viewBox": "0 0 107.23 107.23" + }, + "type": "ia.shapes.svg" + }, + { + "meta": { + "name": "CS_8" + }, + "position": { + "height": 30, + "width": 30, + "x": 537, + "y": 72.5 + }, + "props": { + "elements": [ + { + "elements": [ + { + "elements": [ + { + "fill": { + "paint": "#000000" + }, + "height": "106.23", + "name": "rect", + "rx": 11.67, + "type": "rect", + "width": "106.23", + "x": "0.5", + "y": 0.5 + }, + { + "d": "M95.07,1a11.17,11.17,0,0,1,11.16,11.17v82.9a11.16,11.16,0,0,1-11.16,11.16H12.17A11.17,11.17,0,0,1,1,95.07V12.17A11.18,11.18,0,0,1,12.17,1h82.9m0-1H12.17A12.17,12.17,0,0,0,0,12.17v82.9a12.16,12.16,0,0,0,12.17,12.16h82.9a12.15,12.15,0,0,0,12.16-12.16V12.17A12.16,12.16,0,0,0,95.07,0Z", + "fill": { + "paint": "#24FF42" + }, + "name": "path", + "type": "path" + } + ], + "name": "group", + "type": "group" + }, + { + "elements": [ + { + "cx": "53.62", + "cy": "53.62", + "fill": { + "paint": "#FFCCCC" + }, + "name": "circle", + "r": "43.37", + "transform": "translate(-7.9 97.95) rotate(-80.78)", + "type": "circle" + }, + { + "d": "M53.62,10.75A42.87,42.87,0,1,1,10.75,53.62,42.92,42.92,0,0,1,53.62,10.75m0-1A43.87,43.87,0,1,0,97.49,53.62,43.87,43.87,0,0,0,53.62,9.75Z", + "fill": { + "paint": "#D5D5D5" + }, + "name": "path", + "type": "path" + } + ], + "name": "group", + "type": "group" + } + ], + "name": "group", + "type": "group" + } + ], + "preserveAspectRatio": "none", + "style": { + "cursor": "pointer" + }, + "viewBox": "0 0 107.23 107.23" + }, + "type": "ia.shapes.svg" + }, + { + "meta": { + "name": "CS_9" + }, + "position": { + "height": 30, + "rotate": { + "anchor": "693% 163%" + }, + "width": 30, + "x": 537, + "y": 107.5 + }, + "props": { + "elements": [ + { + "elements": [ + { + "elements": [ + { + "fill": { + "paint": "#FAFAFB" + }, + "height": "106.23", + "name": "rect", + "rx": 11.67, + "type": "rect", + "width": "106.23", + "x": "0.5", + "y": 0.5 + }, + { + "d": "M95.07,1a11.17,11.17,0,0,1,11.16,11.17v82.9a11.16,11.16,0,0,1-11.16,11.16H12.17A11.17,11.17,0,0,1,1,95.07V12.17A11.18,11.18,0,0,1,12.17,1h82.9m0-1H12.17A12.17,12.17,0,0,0,0,12.17v82.9a12.16,12.16,0,0,0,12.17,12.16h82.9a12.15,12.15,0,0,0,12.16-12.16V12.17A12.16,12.16,0,0,0,95.07,0Z", + "fill": { + "paint": "#24FF42" + }, + "name": "path", + "type": "path" + } + ], + "name": "group", + "type": "group" + }, + { + "elements": [ + { + "cx": "53.62", + "cy": "53.62", + "fill": { + "paint": "#FFFFFF" + }, + "name": "circle", + "r": "43.37", + "transform": "translate(-7.9 97.95) rotate(-80.78)", + "type": "circle" + }, + { + "d": "M53.62,10.75A42.87,42.87,0,1,1,10.75,53.62,42.92,42.92,0,0,1,53.62,10.75m0-1A43.87,43.87,0,1,0,97.49,53.62,43.87,43.87,0,0,0,53.62,9.75Z", + "fill": { + "paint": "#000000" + }, + "name": "path", + "type": "path" + } + ], + "name": "group", + "type": "group" + } + ], + "name": "group", + "type": "group" + } + ], + "preserveAspectRatio": "none", + "style": { + "cursor": "pointer" + }, + "viewBox": "0 0 107.23 107.23" + }, + "type": "ia.shapes.svg" + }, + { + "meta": { + "name": "CS_10" + }, + "position": { + "height": 30, + "rotate": { + "anchor": "693% 163%" + }, + "width": 30, + "x": 537, + "y": 142.5 + }, + "props": { + "elements": [ + { + "elements": [ + { + "elements": [ + { + "fill": { + "paint": "#000000" + }, + "height": "106.23", + "name": "rect", + "rx": 11.67, + "type": "rect", + "width": "106.23", + "x": "0.5", + "y": 0.5 + }, + { + "d": "M95.07,1a11.17,11.17,0,0,1,11.16,11.17v82.9a11.16,11.16,0,0,1-11.16,11.16H12.17A11.17,11.17,0,0,1,1,95.07V12.17A11.18,11.18,0,0,1,12.17,1h82.9m0-1H12.17A12.17,12.17,0,0,0,0,12.17v82.9a12.16,12.16,0,0,0,12.17,12.16h82.9a12.15,12.15,0,0,0,12.16-12.16V12.17A12.16,12.16,0,0,0,95.07,0Z", + "fill": { + "paint": "#24FF42" + }, + "name": "path", + "type": "path" + } + ], + "name": "group", + "type": "group" + }, + { + "elements": [ + { + "cx": "53.62", + "cy": "53.62", + "fill": { + "paint": "#FFFFFF" + }, + "name": "circle", + "r": "43.37", + "transform": "translate(-7.9 97.95) rotate(-80.78)", + "type": "circle" + }, + { + "d": "M53.62,10.75A42.87,42.87,0,1,1,10.75,53.62,42.92,42.92,0,0,1,53.62,10.75m0-1A43.87,43.87,0,1,0,97.49,53.62,43.87,43.87,0,0,0,53.62,9.75Z", + "fill": { + "paint": "#000000" + }, + "name": "path", + "type": "path" + } + ], + "name": "group", + "type": "group" + } + ], + "name": "group", + "type": "group" + } + ], + "preserveAspectRatio": "none", + "style": { + "cursor": "pointer" + }, + "viewBox": "0 0 107.23 107.23" + }, + "type": "ia.shapes.svg" + } + ], + "meta": { + "name": "Control Station" + }, + "position": { + "height": 301.1, + "width": 841.91, + "x": 706.93, + "y": 3.67 + }, + "type": "ia.container.coord" + }, + { + "children": [ + { + "meta": { + "name": "Label_15" + }, + "position": { + "height": 25, + "width": 50, + "x": 40, + "y": 75 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "Actuated" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_14" + }, + "position": { + "height": 25, + "width": 50, + "x": 40, + "y": 40 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "Inactive" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_44" + }, + "position": { + "height": 25, + "width": 176 + }, + "props": { + "style": { + "color": "#000000", + "fontFamily": "Arial", + "fontSize": 18, + "fontWeight": "bold", + "textAlign": "center", + "textDecoration": "underline" + }, + "text": "Limit Switch Status" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "LS_Inactive" + }, + "position": { + "height": 25, + "width": 25, + "y": 40 + }, + "props": { + "params": { + "Color": 0, + "Visibility": true + }, + "path": "Templates/Help/LimitSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "LS_Actuated" + }, + "position": { + "height": 25, + "width": 25, + "y": 75 + }, + "props": { + "params": { + "Color": 10, + "Visibility": true + }, + "path": "Templates/Help/LimitSwitch" + }, + "type": "ia.display.view" + } + ], + "meta": { + "name": "Limit Switch" + }, + "position": { + "height": 313.63, + "width": 221.18, + "x": 998.77, + "y": 311.04 + }, + "type": "ia.container.coord" + }, + { + "children": [ + { + "meta": { + "name": "Label_15" + }, + "position": { + "height": 25, + "width": 67, + "x": 118, + "y": 75 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "Actuated" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_14" + }, + "position": { + "height": 25, + "width": 67, + "x": 118, + "y": 40 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "Clear" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_44" + }, + "position": { + "height": 25, + "width": 110 + }, + "props": { + "style": { + "color": "#000000", + "fontFamily": "Arial", + "fontSize": 18, + "fontWeight": "bold", + "textAlign": "left", + "textDecoration": "underline" + }, + "text": "EPC Status" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "EPC" + }, + "position": { + "height": 8, + "width": 110, + "y": 83.5 + }, + "props": { + "params": { + "Color": 1, + "Visibility": true, + "tagPath": "value" + }, + "path": "Templates/Help/EPC" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "EPC_0" + }, + "position": { + "height": 8, + "width": 110, + "y": 48.5 + }, + "props": { + "params": { + "Color": 10, + "Visibility": true, + "tagPath": "value" + }, + "path": "Templates/Help/EPC" + }, + "type": "ia.display.view" + } + ], + "meta": { + "name": "EPC" + }, + "position": { + "height": 312.23, + "width": 248.25, + "x": 713.84, + "y": 311.04 + }, + "type": "ia.container.coord" + }, + { + "children": [ + { + "meta": { + "name": "Label_15" + }, + "position": { + "height": 25, + "width": "auto", + "x": 89.4, + "y": 75 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "Blocked" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_14" + }, + "position": { + "height": 25, + "width": 50, + "x": 89.4, + "y": 40 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "Clear" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "PE Status" + }, + "position": { + "height": 25, + "width": "auto", + "x": -0.1 + }, + "props": { + "style": { + "color": "#000000", + "fontFamily": "Arial", + "fontSize": 18, + "fontWeight": "bold", + "textAlign": "center", + "textDecoration": "underline" + }, + "text": "Photoeye Status" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_16" + }, + "position": { + "height": 25, + "width": "auto", + "x": 89.4, + "y": 110 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "Disabled" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_17" + }, + "position": { + "height": 25, + "width": "auto", + "x": 89.4, + "y": 145 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "(Flashing) Jammed / Clear" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "PhotoeyeC" + }, + "position": { + "height": 25, + "width": 75, + "x": -0.1, + "y": 40 + }, + "props": { + "params": { + "Color": 10, + "Visibility": true + }, + "path": "Templates/Help/Photoeye" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PhotoeyeB" + }, + "position": { + "height": 25, + "width": 75, + "x": -0.6, + "y": 75 + }, + "props": { + "params": { + "Color": 101, + "Visibility": true + }, + "path": "Templates/Help/Photoeye" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PhotoeyeD" + }, + "position": { + "height": 25, + "width": 75, + "x": -0.09999999999999998, + "y": 110 + }, + "props": { + "params": { + "Color": 6, + "Visibility": true + }, + "path": "Templates/Help/Photoeye" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PhotoeyeJC" + }, + "position": { + "height": 25, + "width": 75, + "x": -0.6, + "y": 145 + }, + "props": { + "params": { + "Color": 1, + "Visibility": true + }, + "path": "Templates/Help/Photoeye" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Label_18" + }, + "position": { + "height": 25, + "width": "auto", + "x": 89.4, + "y": 180 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "(Flashing) Jammed / Blocked" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "PhotoeyeJB" + }, + "position": { + "height": 25, + "width": 75, + "x": -0.6, + "y": 180 + }, + "props": { + "params": { + "Color": 4, + "Visibility": true + }, + "path": "Templates/Help/Photoeye" + }, + "type": "ia.display.view" + } + ], + "meta": { + "name": "PE" + }, + "position": { + "height": 337.39, + "width": 318.52, + "x": 1601.64, + "y": 311.04 + }, + "type": "ia.container.coord" + }, + { + "children": [ + { + "meta": { + "name": "Label_15" + }, + "position": { + "height": 25, + "width": "auto", + "x": 39.4, + "y": 75 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "Disconnect" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_14" + }, + "position": { + "height": 25, + "width": 384, + "x": 39.4, + "y": 40 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "OK and MSP Stage Baseline (\u003c 110%)" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "VFD Status" + }, + "position": { + "height": 25, + "width": "auto", + "x": -0.1 + }, + "props": { + "style": { + "color": "#000000", + "fontFamily": "Arial", + "fontSize": 18, + "fontWeight": "bold", + "textAlign": "center", + "textDecoration": "underline" + }, + "text": "VFD Status" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_17" + }, + "position": { + "height": 25, + "width": "auto", + "x": 39.4, + "y": 110 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "(Flashing) Faulted / OK or MSP Stage 3 \u003e 125%" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_18" + }, + "position": { + "height": 25, + "width": "auto", + "x": 39.4, + "y": 145 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "(Flashing) Faulted / Disconnect" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "VFD" + }, + "position": { + "height": 25, + "width": 25, + "y": 40 + }, + "props": { + "params": { + "Color": 10, + "Visibility": true + }, + "path": "Templates/Help/VFD" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "VFD_0" + }, + "position": { + "height": 25, + "width": 25, + "y": 75 + }, + "props": { + "params": { + "Color": 0, + "Visibility": true + }, + "path": "Templates/Help/VFD" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "VFD_1" + }, + "position": { + "height": 25, + "width": 25, + "y": 110 + }, + "props": { + "params": { + "Color": 1, + "Visibility": true + }, + "path": "Templates/Help/VFD" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "VFD_2" + }, + "position": { + "height": 25, + "width": 25, + "y": 145 + }, + "props": { + "params": { + "Color": 2, + "Visibility": true + }, + "path": "Templates/Help/VFD" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "VFD_3" + }, + "position": { + "height": 25, + "width": 25, + "y": 180 + }, + "props": { + "params": { + "Color": 7, + "Visibility": true + }, + "path": "Templates/Help/VFD" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Label_19" + }, + "position": { + "height": 25, + "width": "auto", + "x": 39.4, + "y": 180 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "(Flashing) MSP Stage 1 (100% - 115%) " + }, + "type": "ia.display.label" + } + ], + "meta": { + "name": "VFD Status" + }, + "position": { + "height": 301.1, + "width": 496.5, + "x": 1231.28, + "y": 702.76 + }, + "type": "ia.container.coord" + }, + { + "children": [ + { + "meta": { + "name": "Label_6" + }, + "position": { + "height": 25, + "width": 300, + "x": 255, + "y": 386.1 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16 + }, + "text": "Manual / Maintenance Mode" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_4" + }, + "position": { + "height": 25, + "width": 300, + "x": 255, + "y": 421.1 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16 + }, + "text": "Non Powered Equipment" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_13" + }, + "position": { + "height": 25, + "width": 300, + "x": 255, + "y": 316.1 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16 + }, + "text": "Enabled, Not Running" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_12" + }, + "position": { + "height": 25, + "width": 300, + "x": 255, + "y": 281.1 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16 + }, + "text": "Energy Management" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_11" + }, + "position": { + "height": 25, + "width": 300, + "x": 255, + "y": 211.1 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16 + }, + "text": "Running" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_10" + }, + "position": { + "height": 25, + "width": 300, + "x": 255, + "y": 246.1 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16 + }, + "text": "50% Full" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_9" + }, + "position": { + "height": 25, + "width": 300, + "x": 255, + "y": 176.1 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16 + }, + "text": "Full" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_8" + }, + "position": { + "height": 25, + "width": 300, + "x": 255, + "y": 141.1 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16 + }, + "text": "Anti-Gridlock Mode" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_7" + }, + "position": { + "height": 25, + "width": 300, + "x": 255, + "y": 106.1 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16 + }, + "text": "Jammed" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_5" + }, + "position": { + "height": 25, + "width": 300, + "x": 255, + "y": 351.1 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16 + }, + "text": "Off (Inactive)" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_3" + }, + "position": { + "height": 25, + "width": 300, + "x": 255, + "y": 71.1 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16 + }, + "text": "E-Stop or Faulted" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_2" + }, + "position": { + "height": 25, + "width": 300, + "x": 255, + "y": 36.1 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16 + }, + "text": "No Comm or Disabled by HMI / PLC" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_44" + }, + "position": { + "height": 25, + "width": 101 + }, + "props": { + "style": { + "color": "#000000", + "fontFamily": "Arial", + "fontSize": 18, + "fontWeight": "bold", + "textAlign": "left", + "textDecoration": "underline" + }, + "text": "Conveyor" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_45" + }, + "position": { + "height": 25, + "width": "auto", + "x": 165 + }, + "props": { + "style": { + "color": "#000000", + "fontFamily": "Arial", + "fontSize": 18, + "fontWeight": "bold", + "textAlign": "left", + "textDecoration": "underline" + }, + "text": "Chute" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_46" + }, + "position": { + "height": 25, + "width": 101, + "x": 255 + }, + "props": { + "style": { + "color": "#000000", + "fontFamily": "Arial", + "fontSize": 18, + "fontWeight": "bold", + "textAlign": "left", + "textDecoration": "underline" + }, + "text": "Status" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "conv_exp" + }, + "position": { + "height": 25, + "width": 150, + "y": 36.1 + }, + "props": { + "params": { + "demoColor": 12 + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "conv_exp_0" + }, + "position": { + "height": 25, + "width": 150, + "y": 71.1 + }, + "props": { + "params": { + "demoColor": 1 + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "conv_exp_1" + }, + "position": { + "height": 25, + "width": 150, + "y": 106.1 + }, + "props": { + "params": { + "demoColor": 2 + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "conv_exp_2" + }, + "position": { + "height": 25, + "width": 150, + "y": 141.1 + }, + "props": { + "params": { + "demoColor": 17 + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "conv_exp_3" + }, + "position": { + "height": 25, + "width": 150, + "y": 176.1 + }, + "props": { + "params": { + "demoColor": 3 + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "conv_exp_4" + }, + "position": { + "height": 25, + "width": 150, + "y": 211.1 + }, + "props": { + "params": { + "demoColor": 4 + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "conv_exp_5" + }, + "position": { + "height": 25, + "width": 150, + "y": 246.1 + }, + "props": { + "params": { + "demoColor": 5 + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "conv_exp_6" + }, + "position": { + "height": 25, + "width": 150, + "y": 281.1 + }, + "props": { + "params": { + "demoColor": 6 + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "conv_exp_7" + }, + "position": { + "height": 25, + "width": 150, + "y": 316.1 + }, + "props": { + "params": { + "demoColor": 7 + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "conv_exp_8" + }, + "position": { + "height": 25, + "width": 150, + "x": 0.357143, + "y": 353.847 + }, + "props": { + "params": { + "demoColor": -1 + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "conv_exp_9" + }, + "position": { + "height": 25, + "width": 150, + "y": 390.1 + }, + "props": { + "params": { + "demoColor": 8 + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "conv_exp_10" + }, + "position": { + "height": 25, + "width": 150, + "y": 421.1 + }, + "props": { + "params": { + "demoColor": 9 + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "conv_exp_11" + }, + "position": { + "height": 25, + "width": 75, + "x": 165, + "y": 421.1 + }, + "props": { + "params": { + "demoColor": 9 + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "conv_exp_14" + }, + "position": { + "height": 25, + "width": 75, + "x": 165, + "y": 316.1 + }, + "props": { + "params": { + "demoColor": 7 + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "conv_exp_16" + }, + "position": { + "height": 25, + "width": 75, + "x": 165, + "y": 246.1 + }, + "props": { + "params": { + "demoColor": 5 + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "conv_exp_17" + }, + "position": { + "height": 25, + "width": 75, + "x": 165, + "y": 211.1 + }, + "props": { + "params": { + "demoColor": 4 + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "conv_exp_18" + }, + "position": { + "height": 25, + "width": 75, + "x": 165, + "y": 176.1 + }, + "props": { + "params": { + "demoColor": 3 + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "conv_exp_20" + }, + "position": { + "height": 25, + "width": 75, + "x": 165, + "y": 106.1 + }, + "props": { + "params": { + "demoColor": 2 + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "conv_exp_21" + }, + "position": { + "height": 25, + "width": 75, + "x": 165, + "y": 72.1 + }, + "props": { + "params": { + "demoColor": 1 + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "conv_exp_22" + }, + "position": { + "height": 25, + "width": 75, + "x": 165, + "y": 36.1 + }, + "props": { + "params": { + "demoColor": 12 + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + } + ], + "meta": { + "name": "Conveyor_Chute" + }, + "position": { + "height": 461, + "width": 573, + "x": 15.36, + "y": 3.67 + }, + "type": "ia.container.coord" + } + ], + "meta": { + "name": "Legend" + }, + "position": { + "height": 1080, + "width": 1920 + }, + "type": "ia.container.coord" + } + ], + "meta": { + "name": "root" + }, + "position": { + "x": 0, + "y": 0 + }, + "type": "ia.container.coord" + } +} \ No newline at end of file diff --git a/.resources/863f6d20248316d84cbd65c32c3d7ef567d411cf63e58836925899a9ef87948f b/.resources/863f6d20248316d84cbd65c32c3d7ef567d411cf63e58836925899a9ef87948f new file mode 100644 index 00000000..801bbdaf Binary files /dev/null and b/.resources/863f6d20248316d84cbd65c32c3d7ef567d411cf63e58836925899a9ef87948f differ diff --git a/.resources/86e53a9a2b21e36e737d05a219b53303bef6050be894a84b83970338deb806f1 b/.resources/86e53a9a2b21e36e737d05a219b53303bef6050be894a84b83970338deb806f1 new file mode 100644 index 00000000..c1674da8 Binary files /dev/null and b/.resources/86e53a9a2b21e36e737d05a219b53303bef6050be894a84b83970338deb806f1 differ diff --git a/.resources/8c18746d7b93222c3b8696c1ab6d4ee9a11946c86da6634266a4b1c230dbcc9d b/.resources/8c18746d7b93222c3b8696c1ab6d4ee9a11946c86da6634266a4b1c230dbcc9d new file mode 100644 index 00000000..cd32b7b7 --- /dev/null +++ b/.resources/8c18746d7b93222c3b8696c1ab6d4ee9a11946c86da6634266a4b1c230dbcc9d @@ -0,0 +1,565 @@ +{ + "custom": { + "color": "#C2C2C2", + "priority": "No Active Alarms" + }, + "params": { + "demoColor": -1, + "tagProps": [ + "System/MCM01/Encoder/UL14_1_ENSH1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "propConfig": { + "custom.color": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "0": "{view.params.tagProps[0]}", + "fc": "{session.custom.fc}" + }, + "tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Color" + }, + "transforms": [ + { + "expression": "if(\r\n {view.params.demoColor} \u003e\u003d 0,\r\n {view.params.demoColor},\r\n coalesce({value}, 0)\r\n)\r\n", + "type": "expression" + }, + { + "fallback": "#000000", + "inputType": "scalar", + "mappings": [ + { + "input": 0, + "output": "#C2C2C2" + }, + { + "input": 1, + "output": "#FF0000" + }, + { + "input": 2, + "output": "#FFA500" + }, + { + "input": 3, + "output": "#0008FF" + }, + { + "input": 4, + "output": "#00FF00" + }, + { + "input": 5, + "output": "#FFF700" + }, + { + "input": 6, + "output": "#87CEEB" + }, + { + "input": 7, + "output": "#90EE90" + }, + { + "input": 8, + "output": "#964B00" + }, + { + "input": 9, + "output": "#FFFFFF" + }, + { + "input": 10, + "output": "#000000" + }, + { + "input": 11, + "output": "#8B0000" + }, + { + "input": 12, + "output": "#808080" + }, + { + "input": 13, + "output": "#8B8000" + }, + { + "input": 14, + "output": "#006400" + }, + { + "input": 15, + "output": "#FFFFC5" + }, + { + "input": 16, + "output": "#00008B" + }, + { + "input": 17, + "output": "#FF7276" + }, + { + "input": 18, + "output": "#556B2F" + }, + { + "input": 19, + "output": "#B43434" + }, + { + "input": 20, + "output": "#4682B4" + }, + { + "input": 21, + "output": "#FFD700" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "tag" + }, + "persistent": true + }, + "custom.priority": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "0": "{view.params.tagProps[0]}", + "fc": "{session.custom.fc}" + }, + "tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Priority" + }, + "transforms": [ + { + "expression": "coalesce({value},0)", + "type": "expression" + }, + { + "fallback": null, + "inputType": "scalar", + "mappings": [ + { + "input": 0, + "output": "No Active Alarms" + }, + { + "input": 1, + "output": "High" + }, + { + "input": 2, + "output": "Medium" + }, + { + "input": 3, + "output": "Low" + }, + { + "input": 4, + "output": "Diagnostic" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "tag" + }, + "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": "Unknown", + "inputType": "scalar", + "mappings": [ + { + "input": 0, + "output": "Closed" + }, + { + "input": 1, + "output": "Actuated" + }, + { + "input": 2, + "output": "Communication Faulted" + }, + { + "input": 3, + "output": "Conveyor Running In Maintenance Mode" + }, + { + "input": 4, + "output": "Disabled" + }, + { + "input": 5, + "output": "Disconnected" + }, + { + "input": 6, + "output": "Stopped" + }, + { + "input": 7, + "output": "Enabled Not Running" + }, + { + "input": 8, + "output": "Encoder Fault" + }, + { + "input": 9, + "output": "Energy Management" + }, + { + "input": 10, + "output": "ESTOP Was Actuated" + }, + { + "input": 11, + "output": "EStopped" + }, + { + "input": 12, + "output": "EStopped Locally" + }, + { + "input": 13, + "output": "Extended Faulted" + }, + { + "input": 14, + "output": "Full" + }, + { + "input": 15, + "output": "Gaylord Start Pressed" + }, + { + "input": 16, + "output": "Jam Fault" + }, + { + "input": 17, + "output": "Jammed" + }, + { + "input": 18, + "output": "Loading Allowed" + }, + { + "input": 19, + "output": "Loading Not Allowed" + }, + { + "input": 20, + "output": "Low Air Pressure Fault Was Present" + }, + { + "input": 21, + "output": "Maintenance Mode" + }, + { + "input": 22, + "output": "Conveyor Stopped In Maintenance Mode" + }, + { + "input": 23, + "output": "Motor Faulted" + }, + { + "input": 24, + "output": "Motor Was Faulted" + }, + { + "input": 25, + "output": "Normal" + }, + { + "input": 26, + "output": "Off Inactive" + }, + { + "input": 27, + "output": "Open" + }, + { + "input": 28, + "output": "PLC Ready To Run" + }, + { + "input": 29, + "output": "Package Release Pressed" + }, + { + "input": 30, + "output": "Power Branch Was Faulted" + }, + { + "input": 31, + "output": "Pressed" + }, + { + "input": 32, + "output": "Ready To Receive" + }, + { + "input": 33, + "output": "Running" + }, + { + "input": 34, + "output": "Started" + }, + { + "input": 35, + "output": "Stopped" + }, + { + "input": 36, + "output": "System Started" + }, + { + "input": 37, + "output": "Unknown" + }, + { + "input": 38, + "output": "VFD Fault" + }, + { + "input": 39, + "output": "Conveyor Running In Power Saving Mode" + }, + { + "input": 40, + "output": "Conveyor Jogging In Maintenance Mode" + }, + { + "input": 41, + "output": "VFD Reset Required" + }, + { + "input": 42, + "output": "Jam Reset Push Button Pressed" + }, + { + "input": 43, + "output": "Start Push Button Pressed" + }, + { + "input": 44, + "output": "Stop Push Button Pressed" + }, + { + "input": 45, + "output": "No Container" + }, + { + "input": 46, + "output": "Ready To Be Enabled" + }, + { + "input": 47, + "output": "Half Full" + }, + { + "input": 48, + "output": "Enabled" + }, + { + "input": 49, + "output": "Tipper Faulted" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "tag" + } + }, + "params.demoColor": { + "paramDirection": "input", + "persistent": true + }, + "params.tagProps": { + "paramDirection": "input", + "persistent": true + } + }, + "props": { + "defaultSize": { + "height": 20, + "width": 20 + } + }, + "root": { + "children": [ + { + "meta": { + "name": "EncoderIcon" + }, + "position": { + "height": 1, + "width": 1 + }, + "propConfig": { + "props.elements[0].fill.paint": { + "binding": { + "config": { + "path": "view.custom.color" + }, + "type": "property" + } + } + }, + "props": { + "elements": [ + { + "cx": 12, + "cy": "12", + "fill": {}, + "name": "statusCircle", + "rx": "10", + "ry": "10", + "stroke": { + "paint": "#000000", + "width": "2" + }, + "type": "ellipse" + }, + { + "d": "M 4.6516854,13.685393 H 9.8292135", + "fill": {}, + "name": "segLeft", + "stroke": { + "paint": "#000000", + "width": 1 + }, + "type": "path" + }, + { + "d": "M 9.6000004,13.469662 V 8.2112357", + "fill": {}, + "name": "segUpLeft", + "stroke": { + "paint": "#000000", + "width": 1 + }, + "type": "path" + }, + { + "d": "M 19.829214,13.685393 H 14.651685", + "fill": {}, + "name": "segRight", + "stroke": { + "paint": "#000000", + "width": 1 + }, + "type": "path" + }, + { + "d": "M 14.880899,13.469662 V 8.211236", + "fill": {}, + "name": "segUpRight", + "stroke": { + "paint": "#000000", + "width": 1 + }, + "type": "path" + }, + { + "d": "m 9.8154019,8.4404597 4.8815551,0.013462", + "fill": {}, + "name": "segTop", + "stroke": { + "paint": "#000000", + "width": 1 + }, + "type": "path" + } + ], + "viewBox": "0 0 24 24" + }, + "type": "ia.shapes.svg" + } + ], + "events": { + "dom": { + "onClick": { + "config": { + "script": "\t#create tags lists for the device\n\tprops \u003d self.view.params.tagProps\n\ttags_table_dataset \u003d autStand.devices.getAllTags(self, props[0])\n\tsystem.perspective.openDock(\u0027Docked-East-Device\u0027,params\u003d{\u0027tagProps\u0027:props, \"tags\":tags_table_dataset})" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Encoder", + "tooltip": { + "enabled": true + } + }, + "propConfig": { + "meta.tooltip.text": { + "binding": { + "config": { + "expression": "if(\n {view.custom.state} !\u003d \"Closed\",\n \"Source Id: \" + {view.params.tagProps[0]} + \", Priority: \" + {view.custom.priority} + \", State: \" + {view.custom.state},\n \"Device Disconnected\"\n)\n" + }, + "type": "expr" + } + }, + "meta.visible": { + "binding": { + "config": { + "path": "session.custom.alarm_filter.show_encoders" + }, + "type": "property" + } + } + }, + "props": { + "mode": "percent", + "style": { + "cursor": "pointer" + } + }, + "type": "ia.container.coord" + } +} \ No newline at end of file diff --git a/.resources/8ee05e53b434f4e92119c1734a0395c102ff6f8b09bb5962bf056e1c13eb4ce1 b/.resources/8ee05e53b434f4e92119c1734a0395c102ff6f8b09bb5962bf056e1c13eb4ce1 deleted file mode 100644 index c40a764c..00000000 Binary files a/.resources/8ee05e53b434f4e92119c1734a0395c102ff6f8b09bb5962bf056e1c13eb4ce1 and /dev/null differ diff --git a/.resources/5d9222fba117925cfeba62c5ce2fd844c4f7af590dbab8f49498c331e586e282 b/.resources/9a71494ce06cc5e0646234588883855c2b467595a9dc9a29b220207a678ef773 similarity index 98% rename from .resources/5d9222fba117925cfeba62c5ce2fd844c4f7af590dbab8f49498c331e586e282 rename to .resources/9a71494ce06cc5e0646234588883855c2b467595a9dc9a29b220207a678ef773 index 6d3ef7c1..bdd868e6 100644 --- a/.resources/5d9222fba117925cfeba62c5ce2fd844c4f7af590dbab8f49498c331e586e282 +++ b/.resources/9a71494ce06cc5e0646234588883855c2b467595a9dc9a29b220207a678ef773 @@ -7,6 +7,7 @@ "state": "Closed" }, "params": { + "demoColor": -1, "highlight": "", "tagProps": [ "System/MCM02/Photoeyes/TPE/PS3_12_TPE1", @@ -35,7 +36,7 @@ }, "transforms": [ { - "expression": "coalesce({value},0)", + "expression": "if(\r\n {view.params.demoColor} \u003e\u003d 0,\r\n {view.params.demoColor},\r\n coalesce({value}, 0)\r\n)\r\n", "type": "expression" }, { @@ -461,6 +462,10 @@ }, "persistent": true }, + "params.demoColor": { + "paramDirection": "input", + "persistent": true + }, "params.highlight": { "paramDirection": "input", "persistent": true diff --git a/.resources/9ff98f4acb3770e959a3a07a54bae05dbb19701270a6da089d98512c4dd07447 b/.resources/9ff98f4acb3770e959a3a07a54bae05dbb19701270a6da089d98512c4dd07447 new file mode 100644 index 00000000..2ad7164d Binary files /dev/null and b/.resources/9ff98f4acb3770e959a3a07a54bae05dbb19701270a6da089d98512c4dd07447 differ diff --git a/.resources/a2355758c3b2c5c95bde36c6d457b3c738f611041dbb06df02d622a0b5f7d083 b/.resources/a2355758c3b2c5c95bde36c6d457b3c738f611041dbb06df02d622a0b5f7d083 deleted file mode 100644 index d588efe2..00000000 Binary files a/.resources/a2355758c3b2c5c95bde36c6d457b3c738f611041dbb06df02d622a0b5f7d083 and /dev/null differ diff --git a/.resources/5a6b49ec7a11b216bde900f481204e9f0dba6308a591a6f27a3d5ecb26c0bb63 b/.resources/a31c0f9ef96bb8f6a6d172d223cd4fe5ac0a665b1253ee739e1a7103d2af74e2 similarity index 98% rename from .resources/5a6b49ec7a11b216bde900f481204e9f0dba6308a591a6f27a3d5ecb26c0bb63 rename to .resources/a31c0f9ef96bb8f6a6d172d223cd4fe5ac0a665b1253ee739e1a7103d2af74e2 index 286bb8eb..d999184f 100644 --- a/.resources/5a6b49ec7a11b216bde900f481204e9f0dba6308a591a6f27a3d5ecb26c0bb63 +++ b/.resources/a31c0f9ef96bb8f6a6d172d223cd4fe5ac0a665b1253ee739e1a7103d2af74e2 @@ -7,6 +7,7 @@ "state": "Closed" }, "params": { + "demoColor": -1, "highlight": "", "tagProps": [ "System/MCM02/Photoeyes/LRPE/S03_1_LRPE4", @@ -35,7 +36,7 @@ }, "transforms": [ { - "expression": "coalesce({value},0)", + "expression": "if(\r\n {view.params.demoColor} \u003e\u003d 0,\r\n {view.params.demoColor},\r\n coalesce({value}, 0)\r\n)\r\n", "type": "expression" }, { @@ -461,6 +462,10 @@ }, "persistent": true }, + "params.demoColor": { + "paramDirection": "input", + "persistent": true + }, "params.highlight": { "paramDirection": "input", "persistent": true diff --git a/.resources/a2634dfedcc849984b56b6b1a0f5c5874d39a5d75e7e4e97cd0d422a99a08e96 b/.resources/a34ceb15fb873b22466c6f5cd67761af5f067f1ef6c7c2ad1505944a339e07ab similarity index 98% rename from .resources/a2634dfedcc849984b56b6b1a0f5c5874d39a5d75e7e4e97cd0d422a99a08e96 rename to .resources/a34ceb15fb873b22466c6f5cd67761af5f067f1ef6c7c2ad1505944a339e07ab index 40098062..13c62f87 100644 --- a/.resources/a2634dfedcc849984b56b6b1a0f5c5874d39a5d75e7e4e97cd0d422a99a08e96 +++ b/.resources/a34ceb15fb873b22466c6f5cd67761af5f067f1ef6c7c2ad1505944a339e07ab @@ -5,6 +5,7 @@ "state": "Closed" }, "params": { + "demoColor": -1, "tagProps": [ "/system/mcm01/test", "value", @@ -32,7 +33,7 @@ }, "transforms": [ { - "expression": "coalesce({value},0)", + "expression": "if(\r\n {view.params.demoColor} \u003e\u003d 0,\r\n {view.params.demoColor},\r\n coalesce({value}, 0)\r\n)\r\n", "type": "expression" }, { @@ -414,6 +415,10 @@ }, "persistent": true }, + "params.demoColor": { + "paramDirection": "input", + "persistent": true + }, "params.tagProps": { "paramDirection": "input", "persistent": true diff --git a/.resources/860aa42a6a73dc0b0ae426c765fa958ca24b12154af8389a0bc6e6dbfd10f236 b/.resources/b840029532398db9c594ceb1f0804905efbed74c8570b919e2b1786f48c10500 similarity index 98% rename from .resources/860aa42a6a73dc0b0ae426c765fa958ca24b12154af8389a0bc6e6dbfd10f236 rename to .resources/b840029532398db9c594ceb1f0804905efbed74c8570b919e2b1786f48c10500 index 2cceb78e..6cd0351b 100644 --- a/.resources/860aa42a6a73dc0b0ae426c765fa958ca24b12154af8389a0bc6e6dbfd10f236 +++ b/.resources/b840029532398db9c594ceb1f0804905efbed74c8570b919e2b1786f48c10500 @@ -5,6 +5,7 @@ "state": "Closed" }, "params": { + "demoColor": -1, "tagProps": [ "value", "value", @@ -32,7 +33,7 @@ }, "transforms": [ { - "expression": "coalesce({value},0)", + "expression": "if(\r\n {view.params.demoColor} \u003e\u003d 0,\r\n {view.params.demoColor},\r\n coalesce({value}, 0)\r\n)\r\n", "type": "expression" }, { @@ -414,6 +415,10 @@ }, "persistent": true }, + "params.demoColor": { + "paramDirection": "input", + "persistent": true + }, "params.tagProps": { "paramDirection": "inout", "persistent": true diff --git a/.resources/bd7c7ef772953e8e817a522cc2c534017de333212d6dd4044f9d774e6d1484c4 b/.resources/bd7c7ef772953e8e817a522cc2c534017de333212d6dd4044f9d774e6d1484c4 new file mode 100644 index 00000000..aa0e8e52 Binary files /dev/null and b/.resources/bd7c7ef772953e8e817a522cc2c534017de333212d6dd4044f9d774e6d1484c4 differ diff --git a/.resources/cb78f5a4573066c418a5137bb5b552bf65bcc0974ad0380455bfcc67bfd859d1 b/.resources/cb78f5a4573066c418a5137bb5b552bf65bcc0974ad0380455bfcc67bfd859d1 deleted file mode 100644 index fcb8694b..00000000 Binary files a/.resources/cb78f5a4573066c418a5137bb5b552bf65bcc0974ad0380455bfcc67bfd859d1 and /dev/null differ diff --git a/.resources/d4fe8392bd9fb924acdd2353e949de7d527c57293cb7cc598e1befb2afc7a3d4 b/.resources/d4fe8392bd9fb924acdd2353e949de7d527c57293cb7cc598e1befb2afc7a3d4 new file mode 100644 index 00000000..80d8d1c4 --- /dev/null +++ b/.resources/d4fe8392bd9fb924acdd2353e949de7d527c57293cb7cc598e1befb2afc7a3d4 @@ -0,0 +1,1090 @@ +{ + "custom": { + "start_color": "#C2C2C2", + "start_priority": "No Active Alarms", + "start_state": "Closed", + "stop_priority": "No Active Alarms", + "stop_state": "Closed" + }, + "params": { + "demoColor": -1, + "tagProps": [ + "System/MCM01/SS/UL14_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "propConfig": { + "custom.start_color": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "0": "{view.params.tagProps[0]}", + "fc": "{session.custom.fc}" + }, + "tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Start/Color" + }, + "transforms": [ + { + "expression": "coalesce({value},0)", + "type": "expression" + }, + { + "fallback": "#000000", + "inputType": "scalar", + "mappings": [ + { + "input": 0, + "output": "#C2C2C2" + }, + { + "input": 1, + "output": "#FF0000" + }, + { + "input": 2, + "output": "#FFA500" + }, + { + "input": 3, + "output": "#0008FF" + }, + { + "input": 4, + "output": "#00FF00" + }, + { + "input": 5, + "output": "#FFF700" + }, + { + "input": 6, + "output": "#87CEEB" + }, + { + "input": 7, + "output": "#90EE90" + }, + { + "input": 8, + "output": "#964B00" + }, + { + "input": 9, + "output": "#FFFFFF" + }, + { + "input": 10, + "output": "#000000" + }, + { + "input": 11, + "output": "#8B0000" + }, + { + "input": 12, + "output": "#808080" + }, + { + "input": 13, + "output": "#8B8000" + }, + { + "input": 14, + "output": "#006400" + }, + { + "input": 15, + "output": "#FFFFC5" + }, + { + "input": 16, + "output": "#00008B" + }, + { + "input": 17, + "output": "#FF7276" + }, + { + "input": 18, + "output": "#556B2F" + }, + { + "input": 19, + "output": "#B43434" + }, + { + "input": 20, + "output": "#4682B4" + }, + { + "input": 21, + "output": "#FFD700" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "tag" + }, + "persistent": true + }, + "custom.start_priority": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "0": "{view.params.tagProps[0]}", + "fc": "{session.custom.fc}" + }, + "tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Start/Priority" + }, + "transforms": [ + { + "expression": "coalesce({value},0)", + "type": "expression" + }, + { + "fallback": null, + "inputType": "scalar", + "mappings": [ + { + "input": 0, + "output": "No Active Alarms" + }, + { + "input": 1, + "output": "High" + }, + { + "input": 2, + "output": "Medium" + }, + { + "input": 3, + "output": "Low" + }, + { + "input": 4, + "output": "Diagnostic" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "tag" + }, + "persistent": true + }, + "custom.start_state": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "0": "{view.params.tagProps[0]}", + "fc": "{session.custom.fc}" + }, + "tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Start/State" + }, + "transforms": [ + { + "expression": "coalesce({value},0)", + "type": "expression" + }, + { + "fallback": "Unknown", + "inputType": "scalar", + "mappings": [ + { + "input": 0, + "output": "Closed" + }, + { + "input": 1, + "output": "Actuated" + }, + { + "input": 2, + "output": "Communication Faulted" + }, + { + "input": 3, + "output": "Conveyor Running In Maintenance Mode" + }, + { + "input": 4, + "output": "Disabled" + }, + { + "input": 5, + "output": "Disconnected" + }, + { + "input": 6, + "output": "Stopped" + }, + { + "input": 7, + "output": "Enabled Not Running" + }, + { + "input": 8, + "output": "Encoder Fault" + }, + { + "input": 9, + "output": "Energy Management" + }, + { + "input": 10, + "output": "ESTOP Was Actuated" + }, + { + "input": 11, + "output": "EStopped" + }, + { + "input": 12, + "output": "EStopped Locally" + }, + { + "input": 13, + "output": "Extended Faulted" + }, + { + "input": 14, + "output": "Full" + }, + { + "input": 15, + "output": "Gaylord Start Pressed" + }, + { + "input": 16, + "output": "Jam Fault" + }, + { + "input": 17, + "output": "Jammed" + }, + { + "input": 18, + "output": "Loading Allowed" + }, + { + "input": 19, + "output": "Loading Not Allowed" + }, + { + "input": 20, + "output": "Low Air Pressure Fault Was Present" + }, + { + "input": 21, + "output": "Maintenance Mode" + }, + { + "input": 22, + "output": "Conveyor Stopped In Maintenance Mode" + }, + { + "input": 23, + "output": "Motor Faulted" + }, + { + "input": 24, + "output": "Motor Was Faulted" + }, + { + "input": 25, + "output": "Normal" + }, + { + "input": 26, + "output": "Off Inactive" + }, + { + "input": 27, + "output": "Open" + }, + { + "input": 28, + "output": "PLC Ready To Run" + }, + { + "input": 29, + "output": "Package Release Pressed" + }, + { + "input": 30, + "output": "Power Branch Was Faulted" + }, + { + "input": 31, + "output": "Pressed" + }, + { + "input": 32, + "output": "Ready To Receive" + }, + { + "input": 33, + "output": "Running" + }, + { + "input": 34, + "output": "Started" + }, + { + "input": 35, + "output": "Stopped" + }, + { + "input": 36, + "output": "System Started" + }, + { + "input": 37, + "output": "Unknown" + }, + { + "input": 38, + "output": "VFD Fault" + }, + { + "input": 39, + "output": "Conveyor Running In Power Saving Mode" + }, + { + "input": 40, + "output": "Conveyor Jogging In Maintenance Mode" + }, + { + "input": 41, + "output": "VFD Reset Required" + }, + { + "input": 42, + "output": "Jam Reset Push Button Pressed" + }, + { + "input": 43, + "output": "Start Push Button Pressed" + }, + { + "input": 44, + "output": "Stop Push Button Pressed" + }, + { + "input": 45, + "output": "No Container" + }, + { + "input": 46, + "output": "Ready To Be Enabled" + }, + { + "input": 47, + "output": "Half Full" + }, + { + "input": 48, + "output": "Enabled" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "tag" + }, + "persistent": true + }, + "custom.stop_color": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "0": "{view.params.tagProps[0]}", + "fc": "{session.custom.fc}" + }, + "tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Stop/Color" + }, + "transforms": [ + { + "expression": "coalesce({value},0)", + "type": "expression" + }, + { + "fallback": "#000000", + "inputType": "scalar", + "mappings": [ + { + "input": 0, + "output": "#C2C2C2" + }, + { + "input": 1, + "output": "#FF0000" + }, + { + "input": 2, + "output": "#FFA500" + }, + { + "input": 3, + "output": "#0008FF" + }, + { + "input": 4, + "output": "#00FF00" + }, + { + "input": 5, + "output": "#FFF700" + }, + { + "input": 6, + "output": "#87CEEB" + }, + { + "input": 7, + "output": "#90EE90" + }, + { + "input": 8, + "output": "#964B00" + }, + { + "input": 9, + "output": "#FFFFFF" + }, + { + "input": 10, + "output": "#000000" + }, + { + "input": 11, + "output": "#8B0000" + }, + { + "input": 12, + "output": "#808080" + }, + { + "input": 13, + "output": "#8B8000" + }, + { + "input": 14, + "output": "#006400" + }, + { + "input": 15, + "output": "#FFFFC5" + }, + { + "input": 16, + "output": "#00008B" + }, + { + "input": 17, + "output": "#FF7276" + }, + { + "input": 18, + "output": "#556B2F" + }, + { + "input": 19, + "output": "#B43434" + }, + { + "input": 20, + "output": "#4682B4" + }, + { + "input": 21, + "output": "#FFD700" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "tag" + } + }, + "custom.stop_priority": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "0": "{view.params.tagProps[0]}", + "fc": "{session.custom.fc}" + }, + "tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Priority" + }, + "transforms": [ + { + "expression": "coalesce({value},0)", + "type": "expression" + }, + { + "fallback": null, + "inputType": "scalar", + "mappings": [ + { + "input": 0, + "output": "No Active Alarms" + }, + { + "input": 1, + "output": "High" + }, + { + "input": 2, + "output": "Medium" + }, + { + "input": 3, + "output": "Low" + }, + { + "input": 4, + "output": "Diagnostic" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "tag" + }, + "persistent": true + }, + "custom.stop_state": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "0": "{view.params.tagProps[0]}", + "fc": "{session.custom.fc}" + }, + "tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Stop/State" + }, + "transforms": [ + { + "expression": "coalesce({value},0)", + "type": "expression" + }, + { + "fallback": "Unknown", + "inputType": "scalar", + "mappings": [ + { + "input": 0, + "output": "Closed" + }, + { + "input": 1, + "output": "Actuated" + }, + { + "input": 2, + "output": "Communication Faulted" + }, + { + "input": 3, + "output": "Conveyor Running In Maintenance Mode" + }, + { + "input": 4, + "output": "Disabled" + }, + { + "input": 5, + "output": "Disconnected" + }, + { + "input": 6, + "output": "Stopped" + }, + { + "input": 7, + "output": "Enabled Not Running" + }, + { + "input": 8, + "output": "Encoder Fault" + }, + { + "input": 9, + "output": "Energy Management" + }, + { + "input": 10, + "output": "ESTOP Was Actuated" + }, + { + "input": 11, + "output": "EStopped" + }, + { + "input": 12, + "output": "EStopped Locally" + }, + { + "input": 13, + "output": "Extended Faulted" + }, + { + "input": 14, + "output": "Full" + }, + { + "input": 15, + "output": "Gaylord Start Pressed" + }, + { + "input": 16, + "output": "Jam Fault" + }, + { + "input": 17, + "output": "Jammed" + }, + { + "input": 18, + "output": "Loading Allowed" + }, + { + "input": 19, + "output": "Loading Not Allowed" + }, + { + "input": 20, + "output": "Low Air Pressure Fault Was Present" + }, + { + "input": 21, + "output": "Maintenance Mode" + }, + { + "input": 22, + "output": "Conveyor Stopped In Maintenance Mode" + }, + { + "input": 23, + "output": "Motor Faulted" + }, + { + "input": 24, + "output": "Motor Was Faulted" + }, + { + "input": 25, + "output": "Normal" + }, + { + "input": 26, + "output": "Off Inactive" + }, + { + "input": 27, + "output": "Open" + }, + { + "input": 28, + "output": "PLC Ready To Run" + }, + { + "input": 29, + "output": "Package Release Pressed" + }, + { + "input": 30, + "output": "Power Branch Was Faulted" + }, + { + "input": 31, + "output": "Pressed" + }, + { + "input": 32, + "output": "Ready To Receive" + }, + { + "input": 33, + "output": "Running" + }, + { + "input": 34, + "output": "Started" + }, + { + "input": 35, + "output": "Stopped" + }, + { + "input": 36, + "output": "System Started" + }, + { + "input": 37, + "output": "Unknown" + }, + { + "input": 38, + "output": "VFD Fault" + }, + { + "input": 39, + "output": "Conveyor Running In Power Saving Mode" + }, + { + "input": 40, + "output": "Conveyor Jogging In Maintenance Mode" + }, + { + "input": 41, + "output": "VFD Reset Required" + }, + { + "input": 42, + "output": "Jam Reset Push Button Pressed" + }, + { + "input": 43, + "output": "Start Push Button Pressed" + }, + { + "input": 44, + "output": "Stop Push Button Pressed" + }, + { + "input": 45, + "output": "No Container" + }, + { + "input": 46, + "output": "Ready To Be Enabled" + }, + { + "input": 47, + "output": "Half Full" + }, + { + "input": 48, + "output": "Enabled" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "tag" + }, + "persistent": true + }, + "params.demoColor": { + "paramDirection": "input", + "persistent": true + }, + "params.tagProps": { + "paramDirection": "input", + "persistent": true + } + }, + "props": { + "defaultSize": { + "height": 25, + "width": 50 + } + }, + "root": { + "children": [ + { + "meta": { + "name": "Start", + "tooltip": { + "style": {} + } + }, + "position": { + "height": 1, + "width": 1 + }, + "propConfig": { + "meta.tooltip.style.classes": { + "binding": { + "config": { + "expression": "{view.custom.start_priority}" + }, + "transforms": [ + { + "fallback": "Alarms-Styles/NoAlarm", + "inputType": "scalar", + "mappings": [ + { + "input": "Diagnostic", + "output": "Alarms-Styles/Diagnostic" + }, + { + "input": "Low", + "output": "Alarms-Styles/Low" + }, + { + "input": "Medium", + "output": "Alarms-Styles/Medium" + }, + { + "input": "High", + "output": "Alarms-Styles/High" + } + ], + "outputType": "style-list", + "type": "map" + } + ], + "type": "expr" + } + }, + "meta.tooltip.text": { + "binding": { + "config": { + "expression": "if(\n {view.custom.start_state} !\u003d \"Closed\",\n \"Source Id: \" + {view.params.tagProps[0]} + \", Priority: \" + {view.custom.start_priority} + \", State: \" + {view.custom.start_state},\n \"Device Disconnected\"\n)\n" + }, + "type": "expr" + } + }, + "props.elements[1].fill.paint": { + "binding": { + "config": { + "expression": "if(\r\n {view.custom.start_state} \u003d \"Closed\",\r\n \"#000000\",\r\n {view.custom.start_color}\r\n)\r\n" + }, + "type": "expr" + } + } + }, + "props": { + "elements": [ + { + "d": "M 0,0 H 21 V 20 H 0 Z", + "fill": { + "paint": "#AAAAAA" + }, + "id": "outer-rect", + "name": "outer-rect", + "stroke": { + "paint": "#000000", + "width": "1.5" + }, + "type": "path" + }, + { + "d": "m 17,10.5 c 0,3.865993 -3.134007,7 -7,7 -3.8659932,0 -7,-3.134007 -7,-7 0,-3.8659932 3.1340068,-7 7,-7 3.865993,0 7,3.1340068 7,7 z", + "fill": {}, + "id": "inner-circle", + "name": "inner-circle", + "stroke": { + "paint": "#000000", + "width": "1" + }, + "type": "path" + } + ], + "viewBox": "0 0 40 20" + }, + "type": "ia.shapes.svg" + }, + { + "meta": { + "name": "Stop", + "tooltip": { + "style": {} + } + }, + "position": { + "height": 1, + "width": 1 + }, + "propConfig": { + "meta.tooltip.style.classes": { + "binding": { + "config": { + "expression": "{view.custom.start_priority}" + }, + "transforms": [ + { + "fallback": "Alarms-Styles/NoAlarm", + "inputType": "scalar", + "mappings": [ + { + "input": "Diagnostic", + "output": "Alarms-Styles/Diagnostic" + }, + { + "input": "Low", + "output": "Alarms-Styles/Low" + }, + { + "input": "Medium", + "output": "Alarms-Styles/Medium" + }, + { + "input": "High", + "output": "Alarms-Styles/High" + } + ], + "outputType": "style-list", + "type": "map" + } + ], + "type": "expr" + } + }, + "meta.tooltip.text": { + "binding": { + "config": { + "expression": "if(\n {view.custom.stop_state} !\u003d \"Closed\",\n \"Source Id: \" + {view.params.tagProps[0]} + \", Priority: \" + {view.custom.stop_priority} + \", State: \" + {view.custom.stop_state},\n \"Device Disconnected\"\n)\n" + }, + "type": "expr" + } + }, + "props.elements[1].fill.paint": { + "binding": { + "config": { + "expression": "if(\r\n {view.custom.stop_state} \u003d \"Closed\",\r\n \"#000000\",\r\n {view.custom.stop_color}\r\n)\r\n" + }, + "type": "expr" + } + } + }, + "props": { + "elements": [ + { + "d": "M 20, 0 H 40 V 20 H 20 Z", + "fill": { + "paint": "#AAAAAA" + }, + "id": "outer-rect", + "name": "outer-rect", + "stroke": { + "paint": "#000000", + "width": "1.5" + }, + "type": "path" + }, + { + "d": "m 36.642136,10.376001 c 0,3.865993 -3.134007,7 -7,7 -3.865993,0 -7,-3.134007 -7,-7 0,-3.8659928 3.134007,-6.9999998 7,-6.9999998 3.865993,0 7,3.134007 7,6.9999998 z", + "fill": {}, + "id": "inner-circle-8", + "name": "inner-circle-8", + "stroke": { + "paint": "#000000", + "width": "1" + }, + "type": "path" + } + ], + "viewBox": "0 0 40 20" + }, + "type": "ia.shapes.svg" + } + ], + "events": { + "dom": { + "onClick": { + "config": { + "script": "\t#create tags lists for the device\n\tprops \u003d self.view.params.tagProps\n\ttags_table_dataset \u003d autStand.devices.getAllTags(self, props[0])\n\tsystem.perspective.openDock(\u0027Docked-East-Device\u0027,params\u003d{\u0027tagProps\u0027:props, \"tags\":tags_table_dataset})" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "root", + "tooltip": { + "enabled": true, + "style": {} + } + }, + "propConfig": { + "meta.tooltip.style.classes": { + "binding": { + "config": { + "expression": "{view.custom.start_priority}" + }, + "transforms": [ + { + "fallback": "Alarms-Styles/NoAlarm", + "inputType": "scalar", + "mappings": [ + { + "input": "Diagnostic", + "output": "Alarms-Styles/Diagnostic" + }, + { + "input": "Low", + "output": "Alarms-Styles/Low" + }, + { + "input": "Medium", + "output": "Alarms-Styles/Medium" + }, + { + "input": "High", + "output": "Alarms-Styles/High" + } + ], + "outputType": "style-list", + "type": "map" + } + ], + "type": "expr" + } + }, + "meta.tooltip.text": { + "binding": { + "config": { + "expression": "if(\n {view.custom.start_state} !\u003d \"Closed\",\n \"Source Id: \" + {view.params.tagProps[0]} + \", Start Priority: \" + {view.custom.start_priority} + \", Start State: \" + {view.custom.start_state} + \", Stop Priority: \" + {view.custom.stop_priority} + \", Stop State: \" + {view.custom.stop_state},\n \"Device Disconnected\"\n)\n" + }, + "type": "expr" + } + }, + "meta.visible": { + "binding": { + "config": { + "path": "session.custom.alarm_filter.show_buttons" + }, + "type": "property" + } + } + }, + "props": { + "mode": "percent", + "style": { + "cursor": "pointer" + } + }, + "type": "ia.container.coord" + } +} \ No newline at end of file diff --git a/.resources/dc5443b8102610da364ff3219b2bbe1f65af7a8ebf6460cbe5fcdf410d82b016 b/.resources/dc5443b8102610da364ff3219b2bbe1f65af7a8ebf6460cbe5fcdf410d82b016 new file mode 100644 index 00000000..f1453ef1 --- /dev/null +++ b/.resources/dc5443b8102610da364ff3219b2bbe1f65af7a8ebf6460cbe5fcdf410d82b016 @@ -0,0 +1,563 @@ +{ + "custom": { + "color": "#C2C2C2", + "priority": "No Active Alarms", + "state": "Closed" + }, + "params": { + "demoColor": -1, + "tagProps": [ + "System/MCM01/DPM/PS3_1_DPM1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "propConfig": { + "custom.color": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "0": "{view.params.tagProps[0]}", + "fc": "{session.custom.fc}" + }, + "tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Color" + }, + "transforms": [ + { + "expression": "if(\r\n {view.params.demoColor} \u003e\u003d 0,\r\n {view.params.demoColor},\r\n coalesce({value}, 0)\r\n)\r\n", + "type": "expression" + }, + { + "fallback": "#000000", + "inputType": "scalar", + "mappings": [ + { + "input": 0, + "output": "#C2C2C2" + }, + { + "input": 1, + "output": "#FF0000" + }, + { + "input": 2, + "output": "#FFA500" + }, + { + "input": 3, + "output": "#0008FF" + }, + { + "input": 4, + "output": "#00FF00" + }, + { + "input": 5, + "output": "#FFF700" + }, + { + "input": 6, + "output": "#87CEEB" + }, + { + "input": 7, + "output": "#90EE90" + }, + { + "input": 8, + "output": "#964B00" + }, + { + "input": 9, + "output": "#FFFFFF" + }, + { + "input": 10, + "output": "#000000" + }, + { + "input": 11, + "output": "#8B0000" + }, + { + "input": 12, + "output": "#808080" + }, + { + "input": 13, + "output": "#8B8000" + }, + { + "input": 14, + "output": "#006400" + }, + { + "input": 15, + "output": "#FFFFC5" + }, + { + "input": 16, + "output": "#00008B" + }, + { + "input": 17, + "output": "#FF7276" + }, + { + "input": 18, + "output": "#556B2F" + }, + { + "input": 19, + "output": "#B43434" + }, + { + "input": 20, + "output": "#4682B4" + }, + { + "input": 21, + "output": "#FFD700" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "tag" + }, + "persistent": true + }, + "custom.priority": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "0": "{view.params.tagProps[0]}", + "fc": "{session.custom.fc}" + }, + "tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Priority" + }, + "transforms": [ + { + "expression": "coalesce({value},{view.params.forceFaultStatus},0)", + "type": "expression" + }, + { + "fallback": null, + "inputType": "scalar", + "mappings": [ + { + "input": 0, + "output": "No Active Alarms" + }, + { + "input": 1, + "output": "High" + }, + { + "input": 2, + "output": "Medium" + }, + { + "input": 3, + "output": "Low" + }, + { + "input": 4, + "output": "Diagnostic" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "tag" + }, + "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},{view.params.forceFaultStatus},0)", + "type": "expression" + }, + { + "fallback": "Unknown", + "inputType": "scalar", + "mappings": [ + { + "input": 0, + "output": "Closed" + }, + { + "input": 1, + "output": "Actuated" + }, + { + "input": 2, + "output": "Communication Faulted" + }, + { + "input": 3, + "output": "Conveyor Running In Maintenance Mode" + }, + { + "input": 4, + "output": "Disabled" + }, + { + "input": 5, + "output": "Disconnected" + }, + { + "input": 6, + "output": "Stopped" + }, + { + "input": 7, + "output": "Enabled Not Running" + }, + { + "input": 8, + "output": "Encoder Fault" + }, + { + "input": 9, + "output": "Energy Management" + }, + { + "input": 10, + "output": "ESTOP Was Actuated" + }, + { + "input": 11, + "output": "EStopped" + }, + { + "input": 12, + "output": "EStopped Locally" + }, + { + "input": 13, + "output": "Extended Faulted" + }, + { + "input": 14, + "output": "Full" + }, + { + "input": 15, + "output": "Gaylord Start Pressed" + }, + { + "input": 16, + "output": "Jam Fault" + }, + { + "input": 17, + "output": "Jammed" + }, + { + "input": 18, + "output": "Loading Allowed" + }, + { + "input": 19, + "output": "Loading Not Allowed" + }, + { + "input": 20, + "output": "Low Air Pressure Fault Was Present" + }, + { + "input": 21, + "output": "Maintenance Mode" + }, + { + "input": 22, + "output": "Conveyor Stopped In Maintenance Mode" + }, + { + "input": 23, + "output": "Motor Faulted" + }, + { + "input": 24, + "output": "Motor Was Faulted" + }, + { + "input": 25, + "output": "Normal" + }, + { + "input": 26, + "output": "Off Inactive" + }, + { + "input": 27, + "output": "Open" + }, + { + "input": 28, + "output": "PLC Ready To Run" + }, + { + "input": 29, + "output": "Package Release Pressed" + }, + { + "input": 30, + "output": "Power Branch Was Faulted" + }, + { + "input": 31, + "output": "Pressed" + }, + { + "input": 32, + "output": "Ready To Receive" + }, + { + "input": 33, + "output": "Running" + }, + { + "input": 34, + "output": "Started" + }, + { + "input": 35, + "output": "Stopped" + }, + { + "input": 36, + "output": "System Started" + }, + { + "input": 37, + "output": "Unknown" + }, + { + "input": 38, + "output": "VFD Fault" + }, + { + "input": 39, + "output": "Conveyor Running In Power Saving Mode" + }, + { + "input": 40, + "output": "Conveyor Jogging In Maintenance Mode" + }, + { + "input": 41, + "output": "VFD Reset Required" + }, + { + "input": 42, + "output": "Jam Reset Push Button Pressed" + }, + { + "input": 43, + "output": "Start Push Button Pressed" + }, + { + "input": 44, + "output": "Stop Push Button Pressed" + }, + { + "input": 45, + "output": "No Container" + }, + { + "input": 46, + "output": "Ready To Be Enabled" + }, + { + "input": 47, + "output": "Half Full" + }, + { + "input": 48, + "output": "Enabled" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "tag" + }, + "persistent": true + }, + "params.demoColor": { + "paramDirection": "input", + "persistent": true + }, + "params.tagProps": { + "paramDirection": "inout", + "persistent": true + } + }, + "props": { + "defaultSize": { + "height": 47, + "width": 68 + } + }, + "root": { + "children": [ + { + "meta": { + "name": "DPM" + }, + "position": { + "height": 1, + "width": 1 + }, + "propConfig": { + "props.elements[0].fill.paint": { + "binding": { + "config": { + "expression": "{view.custom.color}" + }, + "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": "\t#create tags lists for the device\n\tprops \u003d self.view.params.tagProps\n\ttags_table_dataset \u003d autStand.devices.getAllTags(self, props[0])\n\tsystem.perspective.openDock(\u0027Docked-East-Device\u0027,params\u003d{\u0027tagProps\u0027:props, \"tags\":tags_table_dataset})" + }, + "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": "High", + "output": "Alarms-Styles/High" + }, + { + "input": "Medium", + "output": "Alarms-Styles/Medium" + }, + { + "input": "Low", + "output": "Alarms-Styles/Low" + }, + { + "input": "Diagnostic", + "output": "Alarms-Styles/Diagnostic" + } + ], + "outputType": "style-list", + "type": "map" + } + ], + "type": "expr" + } + }, + "meta.tooltip.text": { + "binding": { + "config": { + "expression": "if(\n {view.custom.state} !\u003d \"Closed\",\n \"Source Id: \" + {view.params.tagProps[0]} + \", Priority: \" + {view.custom.priority} + \", State: \" + {view.custom.state},\n \"Device Disconnected\"\n)\n" + }, + "type": "expr" + } + }, + "meta.visible": { + "binding": { + "config": { + "path": "session.custom.alarm_filter.show_dpm_mcm" + }, + "type": "property" + } + } + }, + "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/.resources/e342a6efdae857930e1ecaafc26cae01d7894222eaccc1064f1ac42ab61ef034 b/.resources/e342a6efdae857930e1ecaafc26cae01d7894222eaccc1064f1ac42ab61ef034 deleted file mode 100644 index e9a993b4..00000000 Binary files a/.resources/e342a6efdae857930e1ecaafc26cae01d7894222eaccc1064f1ac42ab61ef034 and /dev/null differ diff --git a/.resources/e3743b8cddb0f4c1a85e6f32d5af09b201ad123afb1e75cdfcd96e881ef93523 b/.resources/e3743b8cddb0f4c1a85e6f32d5af09b201ad123afb1e75cdfcd96e881ef93523 new file mode 100644 index 00000000..acd18f94 Binary files /dev/null and b/.resources/e3743b8cddb0f4c1a85e6f32d5af09b201ad123afb1e75cdfcd96e881ef93523 differ diff --git a/.resources/2ad0f1375d12cafc181312353649e83c57a6e470f84c87f83ecedb5ae27160a9 b/.resources/eae375b5db1557c563257956440afeadc407e3548be5e29fea6db6c82a54c38b similarity index 98% rename from .resources/2ad0f1375d12cafc181312353649e83c57a6e470f84c87f83ecedb5ae27160a9 rename to .resources/eae375b5db1557c563257956440afeadc407e3548be5e29fea6db6c82a54c38b index 173e20d7..f9fd8a45 100644 --- a/.resources/2ad0f1375d12cafc181312353649e83c57a6e470f84c87f83ecedb5ae27160a9 +++ b/.resources/eae375b5db1557c563257956440afeadc407e3548be5e29fea6db6c82a54c38b @@ -5,6 +5,7 @@ "state": "Closed" }, "params": { + "demoColor": -1, "tagProps": [ "System/MCM02/Solenoid/NCS1_1_SOL48", "value", @@ -32,7 +33,7 @@ }, "transforms": [ { - "expression": "coalesce({value},0)", + "expression": "if(\r\n {view.params.demoColor} \u003e\u003d 0,\r\n {view.params.demoColor},\r\n coalesce({value}, 0)\r\n)\r\n", "type": "expression" }, { @@ -414,6 +415,10 @@ }, "persistent": true }, + "params.demoColor": { + "paramDirection": "input", + "persistent": true + }, "params.tagProps": { "paramDirection": "input", "persistent": true diff --git a/.resources/f02b1c041814a51f1a15fc78279706b4b6aecd30132ee486be955ad66786b6ee b/.resources/f02b1c041814a51f1a15fc78279706b4b6aecd30132ee486be955ad66786b6ee new file mode 100644 index 00000000..0757d5a5 --- /dev/null +++ b/.resources/f02b1c041814a51f1a15fc78279706b4b6aecd30132ee486be955ad66786b6ee @@ -0,0 +1,537 @@ +{ + "custom": { + "color": "#C2C2C2", + "priority": "No Active Alarms", + "state": "Closed" + }, + "params": { + "demoColor": -1, + "tagProps": [ + "System/MCM01/EPC/UL14_1_EPC1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "propConfig": { + "custom.color": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "0": "{view.params.tagProps[0]}", + "fc": "{session.custom.fc}" + }, + "tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Color" + }, + "transforms": [ + { + "expression": "if(\r\n {view.params.demoColor} \u003e\u003d 0,\r\n {view.params.demoColor},\r\n coalesce({value}, 0)\r\n)\r\n", + "type": "expression" + }, + { + "fallback": "#000000", + "inputType": "scalar", + "mappings": [ + { + "input": 0, + "output": "#C2C2C2" + }, + { + "input": 1, + "output": "#FF0000" + }, + { + "input": 2, + "output": "#FFA500" + }, + { + "input": 3, + "output": "#0008FF" + }, + { + "input": 4, + "output": "#00FF00" + }, + { + "input": 5, + "output": "#FFF700" + }, + { + "input": 6, + "output": "#87CEEB" + }, + { + "input": 7, + "output": "#90EE90" + }, + { + "input": 8, + "output": "#964B00" + }, + { + "input": 9, + "output": "#FFFFFF" + }, + { + "input": 10, + "output": "#000000" + }, + { + "input": 11, + "output": "#8B0000" + }, + { + "input": 12, + "output": "#808080" + }, + { + "input": 13, + "output": "#8B8000" + }, + { + "input": 14, + "output": "#006400" + }, + { + "input": 15, + "output": "#FFFFC5" + }, + { + "input": 16, + "output": "#00008B" + }, + { + "input": 17, + "output": "#FF7276" + }, + { + "input": 18, + "output": "#556B2F" + }, + { + "input": 19, + "output": "#B43434" + }, + { + "input": 20, + "output": "#4682B4" + }, + { + "input": 21, + "output": "#FFD700" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "tag" + }, + "persistent": true + }, + "custom.priority": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "0": "{view.params.tagProps[0]}", + "fc": "{session.custom.fc}" + }, + "tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Priority" + }, + "transforms": [ + { + "expression": "coalesce({value},0)", + "type": "expression" + }, + { + "fallback": null, + "inputType": "scalar", + "mappings": [ + { + "input": 0, + "output": "No Active Alarms" + }, + { + "input": 1, + "output": "High" + }, + { + "input": 2, + "output": "Medium" + }, + { + "input": 3, + "output": "Low" + }, + { + "input": 4, + "output": "Diagnostic" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "tag" + }, + "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": "Unknown", + "inputType": "scalar", + "mappings": [ + { + "input": 0, + "output": "Closed" + }, + { + "input": 1, + "output": "Actuated" + }, + { + "input": 2, + "output": "Communication Faulted" + }, + { + "input": 3, + "output": "Conveyor Running In Maintenance Mode" + }, + { + "input": 4, + "output": "Disabled" + }, + { + "input": 5, + "output": "Disconnected" + }, + { + "input": 6, + "output": "Stopped" + }, + { + "input": 7, + "output": "Enabled Not Running" + }, + { + "input": 8, + "output": "Encoder Fault" + }, + { + "input": 9, + "output": "Energy Management" + }, + { + "input": 10, + "output": "ESTOP Was Actuated" + }, + { + "input": 11, + "output": "EStopped" + }, + { + "input": 12, + "output": "EStopped Locally" + }, + { + "input": 13, + "output": "Extended Faulted" + }, + { + "input": 14, + "output": "Full" + }, + { + "input": 15, + "output": "Gaylord Start Pressed" + }, + { + "input": 16, + "output": "Jam Fault" + }, + { + "input": 17, + "output": "Jammed" + }, + { + "input": 18, + "output": "Loading Allowed" + }, + { + "input": 19, + "output": "Loading Not Allowed" + }, + { + "input": 20, + "output": "Low Air Pressure Fault Was Present" + }, + { + "input": 21, + "output": "Maintenance Mode" + }, + { + "input": 22, + "output": "Conveyor Stopped In Maintenance Mode" + }, + { + "input": 23, + "output": "Motor Faulted" + }, + { + "input": 24, + "output": "Motor Was Faulted" + }, + { + "input": 25, + "output": "Normal" + }, + { + "input": 26, + "output": "Off Inactive" + }, + { + "input": 27, + "output": "Open" + }, + { + "input": 28, + "output": "PLC Ready To Run" + }, + { + "input": 29, + "output": "Package Release Pressed" + }, + { + "input": 30, + "output": "Power Branch Was Faulted" + }, + { + "input": 31, + "output": "Pressed" + }, + { + "input": 32, + "output": "Ready To Receive" + }, + { + "input": 33, + "output": "Running" + }, + { + "input": 34, + "output": "Started" + }, + { + "input": 35, + "output": "Stopped" + }, + { + "input": 36, + "output": "System Started" + }, + { + "input": 37, + "output": "Unknown" + }, + { + "input": 38, + "output": "VFD Fault" + }, + { + "input": 39, + "output": "Conveyor Running In Power Saving Mode" + }, + { + "input": 40, + "output": "Conveyor Jogging In Maintenance Mode" + }, + { + "input": 41, + "output": "VFD Reset Required" + }, + { + "input": 42, + "output": "Jam Reset Push Button Pressed" + }, + { + "input": 43, + "output": "Start Push Button Pressed" + }, + { + "input": 44, + "output": "Stop Push Button Pressed" + }, + { + "input": 45, + "output": "No Container" + }, + { + "input": 46, + "output": "Ready To Be Enabled" + }, + { + "input": 47, + "output": "Half Full" + }, + { + "input": 48, + "output": "Enabled" + }, + { + "input": 49, + "output": "Tipper Faulted" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "tag" + }, + "persistent": true + }, + "params.demoColor": { + "paramDirection": "input", + "persistent": true + }, + "params.tagProps": { + "paramDirection": "input", + "persistent": true + } + }, + "props": { + "defaultSize": { + "height": 30, + "width": 30 + } + }, + "root": { + "children": [ + { + "meta": { + "name": "EPC" + }, + "position": { + "height": 1, + "width": 1 + }, + "propConfig": { + "props.elements[2].fill.paint": { + "binding": { + "config": { + "path": "view.custom.color" + }, + "type": "property" + } + } + }, + "props": { + "elements": [ + { + "fill": { + "paint": "#FFFF00" + }, + "height": "20", + "name": "rect", + "type": "rect", + "width": "20", + "x": "0", + "y": "0" + }, + { + "d": "M 0,0 H 20 V 20 H 0 Z", + "fill": { + "paint": "transparent" + }, + "name": "path", + "stroke": { + "paint": "#000000", + "width": "1.5" + }, + "type": "path" + }, + { + "d": "m 17,10.5 a 7,7 0 0 1 -7,7 7,7 0 0 1 -7,-7 7,7 0 0 1 7,-7 7,7 0 0 1 7,7 z", + "fill": {}, + "name": "path", + "stroke": { + "paint": "#000000", + "width": "1" + }, + "type": "path" + } + ], + "viewBox": "0 0 20 20" + }, + "type": "ia.shapes.svg" + } + ], + "events": { + "dom": { + "onClick": { + "config": { + "script": "\t#create tags lists for the device\n\tprops \u003d self.view.params.tagProps\n\ttags_table_dataset \u003d autStand.devices.getAllTags(self, props[0])\n\tsystem.perspective.openDock(\u0027Docked-East-Device\u0027,params\u003d{\u0027tagProps\u0027:props, \"tags\":tags_table_dataset})" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "root", + "tooltip": { + "enabled": true + } + }, + "propConfig": { + "meta.tooltip.text": { + "binding": { + "config": { + "expression": "if(\n {view.custom.state} !\u003d \"Closed\",\n \"Source Id: \" + {view.params.tagProps[0]} + \", Priority: \" + {view.custom.priority} + \", State: \" + {view.custom.state},\n \"Device Disconnected\"\n)\n" + }, + "type": "expr" + } + }, + "meta.visible": { + "binding": { + "config": { + "path": "session.custom.alarm_filter.show_epc" + }, + "type": "property" + } + } + }, + "props": { + "mode": "percent", + "style": { + "cursor": "pointer" + } + }, + "type": "ia.container.coord" + } +} \ No newline at end of file diff --git a/.resources/02c84fd9dbfa52b4f5c77a94c003e0756d0c18745528c992f15c465fa1b30347 b/.resources/f3414835de43152236e515186cee50423b6ff20baaa2a780f0171e75adcce445 similarity index 98% rename from .resources/02c84fd9dbfa52b4f5c77a94c003e0756d0c18745528c992f15c465fa1b30347 rename to .resources/f3414835de43152236e515186cee50423b6ff20baaa2a780f0171e75adcce445 index 75d0a493..77ae0fb4 100644 --- a/.resources/02c84fd9dbfa52b4f5c77a94c003e0756d0c18745528c992f15c465fa1b30347 +++ b/.resources/f3414835de43152236e515186cee50423b6ff20baaa2a780f0171e75adcce445 @@ -7,6 +7,7 @@ "state": "Closed" }, "params": { + "demoColor": -1, "highlight": "", "tagProps": [ "System/MCM02/Photoeyes/PE/S03_CH107_PE1", @@ -35,7 +36,7 @@ }, "transforms": [ { - "expression": "coalesce({value},0)", + "expression": "if(\r\n {view.params.demoColor} \u003e\u003d 0,\r\n {view.params.demoColor},\r\n coalesce({value}, 0)\r\n)\r\n", "type": "expression" }, { @@ -461,6 +462,10 @@ }, "persistent": true }, + "params.demoColor": { + "paramDirection": "input", + "persistent": true + }, "params.highlight": { "paramDirection": "input", "persistent": true diff --git a/BNA8/com.inductiveautomation.perspective/page-config/config.json b/BNA8/com.inductiveautomation.perspective/page-config/config.json index 2d563b36..f648750a 100644 --- a/BNA8/com.inductiveautomation.perspective/page-config/config.json +++ b/BNA8/com.inductiveautomation.perspective/page-config/config.json @@ -919,6 +919,44 @@ "title": "", "viewPath": "autStand/Windows/Status" }, + "/autStand/help": { + "docks": { + "bottom": [ + { + "anchor": "fixed", + "autoBreakpoint": 480, + "content": "push", + "handle": "hide", + "iconUrl": "", + "id": "", + "modal": false, + "resizable": false, + "show": "onDemand", + "size": 150, + "viewParams": {}, + "viewPath": "autStand/Docked_Views/Footer" + } + ], + "top": [ + { + "anchor": "fixed", + "autoBreakpoint": 480, + "content": "push", + "handle": "hide", + "iconUrl": "", + "id": "", + "modal": false, + "resizable": false, + "show": "visible", + "size": 70, + "viewParams": {}, + "viewPath": "autStand/Docked_Views/Header" + } + ] + }, + "title": "", + "viewPath": "autStand/Windows/Help" + }, "/autStand/home": { "docks": { "bottom": [ diff --git a/BNA8/com.inductiveautomation.perspective/page-config/resource.json b/BNA8/com.inductiveautomation.perspective/page-config/resource.json index 667f32de..4f7158a2 100644 --- a/BNA8/com.inductiveautomation.perspective/page-config/resource.json +++ b/BNA8/com.inductiveautomation.perspective/page-config/resource.json @@ -9,8 +9,8 @@ "attributes": { "lastModification": { "actor": "admin", - "timestamp": "2025-10-10T08:22:58Z" + "timestamp": "2025-10-10T11:45:44Z" }, - "lastModificationSignature": "dff66aeda7c42c2c6d3b4666725c15096986a90158433e67a59502fbc632978d" + "lastModificationSignature": "d780af4aa33e5afd81c64bae516c886d4ea4f94132ff7d54e6d0ff6662b582d3" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Windows/Help/resource.json b/BNA8/com.inductiveautomation.perspective/views/Windows/Help/resource.json index 12f4c0be..89df51bf 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Windows/Help/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Windows/Help/resource.json @@ -10,8 +10,8 @@ "attributes": { "lastModification": { "actor": "admin", - "timestamp": "2025-09-15T15:14:51Z" + "timestamp": "2025-10-10T11:43:53Z" }, - "lastModificationSignature": "90313fbb169475ab1ac43299cb87003d9ec8103ed1387461ccccb21215e430e7" + "lastModificationSignature": "6bb13f6df2e573a33eb28f7b21848dc97b6a1253c16e26a25c8b7f0355e8d610" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Windows/Help/thumbnail.png b/BNA8/com.inductiveautomation.perspective/views/Windows/Help/thumbnail.png index 75915dbb..c1674da8 100644 Binary files a/BNA8/com.inductiveautomation.perspective/views/Windows/Help/thumbnail.png and b/BNA8/com.inductiveautomation.perspective/views/Windows/Help/thumbnail.png differ diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/DPMS/MCM01-DPM/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/DPMS/MCM01-DPM/resource.json index f8be491a..a3caa709 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/DPMS/MCM01-DPM/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/DPMS/MCM01-DPM/resource.json @@ -10,8 +10,8 @@ "attributes": { "lastModification": { "actor": "admin", - "timestamp": "2025-10-02T13:15:35Z" + "timestamp": "2025-10-10T11:02:54Z" }, - "lastModificationSignature": "96d7bb7f14f67ffad57f47fcefdf02007f2490d890eb42f9359ed5332320d2ff" + "lastModificationSignature": "7f87f2c2da9048a1c11c390c7d569d46992bc96b0125c2a8aeba8dd3e46abf06" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/DPMS/MCM01-DPM/thumbnail.png b/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/DPMS/MCM01-DPM/thumbnail.png index d588efe2..acd18f94 100644 Binary files a/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/DPMS/MCM01-DPM/thumbnail.png and b/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/DPMS/MCM01-DPM/thumbnail.png differ diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Detailed_Views/MCM-Views/MCM01/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Detailed_Views/MCM-Views/MCM01/resource.json index fcc1e5cd..6a57c472 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Detailed_Views/MCM-Views/MCM01/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Detailed_Views/MCM-Views/MCM01/resource.json @@ -10,8 +10,8 @@ "attributes": { "lastModification": { "actor": "admin", - "timestamp": "2025-10-10T08:54:50Z" + "timestamp": "2025-10-10T12:05:04Z" }, - "lastModificationSignature": "0fe036864c809bd2d20fa73e4cf2c26f35841d67919018088ce5abc29dac6724" + "lastModificationSignature": "b147703a060803cafe6723e2ec755aace67a25334053e410f653f00e804be0c1" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Detailed_Views/MCM-Views/MCM01/thumbnail.png b/BNA8/com.inductiveautomation.perspective/views/autStand/Detailed_Views/MCM-Views/MCM01/thumbnail.png index e9a993b4..aa0e8e52 100644 Binary files a/BNA8/com.inductiveautomation.perspective/views/autStand/Detailed_Views/MCM-Views/MCM01/thumbnail.png and b/BNA8/com.inductiveautomation.perspective/views/autStand/Detailed_Views/MCM-Views/MCM01/thumbnail.png differ diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Detailed_Views/MCM-Views/MCM01/view.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Detailed_Views/MCM-Views/MCM01/view.json index 63896e74..daa13e1d 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Detailed_Views/MCM-Views/MCM01/view.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Detailed_Views/MCM-Views/MCM01/view.json @@ -28,10 +28,10 @@ "name": "UL15_2" }, "position": { - "height": 70.96, - "width": 49.21, - "x": 39.77, - "y": 382 + "height": 0.0657, + "width": 0.0266, + "x": 0.0215, + "y": 0.3537 }, "props": { "params": { @@ -61,10 +61,10 @@ "name": "UL14_4" }, "position": { - "height": 70.96, - "width": 49.21, - "x": 261.22, - "y": 332.1 + "height": 0.0657, + "width": 0.0266, + "x": 0.1412, + "y": 0.3075 }, "props": { "params": { @@ -94,13 +94,13 @@ "name": "UL15_5" }, "position": { - "height": 29.16, + "height": 0.027, "rotate": { "angle": "150deg" }, - "width": 59.38, - "x": 158.54, - "y": 319.14 + "width": 0.0321, + "x": 0.0857, + "y": 0.2955 }, "props": { "loading": { @@ -133,13 +133,13 @@ "name": "UL14_5" }, "position": { - "height": 28.62, + "height": 0.0265, "rotate": { "angle": "150deg" }, - "width": 59.38, - "x": 298.77, - "y": 318.17 + "width": 0.0321, + "x": 0.1615, + "y": 0.2946 }, "props": { "params": { @@ -185,10 +185,10 @@ } }, "position": { - "height": 54.97, - "width": 172.42, - "x": 1523.28, - "y": 791.96 + "height": 0.0509, + "width": 0.0932, + "x": 0.8234, + "y": 0.7333 }, "props": { "primary": false, @@ -204,10 +204,10 @@ "name": "PS3_1" }, "position": { - "height": 29.05, - "width": 440.3, - "x": 137.82, - "y": 301 + "height": 0.0269, + "width": 0.238, + "x": 0.0745, + "y": 0.2787 }, "props": { "params": { @@ -237,10 +237,10 @@ "name": "PS3_3" }, "position": { - "height": 29.05, - "width": 478.96, - "x": 975.13, - "y": 301 + "height": 0.0269, + "width": 0.2589, + "x": 0.5271, + "y": 0.2787 }, "props": { "params": { @@ -271,13 +271,13 @@ "name": "PS3_5" }, "position": { - "height": 31, + "height": 0.0287, "rotate": { "angle": "90deg" }, - "width": 192.03, - "x": 1415.42, - "y": 443.34 + "width": 0.1038, + "x": 0.7651, + "y": 0.4105 }, "props": { "params": { @@ -307,10 +307,10 @@ "name": "PS3_2" }, "position": { - "height": 29.05, - "width": 394.05, - "x": 579.05, - "y": 301 + "height": 0.0269, + "width": 0.213, + "x": 0.313, + "y": 0.2787 }, "props": { "params": { @@ -340,13 +340,13 @@ "name": "PS3_6" }, "position": { - "height": 30.02, + "height": 0.0278, "rotate": { "angle": "90deg" }, - "width": 54.94, - "x": 1483.69, - "y": 567.54 + "width": 0.0297, + "x": 0.802, + "y": 0.5255 }, "props": { "params": { @@ -376,10 +376,10 @@ "name": "PS3_8" }, "position": { - "height": 31, - "width": 76.03, - "x": 1557.69, - "y": 649.4 + "height": 0.0287, + "width": 0.0411, + "x": 0.842, + "y": 0.6013 }, "props": { "params": { @@ -409,10 +409,10 @@ "name": "PS3_9AL" }, "position": { - "height": 30.02, - "width": 73.26, - "x": 1635.76, - "y": 649.4 + "height": 0.0278, + "width": 0.0396, + "x": 0.8842, + "y": 0.6013 }, "props": { "params": { @@ -442,10 +442,10 @@ "name": "PS3_10" }, "position": { - "height": 23.98, - "width": 59.01, - "x": 1709.94, - "y": 649.4 + "height": 0.0222, + "width": 0.0319, + "x": 0.9243, + "y": 0.6013 }, "props": { "params": { @@ -475,10 +475,10 @@ "name": "UL14_1" }, "position": { - "height": 29.05, - "width": 182.96, - "x": 186.11, - "y": 578.66 + "height": 0.0269, + "width": 0.0989, + "x": 0.1006, + "y": 0.5358 }, "props": { "params": { @@ -508,10 +508,10 @@ "name": "PS3_11" }, "position": { - "height": 23.98, - "width": 64.01, - "x": 1767.29, - "y": 649.4 + "height": 0.0222, + "width": 0.0346, + "x": 0.9553, + "y": 0.6013 }, "props": { "params": { @@ -541,13 +541,13 @@ "name": "UL15_1" }, "position": { - "height": 29.05, + "height": 0.0269, "rotate": { "angle": "90deg" }, - "width": 125.98, - "x": -8.14, - "y": 498.96 + "width": 0.0681, + "x": -0.0044, + "y": 0.462 }, "props": { "params": { @@ -577,13 +577,13 @@ "name": "UL14_2" }, "position": { - "height": 29.05, + "height": 0.0269, "rotate": { "angle": "90deg" }, - "width": 46.06, - "x": 254.19, - "y": 462.78 + "width": 0.0249, + "x": 0.1374, + "y": 0.4285 }, "props": { "params": { @@ -613,13 +613,13 @@ "name": "UL14_3" }, "position": { - "height": 29.05, + "height": 0.0269, "rotate": { "angle": "90deg" }, - "width": 51.98, - "x": 250.86, - "y": 413.1 + "width": 0.0281, + "x": 0.1356, + "y": 0.3825 }, "props": { "params": { @@ -649,13 +649,13 @@ "name": "UL15_4" }, "position": { - "height": 29.16, + "height": 0.027, "rotate": { "angle": "150deg" }, - "width": 49.76, - "x": 116.18, - "y": 346.46 + "width": 0.0269, + "x": 0.0628, + "y": 0.3208 }, "props": { "params": { @@ -685,10 +685,10 @@ "name": "PS3_7" }, "position": { - "height": 83.7, - "width": 69, - "x": 1490.53, - "y": 603.07 + "height": 0.0775, + "width": 0.0373, + "x": 0.8057, + "y": 0.5584 }, "props": { "params": { @@ -718,13 +718,13 @@ "name": "UL15_3" }, "position": { - "height": 29.16, + "height": 0.027, "rotate": { "angle": "150deg" }, - "width": 45.88, - "x": 76.03, - "y": 371.09 + "width": 0.0248, + "x": 0.0411, + "y": 0.3436 }, "props": { "params": { @@ -754,10 +754,10 @@ "name": "PS3_4" }, "position": { - "height": 85, - "width": 75.11, - "x": 1453.35, - "y": 289.01 + "height": 0.0787, + "width": 0.0406, + "x": 0.7856, + "y": 0.2676 }, "props": { "params": { @@ -787,10 +787,10 @@ "name": "Jam_Camera1" }, "position": { - "height": 30.02, - "width": 28.86, - "x": 28.86, - "y": 323.03 + "height": 0.0278, + "width": 0.0156, + "x": 0.0156, + "y": 0.2991 }, "props": { "params": { @@ -822,10 +822,10 @@ "name": "Jam_Camera2" }, "position": { - "height": 30.02, - "width": 28.86, - "x": 776.62, - "y": 371.95 + "height": 0.0278, + "width": 0.0156, + "x": 0.4198, + "y": 0.3444 }, "props": { "params": { @@ -857,10 +857,10 @@ "name": "Jam_Camera3" }, "position": { - "height": 30.02, - "width": 28.86, - "x": 1428, - "y": 659.99 + "height": 0.0278, + "width": 0.0156, + "x": 0.7719, + "y": 0.6111 }, "props": { "params": { @@ -892,10 +892,10 @@ "name": "Jam_Camera4" }, "position": { - "height": 30.02, - "width": 28.86, - "x": 1752.68, - "y": 339.01 + "height": 0.0278, + "width": 0.0156, + "x": 0.9474, + "y": 0.3139 }, "props": { "params": { @@ -927,10 +927,10 @@ "name": "UL15_1_SS1" }, "position": { - "height": 19.98, - "width": 33.67, - "x": 37.55, - "y": 578.99 + "height": 0.0185, + "width": 0.0182, + "x": 0.0203, + "y": 0.5361 }, "props": { "params": { @@ -960,10 +960,10 @@ "name": "UL14_1_SS1" }, "position": { - "height": 19.98, - "width": 33.67, - "x": 260.11, - "y": 687.53 + "height": 0.0185, + "width": 0.0182, + "x": 0.1406, + "y": 0.6366 }, "props": { "params": { @@ -993,10 +993,10 @@ "name": "PS3_1_SS1" }, "position": { - "height": 19.98, - "width": 33.67, - "x": 330.41, - "y": 267.95 + "height": 0.0185, + "width": 0.0182, + "x": 0.1786, + "y": 0.2481 }, "props": { "params": { @@ -1026,10 +1026,10 @@ "name": "PS3_11_SS1" }, "position": { - "height": 19.98, - "width": 33.67, - "x": 1810.58, - "y": 605.12 + "height": 0.0185, + "width": 0.0182, + "x": 0.9787, + "y": 0.5603 }, "props": { "params": { @@ -1059,10 +1059,10 @@ "name": "PS3_11_SS2" }, "position": { - "height": 19.98, - "width": 33.67, - "x": 1808.54, - "y": 718.2 + "height": 0.0185, + "width": 0.0182, + "x": 0.9776, + "y": 0.665 }, "props": { "params": { @@ -1092,10 +1092,10 @@ "name": "UL15_1_EPC2" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 71.41, - "y": 555.88 + "height": 0.0185, + "width": 0.0104, + "x": 0.0386, + "y": 0.5147 }, "props": { "params": { @@ -1125,10 +1125,10 @@ "name": "UL15_1_EPC1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 17.76, - "y": 555.88 + "height": 0.0185, + "width": 0.0104, + "x": 0.0096, + "y": 0.5147 }, "props": { "params": { @@ -1158,10 +1158,10 @@ "name": "PS3_1_EPC1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 302.47, - "y": 270.97 + "height": 0.0185, + "width": 0.0104, + "x": 0.1635, + "y": 0.2509 }, "props": { "params": { @@ -1191,10 +1191,10 @@ "name": "PS3_1_EPC2" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 372.96, - "y": 272.05 + "height": 0.0185, + "width": 0.0104, + "x": 0.2016, + "y": 0.2519 }, "props": { "params": { @@ -1224,10 +1224,10 @@ "name": "UL14_1_EPC1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 239.76, - "y": 663.44 + "height": 0.0185, + "width": 0.0104, + "x": 0.1296, + "y": 0.6143 }, "props": { "params": { @@ -1257,10 +1257,10 @@ "name": "UL14_1_EPC2" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 295.81, - "y": 663.44 + "height": 0.0185, + "width": 0.0104, + "x": 0.1599, + "y": 0.6143 }, "props": { "params": { @@ -1290,10 +1290,10 @@ "name": "PS3_11_EPC1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1803.18, - "y": 628.02 + "height": 0.0185, + "width": 0.0104, + "x": 0.9747, + "y": 0.5815 }, "props": { "params": { @@ -1323,10 +1323,10 @@ "name": "PS3_11_EPC2" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1801.88, - "y": 676.08 + "height": 0.0185, + "width": 0.0104, + "x": 0.974, + "y": 0.626 }, "props": { "params": { @@ -1356,10 +1356,10 @@ "name": "UL15_1_TPE1" }, "position": { - "height": 20.95, - "width": 54.02, - "x": 20.72, - "y": 439.13 + "height": 0.0194, + "width": 0.0292, + "x": 0.0112, + "y": 0.4066 }, "props": { "loading": { @@ -1392,13 +1392,13 @@ "name": "UL15_2_TPE1" }, "position": { - "height": 20.2, + "height": 0.0187, "rotate": { "angle": "60deg" }, - "width": 52.91, - "x": 50.87, - "y": 381.46 + "width": 0.0286, + "x": 0.0275, + "y": 0.3532 }, "props": { "params": { @@ -1428,13 +1428,13 @@ "name": "UL15_3_TPE1" }, "position": { - "height": 20.2, + "height": 0.0187, "rotate": { "angle": "60deg" }, - "width": 52.91, - "x": 90.83, - "y": 358.78 + "width": 0.0286, + "x": 0.0491, + "y": 0.3322 }, "props": { "params": { @@ -1464,13 +1464,13 @@ "name": "UL15_4_TPE1" }, "position": { - "height": 19.66, + "height": 0.0182, "rotate": { "angle": "60deg" }, - "width": 52.91, - "x": 133.75, - "y": 334.26 + "width": 0.0286, + "x": 0.0723, + "y": 0.3095 }, "props": { "params": { @@ -1500,13 +1500,13 @@ "name": "PS3_1_TPE1" }, "position": { - "height": 24.95, + "height": 0.0231, "rotate": { "angle": "90deg" }, - "width": 52.91, - "x": 218.3, - "y": 298.08 + "width": 0.0286, + "x": 0.118, + "y": 0.276 }, "props": { "params": { @@ -1536,10 +1536,10 @@ "name": "UL14_1_TPE1" }, "position": { - "height": 19.01, - "width": 52.91, - "x": 246.05, - "y": 491.94 + "height": 0.0176, + "width": 0.0286, + "x": 0.133, + "y": 0.4555 }, "props": { "params": { @@ -1569,10 +1569,10 @@ "name": "UL14_2_TPE1" }, "position": { - "height": 19.01, - "width": 52.91, - "x": 245.12, - "y": 444.53 + "height": 0.0176, + "width": 0.0286, + "x": 0.1325, + "y": 0.4116 }, "props": { "params": { @@ -1602,10 +1602,10 @@ "name": "UL14_3_TPE1" }, "position": { - "height": 20.95, - "width": 52.91, - "x": 246.05, - "y": 391.18 + "height": 0.0194, + "width": 0.0286, + "x": 0.133, + "y": 0.3622 }, "props": { "params": { @@ -1635,13 +1635,13 @@ "name": "UL14_4_TPE1" }, "position": { - "height": 19.98, + "height": 0.0185, "rotate": { "angle": "60deg" }, - "width": 52.91, - "x": 273.06, - "y": 334.04 + "width": 0.0286, + "x": 0.1476, + "y": 0.3093 }, "props": { "params": { @@ -1671,13 +1671,13 @@ "name": "PS3_1_TPE2" }, "position": { - "height": 27, + "height": 0.025, "rotate": { "angle": "90deg" }, - "width": 54.02, - "x": 384.8, - "y": 297.43 + "width": 0.0292, + "x": 0.208, + "y": 0.2754 }, "props": { "params": { @@ -1707,13 +1707,13 @@ "name": "PS3_1_TPE3" }, "position": { - "height": 19.98, + "height": 0.0185, "rotate": { "angle": "90deg" }, - "width": 52.91, - "x": 552.59, - "y": 300.13 + "width": 0.0286, + "x": 0.2987, + "y": 0.2779 }, "props": { "params": { @@ -1743,13 +1743,13 @@ "name": "PS3_2_TPE1" }, "position": { - "height": 19.98, + "height": 0.0185, "rotate": { "angle": "90deg" }, - "width": 52.91, - "x": 947.75, - "y": 299.92 + "width": 0.0286, + "x": 0.5123, + "y": 0.2777 }, "props": { "params": { @@ -1779,13 +1779,13 @@ "name": "PS3_3_TPE1" }, "position": { - "height": 19.98, + "height": 0.0185, "rotate": { "angle": "270deg" }, - "width": 52.91, - "x": 1426.52, - "y": 310.61 + "width": 0.0286, + "x": 0.7711, + "y": 0.2876 }, "props": { "params": { @@ -1815,10 +1815,10 @@ "name": "PS3_4_TPE1" }, "position": { - "height": 19.98, - "width": 52.91, - "x": 1481.47, - "y": 353.38 + "height": 0.0185, + "width": 0.0286, + "x": 0.8008, + "y": 0.3272 }, "props": { "params": { @@ -1848,13 +1848,13 @@ "name": "PS3_5_TPE1" }, "position": { - "height": 19.98, + "height": 0.0185, "rotate": { "angle": "180deg" }, - "width": 52.91, - "x": 1489.98, - "y": 543.46 + "width": 0.0286, + "x": 0.8054, + "y": 0.5032 }, "props": { "params": { @@ -1884,13 +1884,13 @@ "name": "PS3_7_TPE1" }, "position": { - "height": 19.98, + "height": 0.0185, "rotate": { "angle": "90deg" }, - "width": 52.91, - "x": 1529.57, - "y": 649.94 + "width": 0.0286, + "x": 0.8268, + "y": 0.6018 }, "props": { "params": { @@ -1920,13 +1920,13 @@ "name": "PS3_8_TPE1" }, "position": { - "height": 19.98, + "height": 0.0185, "rotate": { "angle": "90deg" }, - "width": 52.91, - "x": 1608.56, - "y": 649.94 + "width": 0.0286, + "x": 0.8695, + "y": 0.6018 }, "props": { "params": { @@ -1956,13 +1956,13 @@ "name": "PS3_9AL_TPE1" }, "position": { - "height": 19.98, + "height": 0.0185, "rotate": { "angle": "90deg" }, - "width": 52.91, - "x": 1683.67, - "y": 648.86 + "width": 0.0286, + "x": 0.9101, + "y": 0.6008 }, "props": { "params": { @@ -1992,13 +1992,13 @@ "name": "PS3_10_TPE1" }, "position": { - "height": 19.98, + "height": 0.0185, "rotate": { "angle": "90deg" }, - "width": 52.91, - "x": 1740.65, - "y": 646.92 + "width": 0.0286, + "x": 0.9409, + "y": 0.599 }, "props": { "params": { @@ -2028,13 +2028,13 @@ "name": "PS3_11_TPE1" }, "position": { - "height": 19.98, + "height": 0.0185, "rotate": { "angle": "90deg" }, - "width": 52.91, - "x": 1804.1, - "y": 644.87 + "width": 0.0286, + "x": 0.9752, + "y": 0.5971 }, "props": { "params": { @@ -2064,10 +2064,10 @@ "name": "UL15_1_BCN1_A" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 6.84, - "y": 416.99 + "height": 0.0185, + "width": 0.0104, + "x": 0.0037, + "y": 0.3861 }, "props": { "params": { @@ -2097,10 +2097,10 @@ "name": "UL15_1_BCN1_R" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 6.84, - "y": 397.98 + "height": 0.0185, + "width": 0.0104, + "x": 0.0037, + "y": 0.3685 }, "props": { "params": { @@ -2130,10 +2130,10 @@ "name": "UL15_1_BCN2_R" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 76.96, - "y": 467.96 + "height": 0.0185, + "width": 0.0104, + "x": 0.0416, + "y": 0.4333 }, "props": { "params": { @@ -2164,10 +2164,10 @@ "name": "PS3_1_BCN1_A" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 237.17, - "y": 339.98 + "height": 0.0185, + "width": 0.0104, + "x": 0.1282, + "y": 0.3148 }, "props": { "params": { @@ -2198,10 +2198,10 @@ "name": "UL14_1_BCN1_A" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 224.03, - "y": 475.42 + "height": 0.0185, + "width": 0.0104, + "x": 0.1211, + "y": 0.4402 }, "props": { "params": { @@ -2232,10 +2232,10 @@ "name": "UL14_1_BCN1_R" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 224.03, - "y": 456.41 + "height": 0.0185, + "width": 0.0104, + "x": 0.1211, + "y": 0.4226 }, "props": { "params": { @@ -2266,10 +2266,10 @@ "name": "UL14_1_BCN2_R" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 302.66, - "y": 518.18 + "height": 0.0185, + "width": 0.0104, + "x": 0.1636, + "y": 0.4798 }, "props": { "params": { @@ -2299,10 +2299,10 @@ "name": "PS3_1_BCN2_A" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 337.25, - "y": 246.02 + "height": 0.0185, + "width": 0.0104, + "x": 0.1823, + "y": 0.2278 }, "props": { "params": { @@ -2333,10 +2333,10 @@ "name": "PS3_1_BCN2_R" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 337.25, - "y": 227.88 + "height": 0.0185, + "width": 0.0104, + "x": 0.1823, + "y": 0.211 }, "props": { "params": { @@ -2366,10 +2366,10 @@ "name": "PS3_1_BCN4_A" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 543.53, - "y": 254.02 + "height": 0.0185, + "width": 0.0104, + "x": 0.2938, + "y": 0.2352 }, "props": { "params": { @@ -2399,10 +2399,10 @@ "name": "PS3_1_BCN4_H" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 543.53, - "y": 235.01 + "height": 0.0185, + "width": 0.0104, + "x": 0.2938, + "y": 0.2176 }, "props": { "params": { @@ -2432,10 +2432,10 @@ "name": "PS3_2_BCN1_A" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 937.57, - "y": 254.99 + "height": 0.0185, + "width": 0.0104, + "x": 0.5068, + "y": 0.2361 }, "props": { "params": { @@ -2465,10 +2465,10 @@ "name": "PS3_4_BCN1_A" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1471.29, - "y": 375.95 + "height": 0.0185, + "width": 0.0104, + "x": 0.7953, + "y": 0.3481 }, "props": { "params": { @@ -2498,10 +2498,10 @@ "name": "PS3_8_BCN1_A" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1579.52, - "y": 605.88 + "height": 0.0185, + "width": 0.0104, + "x": 0.8538, + "y": 0.561 }, "props": { "params": { @@ -2531,10 +2531,10 @@ "name": "PS3_10_BCN1_A" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1719.56, - "y": 607.5 + "height": 0.0185, + "width": 0.0104, + "x": 0.9295, + "y": 0.5625 }, "props": { "params": { @@ -2564,10 +2564,10 @@ "name": "PS3_11_BCN1_R" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1817.42, - "y": 583.96 + "height": 0.0185, + "width": 0.0104, + "x": 0.9824, + "y": 0.5407 }, "props": { "params": { @@ -2597,10 +2597,10 @@ "name": "PS3_11_BCN2_R" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1814.28, - "y": 698 + "height": 0.0185, + "width": 0.0104, + "x": 0.9807, + "y": 0.6463 }, "props": { "params": { @@ -2631,10 +2631,10 @@ "name": "UL14_1_ENSH1" }, "position": { - "height": 24.95, - "width": 24.05, - "x": 300.25, - "y": 493.02 + "height": 0.0231, + "width": 0.013, + "x": 0.1623, + "y": 0.4565 }, "props": { "params": { @@ -2665,10 +2665,10 @@ "name": "UL14_2_ENSH1" }, "position": { - "height": 24.95, - "width": 24.05, - "x": 301.18, - "y": 442.48 + "height": 0.0231, + "width": 0.013, + "x": 0.1628, + "y": 0.4097 }, "props": { "params": { @@ -2699,10 +2699,10 @@ "name": "UL14_3_ENSH1" }, "position": { - "height": 24.95, - "width": 24.05, - "x": 301.18, - "y": 396.79 + "height": 0.0231, + "width": 0.013, + "x": 0.1628, + "y": 0.3674 }, "props": { "params": { @@ -2733,10 +2733,10 @@ "name": "UL14_4_ENSH1" }, "position": { - "height": 24.95, - "width": 24.05, - "x": 319.12, - "y": 354.35 + "height": 0.0231, + "width": 0.013, + "x": 0.1725, + "y": 0.3281 }, "props": { "params": { @@ -2767,10 +2767,10 @@ "name": "UL15_1_ENSH1" }, "position": { - "height": 24.95, - "width": 24.05, - "x": 73.63, - "y": 443.88 + "height": 0.0231, + "width": 0.013, + "x": 0.0398, + "y": 0.411 }, "props": { "params": { @@ -2801,10 +2801,10 @@ "name": "UL15_2_ENSH1" }, "position": { - "height": 24.95, - "width": 24.05, - "x": 92.87, - "y": 405.22 + "height": 0.0231, + "width": 0.013, + "x": 0.0502, + "y": 0.3752 }, "props": { "params": { @@ -2835,10 +2835,10 @@ "name": "UL15_3_ENSH1" }, "position": { - "height": 24.95, - "width": 24.05, - "x": 130.98, - "y": 385.99 + "height": 0.0231, + "width": 0.013, + "x": 0.0708, + "y": 0.3574 }, "props": { "params": { @@ -2869,10 +2869,10 @@ "name": "UL15_4_ENSH1" }, "position": { - "height": 24.95, - "width": 24.05, - "x": 171.68, - "y": 362.23 + "height": 0.0231, + "width": 0.013, + "x": 0.0928, + "y": 0.3354 }, "props": { "params": { @@ -2903,10 +2903,10 @@ "name": "PS3_1_ENW1" }, "position": { - "height": 24.95, - "width": 24.05, - "x": 507.27, - "y": 303.05 + "height": 0.0231, + "width": 0.013, + "x": 0.2742, + "y": 0.2806 }, "props": { "params": { @@ -2937,10 +2937,10 @@ "name": "PS3_1_ENW2" }, "position": { - "height": 24.95, - "width": 24.05, - "x": 1727.15, - "y": 649.94 + "height": 0.0231, + "width": 0.013, + "x": 0.9336, + "y": 0.6018 }, "props": { "params": { @@ -2971,10 +2971,10 @@ "name": "PS3_11_ENW1" }, "position": { - "height": 24.95, - "width": 24.05, - "x": 1786.53, - "y": 648.97 + "height": 0.0231, + "width": 0.013, + "x": 0.9657, + "y": 0.6009 }, "props": { "params": { @@ -3005,10 +3005,10 @@ "name": "UL15_1_VFD1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 75.85, - "y": 519.7 + "height": 0.0185, + "width": 0.0104, + "x": 0.041, + "y": 0.4812 }, "props": { "params": { @@ -3039,10 +3039,10 @@ "name": "UL15_2_VFD1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 98.05, - "y": 432 + "height": 0.0185, + "width": 0.0104, + "x": 0.053, + "y": 0.4 }, "props": { "params": { @@ -3073,10 +3073,10 @@ "name": "UL15_3_VFD1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 110.44, - "y": 394.96 + "height": 0.0185, + "width": 0.0104, + "x": 0.0597, + "y": 0.3657 }, "props": { "params": { @@ -3109,10 +3109,10 @@ "name": "UL15_4_VFD1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 148.92, - "y": 372.28 + "height": 0.0185, + "width": 0.0104, + "x": 0.0805, + "y": 0.3447 }, "props": { "params": { @@ -3145,10 +3145,10 @@ "name": "UL15_5_VFD1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 189.62, - "y": 348.41 + "height": 0.0185, + "width": 0.0104, + "x": 0.1025, + "y": 0.3226 }, "props": { "params": { @@ -3181,10 +3181,10 @@ "name": "UL14_1_VFD1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 306.17, - "y": 540.43 + "height": 0.0185, + "width": 0.0104, + "x": 0.1655, + "y": 0.5004 }, "props": { "params": { @@ -3215,10 +3215,10 @@ "name": "UL14_2_VFD1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 301.73, - "y": 468.83 + "height": 0.0185, + "width": 0.0104, + "x": 0.1631, + "y": 0.4341 }, "props": { "params": { @@ -3249,10 +3249,10 @@ "name": "UL14_3_VFD1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 300.81, - "y": 422.17 + "height": 0.0185, + "width": 0.0104, + "x": 0.1626, + "y": 0.3909 }, "props": { "params": { @@ -3283,10 +3283,10 @@ "name": "UL14_4_VFD1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 300.81, - "y": 374.65 + "height": 0.0185, + "width": 0.0104, + "x": 0.1626, + "y": 0.3469 }, "props": { "params": { @@ -3317,10 +3317,10 @@ "name": "UL14_5_VFD1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 339.29, - "y": 342.14 + "height": 0.0185, + "width": 0.0104, + "x": 0.1834, + "y": 0.3168 }, "props": { "params": { @@ -3351,10 +3351,10 @@ "name": "PS3_1_VFD1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 529.1, - "y": 333.4 + "height": 0.0185, + "width": 0.0104, + "x": 0.286, + "y": 0.3087 }, "props": { "params": { @@ -3385,10 +3385,10 @@ "name": "PS3_2_VFD1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 681.35, - "y": 332.42 + "height": 0.0185, + "width": 0.0104, + "x": 0.3683, + "y": 0.3078 }, "props": { "params": { @@ -3419,10 +3419,10 @@ "name": "PS3_3_VFD1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1379.35, - "y": 334.04 + "height": 0.0185, + "width": 0.0104, + "x": 0.7456, + "y": 0.3093 }, "props": { "params": { @@ -3453,10 +3453,10 @@ "name": "PS3_4_VFD1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1447.61, - "y": 352.84 + "height": 0.0185, + "width": 0.0104, + "x": 0.7825, + "y": 0.3267 }, "props": { "params": { @@ -3489,10 +3489,10 @@ "name": "PS3_5_VFD1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1533.08, - "y": 475.09 + "height": 0.0185, + "width": 0.0104, + "x": 0.8287, + "y": 0.4399 }, "props": { "params": { @@ -3525,10 +3525,10 @@ "name": "PS3_6_VFD1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1531.79, - "y": 582.44 + "height": 0.0185, + "width": 0.0104, + "x": 0.828, + "y": 0.5393 }, "props": { "params": { @@ -3561,10 +3561,10 @@ "name": "PS3_7_VFD1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1528.09, - "y": 622.51 + "height": 0.0185, + "width": 0.0104, + "x": 0.826, + "y": 0.5764 }, "props": { "params": { @@ -3597,10 +3597,10 @@ "name": "PS3_8_VFD1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1606.16, - "y": 626.94 + "height": 0.0185, + "width": 0.0104, + "x": 0.8682, + "y": 0.5805 }, "props": { "params": { @@ -3633,10 +3633,10 @@ "name": "PS3_9AL_VFD1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1645.01, - "y": 628.02 + "height": 0.0185, + "width": 0.0104, + "x": 0.8892, + "y": 0.5815 }, "props": { "params": { @@ -3669,10 +3669,10 @@ "name": "PS3_10_VFD1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1739.91, - "y": 628.02 + "height": 0.0185, + "width": 0.0104, + "x": 0.9405, + "y": 0.5815 }, "props": { "params": { @@ -3705,10 +3705,10 @@ "name": "PS3_11_VFD1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1776.54, - "y": 628.99 + "height": 0.0185, + "width": 0.0104, + "x": 0.9603, + "y": 0.5824 }, "props": { "params": { @@ -3741,10 +3741,10 @@ "name": "PS3_9B_VFD1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1681.27, - "y": 627.05 + "height": 0.0185, + "width": 0.0104, + "x": 0.9088, + "y": 0.5806 }, "props": { "params": { @@ -3777,10 +3777,10 @@ "name": "UL15_1_JR1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 17.94, - "y": 459.11 + "height": 0.0185, + "width": 0.0104, + "x": 0.0097, + "y": 0.4251 }, "props": { "params": { @@ -3810,10 +3810,10 @@ "name": "UL14_1_JR1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 224.03, - "y": 496.58 + "height": 0.0185, + "width": 0.0104, + "x": 0.1211, + "y": 0.4598 }, "props": { "params": { @@ -3843,10 +3843,10 @@ "name": "PS3_1_JR1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 236.98, - "y": 360.18 + "height": 0.0185, + "width": 0.0104, + "x": 0.1281, + "y": 0.3335 }, "props": { "params": { @@ -3876,10 +3876,10 @@ "name": "PS3_1_JR2" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 402.93, - "y": 360.07 + "height": 0.0185, + "width": 0.0104, + "x": 0.2178, + "y": 0.3334 }, "props": { "params": { @@ -3909,10 +3909,10 @@ "name": "PS3_1_JR3" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 543.53, - "y": 276.05 + "height": 0.0185, + "width": 0.0104, + "x": 0.2938, + "y": 0.2556 }, "props": { "params": { @@ -3942,10 +3942,10 @@ "name": "PS3_2_JR1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 937.57, - "y": 276.05 + "height": 0.0185, + "width": 0.0104, + "x": 0.5068, + "y": 0.2556 }, "props": { "params": { @@ -3975,10 +3975,10 @@ "name": "PS3_4_JR1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1471.29, - "y": 396.04 + "height": 0.0185, + "width": 0.0104, + "x": 0.7953, + "y": 0.3667 }, "props": { "params": { @@ -4008,10 +4008,10 @@ "name": "PS3_8_JR2" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1584.14, - "y": 681.05 + "height": 0.0185, + "width": 0.0104, + "x": 0.8563, + "y": 0.6306 }, "props": { "params": { @@ -4041,10 +4041,10 @@ "name": "PS3_8_JR1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1579.33, - "y": 625.97 + "height": 0.0185, + "width": 0.0104, + "x": 0.8537, + "y": 0.5796 }, "props": { "params": { @@ -4074,10 +4074,10 @@ "name": "PS3_10_JR2" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1724, - "y": 674.14 + "height": 0.0185, + "width": 0.0104, + "x": 0.9319, + "y": 0.6242 }, "props": { "params": { @@ -4107,10 +4107,10 @@ "name": "PS3_10_JR1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1719.56, - "y": 628.02 + "height": 0.0185, + "width": 0.0104, + "x": 0.9295, + "y": 0.5815 }, "props": { "params": { @@ -4140,10 +4140,10 @@ "name": "UL14_1_SIO1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 303.21, - "y": 561.06 + "height": 0.0185, + "width": 0.0104, + "x": 0.1639, + "y": 0.5195 }, "props": { "params": { @@ -4173,10 +4173,10 @@ "name": "UL14_2_SIO1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 323.93, - "y": 467.86 + "height": 0.0185, + "width": 0.0104, + "x": 0.1751, + "y": 0.4332 }, "props": { "params": { @@ -4206,10 +4206,10 @@ "name": "UL14_3_SIO1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 322.64, - "y": 421.31 + "height": 0.0185, + "width": 0.0104, + "x": 0.1744, + "y": 0.3901 }, "props": { "params": { @@ -4239,10 +4239,10 @@ "name": "UL14_4_SIO1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 322.08, - "y": 379.62 + "height": 0.0185, + "width": 0.0104, + "x": 0.1741, + "y": 0.3515 }, "props": { "params": { @@ -4272,10 +4272,10 @@ "name": "UL15_1_SIO1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 75.85, - "y": 498.96 + "height": 0.0185, + "width": 0.0104, + "x": 0.041, + "y": 0.462 }, "props": { "params": { @@ -4305,10 +4305,10 @@ "name": "UL15_2_SIO1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 75.85, - "y": 423.14 + "height": 0.0185, + "width": 0.0104, + "x": 0.041, + "y": 0.3918 }, "props": { "params": { @@ -4338,10 +4338,10 @@ "name": "UL15_3_SIO1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 124.13, - "y": 414.4 + "height": 0.0185, + "width": 0.0104, + "x": 0.0671, + "y": 0.3837 }, "props": { "params": { @@ -4371,10 +4371,10 @@ "name": "UL15_4_SIO1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 165.57, - "y": 388.8 + "height": 0.0185, + "width": 0.0104, + "x": 0.0895, + "y": 0.36 }, "props": { "params": { @@ -4404,10 +4404,10 @@ "name": "UL15_5_SIO1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 210.9, - "y": 338.15 + "height": 0.0185, + "width": 0.0104, + "x": 0.114, + "y": 0.3131 }, "props": { "params": { @@ -4437,10 +4437,10 @@ "name": "UL14_5_SIO1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 360.56, - "y": 332.75 + "height": 0.0185, + "width": 0.0104, + "x": 0.1949, + "y": 0.3081 }, "props": { "params": { @@ -4470,10 +4470,10 @@ "name": "PS3_1_SIO1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 506.16, - "y": 333.07 + "height": 0.0185, + "width": 0.0104, + "x": 0.2736, + "y": 0.3084 }, "props": { "params": { @@ -4503,10 +4503,10 @@ "name": "PS3_2_SIO1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 658.41, - "y": 331.34 + "height": 0.0185, + "width": 0.0104, + "x": 0.3559, + "y": 0.3068 }, "props": { "params": { @@ -4536,10 +4536,10 @@ "name": "PS3_3_SIO1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1358.26, - "y": 333.07 + "height": 0.0185, + "width": 0.0104, + "x": 0.7342, + "y": 0.3084 }, "props": { "params": { @@ -4569,10 +4569,10 @@ "name": "PS3_4_SIO1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1462.41, - "y": 335.23 + "height": 0.0185, + "width": 0.0104, + "x": 0.7905, + "y": 0.3104 }, "props": { "params": { @@ -4602,10 +4602,10 @@ "name": "PS3_5_SIO1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1533.08, - "y": 454.9 + "height": 0.0185, + "width": 0.0104, + "x": 0.8287, + "y": 0.4212 }, "props": { "params": { @@ -4635,10 +4635,10 @@ "name": "PS3_6_SIO1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1531.6, - "y": 562.9 + "height": 0.0185, + "width": 0.0104, + "x": 0.8279, + "y": 0.5212 }, "props": { "params": { @@ -4668,10 +4668,10 @@ "name": "PS3_7_SIO1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1545.85, - "y": 610.74 + "height": 0.0185, + "width": 0.0104, + "x": 0.8356, + "y": 0.5655 }, "props": { "params": { @@ -4701,10 +4701,10 @@ "name": "PS3_8_SIO1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1606.34, - "y": 606.74 + "height": 0.0185, + "width": 0.0104, + "x": 0.8683, + "y": 0.5618 }, "props": { "params": { @@ -4734,10 +4734,10 @@ "name": "PS3_9AL_SIO1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1645.01, - "y": 608.8 + "height": 0.0185, + "width": 0.0104, + "x": 0.8892, + "y": 0.5637 }, "props": { "params": { @@ -4767,10 +4767,10 @@ "name": "PS3_9B_SIO1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1681.82, - "y": 606.96 + "height": 0.0185, + "width": 0.0104, + "x": 0.9091, + "y": 0.562 }, "props": { "params": { @@ -4800,10 +4800,10 @@ "name": "PS3_11_SIO1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1775.98, - "y": 609.34 + "height": 0.0185, + "width": 0.0104, + "x": 0.96, + "y": 0.5642 }, "props": { "params": { @@ -4833,10 +4833,10 @@ "name": "PS3_10_SIO1" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 1742.13, - "y": 607.93 + "height": 0.0185, + "width": 0.0104, + "x": 0.9417, + "y": 0.5629 }, "props": { "params": { @@ -4866,10 +4866,10 @@ "name": "MCM01" }, "position": { - "height": 23.98, - "width": 29.97, - "x": 427.9, - "y": 401.98 + "height": 0.0222, + "width": 0.0162, + "x": 0.2313, + "y": 0.3722 }, "props": { "params": { @@ -4899,10 +4899,10 @@ "name": "PS3_1_DPM1" }, "position": { - "height": 22.03, - "width": 28.86, - "x": 259.74, - "y": 273.13 + "height": 0.0204, + "width": 0.0156, + "x": 0.1404, + "y": 0.2529 }, "props": { "params": { @@ -4932,10 +4932,10 @@ "name": "PS3_5_DPM1" }, "position": { - "height": 30.02, - "width": 28.86, - "x": 1541.22, - "y": 374.98 + "height": 0.0278, + "width": 0.0156, + "x": 0.8331, + "y": 0.3472 }, "props": { "params": { @@ -4965,10 +4965,10 @@ "name": "PDP01_FIOM1" }, "position": { - "height": 24.95, - "width": 24.05, - "x": 1355.67, - "y": 384.05 + "height": 0.0231, + "width": 0.013, + "x": 0.7328, + "y": 0.3556 }, "props": { "params": { @@ -4999,10 +4999,10 @@ "name": "PS3_1_BCN3_A" }, "position": { - "height": 19.98, - "width": 19.24, - "x": 402.93, - "y": 339.98 + "height": 0.0185, + "width": 0.0104, + "x": 0.2178, + "y": 0.3148 }, "props": { "params": { @@ -5033,13 +5033,13 @@ "name": "PS3_6_TPE1" }, "position": { - "height": 24.95, + "height": 0.0231, "rotate": { "angle": "180deg" }, - "width": 52.91, - "x": 1490.53, - "y": 598.86 + "width": 0.0286, + "x": 0.8057, + "y": 0.5545 }, "props": { "params": { @@ -5108,6 +5108,7 @@ } }, "props": { + "mode": "percent", "style": { "overflow": "visible" } diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Beacon/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Beacon/resource.json index dd131936..0fa8c22d 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Beacon/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Beacon/resource.json @@ -9,8 +9,8 @@ "attributes": { "lastModification": { "actor": "admin", - "timestamp": "2025-10-03T15:47:47Z" + "timestamp": "2025-10-10T11:54:45Z" }, - "lastModificationSignature": "fefa4759fc7ba9ad8d6c31e9ebb629bf3707ebf81239bee5ec82229f1c8657f1" + "lastModificationSignature": "8b70287a6b65da81c4dba5f2aab882dac465e12e2b2db22d38da37d16427922b" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Beacon/view.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Beacon/view.json index 1ddddbde..e51eba40 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Beacon/view.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Beacon/view.json @@ -5,6 +5,7 @@ "state": "Closed" }, "params": { + "demoColor": -1, "tagProps": [ "System/MCM02/Beacon/S03_CH115_BCN1_B", "value", @@ -32,7 +33,7 @@ }, "transforms": [ { - "expression": "coalesce({value},0)", + "expression": "if(\r\n {view.params.demoColor} \u003e\u003d 0,\r\n {view.params.demoColor},\r\n coalesce({value}, 0)\r\n)\r\n", "type": "expression" }, { @@ -414,6 +415,10 @@ }, "persistent": true }, + "params.demoColor": { + "paramDirection": "input", + "persistent": true + }, "params.tagProps": { "paramDirection": "input", "persistent": true diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Button/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Button/resource.json index d3346aed..f16117bc 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Button/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Button/resource.json @@ -10,8 +10,8 @@ "attributes": { "lastModification": { "actor": "admin", - "timestamp": "2025-09-26T13:13:41Z" + "timestamp": "2025-10-10T11:55:30Z" }, - "lastModificationSignature": "1f7f1ef9e7a017bddf5616fe4e4902207b42c8926b2228b54d85e17e53b21740" + "lastModificationSignature": "a3f3c43a75344ed6eb068a15a6fcc19d041869ed8e3913dc995697623f001a37" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Button/view.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Button/view.json index d08c7a8b..ae6428e5 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Button/view.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Button/view.json @@ -5,6 +5,7 @@ "state": "Closed" }, "params": { + "demoColor": -1, "tagProps": [ "system/mcm01/buttons/jr/ul15_1_jr1", "value", @@ -32,7 +33,7 @@ }, "transforms": [ { - "expression": "coalesce({value},0)", + "expression": "if(\r\n {view.params.demoColor} \u003e\u003d 0,\r\n {view.params.demoColor},\r\n coalesce({value}, 0)\r\n)\r\n", "type": "expression" }, { @@ -414,6 +415,10 @@ }, "persistent": true }, + "params.demoColor": { + "paramDirection": "input", + "persistent": true + }, "params.tagProps": { "paramDirection": "input", "persistent": true diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Conveyor/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Conveyor/resource.json index c54c37eb..db4e7985 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Conveyor/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Conveyor/resource.json @@ -10,8 +10,8 @@ "attributes": { "lastModification": { "actor": "admin", - "timestamp": "2025-10-09T11:35:04Z" + "timestamp": "2025-10-10T11:30:44Z" }, - "lastModificationSignature": "4b28c09ec718e36a4c553ca72e08566c360acd46acf23637d87534d5b01373bb" + "lastModificationSignature": "68bb24690aadc6510d858c2a32d6319a0656aa1f7cb0a0bd0e6e4331e529ea77" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Conveyor/thumbnail.png b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Conveyor/thumbnail.png index 3a57403a..801bbdaf 100644 Binary files a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Conveyor/thumbnail.png and b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Conveyor/thumbnail.png differ diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Conveyor/view.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Conveyor/view.json index 1bcb9384..f5a16709 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Conveyor/view.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Conveyor/view.json @@ -5,6 +5,7 @@ "state": "Closed" }, "params": { + "demoColor": -1, "tagProps": [ "value", "value", @@ -32,7 +33,7 @@ }, "transforms": [ { - "expression": "coalesce({value},0)", + "expression": "if(\r\n {view.params.demoColor} \u003e\u003d 0,\r\n {view.params.demoColor},\r\n coalesce({value}, 0)\r\n)\r\n", "type": "expression" }, { @@ -414,6 +415,10 @@ }, "persistent": true }, + "params.demoColor": { + "paramDirection": "input", + "persistent": true + }, "params.tagProps": { "paramDirection": "input", "persistent": true diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/DPM/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/DPM/resource.json index c831f92e..a30f135d 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/DPM/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/DPM/resource.json @@ -10,8 +10,8 @@ "attributes": { "lastModification": { "actor": "admin", - "timestamp": "2025-09-29T08:45:38Z" + "timestamp": "2025-10-10T11:48:23Z" }, - "lastModificationSignature": "7276c64acfdd63b2eaae0d65bd06a281a065d2df92cd178d2e8ee947eabd6103" + "lastModificationSignature": "95701d8bd2468de96f403a2c1a141c71c503787483d62b564226850a629b168a" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/DPM/thumbnail.png b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/DPM/thumbnail.png index 58a1259c..3e8e913e 100644 Binary files a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/DPM/thumbnail.png and b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/DPM/thumbnail.png differ diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/DPM/view.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/DPM/view.json index 7e5c25ca..f1453ef1 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/DPM/view.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/DPM/view.json @@ -5,6 +5,7 @@ "state": "Closed" }, "params": { + "demoColor": -1, "tagProps": [ "System/MCM01/DPM/PS3_1_DPM1", "value", @@ -32,7 +33,7 @@ }, "transforms": [ { - "expression": "coalesce({value},{view.params.forceFaultStatus},0)", + "expression": "if(\r\n {view.params.demoColor} \u003e\u003d 0,\r\n {view.params.demoColor},\r\n coalesce({value}, 0)\r\n)\r\n", "type": "expression" }, { @@ -410,6 +411,10 @@ }, "persistent": true }, + "params.demoColor": { + "paramDirection": "input", + "persistent": true + }, "params.tagProps": { "paramDirection": "inout", "persistent": true @@ -435,7 +440,7 @@ "props.elements[0].fill.paint": { "binding": { "config": { - "expression": "if(\r\n {view.custom.state} \u003d \"Closed\",\r\n \"#000000\",\r\n {view.custom.color}\r\n)\r\n" + "expression": "{view.custom.color}" }, "type": "expr" } diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/EPC/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/EPC/resource.json index 18a408e3..1bf74f25 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/EPC/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/EPC/resource.json @@ -10,8 +10,8 @@ "attributes": { "lastModification": { "actor": "admin", - "timestamp": "2025-10-09T10:03:35Z" + "timestamp": "2025-10-10T11:48:51Z" }, - "lastModificationSignature": "375e597109a2a628e034075884262b41df8cbe9744cf9ca242f108979794a349" + "lastModificationSignature": "f0350015bfc89e8ef66399e119e82428c4ee9f7ad3141cc76601116ae3800154" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/EPC/thumbnail.png b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/EPC/thumbnail.png index c40a764c..c3dac6a7 100644 Binary files a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/EPC/thumbnail.png and b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/EPC/thumbnail.png differ diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/EPC/view.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/EPC/view.json index ee5ee3a9..0757d5a5 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/EPC/view.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/EPC/view.json @@ -5,6 +5,7 @@ "state": "Closed" }, "params": { + "demoColor": -1, "tagProps": [ "System/MCM01/EPC/UL14_1_EPC1", "value", @@ -32,7 +33,7 @@ }, "transforms": [ { - "expression": "coalesce({value},0)", + "expression": "if(\r\n {view.params.demoColor} \u003e\u003d 0,\r\n {view.params.demoColor},\r\n coalesce({value}, 0)\r\n)\r\n", "type": "expression" }, { @@ -414,6 +415,10 @@ }, "persistent": true }, + "params.demoColor": { + "paramDirection": "input", + "persistent": true + }, "params.tagProps": { "paramDirection": "input", "persistent": true diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Encoder/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Encoder/resource.json index c983e6d9..cf8150fb 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Encoder/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Encoder/resource.json @@ -9,8 +9,8 @@ "attributes": { "lastModification": { "actor": "admin", - "timestamp": "2025-10-02T15:16:36Z" + "timestamp": "2025-10-10T11:49:50Z" }, - "lastModificationSignature": "5022afc11c2974e6f097f74b1db9945c3c495a2c028b1e60fbaaf21c944da549" + "lastModificationSignature": "cc2800538d048bef1513b5fbbae83a8026291b91405fac221775205607461613" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Encoder/view.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Encoder/view.json index e7d911d1..cd32b7b7 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Encoder/view.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Encoder/view.json @@ -4,6 +4,7 @@ "priority": "No Active Alarms" }, "params": { + "demoColor": -1, "tagProps": [ "System/MCM01/Encoder/UL14_1_ENSH1", "value", @@ -31,7 +32,7 @@ }, "transforms": [ { - "expression": "coalesce({value},0)", + "expression": "if(\r\n {view.params.demoColor} \u003e\u003d 0,\r\n {view.params.demoColor},\r\n coalesce({value}, 0)\r\n)\r\n", "type": "expression" }, { @@ -412,6 +413,10 @@ "type": "tag" } }, + "params.demoColor": { + "paramDirection": "input", + "persistent": true + }, "params.tagProps": { "paramDirection": "input", "persistent": true diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/IO_Block/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/IO_Block/resource.json index d384bc67..33aad5fc 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/IO_Block/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/IO_Block/resource.json @@ -10,8 +10,8 @@ "attributes": { "lastModification": { "actor": "admin", - "timestamp": "2025-10-03T11:55:55Z" + "timestamp": "2025-10-10T11:50:12Z" }, - "lastModificationSignature": "9686f2020d0dfd6219a260e7813d5cf3f85a53b3858cc21a746561f6155b9e18" + "lastModificationSignature": "29b348814472e36a872152df3ea161a44e27fdcbfcdaf121c69e9f0c16ebc3c8" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/IO_Block/thumbnail.png b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/IO_Block/thumbnail.png index 43c7c254..2ad7164d 100644 Binary files a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/IO_Block/thumbnail.png and b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/IO_Block/thumbnail.png differ diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/IO_Block/view.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/IO_Block/view.json index 48a42966..07329504 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/IO_Block/view.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/IO_Block/view.json @@ -6,6 +6,7 @@ "state": "Closed" }, "params": { + "demoColor": -1, "tagProps": [ "System/MCM01/FIO/PDP01_FIOM1", "value", @@ -48,7 +49,7 @@ }, "transforms": [ { - "expression": "coalesce({value},0)", + "expression": "if(\r\n {view.params.demoColor} \u003e\u003d 0,\r\n {view.params.demoColor},\r\n coalesce({value}, 0)\r\n)\r\n", "type": "expression" }, { @@ -430,6 +431,10 @@ }, "persistent": true }, + "params.demoColor": { + "paramDirection": "input", + "persistent": true + }, "params.tagProps": { "paramDirection": "input", "persistent": true @@ -438,7 +443,7 @@ "props": { "defaultSize": { "height": 30, - "width": 50 + "width": 35 } }, "root": { diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/MCM/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/MCM/resource.json index 8428b82c..52212b83 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/MCM/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/MCM/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "external", - "timestamp": "2025-09-26T13:13:23Z" + "actor": "admin", + "timestamp": "2025-10-10T11:55:51Z" }, - "lastModificationSignature": "08ca63b2b3065c1ebc88e503878e9e33e3c83eed40d1851daa74c7ca3fadc4a8" + "lastModificationSignature": "a18e81ca67a313d5bea6f46b88e000ec114d60362dc919aa2b6fbb8219a9be8d" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/MCM/view.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/MCM/view.json index 2cceb78e..6cd0351b 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/MCM/view.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/MCM/view.json @@ -5,6 +5,7 @@ "state": "Closed" }, "params": { + "demoColor": -1, "tagProps": [ "value", "value", @@ -32,7 +33,7 @@ }, "transforms": [ { - "expression": "coalesce({value},0)", + "expression": "if(\r\n {view.params.demoColor} \u003e\u003d 0,\r\n {view.params.demoColor},\r\n coalesce({value}, 0)\r\n)\r\n", "type": "expression" }, { @@ -414,6 +415,10 @@ }, "persistent": true }, + "params.demoColor": { + "paramDirection": "input", + "persistent": true + }, "params.tagProps": { "paramDirection": "inout", "persistent": true diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Chute/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Chute/resource.json index b62a81b4..d97b66ba 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Chute/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Chute/resource.json @@ -10,8 +10,8 @@ "attributes": { "lastModification": { "actor": "admin", - "timestamp": "2025-10-08T16:11:19Z" + "timestamp": "2025-10-10T11:56:18Z" }, - "lastModificationSignature": "9b8bedd721b2dd15d852870a38d35d51643986194a1005cd120d84919cc0a770" + "lastModificationSignature": "b16704926b50621deda4af6bc916fd2570ec166694076c2ab0a0d1fff4d5e0e6" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Chute/view.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Chute/view.json index 75d0a493..77ae0fb4 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Chute/view.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Chute/view.json @@ -7,6 +7,7 @@ "state": "Closed" }, "params": { + "demoColor": -1, "highlight": "", "tagProps": [ "System/MCM02/Photoeyes/PE/S03_CH107_PE1", @@ -35,7 +36,7 @@ }, "transforms": [ { - "expression": "coalesce({value},0)", + "expression": "if(\r\n {view.params.demoColor} \u003e\u003d 0,\r\n {view.params.demoColor},\r\n coalesce({value}, 0)\r\n)\r\n", "type": "expression" }, { @@ -461,6 +462,10 @@ }, "persistent": true }, + "params.demoColor": { + "paramDirection": "input", + "persistent": true + }, "params.highlight": { "paramDirection": "input", "persistent": true 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 index 6b83667e..4ca8eb8b 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Long/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Long/resource.json @@ -10,8 +10,8 @@ "attributes": { "lastModification": { "actor": "admin", - "timestamp": "2025-10-08T16:09:40Z" + "timestamp": "2025-10-10T11:56:37Z" }, - "lastModificationSignature": "c03186da3b398e62e4d039c1adc22d09923815339585ac96d36b54b41ddafe18" + "lastModificationSignature": "d4df0036448a5bb5e22afb11f16a639b2f14f36249e8918bd460914c78d930f9" } } \ 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 index 6af589a8..8032ce15 100644 Binary files a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Long/thumbnail.png 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 index 286bb8eb..d999184f 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Long/view.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Long/view.json @@ -7,6 +7,7 @@ "state": "Closed" }, "params": { + "demoColor": -1, "highlight": "", "tagProps": [ "System/MCM02/Photoeyes/LRPE/S03_1_LRPE4", @@ -35,7 +36,7 @@ }, "transforms": [ { - "expression": "coalesce({value},0)", + "expression": "if(\r\n {view.params.demoColor} \u003e\u003d 0,\r\n {view.params.demoColor},\r\n coalesce({value}, 0)\r\n)\r\n", "type": "expression" }, { @@ -461,6 +462,10 @@ }, "persistent": true }, + "params.demoColor": { + "paramDirection": "input", + "persistent": true + }, "params.highlight": { "paramDirection": "input", "persistent": true diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Tracking/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Tracking/resource.json index 827a66ec..577a4270 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Tracking/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Tracking/resource.json @@ -10,8 +10,8 @@ "attributes": { "lastModification": { "actor": "admin", - "timestamp": "2025-10-09T10:44:12Z" + "timestamp": "2025-10-10T11:56:53Z" }, - "lastModificationSignature": "a9de3ab7f190b5d4113ddd0b4019b2536df1d8cb957037e9f2d9aa0566ec4e40" + "lastModificationSignature": "12a31144dbba0962f07826d4c790f8b6b5a0b185e4bcc73da8cfb313dc0fbd05" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Tracking/thumbnail.png b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Tracking/thumbnail.png index fcb8694b..fbebbf62 100644 Binary files a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Tracking/thumbnail.png and b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Tracking/thumbnail.png differ diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Tracking/view.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Tracking/view.json index 6d3ef7c1..bdd868e6 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Tracking/view.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Tracking/view.json @@ -7,6 +7,7 @@ "state": "Closed" }, "params": { + "demoColor": -1, "highlight": "", "tagProps": [ "System/MCM02/Photoeyes/TPE/PS3_12_TPE1", @@ -35,7 +36,7 @@ }, "transforms": [ { - "expression": "coalesce({value},0)", + "expression": "if(\r\n {view.params.demoColor} \u003e\u003d 0,\r\n {view.params.demoColor},\r\n coalesce({value}, 0)\r\n)\r\n", "type": "expression" }, { @@ -461,6 +462,10 @@ }, "persistent": true }, + "params.demoColor": { + "paramDirection": "input", + "persistent": true + }, "params.highlight": { "paramDirection": "input", "persistent": true diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/ProxSensor/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/ProxSensor/resource.json index 843efb87..67fad7eb 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/ProxSensor/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/ProxSensor/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "external", - "timestamp": "2025-09-26T13:13:23Z" + "actor": "admin", + "timestamp": "2025-10-10T11:54:13Z" }, - "lastModificationSignature": "4789315393a027230f5efeaf1851e8038f04a6f1a89e6bef67ce0eff55a69d83" + "lastModificationSignature": "ccfe8f2157e7b2cb56aa15892e21982da3d827f7473b4e38402978178ba5a26c" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/ProxSensor/view.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/ProxSensor/view.json index 40098062..13c62f87 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/ProxSensor/view.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/ProxSensor/view.json @@ -5,6 +5,7 @@ "state": "Closed" }, "params": { + "demoColor": -1, "tagProps": [ "/system/mcm01/test", "value", @@ -32,7 +33,7 @@ }, "transforms": [ { - "expression": "coalesce({value},0)", + "expression": "if(\r\n {view.params.demoColor} \u003e\u003d 0,\r\n {view.params.demoColor},\r\n coalesce({value}, 0)\r\n)\r\n", "type": "expression" }, { @@ -414,6 +415,10 @@ }, "persistent": true }, + "params.demoColor": { + "paramDirection": "input", + "persistent": true + }, "params.tagProps": { "paramDirection": "input", "persistent": true diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/SS_Button/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/SS_Button/resource.json index d5cc1be2..65b522ef 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/SS_Button/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/SS_Button/resource.json @@ -10,8 +10,8 @@ "attributes": { "lastModification": { "actor": "admin", - "timestamp": "2025-09-15T09:16:49Z" + "timestamp": "2025-10-10T11:53:48Z" }, - "lastModificationSignature": "d610f7626d455caf2a60a29ca36ee4e235c45423840c9c18953db669b0ee9a6b" + "lastModificationSignature": "d66622817d07de6696875518eb3f9a206f7eb596570a1c0660772ccd64b47e2a" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/SS_Button/view.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/SS_Button/view.json index 04c05c44..80d8d1c4 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/SS_Button/view.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/SS_Button/view.json @@ -7,6 +7,7 @@ "stop_state": "Closed" }, "params": { + "demoColor": -1, "tagProps": [ "System/MCM01/SS/UL14_1_SS1", "value", @@ -802,6 +803,10 @@ }, "persistent": true }, + "params.demoColor": { + "paramDirection": "input", + "persistent": true + }, "params.tagProps": { "paramDirection": "input", "persistent": true diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Scanner/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Scanner/resource.json index c0fa6d91..7de1ceb5 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Scanner/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Scanner/resource.json @@ -10,8 +10,8 @@ "attributes": { "lastModification": { "actor": "admin", - "timestamp": "2025-09-26T13:13:29Z" + "timestamp": "2025-10-10T11:53:14Z" }, - "lastModificationSignature": "8504a5d8ae37332e515878105c0549ab1e8b81f8016924ce731ffa54f13d50a4" + "lastModificationSignature": "bb36eec26a089140347acd4167cc468d8ed6c9316348fe6dc117a5763a621034" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Scanner/view.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Scanner/view.json index e7ca00fd..74c3daaf 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Scanner/view.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Scanner/view.json @@ -5,6 +5,7 @@ "state": "Closed" }, "params": { + "demoColor": -1, "tagProps": [ "System/MCM02/Scanner/S03", "value", @@ -32,7 +33,7 @@ }, "transforms": [ { - "expression": "coalesce({value},{view.params.forceFaultStatus},0)", + "expression": "if(\r\n {view.params.demoColor} \u003e\u003d 0,\r\n {view.params.demoColor},\r\n coalesce({value}, 0)\r\n)\r\n", "type": "expression" }, { @@ -410,6 +411,10 @@ }, "persistent": true }, + "params.demoColor": { + "paramDirection": "input", + "persistent": true + }, "params.tagProps": { "paramDirection": "inout", "persistent": true diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Solenoid/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Solenoid/resource.json index dc96343f..7bca2ad9 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Solenoid/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Solenoid/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "external", - "timestamp": "2025-09-26T13:13:23Z" + "actor": "admin", + "timestamp": "2025-10-10T11:51:08Z" }, - "lastModificationSignature": "2190d1f3a030803cf0d344b7d1def7e8bf10496622f218a8feccde602dd1db82" + "lastModificationSignature": "d1544f8cda27d4facf08e939e7fc04992fe95a670a4bc73e484389caf72f5e07" } } \ 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 index 173e20d7..f9fd8a45 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Solenoid/view.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Solenoid/view.json @@ -5,6 +5,7 @@ "state": "Closed" }, "params": { + "demoColor": -1, "tagProps": [ "System/MCM02/Solenoid/NCS1_1_SOL48", "value", @@ -32,7 +33,7 @@ }, "transforms": [ { - "expression": "coalesce({value},0)", + "expression": "if(\r\n {view.params.demoColor} \u003e\u003d 0,\r\n {view.params.demoColor},\r\n coalesce({value}, 0)\r\n)\r\n", "type": "expression" }, { @@ -414,6 +415,10 @@ }, "persistent": true }, + "params.demoColor": { + "paramDirection": "input", + "persistent": true + }, "params.tagProps": { "paramDirection": "input", "persistent": true diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/VFD/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/VFD/resource.json index 361af081..1bde0377 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/VFD/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/VFD/resource.json @@ -10,8 +10,8 @@ "attributes": { "lastModification": { "actor": "admin", - "timestamp": "2025-10-07T09:38:20Z" + "timestamp": "2025-10-10T11:52:56Z" }, - "lastModificationSignature": "67ff8023dc0bdb53a6c9f5528ee010582c322602433c817e771223d876dee59e" + "lastModificationSignature": "e34f0b902ca3c3a9e444604e96ca675fbc3679d6ac231693f251a36e560b784c" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/VFD/view.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/VFD/view.json index cca3947a..a9f54568 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/VFD/view.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/VFD/view.json @@ -4,6 +4,7 @@ "priority": "No Active Alarms" }, "params": { + "demoColor": -1, "tagProps": [ "System/MCM01/VFD/UL14_1_VFD1", "value", @@ -95,7 +96,7 @@ }, "transforms": [ { - "expression": "coalesce({value},0)", + "expression": "if(\r\n {view.params.demoColor} \u003e\u003d 0,\r\n {view.params.demoColor},\r\n coalesce({value}, 0)\r\n)\r\n", "type": "expression" }, { @@ -130,6 +131,10 @@ "type": "tag" } }, + "params.demoColor": { + "paramDirection": "input", + "persistent": true + }, "params.tagProps": { "paramDirection": "input", "persistent": true diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/PopUp-Views/Camera/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/PopUp-Views/Camera/resource.json index 56ab7b86..a627dbda 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/PopUp-Views/Camera/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/PopUp-Views/Camera/resource.json @@ -10,8 +10,8 @@ "attributes": { "lastModification": { "actor": "admin", - "timestamp": "2025-10-10T09:11:43Z" + "timestamp": "2025-10-10T10:54:01Z" }, - "lastModificationSignature": "041c8e8cbb819bab16b387772e9532ebe1aeb666af3df32f2aed5022e8eacc20" + "lastModificationSignature": "b35ea732591f2a75523a3e68655283725b782ee86fb4427ad07b645ea7ea052a" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/PopUp-Views/Camera/thumbnail.png b/BNA8/com.inductiveautomation.perspective/views/autStand/PopUp-Views/Camera/thumbnail.png index cee874f2..9c358333 100644 Binary files a/BNA8/com.inductiveautomation.perspective/views/autStand/PopUp-Views/Camera/thumbnail.png and b/BNA8/com.inductiveautomation.perspective/views/autStand/PopUp-Views/Camera/thumbnail.png differ diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Windows/Help/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Windows/Help/resource.json new file mode 100644 index 00000000..ef8a7c4b --- /dev/null +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Windows/Help/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-10-10T12:05:04Z" + }, + "lastModificationSignature": "5cfbd574d133c3e043808b04c0c7036c0bec2dc6381dc574d71a634934c2f2f5" + } +} \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Windows/Help/thumbnail.png b/BNA8/com.inductiveautomation.perspective/views/autStand/Windows/Help/thumbnail.png new file mode 100644 index 00000000..689edb92 Binary files /dev/null and b/BNA8/com.inductiveautomation.perspective/views/autStand/Windows/Help/thumbnail.png differ diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Windows/Help/view.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Windows/Help/view.json new file mode 100644 index 00000000..762869e2 --- /dev/null +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Windows/Help/view.json @@ -0,0 +1,3926 @@ +{ + "custom": {}, + "params": {}, + "props": { + "defaultSize": { + "height": 1080, + "width": 1920 + } + }, + "root": { + "children": [ + { + "children": [ + { + "children": [ + { + "meta": { + "name": "Label_30" + }, + "position": { + "height": 25, + "width": 50, + "x": 175, + "y": 110 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "center" + }, + "text": "ON" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_31" + }, + "position": { + "height": 25, + "width": 50, + "x": 175, + "y": 180 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "center" + }, + "text": "ON" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_32" + }, + "position": { + "height": 25, + "width": 50, + "x": 175, + "y": 145 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "center" + }, + "text": "ON" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_29" + }, + "position": { + "height": 25, + "width": 50, + "x": 175, + "y": 75 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "center" + }, + "text": "ON" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_15" + }, + "position": { + "height": 25, + "width": "auto", + "x": 118, + "y": 75 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "center" + }, + "text": "Red" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_16" + }, + "position": { + "height": 25, + "width": "auto", + "x": 116.5, + "y": 110 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "center" + }, + "text": "Blue" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_17" + }, + "position": { + "height": 25, + "width": "auto", + "x": 109, + "y": 145 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "center" + }, + "text": "Amber" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_18" + }, + "position": { + "height": 25, + "width": "auto", + "x": 110.5, + "y": 180 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "center" + }, + "text": "Green" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_14" + }, + "position": { + "height": 25, + "width": 50, + "x": 107.5, + "y": 40 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "center" + }, + "text": "Horn" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_28" + }, + "position": { + "height": 25, + "width": 50, + "x": 175, + "y": 40 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "center" + }, + "text": "ON" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_23" + }, + "position": { + "height": 25, + "width": 50, + "x": 40, + "y": 40 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "center" + }, + "text": "OFF" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_24" + }, + "position": { + "height": 25, + "width": 50, + "x": 40, + "y": 75 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "center" + }, + "text": "OFF" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_25" + }, + "position": { + "height": 25, + "width": 50, + "x": 40, + "y": 110 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "center" + }, + "text": "OFF" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_26" + }, + "position": { + "height": 25, + "width": 50, + "x": 40, + "y": 180 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "center" + }, + "text": "OFF" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_27" + }, + "position": { + "height": 25, + "width": 50, + "x": 40, + "y": 145 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "center" + }, + "text": "OFF" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_44" + }, + "position": { + "height": 25, + "width": 86 + }, + "props": { + "style": { + "color": "#000000", + "fontFamily": "Arial", + "fontSize": 18, + "fontWeight": "bold", + "textAlign": "left", + "textDecoration": "underline" + }, + "text": "Beacons" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Beacon" + }, + "position": { + "height": 25, + "width": 25, + "x": 240, + "y": 75 + }, + "props": { + "params": { + "demoColor": 1, + "tagProps": [ + "R", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_0" + }, + "position": { + "height": 25, + "width": 25, + "x": 240, + "y": 40 + }, + "props": { + "params": { + "demoColor": 12, + "tagProps": [ + "H", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_1" + }, + "position": { + "height": 25, + "width": 25, + "y": 40 + }, + "props": { + "params": { + "demoColor": -1, + "tagProps": [ + "H", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_2" + }, + "position": { + "height": 25, + "width": 25, + "y": 75 + }, + "props": { + "params": { + "demoColor": -1, + "tagProps": [ + "R", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_3" + }, + "position": { + "height": 25, + "width": 25, + "y": 145 + }, + "props": { + "params": { + "demoColor": -1, + "tagProps": [ + "A", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_4" + }, + "position": { + "height": 25, + "width": 25, + "y": 110 + }, + "props": { + "params": { + "demoColor": -1, + "tagProps": [ + "System/MCM02/Beacon/S03_CH115_BCN1_B", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_6" + }, + "position": { + "height": 25, + "width": 25, + "y": 180 + }, + "props": { + "params": { + "demoColor": -1, + "tagProps": [ + "G", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_5" + }, + "position": { + "height": 25, + "width": 25, + "x": 240, + "y": 110 + }, + "props": { + "params": { + "demoColor": 3, + "tagProps": [ + "System/MCM02/Beacon/S03_CH115_BCN1_B", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_7" + }, + "position": { + "height": 25, + "width": 25, + "x": 240, + "y": 145 + }, + "props": { + "params": { + "demoColor": 2, + "tagProps": [ + "A", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_8" + }, + "position": { + "height": 25, + "width": 25, + "x": 240, + "y": 180 + }, + "props": { + "params": { + "demoColor": 4, + "tagProps": [ + "G", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Label_33" + }, + "position": { + "height": 25, + "width": "auto", + "x": 280, + "y": 40 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16 + }, + "text": "Starting" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_22" + }, + "position": { + "height": 25, + "width": 130, + "x": 280, + "y": 75 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16 + }, + "text": "E-Stop or Faulted" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_21" + }, + "position": { + "height": 25, + "width": 130, + "x": 280, + "y": 110 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16 + }, + "text": "Full" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_19" + }, + "position": { + "height": 25, + "width": 130, + "x": 280, + "y": 145 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16 + }, + "text": "Jammed" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_20" + }, + "position": { + "height": 25, + "width": 130, + "x": 280, + "y": 180 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16 + }, + "text": "Running" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_34" + }, + "position": { + "height": 25, + "width": 177, + "x": 280, + "y": 215 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16 + }, + "text": "Anti-Gridlock Mode" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Beacon_9" + }, + "position": { + "height": 25, + "width": 25, + "x": 240, + "y": 215 + }, + "props": { + "params": { + "demoColor": 17, + "tagProps": [ + "P", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Label_35" + }, + "position": { + "height": 25, + "width": 50, + "x": 175, + "y": 215 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "center" + }, + "text": "ON" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_36" + }, + "position": { + "height": 25, + "width": "auto", + "x": 112, + "y": 215 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "center" + }, + "text": "Purple" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_37" + }, + "position": { + "height": 25, + "width": 50, + "x": 40, + "y": 215 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "center" + }, + "text": "OFF" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Beacon_10" + }, + "position": { + "height": 25, + "width": 25, + "y": 215 + }, + "props": { + "params": { + "demoColor": -1, + "tagProps": [ + "P", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + } + ], + "meta": { + "name": "Beacons" + }, + "position": { + "height": 378.54, + "width": 575.99, + "x": 15.36, + "y": 700.81 + }, + "type": "ia.container.coord" + }, + { + "children": [ + { + "meta": { + "name": "Label_15" + }, + "position": { + "height": 25, + "width": 50, + "x": 75, + "y": 75 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "Fault" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_14" + }, + "position": { + "height": 25, + "width": 50, + "x": 75, + "y": 40 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "OK" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_44" + }, + "position": { + "height": 25, + "width": 101 + }, + "props": { + "style": { + "color": "#000000", + "fontFamily": "Arial", + "fontSize": 18, + "fontWeight": "bold", + "textAlign": "left", + "textDecoration": "underline" + }, + "text": "EIP Status" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "EIP_OK" + }, + "position": { + "height": 25, + "width": 60, + "y": 40 + }, + "props": { + "params": { + "Color": 10, + "Font-size": 14, + "Text": "EIP", + "Visibility": true + }, + "path": "Templates/Help/EIP" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "EIP_Fault" + }, + "position": { + "height": 25, + "width": 60, + "y": 75 + }, + "props": { + "params": { + "Color": 1, + "Font-size": 14, + "Text": "EIP", + "Visibility": true + }, + "path": "Templates/Help/EIP" + }, + "type": "ia.display.view" + } + ], + "meta": { + "name": "EIP Status" + }, + "position": { + "height": 162, + "width": 148.8, + "x": 707.12, + "y": 862.6 + }, + "type": "ia.container.coord" + }, + { + "children": [ + { + "meta": { + "name": "Label_15" + }, + "position": { + "height": 25, + "width": 50, + "x": 40, + "y": 75 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "Fault" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_14" + }, + "position": { + "height": 25, + "width": 50, + "x": 40, + "y": 40 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "OK" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_44" + }, + "position": { + "height": 25, + "width": 141 + }, + "props": { + "style": { + "color": "#000000", + "fontFamily": "Arial", + "fontSize": 18, + "fontWeight": "bold", + "textAlign": "center", + "textDecoration": "underline" + }, + "text": "Encoder Status" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Encoder_OK" + }, + "position": { + "height": 25, + "width": 25, + "y": 40 + }, + "props": { + "params": { + "Color": 10, + "Visibility": true + }, + "path": "Templates/Help/Encoder" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Encoder_Fault" + }, + "position": { + "height": 25, + "width": 25, + "y": 75 + }, + "props": { + "params": { + "Color": 1, + "Visibility": true + }, + "path": "Templates/Help/Encoder" + }, + "type": "ia.display.view" + } + ], + "meta": { + "name": "Encoder Status" + }, + "position": { + "height": 270, + "width": 214.27, + "x": 998.96, + "y": 701.24 + }, + "type": "ia.container.coord" + }, + { + "children": [ + { + "meta": { + "name": "Label_15" + }, + "position": { + "height": 25, + "width": 50, + "x": 75, + "y": 74.99 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "Fault" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_14" + }, + "position": { + "height": 25, + "width": 50, + "x": 75, + "y": 40.01 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "OK" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_44" + }, + "position": { + "height": 25, + "width": 141 + }, + "props": { + "style": { + "color": "#000000", + "fontFamily": "Arial", + "fontSize": 18, + "fontWeight": "bold", + "textAlign": "center", + "textDecoration": "underline" + }, + "text": "Scanner Status" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Scanner_OK" + }, + "position": { + "height": 50.01, + "rotate": { + "angle": 270 + }, + "width": 25, + "x": 12.5, + "y": 26.99 + }, + "props": { + "params": { + "Color": 10, + "Visibility": true + }, + "path": "Templates/Help/Scanner" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Scanner_Fault" + }, + "position": { + "height": 50.01, + "rotate": { + "angle": 270 + }, + "width": 25, + "x": 13, + "y": 62 + }, + "props": { + "params": { + "Color": 1, + "Visibility": true + }, + "path": "Templates/Help/Scanner" + }, + "type": "ia.display.view" + } + ], + "meta": { + "name": "Scanner Status" + }, + "position": { + "height": 146.34, + "width": 167.23, + "x": 997.42, + "y": 859.57 + }, + "type": "ia.container.coord" + }, + { + "children": [ + { + "meta": { + "name": "Label_15" + }, + "position": { + "height": 25, + "width": 50, + "x": 75, + "y": 75 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "Fault" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_14" + }, + "position": { + "height": 25, + "width": 50, + "x": 75, + "y": 40 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "OK" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_44" + }, + "position": { + "height": 25, + "width": 101 + }, + "props": { + "style": { + "color": "#000000", + "fontFamily": "Arial", + "fontSize": 18, + "fontWeight": "bold", + "textAlign": "center", + "textDecoration": "underline" + }, + "text": "CP Status" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "MCP_OK" + }, + "position": { + "height": 25, + "width": 60, + "y": 40 + }, + "props": { + "params": { + "Color": 10, + "Visibility": true + }, + "path": "Templates/Help/CP" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "MCP_Fault" + }, + "position": { + "height": 25, + "width": 60, + "y": 75 + }, + "props": { + "params": { + "Color": 2, + "Visibility": true + }, + "path": "Templates/Help/CP" + }, + "type": "ia.display.view" + } + ], + "meta": { + "name": "MCP Status" + }, + "position": { + "height": 157.25, + "width": 148.8, + "x": 707.12, + "y": 701.14 + }, + "type": "ia.container.coord" + }, + { + "children": [ + { + "meta": { + "name": "Label_15" + }, + "position": { + "height": 25, + "width": "auto", + "x": 40, + "y": 75 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "Start Pressed" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_14" + }, + "position": { + "height": 25, + "width": 50, + "x": 40, + "y": 40 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "Start" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Control" + }, + "position": { + "height": 25, + "width": "auto", + "x": -0.1 + }, + "props": { + "style": { + "color": "#000000", + "fontFamily": "Arial", + "fontSize": 18, + "fontWeight": "bold", + "textAlign": "center", + "textDecoration": "underline" + }, + "text": "Control Station" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_16" + }, + "position": { + "height": 25, + "width": "auto", + "x": 40, + "y": 110 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "Start Illuminated" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_17" + }, + "position": { + "height": 25, + "width": "auto", + "x": 40, + "y": 145 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "Start Pressed/Illuminated" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_18" + }, + "position": { + "height": 25, + "width": "auto", + "x": 309, + "y": 145 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "Stop Pressed/Illuminated" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_19" + }, + "position": { + "height": 25, + "width": "auto", + "x": 309, + "y": 110 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "Stop Illuminated" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_20" + }, + "position": { + "height": 25, + "width": "auto", + "x": 309, + "y": 75 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "Stop Pressed" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_21" + }, + "position": { + "height": 25, + "width": 50, + "x": 309, + "y": 40 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "Stop" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_22" + }, + "position": { + "height": 25, + "width": "auto", + "x": 577, + "y": 145 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "Restart Pressed/Illuminated" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_23" + }, + "position": { + "height": 25, + "width": "auto", + "x": 577, + "y": 110 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "Restart Illuminated" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_24" + }, + "position": { + "height": 25, + "width": "auto", + "x": 577, + "y": 75 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "Restart Pressed" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_25" + }, + "position": { + "height": 25, + "width": 50, + "x": 577, + "y": 40 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "Restart" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "CS" + }, + "position": { + "height": 30, + "width": 30, + "x": -0.1, + "y": 37.5 + }, + "props": { + "elements": [ + { + "elements": [ + { + "elements": [ + { + "fill": { + "paint": "#FAFAFB" + }, + "height": "106.23", + "name": "rect", + "rx": 11.67, + "type": "rect", + "width": "106.23", + "x": "0.5", + "y": 0.5 + }, + { + "d": "M95.07,1a11.17,11.17,0,0,1,11.16,11.17v82.9a11.16,11.16,0,0,1-11.16,11.16H12.17A11.17,11.17,0,0,1,1,95.07V12.17A11.18,11.18,0,0,1,12.17,1h82.9m0-1H12.17A12.17,12.17,0,0,0,0,12.17v82.9a12.16,12.16,0,0,0,12.17,12.16h82.9a12.15,12.15,0,0,0,12.16-12.16V12.17A12.16,12.16,0,0,0,95.07,0Z", + "fill": { + "paint": "#24FF42" + }, + "name": "path", + "type": "path" + } + ], + "name": "group", + "type": "group" + }, + { + "elements": [ + { + "cx": "53.62", + "cy": "53.62", + "fill": { + "paint": "#FFFFCC" + }, + "name": "circle", + "r": "43.37", + "transform": "translate(-7.9 97.95) rotate(-80.78)", + "type": "circle" + }, + { + "d": "M53.62,10.75A42.87,42.87,0,1,1,10.75,53.62,42.92,42.92,0,0,1,53.62,10.75m0-1A43.87,43.87,0,1,0,97.49,53.62,43.87,43.87,0,0,0,53.62,9.75Z", + "fill": { + "paint": "#D5D5D5" + }, + "name": "path", + "type": "path" + } + ], + "name": "group", + "type": "group" + } + ], + "name": "group", + "type": "group" + } + ], + "preserveAspectRatio": "none", + "style": { + "cursor": "pointer" + }, + "viewBox": "0 0 107.23 107.23" + }, + "type": "ia.shapes.svg" + }, + { + "meta": { + "name": "CS_0" + }, + "position": { + "height": 30, + "width": 30, + "x": -0.6, + "y": 72.5 + }, + "props": { + "elements": [ + { + "elements": [ + { + "elements": [ + { + "fill": { + "paint": "#000000" + }, + "height": "106.23", + "name": "rect", + "rx": 11.67, + "type": "rect", + "width": "106.23", + "x": "0.5", + "y": 0.5 + }, + { + "d": "M95.07,1a11.17,11.17,0,0,1,11.16,11.17v82.9a11.16,11.16,0,0,1-11.16,11.16H12.17A11.17,11.17,0,0,1,1,95.07V12.17A11.18,11.18,0,0,1,12.17,1h82.9m0-1H12.17A12.17,12.17,0,0,0,0,12.17v82.9a12.16,12.16,0,0,0,12.17,12.16h82.9a12.15,12.15,0,0,0,12.16-12.16V12.17A12.16,12.16,0,0,0,95.07,0Z", + "fill": { + "paint": "#24FF42" + }, + "name": "path", + "type": "path" + } + ], + "name": "group", + "type": "group" + }, + { + "elements": [ + { + "cx": "53.62", + "cy": "53.62", + "fill": { + "paint": "#FFFFCC" + }, + "name": "circle", + "r": "43.37", + "transform": "translate(-7.9 97.95) rotate(-80.78)", + "type": "circle" + }, + { + "d": "M53.62,10.75A42.87,42.87,0,1,1,10.75,53.62,42.92,42.92,0,0,1,53.62,10.75m0-1A43.87,43.87,0,1,0,97.49,53.62,43.87,43.87,0,0,0,53.62,9.75Z", + "fill": { + "paint": "#D5D5D5" + }, + "name": "path", + "type": "path" + } + ], + "name": "group", + "type": "group" + } + ], + "name": "group", + "type": "group" + } + ], + "preserveAspectRatio": "none", + "style": { + "cursor": "pointer" + }, + "viewBox": "0 0 107.23 107.23" + }, + "type": "ia.shapes.svg" + }, + { + "meta": { + "name": "CS_1" + }, + "position": { + "height": 30, + "rotate": { + "anchor": "200% 283%" + }, + "width": 30, + "x": -0.1, + "y": 107.5 + }, + "props": { + "elements": [ + { + "elements": [ + { + "elements": [ + { + "fill": { + "paint": "#FAFAFB" + }, + "height": "106.23", + "name": "rect", + "rx": 11.67, + "type": "rect", + "width": "106.23", + "x": "0.5", + "y": 0.5 + }, + { + "d": "M95.07,1a11.17,11.17,0,0,1,11.16,11.17v82.9a11.16,11.16,0,0,1-11.16,11.16H12.17A11.17,11.17,0,0,1,1,95.07V12.17A11.18,11.18,0,0,1,12.17,1h82.9m0-1H12.17A12.17,12.17,0,0,0,0,12.17v82.9a12.16,12.16,0,0,0,12.17,12.16h82.9a12.15,12.15,0,0,0,12.16-12.16V12.17A12.16,12.16,0,0,0,95.07,0Z", + "fill": { + "paint": "#24FF42" + }, + "name": "path", + "type": "path" + } + ], + "name": "group", + "type": "group" + }, + { + "elements": [ + { + "cx": "53.62", + "cy": "53.62", + "fill": { + "paint": "#00D900" + }, + "name": "circle", + "r": "43.37", + "transform": "translate(-7.9 97.95) rotate(-80.78)", + "type": "circle" + }, + { + "d": "M53.62,10.75A42.87,42.87,0,1,1,10.75,53.62,42.92,42.92,0,0,1,53.62,10.75m0-1A43.87,43.87,0,1,0,97.49,53.62,43.87,43.87,0,0,0,53.62,9.75Z", + "fill": { + "paint": "#D5D5D5" + }, + "name": "path", + "type": "path" + } + ], + "name": "group", + "type": "group" + } + ], + "name": "group", + "type": "group" + } + ], + "preserveAspectRatio": "none", + "style": { + "cursor": "pointer" + }, + "viewBox": "0 0 107.23 107.23" + }, + "type": "ia.shapes.svg" + }, + { + "meta": { + "name": "CS_2" + }, + "position": { + "height": 30, + "rotate": { + "anchor": "200% 283%" + }, + "width": 30, + "x": -0.6, + "y": 142.5 + }, + "props": { + "elements": [ + { + "elements": [ + { + "elements": [ + { + "fill": { + "paint": "#000000" + }, + "height": "106.23", + "name": "rect", + "rx": 11.67, + "type": "rect", + "width": "106.23", + "x": "0.5", + "y": 0.5 + }, + { + "d": "M95.07,1a11.17,11.17,0,0,1,11.16,11.17v82.9a11.16,11.16,0,0,1-11.16,11.16H12.17A11.17,11.17,0,0,1,1,95.07V12.17A11.18,11.18,0,0,1,12.17,1h82.9m0-1H12.17A12.17,12.17,0,0,0,0,12.17v82.9a12.16,12.16,0,0,0,12.17,12.16h82.9a12.15,12.15,0,0,0,12.16-12.16V12.17A12.16,12.16,0,0,0,95.07,0Z", + "fill": { + "paint": "#24FF42" + }, + "name": "path", + "type": "path" + } + ], + "name": "group", + "type": "group" + }, + { + "elements": [ + { + "cx": "53.62", + "cy": "53.62", + "fill": { + "paint": "#00D900" + }, + "name": "circle", + "r": "43.37", + "transform": "translate(-7.9 97.95) rotate(-80.78)", + "type": "circle" + }, + { + "d": "M53.62,10.75A42.87,42.87,0,1,1,10.75,53.62,42.92,42.92,0,0,1,53.62,10.75m0-1A43.87,43.87,0,1,0,97.49,53.62,43.87,43.87,0,0,0,53.62,9.75Z", + "fill": { + "paint": "#D5D5D5" + }, + "name": "path", + "type": "path" + } + ], + "name": "group", + "type": "group" + } + ], + "name": "group", + "type": "group" + } + ], + "preserveAspectRatio": "none", + "style": { + "cursor": "pointer" + }, + "viewBox": "0 0 107.23 107.23" + }, + "type": "ia.shapes.svg" + }, + { + "meta": { + "name": "CS_3" + }, + "position": { + "height": 30, + "rotate": { + "anchor": "693% 163%" + }, + "width": 30, + "x": 267.9, + "y": 37.5 + }, + "props": { + "elements": [ + { + "elements": [ + { + "elements": [ + { + "fill": { + "paint": "#FAFAFB" + }, + "height": "106.23", + "name": "rect", + "rx": 11.67, + "type": "rect", + "width": "106.23", + "x": "0.5", + "y": 0.5 + }, + { + "d": "M95.07,1a11.17,11.17,0,0,1,11.16,11.17v82.9a11.16,11.16,0,0,1-11.16,11.16H12.17A11.17,11.17,0,0,1,1,95.07V12.17A11.18,11.18,0,0,1,12.17,1h82.9m0-1H12.17A12.17,12.17,0,0,0,0,12.17v82.9a12.16,12.16,0,0,0,12.17,12.16h82.9a12.15,12.15,0,0,0,12.16-12.16V12.17A12.16,12.16,0,0,0,95.07,0Z", + "fill": { + "paint": "#24FF42" + }, + "name": "path", + "type": "path" + } + ], + "name": "group", + "type": "group" + }, + { + "elements": [ + { + "cx": "53.62", + "cy": "53.62", + "fill": { + "paint": "#D5D5D5" + }, + "name": "circle", + "r": "43.37", + "transform": "translate(-7.9 97.95) rotate(-80.78)", + "type": "circle" + }, + { + "d": "M53.62,10.75A42.87,42.87,0,1,1,10.75,53.62,42.92,42.92,0,0,1,53.62,10.75m0-1A43.87,43.87,0,1,0,97.49,53.62,43.87,43.87,0,0,0,53.62,9.75Z", + "fill": { + "paint": "#D5D5D5" + }, + "name": "path", + "type": "path" + } + ], + "name": "group", + "type": "group" + } + ], + "name": "group", + "type": "group" + } + ], + "preserveAspectRatio": "none", + "style": { + "cursor": "pointer" + }, + "viewBox": "0 0 107.23 107.23" + }, + "type": "ia.shapes.svg" + }, + { + "meta": { + "name": "CS_4" + }, + "position": { + "height": 30, + "width": 30, + "x": 267.9, + "y": 72.5 + }, + "props": { + "elements": [ + { + "elements": [ + { + "elements": [ + { + "fill": { + "paint": "#000000" + }, + "height": "106.23", + "name": "rect", + "rx": 11.67, + "type": "rect", + "width": "106.23", + "x": "0.5", + "y": 0.5 + }, + { + "d": "M95.07,1a11.17,11.17,0,0,1,11.16,11.17v82.9a11.16,11.16,0,0,1-11.16,11.16H12.17A11.17,11.17,0,0,1,1,95.07V12.17A11.18,11.18,0,0,1,12.17,1h82.9m0-1H12.17A12.17,12.17,0,0,0,0,12.17v82.9a12.16,12.16,0,0,0,12.17,12.16h82.9a12.15,12.15,0,0,0,12.16-12.16V12.17A12.16,12.16,0,0,0,95.07,0Z", + "fill": { + "paint": "#24FF42" + }, + "name": "path", + "type": "path" + } + ], + "name": "group", + "type": "group" + }, + { + "elements": [ + { + "cx": "53.62", + "cy": "53.62", + "fill": { + "paint": "#FFCCCC" + }, + "name": "circle", + "r": "43.37", + "transform": "translate(-7.9 97.95) rotate(-80.78)", + "type": "circle" + }, + { + "d": "M53.62,10.75A42.87,42.87,0,1,1,10.75,53.62,42.92,42.92,0,0,1,53.62,10.75m0-1A43.87,43.87,0,1,0,97.49,53.62,43.87,43.87,0,0,0,53.62,9.75Z", + "fill": { + "paint": "#D5D5D5" + }, + "name": "path", + "type": "path" + } + ], + "name": "group", + "type": "group" + } + ], + "name": "group", + "type": "group" + } + ], + "preserveAspectRatio": "none", + "style": { + "cursor": "pointer" + }, + "viewBox": "0 0 107.23 107.23" + }, + "type": "ia.shapes.svg" + }, + { + "meta": { + "name": "CS_5" + }, + "position": { + "height": 30, + "rotate": { + "anchor": "693% 163%" + }, + "width": 30, + "x": 267.9, + "y": 107.5 + }, + "props": { + "elements": [ + { + "elements": [ + { + "elements": [ + { + "fill": { + "paint": "#FAFAFB" + }, + "height": "106.23", + "name": "rect", + "rx": 11.67, + "type": "rect", + "width": "106.23", + "x": "0.5", + "y": 0.5 + }, + { + "d": "M95.07,1a11.17,11.17,0,0,1,11.16,11.17v82.9a11.16,11.16,0,0,1-11.16,11.16H12.17A11.17,11.17,0,0,1,1,95.07V12.17A11.18,11.18,0,0,1,12.17,1h82.9m0-1H12.17A12.17,12.17,0,0,0,0,12.17v82.9a12.16,12.16,0,0,0,12.17,12.16h82.9a12.15,12.15,0,0,0,12.16-12.16V12.17A12.16,12.16,0,0,0,95.07,0Z", + "fill": { + "paint": "#24FF42" + }, + "name": "path", + "type": "path" + } + ], + "name": "group", + "type": "group" + }, + { + "elements": [ + { + "cx": "53.62", + "cy": "53.62", + "fill": { + "paint": "#FF0000" + }, + "name": "circle", + "r": "43.37", + "transform": "translate(-7.9 97.95) rotate(-80.78)", + "type": "circle" + }, + { + "d": "M53.62,10.75A42.87,42.87,0,1,1,10.75,53.62,42.92,42.92,0,0,1,53.62,10.75m0-1A43.87,43.87,0,1,0,97.49,53.62,43.87,43.87,0,0,0,53.62,9.75Z", + "fill": { + "paint": "#D5D5D5" + }, + "name": "path", + "type": "path" + } + ], + "name": "group", + "type": "group" + } + ], + "name": "group", + "type": "group" + } + ], + "preserveAspectRatio": "none", + "style": { + "cursor": "pointer" + }, + "viewBox": "0 0 107.23 107.23" + }, + "type": "ia.shapes.svg" + }, + { + "meta": { + "name": "CS_6" + }, + "position": { + "height": 30, + "rotate": { + "anchor": "200% 283%" + }, + "width": 30, + "x": 267.9, + "y": 142.5 + }, + "props": { + "elements": [ + { + "elements": [ + { + "elements": [ + { + "fill": { + "paint": "#000000" + }, + "height": "106.23", + "name": "rect", + "rx": 11.67, + "type": "rect", + "width": "106.23", + "x": "0.5", + "y": 0.5 + }, + { + "d": "M95.07,1a11.17,11.17,0,0,1,11.16,11.17v82.9a11.16,11.16,0,0,1-11.16,11.16H12.17A11.17,11.17,0,0,1,1,95.07V12.17A11.18,11.18,0,0,1,12.17,1h82.9m0-1H12.17A12.17,12.17,0,0,0,0,12.17v82.9a12.16,12.16,0,0,0,12.17,12.16h82.9a12.15,12.15,0,0,0,12.16-12.16V12.17A12.16,12.16,0,0,0,95.07,0Z", + "fill": { + "paint": "#24FF42" + }, + "name": "path", + "type": "path" + } + ], + "name": "group", + "type": "group" + }, + { + "elements": [ + { + "cx": "53.62", + "cy": "53.62", + "fill": { + "paint": "#FF0000" + }, + "name": "circle", + "r": "43.37", + "transform": "translate(-7.9 97.95) rotate(-80.78)", + "type": "circle" + }, + { + "d": "M53.62,10.75A42.87,42.87,0,1,1,10.75,53.62,42.92,42.92,0,0,1,53.62,10.75m0-1A43.87,43.87,0,1,0,97.49,53.62,43.87,43.87,0,0,0,53.62,9.75Z", + "fill": { + "paint": "#D5D5D5" + }, + "name": "path", + "type": "path" + } + ], + "name": "group", + "type": "group" + } + ], + "name": "group", + "type": "group" + } + ], + "preserveAspectRatio": "none", + "style": { + "cursor": "pointer" + }, + "viewBox": "0 0 107.23 107.23" + }, + "type": "ia.shapes.svg" + }, + { + "meta": { + "name": "CS_7" + }, + "position": { + "height": 30, + "rotate": { + "anchor": "693% 163%" + }, + "width": 30, + "x": 537, + "y": 37.5 + }, + "props": { + "elements": [ + { + "elements": [ + { + "elements": [ + { + "fill": { + "paint": "#FAFAFB" + }, + "height": "106.23", + "name": "rect", + "rx": 11.67, + "type": "rect", + "width": "106.23", + "x": "0.5", + "y": 0.5 + }, + { + "d": "M95.07,1a11.17,11.17,0,0,1,11.16,11.17v82.9a11.16,11.16,0,0,1-11.16,11.16H12.17A11.17,11.17,0,0,1,1,95.07V12.17A11.18,11.18,0,0,1,12.17,1h82.9m0-1H12.17A12.17,12.17,0,0,0,0,12.17v82.9a12.16,12.16,0,0,0,12.17,12.16h82.9a12.15,12.15,0,0,0,12.16-12.16V12.17A12.16,12.16,0,0,0,95.07,0Z", + "fill": { + "paint": "#24FF42" + }, + "name": "path", + "type": "path" + } + ], + "name": "group", + "type": "group" + }, + { + "elements": [ + { + "cx": "53.62", + "cy": "53.62", + "fill": { + "paint": "#D5D5D5" + }, + "name": "circle", + "r": "43.37", + "transform": "translate(-7.9 97.95) rotate(-80.78)", + "type": "circle" + }, + { + "d": "M53.62,10.75A42.87,42.87,0,1,1,10.75,53.62,42.92,42.92,0,0,1,53.62,10.75m0-1A43.87,43.87,0,1,0,97.49,53.62,43.87,43.87,0,0,0,53.62,9.75Z", + "fill": { + "paint": "#D5D5D5" + }, + "name": "path", + "type": "path" + } + ], + "name": "group", + "type": "group" + } + ], + "name": "group", + "type": "group" + } + ], + "preserveAspectRatio": "none", + "style": { + "cursor": "pointer" + }, + "viewBox": "0 0 107.23 107.23" + }, + "type": "ia.shapes.svg" + }, + { + "meta": { + "name": "CS_8" + }, + "position": { + "height": 30, + "width": 30, + "x": 537, + "y": 72.5 + }, + "props": { + "elements": [ + { + "elements": [ + { + "elements": [ + { + "fill": { + "paint": "#000000" + }, + "height": "106.23", + "name": "rect", + "rx": 11.67, + "type": "rect", + "width": "106.23", + "x": "0.5", + "y": 0.5 + }, + { + "d": "M95.07,1a11.17,11.17,0,0,1,11.16,11.17v82.9a11.16,11.16,0,0,1-11.16,11.16H12.17A11.17,11.17,0,0,1,1,95.07V12.17A11.18,11.18,0,0,1,12.17,1h82.9m0-1H12.17A12.17,12.17,0,0,0,0,12.17v82.9a12.16,12.16,0,0,0,12.17,12.16h82.9a12.15,12.15,0,0,0,12.16-12.16V12.17A12.16,12.16,0,0,0,95.07,0Z", + "fill": { + "paint": "#24FF42" + }, + "name": "path", + "type": "path" + } + ], + "name": "group", + "type": "group" + }, + { + "elements": [ + { + "cx": "53.62", + "cy": "53.62", + "fill": { + "paint": "#FFCCCC" + }, + "name": "circle", + "r": "43.37", + "transform": "translate(-7.9 97.95) rotate(-80.78)", + "type": "circle" + }, + { + "d": "M53.62,10.75A42.87,42.87,0,1,1,10.75,53.62,42.92,42.92,0,0,1,53.62,10.75m0-1A43.87,43.87,0,1,0,97.49,53.62,43.87,43.87,0,0,0,53.62,9.75Z", + "fill": { + "paint": "#D5D5D5" + }, + "name": "path", + "type": "path" + } + ], + "name": "group", + "type": "group" + } + ], + "name": "group", + "type": "group" + } + ], + "preserveAspectRatio": "none", + "style": { + "cursor": "pointer" + }, + "viewBox": "0 0 107.23 107.23" + }, + "type": "ia.shapes.svg" + }, + { + "meta": { + "name": "CS_9" + }, + "position": { + "height": 30, + "rotate": { + "anchor": "693% 163%" + }, + "width": 30, + "x": 537, + "y": 107.5 + }, + "props": { + "elements": [ + { + "elements": [ + { + "elements": [ + { + "fill": { + "paint": "#FAFAFB" + }, + "height": "106.23", + "name": "rect", + "rx": 11.67, + "type": "rect", + "width": "106.23", + "x": "0.5", + "y": 0.5 + }, + { + "d": "M95.07,1a11.17,11.17,0,0,1,11.16,11.17v82.9a11.16,11.16,0,0,1-11.16,11.16H12.17A11.17,11.17,0,0,1,1,95.07V12.17A11.18,11.18,0,0,1,12.17,1h82.9m0-1H12.17A12.17,12.17,0,0,0,0,12.17v82.9a12.16,12.16,0,0,0,12.17,12.16h82.9a12.15,12.15,0,0,0,12.16-12.16V12.17A12.16,12.16,0,0,0,95.07,0Z", + "fill": { + "paint": "#24FF42" + }, + "name": "path", + "type": "path" + } + ], + "name": "group", + "type": "group" + }, + { + "elements": [ + { + "cx": "53.62", + "cy": "53.62", + "fill": { + "paint": "#FFFFFF" + }, + "name": "circle", + "r": "43.37", + "transform": "translate(-7.9 97.95) rotate(-80.78)", + "type": "circle" + }, + { + "d": "M53.62,10.75A42.87,42.87,0,1,1,10.75,53.62,42.92,42.92,0,0,1,53.62,10.75m0-1A43.87,43.87,0,1,0,97.49,53.62,43.87,43.87,0,0,0,53.62,9.75Z", + "fill": { + "paint": "#000000" + }, + "name": "path", + "type": "path" + } + ], + "name": "group", + "type": "group" + } + ], + "name": "group", + "type": "group" + } + ], + "preserveAspectRatio": "none", + "style": { + "cursor": "pointer" + }, + "viewBox": "0 0 107.23 107.23" + }, + "type": "ia.shapes.svg" + }, + { + "meta": { + "name": "CS_10" + }, + "position": { + "height": 30, + "rotate": { + "anchor": "693% 163%" + }, + "width": 30, + "x": 537, + "y": 142.5 + }, + "props": { + "elements": [ + { + "elements": [ + { + "elements": [ + { + "fill": { + "paint": "#000000" + }, + "height": "106.23", + "name": "rect", + "rx": 11.67, + "type": "rect", + "width": "106.23", + "x": "0.5", + "y": 0.5 + }, + { + "d": "M95.07,1a11.17,11.17,0,0,1,11.16,11.17v82.9a11.16,11.16,0,0,1-11.16,11.16H12.17A11.17,11.17,0,0,1,1,95.07V12.17A11.18,11.18,0,0,1,12.17,1h82.9m0-1H12.17A12.17,12.17,0,0,0,0,12.17v82.9a12.16,12.16,0,0,0,12.17,12.16h82.9a12.15,12.15,0,0,0,12.16-12.16V12.17A12.16,12.16,0,0,0,95.07,0Z", + "fill": { + "paint": "#24FF42" + }, + "name": "path", + "type": "path" + } + ], + "name": "group", + "type": "group" + }, + { + "elements": [ + { + "cx": "53.62", + "cy": "53.62", + "fill": { + "paint": "#FFFFFF" + }, + "name": "circle", + "r": "43.37", + "transform": "translate(-7.9 97.95) rotate(-80.78)", + "type": "circle" + }, + { + "d": "M53.62,10.75A42.87,42.87,0,1,1,10.75,53.62,42.92,42.92,0,0,1,53.62,10.75m0-1A43.87,43.87,0,1,0,97.49,53.62,43.87,43.87,0,0,0,53.62,9.75Z", + "fill": { + "paint": "#000000" + }, + "name": "path", + "type": "path" + } + ], + "name": "group", + "type": "group" + } + ], + "name": "group", + "type": "group" + } + ], + "preserveAspectRatio": "none", + "style": { + "cursor": "pointer" + }, + "viewBox": "0 0 107.23 107.23" + }, + "type": "ia.shapes.svg" + } + ], + "meta": { + "name": "Control Station" + }, + "position": { + "height": 301.1, + "width": 841.91, + "x": 706.93, + "y": 3.67 + }, + "type": "ia.container.coord" + }, + { + "children": [ + { + "meta": { + "name": "Label_15" + }, + "position": { + "height": 25, + "width": 50, + "x": 40, + "y": 75 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "Actuated" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_14" + }, + "position": { + "height": 25, + "width": 50, + "x": 40, + "y": 40 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "Inactive" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_44" + }, + "position": { + "height": 25, + "width": 176 + }, + "props": { + "style": { + "color": "#000000", + "fontFamily": "Arial", + "fontSize": 18, + "fontWeight": "bold", + "textAlign": "center", + "textDecoration": "underline" + }, + "text": "Limit Switch Status" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "LS_Inactive" + }, + "position": { + "height": 25, + "width": 25, + "y": 40 + }, + "props": { + "params": { + "Color": 0, + "Visibility": true + }, + "path": "Templates/Help/LimitSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "LS_Actuated" + }, + "position": { + "height": 25, + "width": 25, + "y": 75 + }, + "props": { + "params": { + "Color": 10, + "Visibility": true + }, + "path": "Templates/Help/LimitSwitch" + }, + "type": "ia.display.view" + } + ], + "meta": { + "name": "Limit Switch" + }, + "position": { + "height": 313.63, + "width": 221.18, + "x": 998.77, + "y": 311.04 + }, + "type": "ia.container.coord" + }, + { + "children": [ + { + "meta": { + "name": "Label_15" + }, + "position": { + "height": 25, + "width": 67, + "x": 118, + "y": 75 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "Actuated" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_14" + }, + "position": { + "height": 25, + "width": 67, + "x": 118, + "y": 40 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "Clear" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_44" + }, + "position": { + "height": 25, + "width": 110 + }, + "props": { + "style": { + "color": "#000000", + "fontFamily": "Arial", + "fontSize": 18, + "fontWeight": "bold", + "textAlign": "left", + "textDecoration": "underline" + }, + "text": "EPC Status" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "EPC" + }, + "position": { + "height": 8, + "width": 110, + "y": 83.5 + }, + "props": { + "params": { + "Color": 1, + "Visibility": true, + "tagPath": "value" + }, + "path": "Templates/Help/EPC" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "EPC_0" + }, + "position": { + "height": 8, + "width": 110, + "y": 48.5 + }, + "props": { + "params": { + "Color": 10, + "Visibility": true, + "tagPath": "value" + }, + "path": "Templates/Help/EPC" + }, + "type": "ia.display.view" + } + ], + "meta": { + "name": "EPC" + }, + "position": { + "height": 312.23, + "width": 248.25, + "x": 713.84, + "y": 311.04 + }, + "type": "ia.container.coord" + }, + { + "children": [ + { + "meta": { + "name": "Label_15" + }, + "position": { + "height": 25, + "width": "auto", + "x": 89.4, + "y": 75 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "Blocked" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_14" + }, + "position": { + "height": 25, + "width": 50, + "x": 89.4, + "y": 40 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "Clear" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "PE Status" + }, + "position": { + "height": 25, + "width": "auto", + "x": -0.1 + }, + "props": { + "style": { + "color": "#000000", + "fontFamily": "Arial", + "fontSize": 18, + "fontWeight": "bold", + "textAlign": "center", + "textDecoration": "underline" + }, + "text": "Photoeye Status" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_16" + }, + "position": { + "height": 25, + "width": "auto", + "x": 89.4, + "y": 110 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "Disabled" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_17" + }, + "position": { + "height": 25, + "width": "auto", + "x": 89.4, + "y": 145 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "(Flashing) Jammed / Clear" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "PhotoeyeC" + }, + "position": { + "height": 25, + "width": 75, + "x": -0.1, + "y": 40 + }, + "props": { + "params": { + "Color": 10, + "Visibility": true + }, + "path": "Templates/Help/Photoeye" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PhotoeyeB" + }, + "position": { + "height": 25, + "width": 75, + "x": -0.6, + "y": 75 + }, + "props": { + "params": { + "Color": 101, + "Visibility": true + }, + "path": "Templates/Help/Photoeye" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PhotoeyeD" + }, + "position": { + "height": 25, + "width": 75, + "x": -0.09999999999999998, + "y": 110 + }, + "props": { + "params": { + "Color": 6, + "Visibility": true + }, + "path": "Templates/Help/Photoeye" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PhotoeyeJC" + }, + "position": { + "height": 25, + "width": 75, + "x": -0.6, + "y": 145 + }, + "props": { + "params": { + "Color": 1, + "Visibility": true + }, + "path": "Templates/Help/Photoeye" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Label_18" + }, + "position": { + "height": 25, + "width": "auto", + "x": 89.4, + "y": 180 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "(Flashing) Jammed / Blocked" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "PhotoeyeJB" + }, + "position": { + "height": 25, + "width": 75, + "x": -0.6, + "y": 180 + }, + "props": { + "params": { + "Color": 4, + "Visibility": true + }, + "path": "Templates/Help/Photoeye" + }, + "type": "ia.display.view" + } + ], + "meta": { + "name": "PE" + }, + "position": { + "height": 337.39, + "width": 318.52, + "x": 1601.64, + "y": 311.04 + }, + "type": "ia.container.coord" + }, + { + "children": [ + { + "meta": { + "name": "Label_15" + }, + "position": { + "height": 25, + "width": "auto", + "x": 39.4, + "y": 75 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "Disconnect" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_14" + }, + "position": { + "height": 25, + "width": 384, + "x": 39.4, + "y": 40 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "OK and MSP Stage Baseline (\u003c 110%)" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "VFD Status" + }, + "position": { + "height": 25, + "width": "auto", + "x": -0.1 + }, + "props": { + "style": { + "color": "#000000", + "fontFamily": "Arial", + "fontSize": 18, + "fontWeight": "bold", + "textAlign": "center", + "textDecoration": "underline" + }, + "text": "VFD Status" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_17" + }, + "position": { + "height": 25, + "width": "auto", + "x": 39.4, + "y": 110 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "(Flashing) Faulted / OK or MSP Stage 3 \u003e 125%" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_18" + }, + "position": { + "height": 25, + "width": "auto", + "x": 39.4, + "y": 145 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "(Flashing) Faulted / Disconnect" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "VFD" + }, + "position": { + "height": 25, + "width": 25, + "y": 40 + }, + "props": { + "params": { + "Color": 10, + "Visibility": true + }, + "path": "Templates/Help/VFD" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "VFD_0" + }, + "position": { + "height": 25, + "width": 25, + "y": 75 + }, + "props": { + "params": { + "Color": 0, + "Visibility": true + }, + "path": "Templates/Help/VFD" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "VFD_1" + }, + "position": { + "height": 25, + "width": 25, + "y": 110 + }, + "props": { + "params": { + "Color": 1, + "Visibility": true + }, + "path": "Templates/Help/VFD" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "VFD_2" + }, + "position": { + "height": 25, + "width": 25, + "y": 145 + }, + "props": { + "params": { + "Color": 2, + "Visibility": true + }, + "path": "Templates/Help/VFD" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "VFD_3" + }, + "position": { + "height": 25, + "width": 25, + "y": 180 + }, + "props": { + "params": { + "Color": 7, + "Visibility": true + }, + "path": "Templates/Help/VFD" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Label_19" + }, + "position": { + "height": 25, + "width": "auto", + "x": 39.4, + "y": 180 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16, + "textAlign": "left" + }, + "text": "(Flashing) MSP Stage 1 (100% - 115%) " + }, + "type": "ia.display.label" + } + ], + "meta": { + "name": "VFD Status" + }, + "position": { + "height": 301.1, + "width": 496.5, + "x": 1231.28, + "y": 702.76 + }, + "type": "ia.container.coord" + }, + { + "children": [ + { + "meta": { + "name": "Label_6" + }, + "position": { + "height": 25, + "width": 300, + "x": 255, + "y": 386.1 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16 + }, + "text": "Manual / Maintenance Mode" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_4" + }, + "position": { + "height": 25, + "width": 300, + "x": 255, + "y": 421.1 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16 + }, + "text": "Non Powered Equipment" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_13" + }, + "position": { + "height": 25, + "width": 300, + "x": 255, + "y": 316.1 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16 + }, + "text": "Enabled, Not Running" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_12" + }, + "position": { + "height": 25, + "width": 300, + "x": 255, + "y": 281.1 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16 + }, + "text": "Energy Management" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_11" + }, + "position": { + "height": 25, + "width": 300, + "x": 255, + "y": 211.1 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16 + }, + "text": "Running" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_10" + }, + "position": { + "height": 25, + "width": 300, + "x": 255, + "y": 246.1 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16 + }, + "text": "50% Full" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_9" + }, + "position": { + "height": 25, + "width": 300, + "x": 255, + "y": 176.1 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16 + }, + "text": "Full" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_8" + }, + "position": { + "height": 25, + "width": 300, + "x": 255, + "y": 141.1 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16 + }, + "text": "Anti-Gridlock Mode" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_7" + }, + "position": { + "height": 25, + "width": 300, + "x": 255, + "y": 106.1 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16 + }, + "text": "Jammed" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_5" + }, + "position": { + "height": 25, + "width": 300, + "x": 255, + "y": 351.1 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16 + }, + "text": "Off (Inactive)" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_3" + }, + "position": { + "height": 25, + "width": 300, + "x": 255, + "y": 71.1 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16 + }, + "text": "E-Stop or Faulted" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_2" + }, + "position": { + "height": 25, + "width": 300, + "x": 255, + "y": 36.1 + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": 16 + }, + "text": "No Comm or Disabled by HMI / PLC" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_44" + }, + "position": { + "height": 25, + "width": 101 + }, + "props": { + "style": { + "color": "#000000", + "fontFamily": "Arial", + "fontSize": 18, + "fontWeight": "bold", + "textAlign": "left", + "textDecoration": "underline" + }, + "text": "Conveyor" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_45" + }, + "position": { + "height": 25, + "width": "auto", + "x": 165 + }, + "props": { + "style": { + "color": "#000000", + "fontFamily": "Arial", + "fontSize": 18, + "fontWeight": "bold", + "textAlign": "left", + "textDecoration": "underline" + }, + "text": "Chute" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_46" + }, + "position": { + "height": 25, + "width": 101, + "x": 255 + }, + "props": { + "style": { + "color": "#000000", + "fontFamily": "Arial", + "fontSize": 18, + "fontWeight": "bold", + "textAlign": "left", + "textDecoration": "underline" + }, + "text": "Status" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "conv_exp" + }, + "position": { + "height": 25, + "width": 150, + "y": 36.1 + }, + "props": { + "params": { + "demoColor": 12 + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "conv_exp_0" + }, + "position": { + "height": 25, + "width": 150, + "y": 71.1 + }, + "props": { + "params": { + "demoColor": 1 + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "conv_exp_1" + }, + "position": { + "height": 25, + "width": 150, + "y": 106.1 + }, + "props": { + "params": { + "demoColor": 2 + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "conv_exp_2" + }, + "position": { + "height": 25, + "width": 150, + "y": 141.1 + }, + "props": { + "params": { + "demoColor": 17 + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "conv_exp_3" + }, + "position": { + "height": 25, + "width": 150, + "y": 176.1 + }, + "props": { + "params": { + "demoColor": 3 + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "conv_exp_4" + }, + "position": { + "height": 25, + "width": 150, + "y": 211.1 + }, + "props": { + "params": { + "demoColor": 4 + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "conv_exp_5" + }, + "position": { + "height": 25, + "width": 150, + "y": 246.1 + }, + "props": { + "params": { + "demoColor": 5 + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "conv_exp_6" + }, + "position": { + "height": 25, + "width": 150, + "y": 281.1 + }, + "props": { + "params": { + "demoColor": 6 + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "conv_exp_7" + }, + "position": { + "height": 25, + "width": 150, + "y": 316.1 + }, + "props": { + "params": { + "demoColor": 7 + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "conv_exp_8" + }, + "position": { + "height": 25, + "width": 150, + "x": 0.357143, + "y": 353.847 + }, + "props": { + "params": { + "demoColor": -1 + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "conv_exp_9" + }, + "position": { + "height": 25, + "width": 150, + "y": 390.1 + }, + "props": { + "params": { + "demoColor": 8 + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "conv_exp_10" + }, + "position": { + "height": 25, + "width": 150, + "y": 421.1 + }, + "props": { + "params": { + "demoColor": 9 + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "conv_exp_11" + }, + "position": { + "height": 25, + "width": 75, + "x": 165, + "y": 421.1 + }, + "props": { + "params": { + "demoColor": 9 + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "conv_exp_14" + }, + "position": { + "height": 25, + "width": 75, + "x": 165, + "y": 316.1 + }, + "props": { + "params": { + "demoColor": 7 + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "conv_exp_16" + }, + "position": { + "height": 25, + "width": 75, + "x": 165, + "y": 246.1 + }, + "props": { + "params": { + "demoColor": 5 + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "conv_exp_17" + }, + "position": { + "height": 25, + "width": 75, + "x": 165, + "y": 211.1 + }, + "props": { + "params": { + "demoColor": 4 + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "conv_exp_18" + }, + "position": { + "height": 25, + "width": 75, + "x": 165, + "y": 176.1 + }, + "props": { + "params": { + "demoColor": 3 + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "conv_exp_20" + }, + "position": { + "height": 25, + "width": 75, + "x": 165, + "y": 106.1 + }, + "props": { + "params": { + "demoColor": 2 + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "conv_exp_21" + }, + "position": { + "height": 25, + "width": 75, + "x": 165, + "y": 72.1 + }, + "props": { + "params": { + "demoColor": 1 + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "conv_exp_22" + }, + "position": { + "height": 25, + "width": 75, + "x": 165, + "y": 36.1 + }, + "props": { + "params": { + "demoColor": 12 + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + } + ], + "meta": { + "name": "Conveyor_Chute" + }, + "position": { + "height": 461, + "width": 573, + "x": 15.36, + "y": 3.67 + }, + "type": "ia.container.coord" + } + ], + "meta": { + "name": "Legend" + }, + "position": { + "height": 1080, + "width": 1920 + }, + "type": "ia.container.coord" + } + ], + "meta": { + "name": "root" + }, + "position": { + "x": 0, + "y": 0 + }, + "type": "ia.container.coord" + } +} \ No newline at end of file diff --git a/BNA8/ignition/script-python/autStand/Utils/resource.json b/BNA8/ignition/script-python/autStand/Utils/resource.json index ad5b868c..d7d9c682 100644 --- a/BNA8/ignition/script-python/autStand/Utils/resource.json +++ b/BNA8/ignition/script-python/autStand/Utils/resource.json @@ -9,9 +9,9 @@ "attributes": { "lastModification": { "actor": "admin", - "timestamp": "2025-10-10T08:59:13Z" + "timestamp": "2025-10-10T10:54:17Z" }, "hintScope": 2, - "lastModificationSignature": "e6e8f9b4915137377f42dd5a84a918479616d2e4a5995f879690ea7d9f56c8c7" + "lastModificationSignature": "f4f3560d4d1aaec9cbe80b7ea9686ca505ffde80c085a9143cae8a5d327f6419" } } \ No newline at end of file