23437 lines
619 KiB
JSON
23437 lines
619 KiB
JSON
{
|
|
"custom": {},
|
|
"params": {
|
|
"highlightTagPath": ""
|
|
},
|
|
"propConfig": {
|
|
"params.highlightTagPath": {
|
|
"onChange": {
|
|
"enabled": null,
|
|
"script": "\tutils.handleTagHighlight(self.view, currentValue)"
|
|
},
|
|
"paramDirection": "input",
|
|
"persistent": true
|
|
}
|
|
},
|
|
"props": {
|
|
"defaultSize": {
|
|
"height": 1028,
|
|
"width": 1850
|
|
}
|
|
},
|
|
"root": {
|
|
"children": [
|
|
{
|
|
"meta": {
|
|
"name": "MCM05_Bulk_Inbound_Problem_Solve_+_Fluid_Inbound_Chutes"
|
|
},
|
|
"position": {
|
|
"height": 1,
|
|
"width": 1
|
|
},
|
|
"propConfig": {
|
|
"props.elements[1].elements[21].fill.paint": {
|
|
"binding": {
|
|
"config": {
|
|
"fallbackDelay": 2.5,
|
|
"mode": "direct",
|
|
"tagPath": "[MTN6_SCADA_TAG_PROVIDER]System/SMC/Sorter"
|
|
},
|
|
"transforms": [
|
|
{
|
|
"code": "\tif value is None:\n\t return \u0027#ffffff\u0027\n\t\n\t# Priority-based status determination (lower number \u003d higher priority)\n\tactive_status \u003d \u0027default\u0027\n\t\n\t# Check in priority order (highest to lowest)\n\tif value.get(\u0027Common_Error\u0027, False):\n\t active_status \u003d \u0027common_error\u0027\n\telif value.get(\u0027Test_Mode\u0027, False) or value.get(\u0027Discharge_Test_Mode\u0027, False) or value.get(\u0027Lamp_Test_Mode\u0027, False) or value.get(\u0027Carrier_Selected\u0027, False):\n\t active_status \u003d \u0027test_mode\u0027\n\telif value.get(\u0027Running\u0027, False):\n\t active_status \u003d \u0027running\u0027\n\telif value.get(\u0027Starting\u0027, False) or value.get(\u0027Stopping\u0027, False) or value.get(\u0027Sortation_Allowed\u0027, False) or value.get(\u0027Automatic_Mode\u0027, False):\n\t active_status \u003d \u0027transitional\u0027\n\telif value.get(\u0027Not_Synchronised\u0027, False):\n\t active_status \u003d \u0027not_synchronised\u0027\n\telif value.get(\u0027Energy_Saving\u0027, False):\n\t active_status \u003d \u0027energy_saving\u0027\n\telif value.get(\u0027Stopped\u0027, False) or value.get(\u0027Power_Off\u0027, False) or value.get(\u0027Disabled\u0027, False):\n\t active_status \u003d \u0027inactive\u0027\n\telif value.get(\u0027Blocked\u0027, False):\n\t active_status \u003d \u0027blocked\u0027\n\t\n\t# Dictionary-based switch (cleaner than elif chain)\n\tcolor_map \u003d {\n\t \u0027common_error\u0027: \u0027#FF0000\u0027,\n\t \u0027inactive\u0027: \u0027#C2C2C2\u0027,\n\t \u0027blocked\u0027: \u0027#D900D9\u0027,\n\t \u0027running\u0027: \u0027#00FF00\u0027,\n\t \u0027transitional\u0027: \u0027#CCFFCC\u0027,\n\t \u0027not_synchronised\u0027: \u0027#FF8C00\u0027,\n\t \u0027energy_saving\u0027: \u0027#87CEFA\u0027,\n\t \u0027test_mode\u0027: \u0027#AC5F00\u0027,\n\t \u0027default\u0027: \u0027#ffffff\u0027\n\t}\n\t\n\t# Return color using dictionary lookup (switch-like behavior)\n\treturn color_map.get(active_status, \u0027#ffffff\u0027)",
|
|
"type": "script"
|
|
}
|
|
],
|
|
"type": "tag"
|
|
}
|
|
},
|
|
"props.elements[1].elements[22].fill.paint": {
|
|
"binding": {
|
|
"config": {
|
|
"fallbackDelay": 2.5,
|
|
"mode": "direct",
|
|
"tagPath": "[MTN6_SCADA_TAG_PROVIDER]System/SMC/Sorter"
|
|
},
|
|
"transforms": [
|
|
{
|
|
"code": "\tif value is None:\n\t return \u0027#ffffff\u0027\n\t\n\t# Priority-based status determination (lower number \u003d higher priority)\n\tactive_status \u003d \u0027default\u0027\n\t\n\t# Check in priority order (highest to lowest)\n\tif value.get(\u0027Common_Error\u0027, False):\n\t active_status \u003d \u0027common_error\u0027\n\telif value.get(\u0027Test_Mode\u0027, False) or value.get(\u0027Discharge_Test_Mode\u0027, False) or value.get(\u0027Lamp_Test_Mode\u0027, False) or value.get(\u0027Carrier_Selected\u0027, False):\n\t active_status \u003d \u0027test_mode\u0027\n\telif value.get(\u0027Running\u0027, False):\n\t active_status \u003d \u0027running\u0027\n\telif value.get(\u0027Starting\u0027, False) or value.get(\u0027Stopping\u0027, False) or value.get(\u0027Sortation_Allowed\u0027, False) or value.get(\u0027Automatic_Mode\u0027, False):\n\t active_status \u003d \u0027transitional\u0027\n\telif value.get(\u0027Not_Synchronised\u0027, False):\n\t active_status \u003d \u0027not_synchronised\u0027\n\telif value.get(\u0027Energy_Saving\u0027, False):\n\t active_status \u003d \u0027energy_saving\u0027\n\telif value.get(\u0027Stopped\u0027, False) or value.get(\u0027Power_Off\u0027, False) or value.get(\u0027Disabled\u0027, False):\n\t active_status \u003d \u0027inactive\u0027\n\telif value.get(\u0027Blocked\u0027, False):\n\t active_status \u003d \u0027blocked\u0027\n\t\n\t# Dictionary-based switch (cleaner than elif chain)\n\tcolor_map \u003d {\n\t \u0027common_error\u0027: \u0027#FF0000\u0027,\n\t \u0027inactive\u0027: \u0027#C2C2C2\u0027,\n\t \u0027blocked\u0027: \u0027#D900D9\u0027,\n\t \u0027running\u0027: \u0027#00FF00\u0027,\n\t \u0027transitional\u0027: \u0027#CCFFCC\u0027,\n\t \u0027not_synchronised\u0027: \u0027#FF8C00\u0027,\n\t \u0027energy_saving\u0027: \u0027#87CEFA\u0027,\n\t \u0027test_mode\u0027: \u0027#AC5F00\u0027,\n\t \u0027default\u0027: \u0027#ffffff\u0027\n\t}\n\t\n\t# Return color using dictionary lookup (switch-like behavior)\n\treturn color_map.get(active_status, \u0027#ffffff\u0027)",
|
|
"type": "script"
|
|
}
|
|
],
|
|
"type": "tag"
|
|
}
|
|
}
|
|
},
|
|
"props": {
|
|
"elements": [
|
|
{
|
|
"elements": [
|
|
{
|
|
"elements": [
|
|
{
|
|
"id": "stop14",
|
|
"name": "stop14",
|
|
"offset": "0",
|
|
"stopColor": "#000000",
|
|
"stopOpacity": "1",
|
|
"style": {
|
|
"stopColor": "#000000",
|
|
"stopOpacity": "1"
|
|
},
|
|
"type": "stop"
|
|
}
|
|
],
|
|
"id": "swatch14",
|
|
"name": "swatch14",
|
|
"type": "linearGradient"
|
|
},
|
|
{
|
|
"elements": [
|
|
{
|
|
"d": "M 5.77,0 -2.88,5 V -5 Z",
|
|
"fill": {
|
|
"paint": "#C1C1C1",
|
|
"rule": "evenodd"
|
|
},
|
|
"id": "path57",
|
|
"name": "path57",
|
|
"stroke": {
|
|
"paint": "#C3C3C3",
|
|
"width": "1pt"
|
|
},
|
|
"transform": "scale(0.5)",
|
|
"type": "path"
|
|
}
|
|
],
|
|
"id": "marker57",
|
|
"markerHeight": "1",
|
|
"markerWidth": "1",
|
|
"name": "marker57",
|
|
"orient": "auto-start-reverse",
|
|
"preserveAspectRatio": "xMidYMid",
|
|
"refX": "0",
|
|
"refY": "0",
|
|
"style": {
|
|
"overflow": "visible"
|
|
},
|
|
"type": "marker",
|
|
"viewBox": "0 0 1 1"
|
|
},
|
|
{
|
|
"elements": [
|
|
{
|
|
"d": "M 5.77,0 -2.88,5 V -5 Z",
|
|
"fill": {
|
|
"paint": "#C9C9C9",
|
|
"rule": "evenodd"
|
|
},
|
|
"id": "path135",
|
|
"name": "path135",
|
|
"stroke": {
|
|
"paint": "#BBBBBB",
|
|
"width": "1pt"
|
|
},
|
|
"transform": "scale(0.5)",
|
|
"type": "path"
|
|
}
|
|
],
|
|
"id": "Triangle",
|
|
"markerHeight": "1",
|
|
"markerWidth": "1",
|
|
"name": "Triangle",
|
|
"orient": "auto-start-reverse",
|
|
"preserveAspectRatio": "xMidYMid",
|
|
"refX": "0",
|
|
"refY": "0",
|
|
"style": {
|
|
"overflow": "visible"
|
|
},
|
|
"type": "marker",
|
|
"viewBox": "0 0 1 1"
|
|
}
|
|
],
|
|
"id": "defs1",
|
|
"name": "defs1",
|
|
"type": "defs"
|
|
},
|
|
{
|
|
"elements": [
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect5",
|
|
"name": "rect5",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "304.24158",
|
|
"y": "565.86353"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect6",
|
|
"name": "rect6",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "330.11658",
|
|
"y": "565.76978"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect7",
|
|
"name": "rect7",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "354.24158",
|
|
"y": "565.86353"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect10",
|
|
"name": "rect10",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "404.24158",
|
|
"y": "565.86353"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect11",
|
|
"name": "rect11",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "429.11658",
|
|
"y": "565.76978"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect25",
|
|
"name": "rect25",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "454.24158",
|
|
"y": "565.86353"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect26",
|
|
"name": "rect26",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "478.11658",
|
|
"y": "565.76978"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect9",
|
|
"name": "rect9",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "379.11658",
|
|
"y": "565.76978"
|
|
},
|
|
{
|
|
"elements": [
|
|
{
|
|
"d": "m 601.56793,1412.3122 21.2023,1.6422 v -22.0461 l -21.12482,1.4632 z",
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"id": "path60",
|
|
"name": "path60",
|
|
"stroke": {
|
|
"paint": "#000000"
|
|
},
|
|
"type": "path"
|
|
},
|
|
{
|
|
"fill": {
|
|
"opacity": "1",
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "19.08252",
|
|
"id": "rect61",
|
|
"name": "rect61",
|
|
"ry": "0",
|
|
"stroke": {
|
|
"dasharray": "none",
|
|
"opacity": "1",
|
|
"paint": "#000000",
|
|
"width": "0.917533"
|
|
},
|
|
"type": "rect",
|
|
"width": "21.262451",
|
|
"x": "335.0231",
|
|
"y": "1393.3119"
|
|
},
|
|
{
|
|
"fill": {
|
|
"opacity": "1",
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "19.08606",
|
|
"id": "rect62",
|
|
"name": "rect62",
|
|
"ry": "0",
|
|
"stroke": {
|
|
"dasharray": "none",
|
|
"opacity": "1",
|
|
"paint": "#000000",
|
|
"width": "0.913957"
|
|
},
|
|
"type": "rect",
|
|
"width": "242.22675",
|
|
"x": "357.64597",
|
|
"y": "1393.3466"
|
|
},
|
|
{
|
|
"d": "m 601.56793,1354.3294 21.2023,1.6422 v -22.0461 l -21.12482,1.4632 z",
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"id": "path77",
|
|
"name": "path77",
|
|
"stroke": {
|
|
"paint": "#000000"
|
|
},
|
|
"type": "path"
|
|
},
|
|
{
|
|
"fill": {
|
|
"opacity": "1",
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "19.08252",
|
|
"id": "rect77",
|
|
"name": "rect77",
|
|
"ry": "0",
|
|
"stroke": {
|
|
"dasharray": "none",
|
|
"opacity": "1",
|
|
"paint": "#000000",
|
|
"width": "0.917533"
|
|
},
|
|
"type": "rect",
|
|
"width": "21.262451",
|
|
"x": "335.0231",
|
|
"y": "1335.3292"
|
|
},
|
|
{
|
|
"fill": {
|
|
"opacity": "1",
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "19.08606",
|
|
"id": "rect78",
|
|
"name": "rect78",
|
|
"ry": "0",
|
|
"stroke": {
|
|
"dasharray": "none",
|
|
"opacity": "1",
|
|
"paint": "#000000",
|
|
"width": "0.913957"
|
|
},
|
|
"type": "rect",
|
|
"width": "242.22675",
|
|
"x": "357.64597",
|
|
"y": "1335.3639"
|
|
},
|
|
{
|
|
"d": "m 601.56793,1292.1144 21.2023,1.6422 v -22.0461 l -21.12482,1.4632 z",
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"id": "path79",
|
|
"name": "path79",
|
|
"stroke": {
|
|
"paint": "#000000"
|
|
},
|
|
"type": "path"
|
|
},
|
|
{
|
|
"fill": {
|
|
"opacity": "1",
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "19.08252",
|
|
"id": "rect80",
|
|
"name": "rect80",
|
|
"ry": "0",
|
|
"stroke": {
|
|
"dasharray": "none",
|
|
"opacity": "1",
|
|
"paint": "#000000",
|
|
"width": "0.917533"
|
|
},
|
|
"type": "rect",
|
|
"width": "21.262451",
|
|
"x": "335.0231",
|
|
"y": "1273.1143"
|
|
},
|
|
{
|
|
"fill": {
|
|
"opacity": "1",
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "19.08606",
|
|
"id": "rect81",
|
|
"name": "rect81",
|
|
"ry": "0",
|
|
"stroke": {
|
|
"dasharray": "none",
|
|
"opacity": "1",
|
|
"paint": "#000000",
|
|
"width": "0.913957"
|
|
},
|
|
"type": "rect",
|
|
"width": "242.22675",
|
|
"x": "357.64597",
|
|
"y": "1273.1489"
|
|
},
|
|
{
|
|
"d": "m 601.56793,1178.2703 21.2023,1.6422 v -22.0461 l -21.12482,1.4632 z",
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"id": "path82",
|
|
"name": "path82",
|
|
"stroke": {
|
|
"paint": "#000000"
|
|
},
|
|
"type": "path"
|
|
},
|
|
{
|
|
"fill": {
|
|
"opacity": "1",
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "19.08252",
|
|
"id": "rect83",
|
|
"name": "rect83",
|
|
"ry": "0",
|
|
"stroke": {
|
|
"dasharray": "none",
|
|
"opacity": "1",
|
|
"paint": "#000000",
|
|
"width": "0.917533"
|
|
},
|
|
"type": "rect",
|
|
"width": "21.262451",
|
|
"x": "335.0231",
|
|
"y": "1159.27"
|
|
},
|
|
{
|
|
"fill": {
|
|
"opacity": "1",
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "19.08606",
|
|
"id": "rect84",
|
|
"name": "rect84",
|
|
"ry": "0",
|
|
"stroke": {
|
|
"dasharray": "none",
|
|
"opacity": "1",
|
|
"paint": "#000000",
|
|
"width": "0.913957"
|
|
},
|
|
"type": "rect",
|
|
"width": "242.22675",
|
|
"x": "357.64597",
|
|
"y": "1159.3047"
|
|
},
|
|
{
|
|
"d": "m 601.56793,1120.9946 21.2023,1.6422 v -22.0461 l -21.12482,1.4632 z",
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"id": "path85",
|
|
"name": "path85",
|
|
"stroke": {
|
|
"paint": "#000000"
|
|
},
|
|
"type": "path"
|
|
},
|
|
{
|
|
"fill": {
|
|
"opacity": "1",
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "19.08252",
|
|
"id": "rect86",
|
|
"name": "rect86",
|
|
"ry": "0",
|
|
"stroke": {
|
|
"dasharray": "none",
|
|
"opacity": "1",
|
|
"paint": "#000000",
|
|
"width": "0.917533"
|
|
},
|
|
"type": "rect",
|
|
"width": "21.262451",
|
|
"x": "335.0231",
|
|
"y": "1101.9944"
|
|
},
|
|
{
|
|
"fill": {
|
|
"opacity": "1",
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "19.08606",
|
|
"id": "rect87",
|
|
"name": "rect87",
|
|
"ry": "0",
|
|
"stroke": {
|
|
"dasharray": "none",
|
|
"opacity": "1",
|
|
"paint": "#000000",
|
|
"width": "0.913957"
|
|
},
|
|
"type": "rect",
|
|
"width": "242.22675",
|
|
"x": "357.64597",
|
|
"y": "1102.0291"
|
|
},
|
|
{
|
|
"d": "m 1078.568,573.81214 21.2023,1.6422 v -22.0461 l -21.1249,1.4632 z",
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"id": "path89",
|
|
"name": "path89",
|
|
"stroke": {
|
|
"paint": "#000000"
|
|
},
|
|
"type": "path"
|
|
},
|
|
{
|
|
"fill": {
|
|
"opacity": "1",
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "19.08252",
|
|
"id": "rect89",
|
|
"name": "rect89",
|
|
"ry": "0",
|
|
"stroke": {
|
|
"dasharray": "none",
|
|
"opacity": "1",
|
|
"paint": "#000000",
|
|
"width": "0.917533"
|
|
},
|
|
"type": "rect",
|
|
"width": "21.262451",
|
|
"x": "812.02313",
|
|
"y": "554.81183"
|
|
},
|
|
{
|
|
"fill": {
|
|
"opacity": "1",
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "19.08606",
|
|
"id": "rect90",
|
|
"name": "rect90",
|
|
"ry": "0",
|
|
"stroke": {
|
|
"dasharray": "none",
|
|
"opacity": "1",
|
|
"paint": "#000000",
|
|
"width": "0.913957"
|
|
},
|
|
"type": "rect",
|
|
"width": "242.22675",
|
|
"x": "834.646",
|
|
"y": "554.8465"
|
|
},
|
|
{
|
|
"d": "m 1078.568,516.31214 21.2023,1.6422 v -22.0461 l -21.1249,1.4632 z",
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"id": "path91",
|
|
"name": "path91",
|
|
"stroke": {
|
|
"paint": "#000000"
|
|
},
|
|
"type": "path"
|
|
},
|
|
{
|
|
"fill": {
|
|
"opacity": "1",
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "19.08252",
|
|
"id": "rect92",
|
|
"name": "rect92",
|
|
"ry": "0",
|
|
"stroke": {
|
|
"dasharray": "none",
|
|
"opacity": "1",
|
|
"paint": "#000000",
|
|
"width": "0.917533"
|
|
},
|
|
"type": "rect",
|
|
"width": "21.262451",
|
|
"x": "812.02313",
|
|
"y": "497.31183"
|
|
},
|
|
{
|
|
"fill": {
|
|
"opacity": "1",
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "19.08606",
|
|
"id": "rect93",
|
|
"name": "rect93",
|
|
"ry": "0",
|
|
"stroke": {
|
|
"dasharray": "none",
|
|
"opacity": "1",
|
|
"paint": "#000000",
|
|
"width": "0.913957"
|
|
},
|
|
"type": "rect",
|
|
"width": "242.22675",
|
|
"x": "834.646",
|
|
"y": "497.3465"
|
|
},
|
|
{
|
|
"d": "m 1078.568,459.81214 21.2023,1.6422 v -22.0461 l -21.1249,1.4632 z",
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"id": "path94",
|
|
"name": "path94",
|
|
"stroke": {
|
|
"paint": "#000000"
|
|
},
|
|
"type": "path"
|
|
},
|
|
{
|
|
"fill": {
|
|
"opacity": "1",
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "19.08252",
|
|
"id": "rect95",
|
|
"name": "rect95",
|
|
"ry": "0",
|
|
"stroke": {
|
|
"dasharray": "none",
|
|
"opacity": "1",
|
|
"paint": "#000000",
|
|
"width": "0.917533"
|
|
},
|
|
"type": "rect",
|
|
"width": "21.262451",
|
|
"x": "812.02313",
|
|
"y": "440.81186"
|
|
},
|
|
{
|
|
"fill": {
|
|
"opacity": "1",
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "19.08606",
|
|
"id": "rect96",
|
|
"name": "rect96",
|
|
"ry": "0",
|
|
"stroke": {
|
|
"dasharray": "none",
|
|
"opacity": "1",
|
|
"paint": "#000000",
|
|
"width": "0.913957"
|
|
},
|
|
"type": "rect",
|
|
"width": "242.22675",
|
|
"x": "834.646",
|
|
"y": "440.84653"
|
|
},
|
|
{
|
|
"d": "m 1078.568,403.31214 21.2023,1.6422 v -22.0461 l -21.1249,1.4632 z",
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"id": "path97",
|
|
"name": "path97",
|
|
"stroke": {
|
|
"paint": "#000000"
|
|
},
|
|
"type": "path"
|
|
},
|
|
{
|
|
"fill": {
|
|
"opacity": "1",
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "19.08252",
|
|
"id": "rect98",
|
|
"name": "rect98",
|
|
"ry": "0",
|
|
"stroke": {
|
|
"dasharray": "none",
|
|
"opacity": "1",
|
|
"paint": "#000000",
|
|
"width": "0.917533"
|
|
},
|
|
"type": "rect",
|
|
"width": "21.262451",
|
|
"x": "812.02313",
|
|
"y": "384.31186"
|
|
},
|
|
{
|
|
"fill": {
|
|
"opacity": "1",
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "19.08606",
|
|
"id": "rect99",
|
|
"name": "rect99",
|
|
"ry": "0",
|
|
"stroke": {
|
|
"dasharray": "none",
|
|
"opacity": "1",
|
|
"paint": "#000000",
|
|
"width": "0.913957"
|
|
},
|
|
"type": "rect",
|
|
"width": "242.22675",
|
|
"x": "834.646",
|
|
"y": "384.34653"
|
|
},
|
|
{
|
|
"d": "m 1078.568,344.31214 21.2023,1.6422 v -22.0461 l -21.1249,1.4632 z",
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"id": "path100",
|
|
"name": "path100",
|
|
"stroke": {
|
|
"paint": "#000000"
|
|
},
|
|
"type": "path"
|
|
},
|
|
{
|
|
"fill": {
|
|
"opacity": "1",
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "19.08252",
|
|
"id": "rect101",
|
|
"name": "rect101",
|
|
"ry": "0",
|
|
"stroke": {
|
|
"dasharray": "none",
|
|
"opacity": "1",
|
|
"paint": "#000000",
|
|
"width": "0.917533"
|
|
},
|
|
"type": "rect",
|
|
"width": "21.262451",
|
|
"x": "812.02313",
|
|
"y": "325.31186"
|
|
},
|
|
{
|
|
"fill": {
|
|
"opacity": "1",
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "19.08606",
|
|
"id": "rect102",
|
|
"name": "rect102",
|
|
"ry": "0",
|
|
"stroke": {
|
|
"dasharray": "none",
|
|
"opacity": "1",
|
|
"paint": "#000000",
|
|
"width": "0.913957"
|
|
},
|
|
"type": "rect",
|
|
"width": "242.22675",
|
|
"x": "834.646",
|
|
"y": "325.34653"
|
|
},
|
|
{
|
|
"d": "m 728.83171,317.5662 3.45409,2.1397 26.25532,-0.01 0.0112,5.4425 51.97982,0.1883 -0.0361,18.99 -51.86916,-0.054 0.0174,4.5488 -26.43019,0.2286 -2.96201,2.582 -9.63767,-0.1271 0.0868,-33.9418 c 0.24101,-0.034 9.13014,0.01 9.13014,0.01 z",
|
|
"fill": {
|
|
"opacity": "1",
|
|
"paint": "#ffffff"
|
|
},
|
|
"id": "path12",
|
|
"name": "path12",
|
|
"stroke": {
|
|
"dasharray": "none",
|
|
"paint": "#000000",
|
|
"width": "1"
|
|
},
|
|
"type": "path"
|
|
},
|
|
{
|
|
"d": "m 728.76921,376.5037 3.45409,2.1397 26.25532,-0.01 0.0112,5.4425 51.97982,0.1883 -0.0361,18.99 -51.86916,-0.054 0.0174,4.5488 -26.43019,0.2286 -2.96201,2.582 -9.63767,-0.1271 0.0868,-33.9418 c 0.24101,-0.034 9.13014,0.01 9.13014,0.01 z",
|
|
"fill": {
|
|
"opacity": "1",
|
|
"paint": "#ffffff"
|
|
},
|
|
"id": "path1",
|
|
"name": "path1",
|
|
"stroke": {
|
|
"dasharray": "none",
|
|
"paint": "#000000",
|
|
"width": "1"
|
|
},
|
|
"type": "path"
|
|
},
|
|
{
|
|
"d": "m 728.70671,433.22245 3.45409,2.1397 26.25532,-0.01 0.0112,5.4425 51.97982,0.1883 -0.0361,18.99 -51.86916,-0.054 0.0174,4.5488 -26.43019,0.2286 -2.96201,2.582 -9.63767,-0.1271 0.0868,-33.9418 c 0.24101,-0.034 9.13014,0.01 9.13014,0.01 z",
|
|
"fill": {
|
|
"opacity": "1",
|
|
"paint": "#ffffff"
|
|
},
|
|
"id": "path2",
|
|
"name": "path2",
|
|
"stroke": {
|
|
"dasharray": "none",
|
|
"paint": "#000000",
|
|
"width": "1"
|
|
},
|
|
"type": "path"
|
|
},
|
|
{
|
|
"d": "m 728.77993,489.59702 3.45409,2.1397 26.25532,-0.01 0.0112,5.4425 51.97982,0.1883 -0.0361,18.99 -51.86916,-0.054 0.0174,4.5488 -26.43019,0.2286 -2.96201,2.582 -9.63767,-0.1271 0.0868,-33.9418 c 0.24101,-0.034 9.13014,0.01 9.13014,0.01 z",
|
|
"fill": {
|
|
"opacity": "1",
|
|
"paint": "#ffffff"
|
|
},
|
|
"id": "path3",
|
|
"name": "path3",
|
|
"stroke": {
|
|
"dasharray": "none",
|
|
"paint": "#000000",
|
|
"width": "1"
|
|
},
|
|
"type": "path"
|
|
},
|
|
{
|
|
"d": "m 728.7643,547.14389 3.45409,2.1397 26.25532,-0.01 0.0112,5.4425 51.97982,0.1883 -0.0361,18.99 -51.86916,-0.054 0.0174,4.5488 -26.43019,0.2286 -2.96201,2.582 -9.63767,-0.1271 0.0868,-33.9418 c 0.24101,-0.034 9.13014,0.01 9.13014,0.01 z",
|
|
"fill": {
|
|
"opacity": "1",
|
|
"paint": "#ffffff"
|
|
},
|
|
"id": "path4",
|
|
"name": "path4",
|
|
"stroke": {
|
|
"dasharray": "none",
|
|
"paint": "#000000",
|
|
"width": "1"
|
|
},
|
|
"type": "path"
|
|
},
|
|
{
|
|
"d": "m 251.87869,1094.3571 3.45409,2.1397 26.25532,-0.01 0.0112,5.4425 51.97982,0.1883 -0.0361,18.99 -51.86916,-0.054 0.0174,4.5488 -26.43019,0.2286 -2.96201,2.582 -9.63767,-0.1271 0.0868,-33.9418 c 0.24101,-0.034 9.13014,0.01 9.13014,0.01 z",
|
|
"fill": {
|
|
"opacity": "1",
|
|
"paint": "#ffffff"
|
|
},
|
|
"id": "path5",
|
|
"name": "path5",
|
|
"stroke": {
|
|
"dasharray": "none",
|
|
"paint": "#000000",
|
|
"width": "1"
|
|
},
|
|
"type": "path"
|
|
},
|
|
{
|
|
"d": "m 251.83449,1151.5223 3.45409,2.1397 26.25532,-0.01 0.0112,5.4425 51.97982,0.1883 -0.0361,18.99 -51.86916,-0.054 0.0174,4.5488 -26.43019,0.2286 -2.96201,2.582 -9.63767,-0.1271 0.0868,-33.9418 c 0.24101,-0.034 9.13014,0.01 9.13014,0.01 z",
|
|
"fill": {
|
|
"opacity": "1",
|
|
"paint": "#ffffff"
|
|
},
|
|
"id": "path6",
|
|
"name": "path6",
|
|
"stroke": {
|
|
"dasharray": "none",
|
|
"paint": "#000000",
|
|
"width": "1"
|
|
},
|
|
"type": "path"
|
|
},
|
|
{
|
|
"d": "m 251.7903,1265.3665 3.45409,2.1397 26.25532,-0.01 0.0112,5.4425 51.97982,0.1883 -0.0361,18.99 -51.86916,-0.054 0.0174,4.5488 -26.43019,0.2286 -2.96201,2.582 -9.63767,-0.1271 0.0868,-33.9418 c 0.24101,-0.034 9.13014,0.01 9.13014,0.01 z",
|
|
"fill": {
|
|
"opacity": "1",
|
|
"paint": "#ffffff"
|
|
},
|
|
"id": "path7",
|
|
"name": "path7",
|
|
"stroke": {
|
|
"dasharray": "none",
|
|
"paint": "#000000",
|
|
"width": "1"
|
|
},
|
|
"type": "path"
|
|
},
|
|
{
|
|
"d": "m 251.83449,1327.4931 3.45409,2.1397 26.25532,-0.01 0.0112,5.4425 51.97982,0.1883 -0.0361,18.99 -51.86916,-0.054 0.0174,4.5488 -26.43019,0.2286 -2.96201,2.582 -9.63767,-0.1271 0.0868,-33.9418 c 0.24101,-0.034 9.13014,0.01 9.13014,0.01 z",
|
|
"fill": {
|
|
"opacity": "1",
|
|
"paint": "#ffffff"
|
|
},
|
|
"id": "path8",
|
|
"name": "path8",
|
|
"stroke": {
|
|
"dasharray": "none",
|
|
"paint": "#000000",
|
|
"width": "1"
|
|
},
|
|
"type": "path"
|
|
},
|
|
{
|
|
"d": "m 251.87868,1385.6084 3.45409,2.1397 26.25532,-0.01 0.0112,5.4425 51.97982,0.1883 -0.0361,18.99 -51.86916,-0.054 0.0174,4.5488 -26.43019,0.2286 -2.96201,2.582 -9.63767,-0.1271 0.0868,-33.9418 c 0.24101,-0.034 9.13014,0.01 9.13014,0.01 z",
|
|
"fill": {
|
|
"opacity": "1",
|
|
"paint": "#ffffff"
|
|
},
|
|
"id": "path9",
|
|
"name": "path9",
|
|
"stroke": {
|
|
"dasharray": "none",
|
|
"paint": "#000000",
|
|
"width": "1"
|
|
},
|
|
"type": "path"
|
|
}
|
|
],
|
|
"id": "g65",
|
|
"name": "g65",
|
|
"transform": "rotate(-90,697.27767,568.50545)",
|
|
"type": "group"
|
|
},
|
|
{
|
|
"elements": [
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect30",
|
|
"name": "rect30",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "-229.56607",
|
|
"y": "504.05896"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect31",
|
|
"name": "rect31",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "-204.69107",
|
|
"y": "503.96521"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect32",
|
|
"name": "rect32",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "-179.56607",
|
|
"y": "504.05896"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect33",
|
|
"name": "rect33",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"transform": "translate(98)",
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "-227.56607",
|
|
"y": "504.05896"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect34",
|
|
"name": "rect34",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"transform": "translate(98)",
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "-203.69107",
|
|
"y": "503.96521"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect35",
|
|
"name": "rect35",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"transform": "translate(98)",
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "-178.56607",
|
|
"y": "504.05896"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect37",
|
|
"name": "rect37",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "-154.69107",
|
|
"y": "503.96521"
|
|
}
|
|
],
|
|
"id": "g37",
|
|
"name": "g37",
|
|
"transform": "translate(758.2638,61.21875)",
|
|
"type": "group"
|
|
},
|
|
{
|
|
"elements": [
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect38",
|
|
"name": "rect38",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "-230.56607",
|
|
"y": "504.05896"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect39",
|
|
"name": "rect39",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "-204.69107",
|
|
"y": "503.96521"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect40",
|
|
"name": "rect40",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "-180.56607",
|
|
"y": "504.05896"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect41",
|
|
"name": "rect41",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "-130.56607",
|
|
"y": "504.05896"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect42",
|
|
"name": "rect42",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"transform": "translate(98)",
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "-203.69107",
|
|
"y": "503.96521"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect43",
|
|
"name": "rect43",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"transform": "translate(98)",
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "-178.56607",
|
|
"y": "504.05896"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect45",
|
|
"name": "rect45",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "-155.69107",
|
|
"y": "503.96521"
|
|
}
|
|
],
|
|
"id": "g45",
|
|
"name": "g45",
|
|
"transform": "translate(991.71996,61.21875)",
|
|
"type": "group"
|
|
},
|
|
{
|
|
"elements": [
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect46",
|
|
"name": "rect46",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "-227.56607",
|
|
"y": "504.05896"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect47",
|
|
"name": "rect47",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "-203.69107",
|
|
"y": "503.96521"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect48",
|
|
"name": "rect48",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "-178.56607",
|
|
"y": "504.05896"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect49",
|
|
"name": "rect49",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "-128.56607",
|
|
"y": "504.05896"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect50",
|
|
"name": "rect50",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "-103.69107",
|
|
"y": "503.96521"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect51",
|
|
"name": "rect51",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "-78.566071",
|
|
"y": "504.05896"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect52",
|
|
"name": "rect52",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "-153.69107",
|
|
"y": "503.96521"
|
|
}
|
|
],
|
|
"id": "g52",
|
|
"name": "g52",
|
|
"transform": "translate(1188.235,61.21875)",
|
|
"type": "group"
|
|
},
|
|
{
|
|
"elements": [
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect54",
|
|
"name": "rect54",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "-222.69107",
|
|
"y": "503.96521"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect55",
|
|
"name": "rect55",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "-197.56607",
|
|
"y": "504.05896"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect56",
|
|
"name": "rect56",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "-140.56607",
|
|
"y": "504.05896"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect57",
|
|
"name": "rect57",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "-109.69107",
|
|
"y": "503.96521"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect58",
|
|
"name": "rect58",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "-79.566071",
|
|
"y": "504.05896"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect59",
|
|
"name": "rect59",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "-168.69107",
|
|
"y": "503.96521"
|
|
}
|
|
],
|
|
"id": "g59",
|
|
"name": "g59",
|
|
"transform": "translate(1390.1642,61.21875)",
|
|
"type": "group"
|
|
},
|
|
{
|
|
"elements": [
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect60",
|
|
"name": "rect60",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "-234.56607",
|
|
"y": "504.05896"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect64",
|
|
"name": "rect64",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "-206.69107",
|
|
"y": "503.96521"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect65",
|
|
"name": "rect65",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "-177.56607",
|
|
"y": "504.05896"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect66",
|
|
"name": "rect66",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "-119.56607",
|
|
"y": "504.05896"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect67",
|
|
"name": "rect67",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "-90.691071",
|
|
"y": "503.96521"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect68",
|
|
"name": "rect68",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "-60.566071",
|
|
"y": "504.05896"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect70",
|
|
"name": "rect70",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "-2.4410658",
|
|
"y": "504.05896"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect71",
|
|
"name": "rect71",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "26.933935",
|
|
"y": "503.96521"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect72",
|
|
"name": "rect72",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "52.058933",
|
|
"y": "504.05896"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect109",
|
|
"name": "rect109",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "114.95859",
|
|
"y": "504.05896"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect110",
|
|
"name": "rect110",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "139.83359",
|
|
"y": "503.96521"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect65",
|
|
"name": "rect65",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": -150.56607,
|
|
"y": "504.05896"
|
|
}
|
|
],
|
|
"id": "g69",
|
|
"name": "g69",
|
|
"transform": "translate(686.21996,-412.96877)",
|
|
"type": "group"
|
|
},
|
|
{
|
|
"elements": [
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect112",
|
|
"name": "rect112",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "-227.56607",
|
|
"y": "504.05896"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect116",
|
|
"name": "rect116",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "-203.69107",
|
|
"y": "503.96521"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect120",
|
|
"name": "rect120",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "-178.56607",
|
|
"y": "504.05896"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect121",
|
|
"name": "rect121",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "-128.56607",
|
|
"y": "504.05896"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect122",
|
|
"name": "rect122",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "-102.69107",
|
|
"y": "503.96521"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect123",
|
|
"name": "rect123",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "-78.566071",
|
|
"y": "504.05896"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect124",
|
|
"name": "rect124",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "-153.69107",
|
|
"y": "503.96521"
|
|
}
|
|
],
|
|
"id": "g124",
|
|
"name": "g124",
|
|
"transform": "translate(1128.8889,-412.96877)",
|
|
"type": "group"
|
|
},
|
|
{
|
|
"elements": [
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect125",
|
|
"name": "rect125",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "-227.56607",
|
|
"y": "504.05896"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect126",
|
|
"name": "rect126",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "-203.69107",
|
|
"y": "503.96521"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect127",
|
|
"name": "rect127",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "-178.56607",
|
|
"y": "504.05896"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect128",
|
|
"name": "rect128",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "-88.675194",
|
|
"y": "504.05896"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect129",
|
|
"name": "rect129",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "-62.800194",
|
|
"y": "503.96521"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect131",
|
|
"name": "rect131",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "-112.80019",
|
|
"y": "503.96521"
|
|
}
|
|
],
|
|
"id": "g131",
|
|
"name": "g131",
|
|
"transform": "translate(1327.1388,-412.96877)",
|
|
"type": "group"
|
|
},
|
|
{
|
|
"elements": [
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect132",
|
|
"name": "rect132",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "-227.56607",
|
|
"y": "504.05896"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect133",
|
|
"name": "rect133",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "-202.69107",
|
|
"y": "503.96521"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect134",
|
|
"name": "rect134",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "-177.56607",
|
|
"y": "504.05896"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect135",
|
|
"name": "rect135",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "-127.56607",
|
|
"y": "504.05896"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect136",
|
|
"name": "rect136",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "-103.69107",
|
|
"y": "503.96521"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect138",
|
|
"name": "rect138",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "-152.69107",
|
|
"y": "503.96521"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "34.132133",
|
|
"id": "rect139",
|
|
"name": "rect139",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132132",
|
|
"x": "-251.56607",
|
|
"y": "504.05896"
|
|
}
|
|
],
|
|
"id": "g138",
|
|
"name": "g138",
|
|
"transform": "translate(1564.8705,-412.96877)",
|
|
"type": "group"
|
|
},
|
|
{
|
|
"elements": [
|
|
{
|
|
"elements": [
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect2",
|
|
"name": "rect2",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "303.88803",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect4",
|
|
"name": "rect4",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "329.88803",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect12",
|
|
"name": "rect12",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "353.88803",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect13",
|
|
"name": "rect13",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "379.88803",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect14",
|
|
"name": "rect14",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "403.88803",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect15",
|
|
"name": "rect15",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "428.88803",
|
|
"y": "567.39221"
|
|
}
|
|
],
|
|
"id": "g2",
|
|
"name": "g2",
|
|
"type": "group"
|
|
},
|
|
{
|
|
"elements": [
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect16",
|
|
"name": "rect16",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "303.88803",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect17",
|
|
"name": "rect17",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "329.88803",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect18",
|
|
"name": "rect18",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "353.88803",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect19",
|
|
"name": "rect19",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "379.88803",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect20",
|
|
"name": "rect20",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "403.88803",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect21",
|
|
"name": "rect21",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "428.88803",
|
|
"y": "567.39221"
|
|
}
|
|
],
|
|
"id": "g21",
|
|
"name": "g21",
|
|
"transform": "translate(149.75001)",
|
|
"type": "group"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect22",
|
|
"name": "rect22",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"transform": "translate(298.75001)",
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "303.88803",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect23",
|
|
"name": "rect23",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"transform": "translate(298.75001)",
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "329.88803",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect24",
|
|
"name": "rect24",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"transform": "translate(298.75001)",
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "353.88803",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect27",
|
|
"name": "rect27",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"transform": "translate(298.75001)",
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "379.88803",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect28",
|
|
"name": "rect28",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"transform": "translate(298.75001)",
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "403.88803",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"id": "g29",
|
|
"name": "g29",
|
|
"transform": "translate(298.75001)",
|
|
"type": "group"
|
|
}
|
|
],
|
|
"id": "g146",
|
|
"name": "g146",
|
|
"transform": "translate(0.03125,75.03125)",
|
|
"type": "group"
|
|
},
|
|
{
|
|
"elements": [
|
|
{
|
|
"elements": [
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect146",
|
|
"name": "rect146",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "303.88803",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect147",
|
|
"name": "rect147",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "329.88803",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect148",
|
|
"name": "rect148",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "353.88803",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect149",
|
|
"name": "rect149",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "379.88803",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect150",
|
|
"name": "rect150",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "403.88803",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect151",
|
|
"name": "rect151",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "428.88803",
|
|
"y": "567.39221"
|
|
}
|
|
],
|
|
"id": "g151",
|
|
"name": "g151",
|
|
"type": "group"
|
|
},
|
|
{
|
|
"elements": [
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect152",
|
|
"name": "rect152",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "303.88803",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect153",
|
|
"name": "rect153",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "328.88803",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect154",
|
|
"name": "rect154",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "353.88803",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect155",
|
|
"name": "rect155",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "378.88803",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect156",
|
|
"name": "rect156",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "403.88803",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect157",
|
|
"name": "rect157",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "428.88803",
|
|
"y": "567.39221"
|
|
}
|
|
],
|
|
"id": "g157",
|
|
"name": "g157",
|
|
"transform": "translate(149.75001)",
|
|
"type": "group"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect158",
|
|
"name": "rect158",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"transform": "translate(298.75001)",
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "303.88803",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect159",
|
|
"name": "rect159",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"transform": "translate(298.75001)",
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "329.88803",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect160",
|
|
"name": "rect160",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"transform": "translate(298.75001)",
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "353.88803",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect161",
|
|
"name": "rect161",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "712.63806",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect162",
|
|
"name": "rect162",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "737.63806",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"id": "g162",
|
|
"name": "g162",
|
|
"transform": "translate(298.75001)",
|
|
"type": "group"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect164",
|
|
"name": "rect164",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "853.63806",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect165",
|
|
"name": "rect165",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "876.63806",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect166",
|
|
"name": "rect166",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "901.13806",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect169",
|
|
"name": "rect169",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "1088.1382",
|
|
"y": "567.39221"
|
|
}
|
|
],
|
|
"id": "g163",
|
|
"name": "g163",
|
|
"transform": "translate(457.03127,75.03125)",
|
|
"type": "group"
|
|
},
|
|
{
|
|
"elements": [
|
|
{
|
|
"elements": [
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect170",
|
|
"name": "rect170",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "303.88803",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect171",
|
|
"name": "rect171",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "329.88803",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect172",
|
|
"name": "rect172",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "353.88803",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect173",
|
|
"name": "rect173",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "379.88803",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect174",
|
|
"name": "rect174",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "403.88803",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect175",
|
|
"name": "rect175",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "428.88803",
|
|
"y": "567.39221"
|
|
}
|
|
],
|
|
"id": "g175",
|
|
"name": "g175",
|
|
"type": "group"
|
|
},
|
|
{
|
|
"elements": [
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect176",
|
|
"name": "rect176",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "303.88803",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect177",
|
|
"name": "rect177",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "329.88803",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect178",
|
|
"name": "rect178",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "353.88803",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect179",
|
|
"name": "rect179",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "379.88803",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect180",
|
|
"name": "rect180",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "403.88803",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect181",
|
|
"name": "rect181",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "428.88803",
|
|
"y": "567.39221"
|
|
}
|
|
],
|
|
"id": "g181",
|
|
"name": "g181",
|
|
"transform": "translate(149.75001)",
|
|
"type": "group"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect182",
|
|
"name": "rect182",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"transform": "translate(298.75001)",
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "303.88803",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"id": "g186",
|
|
"name": "g186",
|
|
"transform": "translate(298.75001)",
|
|
"type": "group"
|
|
}
|
|
],
|
|
"id": "g187",
|
|
"name": "g187",
|
|
"transform": "matrix(-1,0,0,1,1835.2884,-399.98338)",
|
|
"type": "group"
|
|
},
|
|
{
|
|
"elements": [
|
|
{
|
|
"elements": [
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect187",
|
|
"name": "rect187",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "303.88803",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect188",
|
|
"name": "rect188",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "329.88803",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect189",
|
|
"name": "rect189",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "353.88803",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect190",
|
|
"name": "rect190",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "379.88803",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect191",
|
|
"name": "rect191",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "403.88803",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect192",
|
|
"name": "rect192",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "428.88803",
|
|
"y": "567.39221"
|
|
}
|
|
],
|
|
"id": "g192",
|
|
"name": "g192",
|
|
"type": "group"
|
|
},
|
|
{
|
|
"elements": [
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect193",
|
|
"name": "rect193",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "303.88803",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect194",
|
|
"name": "rect194",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "328.88803",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect195",
|
|
"name": "rect195",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "353.88803",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect196",
|
|
"name": "rect196",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "378.88803",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect197",
|
|
"name": "rect197",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "403.88803",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect198",
|
|
"name": "rect198",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "428.88803",
|
|
"y": "567.39221"
|
|
}
|
|
],
|
|
"id": "g198",
|
|
"name": "g198",
|
|
"transform": "translate(149.75001)",
|
|
"type": "group"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect199",
|
|
"name": "rect199",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"transform": "translate(298.75001)",
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "303.88803",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect200",
|
|
"name": "rect200",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"transform": "translate(298.75001)",
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "329.88803",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect201",
|
|
"name": "rect201",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"transform": "translate(298.75001)",
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "353.88803",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect202",
|
|
"name": "rect202",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "716.63806",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect203",
|
|
"name": "rect203",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "741.63806",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"id": "g203",
|
|
"name": "g203",
|
|
"transform": "translate(298.75001)",
|
|
"type": "group"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect205",
|
|
"name": "rect205",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "862.63806",
|
|
"y": "567.39221"
|
|
},
|
|
{
|
|
"fill": {
|
|
"paint": "#ffffff"
|
|
},
|
|
"height": "119.69206",
|
|
"id": "rect208",
|
|
"name": "rect208",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.867868"
|
|
},
|
|
"type": "rect",
|
|
"width": "19.132141",
|
|
"x": "978.13806",
|
|
"y": "567.39221"
|
|
}
|
|
],
|
|
"id": "g210",
|
|
"name": "g210",
|
|
"transform": "matrix(-1,0,0,1,1473.2883,-399.98338)",
|
|
"type": "group"
|
|
},
|
|
{
|
|
"fill": {},
|
|
"height": "39.072876",
|
|
"id": "rect1",
|
|
"name": "rect1",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.92712"
|
|
},
|
|
"type": "rect",
|
|
"width": "1260.573",
|
|
"x": "304.16837",
|
|
"y": "601.60095"
|
|
},
|
|
{
|
|
"fill": {},
|
|
"height": "39.07288",
|
|
"id": "rect3",
|
|
"name": "rect3",
|
|
"stroke": {
|
|
"paint": "#000000",
|
|
"width": "0.92712"
|
|
},
|
|
"type": "rect",
|
|
"width": "1079.073",
|
|
"x": "452.15805",
|
|
"y": "126.70508"
|
|
},
|
|
{
|
|
"d": "m 425.99496,146.31417 c -163.6901,-0.13244 -176.33494,400.14423 2.10409,401.86754 l 1157.06485,-3.65902 c 88.5997,-1.41421 102.5085,76.49212 -3.5636,77.80365",
|
|
"fill": {
|
|
"opacity": "1",
|
|
"paint": "transparent"
|
|
},
|
|
"id": "path56",
|
|
"name": "path56",
|
|
"stroke": {
|
|
"dasharray": "6, 6",
|
|
"dashoffset": "0",
|
|
"linecap": "square",
|
|
"linejoin": "bevel",
|
|
"opacity": "1",
|
|
"paint": "#000000",
|
|
"width": "0.999999"
|
|
},
|
|
"style": {
|
|
"markerEnd": "url(#Triangle)",
|
|
"markerStart": "url(#marker57)"
|
|
},
|
|
"type": "path"
|
|
}
|
|
],
|
|
"id": "layer1",
|
|
"name": "layer1",
|
|
"type": "group"
|
|
}
|
|
],
|
|
"preserveAspectRatio": "none",
|
|
"viewBox": "0 0 1850 1028"
|
|
},
|
|
"type": "ia.shapes.svg"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "VSB_DPM1"
|
|
},
|
|
"position": {
|
|
"height": 0.0146,
|
|
"width": 0.0162,
|
|
"x": 0.2697,
|
|
"y": 0.5967
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/IO_BLOCK/DPM/VSB_DPM1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/ControlCabinet",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "VSB_DPM2"
|
|
},
|
|
"position": {
|
|
"height": 0.0146,
|
|
"width": 0.0162,
|
|
"x": 0.488,
|
|
"y": 0.5974
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/IO_BLOCK/DPM/VSB_DPM2",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/ControlCabinet",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "VSB_DPM3"
|
|
},
|
|
"position": {
|
|
"height": 0.0146,
|
|
"width": 0.0162,
|
|
"x": 0.7253,
|
|
"y": 0.5972
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/IO_BLOCK/DPM/VSB_DPM3",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/ControlCabinet",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "FL2086_DPM1"
|
|
},
|
|
"position": {
|
|
"height": 0.0146,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.0162,
|
|
"x": 0.7231,
|
|
"y": 0.8161
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/IO_BLOCK/DPM/FL2086_DPM1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/ControlCabinet",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "VSD_DPM3"
|
|
},
|
|
"position": {
|
|
"height": 0.0146,
|
|
"width": 0.0162,
|
|
"x": 0.3524,
|
|
"y": 0.1356
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/IO_BLOCK/DPM/VSD_DPM3",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/ControlCabinet",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "VSD_DPM2"
|
|
},
|
|
"position": {
|
|
"height": 0.0146,
|
|
"width": 0.0162,
|
|
"x": 0.5962,
|
|
"y": 0.136
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/IO_BLOCK/DPM/VSD_DPM2",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/ControlCabinet",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "FL4070_DPM1"
|
|
},
|
|
"position": {
|
|
"height": 0.0146,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.0162,
|
|
"x": 0.3522,
|
|
"y": 0.3754
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/IO_BLOCK/DPM/FL4070_DPM1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/ControlCabinet",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL2074_2",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0195,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.0108,
|
|
"x": 0.665,
|
|
"y": 0.7724
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Conveyor/VFD/FL2074_2_VFD1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Status",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL2078_2",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0195,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.0108,
|
|
"x": 0.6958,
|
|
"y": 0.7733
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Conveyor/VFD/FL2078_2_VFD1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Status",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL2086_2",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0195,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.0108,
|
|
"x": 0.7574,
|
|
"y": 0.7733
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Conveyor/VFD/FL2086_2_VFD1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Status",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL2090_2",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0195,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.0108,
|
|
"x": 0.791,
|
|
"y": 0.7733
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Conveyor/VFD/FL2090_2_VFD1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Status",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL2094_2",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0195,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.0108,
|
|
"x": 0.8227,
|
|
"y": 0.7733
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Conveyor/VFD/FL2094_2_VFD1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Status",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL4078_2",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0195,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.0108,
|
|
"x": 0.2769,
|
|
"y": 0.2986
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Conveyor/VFD/FL4078_2_VFD1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Status",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL4082_2",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0195,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.0108,
|
|
"x": 0.2457,
|
|
"y": 0.2986
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Conveyor/VFD/FL4082_2_VFD1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Status",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL4070_2",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0195,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.0108,
|
|
"x": 0.338,
|
|
"y": 0.2986
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Conveyor/VFD/FL4070_2_VFD1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Status",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL4066_2",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0195,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.0108,
|
|
"x": 0.3693,
|
|
"y": 0.2996
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Conveyor/VFD/FL4066_2_VFD1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Status",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL4074_2",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0195,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.0108,
|
|
"x": 0.3077,
|
|
"y": 0.2996
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Conveyor/VFD/FL4074_2_VFD1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Status",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012002",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.1644,
|
|
"y": 0.6742
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_353",
|
|
"S012002",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012004",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.1786,
|
|
"y": 0.6742
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_355",
|
|
"S012004",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012006",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.1914,
|
|
"y": 0.6742
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_357",
|
|
"S012006",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012010",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.2184,
|
|
"y": 0.6742
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_361",
|
|
"S012010",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012012",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.232,
|
|
"y": 0.6742
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_363",
|
|
"S012012",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012008",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.2055,
|
|
"y": 0.6742
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_359",
|
|
"S012008",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012032",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.3671,
|
|
"y": 0.6742
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_383",
|
|
"S012032",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012034",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.3801,
|
|
"y": 0.6742
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_385",
|
|
"S012034",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012030",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.353,
|
|
"y": 0.6742
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_381",
|
|
"S012030",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012028",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.34,
|
|
"y": 0.6742
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_379",
|
|
"S012028",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012026",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.326,
|
|
"y": 0.6742
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_377",
|
|
"S012026",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012024",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.313,
|
|
"y": 0.6742
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_375",
|
|
"S012024",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012022",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.2995,
|
|
"y": 0.6742
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_373",
|
|
"S012022",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012020",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.2865,
|
|
"y": 0.6742
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_371",
|
|
"S012020",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012018",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.2725,
|
|
"y": 0.6742
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_369",
|
|
"S012018",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012016",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.2595,
|
|
"y": 0.6742
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_367",
|
|
"S012016",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012014",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.2455,
|
|
"y": 0.6742
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_365",
|
|
"S012014",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012056",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.533,
|
|
"y": 0.6742
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_405",
|
|
"S012056",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012058",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.5465,
|
|
"y": 0.6742
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_407",
|
|
"S012058",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012054",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.5195,
|
|
"y": 0.6742
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_403",
|
|
"S012054",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012060",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.56,
|
|
"y": 0.6742
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_409",
|
|
"S012060",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012072",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.646,
|
|
"y": 0.6742
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_419",
|
|
"S012072",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012070",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.6325,
|
|
"y": 0.6742
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_417",
|
|
"S012070",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012082",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.7211,
|
|
"y": 0.6742
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_429",
|
|
"S012082",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012080",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.7086,
|
|
"y": 0.6742
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_427",
|
|
"S012080",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012084",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.7342,
|
|
"y": 0.6742
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_431",
|
|
"S012084",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012096",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.8352,
|
|
"y": 0.6742
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_443",
|
|
"S012096",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012052",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.506,
|
|
"y": 0.6742
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_401",
|
|
"S012052",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012050",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.4925,
|
|
"y": 0.6742
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_399",
|
|
"S012050",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012048",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.479,
|
|
"y": 0.6742
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_397",
|
|
"S012048",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012046",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.465,
|
|
"y": 0.6742
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_395",
|
|
"S012046",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012044",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.4525,
|
|
"y": 0.6742
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_393",
|
|
"S012044",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012042",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.4384,
|
|
"y": 0.6742
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_391",
|
|
"S012042",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012040",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.425,
|
|
"y": 0.6742
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_389",
|
|
"S012040",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012038",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.4114,
|
|
"y": 0.6742
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_387",
|
|
"S012038",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012064",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.5871,
|
|
"y": 0.6742
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_413",
|
|
"S012064",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012062",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.573,
|
|
"y": 0.6742
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_411",
|
|
"S012062",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012066",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.6001,
|
|
"y": 0.6742
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_415",
|
|
"S012066",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014020",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.6958,
|
|
"y": 0.2078
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_146",
|
|
"S014020",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014018",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.7094,
|
|
"y": 0.2078
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_144",
|
|
"S014018",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014016",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.7228,
|
|
"y": 0.2078
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_142",
|
|
"S014016",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014012",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.7501,
|
|
"y": 0.2078
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_138",
|
|
"S014012",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014010",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.7635,
|
|
"y": 0.2078
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_136",
|
|
"S014010",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014014",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.7369,
|
|
"y": 0.2078
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_140",
|
|
"S014014",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014008",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.7764,
|
|
"y": 0.2078
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_134",
|
|
"S014008",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014006",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.7904,
|
|
"y": 0.2078
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_132",
|
|
"S014006",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014004",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.8034,
|
|
"y": 0.2078
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_130",
|
|
"S014004",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014002",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.8175,
|
|
"y": 0.2078
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_128",
|
|
"S014002",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014024",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.6688,
|
|
"y": 0.2078
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_150",
|
|
"S014024",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014022",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.6828,
|
|
"y": 0.2078
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_148",
|
|
"S014022",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014026",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.6561,
|
|
"y": 0.2078
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_152",
|
|
"S014026",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014032",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.6079,
|
|
"y": 0.2078
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_156",
|
|
"S014032",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014030",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.6219,
|
|
"y": 0.2078
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_154",
|
|
"S014030",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014034",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.5949,
|
|
"y": 0.2078
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_158",
|
|
"S014034",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014036",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.5808,
|
|
"y": 0.2078
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_160",
|
|
"S014036",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014038",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.5679,
|
|
"y": 0.2078
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_162",
|
|
"S014038",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014040",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.5544,
|
|
"y": 0.2078
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_164",
|
|
"S014040",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014042",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.5407,
|
|
"y": 0.2078
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_166",
|
|
"S014042",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014044",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.5275,
|
|
"y": 0.2078
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_168",
|
|
"S014044",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014046",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.5137,
|
|
"y": 0.2078
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_170",
|
|
"S014046",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014048",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.5003,
|
|
"y": 0.2078
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_172",
|
|
"S014048",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014050",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.4869,
|
|
"y": 0.2078
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_174",
|
|
"S014050",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014052",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.4732,
|
|
"y": 0.2078
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_176",
|
|
"S014052",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014054",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.4604,
|
|
"y": 0.2078
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_178",
|
|
"S014054",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014056",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.4461,
|
|
"y": 0.2078
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_180",
|
|
"S014056",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014058",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.4334,
|
|
"y": 0.2078
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_182",
|
|
"S014058",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014062",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.3986,
|
|
"y": 0.2078
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_184",
|
|
"S014062",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014072",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.3197,
|
|
"y": 0.2078
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_194",
|
|
"S014072",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014080",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.2574,
|
|
"y": 0.2078
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_202",
|
|
"S014080",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014064",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.3853,
|
|
"y": 0.2078
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_186",
|
|
"S014064",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012001",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.1646,
|
|
"y": 0.5594
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_352",
|
|
"S012001",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012003",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.1782,
|
|
"y": 0.5594
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_354",
|
|
"S012003",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012005",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.1915,
|
|
"y": 0.5594
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_356",
|
|
"S012005",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012009",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.2181,
|
|
"y": 0.5594
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_360",
|
|
"S012009",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012011",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.2321,
|
|
"y": 0.5594
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_362",
|
|
"S012011",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012007",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.2051,
|
|
"y": 0.5594
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_358",
|
|
"S012007",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012013",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.245,
|
|
"y": 0.5594
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_364",
|
|
"S012013",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012015",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.258,
|
|
"y": 0.5594
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_366",
|
|
"S012015",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012019",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.2849,
|
|
"y": 0.5594
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_370",
|
|
"S012019",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012023",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.3125,
|
|
"y": 0.5594
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_374",
|
|
"S012023",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012025",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.3265,
|
|
"y": 0.5594
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_376",
|
|
"S012025",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012021",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.299,
|
|
"y": 0.5594
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_372",
|
|
"S012021",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012029",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.3524,
|
|
"y": 0.5594
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_380",
|
|
"S012029",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012027",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.3399,
|
|
"y": 0.5594
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_378",
|
|
"S012027",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012031",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.3664,
|
|
"y": 0.5594
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_382",
|
|
"S012031",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012049",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.4922,
|
|
"y": 0.5594
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_398",
|
|
"S012049",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012047",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.4787,
|
|
"y": 0.5594
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_396",
|
|
"S012047",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012045",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.4652,
|
|
"y": 0.5594
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_394",
|
|
"S012045",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012043",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.4522,
|
|
"y": 0.5594
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_392",
|
|
"S012043",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012041",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.4387,
|
|
"y": 0.5594
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_390",
|
|
"S012041",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012039",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.4257,
|
|
"y": 0.5593
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_388",
|
|
"S012039",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012037",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.4116,
|
|
"y": 0.5594
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_386",
|
|
"S012037",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012053",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.5192,
|
|
"y": 0.5594
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_402",
|
|
"S012053",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012055",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.5322,
|
|
"y": 0.5594
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_404",
|
|
"S012055",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012057",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.5457,
|
|
"y": 0.5594
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_406",
|
|
"S012057",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012059",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.5593,
|
|
"y": 0.5594
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_408",
|
|
"S012059",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012061",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.5728,
|
|
"y": 0.5594
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_410",
|
|
"S012061",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012063",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.586,
|
|
"y": 0.5594
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_412",
|
|
"S012063",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012065",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.5998,
|
|
"y": 0.5594
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_414",
|
|
"S012065",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012071",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.6447,
|
|
"y": 0.5594
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_418",
|
|
"S012071",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012069",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.6311,
|
|
"y": 0.5594
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_416",
|
|
"S012069",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012073",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.6603,
|
|
"y": 0.5594
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_420",
|
|
"S012073",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012075",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.6755,
|
|
"y": 0.5594
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_422",
|
|
"S012075",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012077",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.6922,
|
|
"y": 0.5594
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_424",
|
|
"S012077",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012079",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.7084,
|
|
"y": 0.5594
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_426",
|
|
"S012079",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL2074_1CH",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.6652,
|
|
"y": 0.6265
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/PE/FL2074_1CH_PE1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/StatusNonPowered",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL2078_1CH",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.696,
|
|
"y": 0.6265
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/PE/FL2078_1CH_PE1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/StatusNonPowered",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL2086_1CH",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.7576,
|
|
"y": 0.6265
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/PE/FL2086_1CH_PE1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/StatusNonPowered",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL2090_1CH",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.7917,
|
|
"y": 0.6265
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/PE/FL2090_1CH_PE1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/StatusNonPowered",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL2094_1CH",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.8225,
|
|
"y": 0.6265
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/PE/FL2094_1CH_PE1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/StatusNonPowered",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL2074_3CH",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.6652,
|
|
"y": 0.886
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/PE/FL2074_3CH_PE1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/StatusNonPowered",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL2074_4",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0175,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.0141,
|
|
"x": 0.6638,
|
|
"y": 0.9356
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Conveyor/Extendo/FL2074_4_EX1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Extendo",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL2078_4",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0175,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.0141,
|
|
"x": 0.6946,
|
|
"y": 0.9356
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Conveyor/Extendo/FL2078_4_EX1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Extendo",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL2078_3CH",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.696,
|
|
"y": 0.886
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/PE/FL2078_3CH_PE1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/StatusNonPowered",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL2086_4",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0175,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.0141,
|
|
"x": 0.7557,
|
|
"y": 0.9356
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Conveyor/Extendo/FL2086_4_EX1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Extendo",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL2086_3CH",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.7581,
|
|
"y": 0.886
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/PE/FL2086_3CH_PE1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/StatusNonPowered",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL2090_3CH",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.7916,
|
|
"y": 0.886
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/PE/FL2090_3CH_PE1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/StatusNonPowered",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL2090_4",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0175,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.0141,
|
|
"x": 0.7892,
|
|
"y": 0.9356
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Conveyor/Extendo/FL2090_4_EX1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Extendo",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL2094_3CH",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.823,
|
|
"y": 0.886
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/PE/FL2094_3CH_PE1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/StatusNonPowered",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL2094_4",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0175,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.0141,
|
|
"x": 0.8206,
|
|
"y": 0.9356
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Conveyor/Extendo/FL2094_4_EX1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Extendo",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL4066_1CH",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.3695,
|
|
"y": 0.1625
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/PE/FL4066_1CH_PE1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/StatusNonPowered",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL4070_1CH",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.3387,
|
|
"y": 0.1625
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/PE/FL4070_1CH_PE1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/StatusNonPowered",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL4074_1CH",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.3079,
|
|
"y": 0.1625
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/PE/FL4074_1CH_PE1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/StatusNonPowered",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL4078_1CH",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.2771,
|
|
"y": 0.1625
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/PE/FL4078_1CH_PE1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/StatusNonPowered",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL4082_1CH",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.2452,
|
|
"y": 0.1625
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/PE/FL4082_1CH_PE1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/StatusNonPowered",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL4082_3CH",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.2457,
|
|
"y": 0.4222
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/PE/FL4082_3CH_PE1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/StatusNonPowered",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL4078_3CH",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.2776,
|
|
"y": 0.4222
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/PE/FL4078_1CH_PE1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/StatusNonPowered",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL4074_3CH",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.3079,
|
|
"y": 0.4222
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/PE/FL4074_3CH_PE1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/StatusNonPowered",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL4070_3CH",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.3387,
|
|
"y": 0.4222
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/PE/FL4070_3CH_PE1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/StatusNonPowered",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL4066_3CH",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.3695,
|
|
"y": 0.4222
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/PE/FL4066_3CH_PE1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/StatusNonPowered",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL4066_4",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0175,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.0141,
|
|
"x": 0.3679,
|
|
"y": 0.4689
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Conveyor/Extendo/FL4066_4_EX1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Extendo",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL4070_4",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0175,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.0141,
|
|
"x": 0.3366,
|
|
"y": 0.4689
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Conveyor/Extendo/FL4070_4_EX1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Extendo",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL4074_4",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0175,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.0141,
|
|
"x": 0.3058,
|
|
"y": 0.4689
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Conveyor/Extendo/FL4074_4_EX1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Extendo",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL4078_4",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0175,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.0141,
|
|
"x": 0.2755,
|
|
"y": 0.4689
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Conveyor/Extendo/FL4078_4_EX1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Extendo",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL4082_4",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0175,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.0141,
|
|
"x": 0.2438,
|
|
"y": 0.4689
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Conveyor/Extendo/FL4082_4_EX1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Extendo",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014069",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.3384,
|
|
"y": 0.0967
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_193",
|
|
"S014069",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014071",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.3221,
|
|
"y": 0.0967
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_195",
|
|
"S014071",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014073",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.3063,
|
|
"y": 0.0967
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_197",
|
|
"S014073",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014077",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.2749,
|
|
"y": 0.0967
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_201",
|
|
"S014077",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014079",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.2593,
|
|
"y": 0.0967
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_203",
|
|
"S014079",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014081",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.2441,
|
|
"y": 0.0967
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_205",
|
|
"S014081",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014065",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.3695,
|
|
"y": 0.0967
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_189",
|
|
"S014065",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014063",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.3852,
|
|
"y": 0.0967
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_187",
|
|
"S014063",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014061",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.399,
|
|
"y": 0.0967
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_185",
|
|
"S014061",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014055",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.4468,
|
|
"y": 0.0967
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_181",
|
|
"S014055",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014037",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.5681,
|
|
"y": 0.0967
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_163",
|
|
"S014037",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014057",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.4328,
|
|
"y": 0.0967
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_183",
|
|
"S014057",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014039",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.5549,
|
|
"y": 0.0967
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_165",
|
|
"S014039",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014041",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.541,
|
|
"y": 0.0967
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_167",
|
|
"S014041",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014049",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.4871,
|
|
"y": 0.0967
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_175",
|
|
"S014049",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014047",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.5003,
|
|
"y": 0.0967
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_173",
|
|
"S014047",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014045",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.5138,
|
|
"y": 0.0967
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_171",
|
|
"S014045",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014043",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.5273,
|
|
"y": 0.0967
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_169",
|
|
"S014043",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014033",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.5946,
|
|
"y": 0.0967
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_159",
|
|
"S014033",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014031",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.6075,
|
|
"y": 0.0967
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_157",
|
|
"S014031",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014029",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.6211,
|
|
"y": 0.0967
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_155",
|
|
"S014029",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014021",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.6833,
|
|
"y": 0.0967
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_149",
|
|
"S014021",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014025",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.6567,
|
|
"y": 0.0967
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_153",
|
|
"S014025",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014023",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.6697,
|
|
"y": 0.0967
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_151",
|
|
"S014023",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014005",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.7902,
|
|
"y": 0.0967
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_133",
|
|
"S014005",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014007",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.7768,
|
|
"y": 0.0967
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_135",
|
|
"S014007",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014009",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.7637,
|
|
"y": 0.0967
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_137",
|
|
"S014009",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014011",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.75,
|
|
"y": 0.0967
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_139",
|
|
"S014011",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014013",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.7365,
|
|
"y": 0.0967
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_141",
|
|
"S014013",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014015",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.723,
|
|
"y": 0.0967
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_143",
|
|
"S014015",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014017",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.7102,
|
|
"y": 0.0967
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_145",
|
|
"S014017",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012001_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.1654,
|
|
"y": 0.5321
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_352",
|
|
"S012001",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012003_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.1792,
|
|
"y": 0.5321
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_354",
|
|
"S012003",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012005_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.1922,
|
|
"y": 0.5321
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_356",
|
|
"S012005",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012009_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.2189,
|
|
"y": 0.5321
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_360",
|
|
"S012009",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012011_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.2327,
|
|
"y": 0.5321
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_362",
|
|
"S012011",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012007_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.2062,
|
|
"y": 0.5321
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_358",
|
|
"S012007",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012013_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.2462,
|
|
"y": 0.5321
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_364",
|
|
"S012013",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012015_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.2592,
|
|
"y": 0.5321
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_366",
|
|
"S012015",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012019_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.278,
|
|
"y": 0.5321
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_370",
|
|
"S012019",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012023_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.3138,
|
|
"y": 0.5321
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_374",
|
|
"S012023",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012025_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.3273,
|
|
"y": 0.5321
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_376",
|
|
"S012025",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012021_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.3003,
|
|
"y": 0.5321
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_372",
|
|
"S012021",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012029_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.3558,
|
|
"y": 0.5321
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_380",
|
|
"S012029",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012027_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.337,
|
|
"y": 0.5321
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_378",
|
|
"S012027",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012031_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.3693,
|
|
"y": 0.5321
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_382",
|
|
"S012031",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012049_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.4933,
|
|
"y": 0.5321
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_398",
|
|
"S012049",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012047_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.4797,
|
|
"y": 0.5321
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_396",
|
|
"S012047",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012045_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.466,
|
|
"y": 0.5321
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_394",
|
|
"S012045",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012043_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.4527,
|
|
"y": 0.5321
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_392",
|
|
"S012043",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012041_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.4392,
|
|
"y": 0.5321
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_390",
|
|
"S012041",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012039_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.4262,
|
|
"y": 0.5321
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_388",
|
|
"S012039",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012037_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.412,
|
|
"y": 0.5321
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_386",
|
|
"S012037",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012053_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.5197,
|
|
"y": 0.5321
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_402",
|
|
"S012053",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012055_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.5325,
|
|
"y": 0.5321
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_404",
|
|
"S012055",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012057_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.5468,
|
|
"y": 0.5321
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_406",
|
|
"S012057",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012059_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.5603,
|
|
"y": 0.5321
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_408",
|
|
"S012059",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012061_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.5738,
|
|
"y": 0.5321
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_410",
|
|
"S012061",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012063_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.5865,
|
|
"y": 0.5321
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_412",
|
|
"S012063",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012065_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.6008,
|
|
"y": 0.5321
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_414",
|
|
"S012065",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012071_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.6457,
|
|
"y": 0.5321
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_418",
|
|
"S012071",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012069_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.6316,
|
|
"y": 0.5321
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_416",
|
|
"S012069",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012073_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.6605,
|
|
"y": 0.5321
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_420",
|
|
"S012073",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012075_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.6765,
|
|
"y": 0.5321
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_422",
|
|
"S012075",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012077_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.6933,
|
|
"y": 0.5321
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_424",
|
|
"S012077",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012079_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.7095,
|
|
"y": 0.5321
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_426",
|
|
"S012079",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014069_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.3386,
|
|
"y": 0.0705
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_193",
|
|
"S014069",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014071_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.3223,
|
|
"y": 0.0705
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_195",
|
|
"S014071",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014073_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.3067,
|
|
"y": 0.0705
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_197",
|
|
"S014073",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014077_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.2756,
|
|
"y": 0.0705
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_201",
|
|
"S014077",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014079_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.2599,
|
|
"y": 0.0705
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_203",
|
|
"S014079",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014081_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.245,
|
|
"y": 0.0705
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_205",
|
|
"S014081",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014065_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.3699,
|
|
"y": 0.0705
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_189",
|
|
"S014065",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014063_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.3859,
|
|
"y": 0.0705
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_187",
|
|
"S014063",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014061_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.3996,
|
|
"y": 0.0705
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_185",
|
|
"S014061",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014055_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.447,
|
|
"y": 0.0705
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_181",
|
|
"S014055",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014037_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.5684,
|
|
"y": 0.0705
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_163",
|
|
"S014037",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014057_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.4332,
|
|
"y": 0.0705
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_183",
|
|
"S014057",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014039_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.5551,
|
|
"y": 0.0705
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_165",
|
|
"S014039",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014041_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.5413,
|
|
"y": 0.0705
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_167",
|
|
"S014041",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014049_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.4875,
|
|
"y": 0.0705
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_175",
|
|
"S014049",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014047_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.5005,
|
|
"y": 0.0705
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_173",
|
|
"S014047",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014045_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.514,
|
|
"y": 0.0705
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_171",
|
|
"S014045",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014043_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.5278,
|
|
"y": 0.0705
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_169",
|
|
"S014043",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014033_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.5945,
|
|
"y": 0.0705
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_159",
|
|
"S014033",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014031_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.6077,
|
|
"y": 0.0705
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_157",
|
|
"S014031",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014029_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.6213,
|
|
"y": 0.0705
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_155",
|
|
"S014029",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014021_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.684,
|
|
"y": 0.0705
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_149",
|
|
"S014021",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014025_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.6567,
|
|
"y": 0.0705
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_153",
|
|
"S014025",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014023_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.6699,
|
|
"y": 0.0705
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_151",
|
|
"S014023",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014005_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.7905,
|
|
"y": 0.0705
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_133",
|
|
"S014005",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014007_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.7775,
|
|
"y": 0.0705
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_135",
|
|
"S014007",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014009_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.7637,
|
|
"y": 0.0705
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_137",
|
|
"S014009",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014011_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.7502,
|
|
"y": 0.0705
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_139",
|
|
"S014011",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014013_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.7367,
|
|
"y": 0.0705
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_141",
|
|
"S014013",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014015_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.7232,
|
|
"y": 0.0705
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_143",
|
|
"S014015",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014017_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.7102,
|
|
"y": 0.0705
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_145",
|
|
"S014017",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012002_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.1642,
|
|
"y": 0.7432
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S012002_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012004_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.179,
|
|
"y": 0.7432
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S012004_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012006_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.192,
|
|
"y": 0.7432
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S012006_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012008_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.206,
|
|
"y": 0.7432
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S012008_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012010_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.2187,
|
|
"y": 0.7432
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S012010_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012012_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.2325,
|
|
"y": 0.7432
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S012012_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012014_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.246,
|
|
"y": 0.7432
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S012014_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012016_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.2601,
|
|
"y": 0.7432
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S012016_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012018_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.2723,
|
|
"y": 0.7432
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S012018_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012020_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.2871,
|
|
"y": 0.7432
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S012020_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012022_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.3001,
|
|
"y": 0.7432
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S012022_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012024_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.3136,
|
|
"y": 0.7432
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S012024_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012026_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.3264,
|
|
"y": 0.7432
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S012026_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012028_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.3401,
|
|
"y": 0.7432
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S012028_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012030_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.3536,
|
|
"y": 0.7432
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S012030_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012032_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.3676,
|
|
"y": 0.7432
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S012032_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012034_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.3804,
|
|
"y": 0.7432
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S012034_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012038_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.412,
|
|
"y": 0.7432
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S012038_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012040_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.426,
|
|
"y": 0.7432
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S012040_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012042_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.439,
|
|
"y": 0.7432
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S012042_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012044_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.4528,
|
|
"y": 0.7432
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S012044_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012046_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.466,
|
|
"y": 0.7432
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S012046_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012048_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.4795,
|
|
"y": 0.7432
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S012048_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012050_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.4925,
|
|
"y": 0.7432
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S012050_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012052_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.5063,
|
|
"y": 0.7432
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S012052_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012054_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.5201,
|
|
"y": 0.7432
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S012054_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012056_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.5336,
|
|
"y": 0.7432
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S012056_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012058_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.5471,
|
|
"y": 0.7432
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S012058_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012060_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.5598,
|
|
"y": 0.7432
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S012060_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012062_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.5736,
|
|
"y": 0.7432
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S012062_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012064_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.5876,
|
|
"y": 0.7432
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S012064_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012066_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.6006,
|
|
"y": 0.7432
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S012066_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012070_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.6323,
|
|
"y": 0.7432
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S012070_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012072_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.646,
|
|
"y": 0.7432
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S012072_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012080_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.7082,
|
|
"y": 0.7432
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S012080_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012082_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.7217,
|
|
"y": 0.7432
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S012082_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012084_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.7352,
|
|
"y": 0.7432
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S012084_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012096_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.8358,
|
|
"y": 0.7432
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S012096_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014080_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.2572,
|
|
"y": 0.2809
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S014080_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014072_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.32,
|
|
"y": 0.2813
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S014072_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014064_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.385,
|
|
"y": 0.2821
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S014064_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014062_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.399,
|
|
"y": 0.2821
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S014062_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014058_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.4326,
|
|
"y": 0.2811
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S014058_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014056_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.4466,
|
|
"y": 0.2811
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S014056_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014054_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.4604,
|
|
"y": 0.2811
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S014054_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014052_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.4728,
|
|
"y": 0.2811
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S014052_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014050_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.4868,
|
|
"y": 0.2811
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S014050_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014048_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.5008,
|
|
"y": 0.2811
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S014048_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014046_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.5141,
|
|
"y": 0.2811
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S014046_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014044_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.5271,
|
|
"y": 0.2811
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S014044_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014042_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.5412,
|
|
"y": 0.2811
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S014042_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014040_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.5543,
|
|
"y": 0.2811
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S014040_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014038_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.5678,
|
|
"y": 0.2811
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S014038_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014036_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.5804,
|
|
"y": 0.2811
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S014036_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014034_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.5948,
|
|
"y": 0.2811
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S014034_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014032_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.6078,
|
|
"y": 0.2811
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S014032_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014030_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.6218,
|
|
"y": 0.2811
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S014030_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014026_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.6555,
|
|
"y": 0.281
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S014026_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014024_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.6685,
|
|
"y": 0.281
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S014024_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014022_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.6828,
|
|
"y": 0.281
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S014022_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014020_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.6958,
|
|
"y": 0.281
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S014020_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014018_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.7098,
|
|
"y": 0.281
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S014018_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014016_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.722,
|
|
"y": 0.2811
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S014016_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014014_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.7368,
|
|
"y": 0.2811
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S014014_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014012_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.7501,
|
|
"y": 0.2811
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S014012_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014010_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.7635,
|
|
"y": 0.2811
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S014010_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014008_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.7761,
|
|
"y": 0.2811
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S014008_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014006_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.7909,
|
|
"y": 0.2811
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S014006_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014004_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.8039,
|
|
"y": 0.2811
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S014004_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014002_PR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.8179,
|
|
"y": 0.2811
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 1,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Chute/PalletBuild/S014002_PB_Chute",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "VSB_DPM1_FIO1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0195,
|
|
"rotate": {
|
|
"angle": 0
|
|
},
|
|
"width": 0.0108,
|
|
"x": 0.1919,
|
|
"y": 0.5852
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/IO_BLOCK/FIO/VSB_DPM1_FIO1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/DeviceStatus",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "VSB_DPM1_FIO3",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0195,
|
|
"rotate": {
|
|
"angle": 0
|
|
},
|
|
"width": 0.0108,
|
|
"x": 0.246,
|
|
"y": 0.5852
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/IO_BLOCK/FIO/VSB_DPM1_FIO3",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/DeviceStatus",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "VSB_DPM1_FIO5",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0195,
|
|
"rotate": {
|
|
"angle": 0
|
|
},
|
|
"width": 0.0108,
|
|
"x": 0.3,
|
|
"y": 0.5852
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/IO_BLOCK/FIO/VSB_DPM1_FIO5",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/DeviceStatus",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "VSB_DPM1_FIO7",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0195,
|
|
"rotate": {
|
|
"angle": 0
|
|
},
|
|
"width": 0.0108,
|
|
"x": 0.3536,
|
|
"y": 0.5852
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/IO_BLOCK/FIO/VSB_DPM1_FIO7",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/DeviceStatus",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "VSB_DPM2_FIO1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0195,
|
|
"rotate": {
|
|
"angle": 0
|
|
},
|
|
"width": 0.0108,
|
|
"x": 0.4119,
|
|
"y": 0.5852
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/IO_BLOCK/FIO/VSB_DPM2_FIO1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/DeviceStatus",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "VSB_DPM2_FIO3",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0195,
|
|
"rotate": {
|
|
"angle": 0
|
|
},
|
|
"width": 0.0108,
|
|
"x": 0.466,
|
|
"y": 0.5852
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/IO_BLOCK/FIO/VSB_DPM2_FIO3",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/DeviceStatus",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "VSB_DPM2_FIO5",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0195,
|
|
"rotate": {
|
|
"angle": 0
|
|
},
|
|
"width": 0.0108,
|
|
"x": 0.5195,
|
|
"y": 0.5852
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/IO_BLOCK/FIO/VSB_DPM2_FIO5",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/DeviceStatus",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "VSB_DPM2_FIO7",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0195,
|
|
"rotate": {
|
|
"angle": 0
|
|
},
|
|
"width": 0.0108,
|
|
"x": 0.5736,
|
|
"y": 0.5852
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/IO_BLOCK/FIO/VSB_DPM2_FIO7",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/DeviceStatus",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "VSB_DPM3_FIO1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0195,
|
|
"rotate": {
|
|
"angle": 0
|
|
},
|
|
"width": 0.0108,
|
|
"x": 0.6314,
|
|
"y": 0.5842
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/IO_BLOCK/FIO/VSB_DPM3_FIO1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/DeviceStatus",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "VSB_DPM3_FIO3",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0195,
|
|
"rotate": {
|
|
"angle": 0
|
|
},
|
|
"width": 0.0108,
|
|
"x": 0.693,
|
|
"y": 0.5842
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/IO_BLOCK/FIO/VSB_DPM3_FIO3",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/DeviceStatus",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "VSB_DPM1_FIO2",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0195,
|
|
"rotate": {
|
|
"angle": 0
|
|
},
|
|
"width": 0.0108,
|
|
"x": 0.1919,
|
|
"y": 0.6017
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/IO_BLOCK/FIO/VSB_DPM1_FIO2",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/DeviceStatus",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "VSB_DPM1_FIO4",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0195,
|
|
"rotate": {
|
|
"angle": 0
|
|
},
|
|
"width": 0.0108,
|
|
"x": 0.246,
|
|
"y": 0.6017
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/IO_BLOCK/FIO/VSB_DPM1_FIO4",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/DeviceStatus",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "VSB_DPM1_FIO6",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0195,
|
|
"rotate": {
|
|
"angle": 0
|
|
},
|
|
"width": 0.0108,
|
|
"x": 0.3,
|
|
"y": 0.6017
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/IO_BLOCK/FIO/VSB_DPM1_FIO6",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/DeviceStatus",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "VSB_DPM1_FIO8",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0195,
|
|
"rotate": {
|
|
"angle": 0
|
|
},
|
|
"width": 0.0108,
|
|
"x": 0.3536,
|
|
"y": 0.6017
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/IO_BLOCK/FIO/VSB_DPM1_FIO8",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/DeviceStatus",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "VSB_DPM2_FIO2",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0195,
|
|
"rotate": {
|
|
"angle": 0
|
|
},
|
|
"width": 0.0108,
|
|
"x": 0.4119,
|
|
"y": 0.6017
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/IO_BLOCK/FIO/VSB_DPM2_FIO2",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/DeviceStatus",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "VSB_DPM2_FIO4",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0195,
|
|
"rotate": {
|
|
"angle": 0
|
|
},
|
|
"width": 0.0108,
|
|
"x": 0.466,
|
|
"y": 0.6017
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/IO_BLOCK/FIO/VSB_DPM2_FIO4",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/DeviceStatus",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "VSB_DPM3_FIO4",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0195,
|
|
"rotate": {
|
|
"angle": 0
|
|
},
|
|
"width": 0.0108,
|
|
"x": 0.693,
|
|
"y": 0.6017
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/IO_BLOCK/FIO/VSB_DPM3_FIO4",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/DeviceStatus",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "VSB_DPM3_FIO2",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0195,
|
|
"rotate": {
|
|
"angle": 0
|
|
},
|
|
"width": 0.0108,
|
|
"x": 0.6314,
|
|
"y": 0.6017
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/IO_BLOCK/FIO/VSB_DPM3_FIO2",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/DeviceStatus",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "VSB_DPM2_FIO8",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0195,
|
|
"rotate": {
|
|
"angle": 0
|
|
},
|
|
"width": 0.0108,
|
|
"x": 0.5736,
|
|
"y": 0.6017
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/IO_BLOCK/FIO/VSB_DPM2_FIO8",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/DeviceStatus",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "VSB_DPM2_FIO6",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0195,
|
|
"rotate": {
|
|
"angle": 0
|
|
},
|
|
"width": 0.0108,
|
|
"x": 0.5195,
|
|
"y": 0.6017
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/IO_BLOCK/FIO/VSB_DPM2_FIO6",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/DeviceStatus",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL2094_2_JR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.8121,
|
|
"y": 0.6496
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Station/JR/FL2094_2_JR1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL2090_2_JR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.7802,
|
|
"y": 0.6496
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Station/JR/FL2090_2_JR1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL2086_2_JR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.7467,
|
|
"y": 0.6496
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Station/JR/FL2086_2_JR1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL2078_2_JR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.6861,
|
|
"y": 0.6496
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Station/JR/FL2078_2_JR1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL2074_2_JR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.6543,
|
|
"y": 0.6496
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Station/JR/FL2074_2_JR1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "VSD_DPM3_FIO6",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0195,
|
|
"rotate": {
|
|
"angle": 0
|
|
},
|
|
"width": 0.0108,
|
|
"x": 0.2749,
|
|
"y": 0.124
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/IO_BLOCK/FIO/VSD_DPM3_FIO6",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/DeviceStatus",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "VSD_DPM3_FIO4",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0195,
|
|
"rotate": {
|
|
"angle": 0
|
|
},
|
|
"width": 0.0108,
|
|
"x": 0.3216,
|
|
"y": 0.124
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/IO_BLOCK/FIO/VSD_DPM3_FIO4",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/DeviceStatus",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "VSD_DPM3_FIO2",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0195,
|
|
"rotate": {
|
|
"angle": 0
|
|
},
|
|
"width": 0.0108,
|
|
"x": 0.3719,
|
|
"y": 0.124
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/IO_BLOCK/FIO/VSD_DPM3_FIO2",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/DeviceStatus",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "VSD_DPM2_FIO6",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0195,
|
|
"rotate": {
|
|
"angle": 0
|
|
},
|
|
"width": 0.0108,
|
|
"x": 0.4598,
|
|
"y": 0.123
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/IO_BLOCK/FIO/VSD_DPM2_FIO6",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/DeviceStatus",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "VSD_DPM2_FIO4",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0195,
|
|
"rotate": {
|
|
"angle": 0
|
|
},
|
|
"width": 0.0108,
|
|
"x": 0.5133,
|
|
"y": 0.1234
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/IO_BLOCK/FIO/VSD_DPM2_FIO4",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/DeviceStatus",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "VSD_DPM2_FIO2",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0195,
|
|
"rotate": {
|
|
"angle": 0
|
|
},
|
|
"width": 0.0108,
|
|
"x": 0.5676,
|
|
"y": 0.1234
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/IO_BLOCK/FIO/VSD_DPM2_FIO2",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/DeviceStatus",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "VSD_DPM1_FIO8",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0195,
|
|
"rotate": {
|
|
"angle": 0
|
|
},
|
|
"width": 0.0108,
|
|
"x": 0.6206,
|
|
"y": 0.1234
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/IO_BLOCK/FIO/VSD_DPM1_FIO8",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/DeviceStatus",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "VSD_DPM1_FIO6",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0195,
|
|
"rotate": {
|
|
"angle": 0
|
|
},
|
|
"width": 0.0108,
|
|
"x": 0.6833,
|
|
"y": 0.1234
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/IO_BLOCK/FIO/VSD_DPM1_FIO6",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/DeviceStatus",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "VSD_DPM1_FIO4",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0195,
|
|
"rotate": {
|
|
"angle": 0
|
|
},
|
|
"width": 0.0108,
|
|
"x": 0.736,
|
|
"y": 0.1234
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/IO_BLOCK/FIO/VSD_DPM1_FIO4",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/DeviceStatus",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "VSD_DPM1_FIO2",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0195,
|
|
"rotate": {
|
|
"angle": 0
|
|
},
|
|
"width": 0.0108,
|
|
"x": 0.7897,
|
|
"y": 0.1234
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/IO_BLOCK/FIO/VSD_DPM1_FIO2",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/DeviceStatus",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "VSD_DPM3_FIO5",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0195,
|
|
"rotate": {
|
|
"angle": 0
|
|
},
|
|
"width": 0.0108,
|
|
"x": 0.2749,
|
|
"y": 0.1405
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/IO_BLOCK/FIO/VSD_DPM3_FIO5",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/DeviceStatus",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "VSD_DPM3_FIO3",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0195,
|
|
"rotate": {
|
|
"angle": 0
|
|
},
|
|
"width": 0.0108,
|
|
"x": 0.3216,
|
|
"y": 0.1405
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/IO_BLOCK/FIO/VSD_DPM3_FIO3",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/DeviceStatus",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "VSD_DPM3_FIO1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0195,
|
|
"rotate": {
|
|
"angle": 0
|
|
},
|
|
"width": 0.0108,
|
|
"x": 0.3719,
|
|
"y": 0.1405
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/IO_BLOCK/FIO/VSD_DPM3_FIO1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/DeviceStatus",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "VSD_DPM2_FIO5",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0195,
|
|
"rotate": {
|
|
"angle": 0
|
|
},
|
|
"width": 0.0108,
|
|
"x": 0.4598,
|
|
"y": 0.1405
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/IO_BLOCK/FIO/VSD_DPM2_FIO5",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/DeviceStatus",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "VSD_DPM2_FIO3",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0195,
|
|
"rotate": {
|
|
"angle": 0
|
|
},
|
|
"width": 0.0108,
|
|
"x": 0.5133,
|
|
"y": 0.1409
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/IO_BLOCK/FIO/VSD_DPM2_FIO3",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/DeviceStatus",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "VSD_DPM2_FIO1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0195,
|
|
"rotate": {
|
|
"angle": 0
|
|
},
|
|
"width": 0.0108,
|
|
"x": 0.5676,
|
|
"y": 0.1409
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/IO_BLOCK/FIO/VSD_DPM2_FIO1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/DeviceStatus",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "VSD_DPM1_FIO7",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0195,
|
|
"rotate": {
|
|
"angle": 0
|
|
},
|
|
"width": 0.0108,
|
|
"x": 0.6206,
|
|
"y": 0.1409
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/IO_BLOCK/FIO/VSD_DPM1_FIO7",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/DeviceStatus",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "VSD_DPM1_FIO5",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0195,
|
|
"rotate": {
|
|
"angle": 0
|
|
},
|
|
"width": 0.0108,
|
|
"x": 0.6833,
|
|
"y": 0.1409
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/IO_BLOCK/FIO/VSD_DPM1_FIO5",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/DeviceStatus",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "VSD_DPM1_FIO3",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0195,
|
|
"rotate": {
|
|
"angle": 0
|
|
},
|
|
"width": 0.0108,
|
|
"x": 0.736,
|
|
"y": 0.1409
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/IO_BLOCK/FIO/VSD_DPM1_FIO3",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/DeviceStatus",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "VSD_DPM1_FIO1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0195,
|
|
"rotate": {
|
|
"angle": 0
|
|
},
|
|
"width": 0.0108,
|
|
"x": 0.7897,
|
|
"y": 0.1409
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/IO_BLOCK/FIO/VSD_DPM1_FIO1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/DeviceStatus",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL4082_2_JR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.2346,
|
|
"y": 0.187
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Station/JR/FL4082_2_JR1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL4078_2_JR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.2675,
|
|
"y": 0.187
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Station/JR/FL4078_2_JR1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL4074_2_JR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.2979,
|
|
"y": 0.187
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Station/JR/FL4074_2_JR1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL4070_2_JR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.3297,
|
|
"y": 0.187
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Station/JR/FL4070_2_JR1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL4066_2_JR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.359,
|
|
"y": 0.187
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Station/JR/FL4066_2_JR1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "MCM05_Button",
|
|
"tooltip": {
|
|
"text": "MCM05 South Bulk Inbound, Fluid Outbound and Problem Solve"
|
|
}
|
|
},
|
|
"position": {
|
|
"height": 0.034,
|
|
"width": 0.2632,
|
|
"x": 0.2459,
|
|
"y": 0.846
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"pageid": "DetailedView/MCM05 South Bulk Inbound, Fluid Outbound and Problem Solve",
|
|
"tagProps": [
|
|
"System/MCM05/Area_Nav_Button/MCM05_Button",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
],
|
|
"text": "MCM05 South Bulk Inbound, Fluid Outbound and Problem Solve"
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Area_Nav_Button"
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "VSD_DPM1"
|
|
},
|
|
"position": {
|
|
"height": 0.0146,
|
|
"width": 0.0162,
|
|
"x": 0.713,
|
|
"y": 0.1342
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/IO_BLOCK/DPM/VSD_DPM1",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/ControlCabinet",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "VSB_DPM3_FIO8",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0195,
|
|
"rotate": {
|
|
"angle": 0
|
|
},
|
|
"width": 0.0108,
|
|
"x": 0.8216,
|
|
"y": 0.6038
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/IO_BLOCK/FIO/VSB_DPM3_FIO8",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/DeviceStatus",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "VSB_DPM3_FIO6",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0195,
|
|
"rotate": {
|
|
"angle": 0
|
|
},
|
|
"width": 0.0108,
|
|
"x": 0.7573,
|
|
"y": 0.6021
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/IO_BLOCK/FIO/VSB_DPM3_FIO6",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/DeviceStatus",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012001_JR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.1657,
|
|
"y": 0.5135
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Station/Chute_JR/S012001_JR",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "VSD_DPM2_FIO7",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0195,
|
|
"rotate": {
|
|
"angle": 0
|
|
},
|
|
"width": 0.0108,
|
|
"x": 0.3984,
|
|
"y": 0.1405
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/IO_BLOCK/FIO/VSD_DPM2_FIO7",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/DeviceStatus",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "VSD_DPM2_FIO8",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0195,
|
|
"rotate": {
|
|
"angle": 0
|
|
},
|
|
"width": 0.0108,
|
|
"x": 0.3984,
|
|
"y": 0.124
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/IO_BLOCK/FIO/VSD_DPM2_FIO8",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/DeviceStatus",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL2094_2_JR2",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.8121,
|
|
"y": 0.8706
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Station/JR/FL2094_2_JR2",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL2090_2_JR2",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.7802,
|
|
"y": 0.8706
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Station/JR/FL2090_2_JR2",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL2086_2_JR2",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.7467,
|
|
"y": 0.8706
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Station/JR/FL2086_2_JR2",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL2078_2_JR2",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.6861,
|
|
"y": 0.8706
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Station/JR/FL2078_2_JR2",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL2074_2_JR2",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.6543,
|
|
"y": 0.8706
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Station/JR/FL2074_2_JR2",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012002_JR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.1642,
|
|
"y": 0.7616
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Station/Chute_JR/S012002_JR",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012010_JR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.2188,
|
|
"y": 0.7616
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Station/Chute_JR/S012010_JR",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012018_JR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.2725,
|
|
"y": 0.7616
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Station/Chute_JR/S012018_JR",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012026_JR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.3263,
|
|
"y": 0.7616
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Station/Chute_JR/S012026_JR",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012034_JR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.3801,
|
|
"y": 0.7616
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Station/Chute_JR/S012034_JR",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012044_JR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.4529,
|
|
"y": 0.7616
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Station/Chute_JR/S012044_JR",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012052_JR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.5065,
|
|
"y": 0.7616
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Station/Chute_JR/S012052_JR",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012060_JR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.5596,
|
|
"y": 0.7616
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Station/Chute_JR/S012060_JR",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012070_JR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.6326,
|
|
"y": 0.7616
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Station/Chute_JR/S012070_JR",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012073_JR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.6603,
|
|
"y": 0.5135
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Station/Chute_JR/S012073_JR",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012055_JR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.532,
|
|
"y": 0.5135
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Station/Chute_JR/S012055_JR",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012045_JR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.4655,
|
|
"y": 0.5135
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Station/Chute_JR/S012045_JR",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012037_JR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.4121,
|
|
"y": 0.5135
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Station/Chute_JR/S012037_JR",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012027_JR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.3465,
|
|
"y": 0.5319
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Station/Chute_JR/S012027_JR",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012019_JR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.2891,
|
|
"y": 0.5319
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Station/Chute_JR/S012019_JR",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012009_JR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.2195,
|
|
"y": 0.5135
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Station/Chute_JR/S012009_JR",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014009_JR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.7636,
|
|
"y": 0.0519
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Station/Chute_JR/S014009_JR",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014017_JR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.71,
|
|
"y": 0.0519
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Station/Chute_JR/S014017_JR",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014025_JR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.6567,
|
|
"y": 0.0519
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Station/Chute_JR/S014025_JR",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014033_JR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.5946,
|
|
"y": 0.0519
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Station/Chute_JR/S014033_JR",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014043_JR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.5279,
|
|
"y": 0.0519
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Station/Chute_JR/S014043_JR",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014049_JR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.4875,
|
|
"y": 0.0519
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Station/Chute_JR/S014049_JR",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014057_JR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.4331,
|
|
"y": 0.0519
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Station/Chute_JR/S014057_JR",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014065_JR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.3701,
|
|
"y": 0.0519
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Station/Chute_JR/S014065_JR",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014081_JR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.245,
|
|
"y": 0.0519
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Station/Chute_JR/S014081_JR",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014008_JR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.7761,
|
|
"y": 0.3003
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Station/Chute_JR/S014008_JR",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014016_JR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.7224,
|
|
"y": 0.3003
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Station/Chute_JR/S014016_JR",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014024_JR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.6681,
|
|
"y": 0.3003
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Station/Chute_JR/S014024_JR",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014026_JR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.6554,
|
|
"y": 0.3003
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Station/Chute_JR/S014026_JR",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014036_JR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.5807,
|
|
"y": 0.3003
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Station/Chute_JR/S014036_JR",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014044_JR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.5273,
|
|
"y": 0.3003
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Station/Chute_JR/S014044_JR",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014052_JR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.4725,
|
|
"y": 0.3003
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Station/Chute_JR/S014052_JR",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014058_JR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.4322,
|
|
"y": 0.3003
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Station/Chute_JR/S014058_JR",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014064_JR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.385,
|
|
"y": 0.3003
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Station/Chute_JR/S014064_JR",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014072_JR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.3202,
|
|
"y": 0.3003
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Station/Chute_JR/S014072_JR",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014080_JR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.2573,
|
|
"y": 0.3003
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Station/Chute_JR/S014080_JR",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014073_JR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.3067,
|
|
"y": 0.0519
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Station/Chute_JR/S014073_JR",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL4066_2_JR2",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.3586,
|
|
"y": 0.4095
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"tagProps": [
|
|
"System/MCM05/Station/JR/FL4066_2_JR2",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL4070_2_JR2",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.3278,
|
|
"y": 0.4095
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"tagProps": [
|
|
"System/MCM05/Station/JR/FL4070_2_JR2",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL4074_2_JR2",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.297,
|
|
"y": 0.4105
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"tagProps": [
|
|
"System/MCM05/Station/JR/FL4074_2_JR2",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL4078_2_JR2",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.2667,
|
|
"y": 0.4105
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"tagProps": [
|
|
"System/MCM05/Station/JR/FL4078_2_JR2",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "FL4082_2_JR2",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.2348,
|
|
"y": 0.4095
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"tagProps": [
|
|
"System/MCM05/Station/JR/FL4082_2_JR2",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012096_JR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.8353,
|
|
"y": 0.7616
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Station/Chute_JR/S012096_JR",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012084_JR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.7347,
|
|
"y": 0.7616
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Station/Chute_JR/S012084_JR",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S012063_JR1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.5865,
|
|
"y": 0.5135
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/MCM05/Station/Chute_JR/S012063_JR",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Button",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014075_GS1",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.016,
|
|
"rotate": {
|
|
"angle": 90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.2898,
|
|
"y": 0.0705
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"color": 2,
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_199",
|
|
"S014075",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute-EN",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"elementPrefix": "CON",
|
|
"forcedPrefix": "CON",
|
|
"id": "rect1-6-0-9-7",
|
|
"inheritedGroupPrefix": "CON",
|
|
"name": "S014075",
|
|
"originalName": "PS11-2"
|
|
},
|
|
"position": {
|
|
"height": 0.0185,
|
|
"rotate": {
|
|
"angle": -90
|
|
},
|
|
"width": 0.01,
|
|
"x": 0.2896,
|
|
"y": 0.0967
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"directionLeft": false,
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"has_state": false,
|
|
"tagProps": [
|
|
"System/SMC/Chute/Chute_199",
|
|
"S014075",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
]
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Chute",
|
|
"style": {
|
|
"classes": "hover",
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "OVERVIEW",
|
|
"tooltip": {
|
|
"text": "MCM03 Non Con"
|
|
}
|
|
},
|
|
"position": {
|
|
"height": 0.034,
|
|
"width": 0.1405,
|
|
"x": 0.0247,
|
|
"y": 0.0311
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"direction": {
|
|
"downward": false,
|
|
"left": true,
|
|
"right": false,
|
|
"upward": false
|
|
},
|
|
"forceFaultStatus": null,
|
|
"forceRunningStatus": null,
|
|
"pageid": "MAP-Home-2",
|
|
"tagProps": [
|
|
"System/MCM06/Area_Nav_Button/NCP1_9_MCM03_Button",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value",
|
|
"value"
|
|
],
|
|
"text": "OVERVIEW"
|
|
},
|
|
"path": "Symbol-Views/Equipment-Views/Area_Nav_Button"
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "DOOR_73"
|
|
},
|
|
"position": {
|
|
"height": 0.0222,
|
|
"width": 0.0157,
|
|
"x": 0.1068,
|
|
"y": 0.9763
|
|
},
|
|
"props": {
|
|
"style": {
|
|
"backgroundColor": "#EEFF3B",
|
|
"textAlign": "center"
|
|
},
|
|
"text": 304,
|
|
"textStyle": {
|
|
"fontSize": "1.5vmin"
|
|
}
|
|
},
|
|
"type": "ia.display.label"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "DOOR_74"
|
|
},
|
|
"position": {
|
|
"height": 0.0222,
|
|
"width": 0.0157,
|
|
"x": 0.42,
|
|
"y": 0.9763
|
|
},
|
|
"props": {
|
|
"style": {
|
|
"backgroundColor": "#EEFF3B",
|
|
"textAlign": "center"
|
|
},
|
|
"text": 310,
|
|
"textStyle": {
|
|
"fontSize": "1.5vmin"
|
|
}
|
|
},
|
|
"type": "ia.display.label"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "DOOR_75"
|
|
},
|
|
"position": {
|
|
"height": 0.0222,
|
|
"width": 0.0157,
|
|
"x": 0.4536,
|
|
"y": 0.9763
|
|
},
|
|
"props": {
|
|
"style": {
|
|
"backgroundColor": "#EEFF3B",
|
|
"textAlign": "center"
|
|
},
|
|
"text": 311,
|
|
"textStyle": {
|
|
"fontSize": "1.5vmin"
|
|
}
|
|
},
|
|
"type": "ia.display.label"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "DOOR_76"
|
|
},
|
|
"position": {
|
|
"height": 0.0222,
|
|
"width": 0.0157,
|
|
"x": 0.4878,
|
|
"y": 0.9763
|
|
},
|
|
"props": {
|
|
"style": {
|
|
"backgroundColor": "#EEFF3B",
|
|
"textAlign": "center"
|
|
},
|
|
"text": 312,
|
|
"textStyle": {
|
|
"fontSize": "1.5vmin"
|
|
}
|
|
},
|
|
"type": "ia.display.label"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "DOOR_77"
|
|
},
|
|
"position": {
|
|
"height": 0.0222,
|
|
"width": 0.0157,
|
|
"x": 0.5215,
|
|
"y": 0.9763
|
|
},
|
|
"props": {
|
|
"style": {
|
|
"backgroundColor": "#EEFF3B",
|
|
"textAlign": "center"
|
|
},
|
|
"text": 313,
|
|
"textStyle": {
|
|
"fontSize": "1.5vmin"
|
|
}
|
|
},
|
|
"type": "ia.display.label"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "DOOR_78"
|
|
},
|
|
"position": {
|
|
"height": 0.0222,
|
|
"width": 0.0157,
|
|
"x": 0.5542,
|
|
"y": 0.9763
|
|
},
|
|
"props": {
|
|
"style": {
|
|
"backgroundColor": "#EEFF3B",
|
|
"textAlign": "center"
|
|
},
|
|
"text": 314,
|
|
"textStyle": {
|
|
"fontSize": "1.5vmin"
|
|
}
|
|
},
|
|
"type": "ia.display.label"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "DOOR_79"
|
|
},
|
|
"position": {
|
|
"height": 0.0222,
|
|
"width": 0.0157,
|
|
"x": 0.5894,
|
|
"y": 0.9763
|
|
},
|
|
"props": {
|
|
"style": {
|
|
"backgroundColor": "#EEFF3B",
|
|
"textAlign": "center"
|
|
},
|
|
"text": 315,
|
|
"textStyle": {
|
|
"fontSize": "1.5vmin"
|
|
}
|
|
},
|
|
"type": "ia.display.label"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "DOOR_80"
|
|
},
|
|
"position": {
|
|
"height": 0.0222,
|
|
"width": 0.0157,
|
|
"x": 0.2411,
|
|
"y": 0.9763
|
|
},
|
|
"props": {
|
|
"style": {
|
|
"backgroundColor": "#EEFF3B",
|
|
"textAlign": "center"
|
|
},
|
|
"text": 307,
|
|
"textStyle": {
|
|
"fontSize": "1.5vmin"
|
|
}
|
|
},
|
|
"type": "ia.display.label"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "DOOR_81"
|
|
},
|
|
"position": {
|
|
"height": 0.0224,
|
|
"width": 0.0158,
|
|
"x": 0.6625,
|
|
"y": 0.9763
|
|
},
|
|
"props": {
|
|
"style": {
|
|
"backgroundColor": "#EEFF3B",
|
|
"textAlign": "center"
|
|
},
|
|
"text": 316,
|
|
"textStyle": {
|
|
"fontSize": "1.5vmin"
|
|
}
|
|
},
|
|
"type": "ia.display.label"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "DOOR_82"
|
|
},
|
|
"position": {
|
|
"height": 0.0224,
|
|
"width": 0.0158,
|
|
"x": 0.6934,
|
|
"y": 0.9763
|
|
},
|
|
"props": {
|
|
"style": {
|
|
"backgroundColor": "#EEFF3B",
|
|
"textAlign": "center"
|
|
},
|
|
"text": 317,
|
|
"textStyle": {
|
|
"fontSize": "1.5vmin"
|
|
}
|
|
},
|
|
"type": "ia.display.label"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "DOOR_83"
|
|
},
|
|
"position": {
|
|
"height": 0.0224,
|
|
"width": 0.0158,
|
|
"x": 0.7238,
|
|
"y": 0.9763
|
|
},
|
|
"props": {
|
|
"style": {
|
|
"backgroundColor": "#EEFF3B",
|
|
"textAlign": "center"
|
|
},
|
|
"text": 318,
|
|
"textStyle": {
|
|
"fontSize": "1.5vmin"
|
|
}
|
|
},
|
|
"type": "ia.display.label"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "DOOR_84"
|
|
},
|
|
"position": {
|
|
"height": 0.0224,
|
|
"width": 0.0158,
|
|
"x": 0.7546,
|
|
"y": 0.9763
|
|
},
|
|
"props": {
|
|
"style": {
|
|
"backgroundColor": "#EEFF3B",
|
|
"textAlign": "center"
|
|
},
|
|
"text": 319,
|
|
"textStyle": {
|
|
"fontSize": "1.5vmin"
|
|
}
|
|
},
|
|
"type": "ia.display.label"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "DOOR_85"
|
|
},
|
|
"position": {
|
|
"height": 0.0224,
|
|
"width": 0.0158,
|
|
"x": 0.7889,
|
|
"y": 0.9763
|
|
},
|
|
"props": {
|
|
"style": {
|
|
"backgroundColor": "#EEFF3B",
|
|
"textAlign": "center"
|
|
},
|
|
"text": 320,
|
|
"textStyle": {
|
|
"fontSize": "1.5vmin"
|
|
}
|
|
},
|
|
"type": "ia.display.label"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "DOOR_86"
|
|
},
|
|
"position": {
|
|
"height": 0.0224,
|
|
"width": 0.0158,
|
|
"x": 0.8197,
|
|
"y": 0.9763
|
|
},
|
|
"props": {
|
|
"style": {
|
|
"backgroundColor": "#EEFF3B",
|
|
"textAlign": "center"
|
|
},
|
|
"text": 321,
|
|
"textStyle": {
|
|
"fontSize": "1.5vmin"
|
|
}
|
|
},
|
|
"type": "ia.display.label"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "DOOR_87"
|
|
},
|
|
"position": {
|
|
"height": 0.0222,
|
|
"width": 0.0157,
|
|
"x": 0.058,
|
|
"y": 0.4471
|
|
},
|
|
"props": {
|
|
"style": {
|
|
"backgroundColor": "#EEFF3B",
|
|
"textAlign": "center"
|
|
},
|
|
"text": 323,
|
|
"textStyle": {
|
|
"fontSize": "1.5vmin"
|
|
}
|
|
},
|
|
"type": "ia.display.label"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "DOOR_88"
|
|
},
|
|
"position": {
|
|
"height": 0.0222,
|
|
"width": 0.0157,
|
|
"x": 0.0947,
|
|
"y": 0.4471
|
|
},
|
|
"props": {
|
|
"style": {
|
|
"backgroundColor": "#EEFF3B",
|
|
"textAlign": "center"
|
|
},
|
|
"text": 324,
|
|
"textStyle": {
|
|
"fontSize": "1.5vmin"
|
|
}
|
|
},
|
|
"type": "ia.display.label"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "DOOR_89"
|
|
},
|
|
"position": {
|
|
"height": 0.0222,
|
|
"width": 0.0157,
|
|
"x": 0.1329,
|
|
"y": 0.4471
|
|
},
|
|
"props": {
|
|
"style": {
|
|
"backgroundColor": "#EEFF3B",
|
|
"textAlign": "center"
|
|
},
|
|
"text": 325,
|
|
"textStyle": {
|
|
"fontSize": "1.5vmin"
|
|
}
|
|
},
|
|
"type": "ia.display.label"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "DOOR_90"
|
|
},
|
|
"position": {
|
|
"height": 0.0222,
|
|
"width": 0.0157,
|
|
"x": 0.1706,
|
|
"y": 0.4471
|
|
},
|
|
"props": {
|
|
"style": {
|
|
"backgroundColor": "#EEFF3B",
|
|
"textAlign": "center"
|
|
},
|
|
"text": 326,
|
|
"textStyle": {
|
|
"fontSize": "1.5vmin"
|
|
}
|
|
},
|
|
"type": "ia.display.label"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "DOOR_91"
|
|
},
|
|
"position": {
|
|
"height": 0.0222,
|
|
"width": 0.0157,
|
|
"x": 0.2053,
|
|
"y": 0.4471
|
|
},
|
|
"props": {
|
|
"style": {
|
|
"backgroundColor": "#EEFF3B",
|
|
"textAlign": "center"
|
|
},
|
|
"text": 327,
|
|
"textStyle": {
|
|
"fontSize": "1.5vmin"
|
|
}
|
|
},
|
|
"type": "ia.display.label"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "DOOR_92"
|
|
},
|
|
"position": {
|
|
"height": 0.0222,
|
|
"width": 0.0157,
|
|
"x": 0.2431,
|
|
"y": 0.5055
|
|
},
|
|
"props": {
|
|
"style": {
|
|
"backgroundColor": "#EEFF3B",
|
|
"textAlign": "center"
|
|
},
|
|
"text": 328,
|
|
"textStyle": {
|
|
"fontSize": "1.5vmin"
|
|
}
|
|
},
|
|
"type": "ia.display.label"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "DOOR_93"
|
|
},
|
|
"position": {
|
|
"height": 0.0222,
|
|
"width": 0.0157,
|
|
"x": 0.2748,
|
|
"y": 0.5055
|
|
},
|
|
"props": {
|
|
"style": {
|
|
"backgroundColor": "#EEFF3B",
|
|
"textAlign": "center"
|
|
},
|
|
"text": 329,
|
|
"textStyle": {
|
|
"fontSize": "1.5vmin"
|
|
}
|
|
},
|
|
"type": "ia.display.label"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "DOOR_94"
|
|
},
|
|
"position": {
|
|
"height": 0.0222,
|
|
"width": 0.0157,
|
|
"x": 0.306,
|
|
"y": 0.5055
|
|
},
|
|
"props": {
|
|
"style": {
|
|
"backgroundColor": "#EEFF3B",
|
|
"textAlign": "center"
|
|
},
|
|
"text": 330,
|
|
"textStyle": {
|
|
"fontSize": "1.5vmin"
|
|
}
|
|
},
|
|
"type": "ia.display.label"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "DOOR_95"
|
|
},
|
|
"position": {
|
|
"height": 0.0222,
|
|
"width": 0.0157,
|
|
"x": 0.3348,
|
|
"y": 0.5055
|
|
},
|
|
"props": {
|
|
"style": {
|
|
"backgroundColor": "#EEFF3B",
|
|
"textAlign": "center"
|
|
},
|
|
"text": 331,
|
|
"textStyle": {
|
|
"fontSize": "1.5vmin"
|
|
}
|
|
},
|
|
"type": "ia.display.label"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "DOOR_96"
|
|
},
|
|
"position": {
|
|
"height": 0.0222,
|
|
"width": 0.0157,
|
|
"x": 0.3661,
|
|
"y": 0.5055
|
|
},
|
|
"props": {
|
|
"style": {
|
|
"backgroundColor": "#EEFF3B",
|
|
"textAlign": "center"
|
|
},
|
|
"text": 332,
|
|
"textStyle": {
|
|
"fontSize": "1.5vmin"
|
|
}
|
|
},
|
|
"type": "ia.display.label"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "DOOR_97"
|
|
},
|
|
"position": {
|
|
"height": 0.0222,
|
|
"width": 0.0157,
|
|
"x": 0.3893,
|
|
"y": 0.4471
|
|
},
|
|
"props": {
|
|
"style": {
|
|
"backgroundColor": "#EEFF3B",
|
|
"textAlign": "center"
|
|
},
|
|
"text": 333,
|
|
"textStyle": {
|
|
"fontSize": "1.5vmin"
|
|
}
|
|
},
|
|
"type": "ia.display.label"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "DOOR_98"
|
|
},
|
|
"position": {
|
|
"height": 0.0222,
|
|
"width": 0.0157,
|
|
"x": 0.4457,
|
|
"y": 0.4471
|
|
},
|
|
"props": {
|
|
"style": {
|
|
"backgroundColor": "#EEFF3B",
|
|
"textAlign": "center"
|
|
},
|
|
"text": 334,
|
|
"textStyle": {
|
|
"fontSize": "1.5vmin"
|
|
}
|
|
},
|
|
"type": "ia.display.label"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "DOOR_99"
|
|
},
|
|
"position": {
|
|
"height": 0.0222,
|
|
"width": 0.0157,
|
|
"x": 0.4798,
|
|
"y": 0.4471
|
|
},
|
|
"props": {
|
|
"style": {
|
|
"backgroundColor": "#EEFF3B",
|
|
"textAlign": "center"
|
|
},
|
|
"text": 335,
|
|
"textStyle": {
|
|
"fontSize": "1.5vmin"
|
|
}
|
|
},
|
|
"type": "ia.display.label"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "DOOR_100"
|
|
},
|
|
"position": {
|
|
"height": 0.0222,
|
|
"width": 0.0157,
|
|
"x": 0.5111,
|
|
"y": 0.4471
|
|
},
|
|
"props": {
|
|
"style": {
|
|
"backgroundColor": "#EEFF3B",
|
|
"textAlign": "center"
|
|
},
|
|
"text": 336,
|
|
"textStyle": {
|
|
"fontSize": "1.5vmin"
|
|
}
|
|
},
|
|
"type": "ia.display.label"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "DOOR_101"
|
|
},
|
|
"position": {
|
|
"height": 0.0222,
|
|
"width": 0.0157,
|
|
"x": 0.5413,
|
|
"y": 0.4471
|
|
},
|
|
"props": {
|
|
"style": {
|
|
"backgroundColor": "#EEFF3B",
|
|
"textAlign": "center"
|
|
},
|
|
"text": 337,
|
|
"textStyle": {
|
|
"fontSize": "1.5vmin"
|
|
}
|
|
},
|
|
"type": "ia.display.label"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "DOOR_102"
|
|
},
|
|
"position": {
|
|
"height": 0.0222,
|
|
"width": 0.0157,
|
|
"x": 0.5735,
|
|
"y": 0.4471
|
|
},
|
|
"props": {
|
|
"style": {
|
|
"backgroundColor": "#EEFF3B",
|
|
"textAlign": "center"
|
|
},
|
|
"text": 338,
|
|
"textStyle": {
|
|
"fontSize": "1.5vmin"
|
|
}
|
|
},
|
|
"type": "ia.display.label"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "DOOR_103"
|
|
},
|
|
"position": {
|
|
"height": 0.0222,
|
|
"width": 0.0157,
|
|
"x": 0.6116,
|
|
"y": 0.4471
|
|
},
|
|
"props": {
|
|
"style": {
|
|
"backgroundColor": "#EEFF3B",
|
|
"textAlign": "center"
|
|
},
|
|
"text": 339,
|
|
"textStyle": {
|
|
"fontSize": "1.5vmin"
|
|
}
|
|
},
|
|
"type": "ia.display.label"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "DOOR_104"
|
|
},
|
|
"position": {
|
|
"height": 0.0222,
|
|
"width": 0.0157,
|
|
"x": 0.6671,
|
|
"y": 0.4471
|
|
},
|
|
"props": {
|
|
"style": {
|
|
"backgroundColor": "#EEFF3B",
|
|
"textAlign": "center"
|
|
},
|
|
"text": 340,
|
|
"textStyle": {
|
|
"fontSize": "1.5vmin"
|
|
}
|
|
},
|
|
"type": "ia.display.label"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "DOOR_105"
|
|
},
|
|
"position": {
|
|
"height": 0.0222,
|
|
"width": 0.0157,
|
|
"x": 0.7,
|
|
"y": 0.4471
|
|
},
|
|
"props": {
|
|
"style": {
|
|
"backgroundColor": "#EEFF3B",
|
|
"textAlign": "center"
|
|
},
|
|
"text": 341,
|
|
"textStyle": {
|
|
"fontSize": "1.5vmin"
|
|
}
|
|
},
|
|
"type": "ia.display.label"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "DOOR_106"
|
|
},
|
|
"position": {
|
|
"height": 0.0222,
|
|
"width": 0.0157,
|
|
"x": 0.7362,
|
|
"y": 0.4471
|
|
},
|
|
"props": {
|
|
"style": {
|
|
"backgroundColor": "#EEFF3B",
|
|
"textAlign": "center"
|
|
},
|
|
"text": 342,
|
|
"textStyle": {
|
|
"fontSize": "1.5vmin"
|
|
}
|
|
},
|
|
"type": "ia.display.label"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "DOOR_107"
|
|
},
|
|
"position": {
|
|
"height": 0.0222,
|
|
"width": 0.0157,
|
|
"x": 0.7715,
|
|
"y": 0.4471
|
|
},
|
|
"props": {
|
|
"style": {
|
|
"backgroundColor": "#EEFF3B",
|
|
"textAlign": "center"
|
|
},
|
|
"text": 343,
|
|
"textStyle": {
|
|
"fontSize": "1.5vmin"
|
|
}
|
|
},
|
|
"type": "ia.display.label"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "DOOR_108"
|
|
},
|
|
"position": {
|
|
"height": 0.0222,
|
|
"width": 0.0157,
|
|
"x": 0.8064,
|
|
"y": 0.4471
|
|
},
|
|
"props": {
|
|
"style": {
|
|
"backgroundColor": "#EEFF3B",
|
|
"textAlign": "center"
|
|
},
|
|
"text": 344,
|
|
"textStyle": {
|
|
"fontSize": "1.5vmin"
|
|
}
|
|
},
|
|
"type": "ia.display.label"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "DOOR_109"
|
|
},
|
|
"position": {
|
|
"height": 0.0222,
|
|
"width": 0.0157,
|
|
"x": 0.8384,
|
|
"y": 0.4471
|
|
},
|
|
"props": {
|
|
"style": {
|
|
"backgroundColor": "#EEFF3B",
|
|
"textAlign": "center"
|
|
},
|
|
"text": 345,
|
|
"textStyle": {
|
|
"fontSize": "1.5vmin"
|
|
}
|
|
},
|
|
"type": "ia.display.label"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "DOOR_110"
|
|
},
|
|
"position": {
|
|
"height": 0.0222,
|
|
"width": 0.0157,
|
|
"x": 0.2033,
|
|
"y": 0.9763
|
|
},
|
|
"props": {
|
|
"style": {
|
|
"backgroundColor": "#EEFF3B",
|
|
"textAlign": "center"
|
|
},
|
|
"text": 306,
|
|
"textStyle": {
|
|
"fontSize": "1.5vmin"
|
|
}
|
|
},
|
|
"type": "ia.display.label"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "DOOR_111"
|
|
},
|
|
"position": {
|
|
"height": 0.0222,
|
|
"width": 0.0157,
|
|
"x": 0.1416,
|
|
"y": 0.9763
|
|
},
|
|
"props": {
|
|
"style": {
|
|
"backgroundColor": "#EEFF3B",
|
|
"textAlign": "center"
|
|
},
|
|
"text": 305,
|
|
"textStyle": {
|
|
"fontSize": "1.5vmin"
|
|
}
|
|
},
|
|
"type": "ia.display.label"
|
|
}
|
|
],
|
|
"meta": {
|
|
"name": "root"
|
|
},
|
|
"props": {
|
|
"mode": "percent",
|
|
"style": {
|
|
"backgroundColor": "#FFFFFF"
|
|
}
|
|
},
|
|
"type": "ia.container.coord"
|
|
}
|
|
} |