diff --git a/.resources/0dde41f5904c393e484f7e278cd074ded133e4dabe898da9613adf6929fa228f b/.resources/0dde41f5904c393e484f7e278cd074ded133e4dabe898da9613adf6929fa228f new file mode 100644 index 00000000..3837aab9 --- /dev/null +++ b/.resources/0dde41f5904c393e484f7e278cd074ded133e4dabe898da9613adf6929fa228f @@ -0,0 +1,1181 @@ +{ + "custom": {}, + "params": {}, + "props": { + "defaultSize": { + "height": 373, + "width": 400 + } + }, + "root": { + "children": [ + { + "children": [ + { + "meta": { + "name": "Label" + }, + "position": { + "basis": "36px", + "shrink": 0 + }, + "props": { + "style": { + "background-color": "#555555", + "fontWeight": "bold", + "textAlign": "center" + }, + "text": "Status Filters" + }, + "type": "ia.display.label" + }, + { + "children": [ + { + "custom": { + "buttonid": "status_filters/all" + }, + "events": { + "component": { + "onActionPerformed": [ + { + "config": { + "script": "\tpayload \u003d {}\n\tif self.props.selected:\n\t\tvalue \u003d True\n\telse:\n\t\tvalue \u003d False\n\t\n\tpayload[\"data\"] \u003d value\n\t\n\tsystem.perspective.sendMessage(\"select-all-filters\", \n\t\t\t\t\t\t\t\t\tpayload \u003d payload, \n\t\t\t\t\t\t\t\t\tscope \u003d \"view\")" + }, + "scope": "G", + "type": "script" + }, + { + "config": { + "script": "\tif not self.props.selected:\n\t\tbuttonid \u003d self.custom.buttonid\n\t\tactivityLog.logger.callLogger(self.view, \u0027click\u0027, buttonid)" + }, + "scope": "G", + "type": "script" + } + ] + } + }, + "meta": { + "name": "Select-All", + "tooltip": { + "delay": 250 + } + }, + "position": { + "basis": "36px" + }, + "propConfig": { + "props.enabled": { + "binding": { + "config": { + "expression": "if ({session.custom.alarm_filter.show_map}\u003dTrue \u0026\u0026 {session.custom.view_in_focus}\u003d\u0027/MAP-Home\u0027, True, False)" + }, + "enabled": false, + "type": "expr" + } + }, + "props.selected": { + "binding": { + "config": { + "expression": "if({session.custom.alarm_filter.show_dpm_mcm} \u0026\u0026 \r\n{session.custom.alarm_filter.show_beacons} \u0026\u0026\r\n{session.custom.alarm_filter.show_VFD} \u0026\u0026\r\n{session.custom.alarm_filter.show_buttons} \u0026\u0026\r\n{session.custom.alarm_filter.show_photoeyes} \u0026\u0026\r\n{session.custom.alarm_filter.show_encoders} \u0026\u0026\r\n{session.custom.alarm_filter.show_epc} \u0026\u0026\r\n{session.custom.alarm_filter.show_px} \u0026\u0026\r\n{session.custom.alarm_filter.show_camera_jams} \u0026\u0026\r\n{session.custom.alarm_filter.show_solenoids} \u0026\u0026\r\n{session.custom.alarm_filter.show_fio_safety}, True, False)" + }, + "type": "expr" + } + } + }, + "props": { + "checkedIcon": { + "color": { + "disabled": "#FFFFFF", + "enabled": "#FFFFFF" + } + }, + "style": { + "color": "#FFFFFF", + "fontFamily": "Arial", + "fontSize": 12, + "fontWeight": "bold", + "marginLeft": 10, + "marginRight": 10 + }, + "text": "Select All" + }, + "type": "ia.input.checkbox" + }, + { + "custom": { + "buttonid": "status_filters/running_status" + }, + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\tif not self.props.selected:\n\t\tbuttonid \u003d self.custom.buttonid\n\t\tactivityLog.logger.callLogger(self.view, \u0027click\u0027, buttonid)\n\t\tactivityLog.productMetrics.callLogger(self.view, \u0027click\u0027, buttonid)" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Running", + "tooltip": { + "delay": 250 + } + }, + "position": { + "basis": "36px" + }, + "propConfig": { + "props.enabled": { + "binding": { + "config": { + "expression": "if ({session.custom.alarm_filter.show_map}\u003dTrue \u0026\u0026 {session.custom.view_in_focus}\u003d\u0027/MAP-Home\u0027, True, False)" + }, + "enabled": false, + "type": "expr" + } + }, + "props.selected": { + "binding": { + "config": { + "bidirectional": true, + "path": "session.custom.alarm_filter.show_VFD" + }, + "type": "property" + } + } + }, + "props": { + "checkedIcon": { + "color": { + "disabled": "#FFFFFF", + "enabled": "#FFFFFF" + } + }, + "style": { + "color": "#FFFFFF", + "fontFamily": "Arial", + "fontSize": 12, + "fontWeight": "bold", + "marginLeft": 10, + "marginRight": 10 + }, + "text": "Show VFD" + }, + "scripts": { + "customMethods": [], + "extensionFunctions": null, + "messageHandlers": [ + { + "messageType": "select-all-filters", + "pageScope": false, + "script": "\tdata \u003d payload[\"data\"]\n\tself.props.selected \u003d data", + "sessionScope": false, + "viewScope": true + } + ] + }, + "type": "ia.input.checkbox" + }, + { + "custom": { + "buttonid": "status_filters/low_alarms" + }, + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\tif not self.props.selected:\n\t\tbuttonid \u003d self.custom.buttonid\n\t\tactivityLog.logger.callLogger(self.view, \u0027click\u0027, buttonid)\n\t\tactivityLog.productMetrics.callLogger(self.view, \u0027click\u0027, buttonid)" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Show-Buttons", + "tooltip": { + "delay": 250 + } + }, + "position": { + "basis": "36px" + }, + "propConfig": { + "props.enabled": { + "binding": { + "config": { + "expression": "if ({session.custom.alarm_filter.show_map}\u003dTrue \u0026\u0026 {session.custom.view_in_focus}\u003d\u0027/MAP-Home\u0027, True, False)" + }, + "enabled": false, + "type": "expr" + } + }, + "props.selected": { + "binding": { + "config": { + "bidirectional": true, + "path": "session.custom.alarm_filter.show_buttons" + }, + "type": "property" + } + } + }, + "props": { + "checkedIcon": { + "color": { + "disabled": "#FFFFFF", + "enabled": "#FFFFFF" + } + }, + "style": { + "color": "#FFFFFF", + "fontFamily": "Arial", + "fontSize": 12, + "fontWeight": "bold", + "marginLeft": 10, + "marginRight": 10 + }, + "text": "Show Buttons" + }, + "scripts": { + "customMethods": [], + "extensionFunctions": null, + "messageHandlers": [ + { + "messageType": "select-all-filters", + "pageScope": false, + "script": "\tdata \u003d payload[\"data\"]\n\tself.props.selected \u003d data\n\tsystem.perspective.print(data)", + "sessionScope": false, + "viewScope": true + } + ] + }, + "type": "ia.input.checkbox" + }, + { + "custom": { + "buttonid": "status_filters/estops_pullChords" + }, + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\tif not self.props.selected:\n\t\tbuttonid \u003d self.custom.buttonid\n\t\tactivityLog.logger.callLogger(self.view, \u0027click\u0027, buttonid)\n\t\tactivityLog.productMetrics.callLogger(self.view, \u0027click\u0027, buttonid)" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "E-Stops", + "tooltip": { + "delay": 250 + } + }, + "position": { + "basis": "36px" + }, + "propConfig": { + "props.enabled": { + "binding": { + "config": { + "expression": "if ({session.custom.alarm_filter.show_map}\u003dTrue \u0026\u0026 {session.custom.view_in_focus}\u003d\u0027/MAP-Home\u0027, True, False)" + }, + "enabled": false, + "type": "expr" + } + }, + "props.selected": { + "binding": { + "config": { + "bidirectional": true, + "path": "session.custom.alarm_filter.show_epc" + }, + "type": "property" + } + } + }, + "props": { + "checkedIcon": { + "color": { + "disabled": "#FFFFFF", + "enabled": "#FFFFFF" + } + }, + "style": { + "color": "#FFFFFF", + "fontFamily": "Arial", + "fontSize": 12, + "fontWeight": "bold", + "marginLeft": 10, + "marginRight": 10 + }, + "text": "Show E-Stops \u0026 Pull Chords" + }, + "scripts": { + "customMethods": [], + "extensionFunctions": null, + "messageHandlers": [ + { + "messageType": "select-all-filters", + "pageScope": false, + "script": "\tdata \u003d payload[\"data\"]\n\tself.props.selected \u003d data", + "sessionScope": false, + "viewScope": true + } + ] + }, + "type": "ia.input.checkbox" + }, + { + "custom": { + "buttonid": "status_filters/gateways" + }, + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\tif not self.props.selected:\n\t\tbuttonid \u003d self.custom.buttonid\n\t\tactivityLog.logger.callLogger(self.view, \u0027click\u0027, buttonid)\n\t\tactivityLog.productMetrics.callLogger(self.view, \u0027click\u0027, buttonid)" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Show-DPM-MCM", + "tooltip": { + "delay": 250 + } + }, + "position": { + "basis": "36px" + }, + "propConfig": { + "props.enabled": { + "binding": { + "config": { + "expression": "if ({session.custom.alarm_filter.show_map}\u003dTrue \u0026\u0026 {session.custom.view_in_focus}\u003d\u0027/MAP-Home\u0027, True, False)" + }, + "enabled": false, + "type": "expr" + } + }, + "props.selected": { + "binding": { + "config": { + "bidirectional": true, + "path": "session.custom.alarm_filter.show_dpm_mcm" + }, + "type": "property" + } + } + }, + "props": { + "checkedIcon": { + "color": { + "disabled": "#FFFFFF", + "enabled": "#FFFFFF" + } + }, + "style": { + "color": "#FFFFFF", + "fontFamily": "Arial", + "fontSize": 12, + "fontWeight": "bold", + "marginLeft": 10, + "marginRight": 10 + }, + "text": "Show DPM \u0026 MCM" + }, + "scripts": { + "customMethods": [], + "extensionFunctions": null, + "messageHandlers": [ + { + "messageType": "select-all-filters", + "pageScope": false, + "script": "\tdata \u003d payload[\"data\"]\n\tself.props.selected \u003d data", + "sessionScope": false, + "viewScope": true + } + ] + }, + "type": "ia.input.checkbox" + }, + { + "custom": { + "buttonid": "status_filters/camera_jams" + }, + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\tif not self.props.selected:\n\t\tbuttonid \u003d self.custom.buttonid\n\t\tactivityLog.logger.callLogger(self.view, \u0027click\u0027, buttonid)\n\t\tactivityLog.productMetrics.callLogger(self.view, \u0027click\u0027, buttonid)" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Show-Camera-Jams", + "tooltip": { + "delay": 250 + } + }, + "position": { + "basis": "36px" + }, + "propConfig": { + "props.enabled": { + "binding": { + "config": { + "expression": "if ({session.custom.alarm_filter.show_map}\u003dTrue \u0026\u0026 {session.custom.view_in_focus}\u003d\u0027/MAP-Home\u0027, True, False)" + }, + "enabled": false, + "type": "expr" + } + }, + "props.selected": { + "binding": { + "config": { + "bidirectional": true, + "path": "session.custom.alarm_filter.show_camera_jams" + }, + "type": "property" + } + } + }, + "props": { + "checkedIcon": { + "color": { + "disabled": "#FFFFFF", + "enabled": "#FFFFFF" + } + }, + "style": { + "color": "#FFFFFF", + "fontFamily": "Arial", + "fontSize": 12, + "fontWeight": "bold", + "marginLeft": 10, + "marginRight": 10 + }, + "text": "Show Camera Jams" + }, + "scripts": { + "customMethods": [], + "extensionFunctions": null, + "messageHandlers": [ + { + "messageType": "select-all-filters", + "pageScope": false, + "script": "\tdata \u003d payload[\"data\"]\n\tself.props.selected \u003d data", + "sessionScope": false, + "viewScope": true + } + ] + }, + "type": "ia.input.checkbox" + }, + { + "custom": { + "buttonid": "status_filters/fio_sio" + }, + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\tif not self.props.selected:\n\t\tbuttonid \u003d self.custom.buttonid\n\t\tactivityLog.logger.callLogger(self.view, \u0027click\u0027, buttonid)\n\t\tactivityLog.productMetrics.callLogger(self.view, \u0027click\u0027, buttonid)" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Show-Fios", + "tooltip": { + "delay": 250 + } + }, + "position": { + "basis": "36px" + }, + "propConfig": { + "props.enabled": { + "binding": { + "config": { + "expression": "if ({session.custom.alarm_filter.show_map}\u003dTrue \u0026\u0026 {session.custom.view_in_focus}\u003d\u0027/MAP-Home\u0027, True, False)" + }, + "enabled": false, + "type": "expr" + } + }, + "props.selected": { + "binding": { + "config": { + "bidirectional": true, + "path": "session.custom.alarm_filter.show_fio_safety" + }, + "type": "property" + } + } + }, + "props": { + "checkedIcon": { + "color": { + "disabled": "#FFFFFF", + "enabled": "#FFFFFF" + } + }, + "style": { + "color": "#FFFFFF", + "fontFamily": "Arial", + "fontSize": 12, + "fontWeight": "bold", + "marginLeft": 10, + "marginRight": 10 + }, + "text": "Show FIO \u0026 SIO" + }, + "scripts": { + "customMethods": [], + "extensionFunctions": null, + "messageHandlers": [ + { + "messageType": "select-all-filters", + "pageScope": false, + "script": "\tdata \u003d payload[\"data\"]\n\tself.props.selected \u003d data", + "sessionScope": false, + "viewScope": true + } + ] + }, + "type": "ia.input.checkbox" + }, + { + "custom": { + "buttonid": "status_filters/running_status" + }, + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\tif not self.props.selected:\n\t\tbuttonid \u003d self.custom.buttonid\n\t\tactivityLog.logger.callLogger(self.view, \u0027click\u0027, buttonid)\n\t\tactivityLog.productMetrics.callLogger(self.view, \u0027click\u0027, buttonid)" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Show-Photoeyes", + "tooltip": { + "delay": 250 + } + }, + "position": { + "basis": "36px" + }, + "propConfig": { + "props.enabled": { + "binding": { + "config": { + "expression": "if ({session.custom.alarm_filter.show_map}\u003dTrue \u0026\u0026 {session.custom.view_in_focus}\u003d\u0027/MAP-Home\u0027, True, False)" + }, + "enabled": false, + "type": "expr" + } + }, + "props.selected": { + "binding": { + "config": { + "bidirectional": true, + "path": "session.custom.alarm_filter.show_photoeyes" + }, + "type": "property" + } + } + }, + "props": { + "checkedIcon": { + "color": { + "disabled": "#FFFFFF", + "enabled": "#FFFFFF" + } + }, + "style": { + "color": "#FFFFFF", + "fontFamily": "Arial", + "fontSize": 12, + "fontWeight": "bold", + "marginLeft": 10, + "marginRight": 10 + }, + "text": "Show Photoeyes" + }, + "scripts": { + "customMethods": [], + "extensionFunctions": null, + "messageHandlers": [ + { + "messageType": "select-all-filters", + "pageScope": false, + "script": "\tdata \u003d payload[\"data\"]\n\tself.props.selected \u003d data", + "sessionScope": false, + "viewScope": true + } + ] + }, + "type": "ia.input.checkbox" + }, + { + "custom": { + "buttonid": "status_filters/running_status" + }, + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\tif not self.props.selected:\n\t\tbuttonid \u003d self.custom.buttonid\n\t\tactivityLog.logger.callLogger(self.view, \u0027click\u0027, buttonid)\n\t\tactivityLog.productMetrics.callLogger(self.view, \u0027click\u0027, buttonid)" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Show-Beacons", + "tooltip": { + "delay": 250 + } + }, + "position": { + "basis": "36px" + }, + "propConfig": { + "props.enabled": { + "binding": { + "config": { + "expression": "if ({session.custom.alarm_filter.show_map}\u003dTrue \u0026\u0026 {session.custom.view_in_focus}\u003d\u0027/MAP-Home\u0027, True, False)" + }, + "enabled": false, + "type": "expr" + } + }, + "props.selected": { + "binding": { + "config": { + "bidirectional": true, + "path": "session.custom.alarm_filter.show_beacons" + }, + "type": "property" + } + } + }, + "props": { + "checkedIcon": { + "color": { + "disabled": "#FFFFFF", + "enabled": "#FFFFFF" + } + }, + "style": { + "color": "#FFFFFF", + "fontFamily": "Arial", + "fontSize": 12, + "fontWeight": "bold", + "marginLeft": 10, + "marginRight": 10 + }, + "text": "Show Beacons" + }, + "scripts": { + "customMethods": [], + "extensionFunctions": null, + "messageHandlers": [ + { + "messageType": "select-all-filters", + "pageScope": false, + "script": "\tdata \u003d payload[\"data\"]\n\tself.props.selected \u003d data", + "sessionScope": false, + "viewScope": true + } + ] + }, + "type": "ia.input.checkbox" + }, + { + "custom": { + "buttonid": "status_filters/running_status" + }, + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\tif not self.props.selected:\n\t\tbuttonid \u003d self.custom.buttonid\n\t\tactivityLog.logger.callLogger(self.view, \u0027click\u0027, buttonid)\n\t\tactivityLog.productMetrics.callLogger(self.view, \u0027click\u0027, buttonid)" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Show-PX", + "tooltip": { + "delay": 250 + } + }, + "position": { + "basis": "36px" + }, + "propConfig": { + "props.enabled": { + "binding": { + "config": { + "expression": "if ({session.custom.alarm_filter.show_map}\u003dTrue \u0026\u0026 {session.custom.view_in_focus}\u003d\u0027/MAP-Home\u0027, True, False)" + }, + "enabled": false, + "type": "expr" + } + }, + "props.selected": { + "binding": { + "config": { + "bidirectional": true, + "path": "session.custom.alarm_filter.show_px" + }, + "type": "property" + } + } + }, + "props": { + "checkedIcon": { + "color": { + "disabled": "#FFFFFF", + "enabled": "#FFFFFF" + } + }, + "style": { + "color": "#FFFFFF", + "fontFamily": "Arial", + "fontSize": 12, + "fontWeight": "bold", + "marginLeft": 10, + "marginRight": 10 + }, + "text": "Show Prox Switches" + }, + "scripts": { + "customMethods": [], + "extensionFunctions": null, + "messageHandlers": [ + { + "messageType": "select-all-filters", + "pageScope": false, + "script": "\tdata \u003d payload[\"data\"]\n\tself.props.selected \u003d data", + "sessionScope": false, + "viewScope": true + } + ] + }, + "type": "ia.input.checkbox" + }, + { + "custom": { + "buttonid": "status_filters/running_status" + }, + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\tif not self.props.selected:\n\t\tbuttonid \u003d self.custom.buttonid\n\t\tactivityLog.logger.callLogger(self.view, \u0027click\u0027, buttonid)\n\t\tactivityLog.productMetrics.callLogger(self.view, \u0027click\u0027, buttonid)" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Show-Encoders", + "tooltip": { + "delay": 250 + } + }, + "position": { + "basis": "36px" + }, + "propConfig": { + "props.enabled": { + "binding": { + "config": { + "expression": "if ({session.custom.alarm_filter.show_map}\u003dTrue \u0026\u0026 {session.custom.view_in_focus}\u003d\u0027/MAP-Home\u0027, True, False)" + }, + "enabled": false, + "type": "expr" + } + }, + "props.selected": { + "binding": { + "config": { + "bidirectional": true, + "path": "session.custom.alarm_filter.show_encoders" + }, + "type": "property" + } + } + }, + "props": { + "checkedIcon": { + "color": { + "disabled": "#FFFFFF", + "enabled": "#FFFFFF" + } + }, + "style": { + "color": "#FFFFFF", + "fontFamily": "Arial", + "fontSize": 12, + "fontWeight": "bold", + "marginLeft": 10, + "marginRight": 10 + }, + "text": "Show Encoders" + }, + "scripts": { + "customMethods": [], + "extensionFunctions": null, + "messageHandlers": [ + { + "messageType": "select-all-filters", + "pageScope": false, + "script": "\tdata \u003d payload[\"data\"]\n\tself.props.selected \u003d data", + "sessionScope": false, + "viewScope": true + } + ] + }, + "type": "ia.input.checkbox" + }, + { + "custom": { + "buttonid": "status_filters/running_status" + }, + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\tif not self.props.selected:\n\t\tbuttonid \u003d self.custom.buttonid\n\t\tactivityLog.logger.callLogger(self.view, \u0027click\u0027, buttonid)\n\t\tactivityLog.productMetrics.callLogger(self.view, \u0027click\u0027, buttonid)" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Show-Sols", + "tooltip": { + "delay": 250 + } + }, + "position": { + "basis": "36px" + }, + "propConfig": { + "props.enabled": { + "binding": { + "config": { + "expression": "if ({session.custom.alarm_filter.show_map}\u003dTrue \u0026\u0026 {session.custom.view_in_focus}\u003d\u0027/MAP-Home\u0027, True, False)" + }, + "enabled": false, + "type": "expr" + } + }, + "props.selected": { + "binding": { + "config": { + "bidirectional": true, + "path": "session.custom.alarm_filter.show_solenoids" + }, + "type": "property" + } + } + }, + "props": { + "checkedIcon": { + "color": { + "disabled": "#FFFFFF", + "enabled": "#FFFFFF" + } + }, + "style": { + "color": "#FFFFFF", + "fontFamily": "Arial", + "fontSize": 12, + "fontWeight": "bold", + "marginLeft": 10, + "marginRight": 10 + }, + "text": "Show Solenoids" + }, + "scripts": { + "customMethods": [], + "extensionFunctions": null, + "messageHandlers": [ + { + "messageType": "select-all-filters", + "pageScope": false, + "script": "\tdata \u003d payload[\"data\"]\n\tself.props.selected \u003d data", + "sessionScope": false, + "viewScope": true + } + ] + }, + "type": "ia.input.checkbox" + } + ], + "meta": { + "name": "FlexContainer" + }, + "position": { + "grow": 1 + }, + "props": { + "direction": "column", + "justify": "space-between" + }, + "type": "ia.container.flex" + }, + { + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\tsystem.perspective.closePopup(\u0027\u0027)" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Button" + }, + "position": { + "basis": "30px", + "shrink": 0 + }, + "props": { + "box-shadow": "5px 5px 5px", + "style": { + "backgroundColor": "#555555", + "classes": "Background-Styles/Controller", + "marginBottom": 5, + "marginLeft": 20, + "marginRight": 20, + "marginTop": 5 + }, + "text": "Close" + }, + "type": "ia.input.button" + } + ], + "meta": { + "name": "Status" + }, + "position": { + "basis": "200px", + "shrink": 0 + }, + "props": { + "direction": "column", + "style": { + "borderColor": "#FFFFFF", + "borderStyle": "solid", + "borderWidth": 1 + } + }, + "type": "ia.container.flex" + }, + { + "children": [ + { + "meta": { + "name": "Label" + }, + "position": { + "basis": "36px", + "shrink": 0 + }, + "props": { + "style": { + "background-color": "#555555", + "fontWeight": "bold", + "textAlign": "center" + }, + "text": "Accessibility" + }, + "type": "ia.display.label" + }, + { + "children": [ + { + "meta": { + "name": "Label" + }, + "position": { + "basis": "80px", + "grow": 1 + }, + "props": { + "style": { + "textAlign": "center" + }, + "text": "Rotate Detailed View:" + }, + "type": "ia.display.label" + }, + { + "events": { + "dom": { + "onClick": { + "config": { + "script": "\t\n\t# Read current rotation string\n\tcurrentRotation \u003d self.session.custom.rotation\n\t\n\tcurrentAngle \u003d currentRotation.replace(\"deg\", \"\")\n\t\n\t# Increment by 90° and wrap around 360\n\tnewAngle \u003d (int(currentAngle) + 90) % 360\n\t\n\t# Save back as string with \"deg\"\n\tself.session.custom.rotation \u003d str(newAngle) + \"deg\"" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Icon" + }, + "position": { + "basis": "30px" + }, + "props": { + "path": "material/360", + "style": { + "cursor": "pointer" + } + }, + "type": "ia.display.icon" + } + ], + "meta": { + "name": "FlexContainer_0", + "tooltip": { + "enabled": true, + "text": "Click to rotate the view 90° clockwise" + } + }, + "position": { + "basis": "65px" + }, + "props": { + "justify": "space-between", + "style": { + "padding": 10 + } + }, + "type": "ia.container.flex" + }, + { + "children": [ + { + "meta": { + "name": "Label" + }, + "position": { + "basis": "80px", + "grow": 1 + }, + "props": { + "style": { + "textAlign": "center" + }, + "text": "Reset Rotation" + }, + "type": "ia.display.label" + }, + { + "events": { + "dom": { + "onClick": { + "config": { + "script": "\tself.session.custom.rotation \u003d \"0deg\"" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Icon" + }, + "position": { + "basis": "30px" + }, + "props": { + "path": "material/cached", + "style": { + "cursor": "pointer" + } + }, + "type": "ia.display.icon" + } + ], + "meta": { + "name": "FlexContainer_1", + "tooltip": { + "enabled": true, + "text": "Reset Rotation" + } + }, + "position": { + "basis": "65px" + }, + "props": { + "justify": "space-between", + "style": { + "padding": 10 + } + }, + "type": "ia.container.flex" + } + ], + "meta": { + "name": "Accessibility" + }, + "position": { + "basis": "200px", + "shrink": 0 + }, + "props": { + "direction": "column", + "style": { + "borderColor": "#FFFFFF", + "borderStyle": "solid", + "borderWidth": 1 + } + }, + "type": "ia.container.flex" + } + ], + "meta": { + "name": "root" + }, + "props": { + "style": { + "classes": "Background-Styles/Controller", + "overflow": "hidden" + } + }, + "type": "ia.container.flex" + } +} \ No newline at end of file diff --git a/.resources/2014a394f54e1a50778b7228d7e39764bfda80b843ce98ef6062f5c0a02095c8 b/.resources/2014a394f54e1a50778b7228d7e39764bfda80b843ce98ef6062f5c0a02095c8 new file mode 100644 index 00000000..fdaf9fb9 Binary files /dev/null and b/.resources/2014a394f54e1a50778b7228d7e39764bfda80b843ce98ef6062f5c0a02095c8 differ diff --git a/.resources/24996ff44d2f1de66729619b49606be19853dd54989489c2e8d301dd817570b2 b/.resources/24996ff44d2f1de66729619b49606be19853dd54989489c2e8d301dd817570b2 new file mode 100644 index 00000000..48ba1310 --- /dev/null +++ b/.resources/24996ff44d2f1de66729619b49606be19853dd54989489c2e8d301dd817570b2 @@ -0,0 +1,50 @@ +{ + "custom": { + "key": "value", + "key_1": "value", + "string": "value" + }, + "params": { + "key": "value" + }, + "propConfig": { + "custom.key": { + "persistent": true + }, + "custom.key_1": { + "persistent": true + }, + "custom.string": { + "persistent": true + }, + "params.key": { + "paramDirection": "input", + "persistent": true + } + }, + "props": { + "defaultSize": { + "height": 8, + "width": 240 + } + }, + "root": { + "meta": { + "name": "root" + }, + "position": { + "x": 0, + "y": 0 + }, + "props": { + "mode": "percent", + "style": { + "backgroundColor": "white", + "borderStyle": "solid", + "borderWidth": "1px", + "overflow": "hidden" + } + }, + "type": "ia.container.coord" + } +} \ No newline at end of file diff --git a/.resources/2f1ac9e69663bc12d2d56b34bcb340a3c149ca5bda58cf11766041a6e4bc936e b/.resources/2f1ac9e69663bc12d2d56b34bcb340a3c149ca5bda58cf11766041a6e4bc936e new file mode 100644 index 00000000..c727f204 --- /dev/null +++ b/.resources/2f1ac9e69663bc12d2d56b34bcb340a3c149ca5bda58cf11766041a6e4bc936e @@ -0,0 +1,72 @@ +{ + "custom": {}, + "params": { + "key": "value" + }, + "propConfig": { + "params.key": { + "paramDirection": "input", + "persistent": true + } + }, + "props": { + "defaultSize": { + "height": 271, + "width": 316 + } + }, + "root": { + "children": [ + { + "meta": { + "name": "Conveyor_Right90" + }, + "position": { + "height": 0.9446, + "width": 0.9494 + }, + "props": { + "elements": [ + { + "id": "defs1", + "name": "defs1", + "type": "defs" + }, + { + "elements": [ + { + "d": "m 0.48408946,0.63336539 c 5.03604004,0.02588 7.95928004,-0.266973 12.23377954,1.98944001 1.65503,0.9666 2.74197,2.07523 3.73794,3.20659 1.85537,2.84128 3.14745,5.8598596 3.05039,10.7798096 l -8.06562,0.031 c -0.0803,-1.92185 0.0446,-3.79913 -1.5474595,-5.77497 -2.38574,-2.6865496 -6.13811,-2.3322296 -9.40355004,-2.4430596 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27086", + "name": "path27086", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.25" + }, + "type": "path" + } + ], + "id": "layer1", + "name": "layer1", + "type": "group" + } + ], + "viewBox": "0 0 20 17" + }, + "type": "ia.shapes.svg" + } + ], + "meta": { + "name": "root" + }, + "props": { + "mode": "percent" + }, + "type": "ia.container.coord" + } +} \ No newline at end of file diff --git a/.resources/3f1301945020d423413ea0f17cf2be84cf76b64ca8a82abd1a23e5c3d4255f48 b/.resources/3f1301945020d423413ea0f17cf2be84cf76b64ca8a82abd1a23e5c3d4255f48 new file mode 100644 index 00000000..5ced41a2 --- /dev/null +++ b/.resources/3f1301945020d423413ea0f17cf2be84cf76b64ca8a82abd1a23e5c3d4255f48 @@ -0,0 +1,4665 @@ +{ + "custom": {}, + "params": { + "highlightTagPath": "value" + }, + "propConfig": { + "params.highlightTagPath": { + "onChange": { + "enabled": null, + "script": "\n\tautStand.Utils.handleTagHighlight(self, currentValue)" + }, + "paramDirection": "input", + "persistent": true + } + }, + "props": { + "defaultSize": { + "height": 1080, + "width": 1920 + } + }, + "root": { + "children": [ + { + "children": [ + { + "meta": { + "name": "UL14_4" + }, + "position": { + "height": 0.0657, + "width": 0.0266, + "x": 0.1407, + "y": 0.3084 + }, + "props": { + "path": "autStand/Equipment/Conveyor45" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_5" + }, + "position": { + "height": 0.027, + "rotate": { + "angle": "150deg" + }, + "width": 0.0321, + "x": 0.0857, + "y": 0.2955 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_5" + }, + "position": { + "height": 0.0265, + "rotate": { + "angle": "150deg" + }, + "width": 0.0321, + "x": 0.1615, + "y": 0.2946 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "events": { + "dom": { + "onClick": { + "config": { + "page": "/autStand/MCM02" + }, + "scope": "C", + "type": "nav" + } + } + }, + "meta": { + "name": "Button_0" + }, + "position": { + "height": 0.0333, + "width": 0.0646, + "x": 0.8781, + "y": 0.7509 + }, + "props": { + "primary": false, + "text": "MCM02 - NC SORTER" + }, + "type": "ia.input.button" + }, + { + "meta": { + "name": "PS3_1" + }, + "position": { + "height": 0.0269, + "width": 0.237, + "x": 0.0745, + "y": 0.2787 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_3" + }, + "position": { + "height": 0.0269, + "width": 0.2583, + "x": 0.5281, + "y": 0.2787 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_5" + }, + "position": { + "height": 0.0287, + "rotate": { + "angle": "90deg" + }, + "width": 0.1078, + "x": 0.7633, + "y": 0.4178 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_2" + }, + "position": { + "height": 0.0269, + "width": 0.212, + "x": 0.3141, + "y": 0.2787 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_6" + }, + "position": { + "height": 0.0278, + "rotate": { + "angle": "90deg" + }, + "width": 0.0177, + "x": 0.8081, + "y": 0.5319 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_8" + }, + "position": { + "height": 0.0287, + "width": 0.0396, + "x": 0.8435, + "y": 0.6013 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_9AL" + }, + "position": { + "height": 0.0278, + "width": 0.0396, + "x": 0.8842, + "y": 0.6013 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_10" + }, + "position": { + "height": 0.0222, + "width": 0.0229, + "x": 0.9243, + "y": 0.6013 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_1" + }, + "position": { + "height": 0.0269, + "rotate": { + "angle": "90deg" + }, + "width": 0.1036, + "x": 0.0975, + "y": 0.5168 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_11" + }, + "position": { + "height": 0.0222, + "width": 0.0245, + "x": 0.9488, + "y": 0.6013 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_1" + }, + "position": { + "height": 0.0269, + "rotate": { + "angle": "90deg" + }, + "width": 0.0688, + "x": 0.0079, + "y": 0.4547 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_2" + }, + "position": { + "height": 0.0269, + "rotate": { + "angle": "90deg" + }, + "width": 0.0177, + "x": 0.1404, + "y": 0.4087 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_3" + }, + "position": { + "height": 0.0269, + "rotate": { + "angle": "90deg" + }, + "width": 0.0182, + "x": 0.1401, + "y": 0.3762 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_4" + }, + "position": { + "height": 0.027, + "rotate": { + "angle": "150deg" + }, + "width": 0.017, + "x": 0.0718, + "y": 0.3176 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_7" + }, + "position": { + "height": 0.0741, + "width": 0.0318, + "x": 0.8093, + "y": 0.5582 + }, + "props": { + "path": "autStand/Equipment/Conveyor_Left90" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_3" + }, + "position": { + "height": 0.027, + "rotate": { + "angle": "150deg" + }, + "width": 0.0186, + "x": 0.055, + "y": 0.3339 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_4" + }, + "position": { + "height": 0.0787, + "width": 0.0406, + "x": 0.7871, + "y": 0.2685 + }, + "props": { + "path": "autStand/Equipment/Conveyor_Right90" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Camera" + }, + "position": { + "height": 0.0278, + "width": 0.0156, + "x": 0.0156, + "y": 0.2991 + }, + "props": { + "path": "autStand/Equipment/Camera", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Camera_0" + }, + "position": { + "height": 0.0278, + "width": 0.0156, + "x": 0.4198, + "y": 0.3444 + }, + "props": { + "path": "autStand/Equipment/Camera", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Camera_1" + }, + "position": { + "height": 0.0278, + "width": 0.0156, + "x": 0.7719, + "y": 0.6111 + }, + "props": { + "path": "autStand/Equipment/Camera", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Camera_2" + }, + "position": { + "height": 0.0278, + "width": 0.0156, + "x": 0.9474, + "y": 0.3139 + }, + "props": { + "path": "autStand/Equipment/Camera", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_1_SS1" + }, + "position": { + "height": 0.0185, + "width": 0.0182, + "x": 0.0323, + "y": 0.5343 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1asdasd", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/SS_Button", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_1_SS1" + }, + "position": { + "height": 0.0185, + "width": 0.0182, + "x": 0.1401, + "y": 0.6324 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/SS_Button", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_1_SS1" + }, + "position": { + "height": 0.0185, + "width": 0.0182, + "x": 0.1786, + "y": 0.2481 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/SS_Button", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_11_SS1" + }, + "position": { + "height": 0.0185, + "width": 0.0182, + "x": 0.9797, + "y": 0.5639 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/SS_Button", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_11_SS2" + }, + "position": { + "height": 0.0185, + "width": 0.0182, + "x": 0.9781, + "y": 0.6398 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_sdfsdfs", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/SS_Button", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_1_EPC2" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.0516, + "y": 0.5102 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/EPC", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_1_EPC1" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.0161, + "y": 0.5102 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/EPC", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_1_EPC1" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.1635, + "y": 0.2509 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/EPC", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_1_EPC2" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.2016, + "y": 0.2519 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/EPC", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_1_EPC1" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.1266, + "y": 0.6056 + }, + "props": { + "params": { + "tagProps": [ + "testr", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/EPC", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_1_EPC2" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.1609, + "y": 0.6065 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/EPC", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_11_EPC1" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.9682, + "y": 0.563 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/EPC", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_11_EPC2" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.9656, + "y": 0.6407 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/EPC", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_1_TPE1" + }, + "position": { + "height": 0.0398, + "width": 0.0432, + "x": 0.02, + "y": 0.3852 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_2_TPE1" + }, + "position": { + "height": 0.037, + "rotate": { + "angle": "60deg" + }, + "width": 0.0417, + "x": 0.0336, + "y": 0.3315 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_3_TPE1" + }, + "position": { + "height": 0.037, + "rotate": { + "angle": "60deg" + }, + "width": 0.0417, + "x": 0.0487, + "y": 0.3157 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_4_TPE1" + }, + "position": { + "height": 0.037, + "rotate": { + "angle": "60deg" + }, + "width": 0.0417, + "x": 0.0648, + "y": 0.3 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_1_TPE1" + }, + "position": { + "height": 0.037, + "rotate": { + "angle": "90deg" + }, + "width": 0.0417, + "x": 0.1033, + "y": 0.2704 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_1_TPE1" + }, + "position": { + "height": 0.0398, + "width": 0.0432, + "x": 0.1258, + "y": 0.4167 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/helloworld", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_2_TPE1" + }, + "position": { + "height": 0.0398, + "width": 0.0432, + "x": 0.1258, + "y": 0.3843 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_3_TPE1" + }, + "position": { + "height": 0.0398, + "width": 0.0432, + "x": 0.1258, + "y": 0.3528 + }, + "props": { + "params": { + "tagProps": [ + "guga", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_4_TPE1" + }, + "position": { + "height": 0.037, + "rotate": { + "angle": "60deg" + }, + "width": 0.0417, + "x": 0.1424, + "y": 0.3 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_1_TPE2" + }, + "position": { + "height": 0.037, + "rotate": { + "angle": "90deg" + }, + "width": 0.0417, + "x": 0.2033, + "y": 0.2704 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_1_TPE3" + }, + "position": { + "height": 0.037, + "rotate": { + "angle": "90deg" + }, + "width": 0.0417, + "x": 0.2919, + "y": 0.2704 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_2_TPE1" + }, + "position": { + "height": 0.037, + "rotate": { + "angle": "90deg" + }, + "width": 0.0417, + "x": 0.506, + "y": 0.2704 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_3_TPE1" + }, + "position": { + "height": 0.037, + "rotate": { + "angle": "270deg" + }, + "width": 0.0417, + "x": 0.7653, + "y": 0.2704 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_4_TPE1" + }, + "position": { + "height": 0.0398, + "width": 0.0432, + "x": 0.795, + "y": 0.3148 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_5_TPE1" + }, + "position": { + "height": 0.0352, + "width": 0.0432, + "x": 0.795, + "y": 0.5111 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_6_TPE1" + }, + "position": { + "height": 0.038, + "width": 0.0432, + "x": 0.795, + "y": 0.5435 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_7_TPE1" + }, + "position": { + "height": 0.037, + "rotate": { + "angle": "90deg" + }, + "width": 0.0417, + "x": 0.8216, + "y": 0.5935 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_8_TPE1" + }, + "position": { + "height": 0.037, + "rotate": { + "angle": "90deg" + }, + "width": 0.0417, + "x": 0.8638, + "y": 0.5935 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_9AL_TPE1" + }, + "position": { + "height": 0.037, + "rotate": { + "angle": "90deg" + }, + "width": 0.0417, + "x": 0.9033, + "y": 0.5935 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_10_TPE1" + }, + "position": { + "height": 0.037, + "rotate": { + "angle": "90deg" + }, + "width": 0.0417, + "x": 0.9273, + "y": 0.5935 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_11_TPE1" + }, + "position": { + "height": 0.037, + "rotate": { + "angle": "90deg" + }, + "width": 0.0417, + "x": 0.9523, + "y": 0.5935 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_1_BCN1_A" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.0109, + "y": 0.3963 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "amber", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Camera_4" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.0109, + "y": 0.3769 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_1_BCN1_R" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.0109, + "y": 0.3769 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_1_BCN2_R" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.0594, + "y": 0.4213 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_1_BCN1_A" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.1313, + "y": 0.3157 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "amber", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_1_BCN1_A" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.1151, + "y": 0.4213 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "amber", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_1_BCN1_R" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.1151, + "y": 0.4028 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_1_BCN2_R" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.1651, + "y": 0.4519 + }, + "props": { + "params": { + "name": "Red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_1_BCN2_A" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.1823, + "y": 0.2269 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "amber", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_1_BCN2_R" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.1823, + "y": 0.2083 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_1_BCN4_A" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.2938, + "y": 0.2352 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "amber", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_1_BCN4_H" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.2938, + "y": 0.2167 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "horn", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_2_BCN1_A" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.5068, + "y": 0.2352 + }, + "props": { + "params": { + "name": "amber", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_4_BCN1_A" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.7948, + "y": 0.3685 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "amber", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Camera_16" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.8568, + "y": 0.5565 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "amber", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Camera_17" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.9339, + "y": 0.537 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "amber", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Camera_18" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.9745, + "y": 0.538 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Camera_19" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.9807, + "y": 0.6157 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_1_ENSH1" + }, + "position": { + "height": 0.0231, + "width": 0.013, + "x": 0.1638, + "y": 0.4259 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Encoder", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_2_ENSH1" + }, + "position": { + "height": 0.0231, + "width": 0.013, + "x": 0.1638, + "y": 0.3935 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Encoder", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_3_ENSH1" + }, + "position": { + "height": 0.0231, + "width": 0.013, + "x": 0.1638, + "y": 0.362 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Encoder", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_4_ENSH1" + }, + "position": { + "height": 0.0231, + "width": 0.013, + "x": 0.1695, + "y": 0.338 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Encoder", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_1_ENSH1" + }, + "position": { + "height": 0.0231, + "width": 0.013, + "x": 0.0575, + "y": 0.3972 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Encoder", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_2_ENSH1" + }, + "position": { + "height": 0.0231, + "width": 0.013, + "x": 0.0601, + "y": 0.3713 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Encoder", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_3_ENSH1" + }, + "position": { + "height": 0.0231, + "width": 0.013, + "x": 0.0757, + "y": 0.3556 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Encoder", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_4_ENSH1" + }, + "position": { + "height": 0.0231, + "width": 0.013, + "x": 0.0893, + "y": 0.3417 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Encoder", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_10_ENW1" + }, + "position": { + "height": 0.0231, + "width": 0.013, + "x": 0.2742, + "y": 0.2806 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Encoder", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_1_ENW1" + }, + "position": { + "height": 0.0231, + "width": 0.013, + "x": 0.9316, + "y": 0.6 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Encoder", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_11_ENW1" + }, + "position": { + "height": 0.0231, + "width": 0.013, + "x": 0.9504, + "y": 0.6 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Encoder", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_1_VFD1" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.0526, + "y": 0.4593 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/VFD", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_2_VFD1" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.0724, + "y": 0.388 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/VFD", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_3_VFD1" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.0844, + "y": 0.3759 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/VFD", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_4_VFD1" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.0964, + "y": 0.363 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/VFD", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_5_VFD1" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.1062, + "y": 0.337 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/VFD", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_1_VFD1" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.1625, + "y": 0.5148 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/VFD", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_2_VFD1" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.1786, + "y": 0.4296 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/VFD", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_3_VFD1" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.1786, + "y": 0.3981 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/VFD", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_4_VFD1" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.1786, + "y": 0.3694 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/VFD", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_5_VFD1" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.1859, + "y": 0.3204 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/VFD", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_1_VFD1" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.2745, + "y": 0.3204 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/VFD", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_2_VFD1" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.3578, + "y": 0.3204 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/VFD", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_3_VFD1" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.7521, + "y": 0.3111 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/VFD", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_4_VFD1" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.788, + "y": 0.3213 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/VFD", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_5_VFD1" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.8302, + "y": 0.4435 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/VFD", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_6_VFD1" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.8339, + "y": 0.512 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/VFD", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_7_VFD1" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.8365, + "y": 0.5602 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/VFD", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_8_VFD1" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.8682, + "y": 0.5778 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/VFD", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_9AL_VFD1" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.8922, + "y": 0.5806 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/VFD", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_10_VFD1" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.9307, + "y": 0.5815 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/VFD", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_11_VFD1" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.9573, + "y": 0.5806 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/VFD", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_9B_VFD1" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.9073, + "y": 0.5806 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/VFD", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_1_JR1" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.0161, + "y": 0.4296 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_1_JR1" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.1156, + "y": 0.4481 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_1_JR1" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.1208, + "y": 0.3389 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_1_JR2" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.2193, + "y": 0.3343 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_1_JR3" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.2938, + "y": 0.2556 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_2_JR1" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.5068, + "y": 0.2556 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_4_JR3" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.7948, + "y": 0.3889 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_8_JR2" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.8573, + "y": 0.6333 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_8_JR1" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.8557, + "y": 0.5787 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_10_JR2" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.9307, + "y": 0.6389 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_10_JR1" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.9187, + "y": 0.538 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_1_SIO1" + }, + "position": { + "height": 0.0204, + "width": 0.0208, + "x": 0.1594, + "y": 0.4935 + }, + "props": { + "params": { + "tagProps": [ + "baro gio", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Safety_IO", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_2_SIO1" + }, + "position": { + "height": 0.0204, + "width": 0.0208, + "x": 0.1911, + "y": 0.4287 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Safety_IO", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_3_SIO1" + }, + "position": { + "height": 0.0204, + "width": 0.0208, + "x": 0.1911, + "y": 0.3991 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Safety_IO", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_4_SIO1" + }, + "position": { + "height": 0.0204, + "width": 0.0208, + "x": 0.1911, + "y": 0.3713 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Safety_IO", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_1_SIO1" + }, + "position": { + "height": 0.0204, + "width": 0.0208, + "x": 0.0635, + "y": 0.4593 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Safety_IO", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_2_SIO1" + }, + "position": { + "height": 0.0204, + "width": 0.0208, + "x": 0.0719, + "y": 0.4176 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Safety_IO", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_3_SIO1" + }, + "position": { + "height": 0.0204, + "width": 0.0208, + "x": 0.0917, + "y": 0.3963 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Safety_IO", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_4_SIO1" + }, + "position": { + "height": 0.0204, + "width": 0.0208, + "x": 0.1073, + "y": 0.375 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Safety_IO", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_5_SIO1" + }, + "position": { + "height": 0.0204, + "width": 0.0208, + "x": 0.1083, + "y": 0.3176 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Safety_IO", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_5_SIO1" + }, + "position": { + "height": 0.0204, + "width": 0.0208, + "x": 0.1969, + "y": 0.3333 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Safety_IO", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_1_SIO1" + }, + "position": { + "height": 0.0204, + "width": 0.0208, + "x": 0.2516, + "y": 0.3204 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Safety_IO", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_3_SIO1" + }, + "position": { + "height": 0.0204, + "width": 0.0208, + "x": 0.3349, + "y": 0.3204 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Safety_IO", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_3_SIO2" + }, + "position": { + "height": 0.0204, + "width": 0.0208, + "x": 0.7292, + "y": 0.3111 + }, + "props": { + "params": { + "tagProps": [ + "sdfsdf", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Safety_IO", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_4_SIO1" + }, + "position": { + "height": 0.0204, + "width": 0.0208, + "x": 0.7688, + "y": 0.3398 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Safety_IO", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_5_SIO1" + }, + "position": { + "height": 0.0185, + "width": 0.0208, + "x": 0.8292, + "y": 0.4213 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Safety_IO", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_6_SIO1" + }, + "position": { + "height": 0.0204, + "width": 0.0208, + "x": 0.8344, + "y": 0.487 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Safety_IO", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_7_SIO1" + }, + "position": { + "height": 0.0204, + "width": 0.0208, + "x": 0.8365, + "y": 0.5361 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Safety_IO", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_8_SIO1" + }, + "position": { + "height": 0.0204, + "width": 0.0208, + "x": 0.8688, + "y": 0.5546 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Safety_IO", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_9AL_SIO1" + }, + "position": { + "height": 0.0204, + "width": 0.0208, + "x": 0.8922, + "y": 0.5593 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Safety_IO", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_9B_SIO1" + }, + "position": { + "height": 0.0204, + "width": 0.0208, + "x": 0.9151, + "y": 0.5602 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Safety_IO", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_11_SIO1" + }, + "position": { + "height": 0.0204, + "width": 0.0208, + "x": 0.9698, + "y": 0.512 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Safety_IO", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_10_SIO1" + }, + "position": { + "height": 0.0204, + "width": 0.0208, + "x": 0.9417, + "y": 0.5593 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Safety_IO", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "MCM01" + }, + "position": { + "height": 0.0278, + "width": 0.0219, + "x": 0.2342, + "y": 0.375 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/MCM", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/MCM" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_1_DPM1" + }, + "position": { + "height": 0.0278, + "width": 0.0156, + "x": 0.1404, + "y": 0.2454 + }, + "props": { + "params": { + "forceFaultStatus": null, + "forceRunningStatus": null, + "has_state": false, + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/DPM" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_5_DPM1" + }, + "position": { + "height": 0.0278, + "width": 0.0156, + "x": 0.8331, + "y": 0.3472 + }, + "props": { + "params": { + "forceFaultStatus": null, + "forceRunningStatus": null, + "has_state": false, + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/DPM" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PDP01_FIOM1" + }, + "position": { + "height": 0.0204, + "width": 0.0208, + "x": 0.7328, + "y": 0.3556 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Field_IO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_1_BCN3_A" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.2193, + "y": 0.3148 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "amber", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_2" + }, + "position": { + "height": 0.0657, + "width": 0.0266, + "x": 0.0339, + "y": 0.3408 + }, + "props": { + "path": "autStand/Equipment/Conveyor45" + }, + "type": "ia.display.view" + } + ], + "meta": { + "name": "CoordinateContainer" + }, + "position": { + "height": 1080, + "rotate": {}, + "width": 1920 + }, + "propConfig": { + "custom.isVerticalRotation": { + "binding": { + "config": { + "expression": "if({session.custom.rotation} \u003d \"90deg\" || {session.custom.rotation} \u003d \"270deg\", true, false)" + }, + "type": "expr" + } + }, + "custom.rotation": { + "binding": { + "config": { + "path": "session.custom.rotation" + }, + "type": "property" + } + }, + "position.rotate.angle": { + "binding": { + "config": { + "path": "this.custom.rotation" + }, + "type": "property" + } + }, + "props.mode": { + "binding": { + "config": { + "path": "this.custom.rotation" + }, + "transforms": [ + { + "fallback": "percent", + "inputType": "scalar", + "mappings": [ + { + "input": "90deg", + "output": "fixed" + }, + { + "input": "270deg", + "output": "fixed" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + } + }, + "props.style.marginTop": { + "binding": { + "config": { + "expression": "if({this.custom.isVerticalRotation}, 500, 0)" + }, + "type": "expr" + } + } + }, + "props": { + "style": { + "overflow": "visible" + } + }, + "type": "ia.container.coord" + } + ], + "meta": { + "name": "root" + }, + "propConfig": { + "props.style.overflow": { + "binding": { + "config": { + "expression": "if({./CoordinateContainer.custom.isVerticalRotation}, \"visible\", \"hidden\")" + }, + "type": "expr" + } + } + }, + "type": "ia.container.coord" + } +} \ No newline at end of file diff --git a/.resources/6e35544df3adb23ccc96914476e797d6191aa3565e4874b38186d8a86b8bf8e7 b/.resources/6e35544df3adb23ccc96914476e797d6191aa3565e4874b38186d8a86b8bf8e7 new file mode 100644 index 00000000..a2681d27 --- /dev/null +++ b/.resources/6e35544df3adb23ccc96914476e797d6191aa3565e4874b38186d8a86b8bf8e7 @@ -0,0 +1,235 @@ +{ + "custom": { + "string": "OK" + }, + "params": { + "tagProps": [ + "value" + ] + }, + "propConfig": { + "custom.state": { + "binding": { + "config": { + "fallbackDelay": 1, + "mode": "indirect", + "references": { + "0": "{view.params.tagProps[0]}", + "fc": "{session.custom.fc}" + }, + "tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/STATE" + }, + "transforms": [ + { + "expression": "coalesce({value},{view.params.forceFaultStatus},0)", + "type": "expression" + }, + { + "fallback": 0, + "inputType": "scalar", + "mappings": [ + { + "input": 1, + "output": 1 + }, + { + "input": 2, + "output": 2 + }, + { + "input": 3, + "output": 3 + }, + { + "input": 4, + "output": 4 + }, + { + "input": 5, + "output": 5 + }, + { + "input": 6, + "output": 6 + }, + { + "input": 7, + "output": 7 + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "tag" + } + }, + "custom.string": { + "binding": { + "config": { + "path": "view.custom.state" + }, + "transforms": [ + { + "fallback": "Unknown", + "inputType": "scalar", + "mappings": [ + { + "input": 0, + "output": "OK" + }, + { + "input": 1, + "output": "Fault" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + }, + "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.state" + }, + "transforms": [ + { + "fallback": "#47FF47", + "inputType": "scalar", + "mappings": [ + { + "input": 1, + "output": "#FF0000" + } + ], + "outputType": "color", + "type": "map" + } + ], + "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" + } + ], + "meta": { + "name": "Encoder", + "tooltip": { + "enabled": true + } + }, + "propConfig": { + "meta.tooltip.text": { + "binding": { + "config": { + "expression": "\"Source Id: \" + {view.params.tagProps[0]} + \", Status: \" + {view.custom.string}\n" + }, + "type": "expr" + } + }, + "meta.visible": { + "binding": { + "config": { + "path": "session.custom.alarm_filter.show_encoders" + }, + "type": "property" + } + } + }, + "props": { + "mode": "percent" + }, + "type": "ia.container.coord" + } +} \ No newline at end of file diff --git a/.resources/6fe261fa76afd4dfc41831f225a1de90b69fec675538e5d447a19fe2593a1734 b/.resources/6fe261fa76afd4dfc41831f225a1de90b69fec675538e5d447a19fe2593a1734 new file mode 100644 index 00000000..9e6566d1 --- /dev/null +++ b/.resources/6fe261fa76afd4dfc41831f225a1de90b69fec675538e5d447a19fe2593a1734 @@ -0,0 +1,225 @@ +{ + "custom": { + "alarmHighlight": "", + "alarm_filter": { + "show_VFD": true, + "show_beacons": true, + "show_buttons": true, + "show_camera_jams": true, + "show_dpm_mcm": true, + "show_encoders": true, + "show_epc": true, + "show_fio_safety": true, + "show_map": true, + "show_photoeyes": true, + "show_px": true, + "show_solenoids": true + }, + "areaHover": [], + "colours": { + "Fallback": "#00FF00", + "colour_impaired": false, + "state0": "#8C8C8C", + "state1": "#FF0000", + "state2": "#FF8000", + "state3": "#FFFF00", + "state4": "#007EFC", + "state5": "#00CC00", + "state6": "#CCCCFF" + }, + "covert": true, + "currentGraphic": "Windows/Graphics/Overview", + "demoHighlight": "", + "dexmanager": { + "config": { + "font": "bold 12px Arial", + "highlight": "#ff0" + }, + "show": { + "Beacons": false, + "ConveyorLabels": true, + "ConveyorPatterns": true, + "Conveyors": true, + "DivertPaddles": true, + "EIPs": false, + "Encoders": false, + "Estops": false, + "Gaylords": true, + "LimitSwitches": false, + "MCPs": false, + "PhotoEyes": false, + "PushButtons": false, + "Scanners": false, + "VFDs": false + } + }, + "dpm_view_path": "autStand/Custom_Views/Enternet-Windows/DPMS/DPM Devices/MCM01/PS3_1_DPM1", + "fc": "BNA8", + "heatmapSettings": { + "alarms": [], + "alarmsText": "", + "data": { + "$": [ + "ds", + 192, + 1755608623601 + ], + "$columns": [ + { + "data": [], + "name": "firsttime", + "type": "Date" + }, + { + "data": [], + "name": "lasttime", + "type": "Date" + }, + { + "data": [], + "name": "duration", + "type": "String" + }, + { + "data": [], + "name": "count", + "type": "Long" + }, + { + "data": [], + "name": "device", + "type": "String" + }, + { + "data": [], + "name": "description", + "type": "String" + } + ] + }, + "devices": [], + "devicesText": "", + "enabled": false, + "shifts": [], + "shiftsText": "", + "time": { + "end": "2020-07-30 00:00:00", + "start": "2020-07-29 00:00:00" + } + }, + "rotation": "0deg", + "show_dpm_device_view": true, + "show_dpm_view": true, + "timewidget": { + "endDate": { + "$": [ + "ts", + 192, + 1604092861010 + ], + "$ts": 1604116800000 + }, + "mode": "currentDay", + "startDate": { + "$": [ + "ts", + 192, + 1604092861010 + ], + "$ts": 1604030400000 + }, + "update": { + "$": [ + "ts", + 192, + 1604092861010 + ], + "$ts": 1604092861010 + } + } + }, + "propConfig": { + "custom.dexmanager.highlight": { + "binding": { + "config": { + "struct": { + "alarm": "{this.custom.alarmHighlight}", + "demo": "{this.custom.demoHighlight}", + "toggle": "{[default]Gateway/ToggleTag}" + }, + "waitOnAll": true + }, + "transforms": [ + { + "code": "\thighlights \u003d []\n\t# Add alarm highlight:\n\tif len(value.alarm) \u003e 0:\n\t\thighlights.append({\n\t\t\t\"color\": \"#F00\" if value.toggle else \"#FF0\",\n\t\t\t\"keys\": [value.alarm]\n\t\t})\n\t\tif \".\" in value.alarm:\n\t\t\thighlights.append({\n\t\t\t\t\"color\": \"#F00\" if value.toggle else \"#FF0\",\n\t\t\t\t\"keys\": [value.alarm.split(\".\")[0], \"conveyor\"]\n\t\t\t})\n\t# Add demo highlight:\n\tif False and len(value.demo) \u003e 0:\n\t\thighlights.append({\n\t\t\t\"color\": \"#F00\" if value.toggle else \"#FF0\",\n\t\t\t\"keys\": [\"conveyor\", value.demo]\n\t\t})\n\treturn highlights", + "type": "script" + } + ], + "type": "expr-struct" + } + }, + "custom.isMobile": { + "binding": { + "config": { + "expression": "indexOf(lower({session.props.device.userAgent}), \"mobile\")\u003e\u003d0" + }, + "type": "expr" + } + }, + "props.auth": { + "access": "PRIVATE", + "persistent": false + }, + "props.device.accelerometer": { + "access": "SYSTEM", + "persistent": false + }, + "props.device.identifier": { + "access": "SYSTEM", + "persistent": false + }, + "props.device.timezone": { + "access": "SYSTEM", + "persistent": false + }, + "props.device.type": { + "access": "SYSTEM", + "persistent": false + }, + "props.device.userAgent": { + "access": "SYSTEM", + "persistent": false + }, + "props.gateway": { + "access": "SYSTEM", + "persistent": false + }, + "props.geolocation.data": { + "access": "SYSTEM", + "persistent": false + }, + "props.geolocation.permissionGranted": { + "access": "SYSTEM", + "persistent": false + }, + "props.host": { + "access": "SYSTEM", + "persistent": false + }, + "props.id": { + "access": "SYSTEM", + "persistent": false + }, + "props.lastActivity": { + "access": "SYSTEM", + "persistent": false + } + }, + "props": { + "address": "[0:0:0:0:0:0:0:1]", + "device": {}, + "geolocation": {}, + "locale": "en-US", + "timeZoneId": "Asia/Tbilisi" + } +} \ No newline at end of file diff --git a/.resources/70c0fe7781150439ff969d5b353fd0cbf450a4fc96d4cabdbe07372a5754c1d9 b/.resources/70c0fe7781150439ff969d5b353fd0cbf450a4fc96d4cabdbe07372a5754c1d9 new file mode 100644 index 00000000..59001e5a --- /dev/null +++ b/.resources/70c0fe7781150439ff969d5b353fd0cbf450a4fc96d4cabdbe07372a5754c1d9 @@ -0,0 +1,241 @@ +{ + "custom": { + "state": 0, + "string": "Starting" + }, + "params": { + "name": "amber", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "propConfig": { + "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": null, + "inputType": "scalar", + "mappings": [ + { + "input": 1, + "output": 1 + }, + { + "input": 0, + "output": 0 + }, + { + "input": 2, + "output": 2 + }, + { + "input": 3, + "output": 3 + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "tag" + }, + "persistent": true + }, + "custom.string": { + "binding": { + "config": { + "path": "view.custom.state" + }, + "transforms": [ + { + "fallback": "Starting", + "inputType": "scalar", + "mappings": [ + { + "input": 1, + "output": "Running" + }, + { + "input": 2, + "output": "EStop or Faulted" + }, + { + "input": 3, + "output": "Gridlock Prevention" + }, + { + "input": 4, + "output": "Full" + }, + { + "input": 5, + "output": "Jammed" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + }, + "persistent": true + }, + "params.name": { + "paramDirection": "input", + "persistent": true + }, + "params.tagProps": { + "paramDirection": "input", + "persistent": true + } + }, + "props": { + "defaultSize": { + "height": 20, + "width": 20 + } + }, + "root": { + "children": [ + { + "meta": { + "name": "Label" + }, + "position": { + "height": 1, + "width": 1 + }, + "propConfig": { + "props.text": { + "binding": { + "config": { + "expression": "substring({view.params.name}, 0, 1)" + }, + "type": "expr" + } + } + }, + "props": { + "textStyle": { + "fontSize": "20px", + "textAlign": "center", + "textTransform": "uppercase" + } + }, + "type": "ia.display.label" + } + ], + "events": { + "dom": { + "onClick": { + "config": { + "script": "\tsystem.perspective.openDock(\u0027Docked-East-JR\u0027,params\u003d{\u0027tagProps\u0027:self.view.params.tagProps})" + }, + "scope": "G", + "type": "script" + }, + "onMouseEnter": { + "config": { + "script": "\tfrom time import sleep\n\t\n\talarm \u003d []\n\tmessage \u003d None\n\t\n\tsleep(0.5)\n\t\n\tif system.tag.exists(\"System/aws_data\"):\n\t\tif self.view.params.tagProps[0] !\u003d \"\":\n\t\t\ttags_to_read \u003d system.tag.readBlocking(\"System/aws_data\")\n\t\t\tdecode_alarm_data \u003d system.util.jsonDecode(tags_to_read[0].value)\n\t\t\talarm \u003d [decode_alarm_data[i] for i in decode_alarm_data\n\t\t\t\t\tif decode_alarm_data[i][\u0027sourceId\u0027].startswith(self.view.params.tagProps[0])]\n\t\tif alarm:\n\t\t\talarm \u003d sorted(alarm, key \u003d lambda t:t[\u0027timestamp\u0027], reverse\u003dTrue)\n\t\t\tmessage \u003d max(alarm, key \u003d lambda p:p[\u0027priority\u0027]).get(\u0027message\u0027)\n\t\t\tif len(alarm) \u003e 1:\n\t\t\t\tmessage +\u003d \" (+\" + str(len(alarm)-1) + \")\"\n\tself.view.custom.alarm_message \u003d message" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "root", + "tooltip": { + "enabled": true + } + }, + "propConfig": { + "meta.tooltip.text": { + "binding": { + "config": { + "expression": "\"Source Id: \" + {view.params.tagProps[0]} + \", Status: \" + {view.custom.string}\n" + }, + "type": "expr" + } + }, + "meta.visible": { + "binding": { + "config": { + "path": "session.custom.alarm_filter.show_beacons" + }, + "type": "property" + } + }, + "props.style.backgroundColor": { + "binding": { + "config": { + "path": "view.custom.state" + }, + "transforms": [ + { + "fallback": "#808080", + "inputType": "scalar", + "mappings": [ + { + "input": 1, + "output": "#00FF00" + }, + { + "input": 2, + "output": "#FF0000" + }, + { + "input": 3, + "output": "#FF00FF" + }, + { + "input": 4, + "output": "#0000D9" + }, + { + "input": 5, + "output": "#FF8C00" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "property" + } + } + }, + "props": { + "mode": "percent", + "style": { + "borderStyle": "solid", + "cursor": "pointer", + "overflow": "hidden" + } + }, + "type": "ia.container.coord" + } +} \ No newline at end of file diff --git a/.resources/759a11b40b33c196a8ea7878f3e49a3ca5fbeecc85f2db5972a9310871b4a344 b/.resources/759a11b40b33c196a8ea7878f3e49a3ca5fbeecc85f2db5972a9310871b4a344 new file mode 100644 index 00000000..36bff940 --- /dev/null +++ b/.resources/759a11b40b33c196a8ea7878f3e49a3ca5fbeecc85f2db5972a9310871b4a344 @@ -0,0 +1,75 @@ +{ + "custom": {}, + "params": { + "key": "value" + }, + "propConfig": { + "params.key": { + "paramDirection": "input", + "persistent": true + } + }, + "props": { + "defaultSize": { + "height": 69, + "width": 49 + } + }, + "root": { + "children": [ + { + "meta": { + "name": "Conveyor45" + }, + "position": { + "height": 0.9855, + "width": 0.9796 + }, + "props": { + "elements": [ + { + "id": "defs1", + "name": "defs1", + "type": "defs" + }, + { + "elements": [ + { + "d": "m 0.61872656,19.047242 0.185181,-7.76481 C 2.3211966,6.4490419 5.3844746,3.4831579 9.6680236,0.93748089 L 13.582549,7.8726519 c -2.984985,1.33473 -4.2291194,3.3482401 -4.9990764,6.5174301 l -0.08744,4.67802 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path26615", + "name": "path26615", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.25" + }, + "type": "path" + } + ], + "id": "layer1", + "name": "layer1", + "type": "group" + } + ], + "viewBox": "0 0 14 19" + }, + "type": "ia.shapes.svg" + } + ], + "meta": { + "name": "root" + }, + "props": { + "mode": "percent", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.container.coord" + } +} \ No newline at end of file diff --git a/.resources/782f6400fb125ec541c49b32d5f6963c986625f4f6e7eaa2ddd22c4849e34d81 b/.resources/782f6400fb125ec541c49b32d5f6963c986625f4f6e7eaa2ddd22c4849e34d81 new file mode 100644 index 00000000..3df0e7e4 --- /dev/null +++ b/.resources/782f6400fb125ec541c49b32d5f6963c986625f4f6e7eaa2ddd22c4849e34d81 @@ -0,0 +1,78 @@ +{ + "custom": {}, + "params": { + "key": "value" + }, + "propConfig": { + "params.key": { + "paramDirection": "input", + "persistent": true + } + }, + "props": { + "defaultSize": { + "height": 272, + "width": 215 + } + }, + "root": { + "children": [ + { + "meta": { + "name": "Conveyor_Left90" + }, + "position": { + "height": 1.3652, + "width": 1, + "x": 0.0069, + "y": -0.1685 + }, + "props": { + "elements": [ + { + "id": "defs1", + "name": "defs1", + "type": "defs" + }, + { + "elements": [ + { + "d": "M 16.890047,19.897888 C 4.1781605,20.036878 -0.11241603,13.922713 0.16340637,0.16060852 L 8.2822031,0.16091303 C 8.3924473,8.3148192 8.5268195,11.434975 16.856526,11.653146 Z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27089", + "name": "path27089", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.260407" + }, + "type": "path" + } + ], + "id": "layer1", + "name": "layer1", + "type": "group" + } + ], + "viewBox": "0 0 17 20" + }, + "type": "ia.shapes.svg" + } + ], + "meta": { + "name": "root" + }, + "props": { + "mode": "percent", + "style": { + "overflow": "hidden", + "overflowX": "hidden" + } + }, + "type": "ia.container.coord" + } +} \ No newline at end of file diff --git a/.resources/7f2352e05e93c79d8f3caf009e90013579548acff370bcca24cbf491686626a2 b/.resources/7f2352e05e93c79d8f3caf009e90013579548acff370bcca24cbf491686626a2 new file mode 100644 index 00000000..4c93de64 --- /dev/null +++ b/.resources/7f2352e05e93c79d8f3caf009e90013579548acff370bcca24cbf491686626a2 @@ -0,0 +1,296 @@ +{ + "custom": { + "state": 0, + "string": "Clear" + }, + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "propConfig": { + "custom.state": { + "binding": { + "config": { + "fallbackDelay": 1, + "mode": "indirect", + "references": { + "0": "{view.params.tagProps[0]}", + "fc": "{session.custom.fc}" + }, + "tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/STATE" + }, + "transforms": [ + { + "expression": "coalesce({value},{view.params.forceFaultStatus},0)", + "type": "expression" + }, + { + "fallback": 0, + "inputType": "scalar", + "mappings": [ + { + "input": 1, + "output": 1 + }, + { + "input": 2, + "output": 2 + }, + { + "input": 3, + "output": 3 + }, + { + "input": 4, + "output": 4 + }, + { + "input": 5, + "output": 5 + }, + { + "input": 6, + "output": 6 + }, + { + "input": 7, + "output": 7 + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "tag" + }, + "persistent": true + }, + "custom.string": { + "binding": { + "config": { + "path": "view.custom.state" + }, + "transforms": [ + { + "fallback": "Clear", + "inputType": "scalar", + "mappings": [ + { + "input": 1, + "output": "Clear" + }, + { + "input": 2, + "output": "Blocked" + }, + { + "input": 3, + "output": "Disabled" + }, + { + "input": 4, + "output": "Jammed" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + }, + "persistent": true + }, + "params.tagProps": { + "paramDirection": "input", + "persistent": true + } + }, + "props": { + "defaultSize": { + "height": 40, + "width": 200 + } + }, + "root": { + "children": [ + { + "meta": { + "name": "Photoeye" + }, + "position": { + "height": 1, + "width": 1 + }, + "propConfig": { + "props.elements[0].fill.paint": { + "binding": { + "config": { + "path": "view.custom.state" + }, + "transforms": [ + { + "fallback": "#00FF00", + "inputType": "scalar", + "mappings": [ + { + "input": 0, + "output": "#00FF00" + }, + { + "input": 2, + "output": "#000000" + }, + { + "input": 3, + "output": "#800080" + }, + { + "input": 4, + "output": "#FF0000" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[2].fill.paint": { + "binding": { + "config": { + "path": "view.custom.state" + }, + "transforms": [ + { + "fallback": "#00FF00", + "inputType": "scalar", + "mappings": [ + { + "input": 0, + "output": "#00FF00" + }, + { + "input": 2, + "output": "#000000" + }, + { + "input": 3, + "output": "#800080" + }, + { + "input": 4, + "output": "#FF0000" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "property" + } + } + }, + "props": { + "elements": [ + { + "d": "m 28.763932,20 -20,10 V 10 Z", + "fill": {}, + "name": "path", + "stroke": { + "paint": "#000000", + "width": "2" + }, + "type": "path" + }, + { + "stroke": { + "paint": "#000000", + "width": "2" + }, + "stroke-dasharray": "4,4", + "type": "line", + "x1": "30", + "x2": "95%", + "y1": "20", + "y2": "20" + }, + { + "fill": {}, + "height": "20", + "stroke": { + "paint": "#000000", + "width": "2" + }, + "type": "rect", + "width": "6", + "x": "95%", + "y": "10" + } + ], + "viewBox": "0 0 300 40" + }, + "type": "ia.shapes.svg" + } + ], + "events": { + "dom": { + "onClick": { + "config": { + "script": "\tsystem.perspective.openDock(\u0027Docked-East-Photoeye\u0027,params\u003d{\u0027tagProps\u0027:self.view.params.tagProps})" + }, + "scope": "G", + "type": "script" + }, + "onMouseEnter": { + "config": { + "script": "\tfrom time import sleep\n\n\talarm \u003d []\n\tmessage \u003d None\n\n\tsleep(0.5)\n\n\tif system.tag.exists(\"System/aws_data\"):\n\t\tif self.view.params.tagProps[0] !\u003d \"\":\n\t\t\ttags_to_read \u003d system.tag.readBlocking(\"System/aws_data\")\n\t\t\tdecode_alarm_data \u003d system.util.jsonDecode(tags_to_read[0].value)\n\t\t\talarm \u003d [decode_alarm_data[i] for i in decode_alarm_data\n\t\t\t\t\tif decode_alarm_data[i][\u0027sourceId\u0027].startswith(self.view.params.tagProps[0])]\n\t\tif alarm:\n\t\t\talarm \u003d sorted(alarm, key \u003d lambda t:t[\u0027timestamp\u0027], reverse\u003dTrue)\n\t\t\tmessage \u003d max(alarm, key \u003d lambda p:p[\u0027priority\u0027]).get(\u0027message\u0027)\n\t\t\tif len(alarm) \u003e 1:\n\t\t\t\tmessage +\u003d \" (+\" + str(len(alarm)-1) + \")\"\n\tself.view.custom.alarm_message \u003d message" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "root", + "tooltip": { + "enabled": true + } + }, + "propConfig": { + "meta.tooltip.text": { + "binding": { + "config": { + "expression": "\"Source Id: \" + {view.params.tagProps[0]} + \", Status: \" + {view.custom.string}\n" + }, + "type": "expr" + } + }, + "meta.visible": { + "binding": { + "config": { + "path": "session.custom.alarm_filter.show_photoeyes" + }, + "type": "property" + } + } + }, + "props": { + "mode": "percent", + "style": { + "cursor": "pointer" + } + }, + "type": "ia.container.coord" + } +} \ No newline at end of file diff --git a/.resources/91881fa5a2551fb28c7dea650e568069607b8a74f1510fef583d09e727a1361e b/.resources/91881fa5a2551fb28c7dea650e568069607b8a74f1510fef583d09e727a1361e new file mode 100644 index 00000000..7819b049 Binary files /dev/null and b/.resources/91881fa5a2551fb28c7dea650e568069607b8a74f1510fef583d09e727a1361e differ diff --git a/.resources/962984f65f11de245de8ba4472a276b208cd33c618b2cddca4a2a809b4bc1265 b/.resources/962984f65f11de245de8ba4472a276b208cd33c618b2cddca4a2a809b4bc1265 new file mode 100644 index 00000000..b69a5349 --- /dev/null +++ b/.resources/962984f65f11de245de8ba4472a276b208cd33c618b2cddca4a2a809b4bc1265 @@ -0,0 +1,296 @@ +{ + "custom": { + "state": 0, + "string": "Clear" + }, + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "propConfig": { + "custom.state": { + "binding": { + "config": { + "fallbackDelay": 1, + "mode": "indirect", + "references": { + "0": "{view.params.tagProps[0]}", + "fc": "{session.custom.fc}" + }, + "tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/STATE" + }, + "transforms": [ + { + "expression": "coalesce({value},{view.params.forceFaultStatus},0)", + "type": "expression" + }, + { + "fallback": 0, + "inputType": "scalar", + "mappings": [ + { + "input": 1, + "output": 1 + }, + { + "input": 2, + "output": 2 + }, + { + "input": 3, + "output": 3 + }, + { + "input": 4, + "output": 4 + }, + { + "input": 5, + "output": 5 + }, + { + "input": 6, + "output": 6 + }, + { + "input": 7, + "output": 7 + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "tag" + }, + "persistent": true + }, + "custom.string": { + "binding": { + "config": { + "path": "view.custom.state" + }, + "transforms": [ + { + "fallback": "Clear", + "inputType": "scalar", + "mappings": [ + { + "input": 1, + "output": "Clear" + }, + { + "input": 2, + "output": "Blocked" + }, + { + "input": 3, + "output": "Disabled" + }, + { + "input": 4, + "output": "Jammed" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + }, + "persistent": true + }, + "params.tagProps": { + "paramDirection": "input", + "persistent": true + } + }, + "props": { + "defaultSize": { + "height": 40, + "width": 110 + } + }, + "root": { + "children": [ + { + "meta": { + "name": "Photoeye" + }, + "position": { + "height": 1, + "width": 1 + }, + "propConfig": { + "props.elements[0].fill.paint": { + "binding": { + "config": { + "path": "view.custom.state" + }, + "transforms": [ + { + "fallback": "#00FF00", + "inputType": "scalar", + "mappings": [ + { + "input": 0, + "output": "#00FF00" + }, + { + "input": 2, + "output": "#000000" + }, + { + "input": 3, + "output": "#800080" + }, + { + "input": 4, + "output": "#FF0000" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[2].fill.paint": { + "binding": { + "config": { + "path": "view.custom.state" + }, + "transforms": [ + { + "fallback": "#00FF00", + "inputType": "scalar", + "mappings": [ + { + "input": 0, + "output": "#00FF00" + }, + { + "input": 2, + "output": "#000000" + }, + { + "input": 3, + "output": "#800080" + }, + { + "input": 4, + "output": "#FF0000" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "property" + } + } + }, + "props": { + "elements": [ + { + "d": "m 28.763932,20 -20,10 V 10 Z", + "fill": {}, + "name": "path", + "stroke": { + "paint": "#000000", + "width": "2" + }, + "type": "path" + }, + { + "stroke": { + "paint": "#000000", + "width": "2" + }, + "stroke-dasharray": "4,4", + "type": "line", + "x1": "30", + "x2": "90%", + "y1": "20", + "y2": "20" + }, + { + "fill": {}, + "height": "20", + "stroke": { + "paint": "#000000", + "width": "2" + }, + "type": "rect", + "width": "6", + "x": "90%", + "y": "10" + } + ], + "viewBox": "0 0 110 40" + }, + "type": "ia.shapes.svg" + } + ], + "events": { + "dom": { + "onClick": { + "config": { + "script": "\tsystem.perspective.openDock(\u0027Docked-East-Photoeye\u0027,params\u003d{\u0027tagProps\u0027:self.view.params.tagProps})" + }, + "scope": "G", + "type": "script" + }, + "onMouseEnter": { + "config": { + "script": "\tfrom time import sleep\n\n\talarm \u003d []\n\tmessage \u003d None\n\n\tsleep(0.5)\n\n\tif system.tag.exists(\"System/aws_data\"):\n\t\tif self.view.params.tagProps[0] !\u003d \"\":\n\t\t\ttags_to_read \u003d system.tag.readBlocking(\"System/aws_data\")\n\t\t\tdecode_alarm_data \u003d system.util.jsonDecode(tags_to_read[0].value)\n\t\t\talarm \u003d [decode_alarm_data[i] for i in decode_alarm_data\n\t\t\t\t\tif decode_alarm_data[i][\u0027sourceId\u0027].startswith(self.view.params.tagProps[0])]\n\t\tif alarm:\n\t\t\talarm \u003d sorted(alarm, key \u003d lambda t:t[\u0027timestamp\u0027], reverse\u003dTrue)\n\t\t\tmessage \u003d max(alarm, key \u003d lambda p:p[\u0027priority\u0027]).get(\u0027message\u0027)\n\t\t\tif len(alarm) \u003e 1:\n\t\t\t\tmessage +\u003d \" (+\" + str(len(alarm)-1) + \")\"\n\tself.view.custom.alarm_message \u003d message" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "root", + "tooltip": { + "enabled": true + } + }, + "propConfig": { + "meta.tooltip.text": { + "binding": { + "config": { + "expression": "\"Source Id: \" + {view.params.tagProps[0]} + \", Status: \" + {view.custom.string}\n" + }, + "type": "expr" + } + }, + "meta.visible": { + "binding": { + "config": { + "path": "session.custom.alarm_filter.show_photoeyes" + }, + "type": "property" + } + } + }, + "props": { + "mode": "percent", + "style": { + "cursor": "pointer" + } + }, + "type": "ia.container.coord" + } +} \ No newline at end of file diff --git a/.resources/9636cfab48dc72948c305a3ec5024b8e25283d4a7c03446ddd25a3df52897894 b/.resources/9636cfab48dc72948c305a3ec5024b8e25283d4a7c03446ddd25a3df52897894 new file mode 100644 index 00000000..de6fd828 --- /dev/null +++ b/.resources/9636cfab48dc72948c305a3ec5024b8e25283d4a7c03446ddd25a3df52897894 @@ -0,0 +1,45 @@ +{ + "custom": { + "key": "value", + "string": "value" + }, + "params": { + "key": "value" + }, + "propConfig": { + "custom.key": { + "persistent": true + }, + "custom.string": { + "persistent": true + }, + "params.key": { + "paramDirection": "input", + "persistent": true + } + }, + "props": { + "defaultSize": { + "height": 8, + "width": 240 + } + }, + "root": { + "meta": { + "name": "root" + }, + "position": { + "x": 0, + "y": 0 + }, + "props": { + "mode": "percent", + "style": { + "backgroundColor": "white", + "borderStyle": "solid", + "borderWidth": "1px" + } + }, + "type": "ia.container.coord" + } +} \ No newline at end of file diff --git a/.resources/9a4d4af3613f7efecd54fa8352dc95d153c53df8de7cfe8813d1ee2eb543f39b b/.resources/9a4d4af3613f7efecd54fa8352dc95d153c53df8de7cfe8813d1ee2eb543f39b new file mode 100644 index 00000000..f9aeebd3 --- /dev/null +++ b/.resources/9a4d4af3613f7efecd54fa8352dc95d153c53df8de7cfe8813d1ee2eb543f39b @@ -0,0 +1,10758 @@ +{ + "custom": {}, + "params": { + "highlightTagPath": "value" + }, + "propConfig": { + "params.highlightTagPath": { + "onChange": { + "enabled": null, + "script": "\tautStand.Utils.handleTagHighlight(self, currentValue)" + }, + "paramDirection": "input", + "persistent": true + } + }, + "props": { + "defaultSize": { + "height": 1080, + "width": 1920 + } + }, + "root": { + "children": [ + { + "children": [ + { + "meta": { + "name": "PS3_13" + }, + "position": { + "height": 0.0657, + "width": 0.0281, + "x": 0.0985, + "y": 0.4287 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_12" + }, + "position": { + "height": 0.0657, + "width": 0.088, + "x": 0.0084, + "y": 0.4287 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_14" + }, + "position": { + "height": 0.0657, + "width": 0.0297, + "x": 0.1289, + "y": 0.4287 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1" + }, + "position": { + "height": 0.0657, + "width": 0.7594, + "x": 0.1614, + "y": 0.4287 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Conveyor_2" + }, + "position": { + "height": 0.0657, + "width": 0.0328, + "x": 0.9224, + "y": 0.4287 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Conveyor_3" + }, + "position": { + "height": 0.0657, + "width": 0.0328, + "x": 0.9574, + "y": 0.4287 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH108" + }, + "position": { + "height": 0.063, + "rotate": { + "angle": "90deg" + }, + "width": 0.0974, + "x": 0.3271, + "y": 0.5538 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Chute" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH110" + }, + "position": { + "height": 0.062, + "rotate": { + "angle": "90deg" + }, + "width": 0.0974, + "x": 0.3643, + "y": 0.5544 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Chute" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH112" + }, + "position": { + "height": 0.062, + "rotate": { + "angle": "90deg" + }, + "width": 0.0974, + "x": 0.4018, + "y": 0.5544 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Chute" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH114" + }, + "position": { + "height": 0.063, + "rotate": { + "angle": "90deg" + }, + "width": 0.0974, + "x": 0.4705, + "y": 0.5538 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Chute" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH118" + }, + "position": { + "height": 0.063, + "rotate": { + "angle": "90deg" + }, + "width": 0.0974, + "x": 0.5455, + "y": 0.5538 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Chute" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH116" + }, + "position": { + "height": 0.063, + "rotate": { + "angle": "90deg" + }, + "width": 0.0974, + "x": 0.508, + "y": 0.5538 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Chute" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH120" + }, + "position": { + "height": 0.063, + "rotate": { + "angle": "90deg" + }, + "width": 0.0974, + "x": 0.617, + "y": 0.5529 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Chute" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH122" + }, + "position": { + "height": 0.063, + "rotate": { + "angle": "90deg" + }, + "width": 0.0974, + "x": 0.6545, + "y": 0.5529 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Chute" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH124" + }, + "position": { + "height": 0.063, + "rotate": { + "angle": "90deg" + }, + "width": 0.0974, + "x": 0.692, + "y": 0.5529 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Chute" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH126" + }, + "position": { + "height": 0.063, + "rotate": { + "angle": "90deg" + }, + "width": 0.0974, + "x": 0.763, + "y": 0.5529 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Chute" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH128" + }, + "position": { + "height": 0.063, + "rotate": { + "angle": "90deg" + }, + "width": 0.0974, + "x": 0.8005, + "y": 0.5529 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Chute" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH130" + }, + "position": { + "height": 0.063, + "rotate": { + "angle": "90deg" + }, + "width": 0.0974, + "x": 0.838, + "y": 0.5529 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Chute" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH129" + }, + "position": { + "height": 0.063, + "rotate": { + "angle": "90deg" + }, + "width": 0.0974, + "x": 0.838, + "y": 0.3063 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Chute" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH127" + }, + "position": { + "height": 0.063, + "rotate": { + "angle": "90deg" + }, + "width": 0.0974, + "x": 0.8005, + "y": 0.3063 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Chute" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH125" + }, + "position": { + "height": 0.063, + "rotate": { + "angle": "90deg" + }, + "width": 0.0974, + "x": 0.763, + "y": 0.3063 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Chute" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH123" + }, + "position": { + "height": 0.063, + "rotate": { + "angle": "90deg" + }, + "width": 0.0974, + "x": 0.692, + "y": 0.3063 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Chute" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH121" + }, + "position": { + "height": 0.063, + "rotate": { + "angle": "90deg" + }, + "width": 0.0974, + "x": 0.6545, + "y": 0.3063 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Chute" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH119" + }, + "position": { + "height": 0.063, + "rotate": { + "angle": "90deg" + }, + "width": 0.0974, + "x": 0.617, + "y": 0.3063 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Chute" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH117" + }, + "position": { + "height": 0.063, + "rotate": { + "angle": "90deg" + }, + "width": 0.0974, + "x": 0.5455, + "y": 0.3072 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Chute" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH115" + }, + "position": { + "height": 0.063, + "rotate": { + "angle": "90deg" + }, + "width": 0.0974, + "x": 0.508, + "y": 0.3072 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Chute" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH113" + }, + "position": { + "height": 0.063, + "rotate": { + "angle": "90deg" + }, + "width": 0.0974, + "x": 0.4705, + "y": 0.3072 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Chute" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH111" + }, + "position": { + "height": 0.062, + "rotate": { + "angle": "90deg" + }, + "width": 0.0974, + "x": 0.4018, + "y": 0.3078 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Chute" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH109" + }, + "position": { + "height": 0.062, + "rotate": { + "angle": "90deg" + }, + "width": 0.0974, + "x": 0.3643, + "y": 0.3078 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Chute" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH107" + }, + "position": { + "height": 0.063, + "rotate": { + "angle": "90deg" + }, + "width": 0.0974, + "x": 0.3271, + "y": 0.3072 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Chute" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH101" + }, + "position": { + "height": 0.063, + "rotate": { + "angle": "90deg" + }, + "width": 0.0974, + "x": 0.1841, + "y": 0.3072 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Chute" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH103" + }, + "position": { + "height": 0.062, + "rotate": { + "angle": "90deg" + }, + "width": 0.0974, + "x": 0.2213, + "y": 0.3078 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Chute" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH105" + }, + "position": { + "height": 0.062, + "rotate": { + "angle": "90deg" + }, + "width": 0.0974, + "x": 0.2588, + "y": 0.3078 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Chute" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL1" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.1724, + "y": 0.4556 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL2" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.1891, + "y": 0.4389 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL3" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.1891, + "y": 0.463 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL4" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.2099, + "y": 0.463 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL5" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.2099, + "y": 0.4398 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL6" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.2307, + "y": 0.463 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL7" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.2307, + "y": 0.4398 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL8" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.2516, + "y": 0.463 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL9" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.2516, + "y": 0.4398 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL10" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.2724, + "y": 0.463 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL11" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.2724, + "y": 0.4398 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL12" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.2901, + "y": 0.463 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL13" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.2901, + "y": 0.4398 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL14" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.3073, + "y": 0.463 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL15" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.3073, + "y": 0.4398 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL16" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.3281, + "y": 0.4713 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL17" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.3281, + "y": 0.45 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL18" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.3453, + "y": 0.4713 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL19" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.3453, + "y": 0.45 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL20" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.3661, + "y": 0.463 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL21" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.3661, + "y": 0.4398 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL22" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.387, + "y": 0.463 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL23" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.387, + "y": 0.4398 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL24" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.4078, + "y": 0.463 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL25" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.4078, + "y": 0.4398 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL26" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.4286, + "y": 0.463 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL27" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.4286, + "y": 0.4398 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL28" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.4531, + "y": 0.463 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL29" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.4531, + "y": 0.4398 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL30" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.4724, + "y": 0.463 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL31" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.4724, + "y": 0.4398 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL32" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.4932, + "y": 0.463 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL33" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.4932, + "y": 0.4398 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL34" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.5141, + "y": 0.463 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL35" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.5141, + "y": 0.4398 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL36" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.5349, + "y": 0.463 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL37" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.5349, + "y": 0.4398 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL38" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.5521, + "y": 0.463 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL39" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.5521, + "y": 0.4398 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL40" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.5698, + "y": 0.463 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL41" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.5698, + "y": 0.4398 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL42" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.5906, + "y": 0.463 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL43" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.5906, + "y": 0.4398 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL44" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.5906, + "y": 0.463 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL45" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.5906, + "y": 0.4398 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL46" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.6115, + "y": 0.4713 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL47" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.6115, + "y": 0.45 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL48" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.6323, + "y": 0.4713 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL49" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.6323, + "y": 0.45 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL50" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.649, + "y": 0.463 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL51" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.649, + "y": 0.4398 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL52" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.6661, + "y": 0.463 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL53" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.6661, + "y": 0.4398 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL54" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.687, + "y": 0.463 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL55" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.687, + "y": 0.4398 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL56" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.7078, + "y": 0.463 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL57" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.7078, + "y": 0.4398 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL58" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.7286, + "y": 0.463 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL59" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.7286, + "y": 0.4398 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL60" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.7495, + "y": 0.463 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL61" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.7495, + "y": 0.4398 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL62" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.7703, + "y": 0.463 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL63" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.7703, + "y": 0.4398 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL64" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.7911, + "y": 0.463 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL65" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.7911, + "y": 0.4398 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL66" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.812, + "y": 0.463 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL67" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.812, + "y": 0.4398 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL68" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.8328, + "y": 0.463 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL69" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.8328, + "y": 0.4398 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL70" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.8536, + "y": 0.463 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL71" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.8536, + "y": 0.4398 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL72" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.8536, + "y": 0.463 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL73" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.8536, + "y": 0.4398 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL74" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.8703, + "y": 0.4398 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL75" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.8703, + "y": 0.463 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL77" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.887, + "y": 0.463 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL78" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.9036, + "y": 0.4537 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SOL76" + }, + "position": { + "height": 0.0204, + "width": 0.012, + "x": 0.887, + "y": 0.4389 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Solenoid" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_12_EPC2" + }, + "position": { + "height": 0.0278, + "width": 0.0156, + "x": 0.0109, + "y": 0.5028 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/EPC" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_12_EPC1" + }, + "position": { + "height": 0.0278, + "width": 0.0156, + "x": 0.0099, + "y": 0.3926 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/EPC" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_1_FIOM1" + }, + "position": { + "height": 0.0185, + "width": 0.0208, + "x": 0.1906, + "y": 0.5065 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Field_IO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_14_SIO1" + }, + "position": { + "height": 0.0185, + "width": 0.0208, + "x": 0.137, + "y": 0.3787 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Safety_IO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SS1" + }, + "position": { + "height": 0.0185, + "width": 0.0208, + "x": 0.9281, + "y": 0.4019 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/SS_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH101_PRX1" + }, + "position": { + "height": 0.0185, + "width": 0.0156, + "x": 0.2146, + "y": 0.3944 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Camera" + }, + "position": { + "height": 0.0278, + "width": 0.0208, + "x": 0.9688, + "y": 0.5074 + }, + "props": { + "params": { + "directionLeft": true, + "forceFaultStatus": null, + "forceRunningStatus": null, + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Camera" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_12_JR2" + }, + "position": { + "height": 0.0231, + "width": 0.013, + "x": 0.0792, + "y": 0.5 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_12_JR1" + }, + "position": { + "height": 0.0231, + "width": 0.013, + "x": 0.0802, + "y": 0.3991 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_12_VFD1" + }, + "position": { + "height": 0.0241, + "width": 0.0135, + "x": 0.063, + "y": 0.3981 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/VFD" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_13_VFD1" + }, + "position": { + "height": 0.0241, + "width": 0.0135, + "x": 0.1068, + "y": 0.3981 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/VFD" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_14_VFD1" + }, + "position": { + "height": 0.0241, + "width": 0.0135, + "x": 0.1411, + "y": 0.3981 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/VFD" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_13_SIO1" + }, + "position": { + "height": 0.0185, + "width": 0.0208, + "x": 0.1031, + "y": 0.3787 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Safety_IO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_12_SIO1" + }, + "position": { + "height": 0.0185, + "width": 0.0208, + "x": 0.0417, + "y": 0.4 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Safety_IO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_12_BCN1_A" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.0818, + "y": 0.3778 + }, + "props": { + "params": { + "name": "amber", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_13_ENW1" + }, + "position": { + "height": 0.0231, + "width": 0.013, + "x": 0.1057, + "y": 0.4546 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Encoder" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_14_ENW1" + }, + "position": { + "height": 0.0231, + "width": 0.013, + "x": 0.137, + "y": 0.4546 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Encoder" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_1_FIOM2" + }, + "position": { + "height": 0.0185, + "width": 0.0208, + "x": 0.2635, + "y": 0.5065 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Field_IO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_1_FIOM3" + }, + "position": { + "height": 0.0185, + "width": 0.0208, + "x": 0.3172, + "y": 0.5065 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Field_IO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_1_FIOM5" + }, + "position": { + "height": 0.0185, + "width": 0.0208, + "x": 0.5078, + "y": 0.5278 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Field_IO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_1_FIOM4" + }, + "position": { + "height": 0.0185, + "width": 0.0208, + "x": 0.4, + "y": 0.525 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Field_IO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_1_FIOM6" + }, + "position": { + "height": 0.0185, + "width": 0.0208, + "x": 0.5797, + "y": 0.5269 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Field_IO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_1_FIOM7" + }, + "position": { + "height": 0.0185, + "width": 0.0208, + "x": 0.6552, + "y": 0.5259 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Field_IO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_1_FIOM8" + }, + "position": { + "height": 0.0185, + "width": 0.0208, + "x": 0.7302, + "y": 0.5259 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Field_IO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_1_FIOM9" + }, + "position": { + "height": 0.0185, + "width": 0.0208, + "x": 0.8021, + "y": 0.525 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Field_IO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH101_EN1" + }, + "position": { + "height": 0.0231, + "width": 0.013, + "x": 0.2323, + "y": 0.2296 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH103_EN1" + }, + "position": { + "height": 0.0231, + "width": 0.013, + "x": 0.2698, + "y": 0.2296 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH105_EN1" + }, + "position": { + "height": 0.0231, + "width": 0.013, + "x": 0.3057, + "y": 0.2296 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH107_EN1" + }, + "position": { + "height": 0.0231, + "width": 0.013, + "x": 0.3688, + "y": 0.2296 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH109_EN1" + }, + "position": { + "height": 0.0231, + "width": 0.013, + "x": 0.4063, + "y": 0.2296 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH111_EN1" + }, + "position": { + "height": 0.0231, + "width": 0.013, + "x": 0.4432, + "y": 0.2296 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH113_EN1" + }, + "position": { + "height": 0.0231, + "width": 0.013, + "x": 0.5177, + "y": 0.2296 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH115_EN1" + }, + "position": { + "height": 0.0231, + "width": 0.013, + "x": 0.5521, + "y": 0.2296 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH117_EN1" + }, + "position": { + "height": 0.0231, + "width": 0.013, + "x": 0.5896, + "y": 0.2296 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH119_EN1" + }, + "position": { + "height": 0.0231, + "width": 0.013, + "x": 0.6589, + "y": 0.2296 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH121_EN1" + }, + "position": { + "height": 0.0231, + "width": 0.013, + "x": 0.6958, + "y": 0.2296 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH123_EN1" + }, + "position": { + "height": 0.0231, + "width": 0.013, + "x": 0.7349, + "y": 0.2296 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH125_EN1" + }, + "position": { + "height": 0.0231, + "width": 0.013, + "x": 0.8036, + "y": 0.2296 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH127_EN1" + }, + "position": { + "height": 0.0231, + "width": 0.013, + "x": 0.8443, + "y": 0.2296 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH129_EN1" + }, + "position": { + "height": 0.0231, + "width": 0.013, + "x": 0.8818, + "y": 0.2296 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH130_EN1" + }, + "position": { + "height": 0.0231, + "width": 0.013, + "x": 0.8812, + "y": 0.6722 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH128_EN1" + }, + "position": { + "height": 0.0231, + "width": 0.013, + "x": 0.8422, + "y": 0.6722 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH126_EN1" + }, + "position": { + "height": 0.0231, + "width": 0.013, + "x": 0.8057, + "y": 0.6722 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH124_EN1" + }, + "position": { + "height": 0.0231, + "width": 0.013, + "x": 0.7297, + "y": 0.6722 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH122_EN1" + }, + "position": { + "height": 0.0231, + "width": 0.013, + "x": 0.6885, + "y": 0.6722 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH120_EN1" + }, + "position": { + "height": 0.0231, + "width": 0.013, + "x": 0.6542, + "y": 0.6722 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH118_EN1" + }, + "position": { + "height": 0.0231, + "width": 0.013, + "x": 0.5813, + "y": 0.6722 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH116_EN1" + }, + "position": { + "height": 0.0231, + "width": 0.013, + "x": 0.549, + "y": 0.6722 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH114_EN1" + }, + "position": { + "height": 0.0231, + "width": 0.013, + "x": 0.5115, + "y": 0.6722 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH112_EN1" + }, + "position": { + "height": 0.0231, + "width": 0.013, + "x": 0.4437, + "y": 0.6722 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH110_EN1" + }, + "position": { + "height": 0.0231, + "width": 0.013, + "x": 0.4068, + "y": 0.6722 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH108_EN1" + }, + "position": { + "height": 0.0231, + "width": 0.013, + "x": 0.3682, + "y": 0.6722 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH108_BNC1_G" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.3589, + "y": 0.6009 + }, + "props": { + "params": { + "name": "green", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH108_BNC1_A" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.3589, + "y": 0.5843 + }, + "props": { + "params": { + "name": "amber", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH108_BNC1_B" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.3589, + "y": 0.5676 + }, + "props": { + "params": { + "name": "blue", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH110_BNC1_G" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.3964, + "y": 0.5954 + }, + "props": { + "params": { + "name": "green", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH110_BNC1_B" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.3964, + "y": 0.5769 + }, + "props": { + "params": { + "name": "blue", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH112_BNC1_G" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.4333, + "y": 0.5972 + }, + "props": { + "params": { + "name": "green", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH112_BNC1_B" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.4333, + "y": 0.5787 + }, + "props": { + "params": { + "name": "blue", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH114_BNC1_G" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.5021, + "y": 0.6 + }, + "props": { + "params": { + "name": "green", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH114_BNC1_A" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.5021, + "y": 0.5833 + }, + "props": { + "params": { + "name": "amber", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH114_BNC1_B" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.5021, + "y": 0.5667 + }, + "props": { + "params": { + "name": "blue", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH116_BNC1_G" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.5401, + "y": 0.5981 + }, + "props": { + "params": { + "name": "green", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH116_BNC1_B" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.5401, + "y": 0.5796 + }, + "props": { + "params": { + "name": "blue", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH118_BNC1_G" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.5771, + "y": 0.5963 + }, + "props": { + "params": { + "name": "green", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH118_BNC1_B" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.5771, + "y": 0.5787 + }, + "props": { + "params": { + "name": "blue", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH120_BNC1_B" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.6484, + "y": 0.5667 + }, + "props": { + "params": { + "name": "blue", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH120_BNC1_A" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.6484, + "y": 0.5833 + }, + "props": { + "params": { + "name": "amber", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH120_BNC1_G" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.6484, + "y": 0.6 + }, + "props": { + "params": { + "name": "green", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH122_BNC1_B" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.6859, + "y": 0.5806 + }, + "props": { + "params": { + "name": "blue", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH122_BNC1_G" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.6859, + "y": 0.5972 + }, + "props": { + "params": { + "name": "green", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH124_BNC1_B" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.724, + "y": 0.5796 + }, + "props": { + "params": { + "name": "blue", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH124_BNC1_G" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.724, + "y": 0.5972 + }, + "props": { + "params": { + "name": "green", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH126_BNC1_B" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.7948, + "y": 0.563 + }, + "props": { + "params": { + "name": "blue", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH126_BNC1_A" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.7948, + "y": 0.5796 + }, + "props": { + "params": { + "name": "amber", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH126_BNC1_G" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.7948, + "y": 0.5963 + }, + "props": { + "params": { + "name": "green", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH128_BNC1_B" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.8318, + "y": 0.5787 + }, + "props": { + "params": { + "name": "blue", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH128_BNC1_G" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.8318, + "y": 0.5981 + }, + "props": { + "params": { + "name": "green", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH130_BNC1_B" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.8693, + "y": 0.5759 + }, + "props": { + "params": { + "name": "blue", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH130_BNC1_G" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.8693, + "y": 0.5954 + }, + "props": { + "params": { + "name": "green", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH101_BNC1_B" + }, + "position": { + "height": 0.0176, + "width": 0.0104, + "x": 0.2146, + "y": 0.3083 + }, + "props": { + "params": { + "name": "blue", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH101_BNC1_A" + }, + "position": { + "height": 0.0176, + "width": 0.0104, + "x": 0.2146, + "y": 0.3242 + }, + "props": { + "params": { + "name": "amber", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH103_BNC1_B" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.2536, + "y": 0.3157 + }, + "props": { + "params": { + "name": "blue", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH101_BNC1_G" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.2146, + "y": 0.338 + }, + "props": { + "params": { + "name": "green", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH103_BNC1_G" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.2536, + "y": 0.3343 + }, + "props": { + "params": { + "name": "green", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH105_BNC1_G" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.2911, + "y": 0.3315 + }, + "props": { + "params": { + "name": "green", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH105_BNC1_B" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.2911, + "y": 0.313 + }, + "props": { + "params": { + "name": "blue", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH107_BNC1_B" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.3589, + "y": 0.3065 + }, + "props": { + "params": { + "name": "blue", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH107_BNC1_A" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.3589, + "y": 0.3231 + }, + "props": { + "params": { + "name": "amber", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH109_BNC1_B" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.3964, + "y": 0.3139 + }, + "props": { + "params": { + "name": "blue", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH107_BNC1_G" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.3589, + "y": 0.3398 + }, + "props": { + "params": { + "name": "green", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH109_BNC1_G" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.3964, + "y": 0.3324 + }, + "props": { + "params": { + "name": "green", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH111_BNC1_G" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.4333, + "y": 0.3352 + }, + "props": { + "params": { + "name": "green", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH111_BNC1_B" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.4333, + "y": 0.3167 + }, + "props": { + "params": { + "name": "blue", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH113_BNC1_B" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.5, + "y": 0.3065 + }, + "props": { + "params": { + "name": "blue", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH113_BNC1_A" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.5, + "y": 0.3231 + }, + "props": { + "params": { + "name": "amber", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH115_BNC1_B" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.5401, + "y": 0.3157 + }, + "props": { + "params": { + "name": "blue", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH113_BNC1_G" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.5, + "y": 0.3398 + }, + "props": { + "params": { + "name": "green", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH115_BNC1_G" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.5401, + "y": 0.3343 + }, + "props": { + "params": { + "name": "green", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH117_BNC1_G" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.5771, + "y": 0.3343 + }, + "props": { + "params": { + "name": "green", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH117_BNC1_B" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.5771, + "y": 0.3157 + }, + "props": { + "params": { + "name": "blue", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH119_BNC1_B" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.6484, + "y": 0.3074 + }, + "props": { + "params": { + "name": "blue", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH119_BNC1_A" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.6484, + "y": 0.3241 + }, + "props": { + "params": { + "name": "amber", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH121_BNC1_B" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.6865, + "y": 0.3176 + }, + "props": { + "params": { + "name": "blue", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH119_BNC1_G" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.6484, + "y": 0.3407 + }, + "props": { + "params": { + "name": "green", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH121_BNC1_G" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.6865, + "y": 0.3361 + }, + "props": { + "params": { + "name": "green", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH123_BNC1_G" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.724, + "y": 0.3361 + }, + "props": { + "params": { + "name": "green", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH123_BNC1_B" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.724, + "y": 0.3176 + }, + "props": { + "params": { + "name": "blue", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH125_BNC1_B" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.7937, + "y": 0.3074 + }, + "props": { + "params": { + "name": "blue", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH125_BNC1_A" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.7937, + "y": 0.3241 + }, + "props": { + "params": { + "name": "amber", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH127_BNC1_B" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.8333, + "y": 0.3222 + }, + "props": { + "params": { + "name": "blue", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH125_BNC1_G" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.7937, + "y": 0.3407 + }, + "props": { + "params": { + "name": "green", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH127_BNC1_G" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.8333, + "y": 0.3407 + }, + "props": { + "params": { + "name": "green", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH129_BNC1_G" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.8708, + "y": 0.3407 + }, + "props": { + "params": { + "name": "green", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH129_BNC1_B" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.8708, + "y": 0.3222 + }, + "props": { + "params": { + "name": "blue", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_EPC1" + }, + "position": { + "height": 0.0278, + "width": 0.0156, + "x": 0.9091, + "y": 0.3968 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/EPC" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_EPC2" + }, + "position": { + "height": 0.0278, + "width": 0.0156, + "x": 0.9096, + "y": 0.5023 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/EPC" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Beacon_63" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.9115, + "y": 0.3731 + }, + "props": { + "params": { + "name": "amber", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_BNC1_R" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.9115, + "y": 0.3565 + }, + "props": { + "params": { + "name": "red", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_BNC1_H" + }, + "position": { + "height": 0.0185, + "width": 0.0104, + "x": 0.9115, + "y": 0.3398 + }, + "props": { + "params": { + "name": "horn", + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_1_JR1" + }, + "position": { + "height": 0.0231, + "width": 0.013, + "x": 0.1927, + "y": 0.3824 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_1_JR3" + }, + "position": { + "height": 0.0231, + "width": 0.013, + "x": 0.3391, + "y": 0.3852 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_1_JR5" + }, + "position": { + "height": 0.0231, + "width": 0.013, + "x": 0.475, + "y": 0.388 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_1_JR7" + }, + "position": { + "height": 0.0231, + "width": 0.013, + "x": 0.6208, + "y": 0.3907 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_1_JR9" + }, + "position": { + "height": 0.0231, + "width": 0.013, + "x": 0.7698, + "y": 0.3907 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_1_JR4" + }, + "position": { + "height": 0.0231, + "width": 0.013, + "x": 0.3422, + "y": 0.5157 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_1_JR6" + }, + "position": { + "height": 0.0231, + "width": 0.013, + "x": 0.4854, + "y": 0.5139 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_1_JR8" + }, + "position": { + "height": 0.0231, + "width": 0.013, + "x": 0.6312, + "y": 0.513 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_1_JR10" + }, + "position": { + "height": 0.0231, + "width": 0.013, + "x": 0.7766, + "y": 0.5111 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH103_FIOM1" + }, + "position": { + "height": 0.0185, + "width": 0.0208, + "x": 0.2625, + "y": 0.3722 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Field_IO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH109_FIOM1" + }, + "position": { + "height": 0.0185, + "width": 0.0208, + "x": 0.4005, + "y": 0.3722 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Field_IO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH115_FIOM1" + }, + "position": { + "height": 0.0185, + "width": 0.0208, + "x": 0.5432, + "y": 0.3722 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Field_IO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH121_FIOM1" + }, + "position": { + "height": 0.0185, + "width": 0.0208, + "x": 0.6542, + "y": 0.3741 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Field_IO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH127_FIOM1" + }, + "position": { + "height": 0.0185, + "width": 0.0208, + "x": 0.837, + "y": 0.3741 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Field_IO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_1_FIOM10" + }, + "position": { + "height": 0.0185, + "width": 0.0208, + "x": 0.8698, + "y": 0.525 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Field_IO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_1_LRPE1" + }, + "position": { + "height": 0.0315, + "width": 0.1307, + "x": 0.2018, + "y": 0.4046 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_1_LRPE3" + }, + "position": { + "height": 0.037, + "width": 0.1307, + "x": 0.345, + "y": 0.4009 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_1_LRPE5" + }, + "position": { + "height": 0.037, + "width": 0.1307, + "x": 0.4898, + "y": 0.4009 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_1_LRPE7" + }, + "position": { + "height": 0.037, + "width": 0.1307, + "x": 0.6357, + "y": 0.4009 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_1_LRPE9" + }, + "position": { + "height": 0.037, + "width": 0.1307, + "x": 0.7815, + "y": 0.4009 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_1_LRPE4" + }, + "position": { + "height": 0.0315, + "width": 0.1307, + "x": 0.3451, + "y": 0.4852 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_1_LRPE6" + }, + "position": { + "height": 0.0315, + "width": 0.1323, + "x": 0.4878, + "y": 0.4852 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_1_LRPE8" + }, + "position": { + "height": 0.0315, + "width": 0.1323, + "x": 0.6331, + "y": 0.4852 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_1_LRPE10" + }, + "position": { + "height": 0.0306, + "width": 0.1349, + "x": 0.7815, + "y": 0.4833 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Long" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH101_PE1" + }, + "position": { + "height": 0.0352, + "width": 0.0573, + "x": 0.2026, + "y": 0.3454 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Medium" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH103_PE1" + }, + "position": { + "height": 0.037, + "width": 0.0573, + "x": 0.2391, + "y": 0.3435 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Medium" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH105_PE1" + }, + "position": { + "height": 0.037, + "width": 0.0573, + "x": 0.2781, + "y": 0.3435 + }, + "props": { + "params": { + "tagProps": [ + "sol26", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Medium" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH107_PE1" + }, + "position": { + "height": 0.037, + "width": 0.0573, + "x": 0.3432, + "y": 0.3435 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Medium" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH111_PE1" + }, + "position": { + "height": 0.037, + "width": 0.0573, + "x": 0.4188, + "y": 0.3435 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Medium" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH109_PE1" + }, + "position": { + "height": 0.037, + "width": 0.0573, + "x": 0.3797, + "y": 0.3435 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Medium" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH113_PE1" + }, + "position": { + "height": 0.037, + "width": 0.0573, + "x": 0.4839, + "y": 0.3435 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Medium" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH117_PE1" + }, + "position": { + "height": 0.037, + "width": 0.0573, + "x": 0.5594, + "y": 0.3435 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Medium" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH115_PE1" + }, + "position": { + "height": 0.037, + "width": 0.0573, + "x": 0.5203, + "y": 0.3435 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Medium" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH119_PE1" + }, + "position": { + "height": 0.037, + "width": 0.0573, + "x": 0.6318, + "y": 0.3435 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Medium" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH121_PE1" + }, + "position": { + "height": 0.037, + "width": 0.0573, + "x": 0.6682, + "y": 0.3435 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Medium" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH123_PE1" + }, + "position": { + "height": 0.037, + "width": 0.0573, + "x": 0.7073, + "y": 0.3435 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Medium" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH125_PE1" + }, + "position": { + "height": 0.037, + "width": 0.0573, + "x": 0.7766, + "y": 0.3435 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Medium" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH127_PE1" + }, + "position": { + "height": 0.037, + "width": 0.0573, + "x": 0.813, + "y": 0.3435 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Medium" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH129_PE1" + }, + "position": { + "height": 0.037, + "width": 0.0573, + "x": 0.8521, + "y": 0.3435 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Medium" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH120_PE1" + }, + "position": { + "height": 0.037, + "width": 0.0573, + "x": 0.6323, + "y": 0.5389 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Medium" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH122_PE1" + }, + "position": { + "height": 0.037, + "width": 0.0573, + "x": 0.6682, + "y": 0.5389 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Medium" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH124_PE1" + }, + "position": { + "height": 0.037, + "width": 0.0573, + "x": 0.7073, + "y": 0.5389 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Medium" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH114_PE1" + }, + "position": { + "height": 0.037, + "width": 0.0573, + "x": 0.4854, + "y": 0.5389 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Medium" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH116_PE1" + }, + "position": { + "height": 0.037, + "width": 0.0573, + "x": 0.5219, + "y": 0.5389 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Medium" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH118_PE1" + }, + "position": { + "height": 0.037, + "width": 0.0573, + "x": 0.5604, + "y": 0.5389 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Medium" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH108_PE1" + }, + "position": { + "height": 0.037, + "width": 0.0573, + "x": 0.3406, + "y": 0.5389 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Medium" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH110_PE1" + }, + "position": { + "height": 0.037, + "width": 0.0573, + "x": 0.3771, + "y": 0.5389 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Medium" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH112_PE1" + }, + "position": { + "height": 0.037, + "width": 0.0573, + "x": 0.4161, + "y": 0.5389 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Medium" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH126_PE1" + }, + "position": { + "height": 0.038, + "width": 0.0557, + "x": 0.7797, + "y": 0.5389 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Medium" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH128_PE1" + }, + "position": { + "height": 0.037, + "width": 0.0573, + "x": 0.8146, + "y": 0.5389 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Medium" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH130_PE1" + }, + "position": { + "height": 0.037, + "width": 0.0573, + "x": 0.8536, + "y": 0.5389 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Medium" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Camera_0" + }, + "position": { + "height": 0.0278, + "width": 0.0208, + "x": 0.9688, + "y": 0.5074 + }, + "props": { + "params": { + "directionLeft": true, + "forceFaultStatus": null, + "forceRunningStatus": null, + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Camera" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SS2" + }, + "position": { + "height": 0.0185, + "width": 0.0208, + "x": 0.9297, + "y": 0.5046 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/SS_Button" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_SIO1" + }, + "position": { + "height": 0.0185, + "width": 0.0208, + "x": 0.9102, + "y": 0.5333 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Safety_IO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_VFD1" + }, + "position": { + "height": 0.0241, + "width": 0.0135, + "x": 0.9104, + "y": 0.5546 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/VFD" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH103_PRX1" + }, + "position": { + "height": 0.0185, + "width": 0.0156, + "x": 0.2542, + "y": 0.3944 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_Ch105_PRX1" + }, + "position": { + "height": 0.0185, + "width": 0.0156, + "x": 0.2911, + "y": 0.3944 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_Ch107_PRX1" + }, + "position": { + "height": 0.0185, + "width": 0.0156, + "x": 0.3599, + "y": 0.3944 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_Ch109_PRX1" + }, + "position": { + "height": 0.0185, + "width": 0.0156, + "x": 0.3964, + "y": 0.3944 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH111_PRX1" + }, + "position": { + "height": 0.0185, + "width": 0.0156, + "x": 0.4328, + "y": 0.3944 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH113_PRX1" + }, + "position": { + "height": 0.0185, + "width": 0.0156, + "x": 0.501, + "y": 0.3944 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH115_PRX1" + }, + "position": { + "height": 0.0185, + "width": 0.0156, + "x": 0.5401, + "y": 0.3944 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH117_PRX1" + }, + "position": { + "height": 0.0185, + "width": 0.0156, + "x": 0.5781, + "y": 0.3944 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH119_PRX1" + }, + "position": { + "height": 0.0185, + "width": 0.0156, + "x": 0.6495, + "y": 0.3944 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH121_PRX1" + }, + "position": { + "height": 0.0185, + "width": 0.0156, + "x": 0.6875, + "y": 0.3944 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH123_PRX1" + }, + "position": { + "height": 0.0185, + "width": 0.0156, + "x": 0.725, + "y": 0.3944 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH125_PRX1" + }, + "position": { + "height": 0.0185, + "width": 0.0156, + "x": 0.7943, + "y": 0.3944 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH127_PRX1" + }, + "position": { + "height": 0.0185, + "width": 0.0156, + "x": 0.8323, + "y": 0.3944 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH129_PRX1" + }, + "position": { + "height": 0.0185, + "width": 0.0156, + "x": 0.8698, + "y": 0.3944 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH108_PRX1" + }, + "position": { + "height": 0.0185, + "width": 0.0156, + "x": 0.3594, + "y": 0.5037 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH110_PRX1" + }, + "position": { + "height": 0.0185, + "width": 0.0156, + "x": 0.3958, + "y": 0.5037 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH112_PRX1" + }, + "position": { + "height": 0.0185, + "width": 0.0156, + "x": 0.4328, + "y": 0.5037 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH114_PRX1" + }, + "position": { + "height": 0.0185, + "width": 0.0156, + "x": 0.5021, + "y": 0.5046 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH116_PRX1" + }, + "position": { + "height": 0.0185, + "width": 0.0156, + "x": 0.5401, + "y": 0.5046 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH118_PRX1" + }, + "position": { + "height": 0.0185, + "width": 0.0156, + "x": 0.576, + "y": 0.5046 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH120_PRX1" + }, + "position": { + "height": 0.0185, + "width": 0.0156, + "x": 0.6495, + "y": 0.5037 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH122_PRX1" + }, + "position": { + "height": 0.0185, + "width": 0.0156, + "x": 0.6859, + "y": 0.5037 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH124_PRX1" + }, + "position": { + "height": 0.0185, + "width": 0.0156, + "x": 0.724, + "y": 0.5037 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH126_PRX1" + }, + "position": { + "height": 0.0185, + "width": 0.0156, + "x": 0.7958, + "y": 0.5037 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH128_PRX1" + }, + "position": { + "height": 0.0185, + "width": 0.0156, + "x": 0.8339, + "y": 0.5037 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH130_PRX1" + }, + "position": { + "height": 0.0185, + "width": 0.0156, + "x": 0.8703, + "y": 0.5037 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "MCM02" + }, + "position": { + "height": 0.0278, + "width": 0.0219, + "x": 0.2437, + "y": 0.5519 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/MCM" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_DPM1" + }, + "position": { + "height": 0.0231, + "width": 0.0156, + "x": 0.3363, + "y": 0.4278 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/DPM" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1_DPM2" + }, + "position": { + "height": 0.0231, + "width": 0.0156, + "x": 0.6222, + "y": 0.4278 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/DPM" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH110_FIOM1" + }, + "position": { + "height": 0.0185, + "width": 0.0208, + "x": 0.3984, + "y": 0.5574 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Field_IO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH116_FIOM1" + }, + "position": { + "height": 0.0185, + "width": 0.0208, + "x": 0.5432, + "y": 0.5574 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Field_IO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH122_FIOM1" + }, + "position": { + "height": 0.0185, + "width": 0.0208, + "x": 0.6896, + "y": 0.5574 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Field_IO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH128_FIOM1" + }, + "position": { + "height": 0.0185, + "width": 0.0208, + "x": 0.8349, + "y": 0.5574 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Field_IO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH101_PRX2" + }, + "position": { + "height": 0.0185, + "width": 0.0156, + "x": 0.2307, + "y": 0.3944 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH103_PRX2" + }, + "position": { + "height": 0.0185, + "width": 0.0156, + "x": 0.2703, + "y": 0.3944 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_Ch105_PRX2" + }, + "position": { + "height": 0.0185, + "width": 0.0156, + "x": 0.3073, + "y": 0.3944 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_Ch107_PRX2" + }, + "position": { + "height": 0.0185, + "width": 0.0156, + "x": 0.376, + "y": 0.3944 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_Ch109_PRX2" + }, + "position": { + "height": 0.0185, + "width": 0.0156, + "x": 0.4125, + "y": 0.3944 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH111_PRX2" + }, + "position": { + "height": 0.0185, + "width": 0.0156, + "x": 0.449, + "y": 0.3944 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH113_PRX2" + }, + "position": { + "height": 0.0185, + "width": 0.0156, + "x": 0.5172, + "y": 0.3944 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH115_PRX2" + }, + "position": { + "height": 0.0185, + "width": 0.0156, + "x": 0.5563, + "y": 0.3944 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH117_PRX2" + }, + "position": { + "height": 0.0185, + "width": 0.0156, + "x": 0.5943, + "y": 0.3944 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH119_PRX2" + }, + "position": { + "height": 0.0185, + "width": 0.0156, + "x": 0.6656, + "y": 0.3944 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH121_PRX2" + }, + "position": { + "height": 0.0185, + "width": 0.0156, + "x": 0.7036, + "y": 0.3944 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH123_PRX2" + }, + "position": { + "height": 0.0185, + "width": 0.0156, + "x": 0.7411, + "y": 0.3944 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH125_PRX2" + }, + "position": { + "height": 0.0185, + "width": 0.0156, + "x": 0.8104, + "y": 0.3944 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH127_PRX2" + }, + "position": { + "height": 0.0185, + "width": 0.0156, + "x": 0.8484, + "y": 0.3944 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH129_PRX2" + }, + "position": { + "height": 0.0185, + "width": 0.0156, + "x": 0.8859, + "y": 0.3944 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH108_PRX2" + }, + "position": { + "height": 0.0185, + "width": 0.0156, + "x": 0.3755, + "y": 0.5037 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH110_PRX2" + }, + "position": { + "height": 0.0185, + "width": 0.0156, + "x": 0.412, + "y": 0.5037 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH112_PRX2" + }, + "position": { + "height": 0.0185, + "width": 0.0156, + "x": 0.449, + "y": 0.5037 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH114_PRX2" + }, + "position": { + "height": 0.0185, + "width": 0.0156, + "x": 0.5182, + "y": 0.5046 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH116_PRX2" + }, + "position": { + "height": 0.0185, + "width": 0.0156, + "x": 0.5563, + "y": 0.5046 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH118_PRX2" + }, + "position": { + "height": 0.0185, + "width": 0.0156, + "x": 0.5922, + "y": 0.5046 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH120_PRX2" + }, + "position": { + "height": 0.0185, + "width": 0.0156, + "x": 0.6656, + "y": 0.5037 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH122_PRX2" + }, + "position": { + "height": 0.0185, + "width": 0.0156, + "x": 0.7021, + "y": 0.5037 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH124_PRX2" + }, + "position": { + "height": 0.0185, + "width": 0.0156, + "x": 0.7401, + "y": 0.5037 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH126_PRX2" + }, + "position": { + "height": 0.0185, + "width": 0.0156, + "x": 0.812, + "y": 0.5037 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH128_PRX2" + }, + "position": { + "height": 0.0185, + "width": 0.0156, + "x": 0.85, + "y": 0.5037 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH130_PRX2" + }, + "position": { + "height": 0.0185, + "width": 0.0156, + "x": 0.8865, + "y": 0.5037 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/ProxSwitch" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH101_PE2" + }, + "position": { + "height": 0.037, + "width": 0.0573, + "x": 0.2026, + "y": 0.2778 + }, + "props": { + "params": { + "tagProps": [ + "sol25", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Medium" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH103_PE2" + }, + "position": { + "height": 0.037, + "width": 0.0573, + "x": 0.2391, + "y": 0.2778 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Medium" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH105_PE2" + }, + "position": { + "height": 0.037, + "width": 0.0573, + "x": 0.2781, + "y": 0.2778 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Medium" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH107_PE2" + }, + "position": { + "height": 0.037, + "width": 0.0573, + "x": 0.3432, + "y": 0.2778 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Medium" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH109_PE2" + }, + "position": { + "height": 0.037, + "width": 0.0573, + "x": 0.3797, + "y": 0.2778 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Medium" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH111_PE2" + }, + "position": { + "height": 0.037, + "width": 0.0573, + "x": 0.4188, + "y": 0.2778 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Medium" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH113_PE2" + }, + "position": { + "height": 0.037, + "width": 0.0573, + "x": 0.4839, + "y": 0.2778 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Medium" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH115_PE2" + }, + "position": { + "height": 0.037, + "width": 0.0573, + "x": 0.5203, + "y": 0.2778 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Medium" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH117_PE2" + }, + "position": { + "height": 0.037, + "width": 0.0573, + "x": 0.5594, + "y": 0.2778 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Medium" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH119_PE2" + }, + "position": { + "height": 0.037, + "width": 0.0573, + "x": 0.6318, + "y": 0.2778 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Medium" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH121_PE2" + }, + "position": { + "height": 0.037, + "width": 0.0573, + "x": 0.6682, + "y": 0.2778 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Medium" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH123_PE2" + }, + "position": { + "height": 0.037, + "width": 0.0573, + "x": 0.7073, + "y": 0.2778 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Medium" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH125_PE2" + }, + "position": { + "height": 0.037, + "width": 0.0573, + "x": 0.7766, + "y": 0.2778 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Medium" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH127_PE2" + }, + "position": { + "height": 0.037, + "width": 0.0573, + "x": 0.813, + "y": 0.2778 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Medium" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH129_PE2" + }, + "position": { + "height": 0.037, + "width": 0.0573, + "x": 0.8521, + "y": 0.2778 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Medium" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH108_PE2" + }, + "position": { + "height": 0.037, + "width": 0.0573, + "x": 0.3406, + "y": 0.6083 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Medium" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH110_PE2" + }, + "position": { + "height": 0.037, + "width": 0.0573, + "x": 0.3771, + "y": 0.6083 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Medium" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH112_PE2" + }, + "position": { + "height": 0.037, + "width": 0.0573, + "x": 0.4161, + "y": 0.6083 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Medium" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH114_PE2" + }, + "position": { + "height": 0.037, + "width": 0.0573, + "x": 0.4854, + "y": 0.6083 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Medium" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH116_PE2" + }, + "position": { + "height": 0.037, + "width": 0.0573, + "x": 0.5219, + "y": 0.6083 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Medium" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH118_PE2" + }, + "position": { + "height": 0.037, + "width": 0.0573, + "x": 0.5604, + "y": 0.6083 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Medium" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH120_PE2" + }, + "position": { + "height": 0.037, + "width": 0.0573, + "x": 0.6323, + "y": 0.6083 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Medium" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH122_PE2" + }, + "position": { + "height": 0.037, + "width": 0.0573, + "x": 0.6682, + "y": 0.6083 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Medium" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH124_PE2" + }, + "position": { + "height": 0.037, + "width": 0.0573, + "x": 0.7073, + "y": 0.6083 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Medium" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH126_PE2" + }, + "position": { + "height": 0.038, + "width": 0.0557, + "x": 0.7797, + "y": 0.6083 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Medium" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH128_PE2" + }, + "position": { + "height": 0.037, + "width": 0.0573, + "x": 0.8146, + "y": 0.6083 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Medium" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH130_PE2" + }, + "position": { + "height": 0.037, + "width": 0.0573, + "x": 0.8536, + "y": 0.6083 + }, + "props": { + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye_Medium" + }, + "type": "ia.display.view" + } + ], + "meta": { + "name": "CoordinateContainer" + }, + "position": { + "height": 1, + "rotate": {}, + "width": 1, + "x": -0.0042, + "y": 0.0093 + }, + "propConfig": { + "custom.isVerticalRotation": { + "binding": { + "config": { + "expression": "if({session.custom.rotation} \u003d \"90deg\" || {session.custom.rotation} \u003d \"270deg\", true, false)" + }, + "type": "expr" + } + }, + "custom.rotation": { + "binding": { + "config": { + "path": "session.custom.rotation" + }, + "type": "property" + } + }, + "position.rotate.angle": { + "binding": { + "config": { + "path": "this.custom.rotation" + }, + "type": "property" + } + }, + "props.mode": { + "binding": { + "config": { + "path": "this.custom.rotation" + }, + "transforms": [ + { + "fallback": "percent", + "inputType": "scalar", + "mappings": [ + { + "input": "90deg", + "output": "fixed" + }, + { + "input": "270deg", + "output": "fixed" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + } + }, + "props.style.marginTop": { + "binding": { + "config": { + "expression": "if({this.custom.isVerticalRotation}, 500, 0)" + }, + "type": "expr" + } + } + }, + "props": { + "style": { + "overflow": "visible" + } + }, + "type": "ia.container.coord" + }, + { + "events": { + "dom": { + "onClick": { + "config": { + "page": "/autStand/MCM01" + }, + "scope": "C", + "type": "nav" + } + } + }, + "meta": { + "name": "Button" + }, + "position": { + "height": 0.0333, + "width": 0.0646, + "x": 0.0177, + "y": 0.6167 + }, + "props": { + "primary": false, + "text": "MCM01 - FLUID INBOUND" + }, + "type": "ia.input.button" + } + ], + "meta": { + "name": "root" + }, + "propConfig": { + "props.style.overflow": { + "binding": { + "config": { + "expression": "if({./CoordinateContainer.custom.isVerticalRotation}, \"visible\", \"hidden\")" + }, + "type": "expr" + } + } + }, + "props": { + "mode": "percent" + }, + "type": "ia.container.coord" + } +} \ No newline at end of file diff --git a/.resources/a3a3bad66f0979f9c4d2b0c5b946426690518bef83b1f8b1c21d2ad49c69027d b/.resources/a3a3bad66f0979f9c4d2b0c5b946426690518bef83b1f8b1c21d2ad49c69027d new file mode 100644 index 00000000..5dcca902 --- /dev/null +++ b/.resources/a3a3bad66f0979f9c4d2b0c5b946426690518bef83b1f8b1c21d2ad49c69027d @@ -0,0 +1,98 @@ +import os, json, sys + +global_project_page_ids = {} + +def get_project_config(): + """ + Scan each view.json under Detailed_Views (no recursion), + go one level deeper (coordinateContainer), extract tagProps[0] + from children, and store as {source_id: view_folder_name}. + """ + global global_project_page_ids + global_project_page_ids.clear() + + try: + project_name = system.util.getProjectName() + base_path = ( + os.getcwd().replace("\\", "/") + + "/data/projects/" + + project_name + + "/com.inductiveautomation.perspective/Views/autStand/Detailed_Views" + ) + + if not os.path.exists(base_path): + system.perspective.print("Path not found: " + base_path) + return {} + + for view_folder in os.listdir(base_path): + json_file = os.path.join(base_path, view_folder, "view.json") + if not os.path.isfile(json_file): + continue + + with open(json_file, "r") as fh: + view_json = json.load(fh) + + # go one level deeper: root -> children[0] (coordinateContainer) -> its children + root_children = (view_json.get("root") or {}).get("children") or [] + if not root_children: + continue + + # assume first child is the coordinateContainer + container = root_children[0] + children = container.get("children") or [] + + # now loop through these children to get tagProps + for child in children: + props = child.get("props") or {} + params = props.get("params") or {} + tag_props = params.get("tagProps") + + if isinstance(tag_props, list) and len(tag_props) > 0: + source_id = str(tag_props[0]) + global_project_page_ids[source_id] = view_folder + + except: + whid = system.tag.readBlocking("Configuration/FC")[0].value + logger = system.util.getLogger("%s-get_project_config" % whid) + exc_type, exc_obj, tb = sys.exc_info() + logger.error("Error at line %s: %s" % (tb.tb_lineno, exc_obj)) + + return global_project_page_ids + +def navigate_to_url(self, source_id, page_id): + url_to_navigate = "autStand/Detailed_Views/%s" % (page_id) + system.perspective.navigate(view=url_to_navigate, params={"highlightTagPath": source_id + "||Diagnostic"}) + +def source_id_lookup(self, source_id): + """ + Finds page_id from global_project_page_ids by source_id or by hierarchy, + then navigates. + """ + if not source_id: + return + + page_id = global_project_page_ids.get(source_id) + found = False + + if page_id: + found = True + navigate_to_url(self, source_id, page_id) + else: + # Walk hierarchy upwards until we find a match + items = source_id.split("/") + while len(items) > 1: + items.pop() + source_id = "/".join(items) + page_id = global_project_page_ids.get(source_id) + if page_id: + found = True + navigate_to_url(self, source_id, page_id) + break + + if not found: + open_pop_up("No page id found") + + + + + \ No newline at end of file diff --git a/.resources/af9995d7f02e0e7f8ba4c9f661efbbd4683272b9e84147660847f0313505da45 b/.resources/af9995d7f02e0e7f8ba4c9f661efbbd4683272b9e84147660847f0313505da45 new file mode 100644 index 00000000..d6dd3dea Binary files /dev/null and b/.resources/af9995d7f02e0e7f8ba4c9f661efbbd4683272b9e84147660847f0313505da45 differ diff --git a/.resources/d393daab4f0f5fdf9a4464cd3c45861a99679073017b9d405467b158f359aa8c b/.resources/d393daab4f0f5fdf9a4464cd3c45861a99679073017b9d405467b158f359aa8c new file mode 100644 index 00000000..80c1a5ff --- /dev/null +++ b/.resources/d393daab4f0f5fdf9a4464cd3c45861a99679073017b9d405467b158f359aa8c @@ -0,0 +1,264 @@ +{ + "custom": { + "state": 0, + "string": "Clear" + }, + "params": { + "tagProps": [ + 3, + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "propConfig": { + "custom.state": { + "binding": { + "config": { + "fallbackDelay": 1, + "mode": "indirect", + "references": { + "0": "{view.params.tagProps[0]}", + "fc": "{session.custom.fc}" + }, + "tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/State" + }, + "transforms": [ + { + "expression": "coalesce({value},0)", + "type": "expression" + } + ], + "type": "tag" + }, + "persistent": true + }, + "custom.string": { + "binding": { + "config": { + "path": "view.custom.state" + }, + "transforms": [ + { + "fallback": "Clear", + "inputType": "scalar", + "mappings": [ + { + "input": 1, + "output": "Clear" + }, + { + "input": 2, + "output": "Blocked" + }, + { + "input": 3, + "output": "Disabled" + }, + { + "input": 4, + "output": "Jammed" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + }, + "persistent": true + }, + "params.tagProps": { + "paramDirection": "input", + "persistent": true + } + }, + "props": { + "defaultSize": { + "height": 42, + "width": 98 + } + }, + "root": { + "children": [ + { + "meta": { + "name": "Photoeye" + }, + "position": { + "height": 1, + "width": 1 + }, + "propConfig": { + "props.elements[0].fill.paint": { + "binding": { + "config": { + "path": "view.custom.state" + }, + "transforms": [ + { + "fallback": "#00FF00", + "inputType": "scalar", + "mappings": [ + { + "input": 0, + "output": "#00FF00" + }, + { + "input": 2, + "output": "#000000" + }, + { + "input": 3, + "output": "#800080" + }, + { + "input": 4, + "output": "#FF0000" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[2].fill.paint": { + "binding": { + "config": { + "path": "view.custom.state" + }, + "transforms": [ + { + "fallback": "#00FF00", + "inputType": "scalar", + "mappings": [ + { + "input": 0, + "output": "#00FF00" + }, + { + "input": 2, + "output": "#000000" + }, + { + "input": 3, + "output": "#800080" + }, + { + "input": 4, + "output": "#FF0000" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "property" + } + } + }, + "props": { + "elements": [ + { + "d": "m 28.763932,20 -20,10 V 10 Z", + "fill": {}, + "name": "path", + "stroke": { + "paint": "#000000", + "width": "2" + }, + "type": "path" + }, + { + "stroke": { + "paint": "#000000", + "width": "2" + }, + "stroke-dasharray": "4,4", + "type": "line", + "x1": "30", + "x2": "60", + "y1": "20", + "y2": "20" + }, + { + "fill": {}, + "height": "20", + "stroke": { + "paint": "#000000", + "width": "2" + }, + "type": "rect", + "width": "6", + "x": "60", + "y": "10" + } + ], + "preserveAspectRatio": "none", + "style": { + "boxShadow": "value" + }, + "viewBox": "0 0 80 40" + }, + "type": "ia.shapes.svg" + } + ], + "events": { + "dom": { + "onClick": { + "config": { + "script": "\tsystem.perspective.openDock(\u0027Docked-East-Photoeye\u0027,params\u003d{\u0027tagProps\u0027:self.view.params.tagProps})" + }, + "scope": "G", + "type": "script" + }, + "onMouseEnter": { + "config": { + "script": "\tfrom time import sleep\n\n\talarm \u003d []\n\tmessage \u003d None\n\n\tsleep(0.5)\n\n\tif system.tag.exists(\"System/aws_data\"):\n\t\tif self.view.params.tagProps[0] !\u003d \"\":\n\t\t\ttags_to_read \u003d system.tag.readBlocking(\"System/aws_data\")\n\t\t\tdecode_alarm_data \u003d system.util.jsonDecode(tags_to_read[0].value)\n\t\t\talarm \u003d [decode_alarm_data[i] for i in decode_alarm_data\n\t\t\t\t\tif decode_alarm_data[i][\u0027sourceId\u0027].startswith(self.view.params.tagProps[0])]\n\t\tif alarm:\n\t\t\talarm \u003d sorted(alarm, key \u003d lambda t:t[\u0027timestamp\u0027], reverse\u003dTrue)\n\t\t\tmessage \u003d max(alarm, key \u003d lambda p:p[\u0027priority\u0027]).get(\u0027message\u0027)\n\t\t\tif len(alarm) \u003e 1:\n\t\t\t\tmessage +\u003d \" (+\" + str(len(alarm)-1) + \")\"\n\tself.view.custom.alarm_message \u003d message" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "root", + "tooltip": { + "enabled": true + } + }, + "propConfig": { + "meta.tooltip.text": { + "binding": { + "config": { + "expression": "\"Source Id: \" + {view.params.tagProps[0]} + \", Status: \" + {view.custom.string}\n" + }, + "type": "expr" + } + }, + "meta.visible": { + "binding": { + "config": { + "path": "session.custom.alarm_filter.show_photoeyes" + }, + "type": "property" + } + } + }, + "props": { + "mode": "percent", + "style": { + "cursor": "pointer" + } + }, + "type": "ia.container.coord" + } +} \ No newline at end of file diff --git a/.resources/f4e8547c24b0291bcc0a490ed2035dfa25d978839c74ea66a4d0ca880af2f753 b/.resources/f4e8547c24b0291bcc0a490ed2035dfa25d978839c74ea66a4d0ca880af2f753 new file mode 100644 index 00000000..3c4e0383 --- /dev/null +++ b/.resources/f4e8547c24b0291bcc0a490ed2035dfa25d978839c74ea66a4d0ca880af2f753 @@ -0,0 +1,1108 @@ +{ + "custom": {}, + "params": {}, + "props": { + "defaultSize": { + "height": 1080, + "width": 1920 + } + }, + "root": { + "children": [ + { + "meta": { + "name": "overview" + }, + "position": { + "height": 1, + "width": 1 + }, + "props": { + "elements": [ + { + "id": "defs1", + "name": "defs1", + "type": "defs" + }, + { + "elements": [ + { + "d": "M -4.378472,89.580386 H 3.5901454 V 125.29155 H -4.4206305 Z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path25072", + "name": "path25072", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.252688" + }, + "type": "path" + }, + { + "d": "M -4.312672,89.101688 C -4.5876011,80.125202 -3.2439287,75.830839 4.8339266,70.797235 l 3.956609,7.009733 c -4.9103195,2.06676 -5.0563864,6.77837 -5.1411604,11.315804 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path26615", + "name": "path26615", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.252688" + }, + "type": "path" + }, + { + "d": "m 50.898508,98.853708 h 7.968617 v 54.314522 h -8.010778 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path26618", + "name": "path26618", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.252688" + }, + "type": "path" + }, + { + "d": "m 50.958134,89.432821 h 7.968618 v 8.819797 h -8.010779 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27070", + "name": "path27070", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.252688" + }, + "type": "path" + }, + { + "d": "m 50.928321,80.131172 h 7.968618 v 8.819813 H 50.88616 Z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27071", + "name": "path27071", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.252688" + }, + "type": "path" + }, + { + "d": "m 50.915973,79.650984 c -0.03662,-9.337847 0.465631,-12.934512 9.057157,-18.185229 l 4.090773,6.979925 c -5.588475,2.499739 -5.315971,6.075008 -5.200833,11.256195 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27072", + "name": "path27072", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.252688" + }, + "type": "path" + }, + { + "d": "m 15.838378,78.223145 h 7.968619 v 8.819821 H 15.79622 Z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27073", + "name": "path27073", + "stroke": { + "width": "0.50231" + }, + "type": "path" + }, + { + "d": "m 12.752552,66.262724 3.986892,6.899531 -7.6365567,4.412776 -4.0079851,-6.936038 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27074", + "name": "path27074", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.252688" + }, + "type": "path" + }, + { + "d": "m 20.802068,61.611891 3.986891,6.89953 -7.636553,4.412776 -4.007985,-6.936038 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27080", + "name": "path27080", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.252688" + }, + "type": "path" + }, + { + "d": "m 38.667066,60.819149 -13.520212,7.527793 -4.002401,-6.961347 1.520466,-0.558992 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27081", + "name": "path27081", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.252688" + }, + "type": "path" + }, + { + "d": "m 78.015155,60.866426 -13.60965,7.438354 -3.994947,-7.095504 1.445933,-0.372663 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27082", + "name": "path27082", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.252688" + }, + "type": "path" + }, + { + "d": "m 129.52339,52.800311 -0.0151,7.851928 -113.971891,-0.04791 0.01496,-7.89347 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27083", + "name": "path27083", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.238825" + }, + "type": "path" + }, + { + "d": "m 236.88886,52.801916 -0.0139,7.867113 -106.01774,-0.04799 0.0139,-7.908736 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27084", + "name": "path27084", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.242668" + }, + "type": "path" + }, + { + "d": "m 368.13999,52.797747 -0.0172,7.822731 -130.50685,-0.04772 0.0171,-7.864122 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27085", + "name": "path27085", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.234406" + }, + "type": "path" + }, + { + "d": "m 369.49312,52.813912 c 5.09019,0.02616 8.04486,-0.269843 12.36531,2.010832 1.67283,0.976995 2.77146,2.097541 3.77814,3.241071 1.87532,2.871826 3.18129,5.922868 3.08318,10.89571 l -8.15234,0.03135 c -0.0812,-1.942515 0.0451,-3.839973 -1.5641,-5.83706 -2.41138,-2.715434 -6.2041,-2.357309 -9.50466,-2.469335 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27086", + "name": "path27086", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.252688" + }, + "type": "path" + }, + { + "d": "m 380.58918,69.815611 h 7.981 v 49.015349 h -8.02323 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27087", + "name": "path27087", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.240233" + }, + "type": "path" + }, + { + "d": "m 380.59871,119.40759 h 7.96863 v 8.81983 h -8.01079 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27088", + "name": "path27088", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.252688" + }, + "type": "path" + }, + { + "d": "m 396.96637,148.01543 c -12.43434,0.13379 -16.63124,-5.75179 -16.36143,-18.99941 l 7.94153,2.9e-4 c 0.10783,7.84908 0.23927,10.85259 8.38711,11.06261 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27089", + "name": "path27089", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.252688" + }, + "type": "path" + }, + { + "d": "m 413.83301,140.11689 0.10923,7.87616 -16.20895,0.065 -0.10979,-7.91782 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27090", + "name": "path27090", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.241563" + }, + "type": "path" + }, + { + "d": "m 430.4526,140.02996 0.10455,7.88132 -15.51656,0.065 -0.1051,-7.92301 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27091", + "name": "path27091", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.236424" + }, + "type": "path" + }, + { + "d": "m 440.81813,139.95878 0.0487,6.55847 -9.56453,0.0779 -0.0489,-6.59313 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27092", + "name": "path27092", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.238731" + }, + "type": "path" + }, + { + "d": "m 450.1582,139.95794 0.002,6.57291 -8.84277,0.002 -0.002,-6.60765 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27093", + "name": "path27093", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.229793" + }, + "type": "path" + } + ], + "id": "layer1", + "name": "layer1", + "transform": "matrix(0.56807668,0,0,0.56807668,5.5337225,77.507079)", + "type": "group" + }, + { + "elements": [ + { + "d": "m -47.288477,130.08048 -0.0023,7.03059 -17.71564,-0.0427 0.0021,-7.06782 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27083-7", + "name": "path27083-7", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.225889" + }, + "type": "path" + }, + { + "d": "m -28.515569,129.98657 -0.02451,7.1427 -8.599364,-0.0439 -0.02605,-7.1034 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187860", + "name": "path187860", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.189682" + }, + "type": "path" + }, + { + "d": "m 344.49217,130.0732 -0.0484,7.04544 -371.730113,-0.0428 0.04846,-7.08273 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187861", + "name": "path187861", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.212063" + }, + "type": "path" + }, + { + "d": "m 362.98134,129.90056 -0.003,7.27633 -17.50396,-0.0444 0.002,-7.31485 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187862", + "name": "path187862", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.222103" + }, + "type": "path" + }, + { + "d": "m 387.49428,129.92602 -0.004,7.27609 -23.77653,-0.0443 0.003,-7.31458 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187863", + "name": "path187863", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.222634" + }, + "type": "path" + }, + { + "d": "m 9.0733037,127.009 -19.0793567,-0.006 0.1159837,-48.847252 19.180351,0.0063 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187864", + "name": "path187864", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 29.985658,127.009 -19.079355,-0.006 0.115984,-48.847252 19.180349,0.0063 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187865", + "name": "path187865", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 50.223415,127.09332 -19.079354,-0.006 0.115983,-48.847248 19.180348,0.0063 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187866", + "name": "path187866", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 77.881679,190.67362 -19.079353,-0.006 0.115984,-48.84721 19.180348,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187867", + "name": "path187867", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 98.625394,190.67362 -19.079369,-0.006 0.115984,-48.84721 19.180355,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187868", + "name": "path187868", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 119.20047,190.67362 -19.07936,-0.006 0.11599,-48.84721 19.18035,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187869", + "name": "path187869", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 146.52145,190.84227 -19.07936,-0.006 0.11599,-48.84721 19.18034,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187870", + "name": "path187870", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 166.59056,190.84227 -19.07936,-0.006 0.11599,-48.84721 19.18035,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187871", + "name": "path187871", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 186.57534,190.92659 -19.07935,-0.006 0.11598,-48.84721 19.18036,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187872", + "name": "path187872", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 215.9201,190.42065 -19.07936,-0.006 0.11598,-48.84721 19.18035,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187873", + "name": "path187873", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 236.49514,190.75795 -19.07934,-0.006 0.11597,-48.8472 19.18036,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187874", + "name": "path187874", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 257.91345,190.92659 -19.07936,-0.006 0.11599,-48.84721 19.18034,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187875", + "name": "path187875", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 284.89712,190.252 -19.07935,-0.006 0.11598,-48.8472 19.18035,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187876", + "name": "path187876", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 305.13488,190.42064 -19.07936,-0.006 0.11599,-48.84721 19.18035,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187877", + "name": "path187877", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 325.87857,190.75794 -19.07935,-0.006 0.11598,-48.8472 19.18036,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187878", + "name": "path187878", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 327.05912,128.02089 -19.07936,-0.006 0.11599,-48.847247 19.18034,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187879", + "name": "path187879", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 305.80947,128.02089 -19.07936,-0.006 0.11599,-48.847247 19.18034,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187880", + "name": "path187880", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 284.89711,128.02089 -19.07935,-0.006 0.11598,-48.847247 19.18035,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187881", + "name": "path187881", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 255.72101,128.18954 -19.07936,-0.006 0.11599,-48.84725 19.18035,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187882", + "name": "path187882", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 235.3146,128.18954 -19.07936,-0.006 0.11599,-48.84725 19.18035,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187883", + "name": "path187883", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 215.07684,128.02089 -19.07935,-0.006 0.11598,-48.847247 19.18035,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187884", + "name": "path187884", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 186.57533,128.02089 -19.07935,-0.006 0.11598,-48.847247 19.18036,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187885", + "name": "path187885", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 166.33758,128.02089 -19.07936,-0.006 0.11599,-48.847247 19.18035,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187886", + "name": "path187886", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 146.09982,128.35819 -19.07935,-0.006 0.11598,-48.847251 19.18035,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187887", + "name": "path187887", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 117.76696,127.85225 -19.079376,-0.006 0.11598,-48.847256 19.180376,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187888", + "name": "path187888", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 97.69782,127.85225 -19.079362,-0.006 0.115983,-48.847256 19.18036,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187889", + "name": "path187889", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 77.797353,127.85225 -19.079354,-0.006 0.115983,-48.847256 19.180349,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187890", + "name": "path187890", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m -37.91778,129.98607 -0.0242,7.1438 -8.490173,-0.044 -0.02571,-7.10449 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187891", + "name": "path187891", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.18849" + }, + "type": "path" + } + ], + "id": "layer3", + "name": "layer3", + "transform": "matrix(0.53694524,0,0,0.53694524,296.74386,87.188117)", + "type": "group" + } + ], + "viewBox": "0 0 507.99999 285.75" + }, + "type": "ia.shapes.svg" + }, + { + "events": { + "dom": { + "onClick": { + "config": { + "page": "/autStand/MCM01" + }, + "scope": "C", + "type": "nav" + } + } + }, + "meta": { + "name": "Button" + }, + "position": { + "height": 0.0333, + "width": 0.0646, + "x": 0.0616, + "y": 0.6633 + }, + "props": { + "primary": false, + "text": "MCM01 - FLUID INBOUND" + }, + "type": "ia.input.button" + }, + { + "events": { + "dom": { + "onClick": { + "config": { + "page": "/autStand/MCM02" + }, + "scope": "C", + "type": "nav" + } + } + }, + "meta": { + "name": "Button_0" + }, + "position": { + "height": 0.0333, + "width": 0.0646, + "x": 0.5479, + "y": 0.6722 + }, + "props": { + "primary": false, + "text": "MCM02 - NC SORTER" + }, + "type": "ia.input.button" + }, + { + "meta": { + "name": "Camera" + }, + "position": { + "height": 0.037, + "width": 0.0208, + "x": 0.0042, + "y": 0.3407 + }, + "props": { + "path": "autStand/Equipment/Camera", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Camera_0" + }, + "position": { + "height": 0.037, + "width": 0.0208, + "x": 0.2531, + "y": 0.4 + }, + "props": { + "path": "autStand/Equipment/Camera", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Camera_1" + }, + "position": { + "height": 0.037, + "width": 0.0208, + "x": 0.3953, + "y": 0.5676 + }, + "props": { + "path": "autStand/Equipment/Camera", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Camera_2" + }, + "position": { + "height": 0.037, + "width": 0.0208, + "x": 0.4896, + "y": 0.3778 + }, + "props": { + "path": "autStand/Equipment/Camera", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Camera_3" + }, + "position": { + "height": 0.037, + "width": 0.0208, + "x": 0.9755, + "y": 0.4848 + }, + "props": { + "path": "autStand/Equipment/Camera", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "EmbeddedView" + }, + "position": { + "height": 0.0516, + "width": 0.0935, + "x": 0.5943, + "y": 0.0972 + }, + "props": { + "path": "autStand/Custom_Views/Global-Start" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "EmbeddedView_0" + }, + "position": { + "height": 0.0516, + "width": 0.0935, + "x": 0.6901, + "y": 0.0972 + }, + "props": { + "path": "autStand/Custom_Views/Global-Stop" + }, + "type": "ia.display.view" + } + ], + "meta": { + "name": "root" + }, + "props": { + "mode": "percent" + }, + "type": "ia.container.coord" + } +} \ No newline at end of file diff --git a/.resources/fc5e5515f8cb5f4e03155fb42232d09d979c912f89c68b219a2bc2ebd2342504 b/.resources/fc5e5515f8cb5f4e03155fb42232d09d979c912f89c68b219a2bc2ebd2342504 new file mode 100644 index 00000000..5a123fac Binary files /dev/null and b/.resources/fc5e5515f8cb5f4e03155fb42232d09d979c912f89c68b219a2bc2ebd2342504 differ diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Detailed_Views/MCM01-FLUID INBOUND/view.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Detailed_Views/MCM01-FLUID INBOUND/view.json index 9c4696aa..5ced41a2 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Detailed_Views/MCM01-FLUID INBOUND/view.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Detailed_Views/MCM01-FLUID INBOUND/view.json @@ -23,18 +23,33 @@ "children": [ { "children": [ + { + "meta": { + "name": "UL14_4" + }, + "position": { + "height": 0.0657, + "width": 0.0266, + "x": 0.1407, + "y": 0.3084 + }, + "props": { + "path": "autStand/Equipment/Conveyor45" + }, + "type": "ia.display.view" + }, { "meta": { "name": "UL15_5" }, "position": { - "height": 31, + "height": 0.027, "rotate": { "angle": "150deg" }, - "width": 61.63, - "x": 163.58, - "y": 317.09 + "width": 0.0321, + "x": 0.0857, + "y": 0.2955 }, "props": { "params": { @@ -49,13 +64,13 @@ "name": "UL14_5" }, "position": { - "height": 31, + "height": 0.0265, "rotate": { "angle": "150deg" }, - "width": 61.63, - "x": 309.5, - "y": 316.12 + "width": 0.0321, + "x": 0.1615, + "y": 0.2946 }, "props": { "params": { @@ -81,10 +96,10 @@ "name": "Button_0" }, "position": { - "height": 35.96, - "width": 124.03, - "x": 1685.94, - "y": 810.97 + "height": 0.0333, + "width": 0.0646, + "x": 0.8781, + "y": 0.7509 }, "props": { "primary": false, @@ -97,10 +112,10 @@ "name": "PS3_1" }, "position": { - "height": 29.05, - "width": 455.04, - "x": 143.04, - "y": 301 + "height": 0.0269, + "width": 0.237, + "x": 0.0745, + "y": 0.2787 }, "props": { "params": { @@ -115,10 +130,10 @@ "name": "PS3_3" }, "position": { - "height": 29.05, - "width": 495.93, - "x": 1013.94, - "y": 301 + "height": 0.0269, + "width": 0.2583, + "x": 0.5281, + "y": 0.2787 }, "props": { "params": { @@ -133,13 +148,13 @@ "name": "PS3_5" }, "position": { - "height": 31, + "height": 0.0287, "rotate": { "angle": "90deg" }, - "width": 211.01, - "x": 1463.6, - "y": 451.22 + "width": 0.1078, + "x": 0.7633, + "y": 0.4178 }, "props": { "params": { @@ -154,10 +169,10 @@ "name": "PS3_2" }, "position": { - "height": 29.05, - "width": 407.04, - "x": 603.07, - "y": 301 + "height": 0.0269, + "width": 0.212, + "x": 0.3141, + "y": 0.2787 }, "props": { "params": { @@ -172,13 +187,13 @@ "name": "PS3_6" }, "position": { - "height": 30.02, + "height": 0.0278, "rotate": { "angle": "90deg" }, - "width": 33.98, - "x": 1551.54, - "y": 574.45 + "width": 0.0177, + "x": 0.8081, + "y": 0.5319 }, "props": { "params": { @@ -193,10 +208,10 @@ "name": "PS3_8" }, "position": { - "height": 30.02, - "width": 76.03, - "x": 1619.51, - "y": 649.4 + "height": 0.0287, + "width": 0.0396, + "x": 0.8435, + "y": 0.6013 }, "props": { "params": { @@ -211,10 +226,10 @@ "name": "PS3_9AL" }, "position": { - "height": 30.02, - "width": 72.96, - "x": 1699.57, - "y": 648.43 + "height": 0.0278, + "width": 0.0396, + "x": 0.8842, + "y": 0.6013 }, "props": { "params": { @@ -229,10 +244,10 @@ "name": "PS3_10" }, "position": { - "height": 23.98, - "width": 43.97, - "x": 1774.64, - "y": 649.4 + "height": 0.0222, + "width": 0.0229, + "x": 0.9243, + "y": 0.6013 }, "props": { "params": { @@ -247,13 +262,13 @@ "name": "UL14_1" }, "position": { - "height": 31, + "height": 0.0269, "rotate": { "angle": "90deg" }, - "width": 202.94, - "x": 186.05, - "y": 559.01 + "width": 0.1036, + "x": 0.0975, + "y": 0.5168 }, "props": { "params": { @@ -268,10 +283,10 @@ "name": "PS3_11" }, "position": { - "height": 23.98, - "width": 47.04, - "x": 1821.68, - "y": 649.4 + "height": 0.0222, + "width": 0.0245, + "x": 0.9488, + "y": 0.6013 }, "props": { "params": { @@ -286,13 +301,13 @@ "name": "UL15_1" }, "position": { - "height": 31, + "height": 0.0269, "rotate": { "angle": "90deg" }, - "width": 134.97, - "x": 14.02, - "y": 489.02 + "width": 0.0688, + "x": 0.0079, + "y": 0.4547 }, "props": { "params": { @@ -307,13 +322,13 @@ "name": "UL14_2" }, "position": { - "height": 31.97, + "height": 0.0269, "rotate": { "angle": "90deg" }, - "width": 35.9, - "x": 269.95, - "y": 438.91 + "width": 0.0177, + "x": 0.1404, + "y": 0.4087 }, "props": { "params": { @@ -328,13 +343,13 @@ "name": "UL14_3" }, "position": { - "height": 31, + "height": 0.0269, "rotate": { "angle": "90deg" }, - "width": 35.9, - "x": 269.57, - "y": 404.46 + "width": 0.0182, + "x": 0.1401, + "y": 0.3762 }, "props": { "params": { @@ -349,13 +364,13 @@ "name": "UL15_4" }, "position": { - "height": 31, + "height": 0.027, "rotate": { "angle": "150deg" }, - "width": 32.83, - "x": 136.89, - "y": 340.2 + "width": 0.017, + "x": 0.0718, + "y": 0.3176 }, "props": { "params": { @@ -370,13 +385,13 @@ "name": "PS3_7" }, "position": { - "height": 80.03, - "width": 61.06, - "x": 1553.84, - "y": 602.86 + "height": 0.0741, + "width": 0.0318, + "x": 0.8093, + "y": 0.5582 }, "props": { - "path": "autStand/Equipment/Left90" + "path": "autStand/Equipment/Conveyor_Left90" }, "type": "ia.display.view" }, @@ -385,13 +400,13 @@ "name": "UL15_3" }, "position": { - "height": 31, + "height": 0.027, "rotate": { "angle": "150deg" }, - "width": 35.9, - "x": 104.64, - "y": 357.48 + "width": 0.0186, + "x": 0.055, + "y": 0.3339 }, "props": { "params": { @@ -406,43 +421,13 @@ "name": "PS3_4" }, "position": { - "height": 85, - "width": 77.95, - "x": 1511.22, - "y": 289.98 + "height": 0.0787, + "width": 0.0406, + "x": 0.7871, + "y": 0.2685 }, "props": { - "path": "autStand/Equipment/Right90" - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL14_4" - }, - "position": { - "height": 80.03, - "width": 66.05, - "x": 263.04, - "y": 331.02 - }, - "props": { - "path": "autStand/Equipment/Right45" - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL15_2" - }, - "position": { - "height": 78.95, - "width": 71.04, - "x": 54.14, - "y": 366.98 - }, - "props": { - "path": "autStand/Equipment/Right45" + "path": "autStand/Equipment/Conveyor_Right90" }, "type": "ia.display.view" }, @@ -451,10 +436,10 @@ "name": "Camera" }, "position": { - "height": 30.02, - "width": 29.95, - "x": 29.95, - "y": 323.03 + "height": 0.0278, + "width": 0.0156, + "x": 0.0156, + "y": 0.2991 }, "props": { "path": "autStand/Equipment/Camera", @@ -469,10 +454,10 @@ "name": "Camera_0" }, "position": { - "height": 30.02, - "width": 29.95, - "x": 806.01, - "y": 371.95 + "height": 0.0278, + "width": 0.0156, + "x": 0.4198, + "y": 0.3444 }, "props": { "path": "autStand/Equipment/Camera", @@ -487,10 +472,10 @@ "name": "Camera_1" }, "position": { - "height": 30.02, - "width": 29.95, - "x": 1482.04, - "y": 659.99 + "height": 0.0278, + "width": 0.0156, + "x": 0.7719, + "y": 0.6111 }, "props": { "path": "autStand/Equipment/Camera", @@ -505,10 +490,10 @@ "name": "Camera_2" }, "position": { - "height": 30.02, - "width": 29.95, - "x": 1818.99, - "y": 339.01 + "height": 0.0278, + "width": 0.0156, + "x": 0.9474, + "y": 0.3139 }, "props": { "path": "autStand/Equipment/Camera", @@ -523,10 +508,10 @@ "name": "UL15_1_SS1" }, "position": { - "height": 19.98, - "width": 34.94, - "x": 62.02, - "y": 577.04 + "height": 0.0185, + "width": 0.0182, + "x": 0.0323, + "y": 0.5343 }, "props": { "params": { @@ -555,10 +540,10 @@ "name": "UL14_1_SS1" }, "position": { - "height": 19.98, - "width": 34.94, - "x": 268.99, - "y": 682.99 + "height": 0.0185, + "width": 0.0182, + "x": 0.1401, + "y": 0.6324 }, "props": { "params": { @@ -587,10 +572,10 @@ "name": "PS3_1_SS1" }, "position": { - "height": 19.98, - "width": 34.94, - "x": 342.91, - "y": 267.95 + "height": 0.0185, + "width": 0.0182, + "x": 0.1786, + "y": 0.2481 }, "props": { "params": { @@ -619,10 +604,10 @@ "name": "PS3_11_SS1" }, "position": { - "height": 19.98, - "width": 34.94, - "x": 1881.01, - "y": 609.01 + "height": 0.0185, + "width": 0.0182, + "x": 0.9797, + "y": 0.5639 }, "props": { "params": { @@ -651,10 +636,10 @@ "name": "PS3_11_SS2" }, "position": { - "height": 19.98, - "width": 34.94, - "x": 1877.94, - "y": 690.98 + "height": 0.0185, + "width": 0.0182, + "x": 0.9781, + "y": 0.6398 }, "props": { "params": { @@ -683,10 +668,10 @@ "name": "UL15_1_EPC2" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 99.07, - "y": 551.02 + "height": 0.0185, + "width": 0.0104, + "x": 0.0516, + "y": 0.5102 }, "props": { "params": { @@ -715,10 +700,10 @@ "name": "UL15_1_EPC1" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 30.91, - "y": 551.02 + "height": 0.0185, + "width": 0.0104, + "x": 0.0161, + "y": 0.5102 }, "props": { "params": { @@ -747,10 +732,10 @@ "name": "PS3_1_EPC1" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 313.92, - "y": 270.97 + "height": 0.0185, + "width": 0.0104, + "x": 0.1635, + "y": 0.2509 }, "props": { "params": { @@ -779,10 +764,10 @@ "name": "PS3_1_EPC2" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 387.07, - "y": 272.05 + "height": 0.0185, + "width": 0.0104, + "x": 0.2016, + "y": 0.2519 }, "props": { "params": { @@ -811,10 +796,10 @@ "name": "UL14_1_EPC1" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 243.07, - "y": 654.05 + "height": 0.0185, + "width": 0.0104, + "x": 0.1266, + "y": 0.6056 }, "props": { "params": { @@ -843,10 +828,10 @@ "name": "UL14_1_EPC2" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 308.93, - "y": 655.02 + "height": 0.0185, + "width": 0.0104, + "x": 0.1609, + "y": 0.6065 }, "props": { "params": { @@ -875,10 +860,10 @@ "name": "PS3_11_EPC1" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 1858.93, - "y": 608.04 + "height": 0.0185, + "width": 0.0104, + "x": 0.9682, + "y": 0.563 }, "props": { "params": { @@ -907,10 +892,10 @@ "name": "PS3_11_EPC2" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 1853.94, - "y": 691.96 + "height": 0.0185, + "width": 0.0104, + "x": 0.9656, + "y": 0.6407 }, "props": { "params": { @@ -939,10 +924,10 @@ "name": "UL15_1_TPE1" }, "position": { - "height": 42.98, - "width": 82.94, - "x": 38.4, - "y": 416.02 + "height": 0.0398, + "width": 0.0432, + "x": 0.02, + "y": 0.3852 }, "props": { "params": { @@ -971,13 +956,13 @@ "name": "UL15_2_TPE1" }, "position": { - "height": 39.96, + "height": 0.037, "rotate": { "angle": "60deg" }, - "width": 80.06, - "x": 64.51, - "y": 358.02 + "width": 0.0417, + "x": 0.0336, + "y": 0.3315 }, "props": { "params": { @@ -1006,13 +991,13 @@ "name": "UL15_3_TPE1" }, "position": { - "height": 39.96, + "height": 0.037, "rotate": { "angle": "60deg" }, - "width": 80.06, - "x": 93.5, - "y": 340.96 + "width": 0.0417, + "x": 0.0487, + "y": 0.3157 }, "props": { "params": { @@ -1041,13 +1026,13 @@ "name": "UL15_4_TPE1" }, "position": { - "height": 39.96, + "height": 0.037, "rotate": { "angle": "60deg" }, - "width": 80.06, - "x": 124.41, - "y": 324 + "width": 0.0417, + "x": 0.0648, + "y": 0.3 }, "props": { "params": { @@ -1076,13 +1061,13 @@ "name": "PS3_1_TPE1" }, "position": { - "height": 39.96, + "height": 0.037, "rotate": { "angle": "90deg" }, - "width": 80.06, - "x": 198.33, - "y": 292.03 + "width": 0.0417, + "x": 0.1033, + "y": 0.2704 }, "props": { "params": { @@ -1111,10 +1096,10 @@ "name": "UL14_1_TPE1" }, "position": { - "height": 42.98, - "width": 82.94, - "x": 241.53, - "y": 450.04 + "height": 0.0398, + "width": 0.0432, + "x": 0.1258, + "y": 0.4167 }, "props": { "params": { @@ -1143,10 +1128,10 @@ "name": "UL14_2_TPE1" }, "position": { - "height": 42.98, - "width": 82.94, - "x": 241.53, - "y": 415.04 + "height": 0.0398, + "width": 0.0432, + "x": 0.1258, + "y": 0.3843 }, "props": { "params": { @@ -1175,10 +1160,10 @@ "name": "UL14_3_TPE1" }, "position": { - "height": 42.98, - "width": 82.94, - "x": 241.53, - "y": 381.02 + "height": 0.0398, + "width": 0.0432, + "x": 0.1258, + "y": 0.3528 }, "props": { "params": { @@ -1207,13 +1192,13 @@ "name": "UL14_4_TPE1" }, "position": { - "height": 39.96, + "height": 0.037, "rotate": { "angle": "60deg" }, - "width": 80.06, - "x": 273.41, - "y": 324 + "width": 0.0417, + "x": 0.1424, + "y": 0.3 }, "props": { "params": { @@ -1242,13 +1227,13 @@ "name": "PS3_1_TPE2" }, "position": { - "height": 39.96, + "height": 0.037, "rotate": { "angle": "90deg" }, - "width": 80.06, - "x": 390.33, - "y": 292.03 + "width": 0.0417, + "x": 0.2033, + "y": 0.2704 }, "props": { "params": { @@ -1277,13 +1262,13 @@ "name": "PS3_1_TPE3" }, "position": { - "height": 39.96, + "height": 0.037, "rotate": { "angle": "90deg" }, - "width": 80.06, - "x": 560.44, - "y": 292.03 + "width": 0.0417, + "x": 0.2919, + "y": 0.2704 }, "props": { "params": { @@ -1312,13 +1297,13 @@ "name": "PS3_2_TPE1" }, "position": { - "height": 39.96, + "height": 0.037, "rotate": { "angle": "90deg" }, - "width": 80.06, - "x": 971.51, - "y": 292.03 + "width": 0.0417, + "x": 0.506, + "y": 0.2704 }, "props": { "params": { @@ -1347,13 +1332,13 @@ "name": "PS3_3_TPE1" }, "position": { - "height": 39.96, + "height": 0.037, "rotate": { "angle": "270deg" }, - "width": 80.06, - "x": 1469.36, - "y": 292.03 + "width": 0.0417, + "x": 0.7653, + "y": 0.2704 }, "props": { "params": { @@ -1382,10 +1367,10 @@ "name": "PS3_4_TPE1" }, "position": { - "height": 42.98, - "width": 82.94, - "x": 1526.39, - "y": 339.98 + "height": 0.0398, + "width": 0.0432, + "x": 0.795, + "y": 0.3148 }, "props": { "params": { @@ -1414,10 +1399,10 @@ "name": "PS3_5_TPE1" }, "position": { - "height": 38.02, - "width": 82.94, - "x": 1526.39, - "y": 551.99 + "height": 0.0352, + "width": 0.0432, + "x": 0.795, + "y": 0.5111 }, "props": { "params": { @@ -1446,10 +1431,10 @@ "name": "PS3_6_TPE1" }, "position": { - "height": 41.04, - "width": 82.94, - "x": 1526.39, - "y": 586.98 + "height": 0.038, + "width": 0.0432, + "x": 0.795, + "y": 0.5435 }, "props": { "params": { @@ -1478,13 +1463,13 @@ "name": "PS3_7_TPE1" }, "position": { - "height": 39.96, + "height": 0.037, "rotate": { "angle": "90deg" }, - "width": 80.06, - "x": 1577.46, - "y": 640.98 + "width": 0.0417, + "x": 0.8216, + "y": 0.5935 }, "props": { "params": { @@ -1513,13 +1498,13 @@ "name": "PS3_8_TPE1" }, "position": { - "height": 39.96, + "height": 0.037, "rotate": { "angle": "90deg" }, - "width": 80.06, - "x": 1658.48, - "y": 640.98 + "width": 0.0417, + "x": 0.8638, + "y": 0.5935 }, "props": { "params": { @@ -1548,13 +1533,13 @@ "name": "PS3_9AL_TPE1" }, "position": { - "height": 39.96, + "height": 0.037, "rotate": { "angle": "90deg" }, - "width": 80.06, - "x": 1734.32, - "y": 640.98 + "width": 0.0417, + "x": 0.9033, + "y": 0.5935 }, "props": { "params": { @@ -1583,13 +1568,13 @@ "name": "PS3_10_TPE1" }, "position": { - "height": 39.96, + "height": 0.037, "rotate": { "angle": "90deg" }, - "width": 80.06, - "x": 1780.4, - "y": 640.98 + "width": 0.0417, + "x": 0.9273, + "y": 0.5935 }, "props": { "params": { @@ -1618,13 +1603,13 @@ "name": "PS3_11_TPE1" }, "position": { - "height": 39.96, + "height": 0.037, "rotate": { "angle": "90deg" }, - "width": 80.06, - "x": 1828.4, - "y": 640.98 + "width": 0.0417, + "x": 0.9523, + "y": 0.5935 }, "props": { "params": { @@ -1653,10 +1638,10 @@ "name": "UL15_1_BCN1_A" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 20.93, - "y": 428 + "height": 0.0185, + "width": 0.0104, + "x": 0.0109, + "y": 0.3963 }, "props": { "params": { @@ -1687,10 +1672,10 @@ "name": "Camera_4" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 20.93, - "y": 407.05 + "height": 0.0185, + "width": 0.0104, + "x": 0.0109, + "y": 0.3769 }, "props": { "params": { @@ -1721,10 +1706,10 @@ "name": "UL15_1_BCN1_R" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 20.93, - "y": 407.05 + "height": 0.0185, + "width": 0.0104, + "x": 0.0109, + "y": 0.3769 }, "props": { "params": { @@ -1755,10 +1740,10 @@ "name": "UL15_1_BCN2_R" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 114.05, - "y": 455 + "height": 0.0185, + "width": 0.0104, + "x": 0.0594, + "y": 0.4213 }, "props": { "params": { @@ -1789,10 +1774,10 @@ "name": "PS3_1_BCN1_A" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 252.09, - "y": 340.96 + "height": 0.0185, + "width": 0.0104, + "x": 0.1313, + "y": 0.3157 }, "props": { "params": { @@ -1823,10 +1808,10 @@ "name": "UL14_1_BCN1_A" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 220.99, - "y": 455 + "height": 0.0185, + "width": 0.0104, + "x": 0.1151, + "y": 0.4213 }, "props": { "params": { @@ -1857,10 +1842,10 @@ "name": "UL14_1_BCN1_R" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 220.99, - "y": 435.02 + "height": 0.0185, + "width": 0.0104, + "x": 0.1151, + "y": 0.4028 }, "props": { "params": { @@ -1891,10 +1876,10 @@ "name": "UL14_1_BCN2_R" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 316.99, - "y": 488.05 + "height": 0.0185, + "width": 0.0104, + "x": 0.1651, + "y": 0.4519 }, "props": { "params": { @@ -1924,10 +1909,10 @@ "name": "PS3_1_BCN2_A" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 350.01, - "y": 245.05 + "height": 0.0185, + "width": 0.0104, + "x": 0.1823, + "y": 0.2269 }, "props": { "params": { @@ -1958,10 +1943,10 @@ "name": "PS3_1_BCN2_R" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 350.01, - "y": 224.96 + "height": 0.0185, + "width": 0.0104, + "x": 0.1823, + "y": 0.2083 }, "props": { "params": { @@ -1992,10 +1977,10 @@ "name": "PS3_1_BCN4_A" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 564.09, - "y": 254.02 + "height": 0.0185, + "width": 0.0104, + "x": 0.2938, + "y": 0.2352 }, "props": { "params": { @@ -2026,10 +2011,10 @@ "name": "PS3_1_BCN4_H" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 564.09, - "y": 234.04 + "height": 0.0185, + "width": 0.0104, + "x": 0.2938, + "y": 0.2167 }, "props": { "params": { @@ -2060,10 +2045,10 @@ "name": "PS3_2_BCN1_A" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 973.05, - "y": 254.02 + "height": 0.0185, + "width": 0.0104, + "x": 0.5068, + "y": 0.2352 }, "props": { "params": { @@ -2093,10 +2078,10 @@ "name": "PS3_4_BCN1_A" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 1526, - "y": 397.98 + "height": 0.0185, + "width": 0.0104, + "x": 0.7948, + "y": 0.3685 }, "props": { "params": { @@ -2127,10 +2112,10 @@ "name": "Camera_16" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 1645.04, - "y": 601.02 + "height": 0.0185, + "width": 0.0104, + "x": 0.8568, + "y": 0.5565 }, "props": { "params": { @@ -2161,10 +2146,10 @@ "name": "Camera_17" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 1793.07, - "y": 579.96 + "height": 0.0185, + "width": 0.0104, + "x": 0.9339, + "y": 0.537 }, "props": { "params": { @@ -2195,10 +2180,10 @@ "name": "Camera_18" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 1871.02, - "y": 581.04 + "height": 0.0185, + "width": 0.0104, + "x": 0.9745, + "y": 0.538 }, "props": { "params": { @@ -2229,10 +2214,10 @@ "name": "Camera_19" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 1882.93, - "y": 664.96 + "height": 0.0185, + "width": 0.0104, + "x": 0.9807, + "y": 0.6157 }, "props": { "params": { @@ -2263,10 +2248,10 @@ "name": "UL14_1_ENSH1" }, "position": { - "height": 24.95, - "width": 24.96, - "x": 314.49, - "y": 459.97 + "height": 0.0231, + "width": 0.013, + "x": 0.1638, + "y": 0.4259 }, "props": { "params": { @@ -2295,10 +2280,10 @@ "name": "UL14_2_ENSH1" }, "position": { - "height": 24.95, - "width": 24.96, - "x": 314.49, - "y": 424.98 + "height": 0.0231, + "width": 0.013, + "x": 0.1638, + "y": 0.3935 }, "props": { "params": { @@ -2327,10 +2312,10 @@ "name": "UL14_3_ENSH1" }, "position": { - "height": 24.95, - "width": 24.96, - "x": 314.49, - "y": 390.96 + "height": 0.0231, + "width": 0.013, + "x": 0.1638, + "y": 0.362 }, "props": { "params": { @@ -2359,10 +2344,10 @@ "name": "UL14_4_ENSH1" }, "position": { - "height": 24.95, - "width": 24.96, - "x": 325.44, - "y": 365.04 + "height": 0.0231, + "width": 0.013, + "x": 0.1695, + "y": 0.338 }, "props": { "params": { @@ -2391,10 +2376,10 @@ "name": "UL15_1_ENSH1" }, "position": { - "height": 24.95, - "width": 24.96, - "x": 110.4, - "y": 428.98 + "height": 0.0231, + "width": 0.013, + "x": 0.0575, + "y": 0.3972 }, "props": { "params": { @@ -2423,10 +2408,10 @@ "name": "UL15_2_ENSH1" }, "position": { - "height": 24.95, - "width": 24.96, - "x": 115.39, - "y": 401 + "height": 0.0231, + "width": 0.013, + "x": 0.0601, + "y": 0.3713 }, "props": { "params": { @@ -2455,10 +2440,10 @@ "name": "UL15_3_ENSH1" }, "position": { - "height": 24.95, - "width": 24.96, - "x": 145.34, - "y": 384.05 + "height": 0.0231, + "width": 0.013, + "x": 0.0757, + "y": 0.3556 }, "props": { "params": { @@ -2487,10 +2472,10 @@ "name": "UL15_4_ENSH1" }, "position": { - "height": 24.95, - "width": 24.96, - "x": 171.45, - "y": 369.04 + "height": 0.0231, + "width": 0.013, + "x": 0.0893, + "y": 0.3417 }, "props": { "params": { @@ -2519,10 +2504,10 @@ "name": "PS3_10_ENW1" }, "position": { - "height": 24.95, - "width": 24.96, - "x": 526.46, - "y": 303.05 + "height": 0.0231, + "width": 0.013, + "x": 0.2742, + "y": 0.2806 }, "props": { "params": { @@ -2551,10 +2536,10 @@ "name": "PS3_1_ENW1" }, "position": { - "height": 24.95, - "width": 24.96, - "x": 1788.66, - "y": 648 + "height": 0.0231, + "width": 0.013, + "x": 0.9316, + "y": 0.6 }, "props": { "params": { @@ -2583,10 +2568,10 @@ "name": "PS3_11_ENW1" }, "position": { - "height": 24.95, - "width": 24.96, - "x": 1824.75, - "y": 648 + "height": 0.0231, + "width": 0.013, + "x": 0.9504, + "y": 0.6 }, "props": { "params": { @@ -2615,10 +2600,10 @@ "name": "UL15_1_VFD1" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 100.99, - "y": 496.04 + "height": 0.0185, + "width": 0.0104, + "x": 0.0526, + "y": 0.4593 }, "props": { "params": { @@ -2649,10 +2634,10 @@ "name": "UL15_2_VFD1" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 139.01, - "y": 419.04 + "height": 0.0185, + "width": 0.0104, + "x": 0.0724, + "y": 0.388 }, "props": { "params": { @@ -2683,10 +2668,10 @@ "name": "UL15_3_VFD1" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 162.05, - "y": 405.97 + "height": 0.0185, + "width": 0.0104, + "x": 0.0844, + "y": 0.3759 }, "props": { "params": { @@ -2717,10 +2702,10 @@ "name": "UL15_4_VFD1" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 185.09, - "y": 392.04 + "height": 0.0185, + "width": 0.0104, + "x": 0.0964, + "y": 0.363 }, "props": { "params": { @@ -2751,10 +2736,10 @@ "name": "UL15_5_VFD1" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 203.9, - "y": 363.96 + "height": 0.0185, + "width": 0.0104, + "x": 0.1062, + "y": 0.337 }, "props": { "params": { @@ -2785,10 +2770,10 @@ "name": "UL14_1_VFD1" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 312, - "y": 555.98 + "height": 0.0185, + "width": 0.0104, + "x": 0.1625, + "y": 0.5148 }, "props": { "params": { @@ -2819,10 +2804,10 @@ "name": "UL14_2_VFD1" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 342.91, - "y": 463.97 + "height": 0.0185, + "width": 0.0104, + "x": 0.1786, + "y": 0.4296 }, "props": { "params": { @@ -2853,10 +2838,10 @@ "name": "UL14_3_VFD1" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 342.91, - "y": 429.95 + "height": 0.0185, + "width": 0.0104, + "x": 0.1786, + "y": 0.3981 }, "props": { "params": { @@ -2887,10 +2872,10 @@ "name": "UL14_4_VFD1" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 342.91, - "y": 398.95 + "height": 0.0185, + "width": 0.0104, + "x": 0.1786, + "y": 0.3694 }, "props": { "params": { @@ -2921,10 +2906,10 @@ "name": "UL14_5_VFD1" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 356.93, - "y": 346.03 + "height": 0.0185, + "width": 0.0104, + "x": 0.1859, + "y": 0.3204 }, "props": { "params": { @@ -2955,10 +2940,10 @@ "name": "PS3_1_VFD1" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 527.04, - "y": 346.03 + "height": 0.0185, + "width": 0.0104, + "x": 0.2745, + "y": 0.3204 }, "props": { "params": { @@ -2989,10 +2974,10 @@ "name": "PS3_2_VFD1" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 686.97, - "y": 346.03 + "height": 0.0185, + "width": 0.0104, + "x": 0.3578, + "y": 0.3204 }, "props": { "params": { @@ -3023,10 +3008,10 @@ "name": "PS3_3_VFD1" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 1444.02, - "y": 335.99 + "height": 0.0185, + "width": 0.0104, + "x": 0.7521, + "y": 0.3111 }, "props": { "params": { @@ -3057,10 +3042,10 @@ "name": "PS3_4_VFD1" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 1512.95, - "y": 347 + "height": 0.0185, + "width": 0.0104, + "x": 0.788, + "y": 0.3213 }, "props": { "params": { @@ -3091,10 +3076,10 @@ "name": "PS3_5_VFD1" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 1593.97, - "y": 478.98 + "height": 0.0185, + "width": 0.0104, + "x": 0.8302, + "y": 0.4435 }, "props": { "params": { @@ -3125,10 +3110,10 @@ "name": "PS3_6_VFD1" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 1601.07, - "y": 552.96 + "height": 0.0185, + "width": 0.0104, + "x": 0.8339, + "y": 0.512 }, "props": { "params": { @@ -3159,10 +3144,10 @@ "name": "PS3_7_VFD1" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 1606.07, - "y": 605.02 + "height": 0.0185, + "width": 0.0104, + "x": 0.8365, + "y": 0.5602 }, "props": { "params": { @@ -3193,10 +3178,10 @@ "name": "PS3_8_VFD1" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 1666.93, - "y": 624.02 + "height": 0.0185, + "width": 0.0104, + "x": 0.8682, + "y": 0.5778 }, "props": { "params": { @@ -3227,10 +3212,10 @@ "name": "PS3_9AL_VFD1" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 1713.01, - "y": 627.05 + "height": 0.0185, + "width": 0.0104, + "x": 0.8922, + "y": 0.5806 }, "props": { "params": { @@ -3261,10 +3246,10 @@ "name": "PS3_10_VFD1" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 1786.93, - "y": 628.02 + "height": 0.0185, + "width": 0.0104, + "x": 0.9307, + "y": 0.5815 }, "props": { "params": { @@ -3295,10 +3280,10 @@ "name": "PS3_11_VFD1" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 1838, - "y": 627.05 + "height": 0.0185, + "width": 0.0104, + "x": 0.9573, + "y": 0.5806 }, "props": { "params": { @@ -3329,10 +3314,10 @@ "name": "PS3_9B_VFD1" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 1742, - "y": 627.05 + "height": 0.0185, + "width": 0.0104, + "x": 0.9073, + "y": 0.5806 }, "props": { "params": { @@ -3363,10 +3348,10 @@ "name": "UL15_1_JR1" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 30.91, - "y": 463.97 + "height": 0.0185, + "width": 0.0104, + "x": 0.0161, + "y": 0.4296 }, "props": { "params": { @@ -3395,10 +3380,10 @@ "name": "UL14_1_JR1" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 221.95, - "y": 483.95 + "height": 0.0185, + "width": 0.0104, + "x": 0.1156, + "y": 0.4481 }, "props": { "params": { @@ -3427,10 +3412,10 @@ "name": "PS3_1_JR1" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 231.93, - "y": 366.01 + "height": 0.0185, + "width": 0.0104, + "x": 0.1208, + "y": 0.3389 }, "props": { "params": { @@ -3459,10 +3444,10 @@ "name": "PS3_1_JR2" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 421.05, - "y": 361.04 + "height": 0.0185, + "width": 0.0104, + "x": 0.2193, + "y": 0.3343 }, "props": { "params": { @@ -3491,10 +3476,10 @@ "name": "PS3_1_JR3" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 564.09, - "y": 276.05 + "height": 0.0185, + "width": 0.0104, + "x": 0.2938, + "y": 0.2556 }, "props": { "params": { @@ -3523,10 +3508,10 @@ "name": "PS3_2_JR1" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 973.05, - "y": 276.05 + "height": 0.0185, + "width": 0.0104, + "x": 0.5068, + "y": 0.2556 }, "props": { "params": { @@ -3555,10 +3540,10 @@ "name": "PS3_4_JR3" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 1526, - "y": 420.01 + "height": 0.0185, + "width": 0.0104, + "x": 0.7948, + "y": 0.3889 }, "props": { "params": { @@ -3587,10 +3572,10 @@ "name": "PS3_8_JR2" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 1646, - "y": 683.96 + "height": 0.0185, + "width": 0.0104, + "x": 0.8573, + "y": 0.6333 }, "props": { "params": { @@ -3619,10 +3604,10 @@ "name": "PS3_8_JR1" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 1642.93, - "y": 625 + "height": 0.0185, + "width": 0.0104, + "x": 0.8557, + "y": 0.5787 }, "props": { "params": { @@ -3651,10 +3636,10 @@ "name": "PS3_10_JR2" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 1786.93, - "y": 690.01 + "height": 0.0185, + "width": 0.0104, + "x": 0.9307, + "y": 0.6389 }, "props": { "params": { @@ -3683,10 +3668,10 @@ "name": "PS3_10_JR1" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 1763.89, - "y": 581.04 + "height": 0.0185, + "width": 0.0104, + "x": 0.9187, + "y": 0.538 }, "props": { "params": { @@ -3715,10 +3700,10 @@ "name": "UL14_1_SIO1" }, "position": { - "height": 22.03, - "width": 39.94, - "x": 306.05, - "y": 532.98 + "height": 0.0204, + "width": 0.0208, + "x": 0.1594, + "y": 0.4935 }, "props": { "params": { @@ -3747,10 +3732,10 @@ "name": "UL14_2_SIO1" }, "position": { - "height": 22.03, - "width": 39.94, - "x": 366.91, - "y": 463 + "height": 0.0204, + "width": 0.0208, + "x": 0.1911, + "y": 0.4287 }, "props": { "params": { @@ -3779,10 +3764,10 @@ "name": "UL14_3_SIO1" }, "position": { - "height": 22.03, - "width": 39.94, - "x": 366.91, - "y": 431.03 + "height": 0.0204, + "width": 0.0208, + "x": 0.1911, + "y": 0.3991 }, "props": { "params": { @@ -3811,10 +3796,10 @@ "name": "UL14_4_SIO1" }, "position": { - "height": 22.03, - "width": 39.94, - "x": 366.91, - "y": 401 + "height": 0.0204, + "width": 0.0208, + "x": 0.1911, + "y": 0.3713 }, "props": { "params": { @@ -3843,10 +3828,10 @@ "name": "UL15_1_SIO1" }, "position": { - "height": 22.03, - "width": 39.94, - "x": 121.92, - "y": 496.04 + "height": 0.0204, + "width": 0.0208, + "x": 0.0635, + "y": 0.4593 }, "props": { "params": { @@ -3875,10 +3860,10 @@ "name": "UL15_2_SIO1" }, "position": { - "height": 22.03, - "width": 39.94, - "x": 138.05, - "y": 451.01 + "height": 0.0204, + "width": 0.0208, + "x": 0.0719, + "y": 0.4176 }, "props": { "params": { @@ -3907,10 +3892,10 @@ "name": "UL15_3_SIO1" }, "position": { - "height": 22.03, - "width": 39.94, - "x": 176.06, - "y": 428 + "height": 0.0204, + "width": 0.0208, + "x": 0.0917, + "y": 0.3963 }, "props": { "params": { @@ -3939,10 +3924,10 @@ "name": "UL15_4_SIO1" }, "position": { - "height": 22.03, - "width": 39.94, - "x": 206.01, - "y": 405 + "height": 0.0204, + "width": 0.0208, + "x": 0.1073, + "y": 0.375 }, "props": { "params": { @@ -3971,10 +3956,10 @@ "name": "UL15_5_SIO1" }, "position": { - "height": 22.03, - "width": 39.94, - "x": 207.93, - "y": 343.01 + "height": 0.0204, + "width": 0.0208, + "x": 0.1083, + "y": 0.3176 }, "props": { "params": { @@ -4003,10 +3988,10 @@ "name": "UL14_5_SIO1" }, "position": { - "height": 22.03, - "width": 39.94, - "x": 378.04, - "y": 359.96 + "height": 0.0204, + "width": 0.0208, + "x": 0.1969, + "y": 0.3333 }, "props": { "params": { @@ -4035,10 +4020,10 @@ "name": "PS3_1_SIO1" }, "position": { - "height": 22.03, - "width": 39.94, - "x": 483.07, - "y": 346.03 + "height": 0.0204, + "width": 0.0208, + "x": 0.2516, + "y": 0.3204 }, "props": { "params": { @@ -4067,10 +4052,10 @@ "name": "PS3_3_SIO1" }, "position": { - "height": 22.03, - "width": 39.94, - "x": 643, - "y": 346.03 + "height": 0.0204, + "width": 0.0208, + "x": 0.3349, + "y": 0.3204 }, "props": { "params": { @@ -4099,10 +4084,10 @@ "name": "PS3_3_SIO2" }, "position": { - "height": 22.03, - "width": 39.94, - "x": 1400.05, - "y": 335.99 + "height": 0.0204, + "width": 0.0208, + "x": 0.7292, + "y": 0.3111 }, "props": { "params": { @@ -4131,10 +4116,10 @@ "name": "PS3_4_SIO1" }, "position": { - "height": 22.03, - "width": 39.94, - "x": 1476.08, - "y": 366.98 + "height": 0.0204, + "width": 0.0208, + "x": 0.7688, + "y": 0.3398 }, "props": { "params": { @@ -4163,10 +4148,10 @@ "name": "PS3_5_SIO1" }, "position": { - "height": 19.98, - "width": 39.94, - "x": 1592.05, - "y": 455 + "height": 0.0185, + "width": 0.0208, + "x": 0.8292, + "y": 0.4213 }, "props": { "params": { @@ -4195,10 +4180,10 @@ "name": "PS3_6_SIO1" }, "position": { - "height": 22.03, - "width": 39.94, - "x": 1602.03, - "y": 525.96 + "height": 0.0204, + "width": 0.0208, + "x": 0.8344, + "y": 0.487 }, "props": { "params": { @@ -4227,10 +4212,10 @@ "name": "PS3_7_SIO1" }, "position": { - "height": 22.03, - "width": 39.94, - "x": 1606.07, - "y": 578.99 + "height": 0.0204, + "width": 0.0208, + "x": 0.8365, + "y": 0.5361 }, "props": { "params": { @@ -4259,10 +4244,10 @@ "name": "PS3_8_SIO1" }, "position": { - "height": 22.03, - "width": 39.94, - "x": 1668.08, - "y": 598.97 + "height": 0.0204, + "width": 0.0208, + "x": 0.8688, + "y": 0.5546 }, "props": { "params": { @@ -4291,10 +4276,10 @@ "name": "PS3_9AL_SIO1" }, "position": { - "height": 22.03, - "width": 39.94, - "x": 1713.01, - "y": 604.04 + "height": 0.0204, + "width": 0.0208, + "x": 0.8922, + "y": 0.5593 }, "props": { "params": { @@ -4323,10 +4308,10 @@ "name": "PS3_9B_SIO1" }, "position": { - "height": 22.03, - "width": 39.94, - "x": 1756.98, - "y": 605.02 + "height": 0.0204, + "width": 0.0208, + "x": 0.9151, + "y": 0.5602 }, "props": { "params": { @@ -4355,10 +4340,10 @@ "name": "PS3_11_SIO1" }, "position": { - "height": 22.03, - "width": 39.94, - "x": 1862, - "y": 552.96 + "height": 0.0204, + "width": 0.0208, + "x": 0.9698, + "y": 0.512 }, "props": { "params": { @@ -4387,10 +4372,10 @@ "name": "PS3_10_SIO1" }, "position": { - "height": 22.03, - "width": 39.94, - "x": 1808.05, - "y": 604.04 + "height": 0.0204, + "width": 0.0208, + "x": 0.9417, + "y": 0.5593 }, "props": { "params": { @@ -4419,10 +4404,10 @@ "name": "MCM01" }, "position": { - "height": 30.02, - "width": 42.05, - "x": 449.66, - "y": 405 + "height": 0.0278, + "width": 0.0219, + "x": 0.2342, + "y": 0.375 }, "props": { "params": { @@ -4448,10 +4433,10 @@ "name": "PS3_1_DPM1" }, "position": { - "height": 30.02, - "width": 29.95, - "x": 269.57, - "y": 265.03 + "height": 0.0278, + "width": 0.0156, + "x": 0.1404, + "y": 0.2454 }, "props": { "params": { @@ -4480,10 +4465,10 @@ "name": "PS3_5_DPM1" }, "position": { - "height": 30.02, - "width": 29.95, - "x": 1599.54, - "y": 374.98 + "height": 0.0278, + "width": 0.0156, + "x": 0.8331, + "y": 0.3472 }, "props": { "params": { @@ -4512,10 +4497,10 @@ "name": "PDP01_FIOM1" }, "position": { - "height": 22.03, - "width": 39.94, - "x": 1406.96, - "y": 384.05 + "height": 0.0204, + "width": 0.0208, + "x": 0.7328, + "y": 0.3556 }, "props": { "params": { @@ -4541,10 +4526,10 @@ "name": "PS3_1_BCN3_A" }, "position": { - "height": 19.98, - "width": 19.97, - "x": 421.05, - "y": 339.98 + "height": 0.0185, + "width": 0.0104, + "x": 0.2193, + "y": 0.3148 }, "props": { "params": { @@ -4569,15 +4554,30 @@ } }, "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_2" + }, + "position": { + "height": 0.0657, + "width": 0.0266, + "x": 0.0339, + "y": 0.3408 + }, + "props": { + "path": "autStand/Equipment/Conveyor45" + }, + "type": "ia.display.view" } ], "meta": { "name": "CoordinateContainer" }, "position": { - "height": 1, + "height": 1080, "rotate": {}, - "width": 1 + "width": 1920 }, "propConfig": { "custom.isVerticalRotation": { @@ -4660,9 +4660,6 @@ } } }, - "props": { - "mode": "percent" - }, "type": "ia.container.coord" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Detailed_Views/MCM02-NC SORTER/view.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Detailed_Views/MCM02-NC SORTER/view.json index 9ffd96d9..f9aeebd3 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Detailed_Views/MCM02-NC SORTER/view.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Detailed_Views/MCM02-NC SORTER/view.json @@ -23,6 +23,681 @@ "children": [ { "children": [ + { + "meta": { + "name": "PS3_13" + }, + "position": { + "height": 0.0657, + "width": 0.0281, + "x": 0.0985, + "y": 0.4287 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_12" + }, + "position": { + "height": 0.0657, + "width": 0.088, + "x": 0.0084, + "y": 0.4287 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_14" + }, + "position": { + "height": 0.0657, + "width": 0.0297, + "x": 0.1289, + "y": 0.4287 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "NCS1_1" + }, + "position": { + "height": 0.0657, + "width": 0.7594, + "x": 0.1614, + "y": 0.4287 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Conveyor_2" + }, + "position": { + "height": 0.0657, + "width": 0.0328, + "x": 0.9224, + "y": 0.4287 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Conveyor_3" + }, + "position": { + "height": 0.0657, + "width": 0.0328, + "x": 0.9574, + "y": 0.4287 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH108" + }, + "position": { + "height": 0.063, + "rotate": { + "angle": "90deg" + }, + "width": 0.0974, + "x": 0.3271, + "y": 0.5538 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Chute" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH110" + }, + "position": { + "height": 0.062, + "rotate": { + "angle": "90deg" + }, + "width": 0.0974, + "x": 0.3643, + "y": 0.5544 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Chute" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH112" + }, + "position": { + "height": 0.062, + "rotate": { + "angle": "90deg" + }, + "width": 0.0974, + "x": 0.4018, + "y": 0.5544 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Chute" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH114" + }, + "position": { + "height": 0.063, + "rotate": { + "angle": "90deg" + }, + "width": 0.0974, + "x": 0.4705, + "y": 0.5538 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Chute" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH118" + }, + "position": { + "height": 0.063, + "rotate": { + "angle": "90deg" + }, + "width": 0.0974, + "x": 0.5455, + "y": 0.5538 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Chute" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH116" + }, + "position": { + "height": 0.063, + "rotate": { + "angle": "90deg" + }, + "width": 0.0974, + "x": 0.508, + "y": 0.5538 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Chute" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH120" + }, + "position": { + "height": 0.063, + "rotate": { + "angle": "90deg" + }, + "width": 0.0974, + "x": 0.617, + "y": 0.5529 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Chute" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH122" + }, + "position": { + "height": 0.063, + "rotate": { + "angle": "90deg" + }, + "width": 0.0974, + "x": 0.6545, + "y": 0.5529 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Chute" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH124" + }, + "position": { + "height": 0.063, + "rotate": { + "angle": "90deg" + }, + "width": 0.0974, + "x": 0.692, + "y": 0.5529 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Chute" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH126" + }, + "position": { + "height": 0.063, + "rotate": { + "angle": "90deg" + }, + "width": 0.0974, + "x": 0.763, + "y": 0.5529 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Chute" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH128" + }, + "position": { + "height": 0.063, + "rotate": { + "angle": "90deg" + }, + "width": 0.0974, + "x": 0.8005, + "y": 0.5529 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Chute" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH130" + }, + "position": { + "height": 0.063, + "rotate": { + "angle": "90deg" + }, + "width": 0.0974, + "x": 0.838, + "y": 0.5529 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Chute" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH129" + }, + "position": { + "height": 0.063, + "rotate": { + "angle": "90deg" + }, + "width": 0.0974, + "x": 0.838, + "y": 0.3063 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Chute" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH127" + }, + "position": { + "height": 0.063, + "rotate": { + "angle": "90deg" + }, + "width": 0.0974, + "x": 0.8005, + "y": 0.3063 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Chute" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH125" + }, + "position": { + "height": 0.063, + "rotate": { + "angle": "90deg" + }, + "width": 0.0974, + "x": 0.763, + "y": 0.3063 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Chute" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH123" + }, + "position": { + "height": 0.063, + "rotate": { + "angle": "90deg" + }, + "width": 0.0974, + "x": 0.692, + "y": 0.3063 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Chute" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH121" + }, + "position": { + "height": 0.063, + "rotate": { + "angle": "90deg" + }, + "width": 0.0974, + "x": 0.6545, + "y": 0.3063 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Chute" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH119" + }, + "position": { + "height": 0.063, + "rotate": { + "angle": "90deg" + }, + "width": 0.0974, + "x": 0.617, + "y": 0.3063 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Chute" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH117" + }, + "position": { + "height": 0.063, + "rotate": { + "angle": "90deg" + }, + "width": 0.0974, + "x": 0.5455, + "y": 0.3072 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Chute" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH115" + }, + "position": { + "height": 0.063, + "rotate": { + "angle": "90deg" + }, + "width": 0.0974, + "x": 0.508, + "y": 0.3072 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Chute" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH113" + }, + "position": { + "height": 0.063, + "rotate": { + "angle": "90deg" + }, + "width": 0.0974, + "x": 0.4705, + "y": 0.3072 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Chute" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH111" + }, + "position": { + "height": 0.062, + "rotate": { + "angle": "90deg" + }, + "width": 0.0974, + "x": 0.4018, + "y": 0.3078 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Chute" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH109" + }, + "position": { + "height": 0.062, + "rotate": { + "angle": "90deg" + }, + "width": 0.0974, + "x": 0.3643, + "y": 0.3078 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Chute" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH107" + }, + "position": { + "height": 0.063, + "rotate": { + "angle": "90deg" + }, + "width": 0.0974, + "x": 0.3271, + "y": 0.3072 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Chute" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH101" + }, + "position": { + "height": 0.063, + "rotate": { + "angle": "90deg" + }, + "width": 0.0974, + "x": 0.1841, + "y": 0.3072 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Chute" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH103" + }, + "position": { + "height": 0.062, + "rotate": { + "angle": "90deg" + }, + "width": 0.0974, + "x": 0.2213, + "y": 0.3078 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Chute" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "S03_CH105" + }, + "position": { + "height": 0.062, + "rotate": { + "angle": "90deg" + }, + "width": 0.0974, + "x": 0.2588, + "y": 0.3078 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Chute" + }, + "type": "ia.display.view" + }, { "meta": { "name": "NCS1_1_SOL1" @@ -9963,7 +10638,9 @@ "position": { "height": 1, "rotate": {}, - "width": 1 + "width": 1, + "x": -0.0042, + "y": 0.0093 }, "propConfig": { "custom.isVerticalRotation": { diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Chute/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Chute/resource.json new file mode 100644 index 00000000..bb67aeb1 --- /dev/null +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Chute/resource.json @@ -0,0 +1,16 @@ +{ + "scope": "G", + "version": 1, + "restricted": false, + "overridable": true, + "files": [ + "view.json" + ], + "attributes": { + "lastModification": { + "actor": "Admin", + "timestamp": "2025-08-28T15:36:13Z" + }, + "lastModificationSignature": "02a3118b47f3d207cc8ae2bb0f7c9da4f6969e9fc86fa5509e457bf57b5d3820" + } +} \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Chute/view.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Chute/view.json new file mode 100644 index 00000000..48ba1310 --- /dev/null +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Chute/view.json @@ -0,0 +1,50 @@ +{ + "custom": { + "key": "value", + "key_1": "value", + "string": "value" + }, + "params": { + "key": "value" + }, + "propConfig": { + "custom.key": { + "persistent": true + }, + "custom.key_1": { + "persistent": true + }, + "custom.string": { + "persistent": true + }, + "params.key": { + "paramDirection": "input", + "persistent": true + } + }, + "props": { + "defaultSize": { + "height": 8, + "width": 240 + } + }, + "root": { + "meta": { + "name": "root" + }, + "position": { + "x": 0, + "y": 0 + }, + "props": { + "mode": "percent", + "style": { + "backgroundColor": "white", + "borderStyle": "solid", + "borderWidth": "1px", + "overflow": "hidden" + } + }, + "type": "ia.container.coord" + } +} \ No newline at end of file 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 8be1370b..de6fd828 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Conveyor/view.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Conveyor/view.json @@ -1,7 +1,6 @@ { "custom": { "key": "value", - "key_1": "value", "string": "value" }, "params": { @@ -11,9 +10,6 @@ "custom.key": { "persistent": true }, - "custom.key_1": { - "persistent": true - }, "custom.string": { "persistent": true }, @@ -37,6 +33,7 @@ "y": 0 }, "props": { + "mode": "percent", "style": { "backgroundColor": "white", "borderStyle": "solid", diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Conveyor45/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Conveyor45/resource.json new file mode 100644 index 00000000..e4ad969b --- /dev/null +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Conveyor45/resource.json @@ -0,0 +1,17 @@ +{ + "scope": "G", + "version": 1, + "restricted": false, + "overridable": true, + "files": [ + "view.json", + "thumbnail.png" + ], + "attributes": { + "lastModification": { + "actor": "Admin", + "timestamp": "2025-08-29T13:30:05Z" + }, + "lastModificationSignature": "d75ac3e532cca3b9d56a1de0e66858b2db4eb0539f74ab9887ef742bee5a2371" + } +} \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Conveyor45/thumbnail.png b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Conveyor45/thumbnail.png new file mode 100644 index 00000000..fdaf9fb9 Binary files /dev/null and b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Conveyor45/thumbnail.png differ diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Right45/view.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Conveyor45/view.json similarity index 80% rename from BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Right45/view.json rename to BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Conveyor45/view.json index ae8b5d6b..36bff940 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Right45/view.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Conveyor45/view.json @@ -1,21 +1,29 @@ { "custom": {}, - "params": {}, + "params": { + "key": "value" + }, + "propConfig": { + "params.key": { + "paramDirection": "input", + "persistent": true + } + }, "props": { "defaultSize": { - "height": 207, - "width": 182 + "height": 69, + "width": 49 } }, "root": { "children": [ { "meta": { - "name": "Right45" + "name": "Conveyor45" }, "position": { - "height": 0.8696, - "width": 1 + "height": 0.9855, + "width": 0.9796 }, "props": { "elements": [ @@ -57,7 +65,10 @@ "name": "root" }, "props": { - "mode": "percent" + "mode": "percent", + "style": { + "overflow": "hidden" + } }, "type": "ia.container.coord" } diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Conveyor_Left90/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Conveyor_Left90/resource.json new file mode 100644 index 00000000..173eafb8 --- /dev/null +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Conveyor_Left90/resource.json @@ -0,0 +1,17 @@ +{ + "scope": "G", + "version": 1, + "restricted": false, + "overridable": true, + "files": [ + "view.json", + "thumbnail.png" + ], + "attributes": { + "lastModification": { + "actor": "Admin", + "timestamp": "2025-08-29T13:30:25Z" + }, + "lastModificationSignature": "4ca84b9e6c087b527fc32e8183dd4782479d41d2a241fc454715f027de63a019" + } +} \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Conveyor_Left90/thumbnail.png b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Conveyor_Left90/thumbnail.png new file mode 100644 index 00000000..7819b049 Binary files /dev/null and b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Conveyor_Left90/thumbnail.png differ diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Left90/view.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Conveyor_Left90/view.json similarity index 89% rename from BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Left90/view.json rename to BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Conveyor_Left90/view.json index 754d7a8a..3df0e7e4 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Left90/view.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Conveyor_Left90/view.json @@ -1,6 +1,14 @@ { "custom": {}, - "params": {}, + "params": { + "key": "value" + }, + "propConfig": { + "params.key": { + "paramDirection": "input", + "persistent": true + } + }, "props": { "defaultSize": { "height": 272, @@ -11,7 +19,7 @@ "children": [ { "meta": { - "name": "left90" + "name": "Conveyor_Left90" }, "position": { "height": 1.3652, diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Conveyor_Right90/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Conveyor_Right90/resource.json new file mode 100644 index 00000000..f147ef4c --- /dev/null +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Conveyor_Right90/resource.json @@ -0,0 +1,17 @@ +{ + "scope": "G", + "version": 1, + "restricted": false, + "overridable": true, + "files": [ + "view.json", + "thumbnail.png" + ], + "attributes": { + "lastModification": { + "actor": "Admin", + "timestamp": "2025-08-29T13:30:22Z" + }, + "lastModificationSignature": "de3faa630334557dfd448eee5914c96beae5477af390f101086a564014fa543d" + } +} \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Conveyor_Right90/thumbnail.png b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Conveyor_Right90/thumbnail.png new file mode 100644 index 00000000..124b9fcc Binary files /dev/null and b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Conveyor_Right90/thumbnail.png differ diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Right90/view.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Conveyor_Right90/view.json similarity index 89% rename from BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Right90/view.json rename to BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Conveyor_Right90/view.json index 227780bf..c727f204 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Right90/view.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Conveyor_Right90/view.json @@ -1,6 +1,14 @@ { "custom": {}, - "params": {}, + "params": { + "key": "value" + }, + "propConfig": { + "params.key": { + "paramDirection": "input", + "persistent": true + } + }, "props": { "defaultSize": { "height": 271, @@ -11,7 +19,7 @@ "children": [ { "meta": { - "name": "right90" + "name": "Conveyor_Right90" }, "position": { "height": 0.9446,