diff --git a/.resources/0007cbfc68249e7e6160180cb7f916ac5fb9832c52aa3ce53460b9c378f8da54 b/.resources/0007cbfc68249e7e6160180cb7f916ac5fb9832c52aa3ce53460b9c378f8da54 new file mode 100644 index 00000000..e8b68b17 --- /dev/null +++ b/.resources/0007cbfc68249e7e6160180cb7f916ac5fb9832c52aa3ce53460b9c378f8da54 @@ -0,0 +1,227 @@ +{ + "custom": { + "state": { + "$": [ + "ds", + 192, + 1755595218713 + ], + "$columns": [ + { + "data": [ + "MCM01", + "MCM01", + "MCM01", + "MCM02", + "MCM03", + "MCM04", + "MCM04", + "MCM05", + "MCM06", + "MCM07", + "MCM07" + ], + "name": "Location", + "type": "String" + }, + { + "data": [ + "Diagnostic", + "High", + "Medium", + "Diagnostic", + "Diagnostic", + "Diagnostic", + "High", + "Diagnostic", + "Diagnostic", + "Diagnostic", + "High" + ], + "name": "Priority", + "type": "String" + }, + { + "data": [ + 3, + 5, + 2, + 2, + 1, + 2, + 5, + 1, + 1, + 2, + 3 + ], + "name": "Count", + "type": "Long" + } + ] + }, + "status": "" + }, + "params": { + "value": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + } + }, + "propConfig": { + "custom.state": { + "binding": { + "config": { + "polling": { + "enabled": true, + "rate": "1" + }, + "queryPath": "Alarms-autStand/GetActiveAlarmsByLocationAndPriority" + }, + "type": "query" + }, + "onChange": { + "enabled": null, + "script": "\tMCM \u003d self.params.value.tagProps[0]\n\tqueryData \u003d currentValue.value\n\t\n\tif not queryData:\n\t self.custom.status \u003d \"\"\n\t\n\t# Define priority order from highest to lowest\n\tpriority_order \u003d [\"Critical\", \"High\", \"Medium\", \"Low\", \"Diagnostic\"]\n\texisting_priorities \u003d set()\n\tmyPriority \u003d \"\"\n\t\n\t# Populate the set\n\tfor row in range(queryData.rowCount):\n\t mcm_val \u003d queryData.getValueAt(row, 0)\n\t severity \u003d queryData.getValueAt(row, 1).capitalize()\n\t count \u003d queryData.getValueAt(row, 2)\n\t\n\t if mcm_val \u003d\u003d MCM and count \u003e 0:\n\t existing_priorities.add(severity)\n\t\n\t# Find the highest one that exists\n\tfor priority in priority_order:\n\t if priority in existing_priorities:\n\t myPriority \u003d priority\n\t break\n\t\n\tself.custom.status \u003d myPriority" + }, + "persistent": true + }, + "custom.status": { + "persistent": true + }, + "params.value": { + "paramDirection": "input", + "persistent": true + } + }, + "props": { + "defaultSize": { + "height": 50, + "width": 300 + } + }, + "root": { + "children": [ + { + "events": { + "dom": { + "onClick": { + "config": { + "script": "\tnavigation.navigate_to_page.detailed_view(self, self.view.params.value.tagProps[0],self.view.params.value.tagProps[0], self.view.params.value.tagProps[3])" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Label" + }, + "position": { + "grow": 1 + }, + "propConfig": { + "props.style.classes": { + "binding": { + "config": { + "path": "view.custom.status" + }, + "transforms": [ + { + "fallback": "State-Styles/Background-Fill/State5", + "inputType": "scalar", + "mappings": [ + { + "input": "High", + "output": "State-Styles/Background-Fill/State1" + }, + { + "input": "Medium", + "output": "State-Styles/Background-Fill/State2" + }, + { + "input": "Low", + "output": "State-Styles/Background-Fill/State3" + }, + { + "input": "Diagnostic", + "output": "State-Styles/Background-Fill/State4" + } + ], + "outputType": "style-list", + "type": "map" + } + ], + "type": "property" + } + }, + "props.text": { + "binding": { + "config": { + "path": "view.custom.status" + }, + "transforms": [ + { + "fallback": "HEALTHY", + "inputType": "scalar", + "mappings": [ + { + "input": "Diagnostic", + "output": "DIAGNOSTIC" + }, + { + "input": "Low", + "output": "HALF WORKFLOW" + }, + { + "input": "Medium", + "output": "CONTROLLED STOP" + }, + { + "input": "High", + "output": "UNCONTROLLED STOP" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + } + } + }, + "props": { + "style": { + "borderColor": "#555555", + "borderStyle": "none", + "cursor": "pointer", + "marginBottom": 8, + "marginTop": 8 + }, + "textStyle": { + "fontSize": 12, + "textAlign": "center" + } + }, + "type": "ia.display.label" + } + ], + "meta": { + "name": "root" + }, + "props": { + "direction": "column" + }, + "type": "ia.container.flex" + } +} \ No newline at end of file diff --git a/.resources/014f7f8befe7698815e268de1a23e30cc0d852949d2f4d83503f16720fbaf745 b/.resources/014f7f8befe7698815e268de1a23e30cc0d852949d2f4d83503f16720fbaf745 deleted file mode 100644 index c0274c8e..00000000 Binary files a/.resources/014f7f8befe7698815e268de1a23e30cc0d852949d2f4d83503f16720fbaf745 and /dev/null differ diff --git a/.resources/01810185e899938065c07437a686091604617342cb8a456d7188d4a560a5a8bb b/.resources/01810185e899938065c07437a686091604617342cb8a456d7188d4a560a5a8bb new file mode 100644 index 00000000..80c1a5ff --- /dev/null +++ b/.resources/01810185e899938065c07437a686091604617342cb8a456d7188d4a560a5a8bb @@ -0,0 +1,264 @@ +{ + "custom": { + "state": 0, + "string": "Clear" + }, + "params": { + "tagProps": [ + 3, + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "propConfig": { + "custom.state": { + "binding": { + "config": { + "fallbackDelay": 1, + "mode": "indirect", + "references": { + "0": "{view.params.tagProps[0]}", + "fc": "{session.custom.fc}" + }, + "tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/State" + }, + "transforms": [ + { + "expression": "coalesce({value},0)", + "type": "expression" + } + ], + "type": "tag" + }, + "persistent": true + }, + "custom.string": { + "binding": { + "config": { + "path": "view.custom.state" + }, + "transforms": [ + { + "fallback": "Clear", + "inputType": "scalar", + "mappings": [ + { + "input": 1, + "output": "Clear" + }, + { + "input": 2, + "output": "Blocked" + }, + { + "input": 3, + "output": "Disabled" + }, + { + "input": 4, + "output": "Jammed" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + }, + "persistent": true + }, + "params.tagProps": { + "paramDirection": "input", + "persistent": true + } + }, + "props": { + "defaultSize": { + "height": 42, + "width": 98 + } + }, + "root": { + "children": [ + { + "meta": { + "name": "Photoeye" + }, + "position": { + "height": 1, + "width": 1 + }, + "propConfig": { + "props.elements[0].fill.paint": { + "binding": { + "config": { + "path": "view.custom.state" + }, + "transforms": [ + { + "fallback": "#00FF00", + "inputType": "scalar", + "mappings": [ + { + "input": 0, + "output": "#00FF00" + }, + { + "input": 2, + "output": "#000000" + }, + { + "input": 3, + "output": "#800080" + }, + { + "input": 4, + "output": "#FF0000" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[2].fill.paint": { + "binding": { + "config": { + "path": "view.custom.state" + }, + "transforms": [ + { + "fallback": "#00FF00", + "inputType": "scalar", + "mappings": [ + { + "input": 0, + "output": "#00FF00" + }, + { + "input": 2, + "output": "#000000" + }, + { + "input": 3, + "output": "#800080" + }, + { + "input": 4, + "output": "#FF0000" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "property" + } + } + }, + "props": { + "elements": [ + { + "d": "m 28.763932,20 -20,10 V 10 Z", + "fill": {}, + "name": "path", + "stroke": { + "paint": "#000000", + "width": "2" + }, + "type": "path" + }, + { + "stroke": { + "paint": "#000000", + "width": "2" + }, + "stroke-dasharray": "4,4", + "type": "line", + "x1": "30", + "x2": "60", + "y1": "20", + "y2": "20" + }, + { + "fill": {}, + "height": "20", + "stroke": { + "paint": "#000000", + "width": "2" + }, + "type": "rect", + "width": "6", + "x": "60", + "y": "10" + } + ], + "preserveAspectRatio": "none", + "style": { + "boxShadow": "value" + }, + "viewBox": "0 0 80 40" + }, + "type": "ia.shapes.svg" + } + ], + "events": { + "dom": { + "onClick": { + "config": { + "script": "\tsystem.perspective.openDock(\u0027Docked-East-Photoeye\u0027,params\u003d{\u0027tagProps\u0027:self.view.params.tagProps})" + }, + "scope": "G", + "type": "script" + }, + "onMouseEnter": { + "config": { + "script": "\tfrom time import sleep\n\n\talarm \u003d []\n\tmessage \u003d None\n\n\tsleep(0.5)\n\n\tif system.tag.exists(\"System/aws_data\"):\n\t\tif self.view.params.tagProps[0] !\u003d \"\":\n\t\t\ttags_to_read \u003d system.tag.readBlocking(\"System/aws_data\")\n\t\t\tdecode_alarm_data \u003d system.util.jsonDecode(tags_to_read[0].value)\n\t\t\talarm \u003d [decode_alarm_data[i] for i in decode_alarm_data\n\t\t\t\t\tif decode_alarm_data[i][\u0027sourceId\u0027].startswith(self.view.params.tagProps[0])]\n\t\tif alarm:\n\t\t\talarm \u003d sorted(alarm, key \u003d lambda t:t[\u0027timestamp\u0027], reverse\u003dTrue)\n\t\t\tmessage \u003d max(alarm, key \u003d lambda p:p[\u0027priority\u0027]).get(\u0027message\u0027)\n\t\t\tif len(alarm) \u003e 1:\n\t\t\t\tmessage +\u003d \" (+\" + str(len(alarm)-1) + \")\"\n\tself.view.custom.alarm_message \u003d message" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "root", + "tooltip": { + "enabled": true + } + }, + "propConfig": { + "meta.tooltip.text": { + "binding": { + "config": { + "expression": "\"Source Id: \" + {view.params.tagProps[0]} + \", Status: \" + {view.custom.string}\n" + }, + "type": "expr" + } + }, + "meta.visible": { + "binding": { + "config": { + "path": "session.custom.alarm_filter.show_photoeyes" + }, + "type": "property" + } + } + }, + "props": { + "mode": "percent", + "style": { + "cursor": "pointer" + } + }, + "type": "ia.container.coord" + } +} \ No newline at end of file diff --git a/.resources/0265d1ac695b69d632dc2acb435a8524033c538d80d43785c406418510c74373 b/.resources/0265d1ac695b69d632dc2acb435a8524033c538d80d43785c406418510c74373 new file mode 100644 index 00000000..89bd6989 Binary files /dev/null and b/.resources/0265d1ac695b69d632dc2acb435a8524033c538d80d43785c406418510c74373 differ diff --git a/.resources/03e8f167273e32572bc6b9b46cb895a710fdef4aa2d825decbe09d894371fd5b b/.resources/03e8f167273e32572bc6b9b46cb895a710fdef4aa2d825decbe09d894371fd5b new file mode 100644 index 00000000..c6296f84 --- /dev/null +++ b/.resources/03e8f167273e32572bc6b9b46cb895a710fdef4aa2d825decbe09d894371fd5b @@ -0,0 +1,10 @@ +SELECT concat(date(alltable.t_stamp), ' ', hour(alltable.t_stamp), ':00') as StartTimestamp, + concat('H',TIMESTAMPDIFF(HOUR,DATE_FORMAT(alltable.t_stamp,"%Y-%m-%d %H:00:00"),DATE_FORMAT(now(),"%Y-%m-%d %H:00:00"))) as Hour, + concat(round(COUNT(*)/COUNT(*) * 100,2),'%') AS Inducted, + concat(round(SUM(alltable.ACTUAL_DEST <> 'S03999')/COUNT(*) * 100,2),'%') AS Sorted, + concat(round(SUM((alltable.ACTUAL_DEST = 'S03999') AND (alltable.DivertStatus = 7 OR alltable.DivertStatus = 8 OR alltable.DivertStatus = 9 OR alltable.DivertStatus = 10 OR alltable.DivertStatus = 12 OR alltable.DivertStatus = 16))/COUNT(*) * 100,2),'%') AS AwcsRecirc, + concat(round(SUM((alltable.ACTUAL_DEST = 'S03999') AND (alltable.DivertStatus = 2 OR alltable.DivertStatus = 5 OR alltable.DivertStatus = 18 OR alltable.DivertStatus = 19 or alltable.DivertStatus = 20))/COUNT(*) * 100,2),'%') AS OperationalRecirc, + concat(round(SUM((alltable.ACTUAL_DEST = 'S03999') AND (alltable.DivertStatus = 1 OR alltable.DivertStatus = 3 OR alltable.DivertStatus = 4 OR alltable.DivertStatus = 6 OR alltable.DivertStatus = 13 OR alltable.DivertStatus = 14 OR alltable.DivertStatus = 17 OR alltable.DivertStatus = 21))/COUNT(*) * 100,2),'%') AS MachineRecirc +FROM alltable +Where (alltable.t_stamp BETWEEN :starttime AND :endtime) +GROUP BY hour(alltable.t_stamp) \ No newline at end of file diff --git a/.resources/0a2a5d834eba58171eedcde6f538a13ea764e239158dec673546c103eebf1c91 b/.resources/0a2a5d834eba58171eedcde6f538a13ea764e239158dec673546c103eebf1c91 new file mode 100644 index 00000000..20b407ec --- /dev/null +++ b/.resources/0a2a5d834eba58171eedcde6f538a13ea764e239158dec673546c103eebf1c91 @@ -0,0 +1,12 @@ +SELECT concat(date(alltable.t_stamp), ' ', hour(alltable.t_stamp), ':00') as StartTimestamp, + concat('H',TIMESTAMPDIFF(HOUR,DATE_FORMAT(alltable.t_stamp,"%Y-%m-%d %H:00:00"),DATE_FORMAT(now(),"%Y-%m-%d %H:00:00"))) as Hour, + concat(round(COUNT(*)/COUNT(*) * 100,2),'%') AS Total, + concat(round(SUM(SUBSTRING(alltable.ScanLabel,1,1) <> '?' AND + SUBSTRING(alltable.ScanLabel,1,1) <> '9' AND + SUBSTRING(alltable.ScanLabel,1,1) <> '0')/COUNT(*) * 100,2),'%') AS GoodRead, + concat(round(SUM(SUBSTRING(alltable.ScanLabel,1,1) = '?')/COUNT(*) * 100,2),'%') AS NoRead, + concat(round(SUM(SUBSTRING(alltable.ScanLabel,1,1) = '9')/COUNT(*) * 100,2),'%') AS MultiRead, + concat(round(SUM(SUBSTRING(alltable.ScanLabel,1,1) = '0')/COUNT(*) * 100,2),'%') AS NoCode +FROM alltable +Where (alltable.t_stamp BETWEEN :starttime AND :endtime) +GROUP BY hour(alltable.t_stamp) \ No newline at end of file diff --git a/.resources/0bc8545388e657f5bdd38a9cf70f3306522b71fba63a9cb1db05785910c26916 b/.resources/0bc8545388e657f5bdd38a9cf70f3306522b71fba63a9cb1db05785910c26916 new file mode 100644 index 00000000..b4340192 Binary files /dev/null and b/.resources/0bc8545388e657f5bdd38a9cf70f3306522b71fba63a9cb1db05785910c26916 differ diff --git a/.resources/0dd763fe7233fb088ba31001bad24aeb9899321b0d8ec4f20e97b41d0b21c786 b/.resources/0dd763fe7233fb088ba31001bad24aeb9899321b0d8ec4f20e97b41d0b21c786 new file mode 100644 index 00000000..f8ae4522 --- /dev/null +++ b/.resources/0dd763fe7233fb088ba31001bad24aeb9899321b0d8ec4f20e97b41d0b21c786 @@ -0,0 +1,3232 @@ +{ + "custom": { + "MCM": "", + "currentTable": "HISTORY", + "page": "", + "view": "" + }, + "params": {}, + "propConfig": { + "custom.MCM": { + "binding": { + "config": { + "expression": "if({view.custom.view} !\u003d \"\", {view.custom.view}, {view.custom.page})" + }, + "type": "expr" + }, + "persistent": true + }, + "custom.currentTable": { + "persistent": true + }, + "custom.page": { + "binding": { + "config": { + "path": "page.props.path" + }, + "transforms": [ + { + "code": "\ttry:\n\t\tif \"MCM\" in value:\n\t\t\tindex \u003d value.find(\"MCM\")\n\t\t\treturn value[index:index+5] # MCM + 2 digits\n\texcept:\n\t\t\tpass\n\treturn \"\"", + "type": "script" + } + ], + "type": "property" + }, + "persistent": true + }, + "custom.view": { + "binding": { + "config": { + "path": "page.props.primaryView" + }, + "transforms": [ + { + "code": "\ttry:\n\t\tif \"MCM\" in value:\n\t\t\tindex \u003d value.find(\"MCM\")\n\t\t\treturn value[index:index+5] # MCM + 2 digits\n\texcept:\n\t\t\tpass\n\treturn \"\"", + "type": "script" + } + ], + "type": "property" + }, + "persistent": true + } + }, + "props": { + "defaultSize": { + "height": 176, + "width": 1920 + } + }, + "root": { + "children": [ + { + "children": [ + { + "children": [ + { + "events": { + "component": { + "onRowDoubleClick": { + "config": { + "script": "\tdata \u003d self.props.selection.data\n\t\n\talarms.alarm_click.handleClick(data)" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "active-table" + }, + "position": { + "basis": "1080px", + "grow": 1 + }, + "propConfig": { + "position.display": { + "binding": { + "config": { + "expression": "{view.custom.currentTable} \u003d \"ACTIVE\"" + }, + "type": "expr" + } + }, + "props.columns[4].filter.string.value": { + "binding": { + "config": { + "path": "view.custom.MCM" + }, + "type": "property" + } + }, + "props.data": { + "binding": { + "config": { + "parameters": { + "priorityList": "\"\"" + }, + "polling": { + "enabled": true, + "rate": "3" + }, + "queryPath": "Alarms-autStand/GetActiveAlarms" + }, + "transforms": [ + { + "code": "\n\tfrom system.dataset import toPyDataSet\n\n\tds \u003d toPyDataSet(value)\n\tdata \u003d []\n\n\tcolumn_names \u003d [col for col in ds.columnNames if col !\u003d \"EndTimestamp\"]\n\t\n\n\tfor row in ds:\n\t\tpriority \u003d row[\"Priority\"]\n\n\t\t# Use style class names from Perspective\n\t\tif priority \u003d\u003d \"High\":\n\t\t\tclassName \u003d \"Alarms-Styles/High\"\n\t\telif priority \u003d\u003d \"Medium\":\n\t\t\tclassName \u003d \"Alarms-Styles/Medium\"\n\t\telif priority \u003d\u003d \"Low\":\n\t\t\tclassName \u003d \"Alarms-Styles/Low\"\n\t\telif priority \u003d\u003d \"Diagnostic\":\n\t\t\tclassName \u003d \"Alarms-Styles/Diagnostic\"\n\t\telse:\n\t\t\tclassName \u003d \"Alarms-Styles/NoAlarm\"\n\n\t\t# Apply the style class to all cells in the row\n\t\trow_dict \u003d {\n\t\t\tcol: {\n\t\t\t\t\"value\": row[col],\n\t\t\t\t\"style\": { \"classes\": className }\n\t\t\t} for col in column_names\n\t\t}\n\t\tdata.append(row_dict)\n\n\treturn data", + "type": "script" + } + ], + "type": "query" + } + } + }, + "props": { + "columns": [ + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "NumberID", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": "" + }, + "enabled": false, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "", + "value": "" + }, + "visible": "on-hover" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "Number (ID)" + }, + "justify": "left", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": 70 + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY HH:mm:ss", + "editable": false, + "field": "StartTimestamp", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": "" + }, + "enabled": false, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "", + "value": "" + }, + "visible": "on-hover" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "Event Timestamp" + }, + "justify": "auto", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": 70 + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Duration", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": "" + }, + "enabled": true, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "equals", + "value": "" + }, + "visible": "never" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "" + }, + "justify": "center", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "string", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": 70 + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Priority", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": "" + }, + "enabled": false, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "", + "value": "" + }, + "visible": "on-hover" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "" + }, + "justify": "center", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": 70 + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Location", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": "" + }, + "enabled": true, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "equals" + }, + "visible": "never" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "" + }, + "justify": "center", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": 70 + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Description", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": "" + }, + "enabled": false, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "", + "value": "" + }, + "visible": "on-hover" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "" + }, + "justify": "center", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": 150 + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Tag", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": "" + }, + "enabled": false, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "", + "value": "" + }, + "visible": "on-hover" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "justify": "auto", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": 80 + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "FullTag", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": "" + }, + "enabled": false, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "", + "value": "" + }, + "visible": "on-hover" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "justify": "auto", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "", + "display": "none" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Device", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": "" + }, + "enabled": false, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "", + "value": "" + }, + "visible": "on-hover" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "justify": "auto", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "", + "display": "none" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + } + ], + "emptyMessage": { + "noData": { + "text": "No Active Alarms" + }, + "noFilterResults": { + "text": "No Active Alarms" + } + }, + "filter": { + "results": { + "enabled": true + } + }, + "pager": { + "bottom": false + } + }, + "type": "ia.display.table" + }, + { + "events": { + "component": { + "onRowDoubleClick": { + "config": { + "script": "\tdata \u003d self.props.selection.data\n\t\n\talarms.alarm_click.handleClick(data)" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "hitList-table" + }, + "position": { + "basis": "1080px", + "grow": 1 + }, + "propConfig": { + "position.display": { + "binding": { + "config": { + "expression": "{view.custom.currentTable} \u003d \"HITLIST\"" + }, + "type": "expr" + } + }, + "props.columns[5].filter.string.value": { + "binding": { + "config": { + "path": "view.custom.MCM" + }, + "type": "property" + } + }, + "props.data": { + "binding": { + "config": { + "polling": { + "enabled": true, + "rate": "3" + }, + "queryPath": "Alarms-autStand/GetAlarmsWithCount" + }, + "transforms": [ + { + "code": "\n\tfrom system.dataset import toPyDataSet\n\n\tds \u003d toPyDataSet(value)\n\tdata \u003d []\n\n\tcolumn_names \u003d list(ds.columnNames)\n\n\tfor row in ds:\n\t\tpriority \u003d row[\"Priority\"]\n\n\t\t# Use style class names from Perspective\n\t\tif priority \u003d\u003d \"High\":\n\t\t\tclassName \u003d \"Alarms-Styles/High\"\n\t\telif priority \u003d\u003d \"Medium\":\n\t\t\tclassName \u003d \"Alarms-Styles/Medium\"\n\t\telif priority \u003d\u003d \"Low\":\n\t\t\tclassName \u003d \"Alarms-Styles/Low\"\n\t\telif priority \u003d\u003d \"Diagnostic\":\n\t\t\tclassName \u003d \"Alarms-Styles/Diagnostic\"\n\t\telse:\n\t\t\tclassName \u003d \"Alarms-Styles/NoAlarm\"\n\n\t\t# Apply the style class to all cells in the row\n\t\trow_dict \u003d {\n\t\t\tcol: {\n\t\t\t\t\"value\": row[col],\n\t\t\t\t\"style\": { \"classes\": className }\n\t\t\t} for col in column_names\n\t\t}\n\t\tdata.append(row_dict)\n\n\treturn data\n", + "type": "script" + } + ], + "type": "query" + } + }, + "props.editingCell": { + "onChange": { + "enabled": null, + "script": "\tall_alarms \u003d system.alarm.queryStatus(includeShelved\u003dTrue)\n\tshelved_alarms \u003d [alarm for alarm in all_alarms if alarm.isShelved()]\n\t\n\t# Build dataset for table\n\theaders \u003d [\u0027ID\u0027, \u0027StartTimestamp\u0027, \u0027EndTimestamp\u0027, \u0027Duration\u0027, \u0027Description\u0027, \u0027Priority\u0027, \u0027Tag\u0027, \u0027MCM\u0027]\n\tdata \u003d []\n\t\n\tfor alarm in shelved_alarms:\n\t # Calculate duration (time since shelved)\n\t if alarm.activeTime:\n\t duration_ms \u003d system.date.now().getTime() - alarm.activeTime.getTime()\n\t duration_seconds \u003d duration_ms / 1000\n\t hours \u003d int(duration_seconds / 3600)\n\t minutes \u003d int((duration_seconds % 3600) / 60)\n\t seconds \u003d int(duration_seconds % 60)\n\t duration \u003d \"%02d:%02d:%02d\" % (hours, minutes, seconds)\n\t else:\n\t duration \u003d \"00:00:00\"\n\t \n\t # Extract tag name from source\n\t tag_name \u003d alarm.source.split(\u0027/\u0027)[-1] if \u0027/\u0027 in alarm.source else alarm.source\n\t \n\t row \u003d [\n\t str(alarm.id) if hasattr(alarm, \u0027id\u0027) else \u0027\u0027,\n\t alarm.activeTime if alarm.activeTime else system.date.now(),\n\t None, # End timestamp (shelved alarms don\u0027t have end time yet)\n\t duration,\n\t alarm.displayPath if alarm.displayPath else alarm.source,\n\t alarm.priority.name if alarm.priority else \u0027Unknown\u0027,\n\t tag_name,\n\t \u0027System\u0027 # Adjust based on your source format\n\t ]\n\t data.append(row)\n\t\n\t# Create dataset and update the custom property\n\tdataset \u003d system.dataset.toDataSet(headers, data)\n\tself.custom.shelvedAlarmsData \u003d dataset" + } + }, + "props.selection": { + "persistent": true + } + }, + "props": { + "columns": [ + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY HH:mm:ss", + "editable": false, + "field": "FirstTimestamp", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": "" + }, + "enabled": false, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "", + "value": "" + }, + "visible": "on-hover" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "left", + "style": { + "backgroundColor": "#FFFEFE", + "classes": "" + }, + "title": "First Timestamp" + }, + "justify": "left", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "value", + "dateFormat": "MM-DD-YYYY HH:mm:ss", + "editable": false, + "field": "LastTimestamp", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": "" + }, + "enabled": false, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "", + "value": "" + }, + "visible": "on-hover" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Last Timestamp" + }, + "justify": "center", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "none", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM-DD-YYYY HH:mm:ss", + "editable": false, + "field": "Count", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": "" + }, + "enabled": false, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "", + "value": "" + }, + "visible": "on-hover" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "" + }, + "justify": "center", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "none", + "editable": false, + "field": "Duration", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": "" + }, + "enabled": false, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "", + "value": "" + }, + "visible": "on-hover" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "" + }, + "justify": "center", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "none", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Priority", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": "" + }, + "enabled": false, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "", + "value": "" + }, + "visible": "on-hover" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "" + }, + "justify": "center", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Location", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": "" + }, + "enabled": true, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "equals" + }, + "visible": "never" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "" + }, + "justify": "center", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Description", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": "" + }, + "enabled": false, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "", + "value": "" + }, + "visible": "on-hover" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "" + }, + "justify": "center", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": 150 + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Tag", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": "" + }, + "enabled": false, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "", + "value": "" + }, + "visible": "on-hover" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "" + }, + "justify": "center", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "FullTag", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": "" + }, + "enabled": false, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "", + "value": "" + }, + "visible": "on-hover" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "justify": "auto", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "", + "display": "none" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Device", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": "" + }, + "enabled": false, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "", + "value": "" + }, + "visible": "on-hover" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "justify": "auto", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "", + "display": "none" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + } + ], + "emptyMessage": { + "noData": { + "text": "No Alarms" + }, + "noFilterResults": { + "text": "No Alarms" + } + }, + "filter": { + "results": { + "enabled": true + } + }, + "pager": { + "activeOption": 5, + "bottom": false + } + }, + "type": "ia.display.table" + }, + { + "events": { + "component": { + "onRowDoubleClick": { + "config": { + "script": "\tdata \u003d self.props.selection.data\n\t\n\talarms.alarm_click.handleClick(data)" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "historical-table" + }, + "position": { + "basis": "1080px", + "grow": 1 + }, + "propConfig": { + "position.display": { + "binding": { + "config": { + "expression": "{view.custom.currentTable} \u003d \"HISTORY\"" + }, + "type": "expr" + } + }, + "props.columns[6].filter.string.value": { + "binding": { + "config": { + "path": "view.custom.MCM" + }, + "type": "property" + } + }, + "props.data": { + "binding": { + "config": { + "polling": { + "enabled": true, + "rate": "3" + }, + "queryPath": "Alarms-autStand/GetAlarms" + }, + "transforms": [ + { + "code": "\n\tfrom system.dataset import toPyDataSet\n\n\tds \u003d toPyDataSet(value)\n\tdata \u003d []\n\n\tcolumn_names \u003d list(ds.columnNames)\n\n\tfor row in ds:\n\t\tpriority \u003d row[\"Priority\"]\n\n\t\t# Use style class names from Perspective\n\t\tif priority \u003d\u003d \"High\":\n\t\t\tclassName \u003d \"Alarms-Styles/High\"\n\t\telif priority \u003d\u003d \"Medium\":\n\t\t\tclassName \u003d \"Alarms-Styles/Medium\"\n\t\telif priority \u003d\u003d \"Low\":\n\t\t\tclassName \u003d \"Alarms-Styles/Low\"\n\t\telif priority \u003d\u003d \"Diagnostic\":\n\t\t\tclassName \u003d \"Alarms-Styles/Diagnostic\"\n\t\telse:\n\t\t\tclassName \u003d \"Alarms-Styles/NoAlarm\"\n\n\t\t# Apply the style class to all cells in the row\n\t\trow_dict \u003d {\n\t\t\tcol: {\n\t\t\t\t\"value\": row[col],\n\t\t\t\t\"style\": { \"classes\": className }\n\t\t\t} for col in column_names\n\t\t}\n\t\tdata.append(row_dict)\n\n\treturn data", + "type": "script" + } + ], + "type": "query" + } + } + }, + "props": { + "columns": [ + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "none", + "editable": false, + "field": "ID", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": "" + }, + "enabled": false, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "", + "value": "" + }, + "visible": "on-hover" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "", + "paddingLeft": 12 + }, + "title": "" + }, + "justify": "center", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY HH:mm:ss", + "editable": false, + "field": "StartTimestamp", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": { + "$": [ + "ts", + 201, + 1750755617512 + ], + "$ts": 1750435156149 + } + }, + "enabled": true, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "", + "value": "" + }, + "visible": "never" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Start Timestamp" + }, + "justify": "center", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "none", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY HH:mm:ss", + "editable": false, + "field": "EndTimestamp", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": { + "$": [ + "ts", + 201, + 1750755617511 + ], + "$ts": 1750436956149 + } + }, + "enabled": true, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "", + "value": "" + }, + "visible": "never" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "End Timestamp" + }, + "justify": "center", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "none", + "editable": false, + "field": "Duration", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": "" + }, + "enabled": false, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "", + "value": "" + }, + "visible": "on-hover" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "", + "paddingLeft": 12 + }, + "title": "" + }, + "justify": "center", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "none", + "editable": false, + "field": "Description", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": "" + }, + "enabled": false, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "", + "value": "" + }, + "visible": "on-hover" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "" + }, + "justify": "center", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Priority", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": "" + }, + "enabled": true, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "contains", + "value": "" + }, + "visible": "never" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Severity" + }, + "justify": "center", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Location", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": "" + }, + "enabled": true, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "equals" + }, + "visible": "never" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "" + }, + "justify": "center", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Tag", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": "" + }, + "enabled": true, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "contains", + "value": "" + }, + "visible": "never" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "" + }, + "justify": "center", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "FullTag", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": "" + }, + "enabled": false, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "", + "value": "" + }, + "visible": "on-hover" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "justify": "auto", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "", + "display": "none" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Device", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": "" + }, + "enabled": false, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "", + "value": "" + }, + "visible": "on-hover" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "justify": "auto", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "", + "display": "none" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + } + ], + "emptyMessage": { + "noData": { + "text": "No Alarms" + }, + "noFilterResults": { + "text": "No Alarms" + } + }, + "enabled": true, + "filter": { + "results": { + "enabled": true + } + }, + "pager": { + "bottom": false + } + }, + "scripts": { + "customMethods": [], + "extensionFunctions": null, + "messageHandlers": [ + { + "messageType": "update-first-request", + "pageScope": true, + "script": "\tdata \u003d payload[\"data\"]\n\tinitial_data \u003d payload[\"initial_data\"]\n\tself.props.data \u003d data\n\tself.custom.initial_data \u003d initial_data", + "sessionScope": false, + "viewScope": false + }, + { + "messageType": "update-historical-data", + "pageScope": true, + "script": "\thistorical_data \u003d payload[\"data\"]\n\tself.props.data \u003d historical_data", + "sessionScope": false, + "viewScope": false + }, + { + "messageType": "load_initial_data", + "pageScope": true, + "script": "\trequest \u003d payload[\"data\"]\n\tsystem.perspective.print(\"initial message received\")\n\tif request \u003d\u003d True:\n\t\tself.props.data \u003d self.custom.initial_data", + "sessionScope": false, + "viewScope": false + }, + { + "messageType": "reset-historical-filters", + "pageScope": true, + "script": "\treset \u003d payload[\"data\"]\n\tif reset \u003d\u003d \"reset\":\n\t\tself.props.data \u003d []\n\t\tself.custom.device_filters \u003d None\n\t\tself.custom.priority_filters \u003d None\n\t\tself.custom.source_id_filters \u003d None\n\t\tself.custom.time_from_filter \u003d None\n\t\tself.custom.time_to_filter \u003d None\n\t\tself.custom.type_filters \u003d None\n\t\tself.custom.duration_filter \u003d None\n\t\tself.props.enabled \u003dTrue", + "sessionScope": false, + "viewScope": false + }, + { + "messageType": "set-source-filters", + "pageScope": true, + "script": "\tfilters \u003d payload[\"data\"]\n\tself.custom.source_id_filters \u003d filters", + "sessionScope": false, + "viewScope": false + }, + { + "messageType": "set-device-filters", + "pageScope": true, + "script": "\tfilters \u003d payload[\"data\"]\n\tself.custom.device_filters \u003d filters", + "sessionScope": false, + "viewScope": false + }, + { + "messageType": "set-priority-filters", + "pageScope": true, + "script": "\tfilters \u003d payload[\"data\"]\n\tself.custom.priority_filters \u003d filters", + "sessionScope": false, + "viewScope": false + }, + { + "messageType": "set-from-filters", + "pageScope": true, + "script": "\ttime \u003d payload[\"data\"]\n\tself.custom.time_from_filter \u003d time", + "sessionScope": false, + "viewScope": false + }, + { + "messageType": "set-to-filters", + "pageScope": true, + "script": "\ttime \u003d payload[\"data\"]\n\tself.custom.time_to_filter \u003d time", + "sessionScope": false, + "viewScope": false + }, + { + "messageType": "set-type-filters", + "pageScope": true, + "script": "\tfilters \u003d payload[\"data\"]\n\tself.custom.type_filters \u003d filters", + "sessionScope": false, + "viewScope": false + }, + { + "messageType": "set-duration-filters", + "pageScope": true, + "script": "\tduration \u003d payload[\"data\"]\n\tself.custom.duration_filter \u003d duration", + "sessionScope": false, + "viewScope": false + } + ] + }, + "type": "ia.display.table" + } + ], + "meta": { + "name": "FlexContainer_0" + }, + "position": { + "basis": "1920px", + "grow": 1 + }, + "type": "ia.container.flex" + }, + { + "children": [ + { + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\tself.view.custom.currentTable \u003d \"ACTIVE\"" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "ACTIVE" + }, + "position": { + "basis": "150px" + }, + "props": { + "style": { + "backgroundColor": "#F0F0F0", + "borderStyle": "none", + "color": "#000000" + }, + "text": "ACTIVE" + }, + "type": "ia.input.button" + }, + { + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\tself.view.custom.currentTable \u003d \"HITLIST\"" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "HIT LIST" + }, + "position": { + "basis": "150px" + }, + "props": { + "style": { + "backgroundColor": "#F0F0F0", + "borderStyle": "none", + "color": "#000000" + }, + "text": "HIT LIST" + }, + "type": "ia.input.button" + }, + { + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\tself.view.custom.currentTable \u003d \"HISTORY\"" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "HISTORY" + }, + "position": { + "basis": "150px" + }, + "props": { + "style": { + "backgroundColor": "#F0F0F0", + "borderStyle": "none", + "color": "#000000" + }, + "text": "HISTORY" + }, + "type": "ia.input.button" + }, + { + "meta": { + "name": "Label" + }, + "position": { + "basis": "50px", + "grow": 1 + }, + "type": "ia.display.label" + } + ], + "meta": { + "name": "FlexContainer" + }, + "position": { + "basis": "300px", + "grow": 1 + }, + "props": { + "style": { + "gap": 2 + } + }, + "type": "ia.container.flex" + } + ], + "meta": { + "name": "FlexContainer_0" + }, + "position": { + "basis": "200px", + "grow": 1 + }, + "props": { + "direction": "column" + }, + "type": "ia.container.flex" + } + ], + "events": { + "system": { + "onStartup": { + "config": { + "script": "\tif self.view.custom.currentTable \u003d\u003d \"\":\n\t\tself.view.custom.currentTable \u003d \"ACTIVE\"" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "root" + }, + "type": "ia.container.flex" + } +} \ No newline at end of file diff --git a/.resources/0f870f7235a745a7c0e41467e60b14826f323336f85035614135d2cf7be39d0c b/.resources/0f870f7235a745a7c0e41467e60b14826f323336f85035614135d2cf7be39d0c new file mode 100644 index 00000000..fd3376e7 --- /dev/null +++ b/.resources/0f870f7235a745a7c0e41467e60b14826f323336f85035614135d2cf7be39d0c @@ -0,0 +1,76 @@ +{ + "custom": {}, + "params": {}, + "props": { + "defaultSize": { + "height": 24, + "width": 24 + } + }, + "root": { + "children": [ + { + "meta": { + "name": "troubleshoot_white_24dp" + }, + "position": { + "height": 1, + "width": 1 + }, + "props": { + "elements": [ + { + "elements": [ + { + "fill": { + "paint": "transparent" + }, + "height": "24", + "name": "rect", + "type": "rect", + "width": "24" + } + ], + "name": "group", + "type": "group" + }, + { + "elements": [ + { + "elements": [ + { + "d": "M22,20.59l-4.69-4.69C18.37,14.55,19,12.85,19,11c0-4.42-3.58-8-8-8c-4.08,0-7.44,3.05-7.93,7h2.02C5.57,7.17,8.03,5,11,5 c3.31,0,6,2.69,6,6s-2.69,6-6,6c-2.42,0-4.5-1.44-5.45-3.5H3.4C4.45,16.69,7.46,19,11,19c1.85,0,3.55-0.63,4.9-1.69L20.59,22 L22,20.59z", + "name": "path", + "type": "path" + }, + { + "name": "polygon", + "points": "8.43,9.69 9.65,15 11.29,15 12.55,11.22 13.5,13.5 15.5,13.5 15.5,12 14.5,12 13.25,9 11.71,9 10.59,12.37 9.35,7 7.7,7 6.45,11 1,11 1,12.5 7.55,12.5", + "type": "polygon" + } + ], + "name": "group", + "type": "group" + } + ], + "name": "group", + "type": "group" + } + ], + "fill": { + "paint": "#FFFFFF" + }, + "viewBox": "0 0 24 24" + }, + "type": "ia.shapes.svg" + } + ], + "meta": { + "name": "root" + }, + "props": { + "mode": "percent" + }, + "type": "ia.container.coord" + } +} \ No newline at end of file diff --git a/.resources/121d775a5956439178642922619c085b49599dd958d404fe9443d612606f2919 b/.resources/121d775a5956439178642922619c085b49599dd958d404fe9443d612606f2919 new file mode 100644 index 00000000..78772c3b --- /dev/null +++ b/.resources/121d775a5956439178642922619c085b49599dd958d404fe9443d612606f2919 @@ -0,0 +1,209 @@ +{ + "custom": { + "state": 0, + "string": "Unknown" + }, + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "propConfig": { + "custom.state": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "0": "{view.params.tagProps[0]}", + "fc": "{session.custom.fc}" + }, + "tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/STATE" + }, + "transforms": [ + { + "expression": "coalesce({value},{view.params.forceFaultStatus},0)", + "type": "expression" + }, + { + "fallback": null, + "inputType": "scalar", + "mappings": [ + { + "input": 1, + "output": 1 + }, + { + "input": 0, + "output": 0 + }, + { + "input": 2, + "output": 2 + }, + { + "input": 3, + "output": 3 + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "tag" + }, + "persistent": true + }, + "custom.string": { + "binding": { + "config": { + "path": "view.custom.state" + }, + "transforms": [ + { + "fallback": "Unknown", + "inputType": "scalar", + "mappings": [ + { + "input": 1, + "output": "OK" + }, + { + "input": 2, + "output": "Faulted" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + }, + "persistent": true + }, + "params.tagProps": { + "paramDirection": "input", + "persistent": true + } + }, + "props": { + "defaultSize": { + "height": 20, + "width": 40 + } + }, + "root": { + "children": [ + { + "meta": { + "name": "Label" + }, + "position": { + "height": 1, + "width": 1 + }, + "props": { + "style": { + "paddingBottom": 1, + "paddingLeft": 1, + "paddingRight": 1, + "paddingTop": 1 + }, + "text": "SIO", + "textStyle": { + "fontSize": "20px", + "textAlign": "center", + "textTransform": "uppercase" + } + }, + "type": "ia.display.label" + } + ], + "events": { + "dom": { + "onClick": { + "config": { + "script": "\tsystem.perspective.openDock(\u0027Docked-East-JR\u0027,params\u003d{\u0027tagProps\u0027:self.view.params.tagProps})" + }, + "scope": "G", + "type": "script" + }, + "onMouseEnter": { + "config": { + "script": "\tfrom time import sleep\n\t\n\talarm \u003d []\n\tmessage \u003d None\n\t\n\tsleep(0.5)\n\t\n\tif system.tag.exists(\"System/aws_data\"):\n\t\tif self.view.params.tagProps[0] !\u003d \"\":\n\t\t\ttags_to_read \u003d system.tag.readBlocking(\"System/aws_data\")\n\t\t\tdecode_alarm_data \u003d system.util.jsonDecode(tags_to_read[0].value)\n\t\t\talarm \u003d [decode_alarm_data[i] for i in decode_alarm_data\n\t\t\t\t\tif decode_alarm_data[i][\u0027sourceId\u0027].startswith(self.view.params.tagProps[0])]\n\t\tif alarm:\n\t\t\talarm \u003d sorted(alarm, key \u003d lambda t:t[\u0027timestamp\u0027], reverse\u003dTrue)\n\t\t\tmessage \u003d max(alarm, key \u003d lambda p:p[\u0027priority\u0027]).get(\u0027message\u0027)\n\t\t\tif len(alarm) \u003e 1:\n\t\t\t\tmessage +\u003d \" (+\" + str(len(alarm)-1) + \")\"\n\tself.view.custom.alarm_message \u003d message" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "root", + "tooltip": { + "enabled": true + } + }, + "propConfig": { + "meta.tooltip.text": { + "binding": { + "config": { + "expression": "\"Source Id: \" + {view.params.tagProps[0]} + \", Status: \" + {view.custom.string}\n" + }, + "type": "expr" + } + }, + "meta.visible": { + "binding": { + "config": { + "path": "session.custom.alarm_filter.show_fio_safety" + }, + "type": "property" + } + }, + "props.style.backgroundColor": { + "binding": { + "config": { + "path": "view.custom.state" + }, + "transforms": [ + { + "fallback": "#808080", + "inputType": "scalar", + "mappings": [ + { + "input": 1, + "output": "#00FF00" + }, + { + "input": 2, + "output": "#FF0000" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "property" + } + } + }, + "props": { + "mode": "percent", + "style": { + "borderStyle": "solid", + "cursor": "pointer", + "overflow": "hidden" + } + }, + "type": "ia.container.coord" + } +} \ No newline at end of file diff --git a/.resources/1375e02dfc5c3ff02e7bfeeabd95abc7b93d81dee304d00c9ba62ecfe0465398 b/.resources/1375e02dfc5c3ff02e7bfeeabd95abc7b93d81dee304d00c9ba62ecfe0465398 deleted file mode 100644 index be91464d..00000000 Binary files a/.resources/1375e02dfc5c3ff02e7bfeeabd95abc7b93d81dee304d00c9ba62ecfe0465398 and /dev/null differ diff --git a/.resources/141f15a57a877e2872b56d64caa7debd07ba6a7eb223d2d53c1a57d8585b63de b/.resources/141f15a57a877e2872b56d64caa7debd07ba6a7eb223d2d53c1a57d8585b63de new file mode 100644 index 00000000..7d345893 --- /dev/null +++ b/.resources/141f15a57a877e2872b56d64caa7debd07ba6a7eb223d2d53c1a57d8585b63de @@ -0,0 +1,7 @@ +SELECT + concat(date(alltable.t_stamp), ' ', hour(alltable.t_stamp), ':00') AS StartTimestamp, + concat('H', TIMESTAMPDIFF(HOUR, DATE_FORMAT(alltable.t_stamp,"%Y-%m-%d %H:00:00"), DATE_FORMAT(now(),"%Y-%m-%d %H:00:00"))) AS Hour, + COUNT(*) AS Total_count +FROM alltable +WHERE alltable.t_stamp BETWEEN :starttime AND :endtime +GROUP BY date(alltable.t_stamp), hour(alltable.t_stamp) diff --git a/.resources/155351763a5201544b69fb7f786b4268394232c26400e7ba5401ef20831a91c7 b/.resources/155351763a5201544b69fb7f786b4268394232c26400e7ba5401ef20831a91c7 new file mode 100644 index 00000000..24810976 --- /dev/null +++ b/.resources/155351763a5201544b69fb7f786b4268394232c26400e7ba5401ef20831a91c7 @@ -0,0 +1,2879 @@ +{ + "custom": {}, + "params": { + "Down1": false, + "Down2": false, + "Down3": false, + "DownLeft": false, + "DownOn": false, + "DownRight": false, + "InDown": false, + "InLeft": false, + "InOn": false, + "InUp": false, + "OutDown": false, + "OutOn": false, + "OutRight": false, + "OutUp": false, + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "propConfig": { + "params.Down1": { + "paramDirection": "input", + "persistent": true + }, + "params.Down2": { + "paramDirection": "input", + "persistent": true + }, + "params.Down3": { + "paramDirection": "input", + "persistent": true + }, + "params.DownLeft": { + "paramDirection": "input", + "persistent": true + }, + "params.DownOn": { + "paramDirection": "input", + "persistent": true + }, + "params.DownRight": { + "paramDirection": "input", + "persistent": true + }, + "params.InDown": { + "paramDirection": "input", + "persistent": true + }, + "params.InLeft": { + "paramDirection": "input", + "persistent": true + }, + "params.InOn": { + "paramDirection": "input", + "persistent": true + }, + "params.InUp": { + "paramDirection": "input", + "persistent": true + }, + "params.OutDown": { + "paramDirection": "input", + "persistent": true + }, + "params.OutOn": { + "paramDirection": "input", + "persistent": true + }, + "params.OutRight": { + "paramDirection": "input", + "persistent": true + }, + "params.OutUp": { + "paramDirection": "input", + "persistent": true + }, + "params.tagProps": { + "paramDirection": "input", + "persistent": true + } + }, + "props": { + "defaultSize": { + "height": 540, + "width": 640 + } + }, + "root": { + "children": [ + { + "meta": { + "name": "DPM_361" + }, + "position": { + "basis": "640px", + "grow": 1 + }, + "propConfig": { + "props.elements[10].stroke.paint": { + "binding": { + "config": { + "path": "view.params.InOn" + }, + "transforms": [ + { + "fallback": "#FF0000", + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "#00FF00" + }, + { + "input": false, + "output": "#FF0000" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[10].visibility": { + "binding": { + "config": { + "path": "view.params.InDown" + }, + "transforms": [ + { + "fallback": "hidden", + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "visible" + }, + { + "input": false, + "output": "hidden" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[11].stroke.paint": { + "binding": { + "config": { + "path": "view.params.InOn" + }, + "transforms": [ + { + "fallback": "#FF0000", + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "#00FF00" + }, + { + "input": false, + "output": "#FF0000" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[11].visibility": { + "binding": { + "config": { + "path": "view.params.InLeft" + }, + "transforms": [ + { + "fallback": "hidden", + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "visible" + }, + { + "input": false, + "output": "hidden" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[12].stroke.paint": { + "binding": { + "config": { + "path": "view.params.InOn" + }, + "transforms": [ + { + "fallback": "#FF0000", + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "#00FF00" + }, + { + "input": false, + "output": "#FF0000" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[12].visibility": { + "binding": { + "config": { + "path": "view.params.InUp" + }, + "transforms": [ + { + "fallback": "hidden", + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "visible" + }, + { + "input": false, + "output": "hidden" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[13].stroke.paint": { + "binding": { + "config": { + "path": "view.params.DownOn" + }, + "transforms": [ + { + "fallback": "#FF0000", + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "#00FF00" + }, + { + "input": false, + "output": "#FF0000" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[13].visibility": { + "binding": { + "config": { + "path": "view.params.Down1" + }, + "transforms": [ + { + "fallback": "hidden", + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "visible" + }, + { + "input": false, + "output": "hidden" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[14].stroke.paint": { + "binding": { + "config": { + "path": "view.params.DownOn" + }, + "transforms": [ + { + "fallback": "#FF0000", + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "#00FF00" + }, + { + "input": false, + "output": "#FF0000" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[14].visibility": { + "binding": { + "config": { + "path": "view.params.Down2" + }, + "transforms": [ + { + "fallback": "hidden", + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "visible" + }, + { + "input": false, + "output": "hidden" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[15].stroke.paint": { + "binding": { + "config": { + "path": "view.params.DownOn" + }, + "transforms": [ + { + "fallback": "#FF0000", + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "#00FF00" + }, + { + "input": false, + "output": "#FF0000" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[15].visibility": { + "binding": { + "config": { + "path": "view.params.Down3" + }, + "transforms": [ + { + "fallback": "hidden", + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "visible" + }, + { + "input": false, + "output": "hidden" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[16].stroke.paint": { + "binding": { + "config": { + "path": "view.params.DownOn" + }, + "transforms": [ + { + "fallback": "#FF0000", + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "#00FF00" + }, + { + "input": false, + "output": "#FF0000" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[16].visibility": { + "binding": { + "config": { + "path": "view.params.DownRight" + }, + "transforms": [ + { + "fallback": "hidden", + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "visible" + }, + { + "input": false, + "output": "hidden" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[17].stroke.paint": { + "binding": { + "config": { + "path": "view.params.DownOn" + }, + "transforms": [ + { + "fallback": "#FF0000", + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "#00FF00" + }, + { + "input": false, + "output": "#FF0000" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[17].visibility": { + "binding": { + "config": { + "path": "view.params.DownLeft" + }, + "transforms": [ + { + "fallback": "hidden", + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "visible" + }, + { + "input": false, + "output": "hidden" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[1].stroke.paint": { + "binding": { + "config": { + "path": "view.params.OutOn" + }, + "transforms": [ + { + "fallback": "#FF0000", + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "#00FF00" + }, + { + "input": false, + "output": "#FF0000" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[2].stroke.paint": { + "binding": { + "config": { + "path": "view.params.InOn" + }, + "transforms": [ + { + "fallback": "#FF0000", + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "#00FF00" + }, + { + "input": false, + "output": "#FF0000" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[3].stroke.paint": { + "binding": { + "config": { + "path": "view.params.OutOn" + }, + "transforms": [ + { + "fallback": "#FF0000", + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "#00FF00" + }, + { + "input": false, + "output": "#FF0000" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[4].stroke.paint": { + "binding": { + "config": { + "path": "view.params.OutOn" + }, + "transforms": [ + { + "fallback": "#00000000", + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "#00FF00" + }, + { + "input": false, + "output": "#FF0000" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[5].stroke.paint": { + "binding": { + "config": { + "path": "view.params.OutOn" + }, + "transforms": [ + { + "fallback": "#FF0000", + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "#00FF00" + }, + { + "input": false, + "output": "#FF0000" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[5].visibility": { + "binding": { + "config": { + "path": "view.params.OutDown" + }, + "transforms": [ + { + "fallback": "hidden", + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "visible" + }, + { + "input": false, + "output": "hidden" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[6].stroke.paint": { + "binding": { + "config": { + "path": "view.params.OutOn" + }, + "transforms": [ + { + "fallback": "#FF0000", + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "#00FF00" + }, + { + "input": false, + "output": "#FF0000" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[6].visibility": { + "binding": { + "config": { + "path": "view.params.OutRight" + }, + "transforms": [ + { + "fallback": "hidden", + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "visible" + }, + { + "input": false, + "output": "hidden" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[7].stroke.paint": { + "binding": { + "config": { + "path": "view.params.OutOn" + }, + "transforms": [ + { + "fallback": "#FF0000", + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "#00FF00" + }, + { + "input": false, + "output": "#FF0000" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[7].visibility": { + "binding": { + "config": { + "path": "view.params.OutUp" + }, + "transforms": [ + { + "fallback": "hidden", + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "visible" + }, + { + "input": false, + "output": "hidden" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[8].stroke.paint": { + "binding": { + "config": { + "path": "view.params.InOn" + }, + "transforms": [ + { + "fallback": "#FF0000", + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "#00FF00" + }, + { + "input": false, + "output": "#FF0000" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[9].stroke.paint": { + "binding": { + "config": { + "path": "view.params.InOn" + }, + "transforms": [ + { + "fallback": "#FF0000", + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "#00FF00" + }, + { + "input": false, + "output": "#FF0000" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "property" + } + } + }, + "props": { + "elements": [ + { + "elements": [ + { + "d": "m 74.541388,43.698219 h -0.232437 v -1.936962 h -0.43217 v -0.264292 c 0.18079,-0.03874 0.296148,-0.07834 0.341789,-0.129143 0.05765,-0.05853 0.116205,-0.193701 0.160972,-0.414073 h 0.161846 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path1", + "name": "path1", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 40.340817,75.05145 c 0,-3.202491 -2.479357,-5.681795 -5.681821,-5.681795 -3.202463,0 -5.785114,2.479304 -5.785114,5.681795 0,3.202463 2.582651,5.785088 5.785114,5.785088 3.202464,0 5.681821,-2.582625 5.681821,-5.785088 M 35.588742,32.696209 c 0,-1.033065 -0.929746,-1.962811 -1.962811,-1.962811 -1.136333,0 -2.066079,0.929746 -2.066079,1.962811 0,1.136333 0.929746,2.066079 2.066079,2.066079 1.033065,0 1.962811,-0.929746 1.962811,-2.066079 m 30.268518,0 c 0,-1.033065 -0.929746,-1.962811 -1.962811,-1.962811 -1.136359,0 -2.066131,0.929746 -2.066131,1.962811 0,1.136333 0.929772,2.066079 2.066131,2.066079 1.033065,0 1.962811,-0.929746 1.962811,-2.066079 M 81.972899,156.97269 V 12.448308 M 40.96063,32.696209 c 0,-1.033065 -0.929745,-1.962811 -1.962811,-1.962811 -1.136359,0 -2.066105,0.929746 -2.066105,1.962811 0,1.136333 0.929746,2.066079 2.066105,2.066079 1.033066,0 1.962811,-0.929746 1.962811,-2.066079 m 5.371889,0 c 0,-1.033065 -0.929746,-1.962811 -1.962812,-1.962811 -1.136359,0 -2.066105,0.929746 -2.066105,1.962811 0,1.136333 0.929746,2.066079 2.066105,2.066079 1.033066,0 1.962812,-0.929746 1.962812,-2.066079 m 5.371888,0 c 0,-1.033065 -0.826426,-1.962811 -1.962812,-1.962811 -1.033039,0 -1.962811,0.929746 -1.962811,1.962811 0,1.136333 0.929772,2.066079 1.962811,2.066079 1.136386,0 1.962812,-0.929746 1.962812,-2.066079 m -11.36359,75.206381 c 0,-3.20246 -2.479357,-5.78511 -5.681821,-5.78511 -3.202463,0 -5.785114,2.58265 -5.785114,5.78511 0,3.20247 2.582651,5.78512 5.785114,5.78512 3.202464,0 5.681821,-2.58265 5.681821,-5.78512 m 0,32.74785 c 0,-3.20249 -2.479357,-5.68179 -5.681821,-5.68179 -3.202463,0 -5.785114,2.4793 -5.785114,5.68179 0,3.20246 2.582651,5.78509 5.785114,5.78509 3.202464,0 5.681821,-2.58263 5.681821,-5.78509 M 65.85726,19.266462 c 0,-1.136359 -0.929746,-1.962785 -1.962811,-1.962785 -1.136359,0 -2.066131,0.826426 -2.066131,1.962785 0,1.033066 0.929772,1.962812 2.066131,1.962812 1.033065,0 1.962811,-0.929746 1.962811,-1.962812 m 0,8.987578 c 0,-1.136359 -0.929746,-1.962811 -1.962811,-1.962811 -1.136359,0 -2.066131,0.826452 -2.066131,1.962811 0,1.033066 0.929772,1.962812 2.066131,1.962812 1.033065,0 1.962811,-0.929746 1.962811,-1.962812 m 0,-4.545435 c 0,-1.03304 -0.929746,-1.962785 -1.962811,-1.962785 -1.136359,0 -2.066131,0.929745 -2.066131,1.962785 0,1.136359 0.929772,2.066104 2.066131,2.066104 1.033065,0 1.962811,-0.929745 1.962811,-2.066104 M 81.972899,12.448308 H 24.121833 m -0.826426,0.929773 V 156.04295 M 24.225126,12.448308 c -0.516519,0 -0.929719,0.309933 -0.929719,0.826453 m 0.826426,143.697929 h 57.851066 m -58.677492,-0.92974 c 0,0.51652 0.4132,0.92974 0.929719,0.92974 m 48.037062,-49.0701 c 0,-3.20246 -2.479305,-5.78511 -5.681795,-5.78511 -3.20249,0 -5.785088,2.58265 -5.785088,5.78511 0,3.20247 2.582598,5.78512 5.785088,5.78512 3.20249,0 5.681795,-2.58265 5.681795,-5.78512 m 0,32.74785 c 0,-3.20249 -2.479305,-5.68179 -5.681795,-5.68179 -3.20249,0 -5.785088,2.4793 -5.785088,5.68179 0,3.20246 2.582598,5.78509 5.785088,5.78509 3.20249,0 5.681795,-2.58263 5.681795,-5.78509 M 10.175593,93.749739 c 0,-1.342972 -0.51652,-2.582651 -1.4462922,-3.409104 m -5.7850881,0 c -1.0330656,0.929773 -1.6528785,2.272745 -1.5495852,3.615717 0.1033198,1.446265 0.8264525,2.685944 1.9628114,3.409077 m 4.8553423,0 c 1.2396787,-0.723133 1.9628118,-2.169425 1.9628118,-3.61569 m -0.6198398,0 c 0,-0.929746 -0.3099064,-1.756199 -0.9297458,-2.479331 m -5.6817947,0 c -1.3429721,1.652878 -1.1363589,3.925596 0.4132262,5.268595 m 4.8553423,0 c 0.8264525,-0.61984 1.342972,-1.756199 1.342972,-2.789264 m 0.2066132,0 c 0,-1.033066 -0.3099065,-2.066132 -1.0330656,-2.789264 m -5.7850881,0 c -0.8264525,0.826452 -1.2396787,1.962811 -1.1363589,3.09917 0.1032933,1.136359 0.6198393,2.169425 1.5495851,2.789264 m 4.8553423,0 c 1.0330656,-0.723133 1.5495852,-1.859518 1.5495852,-3.09917 M 283.10872,90.960475 V 153.87355 M 282.9021,90.960475 v 62.913075 m 0.20662,-62.913075 h -0.20662 m 0,0 v -0.413226 -0.309907 -0.10332 l 0.1033,-0.103293 m 0,0 h 0.20661 m 0,0 v 0.103293 l -0.10329,0.10332 v 0.309907 0.413226 M 283.21201,154.7 h -0.20661 m 0,0 h -0.1033 v -0.20661 -0.30993 -0.30991 m 0,0 h 0.20662 m 0,0 v 0.30991 0.30993 l 0.10329,0.20661 m 1.03306,0 h -1.03306 m 1.03306,0 v -0.82645 m 0,-63.842821 h -1.03306 m 1.03306,0.929746 v -0.929746 m 0,63.842821 V 90.857181 M 20.816076,107.28275 h -0.10332 m -0.206613,-0.82642 h -3.512397 m 3.71901,0.82642 v -0.3099 l -0.103293,-0.30991 v -0.20661 h -0.10332 m 0,0 h 0.10332 m 0,0 h 0.103293 v 0.20661 l 0.10332,0.30991 v 0.3099 m -0.309933,49.68994 h -3.512397 m 3.615717,0 h -0.10332 m 0.206613,-0.92974 v -48.7602 m -0.206613,49.68994 0.10332,-0.10332 v -0.20661 l 0.103293,-0.20659 v -0.41322 m 0.10332,0 v -48.7602 m -0.10332,48.7602 h 0.10332 m 0,0 v 0.41322 l -0.10332,0.20659 v 0.20661 l -0.103293,0.10332 m -3.615717,-50.51636 v 0.20661 l -0.103293,0.30991 v 0.3099 m 0,48.7602 v -48.7602 m 0,48.7602 v 0.41322 l 0.103293,0.20659 v 0.20661 0.10332 M 65.444034,19.266462 c 0,-0.929746 -0.723133,-1.549585 -1.549585,-1.549585 -0.929746,0 -1.652905,0.619839 -1.652905,1.549585 0,0.826453 0.723159,1.549612 1.652905,1.549612 0.826452,0 1.549585,-0.723159 1.549585,-1.549612 M 35.175516,32.696209 c 0,-0.826452 -0.723133,-1.549585 -1.549585,-1.549585 -0.92972,0 -1.652879,0.723133 -1.652879,1.549585 0,0.92972 0.723159,1.652852 1.652879,1.652852 0.826452,0 1.549585,-0.723132 1.549585,-1.652852 M 98.08859,39.20443 c -0.309933,0 -0.61984,0.10332 -0.826453,0.206613 m 1.033066,-0.619839 c -0.516546,0 -1.033066,0.10332 -1.446292,0.309933 m -1.239679,1.136359 c -0.826426,1.136359 -0.929745,2.789237 -0.103293,3.925596 0.826453,1.239679 2.272718,1.859492 3.718983,1.549585 1.446268,-0.309906 2.479328,-1.446292 2.789268,-2.892557 m -5.165279,-3.718983 c -0.516519,0.309906 -0.929746,0.619839 -1.239679,1.136359 m 0.309933,-0.103294 c -0.929772,1.033039 -1.033065,2.582598 -0.309933,3.822277 0.61984,1.239679 2.066132,1.859492 3.512371,1.652905 1.342967,-0.309933 2.479357,-1.342999 2.685967,-2.789264 m 0,0.103293 h 0.20662 m -6.404958,-2.685917 0.309933,-0.103294 m 0.929746,-0.723159 V 39.20443 m 1.549585,-0.309906 c -0.516519,0 -1.033065,0.206613 -1.549585,0.413226 m 1.446292,-0.516546 0.103293,0.206613 m 2.892534,3.822303 0.51654,0.103293 m -0.41322,-1.033012 -0.10332,0.929719 m 0.51654,-0.826426 -0.41322,-0.103293 m 0.41322,0 c -0.10332,-1.239679 -0.92977,-2.376038 -2.169421,-2.789264 m -1.136359,0.413226 1.136359,-0.309933 m -1.239653,-0.206613 0.103294,0.516546 m -1.549586,0.309906 -0.103293,-0.413226 m -0.929746,0.723159 1.033039,-0.309933 m 4.028916,2.272745 c 0,-0.309933 -0.10332,-0.61984 -0.20661,-0.929773 m -0.72314,1.239653 0.92975,-0.30988 m -0.92975,0.206586 c -0.516541,0.103294 -0.929767,0.723133 -0.723154,1.342972 m 0.309933,1.549586 -0.309933,-1.446292 m -0.51652,1.652905 c 0.309907,-0.10332 0.619839,-0.10332 0.929746,-0.206613 m -1.342946,-1.239679 0.4132,1.446292 M 98.50179,43.853186 c -0.206587,-0.516546 -0.826426,-0.929773 -1.446266,-0.72316 m -1.446292,0.413227 1.446292,-0.413227 m -1.652905,-0.516519 c 0,0.309906 0.10332,0.619839 0.206613,0.929746 m 1.239679,-1.239653 -1.446292,0.4132 m 1.446292,-0.4132 c 0.619839,-0.206586 0.929746,-0.826426 0.826453,-1.446265 m -0.413227,-1.342972 0.413227,1.446265 m 0.826426,-0.206613 -0.4132,-1.549585 m 0.4132,1.446292 c 0.103319,0.619839 0.723132,0.929746 1.342972,0.826452 m 0.929748,-0.206613 -0.929748,0.206613 m 0.103293,-2.376037 c -0.51652,-0.309933 -1.033066,-0.413227 -1.652852,-0.309933 m 3.718987,3.099197 c -0.10332,-1.239679 -0.92978,-2.272745 -2.066135,-2.789264 m 2.066135,3.718983 v -0.929719 m 0,0.103293 h -0.20662 M 99.638149,39.20443 99.948055,39.101137 M 98.708403,42.3036 c 0,-0.103293 -0.103294,-0.206586 -0.206613,-0.206586 -0.103294,0 -0.206587,0.103293 -0.206587,0.206586 0,0.103294 0.103293,0.206587 0.206587,0.206587 0.103319,0 0.206613,-0.103293 0.206613,-0.206587 m -1.446266,-1.136359 c 0,-0.309906 -0.309933,-0.619839 -0.723132,-0.619839 -0.309933,0 -0.61984,0.309933 -0.61984,0.619839 0,0.413227 0.309907,0.72316 0.61984,0.72316 0.413199,0 0.723132,-0.309933 0.723132,-0.72316 m 2.995853,-0.826426 c 0,-0.309933 -0.309935,-0.619839 -0.723161,-0.619839 -0.309907,0 -0.61984,0.309906 -0.61984,0.619839 0,0.4132 0.309933,0.723133 0.61984,0.723133 0.413226,0 0.723161,-0.309933 0.723161,-0.723133 m 0.82642,2.995825 c 0,-0.309907 -0.3099,-0.61984 -0.72313,-0.61984 -0.30991,0 -0.619838,0.309933 -0.619838,0.61984 0,0.413226 0.309928,0.723132 0.619838,0.723132 0.41323,0 0.72313,-0.309906 0.72313,-0.723132 m -2.99582,0.826452 c 0,-0.309906 -0.309933,-0.619839 -0.723159,-0.619839 -0.309907,0 -0.61984,0.309933 -0.61984,0.619839 0,0.413226 0.309933,0.723133 0.61984,0.723133 0.413226,0 0.723159,-0.309907 0.723159,-0.723133 m -0.206613,0 c 0,-0.206613 -0.206613,-0.413226 -0.516546,-0.413226 -0.206613,0 -0.413227,0.206613 -0.413227,0.413226 0,0.309906 0.206614,0.51652 0.413227,0.51652 0.309933,0 0.516546,-0.206614 0.516546,-0.51652 M 100.8778,43.33664 c 0,-0.206614 -0.20661,-0.413227 -0.51652,-0.413227 -0.20661,0 -0.413225,0.206613 -0.413225,0.413227 0,0.309932 0.206615,0.516546 0.413225,0.516546 0.30991,0 0.51652,-0.206614 0.51652,-0.516546 m -0.82643,-2.995825 c 0,-0.206613 -0.206608,-0.413226 -0.516541,-0.413226 -0.206613,0 -0.413226,0.206613 -0.413226,0.413226 0,0.309907 0.206613,0.51652 0.413226,0.51652 0.309933,0 0.516541,-0.206613 0.516541,-0.51652 m -2.995846,0.826426 c 0,-0.206613 -0.206613,-0.413226 -0.516519,-0.413226 -0.206613,0 -0.413227,0.206613 -0.413227,0.413226 0,0.309933 0.206614,0.516546 0.413227,0.516546 0.309906,0 0.516519,-0.206613 0.516519,-0.516546 m -1.652905,0.516546 h 0.10332 m 0,0 0.206613,0.723107 m 0,0 0.103293,-0.103294 m 0,0 0.10332,0.103294 m 0,0 -0.10332,0.103293 m 0,0 -0.206613,0.10332 m 0,0 -0.206613,-0.92972 m 2.789264,3.305758 0.10332,0.206613 m 0,0 -0.10332,0.103293 m 0,0 -0.103293,-0.309906 m 0,0 h -0.10332 m 0,0 v -0.10332 m 0,0 h 0.10332 m 0,0 -0.10332,-0.103294 m 0,0 h 0.10332 m 0,0 0.103293,0.103294 m 0,0 0.309907,-0.103294 m 0,0 0.103319,0.103294 m 0,0 -0.206613,0.723159 m 0,0 h -0.103293 m 0,0 0.103293,-0.723159 m 0,0 -0.206613,0.10332 m 1.549559,0 0.10332,0.103293 h 0.206608 m 0,0 h 0.1033 m 0,0 c 0.10332,-0.103293 0.20661,-0.206613 0.10332,-0.309907 m 0,0.103294 h -0.10332 m -0.1033,0 c 0.1033,0 0.1033,0 0.1033,-0.103294 m -0.206615,0.103294 v 0 c 0,0.10332 0.103315,0.10332 0.103315,0 m -0.206608,0 0.103293,-0.103294 m 0,0 h 0.103315 m 0,0 v -0.103319 m 0,0 h -0.103315 m -0.103293,-0.206614 v 0.10332 h 0.103293 m -0.103293,-0.206613 v 0 c -0.10332,0 -0.10332,0.103293 0,0.103293 m 0,-0.103293 h 0.103293 l 0.103315,0.103293 m 0,0 0.1033,-0.103293 m 0,0 -0.1033,-0.10332 h -0.206608 m 0,0 -0.206613,0.10332 v 0.206613 m 0,0 c 0,0.103294 0.103293,0.103294 0.206613,0.103294 m 0,0.103319 -0.10332,0.103294 v 0.10332 m 1.136358,-4.752049 -0.51652,0.103319 m 0,0 v 0.103294 m 0,0 h 0.41323 m 0,0 -0.20662,0.413226 m 0,-0.10332 c 0,0.10332 0,0.206613 0.1033,0.309933 0.10332,0.103293 0.20661,0.103293 0.20661,0 0.10332,0 0.20661,-0.10332 0.10332,-0.206613 m 0,0 h -0.10332 m -0.20661,0 v 0.103293 c 0.10332,0.10332 0.10332,0.10332 0.20661,0 0,0 0.10332,-0.103293 0,-0.103293 m -0.20661,0 0.20661,-0.51652 m 0,0 v -0.103319 m -2.78921,31.714783 c -0.309933,0.103294 -0.61984,0.103294 -0.826453,0.206587 m 1.033066,-0.619813 c -0.516546,0 -1.033066,0.206613 -1.446292,0.413226 m -1.239679,1.033039 c -0.826426,1.239679 -0.929745,2.789264 -0.103293,4.028943 0.826453,1.239652 2.272718,1.859492 3.718983,1.549585 1.446268,-0.309933 2.479328,-1.446292 2.789268,-2.892584 m -5.165279,-3.718983 c -0.516519,0.206587 -0.929746,0.619813 -1.239679,1.033039 m 0.309933,-0.103293 c -0.929772,1.136359 -1.033065,2.685944 -0.309933,3.925623 0.61984,1.239652 2.066132,1.859492 3.512371,1.549585 1.342967,-0.206613 2.479357,-1.342972 2.685967,-2.685971 m 0,0 h 0.20662 m -6.404958,-2.582624 0.309933,-0.10332 m 0.929746,-0.826452 v -0.206587 m 1.549585,-0.206613 c -0.516519,0 -1.033065,0.103293 -1.549585,0.309907 m 1.446292,-0.51652 0.103293,0.206613 m 2.892534,3.925596 h 0.51654 m -0.41322,-0.929745 -0.10332,0.929745 m 0.51654,-0.929745 h -0.41322 m 0.41322,0 c -0.10332,-1.342972 -0.92977,-2.376038 -2.169421,-2.789238 m -1.136359,0.309907 1.136359,-0.309907 m -1.239653,-0.206613 0.103294,0.51652 m -1.549586,0.413226 -0.103293,-0.516546 m -0.929746,0.826452 1.033039,-0.309906 m 4.028916,2.169424 c 0,-0.309932 -0.10332,-0.516546 -0.20661,-0.826452 m -0.72314,1.136359 0.92975,-0.206613 m -0.92975,0.10332 c -0.516541,0.206613 -0.929767,0.826426 -0.723154,1.446265 m 0.309933,1.446292 -0.309933,-1.446292 m -0.51652,1.652905 c 0.309907,0 0.619839,-0.10332 0.929746,-0.206613 m -1.342946,-1.239679 0.4132,1.549585 M 98.50179,76.704328 c -0.206587,-0.619839 -0.826426,-0.929746 -1.446266,-0.826452 m -1.446292,0.516546 1.446292,-0.413227 m -1.652905,-0.516519 c 0,0.309906 0.10332,0.619813 0.206613,0.826426 m 1.239679,-1.136359 -1.446292,0.309933 m 1.446292,-0.413226 c 0.619839,-0.10332 0.929746,-0.72316 0.826453,-1.342973 m -0.413227,-1.446291 0.413227,1.446291 m 0.826426,-0.206613 -0.4132,-1.446291 m 0.4132,1.446291 c 0.103319,0.51652 0.723132,0.929746 1.342972,0.723133 m 0.929748,-0.206613 -0.929748,0.309906 m 0.103293,-2.479331 c -0.51652,-0.206613 -1.033066,-0.309906 -1.652852,-0.309906 m 3.718987,3.202464 c -0.10332,-1.239653 -0.92978,-2.376038 -2.066135,-2.892558 m 2.066135,3.822303 v -0.929745 m 0,0 h -0.20662 m -2.169421,-2.789238 0.309906,-0.10332 m 2.685945,0.929746 c 0,0 0.10332,0 0,0 m -3.925597,2.272745 c 0,-0.10332 -0.103294,-0.206614 -0.206613,-0.206614 -0.103294,0 -0.206587,0.103294 -0.206587,0.206614 0,0.103293 0.103293,0.309906 0.206587,0.309906 0.103319,0 0.206613,-0.206613 0.206613,-0.309906 m -1.446266,-1.033066 c 0,-0.413226 -0.309933,-0.723133 -0.723132,-0.723133 -0.309933,0 -0.61984,0.309907 -0.61984,0.723133 0,0.309906 0.309907,0.723133 0.61984,0.723133 0.413199,0 0.723132,-0.413227 0.723132,-0.723133 m 2.995853,-0.826453 c 0,-0.413226 -0.309935,-0.723132 -0.723161,-0.723132 -0.309907,0 -0.61984,0.309906 -0.61984,0.723132 0,0.309933 0.309933,0.723133 0.61984,0.723133 0.413226,0 0.723161,-0.4132 0.723161,-0.723133 m 0.82642,2.995878 c 0,-0.413227 -0.3099,-0.723133 -0.72313,-0.723133 -0.30991,0 -0.619838,0.309906 -0.619838,0.723133 0,0.309906 0.309928,0.723132 0.619838,0.723132 0.41323,0 0.72313,-0.413226 0.72313,-0.723132 m -2.99582,0.826452 c 0,-0.413226 -0.309933,-0.723159 -0.723159,-0.723159 -0.309907,0 -0.61984,0.309933 -0.61984,0.723159 0,0.309906 0.309933,0.723133 0.61984,0.723133 0.413226,0 0.723159,-0.413227 0.723159,-0.723133 m -0.206613,0 c 0,-0.309933 -0.206613,-0.516546 -0.516546,-0.516546 -0.206613,0 -0.413227,0.206613 -0.413227,0.516546 0,0.206613 0.206614,0.51652 0.413227,0.51652 0.309933,0 0.516546,-0.309907 0.516546,-0.51652 m 2.995823,-0.826452 c 0,-0.309933 -0.20661,-0.516547 -0.51652,-0.516547 -0.20661,0 -0.413225,0.206614 -0.413225,0.516547 0,0.206613 0.206615,0.516519 0.413225,0.516519 0.30991,0 0.51652,-0.309906 0.51652,-0.516519 m -0.82643,-2.995878 c 0,-0.309906 -0.206608,-0.516519 -0.516541,-0.516519 -0.206613,0 -0.413226,0.206613 -0.413226,0.516519 0,0.206614 0.206613,0.516546 0.413226,0.516546 0.309933,0 0.516541,-0.309932 0.516541,-0.516546 m -2.995846,0.826453 c 0,-0.309907 -0.206613,-0.51652 -0.516519,-0.51652 -0.206613,0 -0.413227,0.206613 -0.413227,0.51652 0,0.206613 0.206614,0.51652 0.413227,0.51652 0.309906,0 0.516519,-0.309907 0.516519,-0.51652 m -1.652905,0.51652 0.10332,-0.103294 m 0,0 0.206613,0.826453 m 0,0 0.103293,-0.206613 m 0,0 0.10332,0.206613 m 0,0 -0.10332,0.103293 m 0,0 h -0.206613 m 0,0 -0.206613,-0.826452 m 2.789264,3.20249 0.10332,0.309906 m 0,0 h -0.10332 m 0,0 -0.103293,-0.206613 m 0,0 h -0.10332 m 0,0 v -0.103293 m 0,0 h 0.10332 m 0,0 -0.10332,-0.206613 m 0,0 h 0.10332 m 0,0 0.103293,0.103293 m 0,0 0.309907,-0.103293 m 0,0 0.103319,0.206613 m 0,0 -0.206613,0.619839 m 0,0 -0.103293,0.103293 m 0,0 0.103293,-0.723132 m 0,0 h -0.206613 m 1.549559,0 0.10332,0.103293 0.206608,0.10332 m 0,0 h 0.1033 m 0,-0.10332 c 0.10332,0 0.20661,-0.206613 0.10332,-0.309906 m 0,0.103293 h -0.10332 m -0.1033,0.10332 c 0.1033,0 0.1033,-0.10332 0.1033,-0.10332 m -0.206615,0 v 0.10332 h 0.103315 m -0.206608,0 0.103293,-0.10332 v -0.103293 m 0,0 h 0.103315 m 0,0 v -0.10332 m 0,0 h -0.103315 m -0.103293,-0.103294 v 0.103294 h 0.103293 m -0.103293,-0.309907 v 0.10332 c -0.10332,0 -0.10332,0 0,0.103293 m 0,-0.103293 h 0.103293 0.103315 m 0,0 h 0.1033 m 0,0 -0.1033,-0.10332 -0.206608,-0.103293 m 0,0 -0.206613,0.206613 v 0.206587 m 0,-0.103294 c 0,0.103294 0.103293,0.206614 0.206613,0.206614 m 0,0 -0.10332,0.103293 v 0.10332 m 1.136358,-4.648756 -0.51652,0.103293 m 0,0 v 0.10332 m 0,0 0.41323,-0.10332 m 0,0 -0.20662,0.413227 m 0,0 c 0,0.103319 0,0.206613 0.1033,0.206613 0.10332,0.103293 0.20661,0.103293 0.20661,0.103293 0.10332,-0.103293 0.20661,-0.206587 0.10332,-0.309906 m 0,0.103319 h -0.10332 m -0.20661,-0.103319 v 0.206613 h 0.20661 c 0,0 0.10332,-0.103294 0,-0.206613 m -0.20661,0.103319 0.20661,-0.516546 m 0,0 v -0.103293 m -2.78921,31.714782 c -0.309933,0 -0.61984,0.10332 -0.826453,0.20661 m 1.033066,-0.61983 c -0.516546,0 -1.033066,0.10332 -1.446292,0.30993 m -1.239679,1.13636 c -0.826426,1.13636 -0.929745,2.78923 -0.103293,3.92559 0.826453,1.23966 2.272718,1.8595 3.718983,1.54959 1.446268,-0.30993 2.479328,-1.44629 2.789268,-2.89256 m -5.165279,-3.71898 c -0.516519,0.3099 -0.929746,0.61984 -1.239679,1.13636 m 0.309933,-0.10332 c -0.929772,1.03306 -1.033065,2.58262 -0.309933,3.8223 0.61984,1.23965 2.066132,1.85949 3.512371,1.65288 1.342967,-0.30991 2.479357,-1.34297 2.685967,-2.78924 m 0,0.10329 h 0.20662 m -6.404958,-2.68591 0.309933,-0.10332 m 0.929746,-0.72314 v -0.20661 m 1.549585,-0.3099 c -0.516519,0 -1.033065,0.20661 -1.549585,0.41322 m 1.446292,-0.51654 0.103293,0.20661 m 2.892534,3.92559 h 0.51654 m -0.41322,-1.03303 -0.10332,1.03303 m 0.51654,-0.92971 -0.41322,-0.10332 m 0.41322,0 c -0.10332,-1.23966 -0.92977,-2.37602 -2.169421,-2.78924 m -1.136359,0.41322 1.136359,-0.30993 m -1.239653,-0.20661 0.103294,0.51654 m -1.549586,0.4132 -0.103293,-0.51652 m -0.929746,0.72314 1.033039,-0.20662 m 4.028916,2.16943 c 0,-0.30991 -0.10332,-0.61981 -0.20661,-0.92975 m -0.72314,1.23968 0.92975,-0.30993 m -0.92975,0.20661 c -0.516541,0.10332 -0.929767,0.72313 -0.723154,1.34295 m 0.309933,1.54958 -0.309933,-1.44626 m -0.51652,1.65288 c 0.309907,-0.1033 0.619839,-0.1033 0.929746,-0.20662 m -1.342946,-1.23965 0.4132,1.44627 m -0.309906,-1.54959 c -0.206587,-0.51652 -0.826426,-0.92975 -1.446266,-0.72313 m -1.446292,0.41322 1.446292,-0.41322 m -1.652905,-0.5165 c 0,0.30988 0.10332,0.61982 0.206613,0.92972 m 1.239679,-1.23965 -1.446292,0.4132 m 1.446292,-0.4132 c 0.619839,-0.20661 0.929746,-0.82642 0.826453,-1.44626 m -0.413227,-1.34298 0.413227,1.44627 m 0.826426,-0.20661 -0.4132,-1.54959 m 0.4132,1.44629 c 0.103319,0.61984 0.723132,0.92975 1.342972,0.82646 m 0.929748,-0.20662 -0.929748,0.20662 m 0.103293,-2.37604 c -0.51652,-0.30993 -1.033066,-0.41323 -1.652852,-0.30993 m 3.718987,3.09917 c -0.10332,-1.23966 -0.92978,-2.27272 -2.066135,-2.78924 m 2.066135,3.71898 v -0.92974 m 0,0.10332 h -0.20662 m -2.169421,-2.78927 0.309906,-0.10329 m 2.685945,0.92974 c 0,0 0.10332,-0.10332 0,-0.10332 m -3.925597,2.37604 c 0,-0.10329 -0.103294,-0.20661 -0.206613,-0.20661 -0.103294,0 -0.206587,0.10332 -0.206587,0.20661 0,0.10332 0.103293,0.20662 0.206587,0.20662 0.103319,0 0.206613,-0.1033 0.206613,-0.20662 m -1.446266,-1.13636 c 0,-0.3099 -0.309933,-0.61984 -0.723132,-0.61984 -0.309933,0 -0.61984,0.30994 -0.61984,0.61984 0,0.41323 0.309907,0.72314 0.61984,0.72314 0.413199,0 0.723132,-0.30991 0.723132,-0.72314 m 2.995853,-0.82645 c 0,-0.30991 -0.309935,-0.61981 -0.723161,-0.61981 -0.309907,0 -0.61984,0.3099 -0.61984,0.61981 0,0.41323 0.309933,0.72316 0.61984,0.72316 0.413226,0 0.723161,-0.30993 0.723161,-0.72316 m 0.82642,2.99585 c 0,-0.30991 -0.3099,-0.61984 -0.72313,-0.61984 -0.30991,0 -0.619838,0.30993 -0.619838,0.61984 0,0.41323 0.309928,0.72313 0.619838,0.72313 0.41323,0 0.72313,-0.3099 0.72313,-0.72313 m -2.99582,0.82645 c 0,-0.30993 -0.309933,-0.61984 -0.723159,-0.61984 -0.309907,0 -0.61984,0.30991 -0.61984,0.61984 0,0.41323 0.309933,0.72314 0.61984,0.72314 0.413226,0 0.723159,-0.30991 0.723159,-0.72314 m -0.206613,0 c 0,-0.20661 -0.206613,-0.41322 -0.516546,-0.41322 -0.206613,0 -0.413227,0.20661 -0.413227,0.41322 0,0.30991 0.206614,0.51652 0.413227,0.51652 0.309933,0 0.516546,-0.20661 0.516546,-0.51652 m 2.995823,-0.82645 c 0,-0.20661 -0.20661,-0.41323 -0.51652,-0.41323 -0.20661,0 -0.413225,0.20662 -0.413225,0.41323 0,0.30991 0.206615,0.51652 0.413225,0.51652 0.30991,0 0.51652,-0.20661 0.51652,-0.51652 m -0.82643,-2.99585 c 0,-0.20661 -0.206608,-0.41323 -0.516541,-0.41323 -0.206613,0 -0.413226,0.20662 -0.413226,0.41323 0,0.30993 0.206613,0.51655 0.413226,0.51655 0.309933,0 0.516541,-0.20662 0.516541,-0.51655 m -2.995846,0.82645 c 0,-0.20661 -0.206613,-0.41322 -0.516519,-0.41322 -0.206613,0 -0.413227,0.20661 -0.413227,0.41322 0,0.30994 0.206614,0.51652 0.413227,0.51652 0.309906,0 0.516519,-0.20658 0.516519,-0.51652 m -1.652905,0.51652 h 0.10332 m 0,0 0.206613,0.72316 m 0,0 0.103293,-0.10332 m 0,0 0.10332,0.10332 m 0,0 -0.10332,0.1033 m 0,0 -0.206613,0.10331 m 0,0 -0.206613,-0.92977 m 2.789264,3.30579 0.10332,0.20658 m 0,0 -0.10332,0.10332 m 0,0 -0.103293,-0.3099 m 0,0 h -0.10332 m 0,0 v -0.10332 m 0,0 h 0.10332 m 0,0 -0.10332,-0.1033 m 0,0 h 0.10332 m 0,0 0.103293,0.1033 m 0,0 0.309907,-0.1033 m 0,0 0.103319,0.1033 m 0,0 -0.206613,0.72313 m 0,0 h -0.103293 m 0,0 0.103293,-0.72313 m 0,0 -0.206613,0.10332 m 1.549559,0 0.10332,0.10329 h 0.206608 m 0,0 h 0.1033 m 0,0 c 0.10332,-0.10329 0.20661,-0.20661 0.10332,-0.30991 m 0,0.1033 h -0.10332 m -0.1033,0.10332 c 0.1033,0 0.1033,-0.10332 0.1033,-0.10332 m -0.206615,0 v 0 c 0,0.10332 0.103315,0.10332 0.103315,0 m -0.206608,0 0.103293,-0.1033 m 0,0 h 0.103315 m 0,0 v -0.10332 m 0,0 h -0.103315 m -0.103293,-0.20661 v 0.10332 c 0,0.10329 0.103293,0.10329 0.103293,0 m -0.103293,-0.20661 v 0 c -0.10332,0 -0.10332,0.10329 0,0.10329 m 0,-0.10329 h 0.103293 l 0.103315,0.10329 m 0,0 0.1033,-0.10329 m 0,0 -0.1033,-0.10332 h -0.206608 m 0,0 -0.206613,0.10332 v 0.20661 m 0,0 c 0,0.10329 0.103293,0.10329 0.206613,0.10329 m 0,0.10332 -0.10332,0.1033 v 0.10332 m 1.136358,-4.75205 -0.51652,0.10329 m 0,0 v 0.10332 m 0,0 h 0.41323 m 0,0 -0.20662,0.41323 m 0,-0.10332 c 0,0.10332 0,0.20661 0.1033,0.30993 0.10332,0.10329 0.20661,0.10329 0.20661,0 0.10332,0 0.20661,-0.10332 0.10332,-0.20661 m 0,0 h -0.10332 m -0.20661,0 v 0.10329 c 0.10332,0.10332 0.10332,0.10332 0.20661,0 0,0 0.10332,-0.10329 0,-0.10329 m -0.20661,0 0.20661,-0.51655 m 0,0 v -0.10329 m -2.78921,31.71475 c -0.309933,0.10332 -0.61984,0.10332 -0.826453,0.20662 m 1.033066,-0.61982 c -0.516546,0 -1.033066,0.20659 -1.446292,0.4132 m -1.239679,1.03307 c -0.826426,1.23968 -0.929745,2.78926 -0.103293,4.02892 0.826453,1.23967 2.272718,1.85951 3.718983,1.54961 1.446268,-0.30994 2.479328,-1.44629 2.789268,-2.89259 m -5.165279,-3.71901 c -0.516519,0.20662 -0.929746,0.61984 -1.239679,1.03307 m 0.309933,-0.10329 c -0.929772,1.13636 -1.033065,2.68594 -0.309933,3.92562 0.61984,1.23965 2.066132,1.85949 3.512371,1.54958 1.342967,-0.20661 2.479357,-1.34299 2.685967,-2.68597 m 0,0 h 0.20662 m -6.404958,-2.58262 0.309933,-0.10332 m 0.929746,-0.82645 v -0.20662 m 1.549585,-0.20661 c -0.516519,0 -1.033065,0.10332 -1.549585,0.30993 m 1.446292,-0.51652 0.103293,0.20659 m 2.892534,3.92562 h 0.51654 m -0.41322,-0.92974 -0.10332,0.92974 m 0.51654,-0.92974 h -0.41322 m 0.41322,0 c -0.10332,-1.34297 -0.92977,-2.37604 -2.169421,-2.78927 m -1.136359,0.30994 1.136359,-0.30994 m -1.239653,-0.20661 0.103294,0.51655 m -1.549586,0.41322 -0.103293,-0.51654 m -0.929746,0.82645 1.033039,-0.30991 m 4.028916,2.16943 c 0,-0.30993 -0.10332,-0.51655 -0.20661,-0.82645 m -0.72314,1.13635 0.92975,-0.20661 m -0.92975,0.10332 c -0.516541,0.20659 -0.929767,0.82643 -0.723154,1.44627 m 0.309933,1.44629 -0.309933,-1.44629 m -0.51652,1.6529 c 0.309907,0 0.619839,-0.10332 0.929746,-0.20661 m -1.342946,-1.23968 0.4132,1.54958 m -0.309906,-1.54958 c -0.206587,-0.61984 -0.826426,-0.92975 -1.446266,-0.82645 m -1.446292,0.51654 1.446292,-0.41322 m -1.652905,-0.51655 c 0,0.30993 0.10332,0.61984 0.206613,0.82645 m 1.239679,-1.13636 -1.446292,0.30991 m 1.446292,-0.4132 c 0.619839,-0.10332 0.929746,-0.72316 0.826453,-1.343 m -0.413227,-1.44626 0.413227,1.44626 m 0.826426,-0.20661 -0.4132,-1.44627 m 0.4132,1.44627 c 0.103319,0.51655 0.723132,0.92977 1.342972,0.72316 m 0.929748,-0.20661 -0.929748,0.3099 m 0.103293,-2.47933 c -0.51652,-0.20661 -1.033066,-0.30991 -1.652852,-0.30991 m 3.718987,3.20247 c -0.10332,-1.23968 -0.92978,-2.37604 -2.066135,-2.89256 m 2.066135,3.8223 v -0.92974 m 0,0 h -0.20662 m -2.169421,-2.78927 0.309906,-0.10329 m 2.685945,0.92975 c 0,0 0.10332,0 0,0 m -3.925597,2.27274 c 0,-0.10332 -0.103294,-0.20661 -0.206613,-0.20661 -0.103294,0 -0.206587,0.10329 -0.206587,0.20661 0,0.10329 0.103293,0.30991 0.206587,0.30991 0.103319,0 0.206613,-0.20662 0.206613,-0.30991 m -1.446266,-1.03306 c 0,-0.41323 -0.309933,-0.72314 -0.723132,-0.72314 -0.309933,0 -0.61984,0.30991 -0.61984,0.72314 0,0.3099 0.309907,0.72313 0.61984,0.72313 0.413199,0 0.723132,-0.41323 0.723132,-0.72313 m 2.995853,-0.82646 c 0,-0.41322 -0.309935,-0.72313 -0.723161,-0.72313 -0.309907,0 -0.61984,0.30991 -0.61984,0.72313 0,0.30991 0.309933,0.72314 0.61984,0.72314 0.413226,0 0.723161,-0.41323 0.723161,-0.72314 m 0.82642,2.99588 c 0,-0.41323 -0.3099,-0.72316 -0.72313,-0.72316 -0.30991,0 -0.619838,0.30993 -0.619838,0.72316 0,0.30991 0.309928,0.72313 0.619838,0.72313 0.41323,0 0.72313,-0.41322 0.72313,-0.72313 m -2.99582,0.82643 c 0,-0.4132 -0.309933,-0.72314 -0.723159,-0.72314 -0.309907,0 -0.61984,0.30994 -0.61984,0.72314 0,0.30993 0.309933,0.72316 0.61984,0.72316 0.413226,0 0.723159,-0.41323 0.723159,-0.72316 m -0.206613,0 c 0,-0.30991 -0.206613,-0.51652 -0.516546,-0.51652 -0.206613,0 -0.413227,0.20661 -0.413227,0.51652 0,0.20661 0.206614,0.51654 0.413227,0.51654 0.309933,0 0.516546,-0.30993 0.516546,-0.51654 m 2.995823,-0.82643 c 0,-0.30993 -0.20661,-0.51655 -0.51652,-0.51655 -0.20661,0 -0.413225,0.20662 -0.413225,0.51655 0,0.20661 0.206615,0.51652 0.413225,0.51652 0.30991,0 0.51652,-0.30991 0.51652,-0.51652 m -0.82643,-2.99588 c 0,-0.3099 -0.206608,-0.51652 -0.516541,-0.51652 -0.206613,0 -0.413226,0.20662 -0.413226,0.51652 0,0.20662 0.206613,0.51652 0.413226,0.51652 0.309933,0 0.516541,-0.3099 0.516541,-0.51652 m -2.995846,0.82646 c 0,-0.30994 -0.206613,-0.51655 -0.516519,-0.51655 -0.206613,0 -0.413227,0.20661 -0.413227,0.51655 0,0.20661 0.206614,0.51652 0.413227,0.51652 0.309906,0 0.516519,-0.30991 0.516519,-0.51652 m -1.652905,0.51652 h 0.10332 m 0,0 0.206613,0.72313 m 0,0 0.103293,-0.20659 m 0,0 0.10332,0.20659 m 0,0 -0.10332,0.10332 m 0,0 h -0.206613 m 0,0 -0.206613,-0.82645 m 2.789264,3.20249 0.10332,0.3099 m 0,0 h -0.10332 m 0,0 -0.103293,-0.20661 m 0,0 h -0.10332 m 0,0 v -0.10329 m 0,0 h 0.10332 m 0,0 -0.10332,-0.20662 m 0,0 h 0.10332 m 0,0 0.103293,0.1033 m 0,0 0.309907,-0.1033 m 0,0 0.103319,0.20662 m 0,0 -0.206613,0.61983 m 0,0 -0.103293,0.1033 m 0,0 0.103293,-0.72313 m 0,0 h -0.206613 m 1.549559,0 0.10332,0.10329 0.206608,0.10332 m 0,0 h 0.1033 m 0,-0.10332 c 0.10332,0 0.20661,-0.20661 0.10332,-0.30991 m 0,0.1033 h -0.10332 m -0.1033,0.10332 c 0.1033,0 0.1033,0 0.1033,-0.10332 m -0.206615,0 v 0.10332 h 0.103315 m -0.206608,0 0.103293,-0.10332 v -0.1033 m 0,0 h 0.103315 m 0,0 v -0.10332 m 0,0 h -0.103315 m -0.103293,-0.10329 v 0.10329 h 0.103293 m -0.103293,-0.3099 v 0.10329 c -0.10332,0 -0.10332,0 0,0.10332 m 0,-0.10332 h 0.103293 0.103315 m 0,0 h 0.1033 m 0,0 -0.1033,-0.10329 -0.206608,-0.10332 m 0,0 -0.206613,0.20661 v 0.20661 m 0,-0.10329 c 0,0.10329 0.103293,0.20661 0.206613,0.20661 m 0,0 -0.10332,0.1033 v 0.10332 m 1.136358,-4.64876 -0.51652,0.10329 m 0,0 v 0.10332 m 0,0 0.41323,-0.10332 m 0,0 -0.20662,0.41323 m 0,0 c 0,0.10329 0,0.20661 0.1033,0.20661 0.10332,0.1033 0.20661,0.1033 0.20661,0.1033 0.10332,-0.1033 0.20661,-0.20662 0.10332,-0.30991 m 0,0.10329 h -0.10332 m -0.20661,-0.10329 v 0.20661 h 0.20661 c 0,0 0.10332,-0.10332 0,-0.20661 m -0.20661,0.10329 0.20661,-0.51652 m 0,0 v -0.10329 M 33.109411,71.952279 v 0 m 1.239652,-0.413226 c 0,0 -0.103293,0.103293 0,0.103293 m -0.826452,0.723133 c 0.10332,0.10332 0.309933,0.206613 0.413226,0.10332 0.206613,0 0.309933,-0.10332 0.413226,-0.309933 m 0,0 v -0.309907 m 0.61984,6.301661 c 0.309906,0 0.619839,-0.10332 0.929746,-0.206613 m -2.789238,-6.095048 c -1.652878,0.826453 -2.479331,2.789264 -1.756172,4.442143 0.619813,1.756198 2.479305,2.68597 4.235503,2.169424 1.756198,-0.413226 2.789264,-2.169424 2.582651,-3.925622 -0.309933,-1.859492 -1.962812,-3.099171 -3.82233,-2.995851 m 0,0 c -0.413226,0 -0.826452,0.206613 -1.239652,0.309906 m 0.103293,0.10332 c -1.549558,0.723133 -2.376011,2.582625 -1.756171,4.23553 0.619839,1.652878 2.376011,2.58265 4.028889,2.169424 1.756199,-0.516546 2.789264,-2.169424 2.479358,-3.925623 -0.309933,-1.652905 -1.859518,-2.892557 -3.615717,-2.685944 m -0.103293,0.103293 v -0.103293 m 0.413226,1.756198 -0.413226,-1.239678 m 0.413226,1.239678 c 0.103294,0.51652 0.723133,0.929746 1.342972,0.723133 m 1.446266,-0.309933 -1.446266,0.413226 m 1.756199,0.413227 c -0.10332,-0.309907 -0.10332,-0.61984 -0.206613,-0.929746 m -0.413227,1.136359 0.51652,-0.206613 m -0.51652,0.206613 h 0.103294 l 0.103319,0.10332 m 0,0 v 0.103293 0.10332 m 0,0 0.103294,0.103293 v 0.10332 m 0,0 v 0.206586 l -0.103294,0.10332 m 0,0 h -0.206613 l -0.10332,-0.10332 m 0,0 0.10332,-0.103293 m 0,0 v 0.103293 h 0.103294 m 0,0 0.103319,-0.103293 v -0.103293 m 0,0 v -0.10332 h -0.103319 m 0,0 h -0.103294 m 0,0 v -0.103293 m 0,0 h 0.103294 v -0.10332 m 0,0 V 75.05145 h -0.103294 m 0,0 h -0.10332 v 0.103293 m 0,0 h -0.103293 m 0,0 V 75.05145 l 0.103293,-0.10332 m -0.826426,0.206613 0.826426,-0.206613 m -0.826426,0.10332 c -0.516546,0.206613 -0.929772,0.826426 -0.723159,1.446265 m 0.309933,1.446292 -0.413226,-1.446292 m -0.826453,0.206613 0.413227,1.549585 m -0.309907,-1.549585 c -0.206613,-0.619839 -0.826452,-0.929746 -1.446292,-0.826452 m -1.446265,0.516546 1.446265,-0.413227 m -1.652852,-0.516519 c 0,0.309906 0.103294,0.619813 0.206587,0.826426 m 1.239652,-1.136359 -1.549558,0.309933 m 1.549558,-0.413226 c 0.61984,-0.10332 0.929746,-0.72316 0.826453,-1.342973 m -0.413226,-1.239678 0.309906,1.239678 m -0.4132,-1.549611 c 0,0.10332 0.103294,0.206613 0.206587,0.206613 m -0.309907,-0.309906 v 0.103293 m -0.619813,4.752075 -0.413226,0.10332 m 0,0 v -0.10332 m 0,0 0.10332,-0.723132 m 0,0 h 0.206613 m 0,0 -0.206613,0.619839 m 0,0 h 0.309906 m 0,0 -0.103293,-0.309933 m 0,0 h 0.103293 m 0,0 0.10332,0.309933 m 0,0 v -0.10332 m 0,0 0.103294,0.10332 m 0,0 -0.103294,0.103293 m 0,0 v 0.10332 m 0,0 h -0.10332 m 0,0 v -0.10332 m -0.516519,-1.962811 -0.206613,0.10332 m 0,0 -0.10332,-0.72316 m 0,0 -0.103293,0.10332 m 0,0 -0.103294,-0.10332 m 0,0 0.103294,-0.206613 m 0,0 h 0.103293 m 0,0 0.309933,0.826453 m 5.061955,-1.342972 -0.516519,0.206613 m 0,0 -0.10332,-0.206613 m 0,0 0.309933,-0.413227 m 0,-0.103293 c 0.103293,0 0.103293,-0.10332 0,-0.10332 m 0,0.10332 -0.10332,-0.10332 h -0.103293 m 0,0 -0.10332,0.10332 m 0,0 -0.103293,0.103293 m 0,0 v -0.206613 l 0.206613,-0.103293 m 0,0 h 0.206613 l 0.103293,0.103293 m 0,0 v 0.206613 m 0,0 -0.206613,0.413227 m 0,0 0.309906,-0.103294 m 0,0 0.10332,0.103294 m -2.789264,-2.066105 v 0 m -1.136359,0.413226 v 0.103294 m 0,-0.103294 c 0,0 -0.103293,-0.10332 -0.103293,0 m 4.028916,2.995851 h -0.10332 m -2.169398,0.10332 c 0,-0.10332 -0.103319,-0.206614 -0.206613,-0.206614 -0.10332,0 -0.309933,0.103294 -0.309933,0.206614 0,0.103293 0.206613,0.309906 0.309933,0.309906 0.103294,0 0.206613,-0.206613 0.206613,-0.309906 m 1.549586,-1.859519 c 0,-0.413226 -0.309933,-0.723132 -0.72316,-0.723132 -0.309906,0 -0.723132,0.309906 -0.723132,0.723132 0,0.309933 0.413226,0.723133 0.723132,0.723133 0.413227,0 0.72316,-0.4132 0.72316,-0.723133 m 0.826426,2.995878 c 0,-0.413227 -0.309907,-0.723133 -0.723133,-0.723133 -0.309907,0 -0.723133,0.309906 -0.723133,0.723133 0,0.309906 0.413226,0.723132 0.723133,0.723132 0.413226,0 0.723133,-0.413226 0.723133,-0.723132 m -2.995851,0.826452 c 0,-0.413226 -0.309933,-0.723159 -0.723159,-0.723159 -0.309907,0 -0.723106,0.309933 -0.723106,0.723159 0,0.309906 0.413199,0.723133 0.723106,0.723133 0.413226,0 0.723159,-0.413227 0.723159,-0.723133 m -0.826452,-2.995877 c 0,-0.413226 -0.309907,-0.723133 -0.723107,-0.723133 -0.309933,0 -0.723159,0.309907 -0.723159,0.723133 0,0.309906 0.413226,0.723133 0.723159,0.723133 0.4132,0 0.723107,-0.413227 0.723107,-0.723133 m -0.206614,0 c 0,-0.309907 -0.206613,-0.51652 -0.516493,-0.51652 -0.206613,0 -0.516546,0.206613 -0.516546,0.51652 0,0.206613 0.309933,0.51652 0.516546,0.51652 0.30988,0 0.516493,-0.309907 0.516493,-0.51652 m 0.826453,2.995877 c 0,-0.309933 -0.206613,-0.516546 -0.516546,-0.516546 -0.206587,0 -0.51652,0.206613 -0.51652,0.516546 0,0.206613 0.309933,0.51652 0.51652,0.51652 0.309933,0 0.516546,-0.309907 0.516546,-0.51652 m 2.99585,-0.826452 c 0,-0.309933 -0.206586,-0.516547 -0.516519,-0.516547 -0.206613,0 -0.51652,0.206614 -0.51652,0.516547 0,0.206613 0.309907,0.516519 0.51652,0.516519 0.309933,0 0.516519,-0.309906 0.516519,-0.516519 m -0.826426,-2.995878 c 0,-0.309906 -0.206613,-0.516519 -0.516546,-0.516519 -0.206613,0 -0.516519,0.206613 -0.516519,0.516519 0,0.206614 0.309906,0.516546 0.516519,0.516546 0.309933,0 0.516546,-0.309932 0.516546,-0.516546 m -2.892557,31.714809 c 0,0.10329 0.103294,0.20661 0.206587,0.30991 m 0,0 c 0.10332,0.10332 0.309933,0.10332 0.413226,0.10332 0.206613,-0.10332 0.309933,-0.20662 0.413226,-0.30994 m 0,0 v -0.41322 m -1.136359,0.30993 v -0.10332 m 0,0.10332 v 0.10329 m 1.136359,-0.61983 c -0.413226,0 -0.826452,0.10332 -1.239652,0.30993 m 0.103293,0.10329 c -1.549558,0.72313 -2.376011,2.58265 -1.756171,4.2355 0.619839,1.65291 2.376011,2.58266 4.028889,2.06614 1.756199,-0.41323 2.789264,-2.06614 2.479358,-3.82231 -0.309933,-1.7562 -1.859518,-2.89255 -3.615717,-2.78923 m -0.103293,0.20661 v -0.10332 m 0.413226,1.7562 -0.413226,-1.34298 m 0.413226,1.23968 c 0.103294,0.61984 0.723133,0.92975 1.342972,0.82646 m 1.446266,-0.41323 -1.446266,0.41323 m 1.756199,0.4132 c -0.10332,-0.30991 -0.10332,-0.61982 -0.206613,-0.82643 m -1.342973,1.34297 1.446266,-0.41322 m -1.446266,0.3099 c -0.516546,0.10332 -0.929772,0.72313 -0.723159,1.34295 m 0.309933,1.54958 -0.413226,-1.44626 m -0.413226,1.65288 c 0.309906,-0.1033 0.619839,-0.1033 0.929746,-0.20662 m -1.342973,-1.23965 0.413227,1.44627 m -0.309907,-1.54959 c -0.206613,-0.51652 -0.826452,-0.92975 -1.446292,-0.72313 m -1.446265,0.41322 1.446265,-0.41322 m -1.652852,-0.5165 c 0,0.30988 0.103294,0.61982 0.206587,0.92972 m 1.239652,-1.23965 -1.549558,0.4132 m 1.549558,-0.4132 c 0.61984,-0.20661 0.929746,-0.82642 0.826453,-1.44626 m -0.413226,-1.23968 0.309906,1.34297 m 0.516546,3.20246 c 0,-0.30993 -0.309933,-0.61984 -0.723159,-0.61984 -0.309907,0 -0.723106,0.30991 -0.723106,0.61984 0,0.41323 0.413199,0.72314 0.723106,0.72314 0.413226,0 0.723159,-0.30991 0.723159,-0.72314 m 2.995851,-0.72316 c 0,-0.4132 -0.309907,-0.72313 -0.723133,-0.72313 -0.309907,0 -0.723133,0.30993 -0.723133,0.72313 0,0.30994 0.413226,0.72316 0.723133,0.72316 0.413226,0 0.723133,-0.41322 0.723133,-0.72316 m -3.822303,-2.27269 c 0,-0.3099 -0.309907,-0.61984 -0.723107,-0.61984 -0.309933,0 -0.723159,0.30994 -0.723159,0.61984 0,0.41323 0.413226,0.72314 0.723159,0.72314 0.4132,0 0.723107,-0.30991 0.723107,-0.72314 m 2.995877,-0.82645 c 0,-0.30991 -0.309933,-0.61981 -0.61984,-0.61981 -0.413226,0 -0.723132,0.3099 -0.723132,0.61981 0,0.41323 0.309906,0.72316 0.723132,0.72316 0.309907,0 0.61984,-0.30993 0.61984,-0.72316 m -1.342972,1.96281 c 0,-0.3099 -0.206614,-0.51652 -0.413227,-0.51652 -0.309933,0 -0.516546,0.20662 -0.516546,0.51652 0,0.20662 0.206613,0.51652 0.516546,0.51652 0.206613,0 0.413227,-0.3099 0.413227,-0.51652 m -0.826453,-3.30578 v -0.10329 m -1.033066,0.3099 v -0.10329 h -0.103293 m 0,0 c -1.652878,0.82642 -2.479331,2.68594 -1.756172,4.44211 0.619813,1.65288 2.479305,2.58266 4.235503,2.16943 1.756198,-0.51655 2.789264,-2.27275 2.582651,-4.02892 -0.309933,-1.7562 -1.962812,-3.09917 -3.82233,-2.89255 m 0,0 v 0 c 0,0 -0.103293,0 0,0 m -0.309906,5.37188 c 0,-0.20661 -0.206613,-0.41322 -0.516546,-0.41322 -0.206587,0 -0.51652,0.20661 -0.51652,0.41322 0,0.30991 0.309933,0.51652 0.51652,0.51652 0.309933,0 0.516546,-0.20661 0.516546,-0.51652 m 2.99585,-0.72316 c 0,-0.3099 -0.206586,-0.51652 -0.516519,-0.51652 -0.206613,0 -0.51652,0.20662 -0.51652,0.51652 0,0.20662 0.309907,0.51655 0.51652,0.51655 0.309933,0 0.516519,-0.30993 0.516519,-0.51655 m -3.822303,-2.27269 c 0,-0.20661 -0.206613,-0.41322 -0.516493,-0.41322 -0.206613,0 -0.516546,0.20661 -0.516546,0.41322 0,0.30994 0.309933,0.51652 0.516546,0.51652 0.30988,0 0.516493,-0.20658 0.516493,-0.51652 m 2.995877,-0.82645 c 0,-0.20661 -0.206613,-0.41323 -0.413226,-0.41323 -0.309933,0 -0.516546,0.20662 -0.516546,0.41323 0,0.30993 0.206613,0.51655 0.516546,0.51655 0.206613,0 0.413226,-0.20662 0.413226,-0.51655 m 29.855292,37.80983 c 0.103294,-0.20661 0.103294,-0.41322 0.103294,-0.61984 m -0.103294,-4.33885 c 0.103294,-0.20661 0.103294,-0.41322 0.103294,-0.61984 m -2.685944,3.71901 c 0,0.30994 0.309906,0.61984 0.619839,0.61984 0.309906,0 0.51652,-0.3099 0.51652,-0.61984 m -1.136359,-2.47933 c 0,0.30991 0.309906,0.61984 0.619839,0.61984 0.309906,0 0.51652,-0.30993 0.51652,-0.61984 m 0.103319,-1.23968 c 0,0.30994 0.309907,0.61984 0.619813,0.61984 0.309933,0 0.516546,-0.3099 0.516546,-0.61984 m 1.342972,0 c 0,0.30994 0.309907,0.61984 0.61984,0.61984 0.309906,0 0.516519,-0.3099 0.516519,-0.61984 m 0.10332,1.23968 c 0,0.30991 0.309906,0.61984 0.619813,0.61984 0.309933,0 0.516546,-0.30993 0.516546,-0.61984 m -1.136359,2.47933 c 0,0.30994 0.309906,0.61984 0.619813,0.61984 0.309933,0 0.516546,-0.3099 0.516546,-0.61984 m -2.376038,1.23968 c 0,0.30991 0.309907,0.61984 0.61984,0.61984 0.309906,0 0.516519,-0.30993 0.516519,-0.61984 m -3.61569,0 c 0,0.30991 0.309907,0.61984 0.619813,0.61984 0.309933,0 0.516546,-0.30993 0.516546,-0.61984 m 4.338849,-2.47933 c 0,-0.30993 0,-0.72316 -0.103319,-1.03306 m -7.024794,0 c -0.103293,0.3099 -0.206613,0.72313 -0.206613,1.03306 m 4.752076,-3.5124 c -0.72316,-0.10332 -1.446292,-0.10332 -2.066132,0 m 0,0 c -1.239652,0.4132 -2.169424,1.34298 -2.479331,2.47934 m 0,0 c 0,0.10329 -0.103293,0.10329 -0.103293,0.10329 m 0,0 c 0,0.20661 0.206613,0.41323 0.4132,0.41323 m 2.582651,-2.58266 c 0,-0.10329 0,-0.20661 -0.103294,-0.3099 -0.10332,0 -0.206613,-0.1033 -0.309933,0 m 4.545463,2.37604 c -0.413227,-1.13636 -1.342973,-2.06614 -2.479331,-2.47934 m 0,0.1033 c -0.10332,-0.1033 -0.309933,0 -0.309933,0 -0.103294,0.10329 -0.206613,0.20661 -0.206613,0.3099 m 2.58265,2.58266 c 0.10332,0 0.206613,-0.1033 0.309933,-0.20662 0,0 0.103294,-0.20661 0,-0.3099 m -2.892583,4.23552 c 0,0.10332 0.103319,0.20662 0.206613,0.30994 0,0 0.206613,0.10329 0.309933,0 m 0,0 c 1.136358,-0.30994 2.066104,-1.23968 2.479331,-2.47936 m -0.103294,0 c 0.103294,-0.10329 0,-0.20661 0,-0.30991 -0.10332,-0.10332 -0.206613,-0.10332 -0.309933,-0.10332 m -6.611567,0.41323 c 0.309907,1.23968 1.239679,2.16942 2.479331,2.47936 m 0,0 c 0.10332,0.10329 0.206613,0 0.309933,0 0.103294,-0.10332 0.103294,-0.20662 0.103294,-0.30994 m -2.582651,-2.58265 c -0.206587,0 -0.4132,0.10332 -0.4132,0.30994 m 0,0 c 0,0.10329 0.103293,0.10329 0.103293,0.10329 m -0.206613,-1.03304 c 0,0.4132 0.10332,0.72313 0.206613,1.03304 m 7.024794,0 c 0.103319,-0.30991 0.103319,-0.61984 0.103319,-1.03304 m -4.648782,3.5124 c 0.61984,0.20658 1.342972,0.20658 2.066132,0 m -1.756199,-1.03307 c 0,-0.30993 -0.206613,-0.51654 -0.516546,-0.51654 -0.309906,0 -0.619813,0.20661 -0.619813,0.51654 m 3.61569,0 c 0,-0.30993 -0.206613,-0.51654 -0.516519,-0.51654 -0.309933,0 -0.61984,0.20661 -0.61984,0.51654 m 2.376038,-1.23968 c 0,-0.3099 -0.206613,-0.51652 -0.516546,-0.51652 -0.309907,0 -0.619813,0.20662 -0.619813,0.51652 m 1.136359,-2.47933 c 0,-0.30993 -0.206613,-0.51652 -0.516546,-0.51652 -0.309907,0 -0.619813,0.20659 -0.619813,0.51652 m -0.10332,-1.23968 c 0,-0.3099 -0.206613,-0.51652 -0.516519,-0.51652 -0.309933,0 -0.61984,0.20662 -0.61984,0.51652 m -1.342972,0 c 0,-0.3099 -0.206613,-0.51652 -0.516546,-0.51652 -0.309906,0 -0.619813,0.20662 -0.619813,0.51652 m -0.103319,1.23968 c 0,-0.30993 -0.206614,-0.51652 -0.51652,-0.51652 -0.309933,0 -0.619839,0.20659 -0.619839,0.51652 m 1.136359,2.47933 c 0,-0.3099 -0.206614,-0.51652 -0.51652,-0.51652 -0.309933,0 -0.619839,0.20662 -0.619839,0.51652 m 0,-1.65288 h -0.10332 m 3.615716,3.61569 v -0.10329 m -1.033065,0 v 0.10329 m -2.582651,-2.58265 h 0.10332 m 0,-1.13635 c 0.413226,0.30993 0.826452,0.30993 1.136359,0 m 1.033065,0.10331 h -1.033065 m 1.033065,-0.10331 c 0.206613,0 0.309907,-0.1033 0.309907,-0.30991 m 0,-1.03307 v 1.03307 m 0.206613,-1.65291 c 0,-0.20661 0,-0.41322 -0.103294,-0.51652 m 1.03304,0 c -0.309907,0.30991 -0.309907,0.72314 0,1.13636 m -0.103294,1.03307 v -1.03307 m 0.103294,1.03307 c 0,0.20661 0.103319,0.30991 0.309932,0.30991 m 1.033066,0.10331 h -1.033066 m 1.033066,-0.10331 c 0.4132,0.30993 0.826426,0.30993 1.136359,0 m 0,1.03306 c -0.309933,-0.20661 -0.723159,-0.20661 -1.136359,0 m -0.413226,0.10329 h 0.413226 m -0.309933,0 c -0.103293,0 -0.206613,0 -0.206613,0.10332 m 0,0.51652 v -0.41322 m -0.206613,0.61984 c 0.10332,0 0.206613,-0.1033 0.206613,-0.20662 m -0.723133,0.20662 h 0.51652 m -0.413226,0 c -0.103294,0 -0.206613,0 -0.206613,0.10332 m -0.103294,0.4132 v -0.30991 m 0.103294,0.30991 c -0.309907,0.30993 -0.309907,0.72316 0,1.13638 m -0.929746,-0.61984 c 0,-0.20661 0,-0.41322 -0.103294,-0.51654 m -0.103319,-1.03304 v 1.03304 m 0,-1.03304 c 0,-0.20662 -0.103294,-0.30994 -0.309907,-0.30994 m -1.033065,0 h 1.033065 m -1.033065,-0.10329 c -0.309907,-0.20661 -0.723133,-0.20661 -1.136359,0 m 1.033065,0 h 2.066105 m 0,0 v 2.58265 m 0,0 h 0.206613 m 0,0 v -0.51654 m 0.206613,-0.61984 c -0.10332,0.10332 -0.206613,0.30993 -0.206613,0.51654 m 0.206613,-0.41322 v -2.16943 m 0,0 h 2.479331 m 0,0 v -0.10329 m 0,0 h -0.516519 m -0.51652,-0.20662 c 0.206587,0.1033 0.4132,0.20662 0.619813,0.20662 m -0.619813,-0.20662 H 66.37378 m 0,0 v -2.47935 m 0,0 h -0.206613 m 0,0 v 0.51654 m -0.103294,0.51652 c 0.103294,-0.20661 0.206613,-0.41322 0.206613,-0.61984 m -0.206613,0.61984 v 2.06611 m 0,0 h -2.58265 m 0,0 v 0.20661 m 0,0 h 0.516519 m 0.61984,0.10332 c -0.103294,-0.10332 -0.309907,-0.20661 -0.51652,-0.20661 m 2.479331,2.78926 H 66.4771 m 2.99585,-3.20249 v 0.20661 m -3.09917,-2.99587 h 0.10332 m -2.995877,3.09917 v -0.1033 m 0,0 h 2.58265 m 0.413227,-2.99587 v 2.47935 m 2.99585,0.51652 h -2.479331 m -0.516519,2.99588 v -2.58265 m -0.413227,-30.26852 c 0.103294,-0.10332 0.103294,-0.3099 0.103294,-0.51652 m -0.103294,-4.44214 c 0.103294,-0.10329 0.103294,-0.30991 0.103294,-0.51652 m -2.685944,3.71898 c 0,0.30991 0.309906,0.61984 0.619839,0.61984 0.309906,0 0.51652,-0.30993 0.51652,-0.61984 m -1.136359,-2.4793 c 0,0.30991 0.309906,0.61981 0.619839,0.61981 0.309906,0 0.51652,-0.3099 0.51652,-0.61981 m 0.103319,-1.23968 c 0,0.30991 0.309907,0.61984 0.619813,0.61984 0.309933,0 0.516546,-0.30993 0.516546,-0.61984 m 1.342972,0 c 0,0.30991 0.309907,0.61984 0.61984,0.61984 0.309906,0 0.516519,-0.30993 0.516519,-0.61984 m 0.10332,1.23968 c 0,0.30991 0.309906,0.61981 0.619813,0.61981 0.309933,0 0.516546,-0.3099 0.516546,-0.61981 m -1.136359,2.4793 c 0,0.30991 0.309906,0.61984 0.619813,0.61984 0.309933,0 0.516546,-0.30993 0.516546,-0.61984 m -2.376038,1.23968 c 0,0.30991 0.309907,0.61982 0.61984,0.61982 0.309906,0 0.516519,-0.30991 0.516519,-0.61982 m -3.61569,0 c 0,0.30991 0.309907,0.61982 0.619813,0.61982 0.309933,0 0.516546,-0.30991 0.516546,-0.61982 m 4.338849,-2.47933 c 0,-0.41322 0,-0.72313 -0.103319,-1.03304 m -7.024794,0 c -0.103293,0.30991 -0.206613,0.61982 -0.206613,1.03304 m 4.752076,-3.51239 c -0.72316,-0.20662 -1.446292,-0.20662 -2.066132,0 m 0,0 c -1.239652,0.30993 -2.169424,1.23967 -2.479331,2.47935 m 0,0 c 0,0 -0.103293,0 -0.103293,0.1033 m 0,0 c 0,0.20661 0.206613,0.41322 0.4132,0.41322 m 2.582651,-2.58265 c 0,-0.10329 0,-0.3099 -0.103294,-0.3099 -0.10332,-0.10332 -0.206613,-0.10332 -0.309933,-0.10332 m 4.545463,2.47935 c -0.413227,-1.23968 -1.342973,-2.16942 -2.479331,-2.47935 m 0,0 c -0.10332,0 -0.309933,0 -0.309933,0.10332 -0.103294,0 -0.206613,0.20661 -0.206613,0.3099 m 2.58265,2.58265 c 0.10332,0 0.206613,-0.10332 0.309933,-0.20661 0,-0.10329 0.103294,-0.20661 0,-0.30991 m -2.892583,4.13219 c 0,0.10332 0.103319,0.20661 0.206613,0.30993 0,0 0.206613,0.10329 0.309933,0 m 0,0.10329 c 1.136358,-0.41322 2.066104,-1.34297 2.479331,-2.47933 m -0.103294,0 c 0.103294,-0.10329 0,-0.30991 0,-0.30991 -0.10332,-0.10332 -0.206613,-0.20661 -0.309933,-0.20661 m -6.611567,0.51652 c 0.309907,1.13636 1.239679,2.06611 2.479331,2.47933 m 0,-0.10329 c 0.10332,0.10329 0.206613,0 0.309933,0 0.103294,-0.10332 0.103294,-0.20661 0.103294,-0.30993 m -2.582651,-2.58263 c -0.206587,0 -0.4132,0.20661 -0.4132,0.41323 m 0,0 c 0,0 0.103293,0 0.103293,0.10329 m -0.206613,-1.03304 c 0,0.30993 0.10332,0.72313 0.206613,1.03304 m 7.024794,0 c 0.103319,-0.30991 0.103319,-0.72311 0.103319,-1.03304 m -4.648782,3.51237 c 0.61984,0.10332 1.342972,0.10332 2.066132,0 m -1.756199,-1.03304 c 0,-0.30993 -0.206613,-0.61984 -0.516546,-0.61984 -0.309906,0 -0.619813,0.30991 -0.619813,0.61984 m 3.61569,0 c 0,-0.30993 -0.206613,-0.61984 -0.516519,-0.61984 -0.309933,0 -0.61984,0.30991 -0.61984,0.61984 m 2.376038,-1.23968 c 0,-0.3099 -0.206613,-0.61984 -0.516546,-0.61984 -0.309907,0 -0.619813,0.30994 -0.619813,0.61984 m 1.136359,-2.4793 c 0,-0.30993 -0.206613,-0.61984 -0.516546,-0.61984 -0.309907,0 -0.619813,0.30991 -0.619813,0.61984 m -0.10332,-1.23968 c 0,-0.30991 -0.206613,-0.61984 -0.516519,-0.61984 -0.309933,0 -0.61984,0.30993 -0.61984,0.61984 m -1.342972,0 c 0,-0.30991 -0.206613,-0.61984 -0.516546,-0.61984 -0.309906,0 -0.619813,0.30993 -0.619813,0.61984 m -0.103319,1.23968 c 0,-0.30993 -0.206614,-0.61984 -0.51652,-0.61984 -0.309933,0 -0.619839,0.30991 -0.619839,0.61984 m 1.136359,2.4793 c 0,-0.3099 -0.206614,-0.61984 -0.51652,-0.61984 -0.309933,0 -0.619839,0.30994 -0.619839,0.61984 m 0,-1.75617 h -0.10332 m 2.582651,-2.58265 v 0.10332 m 1.033065,0 v -0.10332 m -3.615716,3.61569 h 0.10332 m 0,-1.03304 c 0.413226,0.20662 0.826452,0.20662 1.136359,0 m 1.033065,0 h -1.033065 m 1.033065,0 c 0.206613,0 0.309907,-0.20661 0.309907,-0.41322 m 0,-0.92975 v 1.03307 m 0.206613,-1.65291 c 0,-0.20661 0,-0.41323 -0.103294,-0.61984 m 1.03304,0 c -0.309907,0.41323 -0.309907,0.82645 0,1.13636 m -0.103294,1.13639 v -1.03307 m 0.103294,0.92975 c 0,0.20661 0.103319,0.41322 0.309932,0.41322 m 1.033066,0 h -1.033066 m 1.033066,0 c 0.4132,0.20662 0.826426,0.20662 1.136359,0 m 0,1.03304 c -0.309933,-0.3099 -0.723159,-0.3099 -1.136359,0 m -0.413226,0 h 0.413226 m -0.309933,0 c -0.103293,0 -0.206613,0.10329 -0.206613,0.20661 m 0,0.51652 v -0.51652 m -0.206613,0.61982 c 0.10332,0 0.206613,-0.1033 0.206613,-0.20662 m -0.723133,0.30994 h 0.51652 m -0.413226,-0.10332 c -0.103294,0 -0.206613,0.10332 -0.206613,0.20661 m -0.103294,0.41323 v -0.41323 m 0.103294,0.30993 c -0.309907,0.41323 -0.309907,0.82646 0,1.13636 m -0.929746,-0.51652 c 0,-0.20661 0,-0.41322 -0.103294,-0.61984 m -0.103319,-0.92974 v 1.03304 m 0,-1.13636 c 0,-0.20662 -0.103294,-0.30991 -0.309907,-0.30991 m -1.033065,0 h 1.033065 m -1.033065,0 c -0.309907,-0.3099 -0.723133,-0.3099 -1.136359,0 m 1.033065,0 h 2.066105 m 0,0 v 2.47933 m 0,0 h 0.206613 m 0,0 v -0.51652 m 0.206613,-0.61984 c -0.10332,0.20662 -0.206613,0.41323 -0.206613,0.61984 m 0.206613,-0.51654 v -2.06608 m 0,0 h 2.479331 m 0,0 v -0.20661 m 0,0 h -0.516519 m -0.51652,-0.20662 c 0.206587,0.1033 0.4132,0.20662 0.619813,0.20662 m -0.619813,-0.10332 H 66.37378 m 0,0 v -2.58263 m 0,0 h -0.206613 m 0,0 v 0.51652 m -0.103294,0.51652 c 0.103294,-0.10329 0.206613,-0.30991 0.206613,-0.51652 m -0.206613,0.61984 v 2.06611 m 0,0 h -2.58265 m 0,0 v 0.10331 m 0,0 h 0.516519 m 0.61984,0.10327 c -0.103294,-0.10327 -0.309907,-0.10327 -0.51652,-0.10327 m 2.479331,2.68592 H 66.4771 m 2.99585,-3.09914 v 0.10329 m -3.09917,-2.99585 h 0.10332 m -2.995877,3.20247 v -0.20662 m 0,0 h 2.58265 m 0.413227,-2.99585 v 2.58263 m 2.99585,0.41322 h -2.479331 m -0.516519,2.99585 v -2.47933 m 63.53286,-69.21468 c -0.30991,0 -0.61984,0.10332 -0.82645,0.206613 m 1.03306,-0.619839 c -0.51652,0 -1.03306,0.10332 -1.44629,0.309933 m -1.23965,1.136359 c -0.82643,1.136359 -0.92972,2.789237 -0.10332,3.925596 0.82645,1.239679 2.27274,1.859492 3.71901,1.549585 1.44629,-0.309906 2.47936,-1.446292 2.78926,-2.892557 m -5.1653,-3.718983 c -0.51652,0.309906 -0.92974,0.619839 -1.23965,1.136359 m 0.30991,-0.103294 c -0.92972,1.033039 -1.03304,2.582598 -0.30991,3.822277 0.61984,1.239679 2.0661,1.859492 3.5124,1.652905 1.34297,-0.309933 2.47933,-1.342999 2.68594,-2.789264 m 0,0.103293 h 0.10329 m -6.30163,-2.685917 0.20661,-0.103294 m 1.03304,-0.723159 V 39.20443 m 1.54959,-0.309906 c -0.51652,0 -1.03304,0.206613 -1.54959,0.413226 m 1.44629,-0.516546 0.1033,0.206613 m 2.89258,3.822303 0.51652,0.103293 m -0.41323,-1.033012 -0.10329,0.929719 m 0.51652,-0.826426 -0.41323,-0.103293 m 0.41323,0 c -0.10329,-1.239679 -0.92975,-2.376038 -2.16942,-2.789264 m -1.13636,0.413226 1.13636,-0.309933 m -1.23968,-0.206613 0.10332,0.516546 m -1.54959,0.309906 -0.10332,-0.413226 m -1.03304,0.723159 1.13636,-0.309933 m 4.02892,2.272745 c 0,-0.309933 -0.1033,-0.61984 -0.20662,-0.929773 m -0.72313,1.239653 0.92975,-0.30988 m -0.92975,0.206586 c -0.61984,0.103294 -0.92974,0.723133 -0.82645,1.342972 m 0.41323,1.549586 -0.30991,-1.446292 m -0.51655,1.652905 c 0.30994,-0.10332 0.61984,-0.10332 0.92978,-0.206613 m -1.343,-1.239679 0.41322,1.446292 m -0.41322,-1.549585 c -0.1033,-0.516546 -0.72314,-0.929773 -1.34298,-0.72316 m -1.44626,0.413227 1.44626,-0.413227 m -1.65287,-0.516519 c 0,0.309906 0.10329,0.619839 0.20661,0.929746 m 1.23965,-1.239653 -1.44626,0.4132 m 1.44626,-0.4132 c 0.61984,-0.206586 0.92977,-0.826426 0.82645,-1.446265 m -0.41322,-1.342972 0.41322,1.446265 m 0.82646,-0.206613 -0.41323,-1.549585 m 0.41323,1.446292 c 0.10329,0.619839 0.72313,0.929746 1.34297,0.826452 m 0.92974,-0.206613 -0.92974,0.206613 m 0.10332,-2.376037 c -0.51655,-0.309933 -1.03307,-0.413227 -1.65291,-0.309933 m 3.71901,3.099197 c -0.10332,-1.239679 -0.92974,-2.272745 -2.0661,-2.789264 m 2.0661,3.718983 v -0.929719 m 0,0.103293 h -0.20661 m -2.16942,-2.789264 0.30993,-0.103293 M 130.6298,42.3036 c 0,-0.103293 -0.10332,-0.206586 -0.20661,-0.206586 -0.10332,0 -0.20662,0.103293 -0.20662,0.206586 0,0.103294 0.1033,0.206587 0.20662,0.206587 0.10329,0 0.20661,-0.103293 0.20661,-0.206587 m -1.44629,-1.136359 c 0,-0.309906 -0.30991,-0.619839 -0.72314,-0.619839 -0.3099,0 -0.61983,0.309933 -0.61983,0.619839 0,0.413227 0.30993,0.72316 0.61983,0.72316 0.41323,0 0.72314,-0.309933 0.72314,-0.72316 m 2.99587,-0.826426 c 0,-0.309933 -0.3099,-0.619839 -0.72313,-0.619839 -0.30993,0 -0.61984,0.309906 -0.61984,0.619839 0,0.4132 0.30991,0.723133 0.61984,0.723133 0.41323,0 0.72313,-0.309933 0.72313,-0.723133 m 0.82646,2.995825 c 0,-0.309907 -0.41323,-0.61984 -0.72316,-0.61984 -0.4132,0 -0.72313,0.309933 -0.72313,0.61984 0,0.413226 0.30993,0.723132 0.72313,0.723132 0.30993,0 0.72316,-0.309906 0.72316,-0.723132 m -2.99588,0.826452 c 0,-0.309906 -0.41323,-0.619839 -0.72313,-0.619839 -0.41323,0 -0.72316,0.309933 -0.72316,0.619839 0,0.413226 0.30993,0.723133 0.72316,0.723133 0.3099,0 0.72313,-0.309907 0.72313,-0.723133 m -0.20661,0 c 0,-0.206613 -0.30991,-0.413226 -0.51652,-0.413226 -0.30994,0 -0.51655,0.206613 -0.51655,0.413226 0,0.309906 0.20661,0.51652 0.51655,0.51652 0.20661,0 0.51652,-0.206614 0.51652,-0.51652 m 2.99587,-0.826452 c 0,-0.206614 -0.30993,-0.413227 -0.51654,-0.413227 -0.30991,0 -0.51652,0.206613 -0.51652,0.413227 0,0.309932 0.20661,0.516546 0.51652,0.516546 0.20661,0 0.51654,-0.206614 0.51654,-0.516546 m -0.82645,-2.995825 c 0,-0.206613 -0.20661,-0.413226 -0.51652,-0.413226 -0.20661,0 -0.41322,0.206613 -0.41322,0.413226 0,0.309907 0.20661,0.51652 0.41322,0.51652 0.30991,0 0.51652,-0.206613 0.51652,-0.51652 m -2.99588,0.826426 c 0,-0.206613 -0.20661,-0.413226 -0.51652,-0.413226 -0.20661,0 -0.41322,0.206613 -0.41322,0.413226 0,0.309933 0.20661,0.516546 0.41322,0.516546 0.30991,0 0.51652,-0.206613 0.51652,-0.516546 m -1.65287,0.516546 h 0.10329 m 0,0 0.20661,0.723107 m 0,0 0.10332,-0.103294 m 0,0 v 0.103294 m 0,0 v 0.103293 m 0,0 -0.20661,0.10332 m 0,0 -0.20661,-0.92972 m 2.78926,3.305758 0.10329,0.206613 m 0,0 -0.20661,0.103293 m 0,0 v -0.309906 m 0,0 h -0.10329 m 0,0 v -0.10332 m 0,0 h 0.10329 m 0,0 -0.10329,-0.103294 m 0,0 h 0.10329 m 0,0 0.10332,0.103294 m 0,0 0.30991,-0.103294 m 0,0 v 0.103294 m 0,0 -0.10332,0.723159 m 0,0 h -0.1033 m 0,0 0.1033,-0.723159 m 0,0 -0.20659,0.10332 m 1.54959,0 0.10329,0.103293 h 0.20661 m 0,0 h 0.10329 m 0,0 c 0.10332,-0.103293 0.10332,-0.206613 0.10332,-0.309907 m 0,0.103294 h -0.10332 m -0.10329,0 c 0.10329,0 0.10329,0 0.10329,-0.103294 m -0.20658,0.103294 v 0 c 0,0.10332 0.10329,0.10332 0.10329,0 m -0.20661,0 v -0.103294 h 0.10332 m 0,0 h 0.10329 m 0,0 -0.10329,-0.103319 m -0.10332,-0.206614 v 0.10332 h 0.10332 m -0.10332,-0.206613 v 0 c -0.10329,0 -0.10329,0.103293 0,0.103293 m 0,-0.103293 h 0.10332 l 0.10329,0.103293 m 0,0 0.10329,-0.103293 m 0,0 -0.10329,-0.10332 h -0.20661 m 0,0 -0.20661,0.10332 v 0.206613 m 0,0 c 0,0.103294 0.10332,0.103294 0.20661,0.103294 m 0,0.103319 -0.10329,0.103294 v 0.10332 m 1.13635,-4.752049 -0.51654,0.103319 m 0,0 v 0.103294 m 0,0 h 0.30993 m 0,0 -0.10332,0.413226 m 0,-0.10332 c -0.10329,0.10332 0,0.206613 0,0.309933 0.10332,0.103293 0.20661,0.103293 0.30993,0 0.1033,0 0.1033,-0.10332 0.1033,-0.206613 m 0,0 h -0.1033 m -0.20661,0 c -0.10332,0 -0.10332,0.103293 0,0.103293 0,0.10332 0.10329,0.10332 0.10329,0 0.10332,0 0.10332,-0.103293 0.10332,-0.103293 m -0.20661,0 0.20661,-0.51652 m 0,0 v -0.103319 m -2.78926,64.565924 c -0.30991,0 -0.61984,0.10332 -0.82645,0.20661 m 1.03306,-0.61983 c -0.51652,0 -1.03306,0.10332 -1.44629,0.30993 m -1.23965,1.13636 c -0.82643,1.13636 -0.92972,2.78923 -0.10332,3.92559 0.82645,1.23966 2.27274,1.8595 3.71901,1.54959 1.44629,-0.30993 2.47936,-1.44629 2.78926,-2.89256 m -5.1653,-3.71898 c -0.51652,0.3099 -0.92974,0.61984 -1.23965,1.13636 m 0.30991,-0.10332 c -0.92972,1.03306 -1.03304,2.58262 -0.30991,3.8223 0.61984,1.23965 2.0661,1.85949 3.5124,1.65288 1.34297,-0.30991 2.47933,-1.34297 2.68594,-2.78924 m 0,0.10329 h 0.10329 m -6.30163,-2.68591 0.20661,-0.10332 m 1.03304,-0.72314 v -0.20661 m 1.54959,-0.3099 c -0.51652,0 -1.03304,0.20661 -1.54959,0.41322 m 1.44629,-0.51654 0.1033,0.20661 m 2.89258,3.92559 h 0.51652 m -0.41323,-1.03303 -0.10329,1.03303 m 0.51652,-0.92971 -0.41323,-0.10332 m 0.41323,0 c -0.10329,-1.23966 -0.92975,-2.37602 -2.16942,-2.78924 m -1.13636,0.41322 1.13636,-0.30993 m -1.23968,-0.20661 0.10332,0.51654 m -1.54959,0.4132 -0.10332,-0.51652 m -1.03304,0.72314 1.13636,-0.20662 m 4.02892,2.16943 c 0,-0.30991 -0.1033,-0.61981 -0.20662,-0.92975 m -0.72313,1.23968 0.92975,-0.30993 m -0.92975,0.20661 c -0.61984,0.10332 -0.92974,0.72313 -0.82645,1.34295 m 0.41323,1.54958 -0.30991,-1.44626 m -0.51655,1.65288 c 0.30994,-0.1033 0.61984,-0.1033 0.92978,-0.20662 m -1.343,-1.23965 0.41322,1.44627 m -0.41322,-1.54959 c -0.1033,-0.51652 -0.72314,-0.92975 -1.34298,-0.72313 m -1.44626,0.41322 1.44626,-0.41322 m -1.65287,-0.5165 c 0,0.30988 0.10329,0.61982 0.20661,0.92972 m 1.23965,-1.23965 -1.44626,0.4132 m 1.44626,-0.4132 c 0.61984,-0.20661 0.92977,-0.82642 0.82645,-1.44626 m -0.41322,-1.34298 0.41322,1.44627 m 0.82646,-0.20661 -0.41323,-1.54959 m 0.41323,1.44629 c 0.10329,0.61984 0.72313,0.92975 1.34297,0.82646 m 0.92974,-0.20662 -0.92974,0.20662 m 0.10332,-2.37604 c -0.51655,-0.30993 -1.03307,-0.41323 -1.65291,-0.30993 m 3.71901,3.09917 c -0.10332,-1.23966 -0.92974,-2.27272 -2.0661,-2.78924 m 2.0661,3.71898 v -0.92974 m 0,0.10332 h -0.20661 m -2.16942,-2.78927 0.30993,-0.10329 m 2.68594,0.92974 c 0,0 0.1033,-0.10332 0,-0.10332 m -3.92562,2.37604 c 0,-0.10329 -0.10332,-0.20661 -0.20661,-0.20661 -0.10332,0 -0.20662,0.10332 -0.20662,0.20661 0,0.10332 0.1033,0.20662 0.20662,0.20662 0.10329,0 0.20661,-0.1033 0.20661,-0.20662 m -1.44629,-1.13636 c 0,-0.3099 -0.30991,-0.61984 -0.72314,-0.61984 -0.3099,0 -0.61983,0.30994 -0.61983,0.61984 0,0.41323 0.30993,0.72314 0.61983,0.72314 0.41323,0 0.72314,-0.30991 0.72314,-0.72314 m 2.99587,-0.82645 c 0,-0.30991 -0.3099,-0.61981 -0.72313,-0.61981 -0.30993,0 -0.61984,0.3099 -0.61984,0.61981 0,0.41323 0.30991,0.72316 0.61984,0.72316 0.41323,0 0.72313,-0.30993 0.72313,-0.72316 m 0.82646,2.99585 c 0,-0.30991 -0.41323,-0.61984 -0.72316,-0.61984 -0.4132,0 -0.72313,0.30993 -0.72313,0.61984 0,0.41323 0.30993,0.72313 0.72313,0.72313 0.30993,0 0.72316,-0.3099 0.72316,-0.72313 m -2.99588,0.82645 c 0,-0.30993 -0.41323,-0.61984 -0.72313,-0.61984 -0.41323,0 -0.72316,0.30991 -0.72316,0.61984 0,0.41323 0.30993,0.72314 0.72316,0.72314 0.3099,0 0.72313,-0.30991 0.72313,-0.72314 m -0.20661,0 c 0,-0.20661 -0.30991,-0.41322 -0.51652,-0.41322 -0.30994,0 -0.51655,0.20661 -0.51655,0.41322 0,0.30991 0.20661,0.51652 0.51655,0.51652 0.20661,0 0.51652,-0.20661 0.51652,-0.51652 m 2.99587,-0.82645 c 0,-0.20661 -0.30993,-0.41323 -0.51654,-0.41323 -0.30991,0 -0.51652,0.20662 -0.51652,0.41323 0,0.30991 0.20661,0.51652 0.51652,0.51652 0.20661,0 0.51654,-0.20661 0.51654,-0.51652 m -0.82645,-2.99585 c 0,-0.20661 -0.20661,-0.41323 -0.51652,-0.41323 -0.20661,0 -0.41322,0.20662 -0.41322,0.41323 0,0.30993 0.20661,0.51655 0.41322,0.51655 0.30991,0 0.51652,-0.20662 0.51652,-0.51655 m -2.99588,0.82645 c 0,-0.20661 -0.20661,-0.41322 -0.51652,-0.41322 -0.20661,0 -0.41322,0.20661 -0.41322,0.41322 0,0.30994 0.20661,0.51652 0.41322,0.51652 0.30991,0 0.51652,-0.20658 0.51652,-0.51652 m -1.65287,0.51652 h 0.10329 m 0,0 0.20661,0.72316 m 0,0 0.10332,-0.10332 m 0,0 v 0.10332 m 0,0 v 0.1033 m 0,0 -0.20661,0.10331 m 0,0 -0.20661,-0.92977 m 2.78926,3.30579 0.10329,0.20658 m 0,0 -0.20661,0.10332 m 0,0 v -0.3099 m 0,0 h -0.10329 m 0,0 v -0.10332 m 0,0 h 0.10329 m 0,0 -0.10329,-0.1033 m 0,0 h 0.10329 m 0,0 0.10332,0.1033 m 0,0 0.30991,-0.1033 m 0,0 v 0.1033 m 0,0 -0.10332,0.72313 m 0,0 h -0.1033 m 0,0 0.1033,-0.72313 m 0,0 -0.20659,0.10332 m 1.54959,0 0.10329,0.10329 h 0.20661 m 0,0 h 0.10329 m 0,0 c 0.10332,-0.10329 0.10332,-0.20661 0.10332,-0.30991 m 0,0.1033 h -0.10332 m -0.10329,0.10332 c 0.10329,0 0.10329,-0.10332 0.10329,-0.10332 m -0.20658,0 v 0 c 0,0.10332 0.10329,0.10332 0.10329,0 m -0.20661,0 v -0.1033 h 0.10332 m 0,0 h 0.10329 m 0,0 -0.10329,-0.10332 m -0.10332,-0.20661 v 0.10332 c 0,0.10329 0.10332,0.10329 0.10332,0 m -0.10332,-0.20661 v 0 c -0.10329,0 -0.10329,0.10329 0,0.10329 m 0,-0.10329 h 0.10332 l 0.10329,0.10329 m 0,0 0.10329,-0.10329 m 0,0 -0.10329,-0.10332 h -0.20661 m 0,0 -0.20661,0.10332 v 0.20661 m 0,0 c 0,0.10329 0.10332,0.10329 0.20661,0.10329 m 0,0.10332 -0.10329,0.1033 v 0.10332 m 1.13635,-4.75205 -0.51654,0.10329 m 0,0 v 0.10332 m 0,0 h 0.30993 m 0,0 -0.10332,0.41323 m 0,-0.10332 c -0.10329,0.10332 0,0.20661 0,0.30993 0.10332,0.10329 0.20661,0.10329 0.30993,0 0.1033,0 0.1033,-0.10332 0.1033,-0.20661 m 0,0 h -0.1033 m -0.20661,0 c -0.10332,0 -0.10332,0.10329 0,0.10329 0,0.10332 0.10329,0.10332 0.10329,0 0.10332,0 0.10332,-0.10329 0.10332,-0.10329 m -0.20661,0 0.20661,-0.51655 m 0,0 v -0.10329 m -2.78926,31.71475 c -0.30991,0.10332 -0.61984,0.10332 -0.82645,0.20662 m 1.03306,-0.61982 c -0.51652,0 -1.03306,0.20659 -1.44629,0.4132 m -1.23965,1.03307 c -0.82643,1.23968 -0.92972,2.78926 -0.10332,4.02892 0.82645,1.23967 2.27274,1.85951 3.71901,1.54961 1.44629,-0.30994 2.47936,-1.44629 2.78926,-2.89259 m -5.1653,-3.71901 c -0.51652,0.20662 -0.92974,0.61984 -1.23965,1.03307 m 0.30991,-0.10329 c -0.92972,1.13636 -1.03304,2.68594 -0.30991,3.92562 0.61984,1.23965 2.0661,1.85949 3.5124,1.54958 1.34297,-0.20661 2.47933,-1.34299 2.68594,-2.68597 m 0,0 h 0.10329 m -6.30163,-2.58262 0.20661,-0.10332 m 1.03304,-0.82645 v -0.20662 m 1.54959,-0.20661 c -0.51652,0 -1.03304,0.10332 -1.54959,0.30993 m 1.44629,-0.51652 0.1033,0.20659 m 2.89258,3.92562 h 0.51652 m -0.41323,-0.92974 -0.10329,0.92974 m 0.51652,-0.92974 h -0.41323 m 0.41323,0 c -0.10329,-1.34297 -0.92975,-2.37604 -2.16942,-2.78927 m -1.13636,0.30994 1.13636,-0.30994 m -1.23968,-0.20661 0.10332,0.51655 m -1.54959,0.41322 -0.10332,-0.51654 m -1.03304,0.82645 1.13636,-0.30991 m 4.02892,2.16943 c 0,-0.30993 -0.1033,-0.51655 -0.20662,-0.82645 m -0.72313,1.13635 0.92975,-0.20661 m -0.92975,0.10332 c -0.61984,0.20659 -0.92974,0.82643 -0.82645,1.44627 m 0.41323,1.44629 -0.30991,-1.44629 m -0.51655,1.6529 c 0.30994,0 0.61984,-0.10332 0.92978,-0.20661 m -1.343,-1.23968 0.41322,1.54958 m -0.41322,-1.54958 c -0.1033,-0.61984 -0.72314,-0.92975 -1.34298,-0.82645 m -1.44626,0.51654 1.44626,-0.41322 m -1.65287,-0.51655 c 0,0.30993 0.10329,0.61984 0.20661,0.82645 m 1.23965,-1.13636 -1.44626,0.30991 m 1.44626,-0.4132 c 0.61984,-0.10332 0.92977,-0.72316 0.82645,-1.343 m -0.41322,-1.44626 0.41322,1.44626 m 0.82646,-0.20661 -0.41323,-1.44627 m 0.41323,1.44627 c 0.10329,0.51655 0.72313,0.92977 1.34297,0.72316 m 0.92974,-0.20661 -0.92974,0.3099 m 0.10332,-2.47933 c -0.51655,-0.20661 -1.03307,-0.30991 -1.65291,-0.30991 m 3.71901,3.20247 c -0.10332,-1.23968 -0.92974,-2.37604 -2.0661,-2.89256 m 2.0661,3.8223 v -0.92974 m 0,0 h -0.20661 m -2.16942,-2.78927 0.30993,-0.10329 m 2.68594,0.92975 c 0,0 0.1033,0 0,0 m -3.92562,2.27274 c 0,-0.10332 -0.10332,-0.20661 -0.20661,-0.20661 -0.10332,0 -0.20662,0.10329 -0.20662,0.20661 0,0.10329 0.1033,0.30991 0.20662,0.30991 0.10329,0 0.20661,-0.20662 0.20661,-0.30991 m -1.44629,-1.03306 c 0,-0.41323 -0.30991,-0.72314 -0.72314,-0.72314 -0.3099,0 -0.61983,0.30991 -0.61983,0.72314 0,0.3099 0.30993,0.72313 0.61983,0.72313 0.41323,0 0.72314,-0.41323 0.72314,-0.72313 m 2.99587,-0.82646 c 0,-0.41322 -0.3099,-0.72313 -0.72313,-0.72313 -0.30993,0 -0.61984,0.30991 -0.61984,0.72313 0,0.30991 0.30991,0.72314 0.61984,0.72314 0.41323,0 0.72313,-0.41323 0.72313,-0.72314 m 0.82646,2.99588 c 0,-0.41323 -0.41323,-0.72316 -0.72316,-0.72316 -0.4132,0 -0.72313,0.30993 -0.72313,0.72316 0,0.30991 0.30993,0.72313 0.72313,0.72313 0.30993,0 0.72316,-0.41322 0.72316,-0.72313 m -2.99588,0.82643 c 0,-0.4132 -0.41323,-0.72314 -0.72313,-0.72314 -0.41323,0 -0.72316,0.30994 -0.72316,0.72314 0,0.30993 0.30993,0.72316 0.72316,0.72316 0.3099,0 0.72313,-0.41323 0.72313,-0.72316 m -0.20661,0 c 0,-0.30991 -0.30991,-0.51652 -0.51652,-0.51652 -0.30994,0 -0.51655,0.20661 -0.51655,0.51652 0,0.20661 0.20661,0.51654 0.51655,0.51654 0.20661,0 0.51652,-0.30993 0.51652,-0.51654 m 2.99587,-0.82643 c 0,-0.30993 -0.30993,-0.51655 -0.51654,-0.51655 -0.30991,0 -0.51652,0.20662 -0.51652,0.51655 0,0.20661 0.20661,0.51652 0.51652,0.51652 0.20661,0 0.51654,-0.30991 0.51654,-0.51652 m -0.82645,-2.99588 c 0,-0.3099 -0.20661,-0.51652 -0.51652,-0.51652 -0.20661,0 -0.41322,0.20662 -0.41322,0.51652 0,0.20662 0.20661,0.51652 0.41322,0.51652 0.30991,0 0.51652,-0.3099 0.51652,-0.51652 m -2.99588,0.82646 c 0,-0.30994 -0.20661,-0.51655 -0.51652,-0.51655 -0.20661,0 -0.41322,0.20661 -0.41322,0.51655 0,0.20661 0.20661,0.51652 0.41322,0.51652 0.30991,0 0.51652,-0.30991 0.51652,-0.51652 m -1.65287,0.51652 h 0.10329 m 0,0 0.20661,0.72313 m 0,0 0.10332,-0.20659 m 0,0 v 0.20659 m 0,0 v 0.10332 m 0,0 h -0.20661 m 0,0 -0.20661,-0.82645 m 2.78926,3.20249 0.10329,0.3099 m 0,0 h -0.20661 m 0,0 v -0.20661 m 0,0 h -0.10329 m 0,0 v -0.10329 m 0,0 h 0.10329 m 0,0 -0.10329,-0.20662 m 0,0 h 0.10329 m 0,0 0.10332,0.1033 m 0,0 0.30991,-0.1033 m 0,0 v 0.20662 m 0,0 -0.10332,0.61983 m 0,0 -0.1033,0.1033 m 0,0 0.1033,-0.72313 m 0,0 h -0.20659 m 1.54959,0 0.10329,0.10329 0.20661,0.10332 m 0,0 h 0.10329 m 0,-0.10332 c 0.10332,0 0.10332,-0.20661 0.10332,-0.30991 m 0,0.1033 h -0.10332 m -0.10329,0.10332 c 0.10329,0 0.10329,0 0.10329,-0.10332 m -0.20658,0 v 0.10332 h 0.10329 m -0.20661,0 v -0.10332 l 0.10332,-0.1033 m 0,0 h 0.10329 m 0,0 -0.10329,-0.10332 m -0.10332,-0.10329 v 0.10329 h 0.10332 m -0.10332,-0.3099 v 0.10329 c -0.10329,0 -0.10329,0 0,0.10332 m 0,-0.10332 h 0.10332 0.10329 m 0,0 h 0.10329 m 0,0 -0.10329,-0.10329 -0.20661,-0.10332 m 0,0 -0.20661,0.20661 v 0.20661 m 0,-0.10329 c 0,0.10329 0.10332,0.20661 0.20661,0.20661 m 0,0 -0.10329,0.1033 v 0.10332 m 1.13635,-4.64876 -0.51654,0.10329 m 0,0 v 0.10332 m 0,0 0.30993,-0.10332 m 0,0 -0.10332,0.41323 m 0,0 c -0.10329,0.10329 0,0.20661 0,0.20661 0.10332,0.1033 0.20661,0.1033 0.30993,0.1033 0.1033,-0.1033 0.1033,-0.20662 0.1033,-0.30991 m 0,0.10329 h -0.1033 m -0.20661,-0.10329 c -0.10332,0.10329 -0.10332,0.10329 0,0.20661 h 0.10329 c 0.10332,0 0.10332,-0.10332 0.10332,-0.20661 m -0.20661,0.10329 0.20661,-0.51652 m 0,0 v -0.10329 m 29.13214,-99.4832 c -0.30991,0 -0.61982,0.10332 -0.92975,0.206613 m 1.13636,-0.619839 c -0.51652,0 -1.03304,0.10332 -1.54959,0.309933 m -1.23965,1.136359 c -0.82645,1.136359 -0.82645,2.789237 0,3.925596 0.72314,1.239679 2.27272,1.859492 3.61569,1.549585 1.44629,-0.309906 2.58263,-1.446292 2.78924,-2.892557 m -5.16528,-3.718983 c -0.41322,0.309906 -0.82642,0.619839 -1.23965,1.136359 m 0.30991,-0.103294 c -0.92975,1.033039 -1.03307,2.582598 -0.30991,3.822277 0.72314,1.239679 2.16943,1.859492 3.5124,1.652905 1.44626,-0.309933 2.4793,-1.342999 2.78921,-2.789264 m 0,0.103293 h 0.10332 m -6.30163,-2.685917 0.20661,-0.103294 m 1.03306,-0.723159 V 39.20443 m 1.44627,-0.309906 c -0.51652,0 -1.03304,0.206613 -1.44627,0.413226 m 1.44627,-0.516546 v 0.206613 m 2.99585,3.822303 0.51652,0.103293 m -0.51652,-1.033012 v 0.929719 m 0.51652,-0.826426 -0.51652,-0.103293 m 0.51652,0 c -0.20661,-1.239679 -1.03301,-2.376038 -2.16937,-2.789264 m -1.13639,0.413226 1.13639,-0.309933 m -1.343,-0.206613 0.20661,0.516546 m -1.54958,0.309906 -0.1033,-0.413226 m -1.03306,0.723159 1.13636,-0.309933 m 3.92559,2.272745 c 0,-0.309933 -0.10326,-0.61984 -0.20658,-0.929773 m -0.61984,1.239653 0.92974,-0.30988 m -0.92974,0.206586 c -0.61981,0.103294 -0.92975,0.723133 -0.82643,1.342972 m 0.41323,1.549586 -0.41323,-1.446292 m -0.41322,1.652905 c 0.3099,-0.10332 0.61984,-0.10332 0.82645,-0.206613 m -1.23968,-1.239679 0.41323,1.446292 m -0.41323,-1.549585 c -0.10332,-0.516546 -0.72313,-0.929773 -1.34297,-0.72316 m -1.44629,0.413227 1.44629,-0.413227 m -1.7562,-0.516519 c 0.10329,0.309906 0.10329,0.619839 0.20661,0.929746 m 1.34297,-1.239653 -1.44629,0.4132 m 1.44629,-0.4132 c 0.61984,-0.206586 0.92975,-0.826426 0.82646,-1.446265 m -0.41323,-1.342972 0.30991,1.446265 m 0.92974,-0.206613 -0.41322,-1.549585 m 0.41322,1.446292 c 0.10332,0.619839 0.72316,0.929746 1.34298,0.826452 m 0.92977,-0.206613 -0.92977,0.206613 m 0,-2.376037 c -0.51652,-0.309933 -1.03304,-0.413227 -1.54959,-0.309933 m 3.61569,3.099197 c -0.10332,-1.239679 -0.92975,-2.272745 -2.0661,-2.789264 m 2.0661,3.718983 c 0.10329,-0.309933 0.10329,-0.619813 0,-0.929719 m 0.10329,0.103293 h -0.20661 m -2.16937,-2.789264 0.3099,-0.103293 M 162.5512,42.3036 c 0,-0.103293 -0.20662,-0.206586 -0.30991,-0.206586 -0.10332,0 -0.20661,0.103293 -0.20661,0.206586 0,0.103294 0.10329,0.206587 0.20661,0.206587 0.10329,0 0.30991,-0.103293 0.30991,-0.206587 m -1.44627,-1.136359 c 0,-0.309906 -0.30993,-0.619839 -0.72316,-0.619839 -0.3099,0 -0.61981,0.309933 -0.61981,0.619839 0,0.413227 0.30991,0.72316 0.61981,0.72316 0.41323,0 0.72316,-0.309933 0.72316,-0.72316 m 2.99585,-0.826426 c 0,-0.309933 -0.30991,-0.619839 -0.72313,-0.619839 -0.30991,0 -0.61984,0.309906 -0.61984,0.619839 0,0.4132 0.30993,0.723133 0.61984,0.723133 0.41322,0 0.72313,-0.309933 0.72313,-0.723133 m 0.82643,2.995825 c 0,-0.309907 -0.4132,-0.61984 -0.72311,-0.61984 -0.41323,0 -0.72313,0.309933 -0.72313,0.61984 0,0.413226 0.3099,0.723132 0.72313,0.723132 0.30991,0 0.72311,-0.309906 0.72311,-0.723132 m -2.99585,0.826452 c 0,-0.309906 -0.4132,-0.619839 -0.72314,-0.619839 -0.41322,0 -0.72313,0.309933 -0.72313,0.619839 0,0.413226 0.30991,0.723133 0.72313,0.723133 0.30994,0 0.72314,-0.309907 0.72314,-0.723133 m -0.20659,0 c 0,-0.206613 -0.30993,-0.413226 -0.51655,-0.413226 -0.3099,0 -0.51652,0.206613 -0.51652,0.413226 0,0.309906 0.20662,0.51652 0.51652,0.51652 0.20662,0 0.51655,-0.206614 0.51655,-0.51652 m 2.99582,-0.826452 c 0,-0.206614 -0.30988,-0.413227 -0.51649,-0.413227 -0.30993,0 -0.51654,0.206613 -0.51654,0.413227 0,0.309932 0.20661,0.516546 0.51654,0.516546 0.20661,0 0.51649,-0.206614 0.51649,-0.516546 m -0.82642,-2.995825 c 0,-0.206613 -0.20661,-0.413226 -0.51652,-0.413226 -0.20661,0 -0.41323,0.206613 -0.41323,0.413226 0,0.309907 0.20662,0.51652 0.41323,0.51652 0.30991,0 0.51652,-0.206613 0.51652,-0.51652 m -2.99585,0.826426 c 0,-0.206613 -0.20662,-0.413226 -0.51655,-0.413226 -0.20661,0 -0.4132,0.206613 -0.4132,0.413226 0,0.309933 0.20659,0.516546 0.4132,0.516546 0.30993,0 0.51655,-0.206613 0.51655,-0.516546 m -1.65291,0.516546 h 0.10332 m 0,0 0.20662,0.723107 m 0,0 0.10329,-0.103294 m 0,0 v 0.103294 m 0,0 -0.10329,0.103293 m 0,0 -0.10332,0.10332 m 0,0 -0.20662,-0.92972 m 2.78927,3.305758 0.10329,0.206613 m 0,0 -0.20661,0.103293 m 0,0 v -0.309906 m 0,0 h -0.1033 m 0,0 v -0.10332 m 0,0 v -0.103294 m 0,0 h 0.1033 m 0,0 0.10332,0.103294 m 0,0 0.3099,-0.103294 m 0,0 v 0.103294 m 0,0 -0.10329,0.723159 m 0,0 h -0.10332 m 0,0 0.10332,-0.723159 m 0,0 -0.20661,0.10332 m 1.54958,0 0.1033,0.103293 h 0.10331 m 0,0 h 0.20662 m 0,0 c 0.10329,-0.103293 0.10329,-0.206613 0.10329,-0.309907 m 0,0.103294 h -0.10329 m -0.10332,0 c 0,0 0.10332,0 0,-0.103294 m -0.20661,0.103294 h 0.10331 c 0,0.10332 0,0.10332 0.1033,0 m -0.20661,0 v -0.103294 h 0.10331 m 0,0 h 0.1033 m 0,0 -0.1033,-0.103319 m -0.20661,-0.206614 c 0,0 0,0.10332 0.1033,0.10332 h 0.10331 m -0.10331,-0.206613 h -0.1033 v 0.103293 m 0.1033,-0.103293 h 0.10331 l 0.1033,0.103293 m 0,0 0.10332,-0.103293 m 0,0 -0.10332,-0.10332 h -0.20661 m 0,0 -0.20659,0.10332 v 0.206613 m 0,0 c 0,0.103294 0.10329,0.103294 0.20659,0.103294 m -0.1033,0.103319 v 0.103294 0.10332 m 1.13633,-4.752049 -0.51649,0.103319 m 0,0 v 0.103294 m 0,0 h 0.30991 m 0,0 -0.1033,0.413226 m 0,-0.10332 c -0.10332,0.10332 0,0.206613 0,0.309933 0.1033,0.103293 0.20662,0.103293 0.30988,0 0.10332,0 0.10332,-0.10332 0.10332,-0.206613 m 0,0 h -0.10332 m -0.20658,0 c -0.1033,0 -0.1033,0.103293 0,0.103293 0,0.10332 0.10332,0.10332 0.10332,0 0.10326,0 0.10326,-0.103293 0.10326,-0.103293 m -0.20658,0 0.20658,-0.51652 m 0,0 v -0.103319 m -2.78923,31.714783 c -0.30991,0.103294 -0.61982,0.103294 -0.92975,0.206587 m 1.13636,-0.619813 c -0.51652,0 -1.03304,0.206613 -1.54959,0.413226 m -1.23965,1.033039 c -0.82645,1.239679 -0.82645,2.789264 0,4.028943 0.72314,1.239652 2.27272,1.859492 3.61569,1.549585 1.44629,-0.309933 2.58263,-1.446292 2.78924,-2.892584 m -5.16528,-3.718983 c -0.41322,0.206587 -0.82642,0.619813 -1.23965,1.033039 m 0.30991,-0.103293 c -0.92975,1.136359 -1.03307,2.685944 -0.30991,3.925623 0.72314,1.239652 2.16943,1.859492 3.5124,1.549585 1.44626,-0.206613 2.4793,-1.342972 2.78921,-2.685971 m 0,0 h 0.10332 m -6.30163,-2.582624 0.20661,-0.10332 m 1.03306,-0.826452 v -0.206587 m 1.44627,-0.206613 c -0.51652,0 -1.03304,0.103293 -1.44627,0.309907 m 1.44627,-0.51652 v 0.206613 m 2.99585,3.925596 h 0.51652 m -0.51652,-0.929745 v 0.929745 m 0.51652,-0.929745 h -0.51652 m 0.51652,0 c -0.20661,-1.342972 -1.03301,-2.376038 -2.16937,-2.789238 m -1.13639,0.309907 1.13639,-0.309907 m -1.343,-0.206613 0.20661,0.51652 m -1.54958,0.413226 -0.1033,-0.516546 m -1.03306,0.826452 1.13636,-0.309906 m 3.92559,2.169424 c 0,-0.309932 -0.10326,-0.516546 -0.20658,-0.826452 m -0.61984,1.136359 0.92974,-0.206613 m -0.92974,0.10332 c -0.61981,0.206613 -0.92975,0.826426 -0.82643,1.446265 m 0.41323,1.446292 -0.41323,-1.446292 m -0.41322,1.652905 c 0.3099,0 0.61984,-0.10332 0.82645,-0.206613 m -1.23968,-1.239679 0.41323,1.549585 m -0.41323,-1.549585 c -0.10332,-0.619839 -0.72313,-0.929746 -1.34297,-0.826452 m -1.44629,0.516546 1.44629,-0.413227 m -1.7562,-0.516519 c 0.10329,0.309906 0.10329,0.619813 0.20661,0.826426 m 1.34297,-1.136359 -1.44629,0.309933 m 1.44629,-0.413226 c 0.61984,-0.10332 0.92975,-0.72316 0.82646,-1.342973 m -0.41323,-1.446291 0.30991,1.446291 m 0.92974,-0.206613 -0.41322,-1.446291 m 0.41322,1.446291 c 0.10332,0.51652 0.72316,0.929746 1.34298,0.723133 m 0.92977,-0.206613 -0.92977,0.309906 m 0,-2.479331 c -0.51652,-0.206613 -1.03304,-0.309906 -1.54959,-0.309906 m 3.61569,3.202464 c -0.10332,-1.239653 -0.92975,-2.376038 -2.0661,-2.892558 m 2.0661,3.822303 c 0.10329,-0.309906 0.10329,-0.619812 0,-0.929745 m 0.10329,0 h -0.20661 m -2.16937,-2.789238 0.3099,-0.10332 m -1.23967,3.202491 c 0,-0.10332 -0.20662,-0.206614 -0.30991,-0.206614 -0.10332,0 -0.20661,0.103294 -0.20661,0.206614 0,0.103293 0.10329,0.309906 0.20661,0.309906 0.10329,0 0.30991,-0.206613 0.30991,-0.309906 m -1.44627,-1.033066 c 0,-0.413226 -0.30993,-0.723133 -0.72316,-0.723133 -0.3099,0 -0.61981,0.309907 -0.61981,0.723133 0,0.309906 0.30991,0.723133 0.61981,0.723133 0.41323,0 0.72316,-0.413227 0.72316,-0.723133 m 2.99585,-0.826453 c 0,-0.413226 -0.30991,-0.723132 -0.72313,-0.723132 -0.30991,0 -0.61984,0.309906 -0.61984,0.723132 0,0.309933 0.30993,0.723133 0.61984,0.723133 0.41322,0 0.72313,-0.4132 0.72313,-0.723133 m 0.82643,2.995878 c 0,-0.413227 -0.4132,-0.723133 -0.72311,-0.723133 -0.41323,0 -0.72313,0.309906 -0.72313,0.723133 0,0.309906 0.3099,0.723132 0.72313,0.723132 0.30991,0 0.72311,-0.413226 0.72311,-0.723132 m -2.99585,0.826452 c 0,-0.413226 -0.4132,-0.723159 -0.72314,-0.723159 -0.41322,0 -0.72313,0.309933 -0.72313,0.723159 0,0.309906 0.30991,0.723133 0.72313,0.723133 0.30994,0 0.72314,-0.413227 0.72314,-0.723133 m -0.20659,0 c 0,-0.309933 -0.30993,-0.516546 -0.51655,-0.516546 -0.3099,0 -0.51652,0.206613 -0.51652,0.516546 0,0.206613 0.20662,0.51652 0.51652,0.51652 0.20662,0 0.51655,-0.309907 0.51655,-0.51652 m 2.99582,-0.826452 c 0,-0.309933 -0.30988,-0.516547 -0.51649,-0.516547 -0.30993,0 -0.51654,0.206614 -0.51654,0.516547 0,0.206613 0.20661,0.516519 0.51654,0.516519 0.20661,0 0.51649,-0.309906 0.51649,-0.516519 m -0.82642,-2.995878 c 0,-0.309906 -0.20661,-0.516519 -0.51652,-0.516519 -0.20661,0 -0.41323,0.206613 -0.41323,0.516519 0,0.206614 0.20662,0.516546 0.41323,0.516546 0.30991,0 0.51652,-0.309932 0.51652,-0.516546 m -2.99585,0.826453 c 0,-0.309907 -0.20662,-0.51652 -0.51655,-0.51652 -0.20661,0 -0.4132,0.206613 -0.4132,0.51652 0,0.206613 0.20659,0.51652 0.4132,0.51652 0.30993,0 0.51655,-0.309907 0.51655,-0.51652 m -1.65291,0.51652 0.10332,-0.103294 m 0,0 0.20662,0.826453 m 0,0 0.10329,-0.206613 m 0,0 v 0.206613 m 0,0 -0.10329,0.103293 m 0,0 h -0.10332 m 0,0 -0.20662,-0.826452 m 2.78927,3.20249 0.10329,0.309906 m 0,0 h -0.20661 m 0,0 v -0.206613 m 0,0 h -0.1033 m 0,0 v -0.103293 m 0,0 v -0.206613 m 0,0 h 0.1033 m 0,0 0.10332,0.103293 m 0,0 0.3099,-0.103293 m 0,0 v 0.206613 m 0,0 -0.10329,0.619839 m 0,0 -0.10332,0.103293 m 0,0 0.10332,-0.723132 m 0,0 h -0.20661 m 1.54958,0 0.1033,0.103293 0.10331,0.10332 m 0,0 h 0.20662 m 0,-0.10332 c 0.10329,0 0.10329,-0.206613 0.10329,-0.309906 m 0,0.103293 h -0.10329 m -0.10332,0.10332 c 0,0 0.10332,-0.10332 0,-0.10332 m -0.20661,0 c 0,0 0,0.10332 0.10331,0.10332 h 0.1033 m -0.20661,0 v -0.10332 l 0.10331,-0.103293 m 0,0 h 0.1033 m 0,0 -0.1033,-0.10332 m -0.20661,-0.103294 c 0,0 0,0.103294 0.1033,0.103294 h 0.10331 m -0.10331,-0.309907 c 0,0 -0.1033,0 -0.1033,0.10332 v 0.103293 m 0.1033,-0.103293 h 0.10331 0.1033 m 0,0 h 0.10332 m 0,0 -0.10332,-0.10332 -0.20661,-0.103293 m 0,0 -0.20659,0.206613 v 0.206587 m 0,-0.103294 c 0,0.103294 0.10329,0.206614 0.20659,0.206614 m -0.1033,0 v 0.103293 0.10332 m 1.13633,-4.648756 -0.51649,0.103293 m 0,0 v 0.10332 m 0,0 0.30991,-0.10332 m 0,0 -0.1033,0.413227 m 0,0 c -0.10332,0.103319 0,0.206613 0,0.206613 0.1033,0.103293 0.20662,0.103293 0.30988,0.103293 0.10332,-0.103293 0.10332,-0.206587 0.10332,-0.309906 m 0,0.103319 h -0.10332 m -0.20658,-0.103319 c -0.1033,0.103319 -0.1033,0.103319 0,0.206613 h 0.10332 c 0.10326,0 0.10326,-0.103294 0.10326,-0.206613 m -0.20658,0.103319 0.20658,-0.516546 m 0,0 v -0.103293 m -2.78923,31.714782 c -0.30991,0 -0.61982,0.10332 -0.92975,0.20661 m 1.13636,-0.61983 c -0.51652,0 -1.03304,0.10332 -1.54959,0.30993 m -1.23965,1.13636 c -0.82645,1.13636 -0.82645,2.78923 0,3.92559 0.72314,1.23966 2.27272,1.8595 3.61569,1.54959 1.44629,-0.30993 2.58263,-1.44629 2.78924,-2.89256 m -5.16528,-3.71898 c -0.41322,0.3099 -0.82642,0.61984 -1.23965,1.13636 m 0.30991,-0.10332 c -0.92975,1.03306 -1.03307,2.58262 -0.30991,3.8223 0.72314,1.23965 2.16943,1.85949 3.5124,1.65288 1.44626,-0.30991 2.4793,-1.34297 2.78921,-2.78924 m 0,0.10329 h 0.10332 m -6.30163,-2.68591 0.20661,-0.10332 m 1.03306,-0.72314 v -0.20661 m 1.44627,-0.3099 c -0.51652,0 -1.03304,0.20661 -1.44627,0.41322 m 1.44627,-0.51654 v 0.20661 m 2.99585,3.92559 h 0.51652 m -0.51652,-1.03303 v 1.03303 m 0.51652,-0.92971 -0.51652,-0.10332 m 0.51652,0 c -0.20661,-1.23966 -1.03301,-2.37602 -2.16937,-2.78924 m -1.13639,0.41322 1.13639,-0.30993 m -1.343,-0.20661 0.20661,0.51654 m -1.54958,0.4132 -0.1033,-0.51652 m -1.03306,0.72314 1.13636,-0.20662 m 3.92559,2.16943 c 0,-0.30991 -0.10326,-0.61981 -0.20658,-0.92975 m -0.61984,1.23968 0.92974,-0.30993 m -0.92974,0.20661 c -0.61981,0.10332 -0.92975,0.72313 -0.82643,1.34295 m 0.41323,1.54958 -0.41323,-1.44626 m -0.41322,1.65288 c 0.3099,-0.1033 0.61984,-0.1033 0.82645,-0.20662 m -1.23968,-1.23965 0.41323,1.44627 m -0.41323,-1.54959 c -0.10332,-0.51652 -0.72313,-0.92975 -1.34297,-0.72313 m -1.44629,0.41322 1.44629,-0.41322 m -1.7562,-0.5165 c 0.10329,0.30988 0.10329,0.61982 0.20661,0.92972 m 1.34297,-1.23965 -1.44629,0.4132 m 1.44629,-0.4132 c 0.61984,-0.20661 0.92975,-0.82642 0.82646,-1.44626 m -0.41323,-1.34298 0.30991,1.44627 m 0.92974,-0.20661 -0.41322,-1.54959 m 0.41322,1.44629 c 0.10332,0.61984 0.72316,0.92975 1.34298,0.82646 m 0.92977,-0.20662 -0.92977,0.20662 m 0,-2.37604 c -0.51652,-0.30993 -1.03304,-0.41323 -1.54959,-0.30993 m 3.61569,3.09917 c -0.10332,-1.23966 -0.92975,-2.27272 -2.0661,-2.78924 m 2.0661,3.71898 c 0.10329,-0.3099 0.10329,-0.61981 0,-0.92974 m 0.10329,0.10332 h -0.20661 m -2.16937,-2.78927 0.3099,-0.10329 m -6.19834,2.27272 h -0.10332 m 5.06199,0.92974 c 0,-0.10329 -0.20662,-0.20661 -0.30991,-0.20661 -0.10332,0 -0.20661,0.10332 -0.20661,0.20661 0,0.10332 0.10329,0.20662 0.20661,0.20662 0.10329,0 0.30991,-0.1033 0.30991,-0.20662 m -1.44627,-1.13636 c 0,-0.3099 -0.30993,-0.61984 -0.72316,-0.61984 -0.3099,0 -0.61981,0.30994 -0.61981,0.61984 0,0.41323 0.30991,0.72314 0.61981,0.72314 0.41323,0 0.72316,-0.30991 0.72316,-0.72314 m 2.99585,-0.82645 c 0,-0.30991 -0.30991,-0.61981 -0.72313,-0.61981 -0.30991,0 -0.61984,0.3099 -0.61984,0.61981 0,0.41323 0.30993,0.72316 0.61984,0.72316 0.41322,0 0.72313,-0.30993 0.72313,-0.72316 m 0.82643,2.99585 c 0,-0.30991 -0.4132,-0.61984 -0.72311,-0.61984 -0.41323,0 -0.72313,0.30993 -0.72313,0.61984 0,0.41323 0.3099,0.72313 0.72313,0.72313 0.30991,0 0.72311,-0.3099 0.72311,-0.72313 m -2.99585,0.82645 c 0,-0.30993 -0.4132,-0.61984 -0.72314,-0.61984 -0.41322,0 -0.72313,0.30991 -0.72313,0.61984 0,0.41323 0.30991,0.72314 0.72313,0.72314 0.30994,0 0.72314,-0.30991 0.72314,-0.72314 m -0.20659,0 c 0,-0.20661 -0.30993,-0.41322 -0.51655,-0.41322 -0.3099,0 -0.51652,0.20661 -0.51652,0.41322 0,0.30991 0.20662,0.51652 0.51652,0.51652 0.20662,0 0.51655,-0.20661 0.51655,-0.51652 m 2.99582,-0.82645 c 0,-0.20661 -0.30988,-0.41323 -0.51649,-0.41323 -0.30993,0 -0.51654,0.20662 -0.51654,0.41323 0,0.30991 0.20661,0.51652 0.51654,0.51652 0.20661,0 0.51649,-0.20661 0.51649,-0.51652 m -0.82642,-2.99585 c 0,-0.20661 -0.20661,-0.41323 -0.51652,-0.41323 -0.20661,0 -0.41323,0.20662 -0.41323,0.41323 0,0.30993 0.20662,0.51655 0.41323,0.51655 0.30991,0 0.51652,-0.20662 0.51652,-0.51655 m -2.99585,0.82645 c 0,-0.20661 -0.20662,-0.41322 -0.51655,-0.41322 -0.20661,0 -0.4132,0.20661 -0.4132,0.41322 0,0.30994 0.20659,0.51652 0.4132,0.51652 0.30993,0 0.51655,-0.20658 0.51655,-0.51652 m -1.65291,0.51652 h 0.10332 m 0,0 0.20662,0.72316 m 0,0 0.10329,-0.10332 m 0,0 v 0.10332 m 0,0 -0.10329,0.1033 m 0,0 -0.10332,0.10331 m 0,0 -0.20662,-0.92977 m 2.78927,3.30579 0.10329,0.20658 m 0,0 -0.20661,0.10332 m 0,0 v -0.3099 m 0,0 h -0.1033 m 0,0 v -0.10332 m 0,0 v -0.1033 m 0,0 h 0.1033 m 0,0 0.10332,0.1033 m 0,0 0.3099,-0.1033 m 0,0 v 0.1033 m 0,0 -0.10329,0.72313 m 0,0 h -0.10332 m 0,0 0.10332,-0.72313 m 0,0 -0.20661,0.10332 m 1.54958,0 0.1033,0.10329 h 0.10331 m 0,0 h 0.20662 m 0,0 c 0.10329,-0.10329 0.10329,-0.20661 0.10329,-0.30991 m 0,0.1033 h -0.10329 m -0.10332,0.10332 c 0,0 0.10332,-0.10332 0,-0.10332 m -0.20661,0 h 0.10331 c 0,0.10332 0,0.10332 0.1033,0 m -0.20661,0 v -0.1033 h 0.10331 m 0,0 h 0.1033 m 0,0 -0.1033,-0.10332 m -0.20661,-0.20661 c 0,0.10332 0,0.10332 0.1033,0.10332 0,0.10329 0,0.10329 0.10331,0 m -0.10331,-0.20661 h -0.1033 v 0.10329 m 0.1033,-0.10329 h 0.10331 l 0.1033,0.10329 m 0,0 0.10332,-0.10329 m 0,0 -0.10332,-0.10332 h -0.20661 m 0,0 -0.20659,0.10332 v 0.20661 m 0,0 c 0,0.10329 0.10329,0.10329 0.20659,0.10329 m -0.1033,0.10332 v 0.1033 0.10332 m 1.13633,-4.75205 -0.51649,0.10329 m 0,0 v 0.10332 m 0,0 h 0.30991 m 0,0 -0.1033,0.41323 m 0,-0.10332 c -0.10332,0.10332 0,0.20661 0,0.30993 0.1033,0.10329 0.20662,0.10329 0.30988,0 0.10332,0 0.10332,-0.10332 0.10332,-0.20661 m 0,0 h -0.10332 m -0.20658,0 c -0.1033,0 -0.1033,0.10329 0,0.10329 0,0.10332 0.10332,0.10332 0.10332,0 0.10326,0 0.10326,-0.10329 0.10326,-0.10329 m -0.20658,0 0.20658,-0.51655 m 0,0 v -0.10329 m -2.78923,31.71475 c -0.30991,0.10332 -0.61982,0.10332 -0.92975,0.20662 m 1.13636,-0.61982 c -0.51652,0 -1.03304,0.20659 -1.54959,0.4132 m -1.23965,1.03307 c -0.82645,1.23968 -0.82645,2.78926 0,4.02892 0.72314,1.23967 2.27272,1.85951 3.61569,1.54961 1.44629,-0.30994 2.58263,-1.44629 2.78924,-2.89259 m -5.16528,-3.71901 c -0.41322,0.20662 -0.82642,0.61984 -1.23965,1.03307 m 0.30991,-0.10329 c -0.92975,1.13636 -1.03307,2.68594 -0.30991,3.92562 0.72314,1.23965 2.16943,1.85949 3.5124,1.54958 1.44626,-0.20661 2.4793,-1.34299 2.78921,-2.68597 m 0,0 h 0.10332 m -6.30163,-2.58262 0.20661,-0.10332 m 1.03306,-0.82645 v -0.20662 m 1.44627,-0.20661 c -0.51652,0 -1.03304,0.10332 -1.44627,0.30993 m 1.44627,-0.51652 v 0.20659 m 2.99585,3.92562 h 0.51652 m -0.51652,-0.92974 v 0.92974 m 0.51652,-0.92974 h -0.51652 m 0.51652,0 c -0.20661,-1.34297 -1.03301,-2.37604 -2.16937,-2.78927 m -1.13639,0.30994 1.13639,-0.30994 m -1.343,-0.20661 0.20661,0.51655 m -1.54958,0.41322 -0.1033,-0.51654 m -1.03306,0.82645 1.13636,-0.30991 m 3.92559,2.16943 c 0,-0.30993 -0.10326,-0.51655 -0.20658,-0.82645 m -0.61984,1.13635 0.92974,-0.20661 m -0.92974,0.10332 c -0.61981,0.20659 -0.92975,0.82643 -0.82643,1.44627 m 0.41323,1.44629 -0.41323,-1.44629 m -0.41322,1.6529 c 0.3099,0 0.61984,-0.10332 0.82645,-0.20661 m -1.23968,-1.23968 0.41323,1.54958 m -0.41323,-1.54958 c -0.10332,-0.61984 -0.72313,-0.92975 -1.34297,-0.82645 m -1.44629,0.51654 1.44629,-0.41322 m -1.7562,-0.51655 c 0.10329,0.30993 0.10329,0.61984 0.20661,0.82645 m 1.34297,-1.13636 -1.44629,0.30991 m 1.44629,-0.4132 c 0.61984,-0.10332 0.92975,-0.72316 0.82646,-1.343 m -0.41323,-1.44626 0.30991,1.44626 m 0.92974,-0.20661 -0.41322,-1.44627 m 0.41322,1.44627 c 0.10332,0.51655 0.72316,0.92977 1.34298,0.72316 m 0.92977,-0.20661 -0.92977,0.3099 m 0,-2.47933 c -0.51652,-0.20661 -1.03304,-0.30991 -1.54959,-0.30991 m 3.61569,3.20247 c -0.10332,-1.23968 -0.92975,-2.37604 -2.0661,-2.89256 m 2.0661,3.8223 c 0.10329,-0.3099 0.10329,-0.61981 0,-0.92974 m 0.10329,0 h -0.20661 m -2.16937,-2.78927 0.3099,-0.10329 m -6.19834,2.37604 h -0.10332 m 5.06199,0.82645 c 0,-0.10332 -0.20662,-0.20661 -0.30991,-0.20661 -0.10332,0 -0.20661,0.10329 -0.20661,0.20661 0,0.10329 0.10329,0.30991 0.20661,0.30991 0.10329,0 0.30991,-0.20662 0.30991,-0.30991 m -1.44627,-1.03306 c 0,-0.41323 -0.30993,-0.72314 -0.72316,-0.72314 -0.3099,0 -0.61981,0.30991 -0.61981,0.72314 0,0.3099 0.30991,0.72313 0.61981,0.72313 0.41323,0 0.72316,-0.41323 0.72316,-0.72313 m 2.99585,-0.82646 c 0,-0.41322 -0.30991,-0.72313 -0.72313,-0.72313 -0.30991,0 -0.61984,0.30991 -0.61984,0.72313 0,0.30991 0.30993,0.72314 0.61984,0.72314 0.41322,0 0.72313,-0.41323 0.72313,-0.72314 m 0.82643,2.99588 c 0,-0.41323 -0.4132,-0.72316 -0.72311,-0.72316 -0.41323,0 -0.72313,0.30993 -0.72313,0.72316 0,0.30991 0.3099,0.72313 0.72313,0.72313 0.30991,0 0.72311,-0.41322 0.72311,-0.72313 m -2.99585,0.82643 c 0,-0.4132 -0.4132,-0.72314 -0.72314,-0.72314 -0.41322,0 -0.72313,0.30994 -0.72313,0.72314 0,0.30993 0.30991,0.72316 0.72313,0.72316 0.30994,0 0.72314,-0.41323 0.72314,-0.72316 m -0.20659,0 c 0,-0.30991 -0.30993,-0.51652 -0.51655,-0.51652 -0.3099,0 -0.51652,0.20661 -0.51652,0.51652 0,0.20661 0.20662,0.51654 0.51652,0.51654 0.20662,0 0.51655,-0.30993 0.51655,-0.51654 m 2.99582,-0.82643 c 0,-0.30993 -0.30988,-0.51655 -0.51649,-0.51655 -0.30993,0 -0.51654,0.20662 -0.51654,0.51655 0,0.20661 0.20661,0.51652 0.51654,0.51652 0.20661,0 0.51649,-0.30991 0.51649,-0.51652 m -0.82642,-2.99588 c 0,-0.3099 -0.20661,-0.51652 -0.51652,-0.51652 -0.20661,0 -0.41323,0.20662 -0.41323,0.51652 0,0.20662 0.20662,0.51652 0.41323,0.51652 0.30991,0 0.51652,-0.3099 0.51652,-0.51652 m -2.99585,0.82646 c 0,-0.30994 -0.20662,-0.51655 -0.51655,-0.51655 -0.20661,0 -0.4132,0.20661 -0.4132,0.51655 0,0.20661 0.20659,0.51652 0.4132,0.51652 0.30993,0 0.51655,-0.30991 0.51655,-0.51652 m -1.65291,0.51652 h 0.10332 m 0,0 0.20662,0.72313 m 0,0 0.10329,-0.20659 m 0,0 v 0.20659 m 0,0 -0.10329,0.10332 m 0,0 h -0.10332 m 0,0 -0.20662,-0.82645 m 2.78927,3.20249 0.10329,0.3099 m 0,0 h -0.20661 m 0,0 v -0.20661 m 0,0 h -0.1033 m 0,0 v -0.10329 m 0,0 v -0.20662 m 0,0 h 0.1033 m 0,0 0.10332,0.1033 m 0,0 0.3099,-0.1033 m 0,0 v 0.20662 m 0,0 -0.10329,0.61983 m 0,0 -0.10332,0.1033 m 0,0 0.10332,-0.72313 m 0,0 h -0.20661 m 1.54958,0 0.1033,0.10329 0.10331,0.10332 m 0,0 h 0.20662 m 0,-0.10332 c 0.10329,0 0.10329,-0.20661 0.10329,-0.30991 m 0,0.1033 h -0.10329 m -0.10332,0.10332 c 0,0 0.10332,0 0,-0.10332 m -0.20661,0 c 0,0 0,0.10332 0.10331,0.10332 h 0.1033 m -0.20661,0 v -0.10332 l 0.10331,-0.1033 m 0,0 h 0.1033 m 0,0 -0.1033,-0.10332 m -0.20661,-0.10329 c 0,0 0,0.10329 0.1033,0.10329 h 0.10331 m -0.10331,-0.3099 c 0,0 -0.1033,0 -0.1033,0.10329 v 0.10332 m 0.1033,-0.10332 h 0.10331 0.1033 m 0,0 h 0.10332 m 0,0 -0.10332,-0.10329 -0.20661,-0.10332 m 0,0 -0.20659,0.20661 v 0.20661 m 0,-0.10329 c 0,0.10329 0.10329,0.20661 0.20659,0.20661 m -0.1033,0 v 0.1033 0.10332 m 1.13633,-4.64876 -0.51649,0.10329 m 0,0 v 0.10332 m 0,0 0.30991,-0.10332 m 0,0 -0.1033,0.41323 m 0,0 c -0.10332,0.10329 0,0.20661 0,0.20661 0.1033,0.1033 0.20662,0.1033 0.30988,0.1033 0.10332,-0.1033 0.10332,-0.20662 0.10332,-0.30991 m 0,0.10329 h -0.10332 m -0.20658,-0.10329 c -0.1033,0.10329 -0.1033,0.10329 0,0.20661 h 0.10332 c 0.10326,0 0.10326,-0.10332 0.10326,-0.20661 m -0.20658,0.10329 0.20658,-0.51652 m 0,0 v -0.10329 m 29.13217,-99.4832 c -0.30992,0 -0.61983,0.10332 -0.92975,0.206613 m 1.13636,-0.619839 c -0.51653,0 -1.03305,0.10332 -1.54958,0.309933 m -1.23967,1.136359 c -0.82644,1.136359 -0.82644,2.789237 0,3.925596 0.72314,1.239679 2.27272,1.859492 3.6157,1.549585 1.44627,-0.309906 2.58263,-1.446292 2.78924,-2.892557 m -5.16527,-3.718983 c -0.41322,0.309906 -0.82645,0.619839 -1.23967,1.136359 m 0.30992,-0.103294 c -0.92975,1.033039 -1.03305,2.582598 -0.30992,3.822277 0.72314,1.239679 2.16942,1.859492 3.51239,1.652905 1.44628,-0.309933 2.47933,-1.342999 2.78925,-2.789264 m 0,0.103293 h 0.1033 m -6.30163,-2.685917 0.20661,-0.103294 m 1.03305,-0.723159 -0.1033,-0.206613 m 1.54958,-0.309906 c -0.51653,0 -1.03305,0.206613 -1.44628,0.413226 m 1.44628,-0.516546 v 0.206613 m 2.99586,3.822303 0.51653,0.103293 m -0.51653,-1.033012 v 0.929719 m 0.51653,-0.826426 -0.51653,-0.103293 m 0.51653,0 c -0.20661,-1.239679 -1.03306,-2.376038 -2.16942,-2.789264 m -1.13636,0.413226 1.13636,-0.309933 m -1.34297,-0.206613 0.20661,0.516546 m -1.54958,0.309906 -0.10331,-0.413226 m -1.03305,0.723159 1.13636,-0.309933 m 3.92561,2.272745 c 0,-0.309933 -0.10331,-0.61984 -0.20661,-0.929773 m -0.61984,1.239653 0.92976,-0.30988 m -0.92976,0.206586 c -0.61983,0.103294 -0.92974,0.723133 -0.82644,1.342972 m 0.41322,1.549586 -0.41322,-1.446292 m -0.41322,1.652905 c 0.30992,-0.10332 0.61983,-0.10332 0.82644,-0.206613 m -1.23966,-1.239679 0.41322,1.446292 m -0.41322,-1.549585 c -0.10331,-0.516546 -0.72314,-0.929773 -1.34297,-0.72316 m -1.44628,0.413227 1.44628,-0.413227 m -1.7562,-0.516519 c 0.10331,0.309906 0.10331,0.619839 0.20661,0.929746 m 1.34297,-1.239653 -1.44627,0.4132 m 1.44627,-0.4132 c 0.51653,-0.206586 0.92975,-0.826426 0.72314,-1.446265 m -0.30991,-1.342972 0.30991,1.446265 m 0.92975,-0.206613 -0.41322,-1.549585 m 0.30992,1.446292 c 0.20661,0.619839 0.82644,0.929746 1.44627,0.826452 m 0.92975,-0.206613 -0.92975,0.206613 m 0,-2.376037 c -0.51652,-0.309933 -1.03305,-0.413227 -1.54958,-0.309933 m 3.61569,3.099197 c -0.1033,-1.239679 -0.92974,-2.272745 -2.06611,-2.789264 m 2.06611,3.718983 c 0.10331,-0.309933 0.10331,-0.619813 0,-0.929719 m 0.10331,0.103293 h -0.20661 m -2.16942,-2.789264 0.20661,-0.103293 m -1.13636,3.202463 c 0,-0.103293 -0.20661,-0.206586 -0.30991,-0.206586 -0.10331,0 -0.20661,0.103293 -0.20661,0.206586 0,0.103294 0.1033,0.206587 0.20661,0.206587 0.1033,0 0.30991,-0.103293 0.30991,-0.206587 m -1.44627,-1.136359 c 0,-0.309906 -0.41323,-0.619839 -0.72314,-0.619839 -0.41322,0 -0.72314,0.309933 -0.72314,0.619839 0,0.413227 0.30992,0.72316 0.72314,0.72316 0.30991,0 0.72314,-0.309933 0.72314,-0.72316 m 2.99586,-0.826426 c 0,-0.309933 -0.41323,-0.619839 -0.72314,-0.619839 -0.41322,0 -0.72314,0.309906 -0.72314,0.619839 0,0.4132 0.30992,0.723133 0.72314,0.723133 0.30991,0 0.72314,-0.309933 0.72314,-0.723133 m 0.82644,2.995825 c 0,-0.309907 -0.41322,-0.61984 -0.72314,-0.61984 -0.41322,0 -0.72314,0.309933 -0.72314,0.61984 0,0.413226 0.30992,0.723132 0.72314,0.723132 0.30992,0 0.72314,-0.309906 0.72314,-0.723132 m -2.99586,0.826452 c 0,-0.309906 -0.41322,-0.619839 -0.72314,-0.619839 -0.41322,0 -0.72313,0.309933 -0.72313,0.619839 0,0.413226 0.30991,0.723133 0.72313,0.723133 0.30992,0 0.72314,-0.309907 0.72314,-0.723133 m -0.20661,0 c 0,-0.206613 -0.30992,-0.413226 -0.51653,-0.413226 -0.30991,0 -0.51653,0.206613 -0.51653,0.413226 0,0.309906 0.20662,0.51652 0.51653,0.51652 0.20661,0 0.51653,-0.206614 0.51653,-0.51652 m 2.99586,-0.826452 c 0,-0.206614 -0.30992,-0.413227 -0.51653,-0.413227 -0.30992,0 -0.51653,0.206613 -0.51653,0.413227 0,0.309932 0.20661,0.516546 0.51653,0.516546 0.20661,0 0.51653,-0.206614 0.51653,-0.516546 m -0.82645,-2.995825 c 0,-0.206613 -0.30991,-0.413226 -0.51652,-0.413226 -0.30992,0 -0.51653,0.206613 -0.51653,0.413226 0,0.309907 0.20661,0.51652 0.51653,0.51652 0.20661,0 0.51652,-0.206613 0.51652,-0.51652 m -2.99585,0.826426 c 0,-0.206613 -0.30992,-0.413226 -0.51653,-0.413226 -0.30992,0 -0.51653,0.206613 -0.51653,0.413226 0,0.309933 0.20661,0.516546 0.51653,0.516546 0.20661,0 0.51653,-0.206613 0.51653,-0.516546 m -1.65289,0.516546 h 0.1033 m 0,0 0.20661,0.723107 m 0,0 0.10331,-0.103294 m 0,0 v 0.103294 m 0,0 -0.10331,0.103293 m 0,0 -0.1033,0.10332 m 0,0 -0.20661,-0.92972 m 2.78925,3.305758 v 0.206613 m 0,0 -0.10331,0.103293 m 0,0 v -0.309906 m 0,0 h -0.10331 m 0,0 v -0.10332 m 0,0 v -0.103294 m 0,0 h 0.10331 m 0,0 0.10331,0.103294 m 0,0 0.30991,-0.103294 m 0,0 v 0.103294 m 0,0 -0.1033,0.723159 m 0,0 h -0.10331 m 0,0 0.10331,-0.723159 m 0,0 -0.20661,0.10332 m 1.54958,0 0.1033,0.103293 h 0.10331 m 0,0 h 0.20661 m 0,0 c 0.10331,-0.103293 0.10331,-0.206613 0.10331,-0.309907 m 0,0.103294 h -0.10331 m -0.10331,0 c 0,0 0.10331,0 0,-0.103294 m -0.20661,0.103294 h 0.10331 c 0,0.10332 0,0.10332 0.1033,0 m -0.20661,0 v -0.103294 h 0.10331 m 0,0 h 0.1033 m 0,0 -0.1033,-0.103319 m -0.20661,-0.206614 c 0,0 0,0.10332 0.1033,0.10332 h 0.10331 m -0.10331,-0.206613 h -0.1033 v 0.103293 m 0.1033,-0.103293 h 0.10331 l 0.1033,0.103293 m 0,0 0.10331,-0.103293 m 0,0 -0.10331,-0.10332 h -0.20661 m 0,0 -0.20661,0.10332 v 0.206613 m 0,0 c 0,0.103294 0.10331,0.103294 0.20661,0.103294 m -0.1033,0.103319 v 0.103294 0.10332 m 1.13636,-4.752049 -0.51653,0.103319 m 0,0 v 0.103294 m 0,0 h 0.30992 m 0,0 -0.20661,0.413226 m 0.1033,-0.10332 c -0.1033,0.10332 0,0.206613 0,0.309933 0.10331,0.103293 0.20661,0.103293 0.30992,0 0.10331,0 0.10331,-0.10332 0.10331,-0.206613 m 0,0 h -0.10331 m -0.20661,0 c -0.10331,0 -0.10331,0.103293 0,0.103293 0,0.10332 0.1033,0.10332 0.1033,0 0.10331,0 0.10331,-0.103293 0.10331,-0.103293 m -0.20661,0 0.20661,-0.51652 m 0,0 v -0.103319 m -2.78925,31.714783 c -0.30992,0.103294 -0.61983,0.103294 -0.92975,0.206587 m 1.13636,-0.619813 c -0.51653,0 -1.03305,0.206613 -1.54958,0.413226 m -1.23967,1.033039 c -0.82644,1.239679 -0.82644,2.789264 0,4.028943 0.72314,1.239652 2.27272,1.859492 3.6157,1.549585 1.44627,-0.309933 2.58263,-1.446292 2.78924,-2.892584 m -5.16527,-3.718983 c -0.41322,0.206587 -0.82645,0.619813 -1.23967,1.033039 m 0.30992,-0.103293 c -0.92975,1.136359 -1.03305,2.685944 -0.30992,3.925623 0.72314,1.239652 2.16942,1.859492 3.51239,1.549585 1.44628,-0.206613 2.47933,-1.342972 2.78925,-2.685971 m 0,0 h 0.1033 m -6.30163,-2.582624 0.20661,-0.10332 m 1.03305,-0.826452 -0.1033,-0.206587 m 1.54958,-0.206613 c -0.51653,0 -1.03305,0.103293 -1.44628,0.309907 m 1.44628,-0.51652 v 0.206613 m 2.99586,3.925596 h 0.51653 m -0.51653,-0.929745 v 0.929745 m 0.51653,-0.929745 h -0.51653 m 0.51653,0 c -0.20661,-1.342972 -1.03306,-2.376038 -2.16942,-2.789238 m -1.13636,0.309907 1.13636,-0.309907 m -1.34297,-0.206613 0.20661,0.51652 m -1.54958,0.413226 -0.10331,-0.516546 m -1.03305,0.826452 1.13636,-0.309906 m 3.92561,2.169424 c 0,-0.309932 -0.10331,-0.516546 -0.20661,-0.826452 m -0.61984,1.136359 0.92976,-0.206613 m -0.92976,0.10332 c -0.61983,0.206613 -0.92974,0.826426 -0.82644,1.446265 m 0.41322,1.446292 -0.41322,-1.446292 m -0.41322,1.652905 c 0.30992,0 0.61983,-0.10332 0.82644,-0.206613 m -1.23966,-1.239679 0.41322,1.549585 m -0.41322,-1.549585 c -0.10331,-0.619839 -0.72314,-0.929746 -1.34297,-0.826452 m -1.44628,0.516546 1.44628,-0.413227 m -1.7562,-0.516519 c 0.10331,0.309906 0.10331,0.619813 0.20661,0.826426 m 1.34297,-1.136359 -1.44627,0.309933 m 1.44627,-0.413226 c 0.51653,-0.10332 0.92975,-0.72316 0.72314,-1.342973 m -0.30991,-1.446291 0.30991,1.446291 m 0.92975,-0.206613 -0.41322,-1.446291 m 0.30992,1.446291 c 0.20661,0.51652 0.82644,0.929746 1.44627,0.723133 m 0.92975,-0.206613 -0.92975,0.309906 m 0,-2.479331 c -0.51652,-0.206613 -1.03305,-0.309906 -1.54958,-0.309906 m 3.61569,3.202464 c -0.1033,-1.239653 -0.92974,-2.376038 -2.06611,-2.892558 m 2.06611,3.822303 c 0.10331,-0.309906 0.10331,-0.619812 0,-0.929745 m 0.10331,0 h -0.20661 m -2.16942,-2.789238 0.20661,-0.10332 m -1.13636,3.202491 c 0,-0.10332 -0.20661,-0.206614 -0.30991,-0.206614 -0.10331,0 -0.20661,0.103294 -0.20661,0.206614 0,0.103293 0.1033,0.309906 0.20661,0.309906 0.1033,0 0.30991,-0.206613 0.30991,-0.309906 m -1.44627,-1.033066 c 0,-0.413226 -0.41323,-0.723133 -0.72314,-0.723133 -0.41322,0 -0.72314,0.309907 -0.72314,0.723133 0,0.309906 0.30992,0.723133 0.72314,0.723133 0.30991,0 0.72314,-0.413227 0.72314,-0.723133 m 2.99586,-0.826453 c 0,-0.413226 -0.41323,-0.723132 -0.72314,-0.723132 -0.41322,0 -0.72314,0.309906 -0.72314,0.723132 0,0.309933 0.30992,0.723133 0.72314,0.723133 0.30991,0 0.72314,-0.4132 0.72314,-0.723133 m 0.82644,2.995878 c 0,-0.413227 -0.41322,-0.723133 -0.72314,-0.723133 -0.41322,0 -0.72314,0.309906 -0.72314,0.723133 0,0.309906 0.30992,0.723132 0.72314,0.723132 0.30992,0 0.72314,-0.413226 0.72314,-0.723132 m -2.99586,0.826452 c 0,-0.413226 -0.41322,-0.723159 -0.72314,-0.723159 -0.41322,0 -0.72313,0.309933 -0.72313,0.723159 0,0.309906 0.30991,0.723133 0.72313,0.723133 0.30992,0 0.72314,-0.413227 0.72314,-0.723133 m -0.20661,0 c 0,-0.309933 -0.30992,-0.516546 -0.51653,-0.516546 -0.30991,0 -0.51653,0.206613 -0.51653,0.516546 0,0.206613 0.20662,0.51652 0.51653,0.51652 0.20661,0 0.51653,-0.309907 0.51653,-0.51652 m 2.99586,-0.826452 c 0,-0.309933 -0.30992,-0.516547 -0.51653,-0.516547 -0.30992,0 -0.51653,0.206614 -0.51653,0.516547 0,0.206613 0.20661,0.516519 0.51653,0.516519 0.20661,0 0.51653,-0.309906 0.51653,-0.516519 m -0.82645,-2.995878 c 0,-0.309906 -0.30991,-0.516519 -0.51652,-0.516519 -0.30992,0 -0.51653,0.206613 -0.51653,0.516519 0,0.206614 0.20661,0.516546 0.51653,0.516546 0.20661,0 0.51652,-0.309932 0.51652,-0.516546 m -2.99585,0.826453 c 0,-0.309907 -0.30992,-0.51652 -0.51653,-0.51652 -0.30992,0 -0.51653,0.206613 -0.51653,0.51652 0,0.206613 0.20661,0.51652 0.51653,0.51652 0.20661,0 0.51653,-0.309907 0.51653,-0.51652 m -1.65289,0.51652 0.1033,-0.103294 m 0,0 0.20661,0.826453 m 0,0 0.10331,-0.206613 m 0,0 v 0.206613 m 0,0 -0.10331,0.103293 m 0,0 h -0.1033 m 0,0 -0.20661,-0.826452 m 2.78925,3.20249 V 78.0473 m 0,0 h -0.10331 m 0,0 v -0.206613 m 0,0 h -0.10331 m 0,0 v -0.103293 m 0,0 v -0.206613 m 0,0 h 0.10331 m 0,0 0.10331,0.103293 m 0,0 0.30991,-0.103293 m 0,0 v 0.206613 m 0,0 -0.1033,0.619839 m 0,0 -0.10331,0.103293 m 0,0 0.10331,-0.723132 m 0,0 h -0.20661 m 1.54958,0 0.1033,0.103293 0.10331,0.10332 m 0,0 h 0.20661 m 0,-0.10332 c 0.10331,0 0.10331,-0.206613 0.10331,-0.309906 m 0,0.103293 h -0.10331 m -0.10331,0.10332 c 0,0 0.10331,-0.10332 0,-0.10332 m -0.20661,0 c 0,0 0,0.10332 0.10331,0.10332 h 0.1033 m -0.20661,0 v -0.10332 l 0.10331,-0.103293 m 0,0 h 0.1033 m 0,0 -0.1033,-0.10332 m -0.20661,-0.103294 c 0,0 0,0.103294 0.1033,0.103294 h 0.10331 m -0.10331,-0.309907 c 0,0 -0.1033,0 -0.1033,0.10332 v 0.103293 m 0.1033,-0.103293 h 0.10331 0.1033 m 0,0 h 0.10331 m 0,0 -0.10331,-0.10332 -0.20661,-0.103293 m 0,0 -0.20661,0.206613 v 0.206587 m 0,-0.103294 c 0,0.103294 0.10331,0.206614 0.20661,0.206614 m -0.1033,0 v 0.103293 0.10332 m 1.13636,-4.648756 -0.51653,0.103293 m 0,0 v 0.10332 m 0,0 0.30992,-0.10332 m 0,0 -0.20661,0.413227 m 0.1033,0 c -0.1033,0.103319 0,0.206613 0,0.206613 0.10331,0.103293 0.20661,0.103293 0.30992,0.103293 0.10331,-0.103293 0.10331,-0.206587 0.10331,-0.309906 m 0,0.103319 h -0.10331 m -0.20661,-0.103319 c -0.10331,0.103319 -0.10331,0.103319 0,0.206613 h 0.1033 c 0.10331,0 0.10331,-0.103294 0.10331,-0.206613 m -0.20661,0.103319 0.20661,-0.516546 m 0,0 v -0.103293 m -2.78925,31.714782 c -0.30992,0 -0.61983,0.10332 -0.92975,0.20661 m 1.13636,-0.61983 c -0.51653,0 -1.03305,0.10332 -1.54958,0.30993 m -1.23967,1.13636 c -0.82644,1.13636 -0.82644,2.78923 0,3.92559 0.72314,1.23966 2.27272,1.8595 3.6157,1.54959 1.44627,-0.30993 2.58263,-1.44629 2.78924,-2.89256 m -5.16527,-3.71898 c -0.41322,0.3099 -0.82645,0.61984 -1.23967,1.13636 m 0.30992,-0.10332 c -0.92975,1.03306 -1.03305,2.58262 -0.30992,3.8223 0.72314,1.23965 2.16942,1.85949 3.51239,1.65288 1.44628,-0.30991 2.47933,-1.34297 2.78925,-2.78924 m 0,0.10329 h 0.1033 m -6.30163,-2.68591 0.20661,-0.10332 m 1.03305,-0.72314 -0.1033,-0.20661 m 1.54958,-0.3099 c -0.51653,0 -1.03305,0.20661 -1.44628,0.41322 m 1.44628,-0.51654 v 0.20661 m 2.99586,3.92559 h 0.51653 m -0.51653,-1.03303 v 1.03303 m 0.51653,-0.92971 -0.51653,-0.10332 m 0.51653,0 c -0.20661,-1.23966 -1.03306,-2.37602 -2.16942,-2.78924 m -1.13636,0.41322 1.13636,-0.30993 m -1.34297,-0.20661 0.20661,0.51654 m -1.54958,0.4132 -0.10331,-0.51652 m -1.03305,0.72314 1.13636,-0.20662 m 3.92561,2.16943 c 0,-0.30991 -0.10331,-0.61981 -0.20661,-0.92975 m -0.61984,1.23968 0.92976,-0.30993 m -0.92976,0.20661 c -0.61983,0.10332 -0.92974,0.72313 -0.82644,1.34295 m 0.41322,1.54958 -0.41322,-1.44626 m -0.41322,1.65288 c 0.30992,-0.1033 0.61983,-0.1033 0.82644,-0.20662 m -1.23966,-1.23965 0.41322,1.44627 m -0.41322,-1.54959 c -0.10331,-0.51652 -0.72314,-0.92975 -1.34297,-0.72313 m -1.44628,0.41322 1.44628,-0.41322 m -1.7562,-0.5165 c 0.10331,0.30988 0.10331,0.61982 0.20661,0.92972 m 1.34297,-1.23965 -1.44627,0.4132 m 1.44627,-0.4132 c 0.51653,-0.20661 0.92975,-0.82642 0.72314,-1.44626 m -0.30991,-1.34298 0.30991,1.44627 m 0.92975,-0.20661 -0.41322,-1.54959 m 0.30992,1.44629 c 0.20661,0.61984 0.82644,0.92975 1.44627,0.82646 m 0.92975,-0.20662 -0.92975,0.20662 m 0,-2.37604 c -0.51652,-0.30993 -1.03305,-0.41323 -1.54958,-0.30993 m 3.61569,3.09917 c -0.1033,-1.23966 -0.92974,-2.27272 -2.06611,-2.78924 m 2.06611,3.71898 c 0.10331,-0.3099 0.10331,-0.61981 0,-0.92974 m 0.10331,0.10332 h -0.20661 m -2.16942,-2.78927 0.20661,-0.10329 m -6.09502,2.27272 h -0.10331 m 5.06197,0.92974 c 0,-0.10329 -0.20661,-0.20661 -0.30991,-0.20661 -0.10331,0 -0.20661,0.10332 -0.20661,0.20661 0,0.10332 0.1033,0.20662 0.20661,0.20662 0.1033,0 0.30991,-0.1033 0.30991,-0.20662 m -1.44627,-1.13636 c 0,-0.3099 -0.41323,-0.61984 -0.72314,-0.61984 -0.41322,0 -0.72314,0.30994 -0.72314,0.61984 0,0.41323 0.30992,0.72314 0.72314,0.72314 0.30991,0 0.72314,-0.30991 0.72314,-0.72314 m 2.99586,-0.82645 c 0,-0.30991 -0.41323,-0.61981 -0.72314,-0.61981 -0.41322,0 -0.72314,0.3099 -0.72314,0.61981 0,0.41323 0.30992,0.72316 0.72314,0.72316 0.30991,0 0.72314,-0.30993 0.72314,-0.72316 m 0.82644,2.99585 c 0,-0.30991 -0.41322,-0.61984 -0.72314,-0.61984 -0.41322,0 -0.72314,0.30993 -0.72314,0.61984 0,0.41323 0.30992,0.72313 0.72314,0.72313 0.30992,0 0.72314,-0.3099 0.72314,-0.72313 m -2.99586,0.82645 c 0,-0.30993 -0.41322,-0.61984 -0.72314,-0.61984 -0.41322,0 -0.72313,0.30991 -0.72313,0.61984 0,0.41323 0.30991,0.72314 0.72313,0.72314 0.30992,0 0.72314,-0.30991 0.72314,-0.72314 m -0.20661,0 c 0,-0.20661 -0.30992,-0.41322 -0.51653,-0.41322 -0.30991,0 -0.51653,0.20661 -0.51653,0.41322 0,0.30991 0.20662,0.51652 0.51653,0.51652 0.20661,0 0.51653,-0.20661 0.51653,-0.51652 m 2.99586,-0.82645 c 0,-0.20661 -0.30992,-0.41323 -0.51653,-0.41323 -0.30992,0 -0.51653,0.20662 -0.51653,0.41323 0,0.30991 0.20661,0.51652 0.51653,0.51652 0.20661,0 0.51653,-0.20661 0.51653,-0.51652 m -0.82645,-2.99585 c 0,-0.20661 -0.30991,-0.41323 -0.51652,-0.41323 -0.30992,0 -0.51653,0.20662 -0.51653,0.41323 0,0.30993 0.20661,0.51655 0.51653,0.51655 0.20661,0 0.51652,-0.20662 0.51652,-0.51655 m -2.99585,0.82645 c 0,-0.20661 -0.30992,-0.41322 -0.51653,-0.41322 -0.30992,0 -0.51653,0.20661 -0.51653,0.41322 0,0.30994 0.20661,0.51652 0.51653,0.51652 0.20661,0 0.51653,-0.20658 0.51653,-0.51652 m -1.65289,0.51652 h 0.1033 m 0,0 0.20661,0.72316 m 0,0 0.10331,-0.10332 m 0,0 v 0.10332 m 0,0 -0.10331,0.1033 m 0,0 -0.1033,0.10331 m 0,0 -0.20661,-0.92977 m 2.78925,3.30579 v 0.20658 m 0,0 -0.10331,0.10332 m 0,0 v -0.3099 m 0,0 h -0.10331 m 0,0 v -0.10332 m 0,0 v -0.1033 m 0,0 h 0.10331 m 0,0 0.10331,0.1033 m 0,0 0.30991,-0.1033 m 0,0 v 0.1033 m 0,0 -0.1033,0.72313 m 0,0 h -0.10331 m 0,0 0.10331,-0.72313 m 0,0 -0.20661,0.10332 m 1.54958,0 0.1033,0.10329 h 0.10331 m 0,0 h 0.20661 m 0,0 c 0.10331,-0.10329 0.10331,-0.20661 0.10331,-0.30991 m 0,0.1033 h -0.10331 m -0.10331,0.10332 c 0,0 0.10331,-0.10332 0,-0.10332 m -0.20661,0 h 0.10331 c 0,0.10332 0,0.10332 0.1033,0 m -0.20661,0 v -0.1033 h 0.10331 m 0,0 h 0.1033 m 0,0 -0.1033,-0.10332 m -0.20661,-0.20661 c 0,0.10332 0,0.10332 0.1033,0.10332 0,0.10329 0,0.10329 0.10331,0 m -0.10331,-0.20661 h -0.1033 v 0.10329 m 0.1033,-0.10329 h 0.10331 l 0.1033,0.10329 m 0,0 0.10331,-0.10329 m 0,0 -0.10331,-0.10332 h -0.20661 m 0,0 -0.20661,0.10332 v 0.20661 m 0,0 c 0,0.10329 0.10331,0.10329 0.20661,0.10329 m -0.1033,0.10332 v 0.1033 0.10332 m 1.13636,-4.75205 -0.51653,0.10329 m 0,0 v 0.10332 m 0,0 h 0.30992 m 0,0 -0.20661,0.41323 m 0.1033,-0.10332 c -0.1033,0.10332 0,0.20661 0,0.30993 0.10331,0.10329 0.20661,0.10329 0.30992,0 0.10331,0 0.10331,-0.10332 0.10331,-0.20661 m 0,0 h -0.10331 m -0.20661,0 c -0.10331,0 -0.10331,0.10329 0,0.10329 0,0.10332 0.1033,0.10332 0.1033,0 0.10331,0 0.10331,-0.10329 0.10331,-0.10329 m -0.20661,0 0.20661,-0.51655 m 0,0 v -0.10329 m -2.78925,31.71475 c -0.30992,0.10332 -0.61983,0.10332 -0.92975,0.20662 m 1.13636,-0.61982 c -0.51653,0 -1.03305,0.20659 -1.54958,0.4132 m -1.23967,1.03307 c -0.82644,1.23968 -0.82644,2.78926 0,4.02892 0.72314,1.23967 2.27272,1.85951 3.6157,1.54961 1.44627,-0.30994 2.58263,-1.44629 2.78924,-2.89259 m -5.16527,-3.71901 c -0.41322,0.20662 -0.82645,0.61984 -1.23967,1.03307 m 0.30992,-0.10329 c -0.92975,1.13636 -1.03305,2.68594 -0.30992,3.92562 0.72314,1.23965 2.16942,1.85949 3.51239,1.54958 1.44628,-0.20661 2.47933,-1.34299 2.78925,-2.68597 m 0,0 h 0.1033 m -6.30163,-2.58262 0.20661,-0.10332 m 1.03305,-0.82645 -0.1033,-0.20662 m 1.54958,-0.20661 c -0.51653,0 -1.03305,0.10332 -1.44628,0.30993 m 1.44628,-0.51652 v 0.20659 m 2.99586,3.92562 h 0.51653 m -0.51653,-0.92974 v 0.92974 m 0.51653,-0.92974 h -0.51653 m 0.51653,0 c -0.20661,-1.34297 -1.03306,-2.37604 -2.16942,-2.78927 m -1.13636,0.30994 1.13636,-0.30994 m -1.34297,-0.20661 0.20661,0.51655 m -1.54958,0.41322 -0.10331,-0.51654 m -1.03305,0.82645 1.13636,-0.30991 m 3.92561,2.16943 c 0,-0.30993 -0.10331,-0.51655 -0.20661,-0.82645 m -0.61984,1.13635 0.92976,-0.20661 m -0.92976,0.10332 c -0.61983,0.20659 -0.92974,0.82643 -0.82644,1.44627 m 0.41322,1.44629 -0.41322,-1.44629 m -0.41322,1.6529 c 0.30992,0 0.61983,-0.10332 0.82644,-0.20661 m -1.23966,-1.23968 0.41322,1.54958 m -0.41322,-1.54958 c -0.10331,-0.61984 -0.72314,-0.92975 -1.34297,-0.82645 m -1.44628,0.51654 1.44628,-0.41322 m -1.7562,-0.51655 c 0.10331,0.30993 0.10331,0.61984 0.20661,0.82645 m 1.34297,-1.13636 -1.44627,0.30991 m 1.44627,-0.4132 c 0.51653,-0.10332 0.92975,-0.72316 0.72314,-1.343 m -0.30991,-1.44626 0.30991,1.44626 m 0.92975,-0.20661 -0.41322,-1.44627 m 0.30992,1.44627 c 0.20661,0.51655 0.82644,0.92977 1.44627,0.72316 m 0.92975,-0.20661 -0.92975,0.3099 m 0,-2.47933 c -0.51652,-0.20661 -1.03305,-0.30991 -1.54958,-0.30991 m 3.61569,3.20247 c -0.1033,-1.23968 -0.92974,-2.37604 -2.06611,-2.89256 m 2.06611,3.8223 c 0.10331,-0.3099 0.10331,-0.61981 0,-0.92974 m 0.10331,0 h -0.20661 m -2.16942,-2.78927 0.20661,-0.10329 m -6.09502,2.37604 h -0.10331 m 5.06197,0.82645 c 0,-0.10332 -0.20661,-0.20661 -0.30991,-0.20661 -0.10331,0 -0.20661,0.10329 -0.20661,0.20661 0,0.10329 0.1033,0.30991 0.20661,0.30991 0.1033,0 0.30991,-0.20662 0.30991,-0.30991 m -1.44627,-1.03306 c 0,-0.41323 -0.41323,-0.72314 -0.72314,-0.72314 -0.41322,0 -0.72314,0.30991 -0.72314,0.72314 0,0.3099 0.30992,0.72313 0.72314,0.72313 0.30991,0 0.72314,-0.41323 0.72314,-0.72313 m 2.99586,-0.82646 c 0,-0.41322 -0.41323,-0.72313 -0.72314,-0.72313 -0.41322,0 -0.72314,0.30991 -0.72314,0.72313 0,0.30991 0.30992,0.72314 0.72314,0.72314 0.30991,0 0.72314,-0.41323 0.72314,-0.72314 m 0.82644,2.99588 c 0,-0.41323 -0.41322,-0.72316 -0.72314,-0.72316 -0.41322,0 -0.72314,0.30993 -0.72314,0.72316 0,0.30991 0.30992,0.72313 0.72314,0.72313 0.30992,0 0.72314,-0.41322 0.72314,-0.72313 m -2.99586,0.82643 c 0,-0.4132 -0.41322,-0.72314 -0.72314,-0.72314 -0.41322,0 -0.72313,0.30994 -0.72313,0.72314 0,0.30993 0.30991,0.72316 0.72313,0.72316 0.30992,0 0.72314,-0.41323 0.72314,-0.72316 m -0.20661,0 c 0,-0.30991 -0.30992,-0.51652 -0.51653,-0.51652 -0.30991,0 -0.51653,0.20661 -0.51653,0.51652 0,0.20661 0.20662,0.51654 0.51653,0.51654 0.20661,0 0.51653,-0.30993 0.51653,-0.51654 m 2.99586,-0.82643 c 0,-0.30993 -0.30992,-0.51655 -0.51653,-0.51655 -0.30992,0 -0.51653,0.20662 -0.51653,0.51655 0,0.20661 0.20661,0.51652 0.51653,0.51652 0.20661,0 0.51653,-0.30991 0.51653,-0.51652 m -0.82645,-2.99588 c 0,-0.3099 -0.30991,-0.51652 -0.51652,-0.51652 -0.30992,0 -0.51653,0.20662 -0.51653,0.51652 0,0.20662 0.20661,0.51652 0.51653,0.51652 0.20661,0 0.51652,-0.3099 0.51652,-0.51652 m -2.99585,0.82646 c 0,-0.30994 -0.30992,-0.51655 -0.51653,-0.51655 -0.30992,0 -0.51653,0.20661 -0.51653,0.51655 0,0.20661 0.20661,0.51652 0.51653,0.51652 0.20661,0 0.51653,-0.30991 0.51653,-0.51652 m -1.65289,0.51652 h 0.1033 m 0,0 0.20661,0.72313 m 0,0 0.10331,-0.20659 m 0,0 v 0.20659 m 0,0 -0.10331,0.10332 m 0,0 h -0.1033 m 0,0 -0.20661,-0.82645 m 2.78925,3.20249 v 0.3099 m 0,0 h -0.10331 m 0,0 v -0.20661 m 0,0 h -0.10331 m 0,0 v -0.10329 m 0,0 v -0.20662 m 0,0 h 0.10331 m 0,0 0.10331,0.1033 m 0,0 0.30991,-0.1033 m 0,0 v 0.20662 m 0,0 -0.1033,0.61983 m 0,0 -0.10331,0.1033 m 0,0 0.10331,-0.72313 m 0,0 h -0.20661 m 1.54958,0 0.1033,0.10329 0.10331,0.10332 m 0,0 h 0.20661 m 0,-0.10332 c 0.10331,0 0.10331,-0.20661 0.10331,-0.30991 m 0,0.1033 h -0.10331 m -0.10331,0.10332 c 0,0 0.10331,0 0,-0.10332 m -0.20661,0 c 0,0 0,0.10332 0.10331,0.10332 h 0.1033 m -0.20661,0 v -0.10332 l 0.10331,-0.1033 m 0,0 h 0.1033 m 0,0 -0.1033,-0.10332 m -0.20661,-0.10329 c 0,0 0,0.10329 0.1033,0.10329 h 0.10331 m -0.10331,-0.3099 c 0,0 -0.1033,0 -0.1033,0.10329 v 0.10332 m 0.1033,-0.10332 h 0.10331 0.1033 m 0,0 h 0.10331 m 0,0 -0.10331,-0.10329 -0.20661,-0.10332 m 0,0 -0.20661,0.20661 v 0.20661 m 0,-0.10329 c 0,0.10329 0.10331,0.20661 0.20661,0.20661 m -0.1033,0 v 0.1033 0.10332 m 1.13636,-4.64876 -0.51653,0.10329 m 0,0 v 0.10332 m 0,0 0.30992,-0.10332 m 0,0 -0.20661,0.41323 m 0.1033,0 c -0.1033,0.10329 0,0.20661 0,0.20661 0.10331,0.1033 0.20661,0.1033 0.30992,0.1033 0.10331,-0.1033 0.10331,-0.20662 0.10331,-0.30991 m 0,0.10329 h -0.10331 m -0.20661,-0.10329 c -0.10331,0.10329 -0.10331,0.10329 0,0.20661 h 0.1033 c 0.10331,0 0.10331,-0.10332 0.10331,-0.20661 m -0.20661,0.10329 0.20661,-0.51652 m 0,0 v -0.10329 M 130.00996,71.952279 c -0.30991,0.103294 -0.61984,0.103294 -0.82645,0.206587 m 1.03306,-0.619813 c -0.51652,0 -1.03306,0.206613 -1.44629,0.413226 m -1.23965,1.033039 c -0.82643,1.239679 -0.92972,2.789264 -0.10332,4.028943 0.82645,1.239652 2.27274,1.859492 3.71901,1.549585 1.44629,-0.309933 2.47936,-1.446292 2.78926,-2.892584 m -5.1653,-3.718983 c -0.51652,0.206587 -0.92974,0.619813 -1.23965,1.033039 m 0.30991,-0.103293 c -0.92972,1.136359 -1.03304,2.685944 -0.30991,3.925623 0.61984,1.239652 2.0661,1.859492 3.5124,1.549585 1.34297,-0.206613 2.47933,-1.342972 2.68594,-2.685971 m 0,0 h 0.10329 m -6.30163,-2.582624 0.20661,-0.10332 m 1.03304,-0.826452 v -0.206587 m 1.54959,-0.206613 c -0.51652,0 -1.03304,0.103293 -1.54959,0.309907 m 1.44629,-0.51652 0.1033,0.206613 m 2.89258,3.925596 h 0.51652 m -0.41323,-0.929745 -0.10329,0.929745 m 0.51652,-0.929745 h -0.41323 m 0.41323,0 c -0.10329,-1.342972 -0.92975,-2.376038 -2.16942,-2.789238 m -1.13636,0.309907 1.13636,-0.309907 m -1.23968,-0.206613 0.10332,0.51652 m -1.54959,0.413226 -0.10332,-0.516546 m -1.03304,0.826452 1.13636,-0.309906 m 4.02892,2.169424 c 0,-0.309932 -0.1033,-0.516546 -0.20662,-0.826452 m -0.72313,1.136359 0.92975,-0.206613 m -0.92975,0.10332 c -0.61984,0.206613 -0.92974,0.826426 -0.82645,1.446265 m 0.41323,1.446292 -0.30991,-1.446292 m -0.51655,1.652905 c 0.30994,0 0.61984,-0.10332 0.92978,-0.206613 m -1.343,-1.239679 0.41322,1.549585 m -0.41322,-1.549585 c -0.1033,-0.619839 -0.72314,-0.929746 -1.34298,-0.826452 m -1.44626,0.516546 1.44626,-0.413227 m -1.65287,-0.516519 c 0,0.309906 0.10329,0.619813 0.20661,0.826426 m 1.23965,-1.136359 -1.44626,0.309933 m 1.44626,-0.413226 c 0.61984,-0.10332 0.92977,-0.72316 0.82645,-1.342973 m -0.41322,-1.446291 0.41322,1.446291 m 0.82646,-0.206613 -0.41323,-1.446291 m 0.41323,1.446291 c 0.10329,0.51652 0.72313,0.929746 1.34297,0.723133 m 0.92974,-0.206613 -0.92974,0.309906 m 0.10332,-2.479331 c -0.51655,-0.206613 -1.03307,-0.309906 -1.65291,-0.309906 m 3.71901,3.202464 c -0.10332,-1.239653 -0.92974,-2.376038 -2.0661,-2.892558 m 2.0661,3.822303 v -0.929745 m 0,0 h -0.20661 m -2.16942,-2.789238 0.30993,-0.10332 m 2.68594,0.929746 c 0,0 0.1033,0 0,0 m -3.92562,2.272745 c 0,-0.10332 -0.10332,-0.206614 -0.20661,-0.206614 -0.10332,0 -0.20662,0.103294 -0.20662,0.206614 0,0.103293 0.1033,0.309906 0.20662,0.309906 0.10329,0 0.20661,-0.206613 0.20661,-0.309906 m -1.44629,-1.033066 c 0,-0.413226 -0.30991,-0.723133 -0.72314,-0.723133 -0.3099,0 -0.61983,0.309907 -0.61983,0.723133 0,0.309906 0.30993,0.723133 0.61983,0.723133 0.41323,0 0.72314,-0.413227 0.72314,-0.723133 m 2.99587,-0.826453 c 0,-0.413226 -0.3099,-0.723132 -0.72313,-0.723132 -0.30993,0 -0.61984,0.309906 -0.61984,0.723132 0,0.309933 0.30991,0.723133 0.61984,0.723133 0.41323,0 0.72313,-0.4132 0.72313,-0.723133 m 0.82646,2.995878 c 0,-0.413227 -0.41323,-0.723133 -0.72316,-0.723133 -0.4132,0 -0.72313,0.309906 -0.72313,0.723133 0,0.309906 0.30993,0.723132 0.72313,0.723132 0.30993,0 0.72316,-0.413226 0.72316,-0.723132 m -2.99588,0.826452 c 0,-0.413226 -0.41323,-0.723159 -0.72313,-0.723159 -0.41323,0 -0.72316,0.309933 -0.72316,0.723159 0,0.309906 0.30993,0.723133 0.72316,0.723133 0.3099,0 0.72313,-0.413227 0.72313,-0.723133 m -0.20661,0 c 0,-0.309933 -0.30991,-0.516546 -0.51652,-0.516546 -0.30994,0 -0.51655,0.206613 -0.51655,0.516546 0,0.206613 0.20661,0.51652 0.51655,0.51652 0.20661,0 0.51652,-0.309907 0.51652,-0.51652 m 2.99587,-0.826452 c 0,-0.309933 -0.30993,-0.516547 -0.51654,-0.516547 -0.30991,0 -0.51652,0.206614 -0.51652,0.516547 0,0.206613 0.20661,0.516519 0.51652,0.516519 0.20661,0 0.51654,-0.309906 0.51654,-0.516519 m -0.82645,-2.995878 c 0,-0.309906 -0.20661,-0.516519 -0.51652,-0.516519 -0.20661,0 -0.41322,0.206613 -0.41322,0.516519 0,0.206614 0.20661,0.516546 0.41322,0.516546 0.30991,0 0.51652,-0.309932 0.51652,-0.516546 m -2.99588,0.826453 c 0,-0.309907 -0.20661,-0.51652 -0.51652,-0.51652 -0.20661,0 -0.41322,0.206613 -0.41322,0.51652 0,0.206613 0.20661,0.51652 0.41322,0.51652 0.30991,0 0.51652,-0.309907 0.51652,-0.51652 m -1.65287,0.51652 0.10329,-0.103294 m 0,0 0.20661,0.826453 m 0,0 0.10332,-0.206613 m 0,0 v 0.206613 m 0,0 v 0.103293 m 0,0 h -0.20661 m 0,0 -0.20661,-0.826452 m 2.78926,3.20249 0.10329,0.309906 m 0,0 h -0.20661 m 0,0 v -0.206613 m 0,0 h -0.10329 m 0,0 v -0.103293 m 0,0 h 0.10329 m 0,0 -0.10329,-0.206613 m 0,0 h 0.10329 m 0,0 0.10332,0.103293 m 0,0 0.30991,-0.103293 m 0,0 v 0.206613 m 0,0 -0.10332,0.619839 m 0,0 -0.1033,0.103293 m 0,0 0.1033,-0.723132 m 0,0 h -0.20659 m 1.54959,0 0.10329,0.103293 0.20661,0.10332 m 0,0 h 0.10329 m 0,-0.10332 c 0.10332,0 0.10332,-0.206613 0.10332,-0.309906 m 0,0.103293 h -0.10332 m -0.10329,0.10332 c 0.10329,0 0.10329,-0.10332 0.10329,-0.10332 m -0.20658,0 v 0.10332 h 0.10329 m -0.20661,0 v -0.10332 l 0.10332,-0.103293 m 0,0 h 0.10329 m 0,0 -0.10329,-0.10332 m -0.10332,-0.103294 v 0.103294 h 0.10332 m -0.10332,-0.309907 v 0.10332 c -0.10329,0 -0.10329,0 0,0.103293 m 0,-0.103293 h 0.10332 0.10329 m 0,0 h 0.10329 m 0,0 -0.10329,-0.10332 -0.20661,-0.103293 m 0,0 -0.20661,0.206613 v 0.206587 m 0,-0.103294 c 0,0.103294 0.10332,0.206614 0.20661,0.206614 m 0,0 -0.10329,0.103293 v 0.10332 m 1.13635,-4.648756 -0.51654,0.103293 m 0,0 v 0.10332 m 0,0 0.30993,-0.10332 m 0,0 -0.10332,0.413227 m 0,0 c -0.10329,0.103319 0,0.206613 0,0.206613 0.10332,0.103293 0.20661,0.103293 0.30993,0.103293 0.1033,-0.103293 0.1033,-0.206587 0.1033,-0.309906 m 0,0.103319 h -0.1033 m -0.20661,-0.103319 c -0.10332,0.103319 -0.10332,0.103319 0,0.206613 h 0.10329 c 0.10332,0 0.10332,-0.103294 0.10332,-0.206613 m -0.20661,0.103319 0.20661,-0.516546 m 0,0 V 73.088638 M 33.935837,142.61323 c 0,-0.30991 -0.103293,-0.4132 -0.413226,-0.4132 -0.206587,0 -0.4132,0.10329 -0.4132,0.4132 0,0.20661 0.206613,0.41322 0.4132,0.41322 0.309933,0 0.413226,-0.20661 0.413226,-0.41322 m -0.206613,0 c 0,-0.1033 -0.103293,-0.20659 -0.206613,-0.20659 -0.103293,0 -0.206587,0.10329 -0.206587,0.20659 0,0.10332 0.103294,0.20661 0.206587,0.20661 0.10332,0 0.206613,-0.10329 0.206613,-0.20661 m -0.619813,-2.99585 c 0,-0.30994 -0.10332,-0.41323 -0.4132,-0.41323 -0.206613,0 -0.413226,0.10329 -0.413226,0.41323 0,0.20661 0.206613,0.41322 0.413226,0.41322 0.30988,0 0.4132,-0.20661 0.4132,-0.41322 m -0.206587,0 c 0,-0.10332 -0.103319,-0.20662 -0.206613,-0.20662 -0.10332,0 -0.206613,0.1033 -0.206613,0.20662 0,0.10329 0.103293,0.20661 0.206613,0.20661 0.103294,0 0.206613,-0.10332 0.206613,-0.20661 m 4.02889,2.16942 c 0,-0.20661 -0.103293,-0.41323 -0.413226,-0.41323 -0.206613,0 -0.413226,0.20662 -0.413226,0.41323 0,0.30991 0.206613,0.51652 0.413226,0.51652 0.309933,0 0.413226,-0.20661 0.413226,-0.51652 m -0.206613,0 c 0,-0.10332 -0.103293,-0.10332 -0.206613,-0.10332 -0.103293,0 -0.206613,0 -0.206613,0.10332 0,0.10329 0.10332,0.20661 0.206613,0.20661 0.10332,0 0.206613,-0.10332 0.206613,-0.20661 m -1.652878,-1.13636 c 0,-0.20661 -0.206614,-0.41323 -0.413227,-0.41323 -0.309933,0 -0.516546,0.20662 -0.516546,0.41323 0,0.30991 0.206613,0.51652 0.516546,0.51652 0.206613,0 0.413227,-0.20661 0.413227,-0.51652 m -0.309933,0 c 0,-0.10332 0,-0.10332 -0.103294,-0.10332 -0.10332,0 -0.206613,0 -0.206613,0.10332 0,0.10329 0.103293,0.20659 0.206613,0.20659 0.103294,0 0.103294,-0.1033 0.103294,-0.20659 m 1.446291,-1.85952 c 0,-0.3099 -0.206613,-0.41322 -0.413226,-0.41322 -0.309933,0 -0.516546,0.10332 -0.516546,0.41322 0,0.20662 0.206613,0.41323 0.516546,0.41323 0.206613,0 0.413226,-0.20661 0.413226,-0.41323 m -0.309932,0 c 0,-0.10329 0,-0.20661 -0.103294,-0.20661 -0.10332,0 -0.206613,0.10332 -0.206613,0.20661 0,0.10332 0.103293,0.20662 0.206613,0.20662 0.103294,0 0.103294,-0.1033 0.103294,-0.20662 m 2.892557,1.85952 c 0,-2.27274 -1.859492,-4.13223 -4.13221,-4.13223 -2.376011,0 -4.235529,1.85949 -4.235529,4.13223 0,2.37601 1.859518,4.23553 4.235529,4.23553 2.272718,0 4.13221,-1.85952 4.13221,-4.23553 m -0.51652,0 c 0,-1.96281 -1.652878,-3.61572 -3.61569,-3.61572 -2.066105,0 -3.718983,1.65291 -3.718983,3.61572 0,2.06611 1.652878,3.71898 3.718983,3.71898 1.962812,0 3.61569,-1.65287 3.61569,-3.71898 m -0.516519,-0.20661 0.516519,-0.10332 m -0.723132,-1.03307 c -0.309933,0.10332 -0.516547,0.41323 -0.413227,0.72316 0.103294,0.20661 0.413227,0.41323 0.723133,0.30991 m -0.413226,-0.92975 0.516546,-0.10332 m 219.73078,-34.50402 c -0.30991,0 -0.61984,0.10332 -0.92975,0.20661 m 1.13636,-0.61983 c -0.51652,0 -1.03306,0.10332 -1.54958,0.30993 m -1.23968,1.13636 c -0.82645,1.13636 -0.82645,2.78923 0,3.92559 0.72313,1.23966 2.27274,1.8595 3.61571,1.54959 1.44626,-0.30993 2.58262,-1.44629 2.78923,-2.89256 m -5.16526,-3.71898 c -0.41323,0.3099 -0.82645,0.61984 -1.23968,1.13636 m 0.30994,-0.10332 c -0.92977,1.03306 -1.03307,2.58262 -0.30994,3.8223 0.72313,1.23965 2.16942,1.85949 3.51239,1.65288 1.44629,-0.30991 2.47933,-1.34297 2.78926,-2.78924 m -0.10332,0.10329 h 0.20661 m -6.40494,-2.68591 0.30994,-0.10332 m 0.92974,-0.72314 v -0.20661 m 1.54958,-0.3099 c -0.51652,0 -1.03306,0.20661 -1.44629,0.41322 m 1.34297,-0.51654 0.10332,0.20661 m 2.89255,3.92559 h 0.51652 m -0.4132,-1.03303 -0.10332,1.03303 m 0.51652,-0.92971 -0.4132,-0.10332 m 0.51652,0 c -0.20662,-1.23966 -1.03307,-2.37602 -2.16942,-2.78924 m -1.23968,0.41322 1.13639,-0.30993 m -1.23968,-0.20661 0.10329,0.51654 m -1.44626,0.4132 -0.20661,-0.51652 m -0.92974,0.72314 1.13635,-0.20662 m 3.92561,2.16943 c 0,-0.30991 -0.10332,-0.61981 -0.20661,-0.92975 m -0.72316,1.23968 0.92977,-0.30993 m -0.82645,0.20661 c -0.61983,0.10332 -0.92974,0.72313 -0.82645,1.34295 m 0.41323,1.54958 -0.41323,-1.44626 m -0.41322,1.65288 c 0.30993,-0.1033 0.61984,-0.1033 0.82645,-0.20662 m -1.34297,-1.23965 0.41323,1.44627 m -0.30994,-1.54959 c -0.10329,-0.51652 -0.72313,-0.92975 -1.34297,-0.72313 m -1.54958,0.41322 1.44629,-0.41322 m -1.6529,-0.5165 c 0.10332,0.30988 0.10332,0.61982 0.20661,0.92972 m 1.23968,-1.23965 -1.44629,0.4132 m 1.54958,-0.4132 c 0.51655,-0.20661 0.92977,-0.82642 0.72316,-1.44626 m -0.41323,-1.34298 0.41323,1.44627 m 0.82642,-0.20661 -0.41322,-1.54959 m 0.41322,1.44629 c 0.20662,0.61984 0.82645,0.92975 1.44629,0.82646 m 0.82645,-0.20662 -0.92977,0.20662 m 0.10332,-2.37604 c -0.51652,-0.30993 -1.03306,-0.41323 -1.54958,-0.30993 m 3.61568,3.09917 c -0.10329,-1.23966 -0.92974,-2.27272 -2.0661,-2.78924 m 2.0661,3.71898 c 0.10332,-0.3099 0.10332,-0.61981 0,-0.92974 m 0,0.10332 h -0.20661 m -2.16939,-2.78927 0.3099,-0.10329 m -1.23967,3.20246 c 0,-0.10329 -0.1033,-0.20661 -0.20662,-0.20661 -0.10329,0 -0.20661,0.10332 -0.20661,0.20661 0,0.10332 0.10332,0.20662 0.20661,0.20662 0.10332,0 0.20662,-0.1033 0.20662,-0.20662 m -1.44627,-1.13636 c 0,-0.3099 -0.30993,-0.61984 -0.61983,-0.61984 -0.41323,0 -0.72313,0.30994 -0.72313,0.61984 0,0.41323 0.3099,0.72314 0.72313,0.72314 0.3099,0 0.61983,-0.30991 0.61983,-0.72314 m 2.99585,-0.82645 c 0,-0.30991 -0.30991,-0.61981 -0.61981,-0.61981 -0.41323,0 -0.72316,0.3099 -0.72316,0.61981 0,0.41323 0.30993,0.72316 0.72316,0.72316 0.3099,0 0.61981,-0.30993 0.61981,-0.72316 m 0.82645,2.99585 c 0,-0.30991 -0.30991,-0.61984 -0.61984,-0.61984 -0.41323,0 -0.72313,0.30993 -0.72313,0.61984 0,0.41323 0.3099,0.72313 0.72313,0.72313 0.30993,0 0.61984,-0.3099 0.61984,-0.72313 m -2.99587,0.82645 c 0,-0.30993 -0.30991,-0.61984 -0.61981,-0.61984 -0.41323,0 -0.72316,0.30991 -0.72316,0.61984 0,0.41323 0.30993,0.72314 0.72316,0.72314 0.3099,0 0.61981,-0.30991 0.61981,-0.72314 m -0.20659,0 c 0,-0.20661 -0.20661,-0.41322 -0.41322,-0.41322 -0.30994,0 -0.51655,0.20661 -0.51655,0.41322 0,0.30991 0.20661,0.51652 0.51655,0.51652 0.20661,0 0.41322,-0.20661 0.41322,-0.51652 m 2.99584,-0.82645 c 0,-0.20661 -0.20661,-0.41323 -0.41322,-0.41323 -0.30991,0 -0.51652,0.20662 -0.51652,0.41323 0,0.30991 0.20661,0.51652 0.51652,0.51652 0.20661,0 0.41322,-0.20661 0.41322,-0.51652 m -0.82645,-2.99585 c 0,-0.20661 -0.20661,-0.41323 -0.41319,-0.41323 -0.30994,0 -0.51655,0.20662 -0.51655,0.41323 0,0.30993 0.20661,0.51655 0.51655,0.51655 0.20658,0 0.41319,-0.20662 0.41319,-0.51655 m -2.99584,0.82645 c 0,-0.20661 -0.20661,-0.41322 -0.41322,-0.41322 -0.30994,0 -0.51652,0.20661 -0.51652,0.41322 0,0.30994 0.20658,0.51652 0.51652,0.51652 0.20661,0 0.41322,-0.20658 0.41322,-0.51652 m -1.6529,0.51652 h 0.10332 m 0,0 0.20661,0.72316 m 0,0 0.1033,-0.10332 m 0,0 0.10332,0.10332 m 0,0 -0.10332,0.1033 m 0,0 -0.1033,0.10331 m 0,0 -0.30993,-0.92977 m 2.78926,3.30579 0.10329,0.20658 m 0,0 -0.10329,0.10332 m 0,0 -0.10332,-0.3099 m 0,0 h -0.1033 m 0,0 v -0.10332 m 0,0 h 0.1033 m 0,0 -0.1033,-0.1033 m 0,0 h 0.20662 m 0,0 v 0.1033 m 0,0 0.3099,-0.1033 m 0,0 0.10332,0.1033 m 0,0 -0.20661,0.72313 m 0,0 h -0.10332 m 0,0 0.10332,-0.72313 m 0,0 -0.20661,0.10332 m 1.54958,0 0.10329,0.10329 h 0.20661 m 0,0 h 0.10332 m 0.1033,0 c 0.10332,-0.10329 0.10332,-0.20661 0.10332,-0.30991 m -0.10332,0.1033 h -0.1033 m 0,0.10332 c 0,0 0.1033,-0.10332 0,-0.10332 m -0.20661,0 h 0.10329 c 0,0.10332 0,0.10332 0.10332,0 m -0.30993,0 0.10332,-0.1033 m 0,0 h 0.10329 m 0,0 v -0.10332 m 0,0 h -0.10329 m -0.10332,-0.20661 c 0,0.10332 0,0.10332 0.10332,0.10332 0,0.10329 0,0.10329 0.10329,0 m -0.10329,-0.20661 h -0.10332 v 0.10329 m 0,-0.10329 h 0.10332 l 0.10329,0.10329 m 0,0 0.10332,-0.10329 m 0,0 -0.10332,-0.10332 h -0.20661 m 0,0 -0.20658,0.10332 v 0.20661 m 0.10329,0 c 0,0.10329 0,0.10329 0.10329,0.10329 m 0,0.10332 -0.10329,0.1033 v 0.10332 m 1.13635,-4.75205 -0.51651,0.10329 m 0,0 v 0.10332 m 0,0 h 0.41322 m 0,0 -0.20661,0.41323 m 0.10329,-0.10332 c -0.10329,0.10332 0,0.20661 0,0.30993 0.10332,0.10329 0.20661,0.10329 0.30993,0 0.1033,0 0.1033,-0.10332 0.1033,-0.20661 m -0.1033,0 h -0.10332 m -0.10329,0 c -0.10332,0 -0.10332,0.10329 0,0.10329 0,0.10332 0.10329,0.10332 0.10329,0 0.10332,0 0.10332,-0.10329 0.10332,-0.10329 m -0.30993,0 0.20661,-0.51655 m 0,0 v -0.10329 m -2.68593,31.71475 c -0.30991,0.10332 -0.61984,0.10332 -0.92975,0.20662 m 1.13636,-0.61982 c -0.51652,0 -1.03306,0.20659 -1.54958,0.4132 m -1.23968,1.03307 c -0.82645,1.23968 -0.82645,2.78926 0,4.02892 0.72313,1.23967 2.27274,1.85951 3.61571,1.54961 1.44626,-0.30994 2.58262,-1.44629 2.78923,-2.89259 m -5.16526,-3.71901 c -0.41323,0.20662 -0.82645,0.61984 -1.23968,1.03307 m 0.30994,-0.10329 c -0.92977,1.13636 -1.03307,2.68594 -0.30994,3.92562 0.72313,1.23965 2.16942,1.85949 3.51239,1.54958 1.44629,-0.20661 2.47933,-1.34299 2.78926,-2.68597 m -0.10332,0 h 0.20661 m -6.40494,-2.58262 0.30994,-0.10332 m 0.92974,-0.82645 v -0.20662 m 1.54958,-0.20661 c -0.51652,0 -1.03306,0.10332 -1.44629,0.30993 m 1.34297,-0.51652 0.10332,0.20659 m 2.89255,3.92562 h 0.51652 m -0.4132,-0.92974 -0.10332,0.92974 m 0.51652,-0.92974 h -0.4132 m 0.51652,0 c -0.20662,-1.34297 -1.03307,-2.37604 -2.16942,-2.78927 m -1.23968,0.30994 1.13639,-0.30994 m -1.23968,-0.20661 0.10329,0.51655 m -1.44626,0.41322 -0.20661,-0.51654 m -0.92974,0.82645 1.13635,-0.30991 m 3.92561,2.16943 c 0,-0.30993 -0.10332,-0.51655 -0.20661,-0.82645 m -0.72316,1.13635 0.92977,-0.20661 m -0.82645,0.10332 c -0.61983,0.20659 -0.92974,0.82643 -0.82645,1.44627 m 0.41323,1.44629 -0.41323,-1.44629 m -0.41322,1.6529 c 0.30993,0 0.61984,-0.10332 0.82645,-0.20661 m -1.34297,-1.23968 0.41323,1.54958 m -0.30994,-1.54958 c -0.10329,-0.61984 -0.72313,-0.92975 -1.34297,-0.82645 m -1.54958,0.51654 1.44629,-0.41322 m -1.6529,-0.51655 c 0.10332,0.30993 0.10332,0.61984 0.20661,0.82645 m 1.23968,-1.13636 -1.44629,0.30991 m 1.54958,-0.4132 c 0.51655,-0.10332 0.92977,-0.72316 0.72316,-1.343 m -0.41323,-1.44626 0.41323,1.44626 m 0.82642,-0.20661 -0.41322,-1.44627 m 0.41322,1.44627 c 0.20662,0.51655 0.82645,0.92977 1.44629,0.72316 m 0.82645,-0.20661 -0.92977,0.3099 m 0.10332,-2.47933 c -0.51652,-0.20661 -1.03306,-0.30991 -1.54958,-0.30991 m 3.61568,3.20247 c -0.10329,-1.23968 -0.92974,-2.37604 -2.0661,-2.89256 m 2.0661,3.8223 c 0.10332,-0.3099 0.10332,-0.61981 0,-0.92974 m 0,0 h -0.20661 m -2.16939,-2.78927 0.3099,-0.10329 m -1.23967,3.20249 c 0,-0.10332 -0.1033,-0.20661 -0.20662,-0.20661 -0.10329,0 -0.20661,0.10329 -0.20661,0.20661 0,0.10329 0.10332,0.30991 0.20661,0.30991 0.10332,0 0.20662,-0.20662 0.20662,-0.30991 m -1.44627,-1.03306 c 0,-0.41323 -0.30993,-0.72314 -0.61983,-0.72314 -0.41323,0 -0.72313,0.30991 -0.72313,0.72314 0,0.3099 0.3099,0.72313 0.72313,0.72313 0.3099,0 0.61983,-0.41323 0.61983,-0.72313 m 2.99585,-0.82646 c 0,-0.41322 -0.30991,-0.72313 -0.61981,-0.72313 -0.41323,0 -0.72316,0.30991 -0.72316,0.72313 0,0.30991 0.30993,0.72314 0.72316,0.72314 0.3099,0 0.61981,-0.41323 0.61981,-0.72314 m 0.82645,2.99588 c 0,-0.41323 -0.30991,-0.72316 -0.61984,-0.72316 -0.41323,0 -0.72313,0.30993 -0.72313,0.72316 0,0.30991 0.3099,0.72313 0.72313,0.72313 0.30993,0 0.61984,-0.41322 0.61984,-0.72313 m -2.99587,0.82643 c 0,-0.4132 -0.30991,-0.72314 -0.61981,-0.72314 -0.41323,0 -0.72316,0.30994 -0.72316,0.72314 0,0.30993 0.30993,0.72316 0.72316,0.72316 0.3099,0 0.61981,-0.41323 0.61981,-0.72316 m -0.20659,0 c 0,-0.30991 -0.20661,-0.51652 -0.41322,-0.51652 -0.30994,0 -0.51655,0.20661 -0.51655,0.51652 0,0.20661 0.20661,0.51654 0.51655,0.51654 0.20661,0 0.41322,-0.30993 0.41322,-0.51654 m 2.99584,-0.82643 c 0,-0.30993 -0.20661,-0.51655 -0.41322,-0.51655 -0.30991,0 -0.51652,0.20662 -0.51652,0.51655 0,0.20661 0.20661,0.51652 0.51652,0.51652 0.20661,0 0.41322,-0.30991 0.41322,-0.51652 m -0.82645,-2.99588 c 0,-0.3099 -0.20661,-0.51652 -0.41319,-0.51652 -0.30994,0 -0.51655,0.20662 -0.51655,0.51652 0,0.20662 0.20661,0.51652 0.51655,0.51652 0.20658,0 0.41319,-0.3099 0.41319,-0.51652 m -2.99584,0.82646 c 0,-0.30994 -0.20661,-0.51655 -0.41322,-0.51655 -0.30994,0 -0.51652,0.20661 -0.51652,0.51655 0,0.20661 0.20658,0.51652 0.51652,0.51652 0.20661,0 0.41322,-0.30991 0.41322,-0.51652 m -1.6529,0.51652 h 0.10332 m 0,0 0.20661,0.72313 m 0,0 0.1033,-0.20659 m 0,0 0.10332,0.20659 m 0,0 -0.10332,0.10332 m 0,0 h -0.1033 m 0,0 -0.30993,-0.82645 m 2.78926,3.20249 0.10329,0.3099 m 0,0 h -0.10329 m 0,0 -0.10332,-0.20661 m 0,0 h -0.1033 m 0,0 v -0.10329 m 0,0 h 0.1033 m 0,0 -0.1033,-0.20662 m 0,0 h 0.20662 m 0,0 v 0.1033 m 0,0 0.3099,-0.1033 m 0,0 0.10332,0.20662 m 0,0 -0.20661,0.61983 m 0,0 -0.10332,0.1033 m 0,0 0.10332,-0.72313 m 0,0 h -0.20661 m 1.54958,0 0.10329,0.10329 0.20661,0.10332 m 0,0 h 0.10332 m 0.1033,-0.10332 c 0.10332,0 0.10332,-0.20661 0.10332,-0.30991 m -0.10332,0.1033 h -0.1033 m 0,0.10332 c 0,0 0.1033,0 0,-0.10332 m -0.20661,0 c 0,0 0,0.10332 0.10329,0.10332 h 0.10332 m -0.30993,0 0.10332,-0.10332 v -0.1033 m 0,0 h 0.10329 m 0,0 v -0.10332 m 0,0 h -0.10329 m -0.10332,-0.10329 c 0,0 0,0.10329 0.10332,0.10329 h 0.10329 m -0.10329,-0.3099 c 0,0 -0.10332,0 -0.10332,0.10329 v 0.10332 m 0,-0.10332 h 0.10332 0.10329 m 0,0 h 0.10332 m 0,0 -0.10332,-0.10329 -0.20661,-0.10332 m 0,0 -0.20658,0.20661 v 0.20661 m 0.10329,-0.10329 c 0,0.10329 0,0.20661 0.10329,0.20661 m 0,0 -0.10329,0.1033 v 0.10332 m 1.13635,-4.64876 -0.51651,0.10329 m 0,0 v 0.10332 m 0,0 0.41322,-0.10332 m 0,0 -0.20661,0.41323 m 0.10329,0 c -0.10329,0.10329 0,0.20661 0,0.20661 0.10332,0.1033 0.20661,0.1033 0.30993,0.1033 0.1033,-0.1033 0.1033,-0.20662 0.1033,-0.30991 m -0.1033,0.10329 h -0.10332 m -0.10329,-0.10329 c -0.10332,0.10329 -0.10332,0.10329 0,0.20661 h 0.10329 c 0.10332,0 0.10332,-0.10332 0.10332,-0.20661 m -0.30993,0.10329 0.20661,-0.51652 m 0,0 v -0.10329 m -2.68593,-66.735351 c -0.30991,0.103294 -0.61984,0.103294 -0.92975,0.206587 m 1.13636,-0.619813 c -0.51652,0 -1.03306,0.206613 -1.54958,0.413226 m -1.23968,1.033039 c -0.82645,1.239679 -0.82645,2.789264 0,4.028943 0.72313,1.239652 2.27274,1.859492 3.61571,1.549585 1.44626,-0.309933 2.58262,-1.446292 2.78923,-2.892584 m -5.16526,-3.718983 c -0.41323,0.206587 -0.82645,0.619813 -1.23968,1.033039 m 0.30994,-0.103293 c -0.92977,1.136359 -1.03307,2.685944 -0.30994,3.925623 0.72313,1.239652 2.16942,1.859492 3.51239,1.549585 1.44629,-0.206613 2.47933,-1.342972 2.78926,-2.685971 m -0.10332,0 h 0.20661 m -6.40494,-2.582624 0.30994,-0.10332 m 0.92974,-0.826452 v -0.206587 m 1.54958,-0.206613 c -0.51652,0 -1.03306,0.103293 -1.44629,0.309907 m 1.34297,-0.51652 0.10332,0.206613 m 2.89255,3.925596 h 0.51652 m -0.4132,-0.929745 -0.10332,0.929745 m 0.51652,-0.929745 h -0.4132 m 0.51652,0 c -0.20662,-1.342972 -1.03307,-2.376038 -2.16942,-2.789238 m -1.23968,0.309907 1.13639,-0.309907 m -1.23968,-0.206613 0.10329,0.51652 m -1.44626,0.413226 -0.20661,-0.516546 m -0.92974,0.826452 1.13635,-0.309906 m 3.92561,2.169424 c 0,-0.309932 -0.10332,-0.516546 -0.20661,-0.826452 m -0.72316,1.136359 0.92977,-0.206613 m -0.82645,0.10332 c -0.61983,0.206613 -0.92974,0.826426 -0.82645,1.446265 m 0.41323,1.446292 -0.41323,-1.446292 m -0.41322,1.652905 c 0.30993,0 0.61984,-0.10332 0.82645,-0.206613 m -1.34297,-1.239679 0.41323,1.549585 m -0.30994,-1.549585 c -0.10329,-0.619839 -0.72313,-0.929746 -1.34297,-0.826452 m -1.54958,0.516546 1.44629,-0.413227 m -1.6529,-0.516519 c 0.10332,0.309906 0.10332,0.619813 0.20661,0.826426 m 1.23968,-1.136359 -1.44629,0.309933 m 1.54958,-0.413226 c 0.51655,-0.10332 0.92977,-0.72316 0.72316,-1.342973 m -0.41323,-1.446291 0.41323,1.446291 m 0.82642,-0.206613 -0.41322,-1.446291 m 0.41322,1.446291 c 0.20662,0.51652 0.82645,0.929746 1.44629,0.723133 m 0.82645,-0.206613 -0.92977,0.309906 m 0.10332,-2.479331 c -0.51652,-0.206613 -1.03306,-0.309906 -1.54958,-0.309906 m 3.61568,3.202464 c -0.10329,-1.239653 -0.92974,-2.376038 -2.0661,-2.892558 m 2.0661,3.822303 c 0.10332,-0.309906 0.10332,-0.619812 0,-0.929745 m 0,0 h -0.20661 m -2.16939,-2.789238 0.3099,-0.10332 m -1.23967,3.202491 c 0,-0.10332 -0.1033,-0.206614 -0.20662,-0.206614 -0.10329,0 -0.20661,0.103294 -0.20661,0.206614 0,0.103293 0.10332,0.309906 0.20661,0.309906 0.10332,0 0.20662,-0.206613 0.20662,-0.309906 m -1.44627,-1.033066 c 0,-0.413226 -0.30993,-0.723133 -0.61983,-0.723133 -0.41323,0 -0.72313,0.309907 -0.72313,0.723133 0,0.309906 0.3099,0.723133 0.72313,0.723133 0.3099,0 0.61983,-0.413227 0.61983,-0.723133 m 2.99585,-0.826453 c 0,-0.413226 -0.30991,-0.723132 -0.61981,-0.723132 -0.41323,0 -0.72316,0.309906 -0.72316,0.723132 0,0.309933 0.30993,0.723133 0.72316,0.723133 0.3099,0 0.61981,-0.4132 0.61981,-0.723133 m 0.82645,2.995878 c 0,-0.413227 -0.30991,-0.723133 -0.61984,-0.723133 -0.41323,0 -0.72313,0.309906 -0.72313,0.723133 0,0.309906 0.3099,0.723132 0.72313,0.723132 0.30993,0 0.61984,-0.413226 0.61984,-0.723132 m -2.99587,0.826452 c 0,-0.413226 -0.30991,-0.723159 -0.61981,-0.723159 -0.41323,0 -0.72316,0.309933 -0.72316,0.723159 0,0.309906 0.30993,0.723133 0.72316,0.723133 0.3099,0 0.61981,-0.413227 0.61981,-0.723133 m -0.20659,0 c 0,-0.309933 -0.20661,-0.516546 -0.41322,-0.516546 -0.30994,0 -0.51655,0.206613 -0.51655,0.516546 0,0.206613 0.20661,0.51652 0.51655,0.51652 0.20661,0 0.41322,-0.309907 0.41322,-0.51652 m 2.99584,-0.826452 c 0,-0.309933 -0.20661,-0.516547 -0.41322,-0.516547 -0.30991,0 -0.51652,0.206614 -0.51652,0.516547 0,0.206613 0.20661,0.516519 0.51652,0.516519 0.20661,0 0.41322,-0.309906 0.41322,-0.516519 m -0.82645,-2.995878 c 0,-0.309906 -0.20661,-0.516519 -0.41319,-0.516519 -0.30994,0 -0.51655,0.206613 -0.51655,0.516519 0,0.206614 0.20661,0.516546 0.51655,0.516546 0.20658,0 0.41319,-0.309932 0.41319,-0.516546 m -2.99584,0.826453 c 0,-0.309907 -0.20661,-0.51652 -0.41322,-0.51652 -0.30994,0 -0.51652,0.206613 -0.51652,0.51652 0,0.206613 0.20658,0.51652 0.51652,0.51652 0.20661,0 0.41322,-0.309907 0.41322,-0.51652 m -1.6529,0.51652 0.10332,-0.103294 m 0,0 0.20661,0.826453 m 0,0 0.1033,-0.206613 m 0,0 0.10332,0.206613 m 0,0 -0.10332,0.103293 m 0,0 h -0.1033 m 0,0 -0.30993,-0.826452 m 2.78926,3.20249 0.10329,0.309906 m 0,0 h -0.10329 m 0,0 -0.10332,-0.206613 m 0,0 h -0.1033 m 0,0 v -0.103293 m 0,0 h 0.1033 m 0,0 -0.1033,-0.206613 m 0,0 h 0.20662 m 0,0 v 0.103293 m 0,0 0.3099,-0.103293 m 0,0 0.10332,0.206613 m 0,0 -0.20661,0.619839 m 0,0 -0.10332,0.103293 m 0,0 0.10332,-0.723132 m 0,0 h -0.20661 m 1.54958,0 0.10329,0.103293 0.20661,0.10332 m 0,0 h 0.10332 m 0.1033,-0.10332 c 0.10332,0 0.10332,-0.206613 0.10332,-0.309906 m -0.10332,0.103293 h -0.1033 m 0,0.10332 c 0,0 0.1033,-0.10332 0,-0.10332 m -0.20661,0 c 0,0 0,0.10332 0.10329,0.10332 h 0.10332 m -0.30993,0 0.10332,-0.10332 v -0.103293 m 0,0 h 0.10329 m 0,0 v -0.10332 m 0,0 h -0.10329 m -0.10332,-0.103294 c 0,0 0,0.103294 0.10332,0.103294 h 0.10329 m -0.10329,-0.309907 c 0,0 -0.10332,0 -0.10332,0.10332 v 0.103293 m 0,-0.103293 h 0.10332 0.10329 m 0,0 h 0.10332 m 0,0 -0.10332,-0.10332 -0.20661,-0.103293 m 0,0 -0.20658,0.206613 v 0.206587 m 0.10329,-0.103294 c 0,0.103294 0,0.206614 0.10329,0.206614 m 0,0 -0.10329,0.103293 v 0.10332 m 1.13635,-4.648756 -0.51651,0.103293 m 0,0 v 0.10332 m 0,0 0.41322,-0.10332 m 0,0 -0.20661,0.413227 m 0.10329,0 c -0.10329,0.103319 0,0.206613 0,0.206613 0.10332,0.103293 0.20661,0.103293 0.30993,0.103293 0.1033,-0.103293 0.1033,-0.206587 0.1033,-0.309906 m -0.1033,0.103319 h -0.10332 m -0.10329,-0.103319 c -0.10332,0.103319 -0.10332,0.103319 0,0.206613 h 0.10329 c 0.10332,0 0.10332,-0.103294 0.10332,-0.206613 m -0.30993,0.103319 0.20661,-0.516546 m 0,0 V 73.088638 M 257.69556,39.20443 c -0.30991,0 -0.61984,0.10332 -0.92975,0.206613 m 1.13636,-0.619839 c -0.51652,0 -1.03306,0.10332 -1.54958,0.309933 m -1.23968,1.136359 c -0.82645,1.136359 -0.82645,2.789237 0,3.925596 0.72313,1.239679 2.27274,1.859492 3.61571,1.549585 1.44626,-0.309906 2.58262,-1.446292 2.78923,-2.892557 m -5.16526,-3.718983 c -0.41323,0.309906 -0.82645,0.619839 -1.23968,1.136359 m 0.30994,-0.103294 c -0.92977,1.033039 -1.03307,2.582598 -0.30994,3.822277 0.72313,1.239679 2.16942,1.859492 3.51239,1.652905 1.44629,-0.309933 2.47933,-1.342999 2.78926,-2.789264 m -0.10332,0.103293 h 0.20661 m -6.40494,-2.685917 0.30994,-0.103294 m 0.92974,-0.723159 V 39.20443 m 1.54958,-0.309906 c -0.51652,0 -1.03306,0.206613 -1.44629,0.413226 m 1.34297,-0.516546 0.10332,0.206613 m 2.89255,3.822303 0.51652,0.103293 m -0.4132,-1.033012 -0.10332,0.929719 m 0.51652,-0.826426 -0.4132,-0.103293 m 0.51652,0 c -0.20662,-1.239679 -1.03307,-2.376038 -2.16942,-2.789264 m -1.23968,0.413226 1.13639,-0.309933 m -1.23968,-0.206613 0.10329,0.516546 m -1.44626,0.309906 -0.20661,-0.413226 m -0.92974,0.723159 1.13635,-0.309933 m 3.92561,2.272745 c 0,-0.309933 -0.10332,-0.61984 -0.20661,-0.929773 m -0.72316,1.239653 0.92977,-0.30988 m -0.82645,0.206586 c -0.61983,0.103294 -0.92974,0.723133 -0.82645,1.342972 m 0.41323,1.549586 -0.41323,-1.446292 m -0.41322,1.652905 c 0.30993,-0.10332 0.61984,-0.10332 0.82645,-0.206613 m -1.34297,-1.239679 0.41323,1.446292 m -0.30994,-1.549585 c -0.10329,-0.516546 -0.72313,-0.929773 -1.34297,-0.72316 m -1.54958,0.413227 1.44629,-0.413227 m -1.6529,-0.516519 c 0.10332,0.309906 0.10332,0.619839 0.20661,0.929746 m 1.23968,-1.239653 -1.44629,0.4132 m 1.54958,-0.4132 c 0.51655,-0.206586 0.92977,-0.826426 0.72316,-1.446265 m -0.41323,-1.342972 0.41323,1.446265 m 0.82642,-0.206613 -0.41322,-1.549585 m 0.41322,1.446292 c 0.20662,0.619839 0.82645,0.929746 1.44629,0.826452 m 0.82645,-0.206613 -0.92977,0.206613 m 0.10332,-2.376037 c -0.51652,-0.309933 -1.03306,-0.413227 -1.54958,-0.309933 m 3.61568,3.099197 c -0.10329,-1.239679 -0.92974,-2.272745 -2.0661,-2.789264 m 2.0661,3.718983 c 0.10332,-0.309933 0.10332,-0.619813 0,-0.929719 m 0,0.103293 h -0.20661 m -2.16939,-2.789264 0.3099,-0.103293 m -1.23967,3.202463 c 0,-0.103293 -0.1033,-0.206586 -0.20662,-0.206586 -0.10329,0 -0.20661,0.103293 -0.20661,0.206586 0,0.103294 0.10332,0.206587 0.20661,0.206587 0.10332,0 0.20662,-0.103293 0.20662,-0.206587 m -1.44627,-1.136359 c 0,-0.309906 -0.30993,-0.619839 -0.61983,-0.619839 -0.41323,0 -0.72313,0.309933 -0.72313,0.619839 0,0.413227 0.3099,0.72316 0.72313,0.72316 0.3099,0 0.61983,-0.309933 0.61983,-0.72316 m 2.99585,-0.826426 c 0,-0.309933 -0.30991,-0.619839 -0.61981,-0.619839 -0.41323,0 -0.72316,0.309906 -0.72316,0.619839 0,0.4132 0.30993,0.723133 0.72316,0.723133 0.3099,0 0.61981,-0.309933 0.61981,-0.723133 m 0.82645,2.995825 c 0,-0.309907 -0.30991,-0.61984 -0.61984,-0.61984 -0.41323,0 -0.72313,0.309933 -0.72313,0.61984 0,0.413226 0.3099,0.723132 0.72313,0.723132 0.30993,0 0.61984,-0.309906 0.61984,-0.723132 m -2.99587,0.826452 c 0,-0.309906 -0.30991,-0.619839 -0.61981,-0.619839 -0.41323,0 -0.72316,0.309933 -0.72316,0.619839 0,0.413226 0.30993,0.723133 0.72316,0.723133 0.3099,0 0.61981,-0.309907 0.61981,-0.723133 m -0.20659,0 c 0,-0.206613 -0.20661,-0.413226 -0.41322,-0.413226 -0.30994,0 -0.51655,0.206613 -0.51655,0.413226 0,0.309906 0.20661,0.51652 0.51655,0.51652 0.20661,0 0.41322,-0.206614 0.41322,-0.51652 m 2.99584,-0.826452 c 0,-0.206614 -0.20661,-0.413227 -0.41322,-0.413227 -0.30991,0 -0.51652,0.206613 -0.51652,0.413227 0,0.309932 0.20661,0.516546 0.51652,0.516546 0.20661,0 0.41322,-0.206614 0.41322,-0.516546 m -0.82645,-2.995825 c 0,-0.206613 -0.20661,-0.413226 -0.41319,-0.413226 -0.30994,0 -0.51655,0.206613 -0.51655,0.413226 0,0.309907 0.20661,0.51652 0.51655,0.51652 0.20658,0 0.41319,-0.206613 0.41319,-0.51652 m -2.99584,0.826426 c 0,-0.206613 -0.20661,-0.413226 -0.41322,-0.413226 -0.30994,0 -0.51652,0.206613 -0.51652,0.413226 0,0.309933 0.20658,0.516546 0.51652,0.516546 0.20661,0 0.41322,-0.206613 0.41322,-0.516546 m -1.6529,0.516546 h 0.10332 m 0,0 0.20661,0.723107 m 0,0 0.1033,-0.103294 m 0,0 0.10332,0.103294 m 0,0 -0.10332,0.103293 m 0,0 -0.1033,0.10332 m 0,0 -0.30993,-0.92972 m 2.78926,3.305758 0.10329,0.206613 m 0,0 -0.10329,0.103293 m 0,0 -0.10332,-0.309906 m 0,0 h -0.1033 m 0,0 v -0.10332 m 0,0 h 0.1033 m 0,0 -0.1033,-0.103294 m 0,0 h 0.20662 m 0,0 v 0.103294 m 0,0 0.3099,-0.103294 m 0,0 0.10332,0.103294 m 0,0 -0.20661,0.723159 m 0,0 h -0.10332 m 0,0 0.10332,-0.723159 m 0,0 -0.20661,0.10332 m 1.54958,0 0.10329,0.103293 h 0.20661 m 0,0 h 0.10332 m 0.1033,0 c 0.10332,-0.103293 0.10332,-0.206613 0.10332,-0.309907 m -0.10332,0.103294 h -0.1033 m 0,0 c 0,0 0.1033,0 0,-0.103294 m -0.20661,0.103294 h 0.10329 c 0,0.10332 0,0.10332 0.10332,0 m -0.30993,0 0.10332,-0.103294 m 0,0 h 0.10329 m 0,0 v -0.103319 m 0,0 h -0.10329 m -0.10332,-0.206614 c 0,0 0,0.10332 0.10332,0.10332 h 0.10329 m -0.10329,-0.206613 h -0.10332 v 0.103293 m 0,-0.103293 h 0.10332 l 0.10329,0.103293 m 0,0 0.10332,-0.103293 m 0,0 -0.10332,-0.10332 h -0.20661 m 0,0 -0.20658,0.10332 v 0.206613 m 0.10329,0 c 0,0.103294 0,0.103294 0.10329,0.103294 m 0,0.103319 -0.10329,0.103294 v 0.10332 m 1.13635,-4.752049 -0.51651,0.103319 m 0,0 v 0.103294 m 0,0 h 0.41322 m 0,0 -0.20661,0.413226 m 0.10329,-0.10332 c -0.10329,0.10332 0,0.206613 0,0.309933 0.10332,0.103293 0.20661,0.103293 0.30993,0 0.1033,0 0.1033,-0.10332 0.1033,-0.206613 m -0.1033,0 h -0.10332 m -0.10329,0 c -0.10332,0 -0.10332,0.103293 0,0.103293 0,0.10332 0.10329,0.10332 0.10329,0 0.10332,0 0.10332,-0.103293 0.10332,-0.103293 m -0.30993,0 0.20661,-0.51652 m 0,0 v -0.103319 m -34.60732,97.313744 c -0.30993,0.10332 -0.61984,0.10332 -0.92977,0.20662 m 1.13636,-0.61982 c -0.51652,0 -1.03304,0.20659 -1.54958,0.4132 m -1.23965,1.03307 c -0.82645,1.23968 -0.82645,2.78926 0,4.02892 0.72313,1.23967 2.27271,1.85951 3.61568,1.54961 1.44628,-0.30994 2.58264,-1.44629 2.78925,-2.89259 m -5.16528,-3.71901 c -0.4132,0.20662 -0.82643,0.61984 -1.23965,1.03307 m 0.3099,-0.10329 c -0.92974,1.13636 -1.03306,2.68594 -0.3099,3.92562 0.72313,1.23965 2.16942,1.85949 3.51238,1.54958 1.44627,-0.20661 2.47933,-1.34299 2.78923,-2.68597 m -0.10329,0 h 0.20661 m -6.40493,-2.58262 0.3099,-0.10332 m 0.92975,-0.82645 v -0.20662 m 1.54958,-0.20661 c -0.51652,0 -1.03304,0.10332 -1.44626,0.30993 m 1.34296,-0.51652 0.1033,0.20659 m 2.99587,3.92562 h 0.41322 m -0.41322,-0.92974 v 0.92974 m 0.41322,-0.92974 h -0.41322 m 0.51651,0 c -0.20658,-1.34297 -1.03303,-2.37604 -2.16939,-2.78927 m -1.23967,0.30994 1.13635,-0.30994 m -1.23967,-0.20661 0.10332,0.51655 m -1.44629,0.41322 -0.20661,-0.51654 m -0.92975,0.82645 1.13636,-0.30991 m 3.92561,2.16943 c 0,-0.30993 -0.10329,-0.51655 -0.20661,-0.82645 m -0.72313,1.13635 0.92974,-0.20661 m -0.82645,0.10332 c -0.61981,0.20659 -0.92974,0.82643 -0.82642,1.44627 m 0.41322,1.44629 -0.41322,-1.44629 m -0.41323,1.6529 c 0.30991,0 0.61984,-0.10332 0.82645,-0.20661 m -1.23967,-1.23968 0.3099,1.54958 m -0.3099,-1.54958 c -0.10332,-0.61984 -0.72313,-0.92975 -1.34297,-0.82645 m -1.54958,0.51654 1.44626,-0.41322 m -1.65287,-0.51655 c 0.10329,0.30993 0.10329,0.61984 0.20661,0.82645 m 1.23965,-1.13636 -1.44626,0.30991 m 1.54958,-0.4132 c 0.51651,-0.10332 0.92974,-0.72316 0.72313,-1.343 m -0.41323,-1.44626 0.41323,1.44626 m 0.82645,-0.20661 -0.41323,-1.44627 m 0.41323,1.44627 c 0.20661,0.51655 0.82645,0.92977 1.44628,0.72316 m 0.82643,-0.20661 -0.92975,0.3099 m 0.10332,-2.47933 c -0.51654,-0.20661 -1.03306,-0.30991 -1.5496,-0.30991 m 3.6157,3.20247 c -0.10332,-1.23968 -0.92974,-2.37604 -2.0661,-2.89256 m 2.0661,3.8223 c 0.1033,-0.3099 0.1033,-0.61981 0,-0.92974 m 0,0 h -0.20661 m -2.16942,-2.78927 0.30993,-0.10329 m -1.23967,3.20249 c 0,-0.10332 -0.10332,-0.20661 -0.20661,-0.20661 -0.10332,0 -0.20662,0.10329 -0.20662,0.20661 0,0.10329 0.1033,0.30991 0.20662,0.30991 0.10329,0 0.20661,-0.20662 0.20661,-0.30991 m -1.44629,-1.03306 c 0,-0.41323 -0.3099,-0.72314 -0.61984,-0.72314 -0.41319,0 -0.72313,0.30991 -0.72313,0.72314 0,0.3099 0.30994,0.72313 0.72313,0.72313 0.30994,0 0.61984,-0.41323 0.61984,-0.72313 m 2.99587,-0.82646 c 0,-0.41322 -0.30991,-0.72313 -0.61984,-0.72313 -0.41322,0 -0.72313,0.30991 -0.72313,0.72313 0,0.30991 0.30991,0.72314 0.72313,0.72314 0.30993,0 0.61984,-0.41323 0.61984,-0.72314 m 0.82645,2.99588 c 0,-0.41323 -0.30993,-0.72316 -0.61984,-0.72316 -0.41322,0 -0.72313,0.30993 -0.72313,0.72316 0,0.30991 0.30991,0.72313 0.72313,0.72313 0.30991,0 0.61984,-0.41322 0.61984,-0.72313 m -2.99587,0.82643 c 0,-0.4132 -0.3099,-0.72314 -0.61984,-0.72314 -0.41322,0 -0.72313,0.30994 -0.72313,0.72314 0,0.30993 0.30991,0.72316 0.72313,0.72316 0.30994,0 0.61984,-0.41323 0.61984,-0.72316 m -0.20661,0 c 0,-0.30991 -0.20661,-0.51652 -0.41323,-0.51652 -0.3099,0 -0.51651,0.20661 -0.51651,0.51652 0,0.20661 0.20661,0.51654 0.51651,0.51654 0.20662,0 0.41323,-0.30993 0.41323,-0.51654 m 2.99587,-0.82643 c 0,-0.30993 -0.20662,-0.51655 -0.41323,-0.51655 -0.30993,0 -0.51652,0.20662 -0.51652,0.51655 0,0.20661 0.20659,0.51652 0.51652,0.51652 0.20661,0 0.41323,-0.30991 0.41323,-0.51652 m -0.82645,-2.99588 c 0,-0.3099 -0.20662,-0.51652 -0.41323,-0.51652 -0.3099,0 -0.51652,0.20662 -0.51652,0.51652 0,0.20662 0.20662,0.51652 0.51652,0.51652 0.20661,0 0.41323,-0.3099 0.41323,-0.51652 m -2.99587,0.82646 c 0,-0.30994 -0.20661,-0.51655 -0.41323,-0.51655 -0.3099,0 -0.51651,0.20661 -0.51651,0.51655 0,0.20661 0.20661,0.51652 0.51651,0.51652 0.20662,0 0.41323,-0.30991 0.41323,-0.51652 m -1.65287,0.51652 h 0.20661 m 0,0 0.10329,0.72313 m 0,0 0.10332,-0.20659 m 0,0 0.10329,0.20659 m 0,0 -0.10329,0.10332 m 0,0 h -0.10332 m 0,0 -0.3099,-0.82645 m 2.78925,3.20249 0.10329,0.3099 m 0,0 h -0.10329 m 0,0 -0.10332,-0.20661 m 0,0 h -0.10329 m 0,0 v -0.10329 m 0,0 h 0.10329 m 0,0 -0.10329,-0.20662 m 0,0 h 0.20661 m 0,0 v 0.1033 m 0,0 0.30991,-0.1033 m 0,0 0.10329,0.20662 m 0,0 -0.10329,0.61983 m 0,0 -0.20662,0.1033 m 0,0 0.1033,-0.72313 m 0,0 h -0.20659 m 1.54958,0 0.10329,0.10329 0.20662,0.10332 m 0,0 h 0.10329 m 0.10332,-0.10332 c 0.10329,0 0.10329,-0.20661 0.10329,-0.30991 m -0.10329,0.1033 h -0.10332 m 0,0.10332 c 0,0 0.10332,0 0,-0.10332 m -0.20659,0 c 0,0 0,0.10332 0.1033,0.10332 h 0.10329 m -0.20659,0 v -0.10332 l 0.1033,-0.1033 m 0,0 v -0.10332 m 0,0 h -0.1033 m -0.10332,-0.10329 c 0,0 0,0.10329 0.10332,0.10329 h 0.1033 m -0.1033,-0.3099 c 0,0 -0.10332,0 -0.10332,0.10329 v 0.10332 m 0,-0.10332 h 0.10332 0.1033 m 0,0 h 0.10329 m 0,0 -0.10329,-0.10329 -0.20662,-0.10332 m 0,0 -0.10329,0.20661 -0.10332,0.20661 m 0.10332,-0.10329 c 0,0.10329 0,0.20661 0.10329,0.20661 m 0,0 -0.10329,0.1033 v 0.10332 m 1.13636,-4.64876 -0.51655,0.10329 m 0,0 0.10332,0.10332 m 0,0 0.30991,-0.10332 m 0,0 -0.20661,0.41323 m 0.10331,0 c -0.10331,0.10329 0,0.20661 0,0.20661 0.1033,0.1033 0.20662,0.1033 0.30991,0.1033 0.10332,-0.1033 0.10332,-0.20662 0.10332,-0.30991 m 0,0.10329 h -0.20661 m -0.10332,-0.10329 c -0.1033,0.10329 -0.1033,0.10329 0,0.20661 h 0.10332 c 0.10329,0 0.10329,-0.10332 0.10329,-0.20661 m -0.30991,0.10329 0.20662,-0.51652 m 0,0 v -0.10329 m -2.68594,-33.88421 c -0.30993,0 -0.61984,0.10332 -0.92977,0.20661 m 1.13636,-0.61983 c -0.51652,0 -1.03304,0.10332 -1.54958,0.30993 m -1.23965,1.13636 c -0.82645,1.13636 -0.82645,2.78923 0,3.92559 0.72313,1.23966 2.27271,1.8595 3.61568,1.54959 1.44628,-0.30993 2.58264,-1.44629 2.78925,-2.89256 m -5.16528,-3.71898 c -0.4132,0.3099 -0.82643,0.61984 -1.23965,1.13636 m 0.3099,-0.10332 c -0.92974,1.03306 -1.03306,2.58262 -0.3099,3.8223 0.72313,1.23965 2.16942,1.85949 3.51238,1.65288 1.44627,-0.30991 2.47933,-1.34297 2.78923,-2.78924 m -0.10329,0.10329 h 0.20661 m -6.40493,-2.68591 0.3099,-0.10332 m 0.92975,-0.72314 v -0.20661 m 1.54958,-0.3099 c -0.51652,0 -1.03304,0.20661 -1.44626,0.41322 m 1.34296,-0.51654 0.1033,0.20661 m 2.99587,3.92559 h 0.41322 m -0.41322,-1.03303 v 1.03303 m 0.41322,-0.92971 -0.41322,-0.10332 m 0.51651,0 c -0.20658,-1.23966 -1.03303,-2.37602 -2.16939,-2.78924 m -1.23967,0.41322 1.13635,-0.30993 m -1.23967,-0.20661 0.10332,0.51654 m -1.44629,0.4132 -0.20661,-0.51652 m -0.92975,0.72314 1.13636,-0.20662 m 3.92561,2.16943 c 0,-0.30991 -0.10329,-0.61981 -0.20661,-0.92975 m -0.72313,1.23968 0.92974,-0.30993 m -0.82645,0.20661 c -0.61981,0.10332 -0.92974,0.72313 -0.82642,1.34295 m 0.41322,1.54958 -0.41322,-1.44626 m -0.41323,1.65288 c 0.30991,-0.1033 0.61984,-0.1033 0.82645,-0.20662 m -1.23967,-1.23965 0.3099,1.44627 m -0.3099,-1.54959 c -0.10332,-0.51652 -0.72313,-0.92975 -1.34297,-0.72313 m -1.54958,0.41322 1.44626,-0.41322 m -1.65287,-0.5165 c 0.10329,0.30988 0.10329,0.61982 0.20661,0.92972 m 1.23965,-1.23965 -1.44626,0.4132 m 1.54958,-0.4132 c 0.51651,-0.20661 0.92974,-0.82642 0.72313,-1.44626 m -0.41323,-1.34298 0.41323,1.44627 m 0.82645,-0.20661 -0.41323,-1.54959 m 0.41323,1.44629 c 0.20661,0.61984 0.82645,0.92975 1.44628,0.82646 m 0.82643,-0.20662 -0.92975,0.20662 m 0.10332,-2.37604 c -0.51654,-0.30993 -1.03306,-0.41323 -1.5496,-0.30993 m 3.6157,3.09917 c -0.10332,-1.23966 -0.92974,-2.27272 -2.0661,-2.78924 m 2.0661,3.71898 c 0.1033,-0.3099 0.1033,-0.61981 0,-0.92974 m 0,0.10332 h -0.20661 m -2.16942,-2.78927 0.30993,-0.10329 m -1.23967,3.20246 c 0,-0.10329 -0.10332,-0.20661 -0.20661,-0.20661 -0.10332,0 -0.20662,0.10332 -0.20662,0.20661 0,0.10332 0.1033,0.20662 0.20662,0.20662 0.10329,0 0.20661,-0.1033 0.20661,-0.20662 m -1.44629,-1.13636 c 0,-0.3099 -0.3099,-0.61984 -0.61984,-0.61984 -0.41319,0 -0.72313,0.30994 -0.72313,0.61984 0,0.41323 0.30994,0.72314 0.72313,0.72314 0.30994,0 0.61984,-0.30991 0.61984,-0.72314 m 2.99587,-0.82645 c 0,-0.30991 -0.30991,-0.61981 -0.61984,-0.61981 -0.41322,0 -0.72313,0.3099 -0.72313,0.61981 0,0.41323 0.30991,0.72316 0.72313,0.72316 0.30993,0 0.61984,-0.30993 0.61984,-0.72316 m 0.82645,2.99585 c 0,-0.30991 -0.30993,-0.61984 -0.61984,-0.61984 -0.41322,0 -0.72313,0.30993 -0.72313,0.61984 0,0.41323 0.30991,0.72313 0.72313,0.72313 0.30991,0 0.61984,-0.3099 0.61984,-0.72313 m -2.99587,0.82645 c 0,-0.30993 -0.3099,-0.61984 -0.61984,-0.61984 -0.41322,0 -0.72313,0.30991 -0.72313,0.61984 0,0.41323 0.30991,0.72314 0.72313,0.72314 0.30994,0 0.61984,-0.30991 0.61984,-0.72314 m -0.20661,0 c 0,-0.20661 -0.20661,-0.41322 -0.41323,-0.41322 -0.3099,0 -0.51651,0.20661 -0.51651,0.41322 0,0.30991 0.20661,0.51652 0.51651,0.51652 0.20662,0 0.41323,-0.20661 0.41323,-0.51652 m 2.99587,-0.82645 c 0,-0.20661 -0.20662,-0.41323 -0.41323,-0.41323 -0.30993,0 -0.51652,0.20662 -0.51652,0.41323 0,0.30991 0.20659,0.51652 0.51652,0.51652 0.20661,0 0.41323,-0.20661 0.41323,-0.51652 m -0.82645,-2.99585 c 0,-0.20661 -0.20662,-0.41323 -0.41323,-0.41323 -0.3099,0 -0.51652,0.20662 -0.51652,0.41323 0,0.30993 0.20662,0.51655 0.51652,0.51655 0.20661,0 0.41323,-0.20662 0.41323,-0.51655 m -2.99587,0.82645 c 0,-0.20661 -0.20661,-0.41322 -0.41323,-0.41322 -0.3099,0 -0.51651,0.20661 -0.51651,0.41322 0,0.30994 0.20661,0.51652 0.51651,0.51652 0.20662,0 0.41323,-0.20658 0.41323,-0.51652 m -1.65287,0.51652 h 0.20661 m 0,0 0.10329,0.72316 m 0,0 0.10332,-0.10332 m 0,0 0.10329,0.10332 m 0,0 -0.10329,0.1033 m 0,0 -0.10332,0.10331 m 0,0 -0.3099,-0.92977 m 2.78925,3.30579 0.10329,0.20658 m 0,0 -0.10329,0.10332 m 0,0 -0.10332,-0.3099 m 0,0 h -0.10329 m 0,0 v -0.10332 m 0,0 h 0.10329 m 0,0 -0.10329,-0.1033 m 0,0 h 0.20661 m 0,0 v 0.1033 m 0,0 0.30991,-0.1033 m 0,0 0.10329,0.1033 m 0,0 -0.10329,0.72313 m 0,0 h -0.20662 m 0,0 0.1033,-0.72313 m 0,0 -0.20659,0.10332 m 1.54958,0 0.10329,0.10329 h 0.20662 m 0,0 h 0.10329 m 0.10332,0 c 0.10329,-0.10329 0.10329,-0.20661 0.10329,-0.30991 m -0.10329,0.1033 h -0.10332 m 0,0.10332 c 0,0 0.10332,-0.10332 0,-0.10332 m -0.20659,0 h 0.1033 c 0,0.10332 0,0.10332 0.10329,0 m -0.20659,0 v -0.1033 h 0.1033 m 0,0 v -0.10332 m 0,0 h -0.1033 m -0.10332,-0.20661 c 0,0.10332 0,0.10332 0.10332,0.10332 0,0.10329 0,0.10329 0.1033,0 m -0.1033,-0.20661 h -0.10332 v 0.10329 m 0,-0.10329 h 0.10332 l 0.1033,0.10329 m 0,0 0.10329,-0.10329 m 0,0 -0.10329,-0.10332 h -0.20662 m 0,0 -0.10329,0.10332 -0.10332,0.20661 m 0.10332,0 c 0,0.10329 0,0.10329 0.10329,0.10329 m 0,0.10332 -0.10329,0.1033 v 0.10332 m 1.13636,-4.75205 -0.51655,0.10329 m 0,0 0.10332,0.10332 m 0,0 h 0.30991 m 0,0 -0.20661,0.41323 m 0.10331,-0.10332 c -0.10331,0.10332 0,0.20661 0,0.30993 0.1033,0.10329 0.20662,0.10329 0.30991,0 0.10332,0 0.10332,-0.10332 0.10332,-0.20661 m 0,0 h -0.20661 m -0.10332,0 c -0.1033,0 -0.1033,0.10329 0,0.10329 0,0.10332 0.10332,0.10332 0.10332,0 0.10329,0 0.10329,-0.10329 0.10329,-0.10329 m -0.30991,0 0.20662,-0.51655 m 0,0 v -0.10329 m -2.68594,-33.884211 c -0.30993,0.103294 -0.61984,0.103294 -0.92977,0.206587 m 1.13636,-0.619813 c -0.51652,0 -1.03304,0.206613 -1.54958,0.413226 m -1.23965,1.033039 c -0.82645,1.239679 -0.82645,2.789264 0,4.028943 0.72313,1.239652 2.27271,1.859492 3.61568,1.549585 1.44628,-0.309933 2.58264,-1.446292 2.78925,-2.892584 m -5.16528,-3.718983 c -0.4132,0.206587 -0.82643,0.619813 -1.23965,1.033039 m 0.3099,-0.103293 c -0.92974,1.136359 -1.03306,2.685944 -0.3099,3.925623 0.72313,1.239652 2.16942,1.859492 3.51238,1.549585 1.44627,-0.206613 2.47933,-1.342972 2.78923,-2.685971 m -0.10329,0 h 0.20661 m -6.40493,-2.582624 0.3099,-0.10332 m 0.92975,-0.826452 v -0.206587 m 1.54958,-0.206613 c -0.51652,0 -1.03304,0.103293 -1.44626,0.309907 m 1.34296,-0.51652 0.1033,0.206613 m 2.99587,3.925596 h 0.41322 m -0.41322,-0.929745 v 0.929745 m 0.41322,-0.929745 h -0.41322 m 0.51651,0 c -0.20658,-1.342972 -1.03303,-2.376038 -2.16939,-2.789238 m -1.23967,0.309907 1.13635,-0.309907 m -1.23967,-0.206613 0.10332,0.51652 m -1.44629,0.413226 -0.20661,-0.516546 m -0.92975,0.826452 1.13636,-0.309906 m 3.92561,2.169424 c 0,-0.309932 -0.10329,-0.516546 -0.20661,-0.826452 m -0.72313,1.136359 0.92974,-0.206613 m -0.82645,0.10332 c -0.61981,0.206613 -0.92974,0.826426 -0.82642,1.446265 m 0.41322,1.446292 -0.41322,-1.446292 m -0.41323,1.652905 c 0.30991,0 0.61984,-0.10332 0.82645,-0.206613 m -1.23967,-1.239679 0.3099,1.549585 m -0.3099,-1.549585 c -0.10332,-0.619839 -0.72313,-0.929746 -1.34297,-0.826452 m -1.54958,0.516546 1.44626,-0.413227 m -1.65287,-0.516519 c 0.10329,0.309906 0.10329,0.619813 0.20661,0.826426 m 1.23965,-1.136359 -1.44626,0.309933 m 1.54958,-0.413226 c 0.51651,-0.10332 0.92974,-0.72316 0.72313,-1.342973 m -0.41323,-1.446291 0.41323,1.446291 m 0.82645,-0.206613 -0.41323,-1.446291 m 0.41323,1.446291 c 0.20661,0.51652 0.82645,0.929746 1.44628,0.723133 m 0.82643,-0.206613 -0.92975,0.309906 m 0.10332,-2.479331 c -0.51654,-0.206613 -1.03306,-0.309906 -1.5496,-0.309906 m 3.6157,3.202464 c -0.10332,-1.239653 -0.92974,-2.376038 -2.0661,-2.892558 m 2.0661,3.822303 c 0.1033,-0.309906 0.1033,-0.619812 0,-0.929745 m 0,0 h -0.20661 m -2.16942,-2.789238 0.30993,-0.10332 m -1.23967,3.202491 c 0,-0.10332 -0.10332,-0.206614 -0.20661,-0.206614 -0.10332,0 -0.20662,0.103294 -0.20662,0.206614 0,0.103293 0.1033,0.309906 0.20662,0.309906 0.10329,0 0.20661,-0.206613 0.20661,-0.309906 m -1.44629,-1.033066 c 0,-0.413226 -0.3099,-0.723133 -0.61984,-0.723133 -0.41319,0 -0.72313,0.309907 -0.72313,0.723133 0,0.309906 0.30994,0.723133 0.72313,0.723133 0.30994,0 0.61984,-0.413227 0.61984,-0.723133 m 2.99587,-0.826453 c 0,-0.413226 -0.30991,-0.723132 -0.61984,-0.723132 -0.41322,0 -0.72313,0.309906 -0.72313,0.723132 0,0.309933 0.30991,0.723133 0.72313,0.723133 0.30993,0 0.61984,-0.4132 0.61984,-0.723133 m 0.82645,2.995878 c 0,-0.413227 -0.30993,-0.723133 -0.61984,-0.723133 -0.41322,0 -0.72313,0.309906 -0.72313,0.723133 0,0.309906 0.30991,0.723132 0.72313,0.723132 0.30991,0 0.61984,-0.413226 0.61984,-0.723132 m -2.99587,0.826452 c 0,-0.413226 -0.3099,-0.723159 -0.61984,-0.723159 -0.41322,0 -0.72313,0.309933 -0.72313,0.723159 0,0.309906 0.30991,0.723133 0.72313,0.723133 0.30994,0 0.61984,-0.413227 0.61984,-0.723133 m -0.20661,0 c 0,-0.309933 -0.20661,-0.516546 -0.41323,-0.516546 -0.3099,0 -0.51651,0.206613 -0.51651,0.516546 0,0.206613 0.20661,0.51652 0.51651,0.51652 0.20662,0 0.41323,-0.309907 0.41323,-0.51652 m 2.99587,-0.826452 c 0,-0.309933 -0.20662,-0.516547 -0.41323,-0.516547 -0.30993,0 -0.51652,0.206614 -0.51652,0.516547 0,0.206613 0.20659,0.516519 0.51652,0.516519 0.20661,0 0.41323,-0.309906 0.41323,-0.516519 m -0.82645,-2.995878 c 0,-0.309906 -0.20662,-0.516519 -0.41323,-0.516519 -0.3099,0 -0.51652,0.206613 -0.51652,0.516519 0,0.206614 0.20662,0.516546 0.51652,0.516546 0.20661,0 0.41323,-0.309932 0.41323,-0.516546 m -2.99587,0.826453 c 0,-0.309907 -0.20661,-0.51652 -0.41323,-0.51652 -0.3099,0 -0.51651,0.206613 -0.51651,0.51652 0,0.206613 0.20661,0.51652 0.51651,0.51652 0.20662,0 0.41323,-0.309907 0.41323,-0.51652 m -1.65287,0.51652 0.20661,-0.103294 m 0,0 0.10329,0.826453 m 0,0 0.10332,-0.206613 m 0,0 0.10329,0.206613 m 0,0 -0.10329,0.103293 m 0,0 h -0.10332 m 0,0 -0.3099,-0.826452 m 2.78925,3.20249 0.10329,0.309906 m 0,0 h -0.10329 m 0,0 -0.10332,-0.206613 m 0,0 h -0.10329 m 0,0 v -0.103293 m 0,0 h 0.10329 m 0,0 -0.10329,-0.206613 m 0,0 h 0.20661 m 0,0 v 0.103293 m 0,0 0.30991,-0.103293 m 0,0 0.10329,0.206613 m 0,0 -0.10329,0.619839 m 0,0 -0.20662,0.103293 m 0,0 0.1033,-0.723132 m 0,0 h -0.20659 m 1.54958,0 0.10329,0.103293 0.20662,0.10332 m 0,0 h 0.10329 m 0.10332,-0.10332 c 0.10329,0 0.10329,-0.206613 0.10329,-0.309906 m -0.10329,0.103293 h -0.10332 m 0,0.10332 c 0,0 0.10332,-0.10332 0,-0.10332 m -0.20659,0 c 0,0 0,0.10332 0.1033,0.10332 h 0.10329 m -0.20659,0 v -0.10332 l 0.1033,-0.103293 m 0,0 v -0.10332 m 0,0 h -0.1033 m -0.10332,-0.103294 c 0,0 0,0.103294 0.10332,0.103294 h 0.1033 m -0.1033,-0.309907 c 0,0 -0.10332,0 -0.10332,0.10332 v 0.103293 m 0,-0.103293 h 0.10332 0.1033 m 0,0 h 0.10329 m 0,0 -0.10329,-0.10332 -0.20662,-0.103293 m 0,0 -0.10329,0.206613 -0.10332,0.206587 m 0.10332,-0.103294 c 0,0.103294 0,0.206614 0.10329,0.206614 m 0,0 -0.10329,0.103293 v 0.10332 m 1.13636,-4.648756 -0.51655,0.103293 m 0,0 0.10332,0.10332 m 0,0 0.30991,-0.10332 m 0,0 -0.20661,0.413227 m 0.10331,0 c -0.10331,0.103319 0,0.206613 0,0.206613 0.1033,0.103293 0.20662,0.103293 0.30991,0.103293 0.10332,-0.103293 0.10332,-0.206587 0.10332,-0.309906 m 0,0.103319 h -0.20661 m -0.10332,-0.103319 c -0.1033,0.103319 -0.1033,0.103319 0,0.206613 h 0.10332 c 0.10329,0 0.10329,-0.103294 0.10329,-0.206613 m -0.30991,0.103319 0.20662,-0.516546 m 0,0 V 73.088638 M 225.77417,39.20443 c -0.30993,0 -0.61984,0.10332 -0.92977,0.206613 m 1.13636,-0.619839 c -0.51652,0 -1.03304,0.10332 -1.54958,0.309933 m -1.23965,1.136359 c -0.82645,1.136359 -0.82645,2.789237 0,3.925596 0.72313,1.239679 2.27271,1.859492 3.61568,1.549585 1.44628,-0.309906 2.58264,-1.446292 2.78925,-2.892557 m -5.16528,-3.718983 c -0.4132,0.309906 -0.82643,0.619839 -1.23965,1.136359 m 0.3099,-0.103294 c -0.92974,1.033039 -1.03306,2.582598 -0.3099,3.822277 0.72313,1.239679 2.16942,1.859492 3.51238,1.652905 1.44627,-0.309933 2.47933,-1.342999 2.78923,-2.789264 m -0.10329,0.103293 h 0.20661 m -6.40493,-2.685917 0.3099,-0.103294 m 0.92975,-0.723159 V 39.20443 m 1.54958,-0.309906 c -0.51652,0 -1.03304,0.206613 -1.44626,0.413226 m 1.34296,-0.516546 0.1033,0.206613 m 2.99587,3.822303 0.41322,0.103293 m -0.41322,-1.033012 v 0.929719 m 0.41322,-0.826426 -0.41322,-0.103293 m 0.51651,0 c -0.20658,-1.239679 -1.03303,-2.376038 -2.16939,-2.789264 m -1.23967,0.413226 1.13635,-0.309933 m -1.23967,-0.206613 0.10332,0.516546 m -1.44629,0.309906 -0.20661,-0.413226 m -0.92975,0.723159 1.13636,-0.309933 m 3.92561,2.272745 c 0,-0.309933 -0.10329,-0.61984 -0.20661,-0.929773 m -0.72313,1.239653 0.92974,-0.30988 m -0.82645,0.206586 c -0.61981,0.103294 -0.92974,0.723133 -0.82642,1.342972 m 0.41322,1.549586 -0.41322,-1.446292 m -0.41323,1.652905 c 0.30991,-0.10332 0.61984,-0.10332 0.82645,-0.206613 m -1.23967,-1.239679 0.3099,1.446292 m -0.3099,-1.549585 c -0.10332,-0.516546 -0.72313,-0.929773 -1.34297,-0.72316 m -1.54958,0.413227 1.44626,-0.413227 m -1.65287,-0.516519 c 0.10329,0.309906 0.10329,0.619839 0.20661,0.929746 m 1.23965,-1.239653 -1.44626,0.4132 m 1.54958,-0.4132 c 0.51651,-0.206586 0.92974,-0.826426 0.72313,-1.446265 m -0.41323,-1.342972 0.41323,1.446265 m 0.82645,-0.206613 -0.41323,-1.549585 m 0.41323,1.446292 c 0.20661,0.619839 0.82645,0.929746 1.44628,0.826452 m 0.82643,-0.206613 -0.92975,0.206613 m 0.10332,-2.376037 c -0.51654,-0.309933 -1.03306,-0.413227 -1.5496,-0.309933 m 3.6157,3.099197 c -0.10332,-1.239679 -0.92974,-2.272745 -2.0661,-2.789264 m 2.0661,3.718983 c 0.1033,-0.309933 0.1033,-0.619813 0,-0.929719 m 0,0.103293 h -0.20661 m -2.16942,-2.789264 0.30993,-0.103293 m -1.23967,3.202463 c 0,-0.103293 -0.10332,-0.206586 -0.20661,-0.206586 -0.10332,0 -0.20662,0.103293 -0.20662,0.206586 0,0.103294 0.1033,0.206587 0.20662,0.206587 0.10329,0 0.20661,-0.103293 0.20661,-0.206587 m -1.44629,-1.136359 c 0,-0.309906 -0.3099,-0.619839 -0.61984,-0.619839 -0.41319,0 -0.72313,0.309933 -0.72313,0.619839 0,0.413227 0.30994,0.72316 0.72313,0.72316 0.30994,0 0.61984,-0.309933 0.61984,-0.72316 m 2.99587,-0.826426 c 0,-0.309933 -0.30991,-0.619839 -0.61984,-0.619839 -0.41322,0 -0.72313,0.309906 -0.72313,0.619839 0,0.4132 0.30991,0.723133 0.72313,0.723133 0.30993,0 0.61984,-0.309933 0.61984,-0.723133 m 0.82645,2.995825 c 0,-0.309907 -0.30993,-0.61984 -0.61984,-0.61984 -0.41322,0 -0.72313,0.309933 -0.72313,0.61984 0,0.413226 0.30991,0.723132 0.72313,0.723132 0.30991,0 0.61984,-0.309906 0.61984,-0.723132 m -2.99587,0.826452 c 0,-0.309906 -0.3099,-0.619839 -0.61984,-0.619839 -0.41322,0 -0.72313,0.309933 -0.72313,0.619839 0,0.413226 0.30991,0.723133 0.72313,0.723133 0.30994,0 0.61984,-0.309907 0.61984,-0.723133 m -0.20661,0 c 0,-0.206613 -0.20661,-0.413226 -0.41323,-0.413226 -0.3099,0 -0.51651,0.206613 -0.51651,0.413226 0,0.309906 0.20661,0.51652 0.51651,0.51652 0.20662,0 0.41323,-0.206614 0.41323,-0.51652 m 2.99587,-0.826452 c 0,-0.206614 -0.20662,-0.413227 -0.41323,-0.413227 -0.30993,0 -0.51652,0.206613 -0.51652,0.413227 0,0.309932 0.20659,0.516546 0.51652,0.516546 0.20661,0 0.41323,-0.206614 0.41323,-0.516546 m -0.82645,-2.995825 c 0,-0.206613 -0.20662,-0.413226 -0.41323,-0.413226 -0.3099,0 -0.51652,0.206613 -0.51652,0.413226 0,0.309907 0.20662,0.51652 0.51652,0.51652 0.20661,0 0.41323,-0.206613 0.41323,-0.51652 m -2.99587,0.826426 c 0,-0.206613 -0.20661,-0.413226 -0.41323,-0.413226 -0.3099,0 -0.51651,0.206613 -0.51651,0.413226 0,0.309933 0.20661,0.516546 0.51651,0.516546 0.20662,0 0.41323,-0.206613 0.41323,-0.516546 m -1.65287,0.516546 h 0.20661 m 0,0 0.10329,0.723107 m 0,0 0.10332,-0.103294 m 0,0 0.10329,0.103294 m 0,0 -0.10329,0.103293 m 0,0 -0.10332,0.10332 m 0,0 -0.3099,-0.92972 m 2.78925,3.305758 0.10329,0.206613 m 0,0 -0.10329,0.103293 m 0,0 -0.10332,-0.309906 m 0,0 h -0.10329 m 0,0 v -0.10332 m 0,0 h 0.10329 m 0,0 -0.10329,-0.103294 m 0,0 h 0.20661 m 0,0 v 0.103294 m 0,0 0.30991,-0.103294 m 0,0 0.10329,0.103294 m 0,0 -0.10329,0.723159 m 0,0 h -0.20662 m 0,0 0.1033,-0.723159 m 0,0 -0.20659,0.10332 m 1.54958,0 0.10329,0.103293 h 0.20662 m 0,0 h 0.10329 m 0.10332,0 c 0.10329,-0.103293 0.10329,-0.206613 0.10329,-0.309907 m -0.10329,0.103294 h -0.10332 m 0,0 c 0,0 0.10332,0 0,-0.103294 m -0.20659,0.103294 h 0.1033 c 0,0.10332 0,0.10332 0.10329,0 m -0.20659,0 v -0.103294 h 0.1033 m 0,0 v -0.103319 m 0,0 h -0.1033 m -0.10332,-0.206614 c 0,0 0,0.10332 0.10332,0.10332 h 0.1033 m -0.1033,-0.206613 h -0.10332 v 0.103293 m 0,-0.103293 h 0.10332 l 0.1033,0.103293 m 0,0 0.10329,-0.103293 m 0,0 -0.10329,-0.10332 h -0.20662 m 0,0 -0.10329,0.10332 -0.10332,0.206613 m 0.10332,0 c 0,0.103294 0,0.103294 0.10329,0.103294 m 0,0.103319 -0.10329,0.103294 v 0.10332 m 1.13636,-4.752049 -0.51655,0.103319 m 0,0 0.10332,0.103294 m 0,0 h 0.30991 m 0,0 -0.20661,0.413226 m 0.10331,-0.10332 c -0.10331,0.10332 0,0.206613 0,0.309933 0.1033,0.103293 0.20662,0.103293 0.30991,0 0.10332,0 0.10332,-0.10332 0.10332,-0.206613 m 0,0 h -0.20661 m -0.10332,0 c -0.1033,0 -0.1033,0.103293 0,0.103293 0,0.10332 0.10332,0.10332 0.10332,0 0.10329,0 0.10329,-0.103293 0.10329,-0.103293 m -0.30991,0 0.20662,-0.51652 m 0,0 V 40.237496 M 11.518565,104.3902 H 9.3491401 m 2.1694249,2.89255 H 9.142527 m 2.376038,-0.61981 H 9.3491401 M 2.0144669,105.73317 H 0.3615619 M 11.518565,104.80342 H 9.4524599 m 1.6528781,-5.268593 v -7.23138 M 276.80708,10.69211 V 8.5227121 m 2.16941,2.1693979 h -2.16941 m -253.718286,0 V 8.5227121 M 278.97649,158.72889 h -2.16941 m 0,2.16943 v -2.16943 m -253.718286,2.16943 v -2.16943 M 277.2203,167.19992 H 218.54279 M 12.654924,151.1876 H 12.44831 M 22.572274,2.221078 H 79.080368 M 287.13762,151.1876 h 0.30994 M 287.13762,18.233423 h 0.30994 M 0.05165544,99.534827 V 25.25819 m 0,80.99152 v -0.10332 m 0,7.64461 v -0.20661 M 12.654924,18.233423 H 12.44831 M 13.06815,151.1876 h -0.413226 m 274.586016,0 h -0.41322 m 0,-133.057497 c 0.10329,0 0.20661,0.10332 0.41322,0.10332 m -274.586016,0 c 0.206613,0 0.309933,-0.10332 0.413226,-0.10332 m -1.549585,0.516546 h -0.413227 m 0.826453,-0.413226 h -0.826453 m 0,0.413226 H 7.0764222 m 4.0289158,0 v -0.413226 m 0,132.540957 v -31.71481 m 0,32.12803 h 0.826453 m -0.413226,-0.41322 H 11.105338 M 0.46488169,119.05957 v 24.99995 M 11.105338,151.1876 H 7.0764222 m 4.0289158,0 v -0.41322 m 277.581862,0 h 4.13223 M 288.6872,18.233423 h 4.13223 m -4.13223,0.413226 v 58.470905 m -0.82645,74.070046 h 0.82645 m 0,-0.41322 h -0.41322 m 0.41322,0.41322 v -0.41322 M 288.27398,18.646649 h 0.41322 m 0,-0.413226 h -0.82645 m 0.82645,0.413226 V 18.233423 M 0.05165544,106.86955 v -0.20661 M 11.518565,106.24971 H 9.4524599 m 2.0661051,-0.92974 H 9.5557532 m 1.9628118,0.4132 H 9.5557532 m -9.50409776,-0.72314 v -0.20661 m 1.96281146,0.51655 h -1.652905 m -0.30990646,-2.16943 v -0.20661 m 11.46690956,0 H 8.8326205 m -6.0950209,0 H 0.05165544 m 0,0 v -0.41323 m 11.46690956,0 H 8.7293008 m -5.8883814,0 H 0.05165544 m 0,0 v -0.20661 M 11.518565,102.01416 H 8.6260074 m -5.5784749,0 H 0.3615619 m -0.30990646,-0.82643 v -0.20661 M 11.518565,101.60096 H 8.4193943 m -5.2685685,0 H 0.3615619 M 11.518565,100.98112 H 8.316101 m -4.9586621,0 H 0.05165544 m 0,0 v -0.30993 m 11.46690956,0 H 8.2127812 m -4.7520489,0 H 0.05165544 m 0,0 v -0.20662 M 11.518565,100.36128 H 8.1094878 m -4.5454357,0 H 0.15494878 m -0.10329334,17.76854 v -0.20661 M 11.518565,118.33644 H 0.15494878 M 11.518565,117.92321 H 0.05165544 m 0,0 v -0.30988 m 11.46690956,0 H 0.05165544 m 0,0 v -0.20661 m 0,-4.8554 v -0.20659 m 11.46690956,0 H 0.05165544 m 0,0 v -0.41322 m 11.46690956,0 H 0.05165544 m 0,0 V 111.7249 M 11.518565,111.41496 H 0.3615619 m -0.30990646,-0.82642 v -0.20662 M 11.518565,111.00174 H 0.3615619 M 11.518565,110.38192 H 0.05165544 m 0,0 v -0.30993 m 11.46690956,0 H 0.05165544 m 0,0 v -0.20661 M 11.518565,109.45215 H 0.3615619 M 0.05165544,108.72902 V 108.5224 M 11.518565,109.14224 H 7.0764222 m -2.6859176,0 H 0.3615619 M 11.518565,108.5224 H 8.1094878 m -4.6487555,0 H 0.05165544 m 0,0 v -0.30988 M 11.518565,99.534827 H 7.7995549 m -4.0288897,0 H 0.05165544 M 11.518565,119.05957 H 0.05165544 m 4.95866206,-5.06196 c -0.3099065,0.30994 -0.4131998,0.82646 -0.2066132,1.23968 0.1032934,0.41323 0.5165196,0.72313 1.0330392,0.72313 0.4132262,-0.10329 0.8264525,-0.3099 1.0330656,-0.72313 0.1032933,-0.41322 0,-0.92974 -0.3099064,-1.23968 m 0.2066131,1.65291 -0.3099329,0.20661 -0.1032934,0.10329 -0.1033198,0.10332 m -6.19831426,1.34298 0.30990646,-0.41323 m -0.30990646,-0.72316 v 1.13639 m 0,-4.8554 v 1.03307 m 0.30990646,-0.72314 -0.30990646,-0.30993 m 0,1.03307 0.30990646,-0.30991 m -0.30990646,-8.26445 v 1.13636 m 0.30990646,-0.82642 -0.30990646,-0.30994 m 0.41322625,0.72314 c 0.10329333,-0.1033 0.10329333,-0.30991 0,-0.4132 m -0.41322625,0.82642 0.30990646,-0.41322 m -0.30990646,12.39665 v 0.92975 m 0.10329334,-0.72313 -0.10329334,-0.20662 m 0,0.82646 c 0.20661313,0 0.30990646,-0.20662 0.30990646,-0.30994 0,-0.10329 0,-0.3099 -0.10329333,-0.41322 m -0.20661313,-7.64458 v 1.13636 m 0.30990646,-0.72316 -0.30990646,-0.4132 m 0.41322625,0.72313 c 0.10329333,-0.10332 0.10329333,-0.30993 0,-0.41323 m -0.41322625,0.82646 0.30990646,-0.30994 m -0.30990646,-2.68594 v 1.13636 m 0.30990646,-0.72314 -0.30990646,-0.41322 m 0.41322625,0.72313 c 0.10329333,-0.10329 0.10329333,-0.30991 0,-0.41323 m -0.41322625,0.82646 0.30990646,-0.41323 m -0.30990646,-2.5826 v 1.13636 m 0.30990646,-0.72316 -0.30990646,-0.4132 m 0,-3.71901 v 1.03304 m 0.30990646,-0.72313 -0.30990646,-0.30991 m 0,-1.96281 v 1.13636 m 0.30990646,-0.72313 -0.30990646,-0.41323 m 0.41322625,0.72313 c 0.10329333,-0.10329 0.10329333,-0.3099 0,-0.41322 m -0.41322625,0.82645 0.30990646,-0.30993 M 0.05165544,99.534827 v 0.929743 m 0.20661313,-0.20661 c 0.10329333,-0.10329 0.10329333,-0.309907 0.10329333,-0.4132 0,-0.10332 -0.10329333,-0.309933 -0.30990646,-0.309933 m 0,0.929743 0.10329334,-0.10329 M 276.80708,10.69211 H 23.088794 M 276.80708,158.72889 V 10.69211 M 23.088794,158.72889 H 276.80708 M 6.5599027,113.99761 c 0.1032933,0.10332 0.2066131,0.10332 0.3099064,0.10332 m -0.3099064,-0.10332 c 0,-0.10329 -0.1033198,-0.10329 -0.2066132,-0.20661 m 0.1032934,2.78926 c -0.1032934,-0.20661 -0.1032934,-0.30993 -0.1032934,-0.51652 m 5.1652755,0 H 6.2499697 m 0.1033198,0.61982 -0.1033198,0.10332 H 6.1466764 5.7334502 5.4235173 5.2169041 l -0.1032933,-0.10332 m 6.4049542,0 H 6.3532895 m 5.1652755,0.30993 H 0.3615619 m 0.10331979,0 c 0.10329333,-0.10332 0.10329333,-0.30993 0,-0.41323 m -0.41322625,-0.30993 v -0.20659 m 5.26856846,0 c -0.1033198,0.20659 -0.1033198,0.30991 -0.1033198,0.51652 m -0.1032933,0.1033 H 0.3615619 m 0,0 -0.30990646,-0.41323 m 0,-0.20659 v -0.41322 m 5.16524866,0.41322 v -0.10332 l -0.2065866,-0.10329 -0.2066132,-0.20661 m 0.4131998,0.41322 H 0.05165544 m 4.75204886,-0.41322 -0.826426,-0.51655 m 0.826426,0.51655 H 0.05165544 m 0,0 v -0.10332 m 6.71486036,-1.34297 0.826426,0.51652 m 3.9256232,-0.51652 H 6.7665158 m -2.6859442,0.51652 c -0.1032933,0 -0.1032933,0.10332 -0.1032933,0.20661 0,0 0,0.10332 0.1032933,0.10332 m -0.1032933,0.10329 H 0.3615619 m 11.1570031,0.51655 H 6.7665158 m 0.826426,-0.51655 -0.826426,0.51655 m -6.71486036,-1.23968 v -0.20661 m 3.92562286,0.51652 0.826426,-0.51652 m -0.826426,0.51652 H 0.3615619 m 11.1570031,0.41322 H 7.5929418 m 0,-0.10329 c 0.1033198,0 0.1033198,-0.10332 0.1033198,-0.10332 0,-0.10329 0,-0.20661 -0.1033198,-0.20661 m 3.9256232,0 H 7.5929418 M 0.05165544,114.20423 V 113.791 m 5.26856846,0 H 0.05165544 m 5.16524866,0 c 0,0.10332 -0.1032933,0.10332 -0.2065866,0.20661 m -0.2066132,0.10332 c 0.1032934,0 0.2066132,0 0.3099065,-0.10332 m -0.3099065,0.20662 H 0.05165544 M 11.518565,113.791 H 6.2499697 m 5.2685953,-0.92975 H 0.3615619 m 11.1570031,0.41323 H 6.3532895 m -1.2396787,0 H 0.3615619 m 0.10331979,-0.10332 c 0.10329333,-0.10329 0.10329333,-0.30991 0,-0.41323 M 23.088794,10.69211 v 148.03678 m 0,0 H 20.919369 M 23.088794,10.69211 h -2.169425 m -9.400804,96.90058 H 8.9359139 m 2.5826511,0.61983 H 8.5227141 m -5.4751816,0 H 0.05165544 m 0,0 v -0.20661 m 0,0 0.30990646,-0.41322 m 2.0661312,-0.30994 H 0.3615619 m 2.2727443,0.30994 H 0.3615619 m 0.10331979,0 c 0.10329333,-0.10332 0.10329333,-0.30994 0,-0.41323 M 0.05165544,104.3902 v -0.20662 m 0,0 0.30990646,-0.3099 M 11.518565,103.46045 H 9.0392337 m -6.5082472,0 H 0.3615619 m 11.1570031,0.41323 H 9.142527 m -6.7148339,0 H 0.3615619 m 0.10331979,-0.10332 c 0.10329333,-0.1033 0.10329333,-0.30991 0,-0.4132 m 1.65287851,1.44626 H 0.05165544 m 0,0 v -0.41322 m 2.16942456,0 H 0.05165544 m 2.06610476,2.27274 H 0.05165544 m 0,0 v -0.41323 m 2.06610476,0 H 0.05165544 m 5.06195536,7.02477 0.2066131,-0.10332 0.1032934,-0.10329 h 0.3099329 0.4132262 l 0.1032933,0.10329 0.1033198,0.10332 m 0,0.51652 c 0.1032934,-0.20661 0.1032934,-0.41323 0.1032934,-0.61984 m -0.2066132,0.61984 0.1033198,0.10332 m 0,-0.10332 c -0.3099329,-0.10329 -0.7231591,-0.10329 -1.1363854,0 m 0,0.10332 0.1033198,-0.10332 m -0.1033198,-0.61984 c 0,0.20661 0,0.41323 0.1033198,0.61984 m -5.26856846,0.61984 v 1.13636 m 0.30990646,-0.82645 -0.30990646,-0.30991 m 0.41322625,0.72313 c 0.10329333,-0.10329 0.10329333,-0.3099 0,-0.41322 M 0.05165544,115.5472 0.3615619,115.13397 M 39.307752,75.05145 c 0,-2.582651 -2.066131,-4.648756 -4.648756,-4.648756 -2.582624,0 -4.752049,2.066105 -4.752049,4.648756 0,2.582624 2.169425,4.752048 4.752049,4.752048 2.582625,0 4.648756,-2.169424 4.648756,-4.752048 m 0.619839,0 c 0,-2.892584 -2.376037,-5.268569 -5.268595,-5.268569 -2.99585,0 -5.371888,2.375985 -5.371888,5.268569 0,2.99585 2.376038,5.371861 5.371888,5.371861 2.892558,0 5.268595,-2.376011 5.268595,-5.371861 m -0.516546,0 c 0,-2.685971 -2.066105,-4.752049 -4.752049,-4.752049 -2.685944,0 -4.855342,2.066078 -4.855342,4.752049 0,2.685944 2.169398,4.855368 4.855342,4.855368 2.685944,0 4.752049,-2.169424 4.752049,-4.855368 m -1.136359,0 c 0,-1.962812 -1.652878,-3.615717 -3.61569,-3.615717 -2.066105,0 -3.718983,1.652905 -3.718983,3.615717 0,2.066104 1.652878,3.719009 3.718983,3.719009 1.962812,0 3.61569,-1.652905 3.61569,-3.719009 m 1.033066,32.85114 c 0,-2.58262 -2.066131,-4.64875 -4.648756,-4.64875 -2.582624,0 -4.752049,2.06613 -4.752049,4.64875 0,2.58263 2.169425,4.64873 4.752049,4.64873 2.582625,0 4.648756,-2.0661 4.648756,-4.64873 m 0.619839,0 c 0,-2.99585 -2.376037,-5.26859 -5.268595,-5.26859 -2.99585,0 -5.371888,2.27274 -5.371888,5.26859 0,2.89253 2.376038,5.26857 5.371888,5.26857 2.892558,0 5.268595,-2.37604 5.268595,-5.26857 m -0.516546,0 c 0,-2.68594 -2.066105,-4.85537 -4.752049,-4.85537 -2.685944,0 -4.855342,2.16943 -4.855342,4.85537 0,2.68595 2.169398,4.85534 4.855342,4.85534 2.685944,0 4.752049,-2.16939 4.752049,-4.85534 m -1.136359,0 c 0,-2.0661 -1.652878,-3.71901 -3.61569,-3.71901 -2.066105,0 -3.718983,1.65291 -3.718983,3.71901 0,1.96279 1.652878,3.71899 3.718983,3.71899 1.962812,0 3.61569,-1.7562 3.61569,-3.71899 m 31.921423,0 c 0,-2.0661 -1.652905,-3.71901 -3.615716,-3.71901 -2.066105,0 -3.71901,1.65291 -3.71901,3.71901 0,1.96279 1.652905,3.71899 3.71901,3.71899 1.962811,0 3.615716,-1.7562 3.615716,-3.71899 m 1.033013,0 c 0,-2.58262 -2.066078,-4.64875 -4.648729,-4.64875 -2.582651,0 -4.752075,2.06613 -4.752075,4.64875 0,2.58263 2.169424,4.64873 4.752075,4.64873 2.582651,0 4.648729,-2.0661 4.648729,-4.64873 m 0.619839,0 c 0,-2.99585 -2.376011,-5.26859 -5.268568,-5.26859 -2.995877,0 -5.371888,2.27274 -5.371888,5.26859 0,2.89253 2.376011,5.26857 5.371888,5.26857 2.892557,0 5.268568,-2.37604 5.268568,-5.26857 m -0.516519,0 c 0,-2.68594 -2.066105,-4.85537 -4.752049,-4.85537 -2.685944,0 -4.855369,2.16943 -4.855369,4.85537 0,2.68595 2.169425,4.85534 4.855369,4.85534 2.685944,0 4.752049,-2.16939 4.752049,-4.85534 m -1.136333,32.74785 c 0,-1.96281 -1.652905,-3.61572 -3.615716,-3.61572 -2.066105,0 -3.71901,1.65291 -3.71901,3.61572 0,2.06611 1.652905,3.71898 3.71901,3.71898 1.962811,0 3.615716,-1.65287 3.615716,-3.71898 m 1.033013,0 c 0,-2.58265 -2.066078,-4.64875 -4.648729,-4.64875 -2.582651,0 -4.752075,2.0661 -4.752075,4.64875 0,2.58263 2.169424,4.75205 4.752075,4.75205 2.582651,0 4.648729,-2.16942 4.648729,-4.75205 m 0.619839,0 c 0,-2.89258 -2.376011,-5.26857 -5.268568,-5.26857 -2.995877,0 -5.371888,2.37599 -5.371888,5.26857 0,2.99585 2.376011,5.37186 5.371888,5.37186 2.892557,0 5.268568,-2.37601 5.268568,-5.37186 m -0.516519,0 c 0,-2.68597 -2.066105,-4.75205 -4.752049,-4.75205 -2.685944,0 -4.855369,2.06608 -4.855369,4.75205 0,2.68595 2.169425,4.85537 4.855369,4.85537 2.685944,0 4.752049,-2.16942 4.752049,-4.85537 M 103.15055,42.3036 c 0,-2.582624 -2.06614,-4.648755 -4.64876,-4.648755 -2.582625,0 -4.648756,2.066131 -4.648756,4.648755 0,2.582625 2.066131,4.648756 4.648756,4.648756 2.58262,0 4.64876,-2.066131 4.64876,-4.648756 m 0.61983,0 c 0,-2.99585 -2.37603,-5.268595 -5.26859,-5.268595 -2.995851,0 -5.268595,2.272745 -5.268595,5.268595 0,2.892558 2.272744,5.268569 5.268595,5.268569 2.89256,0 5.26859,-2.376011 5.26859,-5.268569 m -0.41322,0 c 0,-2.685944 -2.16943,-4.855368 -4.85537,-4.855368 -2.685945,0 -4.855369,2.169424 -4.855369,4.855368 0,2.685945 2.169424,4.855369 4.855369,4.855369 2.68594,0 4.85537,-2.169424 4.85537,-4.855369 m -0.20661,32.74785 c 0,-2.582651 -2.06614,-4.648756 -4.64876,-4.648756 -2.582625,0 -4.648756,2.066105 -4.648756,4.648756 0,2.582624 2.066131,4.752048 4.648756,4.752048 2.58262,0 4.64876,-2.169424 4.64876,-4.752048 m 0.61983,0 c 0,-2.892584 -2.37603,-5.268569 -5.26859,-5.268569 -2.995851,0 -5.268595,2.375985 -5.268595,5.268569 0,2.99585 2.272744,5.371861 5.268595,5.371861 2.89256,0 5.26859,-2.376011 5.26859,-5.371861 m -0.41322,0 c 0,-2.685971 -2.16943,-4.752049 -4.85537,-4.752049 -2.685945,0 -4.855369,2.066078 -4.855369,4.752049 0,2.685944 2.169424,4.855368 4.855369,4.855368 2.68594,0 4.85537,-2.169424 4.85537,-4.855368 m -0.20661,32.85114 c 0,-2.58262 -2.06614,-4.64875 -4.64876,-4.64875 -2.582625,0 -4.648756,2.06613 -4.648756,4.64875 0,2.58263 2.066131,4.64873 4.648756,4.64873 2.58262,0 4.64876,-2.0661 4.64876,-4.64873 m 0.61983,0 c 0,-2.99585 -2.37603,-5.26859 -5.26859,-5.26859 -2.995851,0 -5.268595,2.27274 -5.268595,5.26859 0,2.89253 2.272744,5.26857 5.268595,5.26857 2.89256,0 5.26859,-2.37604 5.26859,-5.26857 m -0.41322,0 c 0,-2.68594 -2.16943,-4.85537 -4.85537,-4.85537 -2.685945,0 -4.855369,2.16943 -4.855369,4.85537 0,2.68595 2.169424,4.85534 4.855369,4.85534 2.68594,0 4.85537,-2.16939 4.85537,-4.85534 m -0.20661,32.74785 c 0,-2.58265 -2.06614,-4.64875 -4.64876,-4.64875 -2.582625,0 -4.648756,2.0661 -4.648756,4.64875 0,2.58263 2.066131,4.75205 4.648756,4.75205 2.58262,0 4.64876,-2.16942 4.64876,-4.75205 m 0.61983,0 c 0,-2.89258 -2.37603,-5.26857 -5.26859,-5.26857 -2.995851,0 -5.268595,2.37599 -5.268595,5.26857 0,2.99585 2.272744,5.37186 5.268595,5.37186 2.89256,0 5.26859,-2.37601 5.26859,-5.37186 m -0.41322,0 c 0,-2.68597 -2.16943,-4.75205 -4.85537,-4.75205 -2.685945,0 -4.855369,2.06608 -4.855369,4.75205 0,2.68595 2.169424,4.85537 4.855369,4.85537 2.68594,0 4.85537,-2.16942 4.85537,-4.85537 M 135.07194,42.3036 c 0,-2.582624 -2.0661,-4.648755 -4.64875,-4.648755 -2.58265,0 -4.64873,2.066131 -4.64873,4.648755 0,2.582625 2.06608,4.648756 4.64873,4.648756 2.58265,0 4.64875,-2.066131 4.64875,-4.648756 m 0.61984,0 c 0,-2.99585 -2.37604,-5.268595 -5.26859,-5.268595 -2.99588,0 -5.26857,2.272745 -5.26857,5.268595 0,2.892558 2.27269,5.268569 5.26857,5.268569 2.89255,0 5.26859,-2.376011 5.26859,-5.268569 m -0.41323,0 c 0,-2.685944 -2.16942,-4.855368 -4.85536,-4.855368 -2.68595,0 -4.85535,2.169424 -4.85535,4.855368 0,2.685945 2.1694,4.855369 4.85535,4.855369 2.68594,0 4.85536,-2.169424 4.85536,-4.855369 m -0.20661,32.74785 c 0,-2.582651 -2.0661,-4.648756 -4.64875,-4.648756 -2.58265,0 -4.64873,2.066105 -4.64873,4.648756 0,2.582624 2.06608,4.752048 4.64873,4.752048 2.58265,0 4.64875,-2.169424 4.64875,-4.752048 m 0.61984,0 c 0,-2.892584 -2.37604,-5.268569 -5.26859,-5.268569 -2.99588,0 -5.26857,2.375985 -5.26857,5.268569 0,2.99585 2.27269,5.371861 5.26857,5.371861 2.89255,0 5.26859,-2.376011 5.26859,-5.371861 m -0.41323,0 c 0,-2.685971 -2.16942,-4.752049 -4.85536,-4.752049 -2.68595,0 -4.85535,2.066078 -4.85535,4.752049 0,2.685944 2.1694,4.855368 4.85535,4.855368 2.68594,0 4.85536,-2.169424 4.85536,-4.855368 m -0.20661,32.85114 c 0,-2.58262 -2.0661,-4.64875 -4.64875,-4.64875 -2.58265,0 -4.64873,2.06613 -4.64873,4.64875 0,2.58263 2.06608,4.64873 4.64873,4.64873 2.58265,0 4.64875,-2.0661 4.64875,-4.64873 m 0.61984,0 c 0,-2.99585 -2.37604,-5.26859 -5.26859,-5.26859 -2.99588,0 -5.26857,2.27274 -5.26857,5.26859 0,2.89253 2.27269,5.26857 5.26857,5.26857 2.89255,0 5.26859,-2.37604 5.26859,-5.26857 m -0.41323,0 c 0,-2.68594 -2.16942,-4.85537 -4.85536,-4.85537 -2.68595,0 -4.85535,2.16943 -4.85535,4.85537 0,2.68595 2.1694,4.85534 4.85535,4.85534 2.68594,0 4.85536,-2.16939 4.85536,-4.85534 m -0.20661,32.74785 c 0,-2.58265 -2.0661,-4.64875 -4.64875,-4.64875 -2.58265,0 -4.64873,2.0661 -4.64873,4.64875 0,2.58263 2.06608,4.75205 4.64873,4.75205 2.58265,0 4.64875,-2.16942 4.64875,-4.75205 m 0.61984,0 c 0,-2.89258 -2.37604,-5.26857 -5.26859,-5.26857 -2.99588,0 -5.26857,2.37599 -5.26857,5.26857 0,2.99585 2.27269,5.37186 5.26857,5.37186 2.89255,0 5.26859,-2.37601 5.26859,-5.37186 m -0.41323,0 c 0,-2.68597 -2.16942,-4.75205 -4.85536,-4.75205 -2.68595,0 -4.85535,2.06608 -4.85535,4.75205 0,2.68595 2.1694,4.85537 4.85535,4.85537 2.68594,0 4.85536,-2.16942 4.85536,-4.85537 M 166.99334,42.3036 c 0,-2.582624 -2.16943,-4.648755 -4.75205,-4.648755 -2.58265,0 -4.64876,2.066131 -4.64876,4.648755 0,2.582625 2.06611,4.648756 4.64876,4.648756 2.58262,0 4.75205,-2.066131 4.75205,-4.648756 m 0.61981,0 c 0,-2.99585 -2.37601,-5.268595 -5.37186,-5.268595 -2.89256,0 -5.2686,2.272745 -5.2686,5.268595 0,2.892558 2.37604,5.268569 5.2686,5.268569 2.99585,0 5.37186,-2.376011 5.37186,-5.268569 m -0.51652,0 c 0,-2.685944 -2.16942,-4.855368 -4.85534,-4.855368 -2.68594,0 -4.75208,2.169424 -4.75208,4.855368 0,2.685945 2.06614,4.855369 4.75208,4.855369 2.68592,0 4.85534,-2.169424 4.85534,-4.855369 m -0.10329,32.74785 c 0,-2.582651 -2.16943,-4.648756 -4.75205,-4.648756 -2.58265,0 -4.64876,2.066105 -4.64876,4.648756 0,2.582624 2.06611,4.752048 4.64876,4.752048 2.58262,0 4.75205,-2.169424 4.75205,-4.752048 m 0.61981,0 c 0,-2.892584 -2.37601,-5.268569 -5.37186,-5.268569 -2.89256,0 -5.2686,2.375985 -5.2686,5.268569 0,2.99585 2.37604,5.371861 5.2686,5.371861 2.99585,0 5.37186,-2.376011 5.37186,-5.371861 m -0.51652,0 c 0,-2.685971 -2.16942,-4.752049 -4.85534,-4.752049 -2.68594,0 -4.75208,2.066078 -4.75208,4.752049 0,2.685944 2.06614,4.855368 4.75208,4.855368 2.68592,0 4.85534,-2.169424 4.85534,-4.855368 m -0.10329,32.85114 c 0,-2.58262 -2.16943,-4.64875 -4.75205,-4.64875 -2.58265,0 -4.64876,2.06613 -4.64876,4.64875 0,2.58263 2.06611,4.64873 4.64876,4.64873 2.58262,0 4.75205,-2.0661 4.75205,-4.64873 m 0.61981,0 c 0,-2.99585 -2.37601,-5.26859 -5.37186,-5.26859 -2.89256,0 -5.2686,2.27274 -5.2686,5.26859 0,2.89253 2.37604,5.26857 5.2686,5.26857 2.99585,0 5.37186,-2.37604 5.37186,-5.26857 m -0.51652,0 c 0,-2.68594 -2.16942,-4.85537 -4.85534,-4.85537 -2.68594,0 -4.75208,2.16943 -4.75208,4.85537 0,2.68595 2.06614,4.85534 4.75208,4.85534 2.68592,0 4.85534,-2.16939 4.85534,-4.85534 m -0.10329,32.74785 c 0,-2.58265 -2.16943,-4.64875 -4.75205,-4.64875 -2.58265,0 -4.64876,2.0661 -4.64876,4.64875 0,2.58263 2.06611,4.75205 4.64876,4.75205 2.58262,0 4.75205,-2.16942 4.75205,-4.75205 m 0.61981,0 c 0,-2.89258 -2.37601,-5.26857 -5.37186,-5.26857 -2.89256,0 -5.2686,2.37599 -5.2686,5.26857 0,2.99585 2.37604,5.37186 5.2686,5.37186 2.99585,0 5.37186,-2.37601 5.37186,-5.37186 m -0.51652,0 c 0,-2.68597 -2.16942,-4.75205 -4.85534,-4.75205 -2.68594,0 -4.75208,2.06608 -4.75208,4.75205 0,2.68595 2.06614,4.85537 4.75208,4.85537 2.68592,0 4.85534,-2.16942 4.85534,-4.85537 m 31.8181,-98.34684 c 0,-2.582624 -2.16941,-4.648755 -4.75205,-4.648755 -2.58264,0 -4.64875,2.066131 -4.64875,4.648755 0,2.582625 2.06611,4.648756 4.64875,4.648756 2.58264,0 4.75205,-2.066131 4.75205,-4.648756 m 0.61983,0 c 0,-2.99585 -2.37603,-5.268595 -5.37188,-5.268595 -2.89256,0 -5.26858,2.272745 -5.26858,5.268595 0,2.892558 2.37602,5.268569 5.26858,5.268569 2.99585,0 5.37188,-2.376011 5.37188,-5.268569 m -0.51652,0 c 0,-2.685944 -2.16942,-4.855368 -4.85536,-4.855368 -2.68595,0 -4.75206,2.169424 -4.75206,4.855368 0,2.685945 2.06611,4.855369 4.75206,4.855369 2.68594,0 4.85536,-2.169424 4.85536,-4.855369 m -0.10331,32.74785 c 0,-2.582651 -2.16941,-4.648756 -4.75205,-4.648756 -2.58264,0 -4.64875,2.066105 -4.64875,4.648756 0,2.582624 2.06611,4.752048 4.64875,4.752048 2.58264,0 4.75205,-2.169424 4.75205,-4.752048 m 0.61983,0 c 0,-2.892584 -2.37603,-5.268569 -5.37188,-5.268569 -2.89256,0 -5.26858,2.375985 -5.26858,5.268569 0,2.99585 2.37602,5.371861 5.26858,5.371861 2.99585,0 5.37188,-2.376011 5.37188,-5.371861 m -0.51652,0 c 0,-2.685971 -2.16942,-4.752049 -4.85536,-4.752049 -2.68595,0 -4.75206,2.066078 -4.75206,4.752049 0,2.685944 2.06611,4.855368 4.75206,4.855368 2.68594,0 4.85536,-2.169424 4.85536,-4.855368 m -0.10331,32.85114 c 0,-2.58262 -2.16941,-4.64875 -4.75205,-4.64875 -2.58264,0 -4.64875,2.06613 -4.64875,4.64875 0,2.58263 2.06611,4.64873 4.64875,4.64873 2.58264,0 4.75205,-2.0661 4.75205,-4.64873 m 0.61983,0 c 0,-2.99585 -2.37603,-5.26859 -5.37188,-5.26859 -2.89256,0 -5.26858,2.27274 -5.26858,5.26859 0,2.89253 2.37602,5.26857 5.26858,5.26857 2.99585,0 5.37188,-2.37604 5.37188,-5.26857 m -0.51652,0 c 0,-2.68594 -2.16942,-4.85537 -4.85536,-4.85537 -2.68595,0 -4.75206,2.16943 -4.75206,4.85537 0,2.68595 2.06611,4.85534 4.75206,4.85534 2.68594,0 4.85536,-2.16939 4.85536,-4.85534 m -0.10331,32.74785 c 0,-2.58265 -2.16941,-4.64875 -4.75205,-4.64875 -2.58264,0 -4.64875,2.0661 -4.64875,4.64875 0,2.58263 2.06611,4.75205 4.64875,4.75205 2.58264,0 4.75205,-2.16942 4.75205,-4.75205 m 0.61983,0 c 0,-2.89258 -2.37603,-5.26857 -5.37188,-5.26857 -2.89256,0 -5.26858,2.37599 -5.26858,5.26857 0,2.99585 2.37602,5.37186 5.26858,5.37186 2.99585,0 5.37188,-2.37601 5.37188,-5.37186 m -0.51652,0 c 0,-2.68597 -2.16942,-4.75205 -4.85536,-4.75205 -2.68595,0 -4.75206,2.06608 -4.75206,4.75205 0,2.68595 2.06611,4.85537 4.75206,4.85537 2.68594,0 4.85536,-2.16942 4.85536,-4.85537 M 230.73282,42.3036 c 0,-2.582624 -2.0661,-4.648755 -4.64874,-4.648755 -2.58265,0 -4.64874,2.066131 -4.64874,4.648755 0,2.582625 2.06609,4.648756 4.64874,4.648756 2.58264,0 4.64874,-2.066131 4.64874,-4.648756 m 0.61984,0 c 0,-2.99585 -2.27271,-5.268595 -5.26858,-5.268595 -2.89255,0 -5.26858,2.272745 -5.26858,5.268595 0,2.892558 2.37603,5.268569 5.26858,5.268569 2.99587,0 5.26858,-2.376011 5.26858,-5.268569 m -0.41323,0 c 0,-2.685944 -2.16942,-4.855368 -4.85535,-4.855368 -2.68594,0 -4.85536,2.169424 -4.85536,4.855368 0,2.685945 2.16942,4.855369 4.85536,4.855369 2.68593,0 4.85535,-2.169424 4.85535,-4.855369 m -0.20661,32.74785 c 0,-2.582651 -2.0661,-4.648756 -4.64874,-4.648756 -2.58265,0 -4.64874,2.066105 -4.64874,4.648756 0,2.582624 2.06609,4.752048 4.64874,4.752048 2.58264,0 4.64874,-2.169424 4.64874,-4.752048 m 0.61984,0 c 0,-2.892584 -2.27271,-5.268569 -5.26858,-5.268569 -2.89255,0 -5.26858,2.375985 -5.26858,5.268569 0,2.99585 2.37603,5.371861 5.26858,5.371861 2.99587,0 5.26858,-2.376011 5.26858,-5.371861 m -0.41323,0 c 0,-2.685971 -2.16942,-4.752049 -4.85535,-4.752049 -2.68594,0 -4.85536,2.066078 -4.85536,4.752049 0,2.685944 2.16942,4.855368 4.85536,4.855368 2.68593,0 4.85535,-2.169424 4.85535,-4.855368 m -0.20661,32.85114 c 0,-2.58262 -2.0661,-4.64875 -4.64874,-4.64875 -2.58265,0 -4.64874,2.06613 -4.64874,4.64875 0,2.58263 2.06609,4.64873 4.64874,4.64873 2.58264,0 4.64874,-2.0661 4.64874,-4.64873 m 0.61984,0 c 0,-2.99585 -2.27271,-5.26859 -5.26858,-5.26859 -2.89255,0 -5.26858,2.27274 -5.26858,5.26859 0,2.89253 2.37603,5.26857 5.26858,5.26857 2.99587,0 5.26858,-2.37604 5.26858,-5.26857 m -0.41323,0 c 0,-2.68594 -2.16942,-4.85537 -4.85535,-4.85537 -2.68594,0 -4.85536,2.16943 -4.85536,4.85537 0,2.68595 2.16942,4.85534 4.85536,4.85534 2.68593,0 4.85535,-2.16939 4.85535,-4.85534 m -0.20661,32.74785 c 0,-2.58265 -2.0661,-4.64875 -4.64874,-4.64875 -2.58265,0 -4.64874,2.0661 -4.64874,4.64875 0,2.58263 2.06609,4.75205 4.64874,4.75205 2.58264,0 4.64874,-2.16942 4.64874,-4.75205 m 0.61984,0 c 0,-2.89258 -2.27271,-5.26857 -5.26858,-5.26857 -2.89255,0 -5.26858,2.37599 -5.26858,5.26857 0,2.99585 2.37603,5.37186 5.26858,5.37186 2.99587,0 5.26858,-2.37601 5.26858,-5.37186 m -0.41323,0 c 0,-2.68597 -2.16942,-4.75205 -4.85535,-4.75205 -2.68594,0 -4.85536,2.06608 -4.85536,4.75205 0,2.68595 2.16942,4.85537 4.85536,4.85537 2.68593,0 4.85535,-2.16942 4.85535,-4.85537 M 262.65424,42.3036 c 0,-2.582624 -2.06613,-4.648755 -4.64878,-4.648755 -2.58261,0 -4.64874,2.066131 -4.64874,4.648755 0,2.582625 2.06613,4.648756 4.64874,4.648756 2.58265,0 4.64878,-2.066131 4.64878,-4.648756 m 0.61981,0 c 0,-2.99585 -2.27272,-5.268595 -5.26859,-5.268595 -2.89255,0 -5.26858,2.272745 -5.26858,5.268595 0,2.892558 2.37603,5.268569 5.26858,5.268569 2.99587,0 5.26859,-2.376011 5.26859,-5.268569 m -0.41323,0 c 0,-2.685944 -2.16939,-4.855368 -4.85536,-4.855368 -2.68593,0 -4.85535,2.169424 -4.85535,4.855368 0,2.685945 2.16942,4.855369 4.85535,4.855369 2.68597,0 4.85536,-2.169424 4.85536,-4.855369 m -0.20658,32.74785 c 0,-2.582651 -2.06613,-4.648756 -4.64878,-4.648756 -2.58261,0 -4.64874,2.066105 -4.64874,4.648756 0,2.582624 2.06613,4.752048 4.64874,4.752048 2.58265,0 4.64878,-2.169424 4.64878,-4.752048 m 0.61981,0 c 0,-2.892584 -2.27272,-5.268569 -5.26859,-5.268569 -2.89255,0 -5.26858,2.375985 -5.26858,5.268569 0,2.99585 2.37603,5.371861 5.26858,5.371861 2.99587,0 5.26859,-2.376011 5.26859,-5.371861 m -0.41323,0 c 0,-2.685971 -2.16939,-4.752049 -4.85536,-4.752049 -2.68593,0 -4.85535,2.066078 -4.85535,4.752049 0,2.685944 2.16942,4.855368 4.85535,4.855368 2.68597,0 4.85536,-2.169424 4.85536,-4.855368 m -0.20658,32.85114 c 0,-2.58262 -2.06613,-4.64875 -4.64878,-4.64875 -2.58261,0 -4.64874,2.06613 -4.64874,4.64875 0,2.58263 2.06613,4.64873 4.64874,4.64873 2.58265,0 4.64878,-2.0661 4.64878,-4.64873 m 0.61981,0 c 0,-2.99585 -2.27272,-5.26859 -5.26859,-5.26859 -2.89255,0 -5.26858,2.27274 -5.26858,5.26859 0,2.89253 2.37603,5.26857 5.26858,5.26857 2.99587,0 5.26859,-2.37604 5.26859,-5.26857 m -0.41323,0 c 0,-2.68594 -2.16939,-4.85537 -4.85536,-4.85537 -2.68593,0 -4.85535,2.16943 -4.85535,4.85537 0,2.68595 2.16942,4.85534 4.85535,4.85534 2.68597,0 4.85536,-2.16939 4.85536,-4.85534 m -0.20658,32.74785 c 0,-2.58265 -2.06613,-4.64875 -4.64878,-4.64875 -2.58261,0 -4.64874,2.0661 -4.64874,4.64875 0,2.58263 2.06613,4.75205 4.64874,4.75205 2.58265,0 4.64878,-2.16942 4.64878,-4.75205 m 0.61981,0 c 0,-2.89258 -2.27272,-5.26857 -5.26859,-5.26857 -2.89255,0 -5.26858,2.37599 -5.26858,5.26857 0,2.99585 2.37603,5.37186 5.26858,5.37186 2.99587,0 5.26859,-2.37601 5.26859,-5.37186 m -0.41323,0 c 0,-2.68597 -2.16939,-4.75205 -4.85536,-4.75205 -2.68593,0 -4.85535,2.06608 -4.85535,4.75205 0,2.68595 2.16942,4.85537 4.85535,4.85537 2.68597,0 4.85536,-2.16942 4.85536,-4.85537 m -224.069614,0 c 0,-2.27274 -1.859492,-4.13223 -4.13221,-4.13223 -2.376011,0 -4.235529,1.85949 -4.235529,4.13223 0,2.37601 1.859518,4.23553 4.235529,4.23553 2.272718,0 4.13221,-1.85952 4.13221,-4.23553 m 1.136385,0 c 0,-2.89258 -2.376037,-5.26857 -5.268595,-5.26857 -2.99585,0 -5.371888,2.37599 -5.371888,5.26857 0,2.99585 2.376038,5.37186 5.371888,5.37186 2.892558,0 5.268595,-2.37601 5.268595,-5.37186 m -0.413226,0 c 0,-2.68597 -2.169425,-4.85537 -4.855369,-4.85537 -2.685944,0 -4.958662,2.1694 -4.958662,4.85537 0,2.68595 2.272718,4.95866 4.958662,4.95866 2.685944,0 4.855369,-2.27271 4.855369,-4.95866 M 23.088794,3.4607303 H 79.8035 m 71.90063,0 h 58.88411 m 73.45022,7.1280867 c 0,-3.925623 -3.20248,-7.1280867 -7.23138,-7.1280867 m 7.12806,7.2313797 v 4.028916 m 0,64.669246 v 0.309933 m -7.12806,86.156745 c 4.0289,0 7.23138,-3.20244 7.23138,-7.23138 m -7.23138,7.23138 H 217.71634 M 15.857387,158.62557 c 0,4.02894 3.305784,7.23138 7.231407,7.23138 m -7.231407,-7.12806 V 89.720796 M 23.088794,3.4607303 c -3.925623,0 -7.231407,3.2024637 -7.231407,7.1280867 M 276.80708,8.5227121 V 3.4607303 M 149.94793,8.5227121 h 126.85915 m 2.16941,2.1693979 h 4.95865 m -4.95865,-0.103293 c 0,-1.1363591 -0.92974,-2.0661049 -2.16941,-2.0661049 m 2.16941,150.2061779 h 4.95865 M 278.97649,10.69211 v 148.03678 m -2.16941,2.16943 v 4.95863 m 0,-5.06195 c 1.23967,0 2.16941,-0.92975 2.16941,-2.16943 m -255.887696,2.27275 v 4.95863 M 276.80708,160.89832 H 23.088794 m -2.169425,-2.16943 h -5.061982 m 5.061982,-0.10332 c 0,1.23968 1.033066,2.16943 2.169425,2.16943 M 20.919369,10.69211 h -5.061982 m 5.061982,148.03678 V 10.69211 M 23.088794,8.5227121 V 3.4607303 m 0,5.0619818 c -1.136359,0 -2.169425,0.9297458 -2.169425,2.0661049 M 23.088794,8.5227121 H 149.94793 m 0,0 V 3.56405 m 26.6528,161.98299 0.10332,-0.10332 h 0.20661 l 0.30991,-0.10329 h 0.51655 l 0.61981,-0.10329 0.72316,-0.10332 h 0.82642 l 0.92978,-0.10329 h 1.03303 l 1.13639,-0.10332 h 1.23964 l 1.34297,-0.1033 h 2.68595 2.78924 2.89256 2.68594 l 1.23966,0.1033 h 1.23967 l 1.13636,0.10332 h 1.03306 l 1.03305,0.10329 h 0.82644 l 0.72314,0.10332 0.61984,0.10329 h 0.51652 l 0.30992,0.10329 h 0.20661 l 0.1033,0.10332 h -0.1033 l -0.20661,0.1033 h -0.30992 -0.51652 l -0.61984,0.10332 h -0.72314 -0.82644 -0.92975 l -1.13636,0.10329 h -1.13636 -1.13636 -1.34297 -2.68594 -2.78925 -2.89255 -2.68595 -1.34297 -1.13635 -1.23968 l -1.03303,-0.10329 h -0.92978 -0.82642 -0.72316 l -0.61981,-0.10332 h -0.51655 -0.30991 l -0.20661,-0.1033 h -0.10332 m 33.26438,1.65288 h -57.43785 m 66.11553,0 -1.343,1.03307 m 2.27274,-1.03307 -0.72313,0.72316 -0.51655,0.41323 -0.51651,0.51652 m -7.1281,-2.99588 h -58.88411 m 64.97914,0 h 1.13636 m -1.23965,0 h -4.85536 m -1.03306,0 h 1.13636 m 5.88842,0 -0.41323,0.51655 -0.61984,0.41322 m -0.10329,-0.92977 -0.30993,0.30993 m -72.52044,1.03304 H 87.75804 m 64.66922,0 -1.34297,1.03307 m 2.27271,-1.03307 -0.72313,0.72316 -0.51652,0.41323 -0.51654,0.51652 m -7.02477,-2.99588 H 86.931587 m 63.636183,0 h 1.13636 m -1.13636,0 h -4.85534 m -1.13639,0 h 1.13639 m 5.9917,0 -0.51652,0.51655 -0.61984,0.41322 m 0,-0.92977 -0.41323,0.30993 m -71.074172,1.03304 H 22.572274 m 65.185766,0 -1.342999,1.03307 m 2.272744,-1.03307 -0.723159,0.72316 -0.516519,0.41323 -0.61984,0.51652 M 79.8035,165.85695 H 23.088794 m 62.706434,0 h 1.136359 m -1.136359,0 h -4.855395 m -1.136333,0 h 1.136333 m 5.991754,0 -0.413226,0.51655 -0.61984,0.41322 m -0.103293,-0.92977 -0.309933,0.30993 M 283.93514,89.720796 v 0.309933 m 0,64.669271 v 4.02889 m 0,-77.685739 v -1.446266 m 0,1.549559 v 7.128113 m 0.10332,1.446239 v -1.549559 m 3.20248,-5.475208 v 4.028943 m 0,0 -0.30993,0.516519 -0.41322,0.516547 -0.72314,0.723132 -0.61983,0.51652 -0.20662,0.206613 -0.41322,0.206587 -0.20661,0.103319 -0.1033,0.103294 -0.30993,0.103293 m 2.06613,-3.40905 -0.41323,0.516519 -0.41322,0.413226 -0.51652,0.516547 -0.30993,0.206586 -0.1033,0.10332 -0.30993,0.206613 m 2.06613,-5.165302 h 0.10329 l 0.20661,-0.103293 0.30993,-0.10332 0.61984,-0.206613 m -3.3058,-2.995824 0.30993,0.103293 0.1033,0.10332 0.20661,0.103267 0.41322,0.206613 0.20662,0.10332 0.61983,0.619813 0.72314,0.723159 0.41322,0.51652 0.30993,0.516519 m -3.3058,-1.549585 0.30993,0.10332 0.1033,0.103293 0.30993,0.309933 0.51652,0.51652 0.41322,0.413226 0.41323,0.516519 m 0,0 v 3.202491 m 0,0 0.3099,0.103293 0.30993,0.10332 0.61984,0.206613 m 1.44626,5.578475 v 58.470933 m 0.82645,-69.627936 c 0.61984,-0.51652 0.92975,-1.342946 0.82645,-2.066078 m -2.06612,-2.376038 h 0.10332 l 0.10329,0.10332 0.20661,0.309906 m -0.41322,2.582651 1.23967,1.446239 m -0.82645,-4.02889 0.82645,0.929746 0.82645,1.033066 m 0,11.156976 -0.82645,1.136359 -0.82645,0.929746 m 0.82645,-4.13221 -1.23967,1.549559 m 0.41322,2.582651 -0.20661,0.309933 -0.10329,0.103293 h -0.10332 m 1.23967,-11.570229 v 7.024793 m 0.82645,2.066105 c 0.1033,-0.723133 -0.20661,-1.549559 -0.82645,-2.066105 M 218.54279,2.221078 h 58.67751 m -67.35519,0 1.34297,-1.0330656 m -2.37602,1.0330656 0.82644,-0.7231327 0.51652,-0.4132263 0.51654,-0.51654601 m 7.02478,2.89255731 h 59.09074 m -64.97916,0 h -1.13636 m 1.03306,0.1033197 h 4.85536 m 1.23965,-0.1033197 h -1.13636 m -6.09503,0 0.51655,-0.4131998 0.61983,-0.4132263 m 0,0.9297458 0.4132,-0.3099064 M 152.42726,2.221078 h 57.43785 m -66.1155,0 1.34298,-1.0330656 m -2.27275,1.0330656 0.72316,-0.7231327 0.51652,-0.4132263 0.51652,-0.51654601 m 1.13639,2.89255731 h -1.13639 m 1.13639,0.1033197 h 4.2355 m 1.7562,-0.1033197 h -1.13636 M 149.94793,3.56405 h 0.61984 m -5.99173,-0.1033197 0.41323,-0.4131998 0.61984,-0.4132263 m 0.10332,0.9297458 0.30988,-0.3099064 M 87.75804,2.221078 h 55.99157 m -64.669242,0 1.342945,-1.0330656 M 78.047302,2.221078 78.873755,1.4979453 79.390274,1.084719 79.90682,0.56817299 M 86.931587,3.4607303 H 144.57604 M 80.939833,3.56405 h 4.855395 M 79.8035,3.4607303 80.32002,3.0475305 80.83654,2.6343042 m 6.095047,0.8264261 H 85.795228 M 80.939833,3.56405 81.353059,3.2541436 M 80.939833,3.4607303 H 79.8035 M 216.27005,166.16688 v 0.20662 h 0.10332 l 0.10329,0.20661 0.20661,0.20661 m -1.03306,0.4132 h -2.89255 m 2.37603,-0.61981 h -1.85949 m 2.37601,0.61981 -0.20661,-0.3099 -0.20659,-0.1033 -0.10332,-0.10332 v -0.10329 m 0,0 h 0.30991 l 0.30993,-0.10332 0.3099,-0.10329 0.20662,-0.20662 m 0.41322,0.61984 -0.51652,0.30991 -0.51654,0.10329 M 81.353059,3.2541436 81.146446,3.1508238 V 3.0475305 L 81.043153,2.8409173 80.83654,2.6343042 M 81.972899,2.221078 h 2.892557 m -2.376011,0.6198393 h 1.859491 m -2.376037,-0.6198393 0.206613,0.2066131 0.103319,0.2066131 v 0.1032934 l 0.206614,0.1033197 m 0,0 H 82.179512 L 81.869605,2.9442107 81.559672,3.0475305 81.353059,3.2541436 M 80.83654,2.6343042 81.353059,2.3243713 81.972899,2.221078 m 2.376037,0.6198393 V 2.6343042 H 84.45223 L 84.555549,2.4276911 84.865456,2.221078 m 1.033065,0.4132262 0.61984,0.4132263 0.413226,0.4131998 M 85.485295,3.2541436 85.795228,3.56405 m 0.103293,-0.9297458 -0.206613,0.2066131 -0.103293,0.2066132 h -0.10332 v 0.2066131 m 0,0 L 85.278682,3.0475305 84.968776,2.9442107 84.658843,2.8409173 h -0.309907 m 0.51652,-0.6198393 0.516546,0.1032933 0.516519,0.3099329 m 60.123789,0.6198394 -0.1033,-0.1033198 -0.10329,-0.1032933 -0.10329,-0.2066132 -0.10332,-0.2066131 m 1.03303,-0.4132262 h 2.89256 m -2.37604,0.6198393 h 1.96282 m -2.47934,-0.6198393 0.20662,0.2066131 0.10329,0.2066131 0.10332,0.1032934 0.10329,0.1033197 m 0,0 h -0.3099 l -0.30994,0.1032934 -0.3099,0.1033198 -0.20661,0.2066131 m -0.4132,-0.6198394 0.51649,-0.3099329 0.51654,-0.1032933 m 2.47934,0.6198393 V 2.6343042 h 0.10332 l 0.10329,-0.2066131 0.20661,-0.2066131 m 1.03307,0.4132262 0.61984,0.4132263 0.51652,0.4131998 m -1.54959,-0.2065867 0.41323,0.3099064 m 0,-0.9297458 -0.10332,0.2066131 -0.20662,0.2066132 -0.10329,0.2066131 m 0,0 -0.20661,-0.2066131 -0.30993,-0.1033198 -0.30991,-0.1032934 h -0.20661 m 0.41322,-0.6198393 0.51652,0.1032933 0.51655,0.3099329 m 61.57005,0.6198394 -0.20661,-0.1033198 V 3.0475305 l -0.10329,-0.2066132 -0.1033,-0.2066131 m 1.03304,-0.4132262 h 2.89255 m -2.37601,0.6198393 h 1.85949 m -2.37603,-0.6198393 0.20661,0.2066131 0.10332,0.2066131 v 0.1032934 l 0.20661,0.1033197 m 0,0 h -0.30993 l -0.3099,0.1032934 -0.30994,0.1033198 -0.20661,0.2066131 m -0.4132,-0.6198394 0.4132,-0.3099329 0.61984,-0.1032933 m 2.37603,0.6198393 V 2.6343042 h 0.10332 l 0.20659,-0.2066131 0.20661,-0.2066131 m 1.03306,0.4132262 0.61984,0.4132263 0.41323,0.4131998 m -1.44629,-0.2065867 0.30993,0.3099064 m 0.10329,-0.9297458 -0.20661,0.2066131 -0.10329,0.2066132 h -0.10332 v 0.2066131 m 0,0 -0.20662,-0.2066131 -0.3099,-0.1033198 -0.30993,-0.1032934 h -0.30991 m 0.51652,-0.6198393 0.51654,0.1032933 0.51652,0.3099329 M 82.489445,166.58011 82.282831,166.6834 v 0.10332 l -0.103319,0.1033 -0.206613,0.3099 m -1.136359,-0.4132 -0.51652,-0.41322 -0.51652,-0.51655 m 1.549559,0.30993 -0.413226,-0.30993 m -0.103293,0.92977 0.206613,-0.20661 0.103293,-0.20661 v -0.10332 l 0.206613,-0.1033 m 0,0 0.206613,0.20662 0.309933,0.10329 0.309907,0.10332 h 0.309933 m -0.516546,0.61981 -0.61984,-0.10329 -0.516519,-0.30991 m 4.648755,-0.61984 v 0.20662 h 0.10332 l 0.103293,0.20661 0.206613,0.20661 m -1.549585,-0.20661 h -1.859491 m 2.376011,0.61981 h -2.892557 m 2.892557,0 -0.206613,-0.3099 -0.206613,-0.1033 -0.103294,-0.10332 v -0.10329 m 0,0 h 0.309907 l 0.309933,-0.10332 0.309906,-0.10329 0.206613,-0.20662 m 0.413226,0.61984 -0.516519,0.30991 -0.516546,0.10329 m 62.293204,-0.61981 -0.10329,0.10329 -0.10332,0.10332 -0.10329,0.1033 -0.20662,0.3099 m -1.03303,-0.4132 -0.61984,-0.41322 -0.41323,-0.51655 m 1.44627,0.30993 -0.30988,-0.30993 m -0.10332,0.92977 0.10332,-0.20661 0.10329,-0.20661 0.10329,-0.10332 0.1033,-0.1033 m 0,0 0.20661,0.20662 0.3099,0.10329 0.30994,0.10332 h 0.3099 m -0.51652,0.61981 -0.51654,-0.10329 -0.51649,-0.30991 m 4.54543,-0.61984 0.10329,0.20662 0.20662,0.20661 0.10332,0.20661 m -1.44629,-0.20661 h -1.96282 m 2.37604,0.61981 h -2.89256 m 2.89256,0 -0.20661,-0.3099 -0.10329,-0.1033 -0.10332,-0.10332 v -0.10329 m 0,0 h 0.20661 l 0.30991,-0.10332 0.30993,-0.10329 0.20661,-0.20662 m 0.41323,0.61984 -0.51655,0.30991 -0.51652,0.10329 m 63.7395,-0.61981 -0.20661,0.10329 v 0.10332 l -0.10332,0.1033 -0.20661,0.3099 m -1.03304,-0.4132 -0.61983,-0.41322 -0.51655,-0.51655 m 1.54958,0.30993 -0.4132,-0.30993 m 0,0.92977 0.1033,-0.20661 0.10329,-0.20661 v -0.10332 l 0.20661,-0.1033 m 0,0 0.20661,0.20662 0.30994,0.10329 0.3099,0.10332 h 0.30993 m -0.51654,0.61981 -0.61984,-0.10329 -0.4132,-0.30991 m 5.47517,1.44627 0.20661,0.20661 0.10332,0.20662 0.1033,0.10331 0.10332,0.1033 m -1.65291,0.51652 h -3.719 m 5.37191,-0.51652 -0.41323,0.20661 -0.41322,0.20661 -0.41323,0.1033 h -0.41323 m -0.3099,-0.72313 h -3.09916 m 3.40906,0.72313 -0.10329,-0.1033 v -0.20661 l -0.10332,-0.20661 -0.10329,-0.20661 m 0,0 0.41322,-0.1033 h 0.30991 l 0.41323,-0.20661 0.3099,-0.10332 M 80.423313,1.1880124 C 80.32002,0.98139924 80.113407,0.67149279 79.90682,0.56817299 m 1.652852,-0.51651957 h 3.71901 m -5.371862,0.51651957 0.4132,-0.20661312 0.309907,-0.20661312 0.516519,-0.10329333 h 0.413226 m 0.309933,0.7231327 h 3.099171 m -3.409104,-0.7231327 v 0.10329333 l 0.10332,0.10331979 0.103293,0.20661312 0.10332,0.30990646 m 0,0 H 81.456379 L 81.043153,0.87810591 80.733246,1.084719 80.423313,1.1880124 m 4.545463,-0.41322628 0.103293,-0.20661313 0.10332,-0.30990645 V 0.15494675 l 0.103293,-0.10329333 m 1.549585,0.51651957 0.61984,0.51654601 0.516519,0.4132263 0.723159,0.7231327 M 85.278682,0.05165342 h 0.413226 l 0.413227,0.10329333 0.413226,0.20661312 0.309906,0.20661312 M 86.415041,1.1880124 87.75804,2.221078 M 86.828267,0.56817299 v 0.1033198 l -0.103293,0.10329333 -0.10332,0.20661312 -0.206613,0.20661316 m 0,0 L 86.105135,1.084719 85.691908,0.87810591 85.382002,0.77478612 H 84.968776 M 145.09259,1.1880124 c -0.10332,-0.20661316 -0.30994,-0.51651961 -0.41323,-0.61983941 m 1.54956,-0.51651957 h 3.71901 m -5.37189,0.51651957 0.41323,-0.20661312 0.41322,-0.20661312 0.41323,-0.10329333 h 0.4132 m 0.3099,0.7231327 h 3.09918 m -3.40908,-0.7231327 0.10329,0.10329333 v 0.10331979 l 0.10332,0.20661312 0.10329,0.30990646 m 0,0 h -0.41322 l -0.30988,0.10331979 -0.41323,0.20661309 -0.3099,0.1032934 M 149.638,0.77478612 149.84461,0.56817299 V 0.25826654 l 0.10332,-0.10331979 V 0.05165342 m 1.65288,0.51651957 0.51654,0.51654601 0.51652,0.4132263 0.72313,0.7231327 m -3.40907,-2.16942458 h 0.41322 l 0.41323,0.10329333 0.41323,0.20661312 0.4132,0.20661312 m -0.51652,0.61983941 1.34297,1.0330656 m -0.82645,-1.65290501 -0.1033,0.1033198 -0.10332,0.10329333 -0.10329,0.20661312 -0.20661,0.20661316 m 0,0 -0.30991,-0.1032934 -0.30993,-0.20661309 -0.41323,-0.10331979 H 149.638 m 61.57008,0.41322628 c -0.10329,-0.20661316 -0.30991,-0.51651961 -0.41323,-0.61983941 m 1.54958,-0.51651957 h 3.719 m -5.37187,0.51651957 0.41323,-0.20661312 0.3099,-0.20661312 0.51652,-0.10329333 h 0.41322 m 0.30994,0.7231327 h 3.09916 m -3.4091,-0.7231327 v 0.10329333 l 0.10332,0.10331979 0.1033,0.20661312 0.10332,0.30990646 m 0,0 h -0.41323 l -0.41322,0.10331979 -0.30991,0.20661309 -0.30993,0.1032934 m 4.54545,-0.41322628 0.10329,-0.20661313 0.10332,-0.30990645 V 0.15494675 l 0.10329,-0.10329333 m 1.65291,0.51651957 0.51651,0.51654601 0.51655,0.4132263 0.72313,0.7231327 m -3.4091,-2.16942458 h 0.41323 l 0.41323,0.10329333 0.41322,0.20661312 0.41323,0.20661312 m -0.51655,0.61983941 1.343,1.0330656 m -0.82645,-1.65290501 -0.10332,0.1033198 -0.1033,0.10329333 -0.10332,0.20661312 -0.20661,0.20661316 m 0,0 -0.3099,-0.1032934 -0.41323,-0.20661309 -0.30991,-0.10331979 h -0.41322 M 81.869605,168.64622 l -0.10332,0.3099 -0.103293,0.20661 -0.10332,0.10332 v 0.1033 m -1.652852,-0.51652 -0.516546,-0.51652 -0.516519,-0.41323 -0.826453,-0.72316 m 3.51237,2.16943 h -0.413226 l -0.516519,-0.1033 -0.309907,-0.20661 -0.4132,-0.20661 m 0.516493,-0.61984 -1.342945,-1.03307 m 0.826452,1.54961 c 0.206587,-0.10331 0.4132,-0.41322 0.516493,-0.61983 m 0,0.10329 0.309933,0.10332 0.309907,0.20661 h 0.413226 l 0.413226,0.1033 m 4.545436,-0.41323 0.206613,0.20661 0.10332,0.20662 0.103293,0.10331 v 0.1033 m -1.549585,0.51652 h -3.71901 m 5.268595,-0.51652 -0.309906,0.20661 -0.413226,0.20661 -0.413227,0.1033 h -0.413226 m -0.309906,-0.72313 h -3.099171 m 3.409077,0.72313 -0.103293,-0.1033 v -0.20661 l -0.10332,-0.20661 -0.103293,-0.20661 m 0,0 0.413226,-0.1033 h 0.309906 l 0.413227,-0.20661 0.309906,-0.10332 m 60.123779,0.41323 -0.10329,0.3099 -0.10332,0.20661 v 0.10332 l -0.10329,0.1033 m -1.65288,-0.51652 -0.51652,-0.51652 -0.51652,-0.41323 -0.72316,-0.72316 m 3.40908,2.16943 h -0.4132 l -0.41323,-0.1033 -0.41322,-0.20661 -0.41323,-0.20661 m 0.51655,-0.61984 -1.34298,-1.03307 m 0.92975,1.54961 c 0.10329,-0.10331 0.30991,-0.41322 0.41323,-0.61983 m 0,0.10329 0.3099,0.10332 0.41323,0.20661 h 0.30988 l 0.41322,0.1033 m 4.54547,-0.41323 0.20661,0.20661 0.10329,0.20662 0.10332,0.10331 0.1033,0.1033 m -1.65288,0.51652 h -3.71901 m 5.37189,-0.51652 -0.4132,0.20661 -0.41323,0.20661 -0.41323,0.1033 h -0.41322 m -0.30993,-0.72313 h -3.09918 m 3.40911,0.72313 v -0.1033 l -0.10332,-0.20661 v -0.20661 l -0.20661,-0.20661 m 0,0 0.41322,-0.1033 h 0.41323 l 0.30993,-0.20661 0.30991,-0.10332 m 61.57008,0.41323 -0.10332,0.3099 -0.1033,0.20661 -0.10332,0.10332 v 0.1033 m -1.65287,-0.51652 -0.51654,-0.51652 -0.51652,-0.41323 -0.82644,-0.72316 m 3.51237,2.16943 h -0.41322 l -0.51652,-0.1033 -0.3099,-0.20661 -0.41323,-0.20661 m 0.51652,-0.61984 -1.34297,-1.03307 m 0.92974,1.54961 c 0.10332,-0.10331 0.30994,-0.41322 0.41323,-0.61983 m 0,0.10329 0.30993,0.10332 0.30991,0.20661 h 0.41322 l 0.41323,0.1033 m 74.79319,-77.995652 0.82642,-0.929772 M 287.44756,151.1876 V 90.650568 m 0.82642,-0.516546 v 60.640358 m -0.41323,0.41322 c 0.30994,0 0.41323,-0.20661 0.41323,-0.51654 m -0.41323,0.51654 h -0.41319 m 0,-60.537032 0.51651,-0.413226 0.20662,-0.10332 h 0.10329 m 0,-10.433817 -0.82642,-0.929746 m 0,0 V 18.233423 m 0,0 h 0.41319 m 0.41323,0.413226 c 0,-0.309933 -0.10329,-0.413226 -0.41323,-0.413226 m 0.41323,0.413226 v 60.64033 m 0,0 h -0.10329 l -0.20662,-0.10332 -0.51651,-0.4132 M 15.857387,79.700205 V 10.69211 m 0.103294,77.479127 v 1.549559 m -0.103294,-1.446239 v -7.128113 m 0.103294,-1.549559 v 1.446266 m -3.409051,5.681821 v -4.028943 m 0,0 0.413227,-0.516519 0.309906,-0.51652 0.723133,-0.723159 0.619813,-0.619813 0.206613,-0.10332 0.413226,-0.206613 0.206613,-0.103267 0.206613,-0.10332 0.206613,-0.103293 m -1.962785,3.40905 0.4132,-0.516519 0.309907,-0.413226 0.619839,-0.51652 0.206613,-0.309933 0.206613,-0.103293 0.206613,-0.10332 m -1.962785,5.165302 -0.206613,0.103293 h -0.206613 l -0.309906,0.10332 -0.61984,0.206613 M 15.857387,89.720796 15.650774,89.617503 15.444161,89.514209 15.237548,89.41089 14.824322,89.204303 14.617709,88.99769 13.997896,88.48117 13.274763,87.758038 12.964857,87.241491 12.55163,86.724972 m 1.342972,-3.615717 h -0.206613 l -0.206613,-0.103293 -0.309906,-0.10332 -0.61984,-0.206613 m 1.342972,3.615717 v -3.202491 m 1.962785,5.165302 -0.206613,-0.206613 -0.206613,-0.10332 -0.206613,-0.206586 -0.619839,-0.516547 -0.309907,-0.413226 -0.4132,-0.516519 M 11.105338,77.117554 V 18.646649 m 0,73.656798 -1.5495848,-2.066105 m 0,-11.156976 0.7231588,-1.033066 0.826426,-0.929746 m 0,0 0.309933,-0.309906 0.103294,-0.10332 m -1.136359,4.442116 1.136359,-1.446239 m 0,10.020591 -1.136359,-1.549559 m 1.136359,4.545436 -0.103294,-0.103293 -0.309933,-0.309933 m -0.619839,-4.13221 c -0.6198128,0.516546 -0.9297458,1.342972 -0.826426,2.066105 m 0,-11.156976 c -0.1033198,0.723132 0.2066132,1.549558 0.826426,2.066078 m -0.103293,7.024793 v -7.024793 m 1.136359,8.574352 0.929745,0.929772 m 0,0 V 151.1876 m 0,0 h -0.516519 m -0.413226,-0.51654 c 0,0.30993 0.206613,0.51654 0.516546,0.51654 m -0.516546,-0.41322 V 90.134022 m 0,0 h 0.103319 l 0.206614,0.10332 0.619812,0.413226 m 0,-11.880109 -0.929745,0.929746 M 12.44831,18.233423 v 60.537036 m -0.929745,0.51652 v -60.64033 m 0.516546,-0.413226 c -0.309933,0 -0.516546,0.103293 -0.516546,0.413226 m 0.413226,-0.413226 h 0.516519 m 0,60.537036 -0.619812,0.4132 -0.206614,0.10332 H 11.518565 M 22.572274,2.221078 C 20.816076,1.3946255 18.853264,1.2913322 16.993746,2.0144649 15.237548,2.7375976 13.791309,4.1838894 13.06815,5.9400613 m 0,0.1032933 V 18.130103 m 0,133.160797 v 12.08675 m 0,-0.1033 c 0.723159,1.85947 2.169398,3.30576 3.925596,4.02889 1.859518,0.72314 3.82233,0.61984 5.578528,-0.20661 M 286.82772,18.130103 V 6.0433546 m 0,-0.1032933 C 286.10456,4.1838894 284.6583,2.7375976 282.9021,2.0144649 281.04259,1.2913322 279.07979,1.3946255 277.32359,2.221078 m 0,164.875552 c 1.7562,0.82645 3.719,0.92975 5.57851,0.20661 1.7562,-0.72313 3.20246,-2.16942 3.92562,-4.02889 m 0,0.1033 V 151.2909 m -257.953838,5.88841 v -0.20662 M 82.179512,17.097064 h -0.206613 m 0.206613,140.082246 -0.206613,-0.20662 M 82.902644,17.097064 h 0.206614 M 136.00169,157.17931 v -0.20662 m -53.099046,0.20662 0.206614,-0.20662 m 52.892432,0.72314 v -0.30991 m -8.57438,0.30991 h 8.57438 m -8.98758,0.20661 H 37.96478 m 0,0 h -0.413226 m 89.875756,0 h -0.4132 m -89.462556,0 h -5.061956 m 99.999692,0 h -5.06198 m -89.875756,-0.20661 v -0.30991 m -8.677672,0.30991 h 8.677672 m 89.462556,0 v -0.30991 m 0,0.30991 h 0.4132 m -89.875756,0 h 0.413226 m 0,0 h 89.04933 m 5.47518,0.20661 c 1.96281,0 3.61572,-0.10329 3.61572,-0.20661 m -107.127808,0 c 0,0.10332 1.549585,0.20661 3.512396,0.20661 m 5.165249,-0.20661 v 0.20661 m 0.309933,-0.20661 v 0.20661 m 89.04933,-0.20661 v 0.20661 m 0.4132,0 v -0.20661 M 82.902644,26.187936 V 157.17931 m 0,-131.404601 v 0.413227 m 0,-5.578475 v 5.165248 m -0.206613,-8.677645 h -0.4132 m 0.4132,8.677645 v -8.677645 m 0,9.090872 h -0.4132 m 0.4132,0 v -0.413227 m 0,131.301281 c 0,0.10332 0.10332,0.20661 0.206613,0.20661 m 44.111466,0.10332 H 82.902644 m -0.206613,-0.20661 V 26.187936 M 127.42731,157.17931 h 5.06198 m -5.47518,0 h 0.4132 m -44.524666,0 h 44.111466 m 0.4132,0.20661 v 0.30991 m 0,-0.30991 h -0.4132 m 8.98758,0 h -8.57438 M 82.902644,20.609461 c 0,-1.962812 -0.103293,-3.512397 -0.206613,-3.512397 M 136.10501,157.2826 c 0,-0.10329 -1.65291,-0.10329 -3.61572,-0.10329 M 82.902644,17.097064 v 3.512397 M 136.00169,157.17931 h -3.5124 m -5.06198,0.10329 v -0.10329 m -0.4132,0.20661 v -0.20661 m -44.111466,0.20661 v -0.20661 m -0.206613,0 h 0.206613 M 82.696031,26.187936 h 0.206613 m 0,-0.51652 H 82.696031 M 37.96478,157.17931 h 44.214732 m -44.627958,0 h 0.413226 m -5.475182,0 h 5.061956 m -8.677672,0.20661 v 0.30991 m 8.677672,-0.30991 h -8.677672 m 9.090898,0 v 0.30991 m 0,-0.30991 h -0.413226 m 44.627958,-0.10332 c 0.103319,0 0.206613,-0.10329 0.206613,-0.20661 M 82.282831,26.187936 V 157.17931 m -0.103319,0.20661 H 37.96478 M 82.179512,25.774709 v -5.165248 m 0,5.578475 v -0.413227 m 0,131.404601 V 26.187936 m 0.103319,-0.413227 h 0.4132 m -0.4132,0 v 0.413227 m 0,-9.090872 v 8.677645 M 32.489598,157.17931 c -1.962811,0 -3.512396,0 -3.512396,0.10329 M 82.282831,17.097064 c -0.103319,0 -0.103319,1.549585 -0.103319,3.512397 M 28.873882,157.17931 h 3.615716 M 82.179512,17.097064 v 3.512397 m 0.103319,5.061955 h -0.103319 m 0.103319,0.51652 h -0.103319 m 0.103319,130.991374 h -0.103319 m 0,0.20661 v -0.20661 m -44.214732,0.20661 v -0.20661 m -0.309933,0 v 0.10329 M 299.8442,25.25819 v 118.80133 m -7.02477,7.12808 H 288.6872 M 0.05165544,144.05952 V 119.05957 M 7.0764222,18.233423 H 11.105338 M 0.05165544,144.05952 h 0.41322625 m 6.61154051,6.71486 H 11.105338 M 0.46488169,144.05952 c 0,3.61569 2.99585061,6.61154 6.71483391,6.61154 m -7.12806016,-6.61154 c 0,3.92559 3.20249016,7.12808 7.12806016,7.12808 m -0.1032934,-0.41322 v 0.41322 M 0.46488169,25.25819 v 74.276637 m 0,-74.276637 H 0.05165544 M 7.1797156,18.130103 c -3.92557,0 -7.12806016,3.20249 -7.12806016,7.128087 M 7.1797156,18.646649 c -3.7189833,0 -6.71483391,2.892557 -6.71483391,6.611541 M 7.0764222,18.233423 v 0.413226 M 299.8442,25.25819 h -0.41322 m -6.61155,-6.611541 h -4.13223 m 10.74378,6.611541 c 0,-3.718984 -2.99587,-6.611541 -6.61155,-6.611541 m 7.12806,6.611541 c 0,-3.925597 -3.20245,-7.128087 -7.12806,-7.128087 m 0,0.516546 v -0.413226 m 6.61155,125.826097 V 25.25819 m 0,118.80133 h 0.41322 m -7.02477,6.61154 c 3.61568,0 6.61155,-2.99585 6.61155,-6.61154 m -6.61155,7.12808 c 3.92561,0 7.12806,-3.20249 7.12806,-7.12808 m -7.12806,7.12808 v -0.41322 M 291.68307,34.142448 c 0,1.446292 1.13636,2.685944 2.58264,2.685944 m 0.51652,0 h -0.51652 m -2.68596,-2.685944 V 28.87388 m 3.20248,7.954512 c 1.44629,0 2.68594,-1.239652 2.68594,-2.685944 m -3.20246,-7.954512 c -1.44628,0 -2.58264,1.136359 -2.58264,2.58265 m 5.7851,0.103294 v 5.268568 m -3.20246,-7.954512 h 0.51652 m 2.68594,2.58265 c 0,-1.446291 -1.23965,-2.58265 -2.68594,-2.58265 m 2.27271,2.58265 c 0,-1.136359 -1.03303,-2.169424 -2.27271,-2.169424 m 0,0 h -0.51652 m 2.78923,7.541286 V 28.87388 m -2.78923,-2.272718 c -1.13638,0 -2.16941,1.033065 -2.16941,2.169424 m 2.68593,7.541287 c 1.23968,0 2.27271,-1.033066 2.27271,-2.169425 M 292.0963,28.87388 v 5.268568 m 2.16941,2.272745 h 0.51652 m -2.68593,-2.272745 c 0,1.136359 1.03303,2.169425 2.16941,2.169425 m -2.68596,-2.169425 h 0.51655 m 2.16941,2.272745 v 0.413199 m -2.68596,-7.954512 h 0.51655 m 2.68593,7.541313 v 0.413199 m -0.51652,-10.640456 v 0.413226 m 2.78923,7.541286 h 0.41323 m -2.68594,-7.954512 v 0.413226 m 2.27271,2.272718 h 0.41323 m -3.20246,103.71873 c -1.44628,0 -2.58264,1.13636 -2.58264,2.58265 m -0.10332,5.37186 v -5.26857 m 2.68596,-2.68594 h 0.51652 m -3.09916,7.95451 c 0,1.44629 1.13636,2.68595 2.58264,2.68595 m 3.20246,-8.05781 c 0,-1.44629 -1.23965,-2.58265 -2.68594,-2.58265 m 0,10.64046 h -0.51652 m 3.20246,-7.95452 v 5.26857 m -2.68594,2.68595 c 1.44629,0 2.68594,-1.23966 2.68594,-2.68595 m -2.68594,2.16943 c 1.23968,0 2.27271,-1.03307 2.27271,-2.16943 m 0,0 v -5.26857 m -2.78923,7.54129 h 0.51652 m 2.27271,-7.64458 c 0,-1.13639 -1.03303,-2.16942 -2.27271,-2.16942 m -2.68593,7.54128 c 0,1.13636 1.03303,2.16943 2.16941,2.16943 m 0.51652,-9.71071 h -0.51652 m -2.16941,2.27271 v 5.26857 m 2.16941,-7.54128 c -1.13638,0 -2.16941,1.03303 -2.16941,2.16942 m 2.16941,-2.58265 v 0.41323 m -2.16941,2.27271 h -0.51655 m 3.20248,-2.68594 v 0.41323 m -2.68593,7.54128 h -0.51655 m 5.88842,-5.26857 h -0.41323 m -2.78923,7.54129 v 0.41323 m 3.20246,-2.68595 h -0.41323 m -2.27271,2.27272 v 0.41323 M 2.4276931,34.142448 c 0,1.446292 1.2396523,2.685944 2.6859177,2.685944 m 0.5165196,0 H 5.1136108 M 2.4276931,34.142448 V 28.87388 m 3.2024373,7.954512 c 1.4462918,0 2.6859706,-1.239652 2.6859706,-2.685944 M 5.1136108,26.187936 c -1.4462654,0 -2.6859177,1.136359 -2.6859177,2.58265 m 5.7850881,0.103294 v 5.268568 M 5.1136108,26.187936 h 0.5165196 m 2.6859706,2.58265 c 0,-1.446291 -1.2396788,-2.58265 -2.6859706,-2.58265 m 2.1694245,2.58265 c 0,-1.136359 -0.9297458,-2.169424 -2.1694245,-2.169424 m 0,0 H 5.1136108 m 2.6859441,7.541286 V 28.87388 M 5.1136108,26.601162 c -1.1363325,0 -2.1693981,1.033065 -2.1693981,2.169424 m 2.6859177,7.541287 c 1.2396787,0 2.1694245,-1.033066 2.1694245,-2.169425 M 2.8409194,28.87388 v 5.268568 m 2.2726914,2.272745 H 5.6301304 M 2.9442127,34.142448 c 0,1.136359 1.0330656,2.169425 2.1693981,2.169425 M 2.4276931,34.142448 h 0.4132263 m 2.2726914,2.272745 v 0.413199 M 2.4276931,28.87388 h 0.4132263 m 2.789211,7.541313 v 0.413199 M 5.1136108,26.187936 v 0.413226 m 2.6859441,7.541286 H 8.2127812 M 5.6301304,26.187936 v 0.413226 M 7.7995549,28.87388 H 8.2127812 M 5.1136108,132.59261 c -1.4462654,0 -2.6859177,1.13636 -2.6859177,2.58265 m 0,5.37186 v -5.26857 m 2.6859177,-2.68594 h 0.5165196 m -3.2024373,7.95451 c 0,1.44629 1.2396523,2.68595 2.6859177,2.68595 m 3.2024902,-8.05781 c 0,-1.44629 -1.2396788,-2.58265 -2.6859706,-2.58265 m 0,10.64046 H 5.1136108 m 3.0991704,-7.95452 v 5.26857 m -2.5826508,2.68595 c 1.4462918,0 2.6859706,-1.23966 2.6859706,-2.68595 m -2.6859706,2.16943 c 1.2396787,0 2.1694245,-1.03307 2.1694245,-2.16943 m 0,0 v -5.26857 m -2.6859441,7.54129 h 0.5165196 m 2.1694245,-7.64458 c 0,-1.13639 -0.9297458,-2.16942 -2.1694245,-2.16942 m -2.6859177,7.54128 c 0,1.13636 1.0330656,2.16943 2.1693981,2.16943 m 0.5165196,-9.71071 H 5.1136108 m -2.2726914,2.27271 v 5.26857 m 2.2726914,-7.54128 c -1.1363325,0 -2.1693981,1.03303 -2.1693981,2.16942 m 2.1693981,-2.58265 v 0.41323 m -2.2726914,2.27271 H 2.4276931 m 3.2024373,-2.68594 v 0.41323 m -2.789211,7.54128 H 2.4276931 m 5.7850881,-5.26857 H 7.7995549 m -2.6859441,7.54129 v 0.41323 m 3.0991704,-2.68595 H 7.7995549 m -2.1694245,2.27272 v 0.41323 M 290.3401,89.927409 V 79.390272 m -280.7843468,0 V 89.927409 M 33.212704,80.216698 c 2.376038,0.61984 4.855369,-0.4132 5.991728,-2.479304 1.239679,-2.066132 0.826453,-4.752076 -0.826426,-6.404954 -1.652905,-1.652879 -4.338849,-2.066105 -6.404954,-0.826426 -2.066105,1.136332 -3.09917,3.615663 -2.479331,5.991701 m 3.718983,36.466835 c 2.376038,0.61984 4.855369,-0.41323 5.991728,-2.47933 1.239679,-2.06611 0.826453,-4.64873 -0.826426,-6.30164 -1.652905,-1.7562 -4.338849,-2.0661 -6.404954,-0.92974 -2.066105,1.23968 -3.09917,3.71901 -2.479331,5.9917 m 35.64038,3.71901 c 2.376038,0.61984 4.855395,-0.41323 5.991728,-2.47933 1.239652,-2.06611 0.826452,-4.64873 -0.826426,-6.30164 -1.652905,-1.7562 -4.338849,-2.0661 -6.404954,-0.92974 -2.066131,1.23968 -3.099144,3.71901 -2.479331,5.9917 m 3.718983,36.57018 c 2.376038,0.61981 4.855395,-0.41323 5.991728,-2.47933 1.239652,-2.06614 0.826452,-4.75208 -0.826426,-6.40496 -1.652905,-1.65288 -4.338849,-2.0661 -6.404954,-0.82642 -2.066131,1.13633 -3.099144,3.61566 -2.479331,5.9917 M 97.055524,47.365582 c 2.376011,0.619813 4.855346,-0.413226 5.991706,-2.479357 1.23967,-2.066105 0.82645,-4.648729 -0.82646,-6.301608 -1.65288,-1.756225 -4.338793,-2.066131 -6.404925,-0.929772 -2.066104,1.239679 -3.09917,3.71901 -2.479331,5.991727 m 3.71901,36.570126 c 2.376011,0.61984 4.855346,-0.4132 5.991706,-2.479304 1.23967,-2.066132 0.82645,-4.752076 -0.82646,-6.404954 -1.65288,-1.652879 -4.338793,-2.066105 -6.404925,-0.826426 -2.066104,1.136332 -3.09917,3.615663 -2.479331,5.991701 m 3.71901,36.466835 c 2.376011,0.61984 4.855346,-0.41323 5.991706,-2.47933 1.23967,-2.06611 0.82645,-4.64873 -0.82646,-6.30164 -1.65288,-1.7562 -4.338793,-2.0661 -6.404925,-0.92974 -2.066104,1.23968 -3.09917,3.71901 -2.479331,5.9917 m 3.71901,36.57018 c 2.376011,0.61981 4.855346,-0.41323 5.991706,-2.47933 1.23967,-2.06614 0.82645,-4.75208 -0.82646,-6.40496 -1.65288,-1.65288 -4.338793,-2.0661 -6.404925,-0.82642 -2.066104,1.13633 -3.09917,3.61566 -2.479331,5.9917 M 128.97689,47.365582 c 2.37604,0.619813 4.85537,-0.413226 5.99176,-2.479357 1.23965,-2.066105 0.82642,-4.648729 -0.82645,-6.301608 -1.65291,-1.756225 -4.33885,-2.066131 -6.40496,-0.929772 -2.0661,1.239679 -3.09914,3.71901 -2.47933,5.991727 m 3.71898,36.570126 c 2.37604,0.61984 4.85537,-0.4132 5.99176,-2.479304 1.23965,-2.066132 0.82642,-4.752076 -0.82645,-6.404954 -1.65291,-1.652879 -4.33885,-2.066105 -6.40496,-0.826426 -2.0661,1.136332 -3.09914,3.615663 -2.47933,5.991701 m 3.71898,36.466835 c 2.37604,0.61984 4.85537,-0.41323 5.99176,-2.47933 1.23965,-2.06611 0.82642,-4.64873 -0.82645,-6.30164 -1.65291,-1.7562 -4.33885,-2.0661 -6.40496,-0.92974 -2.0661,1.23968 -3.09914,3.71901 -2.47933,5.9917 m 3.71898,36.57018 c 2.37604,0.61981 4.85537,-0.41323 5.99176,-2.47933 1.23965,-2.06614 0.82642,-4.75208 -0.82645,-6.40496 -1.65291,-1.65288 -4.33885,-2.0661 -6.40496,-0.82642 -2.0661,1.13633 -3.09914,3.61566 -2.47933,5.9917 m 35.64041,-94.731128 c 2.27272,0.619813 4.75202,-0.413226 5.9917,-2.479357 1.13636,-2.066105 0.82645,-4.648729 -0.92975,-6.301608 -1.65288,-1.756225 -4.2355,-2.066131 -6.30163,-0.929772 -2.06611,1.239679 -3.09917,3.71901 -2.47933,5.991727 m 3.71901,36.570126 c 2.27272,0.61984 4.75202,-0.4132 5.9917,-2.479304 1.13636,-2.066132 0.82645,-4.752076 -0.92975,-6.404954 -1.65288,-1.652879 -4.2355,-2.066105 -6.30163,-0.826426 -2.06611,1.136332 -3.09917,3.615663 -2.47933,5.991701 m 3.71901,36.466835 c 2.27272,0.61984 4.75202,-0.41323 5.9917,-2.47933 1.13636,-2.06611 0.82645,-4.64873 -0.92975,-6.30164 -1.65288,-1.7562 -4.2355,-2.0661 -6.30163,-0.92974 -2.06611,1.23968 -3.09917,3.71901 -2.47933,5.9917 m 3.71901,36.57018 c 2.27272,0.61981 4.75202,-0.41323 5.9917,-2.47933 1.13636,-2.06614 0.82645,-4.75208 -0.92975,-6.40496 -1.65288,-1.65288 -4.2355,-2.0661 -6.30163,-0.82642 -2.06611,1.13633 -3.09917,3.61566 -2.47933,5.9917 m 35.6404,-94.731128 c 2.27272,0.619813 4.75205,-0.413226 5.99172,-2.479357 1.13635,-2.066105 0.82644,-4.648729 -0.92976,-6.301608 -1.65288,-1.756225 -4.23552,-2.066131 -6.30163,-0.929772 -2.06611,1.239679 -3.09916,3.71901 -2.47933,5.991727 m 3.719,36.570126 c 2.27272,0.61984 4.75205,-0.4132 5.99172,-2.479304 1.13635,-2.066132 0.82644,-4.752076 -0.92976,-6.404954 -1.65288,-1.652879 -4.23552,-2.066105 -6.30163,-0.826426 -2.06611,1.136332 -3.09916,3.615663 -2.47933,5.991701 m 3.719,36.466835 c 2.27272,0.61984 4.75205,-0.41323 5.99172,-2.47933 1.13635,-2.06611 0.82644,-4.64873 -0.92976,-6.30164 -1.65288,-1.7562 -4.23552,-2.0661 -6.30163,-0.92974 -2.06611,1.23968 -3.09916,3.71901 -2.47933,5.9917 m 3.719,36.57018 c 2.27272,0.61981 4.75205,-0.41323 5.99172,-2.47933 1.13635,-2.06614 0.82644,-4.75208 -0.92976,-6.40496 -1.65288,-1.65288 -4.23552,-2.0661 -6.30163,-0.82642 -2.06611,1.13633 -3.09916,3.61566 -2.47933,5.9917 m 35.6404,-94.731128 c 2.27271,0.619813 4.75203,-0.413226 5.99171,-2.479357 1.13636,-2.066105 0.82645,-4.648729 -0.92974,-6.301608 -1.6529,-1.756225 -4.23552,-2.066131 -6.30165,-0.929772 -2.06609,1.239679 -3.09916,3.71901 -2.47932,5.991727 m 3.719,36.570126 c 2.27271,0.61984 4.75203,-0.4132 5.99171,-2.479304 1.13636,-2.066132 0.82645,-4.752076 -0.92974,-6.404954 -1.6529,-1.652879 -4.23552,-2.066105 -6.30165,-0.826426 -2.06609,1.136332 -3.09916,3.615663 -2.47932,5.991701 m 3.719,36.466835 c 2.27271,0.61984 4.75203,-0.41323 5.99171,-2.47933 1.13636,-2.06611 0.82645,-4.64873 -0.92974,-6.30164 -1.6529,-1.7562 -4.23552,-2.0661 -6.30165,-0.92974 -2.06609,1.23968 -3.09916,3.71901 -2.47932,5.9917 m 3.719,36.57018 c 2.27271,0.61981 4.75203,-0.41323 5.99171,-2.47933 1.13636,-2.06614 0.82645,-4.75208 -0.92974,-6.40496 -1.6529,-1.65288 -4.23552,-2.0661 -6.30165,-0.82642 -2.06609,1.13633 -3.09916,3.61566 -2.47932,5.9917 m 35.64038,-94.731128 c 2.27274,0.619813 4.75207,-0.413226 5.99175,-2.479357 1.13635,-2.066105 0.82642,-4.648729 -0.92977,-6.301608 -1.65288,-1.756225 -4.23553,-2.066131 -6.30162,-0.929772 -2.06613,1.239679 -3.09919,3.71901 -2.47935,5.991727 m 3.71899,36.570126 c 2.27274,0.61984 4.75207,-0.4132 5.99175,-2.479304 1.13635,-2.066132 0.82642,-4.752076 -0.92977,-6.404954 -1.65288,-1.652879 -4.23553,-2.066105 -6.30162,-0.826426 -2.06613,1.136332 -3.09919,3.615663 -2.47935,5.991701 m 3.71899,36.466835 c 2.27274,0.61984 4.75207,-0.41323 5.99175,-2.47933 1.13635,-2.06611 0.82642,-4.64873 -0.92977,-6.30164 -1.65288,-1.7562 -4.23553,-2.0661 -6.30162,-0.92974 -2.06613,1.23968 -3.09919,3.71901 -2.47935,5.9917 m 3.71899,36.57018 c 2.27274,0.61981 4.75207,-0.41323 5.99175,-2.47933 1.13635,-2.06614 0.82642,-4.75208 -0.92977,-6.40496 -1.65288,-1.65288 -4.23553,-2.0661 -6.30162,-0.82642 -2.06613,1.13633 -3.09919,3.61566 -2.47935,5.9917 M 33.419318,145.2992 c 2.066104,0.51652 4.235529,-0.30994 5.371888,-2.27275 1.033065,-1.85949 0.723159,-4.23553 -0.826426,-5.68182 -1.446292,-1.54956 -3.82233,-1.85946 -5.681795,-0.82642 -1.962811,1.13635 -2.789264,3.30578 -2.272744,5.37188 M 83.109258,12.448308 V 156.97269 m 0,0 H 275.67072 M 104.2869,42.3036 c 0,-3.202463 -2.58265,-5.785114 -5.78511,-5.785114 -3.202464,0 -5.785115,2.582651 -5.785115,5.785114 0,3.202464 2.582651,5.785115 5.785115,5.785115 3.20246,0 5.78511,-2.582651 5.78511,-5.785115 m -6.508243,-9.607391 c 0,-1.033065 -0.929746,-1.962811 -1.962812,-1.962811 -1.136358,0 -1.962811,0.929746 -1.962811,1.962811 0,1.136333 0.826453,2.066079 1.962811,2.066079 1.033066,0 1.962812,-0.929746 1.962812,-2.066079 M 136.2083,42.3036 c 0,-3.202463 -2.58262,-5.785114 -5.78511,-5.785114 -3.20249,0 -5.78509,2.582651 -5.78509,5.785114 0,3.202464 2.5826,5.785115 5.78509,5.785115 3.20249,0 5.78511,-2.582651 5.78511,-5.785115 m 31.81808,0 c 0,-3.202463 -2.58265,-5.785114 -5.78509,-5.785114 -3.20249,0 -5.68182,2.582651 -5.68182,5.785114 0,3.202464 2.47933,5.785115 5.68182,5.785115 3.20244,0 5.78509,-2.582651 5.78509,-5.785115 m 31.9214,0 c 0,-3.202463 -2.58263,-5.785114 -5.7851,-5.785114 -3.20247,0 -5.6818,2.582651 -5.6818,5.785114 0,3.202464 2.47933,5.785115 5.6818,5.785115 3.20247,0 5.7851,-2.582651 5.7851,-5.785115 m 31.9214,0 c 0,-3.202463 -2.58262,-5.785114 -5.7851,-5.785114 -3.20248,0 -5.7851,2.582651 -5.7851,5.785114 0,3.202464 2.58262,5.785115 5.7851,5.785115 3.20248,0 5.7851,-2.582651 5.7851,-5.785115 m 31.92141,0 c 0,-3.202463 -2.58265,-5.785114 -5.78513,-5.785114 -3.20245,0 -5.78509,2.582651 -5.78509,5.785114 0,3.202464 2.58264,5.785115 5.78509,5.785115 3.20248,0 5.78513,-2.582651 5.78513,-5.785115 M 104.2869,75.05145 c 0,-3.202491 -2.58265,-5.681795 -5.78511,-5.681795 -3.202464,0 -5.785115,2.479304 -5.785115,5.681795 0,3.202463 2.582651,5.785088 5.785115,5.785088 3.20246,0 5.78511,-2.582625 5.78511,-5.785088 m 31.9214,0 c 0,-3.202491 -2.58262,-5.681795 -5.78511,-5.681795 -3.20249,0 -5.78509,2.479304 -5.78509,5.681795 0,3.202463 2.5826,5.785088 5.78509,5.785088 3.20249,0 5.78511,-2.582625 5.78511,-5.785088 m 31.81808,0 c 0,-3.202491 -2.58265,-5.681795 -5.78509,-5.681795 -3.20249,0 -5.68182,2.479304 -5.68182,5.681795 0,3.202463 2.47933,5.785088 5.68182,5.785088 3.20244,0 5.78509,-2.582625 5.78509,-5.785088 m 31.9214,0 c 0,-3.202491 -2.58263,-5.681795 -5.7851,-5.681795 -3.20247,0 -5.6818,2.479304 -5.6818,5.681795 0,3.202463 2.47933,5.785088 5.6818,5.785088 3.20247,0 5.7851,-2.582625 5.7851,-5.785088 m 31.9214,0 c 0,-3.202491 -2.58262,-5.681795 -5.7851,-5.681795 -3.20248,0 -5.7851,2.479304 -5.7851,5.681795 0,3.202463 2.58262,5.785088 5.7851,5.785088 3.20248,0 5.7851,-2.582625 5.7851,-5.785088 m 31.92141,0 c 0,-3.202491 -2.58265,-5.681795 -5.78513,-5.681795 -3.20245,0 -5.78509,2.479304 -5.78509,5.681795 0,3.202463 2.58264,5.785088 5.78509,5.785088 3.20248,0 5.78513,-2.582625 5.78513,-5.785088 M 104.2869,107.90259 c 0,-3.20246 -2.58265,-5.78511 -5.78511,-5.78511 -3.202464,0 -5.785115,2.58265 -5.785115,5.78511 0,3.20247 2.582651,5.78512 5.785115,5.78512 3.20246,0 5.78511,-2.58265 5.78511,-5.78512 m 31.9214,0 c 0,-3.20246 -2.58262,-5.78511 -5.78511,-5.78511 -3.20249,0 -5.78509,2.58265 -5.78509,5.78511 0,3.20247 2.5826,5.78512 5.78509,5.78512 3.20249,0 5.78511,-2.58265 5.78511,-5.78512 m 31.81808,0 c 0,-3.20246 -2.58265,-5.78511 -5.78509,-5.78511 -3.20249,0 -5.68182,2.58265 -5.68182,5.78511 0,3.20247 2.47933,5.78512 5.68182,5.78512 3.20244,0 5.78509,-2.58265 5.78509,-5.78512 m 31.9214,0 c 0,-3.20246 -2.58263,-5.78511 -5.7851,-5.78511 -3.20247,0 -5.6818,2.58265 -5.6818,5.78511 0,3.20247 2.47933,5.78512 5.6818,5.78512 3.20247,0 5.7851,-2.58265 5.7851,-5.78512 m 31.9214,0 c 0,-3.20246 -2.58262,-5.78511 -5.7851,-5.78511 -3.20248,0 -5.7851,2.58265 -5.7851,5.78511 0,3.20247 2.58262,5.78512 5.7851,5.78512 3.20248,0 5.7851,-2.58265 5.7851,-5.78512 m 31.92141,0 c 0,-3.20246 -2.58265,-5.78511 -5.78513,-5.78511 -3.20245,0 -5.78509,2.58265 -5.78509,5.78511 0,3.20247 2.58264,5.78512 5.78509,5.78512 3.20248,0 5.78513,-2.58265 5.78513,-5.78512 M 104.2869,140.65044 c 0,-3.20249 -2.58265,-5.68179 -5.78511,-5.68179 -3.202464,0 -5.785115,2.4793 -5.785115,5.68179 0,3.20246 2.582651,5.78509 5.785115,5.78509 3.20246,0 5.78511,-2.58263 5.78511,-5.78509 m 31.9214,0 c 0,-3.20249 -2.58262,-5.68179 -5.78511,-5.68179 -3.20249,0 -5.78509,2.4793 -5.78509,5.68179 0,3.20246 2.5826,5.78509 5.78509,5.78509 3.20249,0 5.78511,-2.58263 5.78511,-5.78509 m 31.81808,0 c 0,-3.20249 -2.58265,-5.68179 -5.78509,-5.68179 -3.20249,0 -5.68182,2.4793 -5.68182,5.68179 0,3.20246 2.47933,5.78509 5.68182,5.78509 3.20244,0 5.78509,-2.58263 5.78509,-5.78509 m 31.9214,0 c 0,-3.20249 -2.58263,-5.68179 -5.7851,-5.68179 -3.20247,0 -5.6818,2.4793 -5.6818,5.68179 0,3.20246 2.47933,5.78509 5.6818,5.78509 3.20247,0 5.7851,-2.58263 5.7851,-5.78509 m 31.9214,0 c 0,-3.20249 -2.58262,-5.68179 -5.7851,-5.68179 -3.20248,0 -5.7851,2.4793 -5.7851,5.68179 0,3.20246 2.58262,5.78509 5.7851,5.78509 3.20248,0 5.7851,-2.58263 5.7851,-5.78509 m 31.92141,0 c 0,-3.20249 -2.58265,-5.68179 -5.78513,-5.68179 -3.20245,0 -5.78509,2.4793 -5.78509,5.68179 0,3.20246 2.58264,5.78509 5.78509,5.78509 3.20248,0 5.78513,-2.58263 5.78513,-5.78509 M 275.67072,12.448308 H 83.109258 m 193.491202,0.826453 c 0,-0.51652 -0.41322,-0.826453 -0.92974,-0.826453 m 0.82645,143.594642 V 13.378081 m -0.82645,143.594609 c 0.51652,0 0.92974,-0.41322 0.92974,-0.92974 M 97.778657,28.25404 c 0,-1.136359 -0.929746,-1.962811 -1.962812,-1.962811 -1.136358,0 -1.962811,0.826452 -1.962811,1.962811 0,1.033066 0.826453,1.962812 1.962811,1.962812 1.033066,0 1.962812,-0.929746 1.962812,-1.962812 m 0,-4.545435 c 0,-1.03304 -0.929746,-1.962785 -1.962812,-1.962785 -1.136358,0 -1.962811,0.929745 -1.962811,1.962785 0,1.136359 0.826453,2.066104 1.962811,2.066104 1.033066,0 1.962812,-0.929745 1.962812,-2.066104 m 0,-4.442143 c 0,-1.136359 -0.929746,-1.962785 -1.962812,-1.962785 -1.136358,0 -1.962811,0.826426 -1.962811,1.962785 0,1.033066 0.826453,1.962812 1.962811,1.962812 1.033066,0 1.962812,-0.929746 1.962812,-1.962812 m 31.921393,13.429747 c 0,-1.033065 -0.92977,-1.962811 -2.06613,-1.962811 -1.03301,0 -1.96278,0.929746 -1.96278,1.962811 0,1.136333 0.92977,2.066079 1.96278,2.066079 1.13636,0 2.06613,-0.929746 2.06613,-2.066079 m 0,-4.442169 c 0,-1.136359 -0.92977,-1.962811 -2.06613,-1.962811 -1.03301,0 -1.96278,0.826452 -1.96278,1.962811 0,1.033066 0.92977,1.962812 1.96278,1.962812 1.13636,0 2.06613,-0.929746 2.06613,-1.962812 m 31.9214,4.442169 c 0,-1.033065 -0.92975,-1.962811 -2.0661,-1.962811 -1.03307,0 -1.96282,0.929746 -1.96282,1.962811 0,1.136333 0.92975,2.066079 1.96282,2.066079 1.13635,0 2.0661,-0.929746 2.0661,-2.066079 m 0,-4.442169 c 0,-1.136359 -0.92975,-1.962811 -2.0661,-1.962811 -1.03307,0 -1.96282,0.826452 -1.96282,1.962811 0,1.033066 0.92975,1.962812 1.96282,1.962812 1.13635,0 2.0661,-0.929746 2.0661,-1.962812 m 31.92139,4.442169 c 0,-1.033065 -0.92975,-1.962811 -2.06611,-1.962811 -1.03305,0 -1.9628,0.929746 -1.9628,1.962811 0,1.136333 0.92975,2.066079 1.9628,2.066079 1.13636,0 2.06611,-0.929746 2.06611,-2.066079 m 0,-4.442169 c 0,-1.136359 -0.92975,-1.962811 -2.06611,-1.962811 -1.03305,0 -1.9628,0.826452 -1.9628,1.962811 0,1.033066 0.92975,1.962812 1.9628,1.962812 1.13636,0 2.06611,-0.929746 2.06611,-1.962812 m 31.81811,4.442169 c 0,-1.033065 -0.82645,-1.962811 -1.96281,-1.962811 -1.03306,0 -1.9628,0.929746 -1.9628,1.962811 0,1.136333 0.92974,2.066079 1.9628,2.066079 1.13636,0 1.96281,-0.929746 1.96281,-2.066079 m 0,-4.442169 c 0,-1.136359 -0.82645,-1.962811 -1.96281,-1.962811 -1.03306,0 -1.9628,0.826452 -1.9628,1.962811 0,1.033066 0.92974,1.962812 1.9628,1.962812 1.13636,0 1.96281,-0.929746 1.96281,-1.962812 m 31.92138,4.442169 c 0,-1.033065 -0.82645,-1.962811 -1.9628,-1.962811 -1.03307,0 -1.96281,0.929746 -1.96281,1.962811 0,1.136333 0.92974,2.066079 1.96281,2.066079 1.13635,0 1.9628,-0.929746 1.9628,-2.066079 m 0,-4.442169 c 0,-1.136359 -0.82645,-1.962811 -1.9628,-1.962811 -1.03307,0 -1.96281,0.826452 -1.96281,1.962811 0,1.033066 0.92974,1.962812 1.96281,1.962812 1.13635,0 1.9628,-0.929746 1.9628,-1.962812 M 129.70005,23.708605 c 0,-1.03304 -0.92977,-1.962785 -2.06613,-1.962785 -1.03301,0 -1.96278,0.929745 -1.96278,1.962785 0,1.136359 0.92977,2.066104 1.96278,2.066104 1.13636,0 2.06613,-0.929745 2.06613,-2.066104 m 0,-4.442143 c 0,-1.136359 -0.92977,-1.962785 -2.06613,-1.962785 -1.03301,0 -1.96278,0.826426 -1.96278,1.962785 0,1.033066 0.92977,1.962812 1.96278,1.962812 1.13636,0 2.06613,-0.929746 2.06613,-1.962812 m 31.9214,4.442143 c 0,-1.03304 -0.92975,-1.962785 -2.0661,-1.962785 -1.03307,0 -1.96282,0.929745 -1.96282,1.962785 0,1.136359 0.92975,2.066104 1.96282,2.066104 1.13635,0 2.0661,-0.929745 2.0661,-2.066104 m 0,-4.442143 c 0,-1.136359 -0.92975,-1.962785 -2.0661,-1.962785 -1.03307,0 -1.96282,0.826426 -1.96282,1.962785 0,1.033066 0.92975,1.962812 1.96282,1.962812 1.13635,0 2.0661,-0.929746 2.0661,-1.962812 m 31.92139,4.442143 c 0,-1.03304 -0.92975,-1.962785 -2.06611,-1.962785 -1.03305,0 -1.9628,0.929745 -1.9628,1.962785 0,1.136359 0.92975,2.066104 1.9628,2.066104 1.13636,0 2.06611,-0.929745 2.06611,-2.066104 m 0,-4.442143 c 0,-1.136359 -0.92975,-1.962785 -2.06611,-1.962785 -1.03305,0 -1.9628,0.826426 -1.9628,1.962785 0,1.033066 0.92975,1.962812 1.9628,1.962812 1.13636,0 2.06611,-0.929746 2.06611,-1.962812 m 31.81811,4.442143 c 0,-1.03304 -0.82645,-1.962785 -1.96281,-1.962785 -1.03306,0 -1.9628,0.929745 -1.9628,1.962785 0,1.136359 0.92974,2.066104 1.9628,2.066104 1.13636,0 1.96281,-0.929745 1.96281,-2.066104 m 0,-4.442143 c 0,-1.136359 -0.82645,-1.962785 -1.96281,-1.962785 -1.03306,0 -1.9628,0.826426 -1.9628,1.962785 0,1.033066 0.92974,1.962812 1.9628,1.962812 1.13636,0 1.96281,-0.929746 1.96281,-1.962812 m 31.92138,4.442143 c 0,-1.03304 -0.82645,-1.962785 -1.9628,-1.962785 -1.03307,0 -1.96281,0.929745 -1.96281,1.962785 0,1.136359 0.92974,2.066104 1.96281,2.066104 1.13635,0 1.9628,-0.929745 1.9628,-2.066104 m 0,-4.442143 c 0,-1.136359 -0.82645,-1.962785 -1.9628,-1.962785 -1.03307,0 -1.96281,0.826426 -1.96281,1.962785 0,1.033066 0.92974,1.962812 1.96281,1.962812 1.13635,0 1.9628,-0.929746 1.9628,-1.962812 m -96.07411,0 c 0,-0.929746 -0.72313,-1.549585 -1.65287,-1.549585 -0.82646,0 -1.54959,0.619839 -1.54959,1.549585 0,0.826453 0.72313,1.549612 1.54959,1.549612 0.92974,0 1.65287,-0.723159 1.65287,-1.549612 m -31.92139,13.429747 c 0,-0.826452 -0.72316,-1.549585 -1.65291,-1.549585 -0.82642,0 -1.54956,0.723133 -1.54956,1.549585 0,0.92972 0.72314,1.652852 1.54956,1.652852 0.92975,0 1.65291,-0.723132 1.65291,-1.652852 m 0,-4.442169 c 0,-0.929745 -0.72316,-1.549585 -1.65291,-1.549585 -0.82642,0 -1.54956,0.61984 -1.54956,1.549585 0,0.826453 0.72314,1.549586 1.54956,1.549586 0.92975,0 1.65291,-0.723133 1.65291,-1.549586 m 0,-4.545435 c 0,-0.826426 -0.72316,-1.549559 -1.65291,-1.549559 -0.82642,0 -1.54956,0.723133 -1.54956,1.549559 0,0.929745 0.72314,1.652878 1.54956,1.652878 0.92975,0 1.65291,-0.723133 1.65291,-1.652878 m 0,-4.442143 c 0,-0.929746 -0.72316,-1.549585 -1.65291,-1.549585 -0.82642,0 -1.54956,0.619839 -1.54956,1.549585 0,0.826453 0.72314,1.549612 1.54956,1.549612 0.92975,0 1.65291,-0.723159 1.65291,-1.549612 M 97.365431,32.696209 c 0,-0.826452 -0.723133,-1.549585 -1.549586,-1.549585 -0.929745,0 -1.549585,0.723133 -1.549585,1.549585 0,0.92972 0.61984,1.652852 1.549585,1.652852 0.826453,0 1.549586,-0.723132 1.549586,-1.652852 m 0,-4.442169 c 0,-0.929745 -0.723133,-1.549585 -1.549586,-1.549585 -0.929745,0 -1.549585,0.61984 -1.549585,1.549585 0,0.826453 0.61984,1.549586 1.549585,1.549586 0.826453,0 1.549586,-0.723133 1.549586,-1.549586 m 0,-4.545435 c 0,-0.826426 -0.723133,-1.549559 -1.549586,-1.549559 -0.929745,0 -1.549585,0.723133 -1.549585,1.549559 0,0.929745 0.61984,1.652878 1.549585,1.652878 0.826453,0 1.549586,-0.723133 1.549586,-1.652878 m -31.921397,8.987604 c 0,-0.826452 -0.723133,-1.549585 -1.549585,-1.549585 -0.929746,0 -1.652905,0.723133 -1.652905,1.549585 0,0.92972 0.723159,1.652852 1.652905,1.652852 0.826452,0 1.549585,-0.723132 1.549585,-1.652852 m 0,-4.442169 c 0,-0.929745 -0.723133,-1.549585 -1.549585,-1.549585 -0.929746,0 -1.652905,0.61984 -1.652905,1.549585 0,0.826453 0.723159,1.549586 1.652905,1.549586 0.826452,0 1.549585,-0.723133 1.549585,-1.549586 m 0,-4.545435 c 0,-0.826426 -0.723133,-1.549559 -1.549585,-1.549559 -0.929746,0 -1.652905,0.723133 -1.652905,1.549559 0,0.929745 0.723159,1.652878 1.652905,1.652878 0.826452,0 1.549585,-0.723133 1.549585,-1.652878 m 31.921397,-4.442143 c 0,-0.929746 -0.723133,-1.549585 -1.549586,-1.549585 -0.929745,0 -1.549585,0.619839 -1.549585,1.549585 0,0.826453 0.61984,1.549612 1.549585,1.549612 0.826453,0 1.549586,-0.723159 1.549586,-1.549612 M 45.919292,32.696209 c 0,-0.826452 -0.723132,-1.549585 -1.549585,-1.549585 -0.929746,0 -1.652905,0.723133 -1.652905,1.549585 0,0.92972 0.723159,1.652852 1.652905,1.652852 0.826453,0 1.549585,-0.723132 1.549585,-1.652852 m -5.371888,0 c 0,-0.826452 -0.723133,-1.549585 -1.549585,-1.549585 -0.929746,0 -1.652879,0.723133 -1.652879,1.549585 0,0.92972 0.723133,1.652852 1.652879,1.652852 0.826452,0 1.549585,-0.723132 1.549585,-1.652852 m 10.743777,0 c 0,-0.826452 -0.619813,-1.549585 -1.549586,-1.549585 -0.826426,0 -1.549585,0.723133 -1.549585,1.549585 0,0.92972 0.723159,1.652852 1.549585,1.652852 0.929773,0 1.549586,-0.723132 1.549586,-1.652852 M 193.12962,19.266462 c 0,-0.929746 -0.72313,-1.549585 -1.65289,-1.549585 -0.82644,0 -1.54958,0.619839 -1.54958,1.549585 0,0.826453 0.72314,1.549612 1.54958,1.549612 0.92976,0 1.65289,-0.723159 1.65289,-1.549612 m -31.9214,4.442143 c 0,-0.826426 -0.72313,-1.549559 -1.65287,-1.549559 -0.82646,0 -1.54959,0.723133 -1.54959,1.549559 0,0.929745 0.72313,1.652878 1.54959,1.652878 0.92974,0 1.65287,-0.723133 1.65287,-1.652878 m 0,4.545435 c 0,-0.929745 -0.72313,-1.549585 -1.65287,-1.549585 -0.82646,0 -1.54959,0.61984 -1.54959,1.549585 0,0.826453 0.72313,1.549586 1.54959,1.549586 0.92974,0 1.65287,-0.723133 1.65287,-1.549586 m 0,4.442169 c 0,-0.826452 -0.72313,-1.549585 -1.65287,-1.549585 -0.82646,0 -1.54959,0.723133 -1.54959,1.549585 0,0.92972 0.72313,1.652852 1.54959,1.652852 0.92974,0 1.65287,-0.723132 1.65287,-1.652852 m 31.9214,-8.987604 c 0,-0.826426 -0.72313,-1.549559 -1.65289,-1.549559 -0.82644,0 -1.54958,0.723133 -1.54958,1.549559 0,0.929745 0.72314,1.652878 1.54958,1.652878 0.92976,0 1.65289,-0.723133 1.65289,-1.652878 m 0,4.545435 c 0,-0.929745 -0.72313,-1.549585 -1.65289,-1.549585 -0.82644,0 -1.54958,0.61984 -1.54958,1.549585 0,0.826453 0.72314,1.549586 1.54958,1.549586 0.92976,0 1.65289,-0.723133 1.65289,-1.549586 m 0,4.442169 c 0,-0.826452 -0.72313,-1.549585 -1.65289,-1.549585 -0.82644,0 -1.54958,0.723133 -1.54958,1.549585 0,0.92972 0.72314,1.652852 1.54958,1.652852 0.92976,0 1.65289,-0.723132 1.65289,-1.652852 m 31.8181,-13.429747 c 0,-0.929746 -0.61984,-1.549585 -1.54958,-1.549585 -0.82645,0 -1.54958,0.619839 -1.54958,1.549585 0,0.826453 0.72313,1.549612 1.54958,1.549612 0.92974,0 1.54958,-0.723159 1.54958,-1.549612 m 31.92139,0 c 0,-0.929746 -0.61984,-1.549585 -1.54958,-1.549585 -0.82645,0 -1.54958,0.619839 -1.54958,1.549585 0,0.826453 0.72313,1.549612 1.54958,1.549612 0.92974,0 1.54958,-0.723159 1.54958,-1.549612 m -31.92139,4.442143 c 0,-0.826426 -0.61984,-1.549559 -1.54958,-1.549559 -0.82645,0 -1.54958,0.723133 -1.54958,1.549559 0,0.929745 0.72313,1.652878 1.54958,1.652878 0.92974,0 1.54958,-0.723133 1.54958,-1.652878 m 0,4.545435 c 0,-0.929745 -0.61984,-1.549585 -1.54958,-1.549585 -0.82645,0 -1.54958,0.61984 -1.54958,1.549585 0,0.826453 0.72313,1.549586 1.54958,1.549586 0.92974,0 1.54958,-0.723133 1.54958,-1.549586 m 0,4.442169 c 0,-0.826452 -0.61984,-1.549585 -1.54958,-1.549585 -0.82645,0 -1.54958,0.723133 -1.54958,1.549585 0,0.92972 0.72313,1.652852 1.54958,1.652852 0.92974,0 1.54958,-0.723132 1.54958,-1.652852 m 31.92139,-8.987604 c 0,-0.826426 -0.61984,-1.549559 -1.54958,-1.549559 -0.82645,0 -1.54958,0.723133 -1.54958,1.549559 0,0.929745 0.72313,1.652878 1.54958,1.652878 0.92974,0 1.54958,-0.723133 1.54958,-1.652878 m 0,4.545435 c 0,-0.929745 -0.61984,-1.549585 -1.54958,-1.549585 -0.82645,0 -1.54958,0.61984 -1.54958,1.549585 0,0.826453 0.72313,1.549586 1.54958,1.549586 0.92974,0 1.54958,-0.723133 1.54958,-1.549586 m 0,4.442169 c 0,-0.826452 -0.61984,-1.549585 -1.54958,-1.549585 -0.82645,0 -1.54958,0.723133 -1.54958,1.549585 0,0.92972 0.72313,1.652852 1.54958,1.652852 0.92974,0 1.54958,-0.723132 1.54958,-1.652852 M 102.53071,42.3036 c 0,-2.272718 -1.85952,-4.028916 -4.02892,-4.028916 -2.272718,0 -4.028917,1.756198 -4.028917,4.028916 0,2.169398 1.756199,4.028917 4.028917,4.028917 2.1694,0 4.02892,-1.859519 4.02892,-4.028917 M 8.6260074,93.336512 H 2.9442127 M 8.6260074,88.894396 H 2.9442127 m 5.2685685,9.814005 H 3.3574389 M 2.22108,104.3902 c -0.516546,1.54958 0.1032933,3.20249 1.3429721,4.1322 1.3429456,1.03307 3.0991439,1.03307 4.442116,0.10332 1.342972,-0.92974 1.8595181,-2.68594 1.342972,-4.23552 m 0,0.10332 -1.7561983,-5.785119 m -3.5123702,0 L 2.22108,104.3902 m 5.9917012,-5.681799 v -5.371889 m -4.8553423,0 v 5.371889 m 5.2685685,-5.371889 v -4.442116 m -5.6817947,0 v 4.442116 M 102.53071,75.05145 c 0,-2.169425 -1.85952,-3.925623 -4.02892,-3.925623 -2.272718,0 -4.028917,1.756198 -4.028917,3.925623 0,2.272717 1.756199,4.028916 4.028917,4.028916 2.1694,0 4.02892,-1.756199 4.02892,-4.028916 m 0,32.85114 c 0,-2.27272 -1.85952,-4.02891 -4.02892,-4.02891 -2.272718,0 -4.028917,1.75619 -4.028917,4.02891 0,2.1694 1.756199,4.02892 4.028917,4.02892 2.1694,0 4.02892,-1.85952 4.02892,-4.02892 m 0,32.74785 c 0,-2.16942 -1.85952,-3.92562 -4.02892,-3.92562 -2.272718,0 -4.028917,1.7562 -4.028917,3.92562 0,2.27272 1.756199,4.02892 4.028917,4.02892 2.1694,0 4.02892,-1.7562 4.02892,-4.02892 M 134.4521,42.3036 c 0,-2.272718 -1.85949,-4.028916 -4.02891,-4.028916 -2.27272,0 -4.02889,1.756198 -4.02889,4.028916 0,2.169398 1.75617,4.028917 4.02889,4.028917 2.16942,0 4.02891,-1.859519 4.02891,-4.028917 m 0,32.74785 c 0,-2.169425 -1.85949,-3.925623 -4.02891,-3.925623 -2.27272,0 -4.02889,1.756198 -4.02889,3.925623 0,2.272717 1.75617,4.028916 4.02889,4.028916 2.16942,0 4.02891,-1.756199 4.02891,-4.028916 m 0,32.85114 c 0,-2.27272 -1.85949,-4.02891 -4.02891,-4.02891 -2.27272,0 -4.02889,1.75619 -4.02889,4.02891 0,2.1694 1.75617,4.02892 4.02889,4.02892 2.16942,0 4.02891,-1.85952 4.02891,-4.02892 m 0,32.74785 c 0,-2.16942 -1.85949,-3.92562 -4.02891,-3.92562 -2.27272,0 -4.02889,1.7562 -4.02889,3.92562 0,2.27272 1.75617,4.02892 4.02889,4.02892 2.16942,0 4.02891,-1.7562 4.02891,-4.02892 M 166.27018,42.3036 c 0,-2.272718 -1.75617,-4.028916 -4.02889,-4.028916 -2.16942,0 -3.92562,1.756198 -3.92562,4.028916 0,2.169398 1.7562,4.028917 3.92562,4.028917 2.27272,0 4.02889,-1.859519 4.02889,-4.028917 m 0,32.74785 c 0,-2.169425 -1.75617,-3.925623 -4.02889,-3.925623 -2.16942,0 -3.92562,1.756198 -3.92562,3.925623 0,2.272717 1.7562,4.028916 3.92562,4.028916 2.27272,0 4.02889,-1.756199 4.02889,-4.028916 m 0,32.85114 c 0,-2.27272 -1.75617,-4.02891 -4.02889,-4.02891 -2.16942,0 -3.92562,1.75619 -3.92562,4.02891 0,2.1694 1.7562,4.02892 3.92562,4.02892 2.27272,0 4.02889,-1.85952 4.02889,-4.02892 m 0,32.74785 c 0,-2.16942 -1.75617,-3.92562 -4.02889,-3.92562 -2.16942,0 -3.92562,1.7562 -3.92562,3.92562 0,2.27272 1.7562,4.02892 3.92562,4.02892 2.27272,0 4.02889,-1.7562 4.02889,-4.02892 M 198.19159,42.3036 c 0,-2.272718 -1.75619,-4.028916 -4.02891,-4.028916 -2.16942,0 -3.92561,1.756198 -3.92561,4.028916 0,2.169398 1.75619,4.028917 3.92561,4.028917 2.27272,0 4.02891,-1.859519 4.02891,-4.028917 m 0,32.74785 c 0,-2.169425 -1.75619,-3.925623 -4.02891,-3.925623 -2.16942,0 -3.92561,1.756198 -3.92561,3.925623 0,2.272717 1.75619,4.028916 3.92561,4.028916 2.27272,0 4.02891,-1.756199 4.02891,-4.028916 m 0,32.85114 c 0,-2.27272 -1.75619,-4.02891 -4.02891,-4.02891 -2.16942,0 -3.92561,1.75619 -3.92561,4.02891 0,2.1694 1.75619,4.02892 3.92561,4.02892 2.27272,0 4.02891,-1.85952 4.02891,-4.02892 m 0,32.74785 c 0,-2.16942 -1.75619,-3.92562 -4.02891,-3.92562 -2.16942,0 -3.92561,1.7562 -3.92561,3.92562 0,2.27272 1.75619,4.02892 3.92561,4.02892 2.27272,0 4.02891,-1.7562 4.02891,-4.02892 M 230.11298,42.3036 c 0,-2.272718 -1.75619,-4.028916 -4.0289,-4.028916 -2.16942,0 -4.02891,1.756198 -4.02891,4.028916 0,2.169398 1.85949,4.028917 4.02891,4.028917 2.27271,0 4.0289,-1.859519 4.0289,-4.028917 m 0,32.74785 c 0,-2.169425 -1.75619,-3.925623 -4.0289,-3.925623 -2.16942,0 -4.02891,1.756198 -4.02891,3.925623 0,2.272717 1.85949,4.028916 4.02891,4.028916 2.27271,0 4.0289,-1.756199 4.0289,-4.028916 m 0,32.85114 c 0,-2.27272 -1.75619,-4.02891 -4.0289,-4.02891 -2.16942,0 -4.02891,1.75619 -4.02891,4.02891 0,2.1694 1.85949,4.02892 4.02891,4.02892 2.27271,0 4.0289,-1.85952 4.0289,-4.02892 m 0,32.74785 c 0,-2.16942 -1.75619,-3.92562 -4.0289,-3.92562 -2.16942,0 -4.02891,1.7562 -4.02891,3.92562 0,2.27272 1.85949,4.02892 4.02891,4.02892 2.27271,0 4.0289,-1.7562 4.0289,-4.02892 M 262.0344,42.3036 c 0,-2.272718 -1.7562,-4.028916 -4.02894,-4.028916 -2.16942,0 -4.0289,1.756198 -4.0289,4.028916 0,2.169398 1.85948,4.028917 4.0289,4.028917 2.27274,0 4.02894,-1.859519 4.02894,-4.028917 m 0,32.74785 c 0,-2.169425 -1.7562,-3.925623 -4.02894,-3.925623 -2.16942,0 -4.0289,1.756198 -4.0289,3.925623 0,2.272717 1.85948,4.028916 4.0289,4.028916 2.27274,0 4.02894,-1.756199 4.02894,-4.028916 m 0,32.85114 c 0,-2.27272 -1.7562,-4.02891 -4.02894,-4.02891 -2.16942,0 -4.0289,1.75619 -4.0289,4.02891 0,2.1694 1.85948,4.02892 4.0289,4.02892 2.27274,0 4.02894,-1.85952 4.02894,-4.02892 m 0,32.74785 c 0,-2.16942 -1.7562,-3.92562 -4.02894,-3.92562 -2.16942,0 -4.0289,1.7562 -4.0289,3.92562 0,2.27272 1.85948,4.02892 4.0289,4.02892 2.27274,0 4.02894,-1.7562 4.02894,-4.02892 M 9.3491401,105.52655 c 0,-1.96278 -1.5495852,-3.51239 -3.5123966,-3.51239 -1.962785,0 -3.6156635,1.54961 -3.6156635,3.51239 0,1.96282 1.6528785,3.61569 3.6156635,3.61569 1.9628114,0 3.5123966,-1.65287 3.5123966,-3.61569 m -0.4132262,0 c 0,-1.75619 -1.3429721,-3.09917 -3.0991704,-3.09917 -1.7561719,0 -3.2024373,1.34298 -3.2024373,3.09917 0,1.7562 1.4462654,3.20247 3.2024373,3.20247 1.7561983,0 3.0991704,-1.44627 3.0991704,-3.20247 m 0.2066131,0 c 0,-1.85949 -1.4462654,-3.30578 -3.3057835,-3.30578 -1.8594652,0 -3.4090504,1.44629 -3.4090504,3.30578 0,1.85952 1.5495852,3.40908 3.4090504,3.40908 1.8595181,0 3.3057835,-1.54956 3.3057835,-3.40908 m -2.2727179,-1.75619 v 1.23967 m -1.0330656,-1.54958 1.0330656,0.30991 m -1.7561983,0.72316 0.7231327,-1.03307 m -1.8594652,1.03307 h 1.1363325 m -1.4462654,1.03303 0.3099329,-1.03303 m 0.7231327,1.75619 -1.0330656,-0.72316 m 1.0330656,1.85952 v -1.13636 m 1.0330392,1.44627 -1.0330392,-0.30991 m 1.6528785,-0.61984 -0.6198393,0.92975 m 1.8594916,-1.03304 -1.2396523,0.10329 m 1.5495852,-1.13636 -0.3099329,1.03307 m -0.7231327,-1.65291 1.0330656,0.61984 m -1.4462918,-0.41322 0.4132262,-0.20662 m 0.5165196,0.82646 0.516546,-0.20662 m -0.6198393,0.61984 0.3099064,0.41323 m -1.4462654,-0.30993 0.2066131,0.41322 m -0.8264525,0.51652 0.2066132,0.41323 m -0.6198394,-0.61981 -0.4131998,0.3099 m 0.4131998,-1.44629 -0.4131998,0.30993 m -0.6198394,-0.82645 -0.4132262,0.10329 m 0.6198394,-0.61981 -0.3099065,-0.41322 m 1.446239,0.41322 -0.3099065,-0.41322 m 0.9297458,-0.51655 -0.2066131,-0.51652 m 0.6198394,0.61984 0.4132262,-0.30993 m -0.4132262,1.44629 0.9297458,0.61984 m 0,0 -0.1032933,0.41322 m 0,0 -1.136359,0.1033 m 0,0 -0.6198394,0.92974 m 0,0 -0.4132262,-0.20658 m 0,0 v -1.13639 m 0,0 -1.0330392,-0.51652 m 0,0 0.2066132,-0.51652 m 0,0 h 1.1363325 m 0,0 0.6198393,-0.92977 m 0,0 0.4132263,0.10332 m 0,0 v 1.13636 M 283.10872,15.547479 V 78.460526 M 282.9021,15.547479 v 62.913047 m 0.20662,-62.913047 h -0.20662 m 0,0 v -0.309933 -0.309907 -0.206613 h 0.1033 m 0,0 h 0.20661 m 0,0 -0.10329,0.206613 v 0.309907 0.309933 m 0.10329,63.842793 h -0.20661 m 0,0 -0.1033,-0.103293 v -0.206613 -0.206613 -0.413227 m 0,0 h 0.20662 m 0,0 v 0.413227 0.206613 l 0.10329,0.206613 v 0.103293 m 1.03306,0 h -1.03306 m 1.03306,0 v -0.929746 m 0,-63.7395 h -1.03306 m 1.03306,0.826453 v -0.826453 m 0,63.7395 V 15.547479 M 5.3202239,25.774709 v 11.46691 M 8.7293008,31.559824 H 2.0144669 m 289.1520631,0 h 6.71486 m -3.30577,-5.785115 v 11.46691 M 2.0144669,137.86118 h 6.7148339 m -3.4090769,5.78511 v -11.46691 m 292.5611661,5.6818 h -6.71486 m 3.40909,-5.6818 v 11.46691", + "fill": { + "paint": "transparent" + }, + "id": "path2", + "name": "path2", + "stroke": { + "dasharray": "none", + "linecap": "round", + "linejoin": "round", + "miterlimit": "10", + "opacity": "1", + "paint": "#000000", + "width": "0.103" + }, + "type": "path" + }, + { + "d": "m 74.980437,74.580094 c 0,0.174758 -0.03873,0.342636 -0.122264,0.490723 -0.05852,0.109326 -0.135995,0.193702 -0.220371,0.264292 l -0.354674,0.284083 c -0.206613,0.161846 -0.316812,0.342636 -0.335756,0.549249 h 1.020154 v 0.328851 h -1.278414 c 0.01984,-0.48985 0.136022,-0.832485 0.355547,-1.019281 l 0.445056,-0.388276 c 0.167878,-0.135149 0.25138,-0.309034 0.25138,-0.509641 0,-0.15494 -0.03786,-0.284083 -0.109325,-0.374464 -0.07144,-0.09729 -0.160973,-0.142055 -0.284084,-0.142055 -0.239342,0 -0.368458,0.213492 -0.38137,0.645662 h -0.23159 c 0.0061,-0.632751 0.23159,-0.955569 0.67064,-0.955569 0.142901,0 0.272044,0.06456 0.38137,0.193702 0.129117,0.15494 0.193701,0.361553 0.193701,0.632724 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path3", + "name": "path3", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 74.973982,108.53532 c 0,0.24537 -0.06456,0.45196 -0.187669,0.60692 -0.122238,0.161 -0.284083,0.23935 -0.476938,0.23935 -0.167878,0 -0.31078,-0.0646 -0.420106,-0.20061 -0.136022,-0.15494 -0.199734,-0.3805 -0.199734,-0.6844 h 0.225558 c 0,0.17391 0.03273,0.30993 0.09729,0.41926 0.06371,0.1102 0.148061,0.16185 0.251381,0.16185 0.309906,0 0.45884,-0.18079 0.45884,-0.55529 0,-0.32279 -0.136022,-0.48379 -0.413226,-0.48379 h -0.110199 v -0.29096 c 0.161845,0 0.278077,-0.0259 0.335756,-0.0715 0.08438,-0.0637 0.129143,-0.19283 0.129143,-0.39341 0,-0.27808 -0.122264,-0.41323 -0.368459,-0.41323 -0.219524,0 -0.335756,0.1937 -0.341788,0.5742 H 73.7283 c 0.01217,-0.58023 0.206586,-0.87722 0.58711,-0.89101 0.174758,0 0.322818,0.0654 0.433017,0.20058 0.109326,0.14206 0.167005,0.32285 0.167005,0.5484 0,0.23932 -0.0835,0.42611 -0.238442,0.57505 0.103293,0.0775 0.180763,0.16184 0.225531,0.26429 0.04564,0.0973 0.07146,0.23241 0.07146,0.39426 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path4", + "name": "path4", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 75.006261,141.45107 h -0.277204 v 0.64566 h -0.226404 v -0.64566 H 73.6762 v -0.36158 l 0.871194,-1.73725 h 0.181663 v 1.77599 h 0.277204 z m -0.503608,-0.32284 v -1.22674 l -0.606928,1.22674 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path5", + "name": "path5", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 60.026981,20.661107 h -0.232436 v -1.936961 h -0.432171 v -0.264293 c 0.18079,-0.03873 0.296149,-0.07834 0.341763,-0.129143 0.05768,-0.05853 0.116231,-0.193701 0.160999,-0.414073 h 0.161845 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path6", + "name": "path6", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 60.466031,23.237302 c 0,0.174758 -0.03876,0.342609 -0.122264,0.49067 -0.05853,0.109326 -0.136022,0.193702 -0.220371,0.264292 l -0.354701,0.284083 c -0.206613,0.161846 -0.316786,0.342636 -0.33573,0.549249 h 1.020154 v 0.328851 h -1.278413 c 0.01984,-0.489823 0.136022,-0.832459 0.355547,-1.019281 l 0.445055,-0.38825 c 0.167878,-0.135149 0.251381,-0.309033 0.251381,-0.509614 0,-0.154966 -0.03786,-0.284083 -0.109326,-0.374491 -0.07146,-0.09726 -0.160972,-0.142028 -0.284083,-0.142028 -0.239342,0 -0.368459,0.213492 -0.381371,0.645662 H 59.22032 c 0.0061,-0.632751 0.231589,-0.955595 0.670639,-0.955595 0.142902,0 0.272018,0.06456 0.38137,0.193701 0.129117,0.154967 0.193702,0.36158 0.193702,0.632751 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path7", + "name": "path7", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 60.459575,28.886818 c 0,0.245348 -0.06456,0.451961 -0.187669,0.606901 -0.122264,0.160999 -0.284109,0.239342 -0.476938,0.239342 -0.167878,0 -0.310779,-0.06456 -0.420105,-0.20058 -0.136022,-0.154967 -0.199734,-0.380524 -0.199734,-0.684398 h 0.225557 c 0,0.173884 0.0327,0.309906 0.09729,0.419232 0.06369,0.110199 0.148061,0.161846 0.251381,0.161846 0.309907,0 0.45884,-0.18079 0.45884,-0.555255 0,-0.322844 -0.136022,-0.483817 -0.413226,-0.483817 H 59.684769 V 28.0991 c 0.161846,0 0.278077,-0.02593 0.335757,-0.07144 0.08435,-0.06371 0.129116,-0.192855 0.129116,-0.393436 0,-0.278077 -0.122237,-0.413226 -0.368459,-0.413226 -0.219524,0 -0.335729,0.193702 -0.341762,0.574199 h -0.225557 c 0.01217,-0.580231 0.206613,-0.877226 0.587137,-0.891011 0.174757,0 0.322818,0.06543 0.433017,0.200607 0.109326,0.142029 0.167005,0.322818 0.167005,0.548376 0,0.239315 -0.0835,0.426138 -0.238469,0.575071 0.10332,0.07747 0.18079,0.161846 0.225557,0.264293 0.04564,0.09726 0.07146,0.232436 0.07146,0.394282 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path8", + "name": "path8", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "M 60.491854,33.548432 H 60.21465 v 0.645663 h -0.22643 v -0.645663 h -0.826426 v -0.361553 l 0.871193,-1.737254 h 0.181663 v 1.775989 h 0.277204 z M 59.98822,33.225614 v -1.226741 l -0.606901,1.226741 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path9", + "name": "path9", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 33.587196,37.131869 c 0,0.251381 -0.05853,0.458841 -0.167878,0.612934 -0.09726,0.142055 -0.21262,0.213519 -0.355548,0.213519 h -0.644763 v 1.194885 H 32.16678 v -2.815934 h 0.859129 c 0.173884,0 0.309906,0.07144 0.413226,0.226404 0.09641,0.148087 0.148061,0.335756 0.148061,0.568192 z m -0.25826,0 c 0,-0.129143 -0.0327,-0.239342 -0.09038,-0.335756 -0.06459,-0.09038 -0.135175,-0.142028 -0.219525,-0.142028 h -0.600022 v 0.981392 h 0.631852 c 0.06458,0 0.12311,-0.04477 0.181663,-0.129143 0.06371,-0.09726 0.09641,-0.226404 0.09641,-0.374465 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path10", + "name": "path10", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "M 34.658996,39.152783 H 34.42656 v -1.936988 h -0.432171 v -0.264292 c 0.18079,-0.03874 0.296149,-0.07832 0.341789,-0.129117 0.05768,-0.05855 0.109326,-0.193701 0.160973,-0.414099 h 0.161845 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path11", + "name": "path11", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 38.95911,37.131869 c 0,0.251381 -0.05855,0.458841 -0.167878,0.612934 -0.09729,0.142055 -0.212645,0.213519 -0.355547,0.213519 h -0.644789 v 1.194885 h -0.252254 v -2.815934 h 0.859155 c 0.17391,0 0.309933,0.07144 0.413226,0.226404 0.09641,0.148087 0.148087,0.335756 0.148087,0.568192 z m -0.258286,0 c 0,-0.129143 -0.0327,-0.239342 -0.09038,-0.335756 -0.06456,-0.09038 -0.135149,-0.142028 -0.219524,-0.142028 h -0.600022 v 0.981392 h 0.631878 c 0.06456,0 0.12311,-0.04477 0.181636,-0.129143 0.06371,-0.09726 0.09641,-0.226404 0.09641,-0.374465 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path12", + "name": "path12", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 40.469961,37.235163 c 0,0.174757 -0.04477,0.342635 -0.122264,0.490696 -0.05853,0.109326 -0.135996,0.193701 -0.220372,0.264292 l -0.354674,0.284083 c -0.206613,0.161846 -0.316812,0.342636 -0.335756,0.549249 h 1.020154 v 0.328851 h -1.278414 c 0.01984,-0.489824 0.136022,-0.832459 0.355547,-1.019281 l 0.445056,-0.38825 c 0.167878,-0.135149 0.245374,-0.30906 0.245374,-0.50964 0,-0.154967 -0.03186,-0.284083 -0.103319,-0.374492 -0.07144,-0.09726 -0.160973,-0.142028 -0.284083,-0.142028 -0.239343,0 -0.368459,0.213492 -0.387403,0.645663 h -0.225558 c 0.0061,-0.632751 0.23159,-0.955596 0.67064,-0.955596 0.142901,0 0.272044,0.06459 0.38137,0.193702 0.129117,0.154966 0.193702,0.361579 0.193702,0.632751 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path13", + "name": "path13", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 44.079168,39.152783 h -0.303027 c -0.01984,-0.0835 -0.03961,-0.174757 -0.04564,-0.265139 -0.01296,-0.103319 -0.01984,-0.25138 -0.01296,-0.438203 -0.0069,-0.335729 -0.103294,-0.510487 -0.303028,-0.510487 h -0.659421 v 1.213829 h -0.257413 v -2.815087 h 0.903076 c 0.226404,0 0.387377,0.07059 0.484664,0.219525 0.07747,0.12311 0.122237,0.315965 0.122237,0.574225 0,0.246195 -0.09038,0.452808 -0.257386,0.626719 0.08953,0.09038 0.148061,0.160972 0.173884,0.226404 0.02593,0.04477 0.03874,0.129143 0.04564,0.245348 0,0.122264 0.0061,0.315939 0.01905,0.587137 0.0069,0.09641 0.03874,0.180789 0.09038,0.239315 z m -0.32885,-2.066104 c 0,-0.135176 -0.02593,-0.239343 -0.09125,-0.315939 -0.06371,-0.07834 -0.148087,-0.116232 -0.244502,-0.116232 H 42.75514 v 0.967634 h 0.659421 c 0.225558,0 0.335757,-0.179916 0.335757,-0.535463 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path14", + "name": "path14", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 46.255049,39.152783 h -0.25826 v -2.272718 l -0.54237,2.272718 H 45.19616 l -0.535464,-2.285629 v 2.285629 h -0.25826 v -2.815087 h 0.354674 l 0.568193,2.394982 0.568166,-2.394982 h 0.36158 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path15", + "name": "path15", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 48.637516,43.162332 v 1.071774 h 0.89101 v -0.936625 h 0.316813 v 0.936625 h 1.284446 V 44.48636 H 48.32073 v -1.324028 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path16", + "name": "path16", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 51.129785,41.315752 v 0.28411 l -0.839364,0.199707 v 0.749803 l 0.839364,0.212645 v 0.271172 L 48.32073,42.316962 v -0.309907 z m -1.142392,0.555281 -1.239678,0.290962 1.239678,0.321945 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path17", + "name": "path17", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 50.380829,39.53373 c 0.20058,0 0.380497,0.05855 0.542343,0.167879 0.193701,0.142028 0.297021,0.335729 0.297021,0.58711 0,0.252254 -0.10332,0.445929 -0.297021,0.587983 -0.161846,0.116232 -0.341763,0.174758 -0.542343,0.174758 h -2.059226 v -0.259133 h 2.046314 c 0.142028,0 0.271172,-0.04477 0.381371,-0.148061 0.109325,-0.09641 0.167878,-0.212646 0.167878,-0.355547 0,-0.135149 -0.05252,-0.251381 -0.161846,-0.354674 -0.109352,-0.09729 -0.245375,-0.142055 -0.413226,-0.142055 h -2.020491 v -0.25826 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path18", + "name": "path18", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 51.129785,37.887281 v 1.226767 H 48.32073 v -0.258259 h 2.492243 v -0.968508 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path19", + "name": "path19", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 48.637516,36.227947 v 0.63963 h 2.492269 v 0.251381 H 48.637516 V 37.7715 H 48.32073 v -1.543553 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path20", + "name": "path20", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 92.393857,19.783008 c 0,0.265139 -0.05855,0.490696 -0.187669,0.678365 -0.129143,0.186823 -0.277204,0.283237 -0.457994,0.283237 -0.18079,0 -0.335756,-0.07662 -0.45884,-0.218652 -0.116232,-0.142928 -0.179943,-0.322844 -0.186822,-0.542369 h 0.245348 c 0.03874,0.17391 0.09038,0.290115 0.142055,0.347795 0.05768,0.05855 0.136022,0.09125 0.239315,0.09125 0.270325,0 0.399442,-0.213492 0.399442,-0.633597 0,-0.186823 -0.03186,-0.334883 -0.109326,-0.451115 -0.07059,-0.110199 -0.167878,-0.167878 -0.277204,-0.167878 -0.07834,0 -0.142902,0.01905 -0.200581,0.05768 -0.03873,0.03186 -0.09641,0.09644 -0.161845,0.186822 h -0.219525 l 0.148934,-1.497938 h 0.988298 v 0.342635 h -0.794597 l -0.0775,0.755862 c 0.09041,-0.110199 0.213518,-0.161846 0.355547,-0.161846 0.18079,0 0.335756,0.0835 0.445082,0.251381 0.116231,0.174757 0.167878,0.401161 0.167878,0.678365 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path21", + "name": "path21", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 92.393857,24.315532 c 0,0.271172 -0.05165,0.490697 -0.167878,0.658575 -0.116205,0.180789 -0.271172,0.264292 -0.464873,0.264292 -0.426138,0 -0.638784,-0.445082 -0.638784,-1.342972 0,-0.987399 0.238469,-1.485001 0.703342,-1.485001 0.123111,0 0.232437,0.06456 0.335757,0.187669 0.116205,0.136023 0.180789,0.309933 0.199707,0.529458 h -0.244475 c 0.0061,-0.10332 -0.01984,-0.199734 -0.09126,-0.277204 -0.07059,-0.08438 -0.148087,-0.12311 -0.238469,-0.12311 -0.129143,0 -0.232436,0.09038 -0.309906,0.277204 -0.0775,0.187668 -0.122264,0.445928 -0.135176,0.774752 0.160999,-0.22553 0.30906,-0.335703 0.464026,-0.335703 0.161846,0 0.303901,0.08435 0.420106,0.252201 0.116231,0.167878 0.167878,0.374491 0.167878,0.619839 z m -0.239342,0 c 0,-0.167878 -0.03183,-0.309906 -0.09641,-0.40632 -0.06456,-0.10332 -0.160973,-0.161846 -0.284083,-0.161846 -0.103294,0 -0.193702,0.05165 -0.271172,0.15494 -0.08438,0.110199 -0.129143,0.251381 -0.129143,0.433017 0,0.173911 0.03873,0.315966 0.116232,0.432171 0.07747,0.109325 0.173884,0.167878 0.290962,0.167878 0.08953,0 0.17391,-0.04477 0.238469,-0.129143 0.09041,-0.110173 0.135149,-0.271172 0.135149,-0.490697 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path22", + "name": "path22", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 92.413251,27.195178 c -0.290989,0.568193 -0.503634,1.097624 -0.626719,1.594353 -0.07062,0.284109 -0.122264,0.569039 -0.148087,0.859155 h -0.25826 c 0.05768,-0.348642 0.103294,-0.606902 0.148061,-0.761868 0.08438,-0.329724 0.290989,-0.878099 0.633624,-1.652905 h -1.027033 v -0.329697 h 1.278414 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path23", + "name": "path23", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 92.393857,33.477418 c 0,0.219525 -0.05855,0.406347 -0.187669,0.561314 -0.122264,0.15494 -0.28411,0.239315 -0.470905,0.239315 -0.18079,0 -0.329724,-0.08438 -0.445929,-0.239315 -0.122264,-0.154967 -0.179943,-0.347795 -0.179943,-0.587137 0,-0.15494 0.02593,-0.296995 0.0835,-0.419233 0.05855,-0.123084 0.136023,-0.213492 0.232437,-0.27805 -0.167852,-0.129143 -0.252228,-0.315939 -0.252228,-0.561287 0,-0.206613 0.05855,-0.381371 0.161846,-0.523426 0.110199,-0.142054 0.239316,-0.219524 0.387403,-0.219524 0.18079,0 0.322818,0.07059 0.43905,0.20058 0.110198,0.129143 0.167878,0.303028 0.167878,0.509641 0,0.238469 -0.08353,0.43217 -0.245375,0.581104 0.08438,0.04477 0.161846,0.142055 0.219525,0.284057 0.06458,0.142055 0.09041,0.290115 0.09041,0.451961 z m -0.309933,-1.304211 c 0,-0.129116 -0.02593,-0.226404 -0.09038,-0.303027 -0.05855,-0.07747 -0.142054,-0.110172 -0.239315,-0.110172 -0.10332,0 -0.186823,0.03874 -0.245348,0.110172 -0.05768,0.07662 -0.09041,0.179943 -0.09041,0.303027 0,0.290116 0.110198,0.43905 0.335756,0.43905 0.09726,0 0.174757,-0.03874 0.239315,-0.123084 0.06456,-0.08353 0.09038,-0.186822 0.09038,-0.315966 z m 0.06459,1.245685 c 0,-0.154966 -0.03874,-0.284083 -0.109352,-0.373618 -0.0654,-0.09125 -0.161846,-0.135996 -0.290963,-0.135996 -0.122237,0 -0.219525,0.05162 -0.290115,0.148035 -0.06543,0.09729 -0.10332,0.232436 -0.10332,0.394282 0,0.148087 0.03789,0.271171 0.109352,0.368458 0.07747,0.09642 0.167852,0.141182 0.278051,0.141182 0.115358,0 0.212645,-0.05165 0.290115,-0.15494 0.0775,-0.10332 0.116232,-0.232436 0.116232,-0.387403 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path24", + "name": "path24", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 124.30234,19.260033 c 0,0.988298 -0.22553,1.485027 -0.6844,1.485027 -0.16785,0 -0.29699,-0.05768 -0.38737,-0.173911 -0.0775,-0.110173 -0.13602,-0.284956 -0.16185,-0.51652 h 0.23932 c -0.007,0.116205 0.0259,0.206614 0.0904,0.277204 0.0646,0.06456 0.14205,0.103294 0.23934,0.103294 0.12827,0 0.23244,-0.09038 0.31594,-0.277204 0.0775,-0.181637 0.12311,-0.43905 0.12912,-0.762741 -0.13515,0.219525 -0.28409,0.329724 -0.44506,0.329724 -0.18166,0 -0.32972,-0.07747 -0.43992,-0.239316 -0.10933,-0.160999 -0.16701,-0.380524 -0.16701,-0.645663 0,-0.271171 0.0637,-0.490696 0.17992,-0.658574 0.11623,-0.173911 0.27205,-0.264292 0.44596,-0.264292 0.20658,0 0.36155,0.116205 0.47087,0.335729 0.11624,0.232463 0.17476,0.568193 0.17476,1.007243 z m -0.25135,-0.420106 c 0,-0.179916 -0.0396,-0.32885 -0.11708,-0.439049 -0.0766,-0.109326 -0.17391,-0.167005 -0.29615,-0.167005 -0.1102,0 -0.20058,0.05077 -0.26516,0.160972 -0.0714,0.110199 -0.1033,0.25826 -0.1033,0.445082 0,0.187669 0.0387,0.336603 0.1102,0.445929 0.0637,0.09641 0.15494,0.148934 0.25826,0.148934 0.12224,0 0.21953,-0.05853 0.29615,-0.174757 0.0775,-0.116205 0.11708,-0.25826 0.11708,-0.420106 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path25", + "name": "path25", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 122.32019,25.15487 h -0.23244 v -1.936962 h -0.43217 v -0.264292 c 0.18079,-0.03873 0.29615,-0.07834 0.34176,-0.129117 0.0577,-0.05855 0.11624,-0.193701 0.161,-0.414099 h 0.16185 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path26", + "name": "path26", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 124.2507,23.792557 c 0,0.961602 -0.20662,1.446292 -0.62672,1.446292 -0.41926,0 -0.62585,-0.497602 -0.62585,-1.485027 0,-0.420079 0.0577,-0.74893 0.16785,-0.987399 0.10936,-0.232436 0.26517,-0.355547 0.458,-0.355547 0.20058,0 0.35554,0.123111 0.46487,0.355547 0.1102,0.238469 0.16185,0.581078 0.16185,1.026134 z m -0.23244,0.03273 c 0,-0.7171 -0.12912,-1.07868 -0.3874,-1.07868 -0.15494,0 -0.26514,0.110199 -0.32885,0.335756 -0.0456,0.173911 -0.0714,0.426138 -0.0714,0.768747 0,0.716254 0.12911,1.077807 0.38737,1.070928 0.13603,0 0.23847,-0.09038 0.3039,-0.264293 0.0637,-0.180789 0.0964,-0.451961 0.0964,-0.832458 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path27", + "name": "path27", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 122.32019,29.648659 h -0.23244 v -1.936962 h -0.43217 v -0.264292 c 0.18079,-0.03876 0.29615,-0.07834 0.34176,-0.129143 0.0577,-0.05853 0.11624,-0.193701 0.161,-0.414073 h 0.16185 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path28", + "name": "path28", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 123.8181,29.648659 h -0.22553 v -1.936962 h -0.43304 v -0.264292 c 0.18079,-0.03876 0.29011,-0.07834 0.34179,-0.129143 0.0585,-0.05853 0.11017,-0.193701 0.16184,-0.414073 h 0.15494 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path29", + "name": "path29", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 122.32019,34.194095 h -0.23244 v -1.936962 h -0.43217 v -0.264292 c 0.18079,-0.03873 0.29615,-0.07834 0.34176,-0.129117 0.0577,-0.05855 0.11624,-0.193701 0.161,-0.414099 h 0.16185 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path30", + "name": "path30", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 124.25718,32.276527 c 0,0.174757 -0.0388,0.342636 -0.12227,0.490696 -0.0585,0.109353 -0.12911,0.193675 -0.21349,0.264266 l -0.36158,0.28411 c -0.20058,0.161845 -0.31678,0.342609 -0.33573,0.549222 h 1.02013 v 0.328877 h -1.27151 c 0.013,-0.48985 0.12914,-0.832485 0.34867,-1.019307 l 0.45196,-0.388223 c 0.16097,-0.13515 0.24448,-0.30906 0.24448,-0.509641 0,-0.154966 -0.0319,-0.284083 -0.1033,-0.374491 -0.0706,-0.09726 -0.16703,-0.142028 -0.29011,-0.142028 -0.23935,0 -0.36158,0.213492 -0.38137,0.645662 h -0.22556 c 0.006,-0.632751 0.22556,-0.955595 0.66461,-0.955595 0.14893,0 0.27201,0.06458 0.38137,0.193701 0.12911,0.154967 0.1937,0.36158 0.1937,0.632751 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path31", + "name": "path31", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 154.24159,20.661107 h -0.23244 v -1.936961 h -0.43217 v -0.264293 c 0.18079,-0.03873 0.29615,-0.07834 0.34176,-0.129143 0.0577,-0.05853 0.11623,-0.193701 0.161,-0.414073 h 0.16185 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path32", + "name": "path32", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 156.17209,19.89924 c 0,0.245348 -0.0646,0.451961 -0.18767,0.606927 -0.12223,0.160973 -0.2772,0.239316 -0.4709,0.239316 -0.17389,0 -0.30988,-0.06456 -0.42611,-0.200581 -0.12912,-0.154966 -0.19371,-0.380523 -0.19971,-0.684397 h 0.23244 c 0,0.173884 0.0319,0.309906 0.0964,0.419232 0.0576,0.110199 0.14203,0.161846 0.24532,0.161846 0.30991,0 0.46487,-0.18079 0.46487,-0.555255 0,-0.322845 -0.13515,-0.483817 -0.41322,-0.483817 h -0.11621 v -0.290989 c 0.16785,0 0.27805,-0.02593 0.34264,-0.07144 0.0835,-0.06371 0.12224,-0.192855 0.12224,-0.393436 0,-0.278077 -0.11624,-0.413226 -0.36158,-0.413226 -0.22641,0 -0.34261,0.193701 -0.34862,0.574199 h -0.21952 c 0.013,-0.580232 0.20661,-0.877226 0.58795,-0.891011 0.17389,0 0.31594,0.06543 0.42611,0.200607 0.11624,0.142028 0.16704,0.322818 0.16704,0.548375 0,0.239316 -0.0766,0.426138 -0.23847,0.575072 0.10932,0.07747 0.18767,0.161846 0.23243,0.264293 0.0448,0.09726 0.0646,0.232436 0.0646,0.394282 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path33", + "name": "path33", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 154.24159,25.15487 h -0.23244 v -1.936962 h -0.43217 v -0.264292 c 0.18079,-0.03873 0.29615,-0.07834 0.34176,-0.129117 0.0577,-0.05855 0.11623,-0.193701 0.161,-0.414099 h 0.16185 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path34", + "name": "path34", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 156.20437,24.509207 h -0.2772 v 0.645663 h -0.22643 v -0.645663 h -0.8204 V 24.147628 L 155.7455,22.4104 h 0.18167 v 1.775989 h 0.2772 z m -0.50363,-0.322818 v -1.22674 l -0.60688,1.22674 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path35", + "name": "path35", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 154.24159,29.648659 h -0.23244 v -1.936962 h -0.43217 v -0.264292 c 0.18079,-0.03876 0.29615,-0.07834 0.34176,-0.129143 0.0577,-0.05853 0.11623,-0.193701 0.161,-0.414073 h 0.16185 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path36", + "name": "path36", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 156.19146,28.770586 c 0,0.265139 -0.0646,0.490697 -0.1937,0.678366 -0.12311,0.186822 -0.27805,0.283236 -0.458,0.283236 -0.18076,0 -0.32967,-0.07662 -0.45278,-0.218652 -0.12226,-0.142928 -0.18682,-0.322844 -0.18682,-0.542369 h 0.23934 c 0.0447,0.173911 0.0904,0.290116 0.14804,0.347795 0.0516,0.05855 0.12914,0.09126 0.23243,0.09126 0.27117,0 0.40635,-0.213493 0.40635,-0.633598 0,-0.186822 -0.0379,-0.334883 -0.10935,-0.451115 -0.0775,-0.110199 -0.16785,-0.167878 -0.28408,-0.167878 -0.0775,0 -0.14206,0.01905 -0.19371,0.05768 -0.0456,0.03186 -0.0964,0.09644 -0.16785,0.186823 h -0.21349 l 0.14205,-1.497939 h 0.99516 v 0.342636 h -0.80148 l -0.0775,0.755861 c 0.0973,-0.110199 0.21349,-0.161845 0.35552,-0.161845 0.18767,0 0.33576,0.0835 0.45196,0.25138 0.10935,0.174757 0.16788,0.401161 0.16788,0.678365 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path37", + "name": "path37", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 154.24159,34.194095 h -0.23244 v -1.936962 h -0.43217 v -0.264292 c 0.18079,-0.03873 0.29615,-0.07834 0.34176,-0.129117 0.0577,-0.05855 0.11623,-0.193701 0.161,-0.414099 h 0.16185 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path38", + "name": "path38", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 156.19146,33.354757 c 0,0.271172 -0.0585,0.490696 -0.17476,0.658575 -0.11623,0.180789 -0.27032,0.264292 -0.46487,0.264292 -0.41923,0 -0.63185,-0.445082 -0.63185,-1.342946 0,-0.987425 0.23243,-1.485027 0.70329,-1.485027 0.11623,0 0.23246,0.06456 0.33575,0.187669 0.1102,0.136023 0.17391,0.309933 0.19974,0.529458 h -0.25138 c 0.013,-0.10332 -0.019,-0.199734 -0.0904,-0.277204 -0.0646,-0.08438 -0.14203,-0.123111 -0.23244,-0.123111 -0.12911,0 -0.23931,0.09038 -0.31591,0.277204 -0.0783,0.187669 -0.12311,0.445929 -0.12912,0.77478 0.15407,-0.225531 0.30901,-0.33573 0.45794,-0.33573 0.16788,0 0.30303,0.08435 0.41926,0.252227 0.11623,0.167878 0.17476,0.374465 0.17476,0.619813 z m -0.24535,0 c 0,-0.167878 -0.0318,-0.309906 -0.0904,-0.406347 -0.0706,-0.103267 -0.16788,-0.161819 -0.29099,-0.161819 -0.10332,0 -0.19283,0.05167 -0.26429,0.15494 -0.0904,0.110199 -0.12912,0.251381 -0.12912,0.433017 0,0.173911 0.0388,0.315965 0.11621,0.43217 0.0775,0.109326 0.16788,0.167879 0.28408,0.167879 0.0964,0 0.17476,-0.04477 0.24535,-0.129144 0.0835,-0.110172 0.12914,-0.271171 0.12914,-0.490696 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path39", + "name": "path39", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 186.16298,20.661107 h -0.23244 v -1.936961 h -0.43216 v -0.264293 c 0.18078,-0.03873 0.29614,-0.07834 0.34177,-0.129143 0.0577,-0.05853 0.11621,-0.193701 0.16098,-0.414073 h 0.16185 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path40", + "name": "path40", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 188.12578,18.207573 c -0.29098,0.568193 -0.49673,1.097624 -0.62672,1.594353 -0.0646,0.284083 -0.11622,0.569039 -0.14807,0.859155 h -0.25826 c 0.0577,-0.348642 0.11019,-0.606928 0.14807,-0.761868 0.0844,-0.329724 0.297,-0.878099 0.63361,-1.652905 h -1.02703 v -0.329724 h 1.2784 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path41", + "name": "path41", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 186.16298,25.15487 h -0.23244 v -1.936962 h -0.43216 v -0.264292 c 0.18078,-0.03873 0.29614,-0.07834 0.34177,-0.129117 0.0577,-0.05855 0.11621,-0.193701 0.16098,-0.414099 h 0.16185 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path42", + "name": "path42", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 188.11286,24.43822 c 0,0.219524 -0.0646,0.406347 -0.18768,0.561287 -0.12913,0.154966 -0.28408,0.239342 -0.47692,0.239342 -0.18165,0 -0.32972,-0.08438 -0.44594,-0.239342 -0.11622,-0.15494 -0.18078,-0.347795 -0.18078,-0.587111 0,-0.154966 0.0327,-0.296995 0.0835,-0.419259 0.0585,-0.123084 0.13602,-0.213492 0.23244,-0.27805 -0.16099,-0.129143 -0.24535,-0.315913 -0.24535,-0.561261 0,-0.206613 0.0525,-0.38137 0.16185,-0.523425 0.1033,-0.142055 0.23243,-0.219525 0.38739,-0.219525 0.17476,0 0.32283,0.07059 0.43216,0.200581 0.11708,0.129143 0.17476,0.303027 0.17476,0.50964 0,0.238469 -0.0835,0.432144 -0.25224,0.581078 0.0913,0.04477 0.16185,0.142029 0.22641,0.284083 0.0577,0.142055 0.0904,0.290116 0.0904,0.451962 z m -0.30992,-1.304211 c 0,-0.129117 -0.0327,-0.226404 -0.0904,-0.303027 -0.0646,-0.07747 -0.14205,-0.110199 -0.24535,-0.110199 -0.10331,0 -0.18079,0.03876 -0.23933,0.110199 -0.0637,0.07662 -0.0904,0.179916 -0.0904,0.303027 0,0.290116 0.11019,0.439023 0.32972,0.439023 0.0973,0 0.18078,-0.03874 0.23932,-0.123084 0.0637,-0.0835 0.0964,-0.186796 0.0964,-0.315939 z m 0.0585,1.245685 c 0,-0.154967 -0.0327,-0.28411 -0.10331,-0.373645 -0.0714,-0.09123 -0.16873,-0.135996 -0.29097,-0.135996 -0.12913,0 -0.22642,0.05165 -0.29012,0.148061 -0.0714,0.09729 -0.10331,0.232437 -0.10331,0.394282 0,0.148061 0.0379,0.271172 0.10934,0.368459 0.0706,0.09641 0.16184,0.141182 0.27806,0.141182 0.10933,0 0.20661,-0.05165 0.28323,-0.154967 0.0775,-0.103293 0.11708,-0.232436 0.11708,-0.387376 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path43", + "name": "path43", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 186.16298,29.648659 h -0.23244 v -1.936962 h -0.43216 v -0.264292 c 0.18078,-0.03876 0.29614,-0.07834 0.34177,-0.129143 0.0577,-0.05853 0.11621,-0.193701 0.16098,-0.414073 h 0.16185 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path44", + "name": "path44", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 188.09996,28.247585 c 0,0.988298 -0.23244,1.485026 -0.6844,1.485026 -0.17476,0 -0.3039,-0.05768 -0.39429,-0.17391 -0.0766,-0.110173 -0.12913,-0.284956 -0.16098,-0.51652 h 0.23846 c 0,0.116205 0.0327,0.206613 0.0973,0.277204 0.0646,0.06456 0.14205,0.103293 0.23244,0.103293 0.12913,0 0.23933,-0.09038 0.3168,-0.277203 0.0835,-0.181637 0.12225,-0.43905 0.13516,-0.762741 -0.13516,0.219524 -0.28409,0.329723 -0.44507,0.329723 -0.18768,0 -0.32972,-0.07747 -0.43991,-0.239315 -0.11622,-0.160999 -0.16701,-0.380524 -0.16701,-0.645663 0,-0.271171 0.0577,-0.490696 0.17992,-0.658574 0.11622,-0.173911 0.26515,-0.264293 0.44594,-0.264293 0.20058,0 0.35468,0.116205 0.4709,0.33573 0.11622,0.232463 0.17476,0.568193 0.17476,1.007243 z m -0.25138,-0.420106 c 0,-0.179917 -0.0396,-0.328851 -0.11708,-0.439049 -0.0766,-0.109326 -0.17992,-0.167005 -0.30303,-0.167005 -0.11019,0 -0.1937,0.05077 -0.26429,0.160972 -0.0654,0.110199 -0.0973,0.25826 -0.0973,0.445082 0,0.187669 0.0318,0.336603 0.10331,0.445929 0.0706,0.09641 0.15496,0.148934 0.26515,0.148934 0.12224,0 0.21952,-0.05853 0.29614,-0.174757 0.0775,-0.116205 0.11708,-0.25826 0.11708,-0.420106 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path45", + "name": "path45", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 186.60201,32.276527 c 0,0.174757 -0.0387,0.342636 -0.12224,0.490696 -0.0585,0.109353 -0.13602,0.193675 -0.22039,0.264266 l -0.35468,0.28411 c -0.20661,0.161845 -0.3168,0.342609 -0.33574,0.549222 h 1.02014 v 0.328877 h -1.27841 c 0.0198,-0.48985 0.13602,-0.832485 0.35555,-1.019307 l 0.45196,-0.388223 c 0.16098,-0.13515 0.24449,-0.30906 0.24449,-0.509641 0,-0.154966 -0.0379,-0.284083 -0.10933,-0.374491 -0.0715,-0.09726 -0.16099,-0.142028 -0.28409,-0.142028 -0.23933,0 -0.36846,0.213492 -0.38137,0.645662 h -0.23158 c 0.006,-0.632751 0.23158,-0.955595 0.67062,-0.955595 0.14291,0 0.27204,0.06458 0.38138,0.193701 0.12913,0.154967 0.19369,0.36158 0.19369,0.632751 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path46", + "name": "path46", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 188.09349,32.831782 c 0,0.961601 -0.20661,1.446265 -0.62672,1.446265 -0.41925,0 -0.62586,-0.497602 -0.62586,-1.485 0,-0.420106 0.0577,-0.748956 0.16787,-0.987425 0.10934,-0.232437 0.26516,-0.355547 0.45799,-0.355547 0.20059,0 0.35554,0.12311 0.46488,0.355547 0.11019,0.238469 0.16184,0.581104 0.16184,1.02616 z m -0.23244,0.03273 c 0,-0.717127 -0.12913,-1.07868 -0.38739,-1.07868 -0.15496,0 -0.26515,0.110172 -0.32886,0.33573 -0.0456,0.17391 -0.0714,0.426138 -0.0714,0.768773 0,0.716227 0.12913,1.077807 0.3874,1.070901 0.13602,0 0.23846,-0.09038 0.30389,-0.264292 0.0637,-0.180764 0.0964,-0.451961 0.0964,-0.832432 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path47", + "name": "path47", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 218.52342,18.74346 c 0,0.174784 -0.0387,0.342636 -0.12224,0.490723 -0.0585,0.109326 -0.13602,0.193701 -0.2204,0.264292 l -0.35467,0.284083 c -0.20661,0.161846 -0.31681,0.342636 -0.33573,0.549249 h 1.02013 v 0.328851 h -1.27841 c 0.0198,-0.48985 0.13602,-0.832485 0.35554,-1.019281 l 0.45196,-0.38825 c 0.161,-0.135175 0.2445,-0.30906 0.2445,-0.509667 0,-0.15494 -0.0379,-0.284083 -0.10932,-0.374465 -0.0715,-0.09729 -0.161,-0.142054 -0.28411,-0.142054 -0.23932,0 -0.36846,0.213492 -0.38137,0.645662 h -0.23156 c 0.006,-0.632751 0.23156,-0.955569 0.67061,-0.955569 0.14292,0 0.27204,0.06456 0.38137,0.193702 0.12914,0.15494 0.1937,0.361553 0.1937,0.632724 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path48", + "name": "path48", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 219.58228,20.661107 h -0.22553 v -1.936961 h -0.43305 v -0.264293 c 0.18079,-0.03873 0.29012,-0.07834 0.34179,-0.129143 0.0585,-0.05853 0.11018,-0.193701 0.16185,-0.414073 h 0.15494 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path49", + "name": "path49", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 218.52342,23.237302 c 0,0.174758 -0.0387,0.342609 -0.12224,0.49067 -0.0585,0.109326 -0.13602,0.193702 -0.2204,0.264292 l -0.35467,0.284083 c -0.20661,0.161846 -0.31681,0.342636 -0.33573,0.549249 h 1.02013 v 0.328851 h -1.27841 c 0.0198,-0.489823 0.13602,-0.832459 0.35554,-1.019281 l 0.45196,-0.38825 c 0.161,-0.135149 0.2445,-0.309033 0.2445,-0.509614 0,-0.154966 -0.0379,-0.284083 -0.10932,-0.374491 -0.0715,-0.09726 -0.161,-0.142028 -0.28411,-0.142028 -0.23932,0 -0.36846,0.213492 -0.38137,0.645662 h -0.23156 c 0.006,-0.632751 0.23156,-0.955595 0.67061,-0.955595 0.14292,0 0.27204,0.06456 0.38137,0.193701 0.12914,0.154967 0.1937,0.36158 0.1937,0.632751 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path50", + "name": "path50", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 220.02135,23.237302 c 0,0.174758 -0.0387,0.342609 -0.12224,0.49067 -0.0585,0.109326 -0.12914,0.193702 -0.21351,0.264292 l -0.36155,0.284083 c -0.20061,0.161846 -0.31682,0.342636 -0.33576,0.549249 h 1.02015 v 0.328851 h -1.27153 c 0.013,-0.489823 0.12914,-0.832459 0.34867,-1.019281 l 0.45196,-0.38825 c 0.16097,-0.135149 0.24447,-0.309033 0.24447,-0.509614 0,-0.154966 -0.0318,-0.284083 -0.10329,-0.374491 -0.0706,-0.09726 -0.16701,-0.142028 -0.29012,-0.142028 -0.23931,0 -0.36158,0.213492 -0.38137,0.645662 h -0.22555 c 0.006,-0.632751 0.22555,-0.955595 0.6646,-0.955595 0.14894,0 0.27205,0.06456 0.38137,0.193701 0.12914,0.154967 0.1937,0.36158 0.1937,0.632751 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path51", + "name": "path51", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 218.52342,27.731065 c 0,0.174757 -0.0387,0.342635 -0.12224,0.490723 -0.0585,0.109325 -0.13602,0.193701 -0.2204,0.264292 l -0.35467,0.284083 c -0.20661,0.161846 -0.31681,0.342635 -0.33573,0.549249 h 1.02013 v 0.32885 h -1.27841 c 0.0198,-0.489849 0.13602,-0.832485 0.35554,-1.019281 l 0.45196,-0.388276 c 0.161,-0.135149 0.2445,-0.309033 0.2445,-0.50964 0,-0.15494 -0.0379,-0.284083 -0.10932,-0.374465 -0.0715,-0.09729 -0.161,-0.142055 -0.28411,-0.142055 -0.23932,0 -0.36846,0.213493 -0.38137,0.645663 h -0.23156 c 0.006,-0.632751 0.23156,-0.955569 0.67061,-0.955569 0.14292,0 0.27204,0.06456 0.38137,0.193701 0.12914,0.15494 0.1937,0.361553 0.1937,0.632725 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path52", + "name": "path52", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 220.0149,28.886818 c 0,0.245348 -0.0646,0.451961 -0.1877,0.606901 -0.12223,0.160999 -0.2772,0.239342 -0.47088,0.239342 -0.17391,0 -0.30993,-0.06456 -0.42613,-0.20058 -0.12915,-0.154967 -0.1937,-0.380524 -0.19973,-0.684398 h 0.23243 c 0,0.173884 0.0319,0.309906 0.0964,0.419232 0.0577,0.110199 0.14206,0.161846 0.24535,0.161846 0.30993,0 0.46487,-0.18079 0.46487,-0.555255 0,-0.322844 -0.13515,-0.483817 -0.4132,-0.483817 h -0.11623 V 28.0991 c 0.16788,0 0.27808,-0.02593 0.34264,-0.07144 0.0835,-0.06371 0.12224,-0.192855 0.12224,-0.393436 0,-0.278077 -0.11621,-0.413226 -0.36156,-0.413226 -0.22643,0 -0.34263,0.193702 -0.34867,0.574199 h -0.21952 c 0.013,-0.580231 0.20661,-0.877226 0.58798,-0.891011 0.17389,0 0.31594,0.06543 0.42614,0.200607 0.1162,0.142029 0.167,0.322818 0.167,0.548376 0,0.239315 -0.0766,0.426138 -0.23846,0.575071 0.10932,0.07747 0.18766,0.161846 0.23243,0.264293 0.0448,0.09726 0.0646,0.232436 0.0646,0.394282 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path53", + "name": "path53", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 218.52342,32.276527 c 0,0.174757 -0.0387,0.342636 -0.12224,0.490696 -0.0585,0.109353 -0.13602,0.193675 -0.2204,0.264266 l -0.35467,0.28411 c -0.20661,0.161845 -0.31681,0.342609 -0.33573,0.549222 h 1.02013 v 0.328877 h -1.27841 c 0.0198,-0.48985 0.13602,-0.832485 0.35554,-1.019307 l 0.45196,-0.388223 c 0.161,-0.13515 0.2445,-0.30906 0.2445,-0.509641 0,-0.154966 -0.0379,-0.284083 -0.10932,-0.374491 -0.0715,-0.09726 -0.161,-0.142028 -0.28411,-0.142028 -0.23932,0 -0.36846,0.213492 -0.38137,0.645662 h -0.23156 c 0.006,-0.632751 0.23156,-0.955595 0.67061,-0.955595 0.14292,0 0.27204,0.06458 0.38137,0.193701 0.12914,0.154967 0.1937,0.36158 0.1937,0.632751 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path54", + "name": "path54", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 220.04718,33.548432 h -0.27721 v 0.645663 h -0.22643 v -0.645663 h -0.82041 v -0.361553 l 0.86518,-1.737254 h 0.18166 v 1.775989 h 0.27721 z m -0.50364,-0.322818 v -1.226741 l -0.6069,1.226741 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path55", + "name": "path55", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 250.39316,18.74346 c 0,0.174784 -0.0387,0.342636 -0.12224,0.490723 -0.0585,0.109326 -0.13602,0.193701 -0.2204,0.264292 l -0.35467,0.284083 c -0.20661,0.161846 -0.31681,0.342636 -0.33575,0.549249 h 1.02015 v 0.328851 h -1.27841 c 0.0198,-0.48985 0.13602,-0.832485 0.35554,-1.019281 l 0.45196,-0.38825 c 0.161,-0.135175 0.2445,-0.30906 0.2445,-0.509667 0,-0.15494 -0.0379,-0.284083 -0.10935,-0.374465 -0.0714,-0.09729 -0.16097,-0.142054 -0.28408,-0.142054 -0.23932,0 -0.36846,0.213492 -0.38137,0.645662 h -0.23156 c 0.006,-0.632751 0.23156,-0.955569 0.67061,-0.955569 0.1429,0 0.27204,0.06456 0.38137,0.193702 0.12914,0.15494 0.1937,0.361553 0.1937,0.632724 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path56", + "name": "path56", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 251.904,19.783008 c 0,0.265139 -0.0646,0.490696 -0.1937,0.678365 -0.12311,0.186823 -0.27805,0.283237 -0.45799,0.283237 -0.18076,0 -0.3297,-0.07662 -0.45281,-0.218652 -0.12223,-0.142928 -0.18682,-0.322844 -0.18682,-0.542369 h 0.23934 c 0.0448,0.17391 0.0904,0.290115 0.14806,0.347795 0.0516,0.05855 0.12915,0.09125 0.23244,0.09125 0.27117,0 0.40635,-0.213492 0.40635,-0.633597 0,-0.186823 -0.0379,-0.334883 -0.10936,-0.451115 -0.0775,-0.110199 -0.16785,-0.167878 -0.28408,-0.167878 -0.0775,0 -0.14205,0.01905 -0.1937,0.05768 -0.0456,0.03186 -0.0964,0.09644 -0.16788,0.186822 h -0.21349 l 0.14205,-1.497938 h 0.99518 v 0.342635 h -0.80147 l -0.0775,0.755862 c 0.0973,-0.110199 0.21352,-0.161846 0.35555,-0.161846 0.18767,0 0.33575,0.0835 0.45195,0.251381 0.10936,0.174757 0.16788,0.401161 0.16788,0.678365 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path57", + "name": "path57", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 250.39316,23.237302 c 0,0.174758 -0.0387,0.342609 -0.12224,0.49067 -0.0585,0.109326 -0.13602,0.193702 -0.2204,0.264292 l -0.35467,0.284083 c -0.20661,0.161846 -0.31681,0.342636 -0.33575,0.549249 h 1.02015 v 0.328851 h -1.27841 c 0.0198,-0.489823 0.13602,-0.832459 0.35554,-1.019281 l 0.45196,-0.38825 c 0.161,-0.135149 0.2445,-0.309033 0.2445,-0.509614 0,-0.154966 -0.0379,-0.284083 -0.10935,-0.374491 -0.0714,-0.09726 -0.16097,-0.142028 -0.28408,-0.142028 -0.23932,0 -0.36846,0.213492 -0.38137,0.645662 h -0.23156 c 0.006,-0.632751 0.23156,-0.955595 0.67061,-0.955595 0.1429,0 0.27204,0.06456 0.38137,0.193701 0.12914,0.154967 0.1937,0.36158 0.1937,0.632751 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path58", + "name": "path58", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 251.904,24.315532 c 0,0.271172 -0.0585,0.490697 -0.17475,0.658575 -0.11621,0.180789 -0.27033,0.264292 -0.46487,0.264292 -0.41926,0 -0.63188,-0.445082 -0.63188,-1.342972 0,-0.987425 0.23243,-1.485001 0.70334,-1.485001 0.1162,0 0.23244,0.06456 0.33573,0.187669 0.1102,0.136023 0.17391,0.309907 0.19973,0.529432 h -0.25138 c 0.013,-0.103294 -0.0191,-0.199708 -0.0904,-0.277204 -0.0645,-0.08435 -0.14202,-0.123084 -0.23243,-0.123084 -0.12912,0 -0.23932,0.09038 -0.31594,0.277204 -0.0783,0.187668 -0.12311,0.445928 -0.12912,0.774752 0.1541,-0.225557 0.30904,-0.335703 0.45797,-0.335703 0.16788,0 0.30305,0.08432 0.41926,0.252201 0.11623,0.167878 0.17475,0.374491 0.17475,0.619839 z m -0.24534,0 c 0,-0.167878 -0.0319,-0.309933 -0.0904,-0.406347 -0.0706,-0.103293 -0.16788,-0.161845 -0.29099,-0.161845 -0.1033,0 -0.19283,0.05167 -0.2643,0.154966 -0.0904,0.110199 -0.12914,0.251381 -0.12914,0.433017 0,0.173911 0.0388,0.315939 0.11623,0.432171 0.0775,0.109325 0.16788,0.167878 0.28409,0.167878 0.0964,0 0.17475,-0.04477 0.24534,-0.129143 0.0835,-0.110199 0.12915,-0.271172 0.12915,-0.490697 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path59", + "name": "path59", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 250.39316,27.731065 c 0,0.174757 -0.0387,0.342635 -0.12224,0.490723 -0.0585,0.109325 -0.13602,0.193701 -0.2204,0.264292 l -0.35467,0.284083 c -0.20661,0.161846 -0.31681,0.342635 -0.33575,0.549249 h 1.02015 v 0.32885 h -1.27841 c 0.0198,-0.489849 0.13602,-0.832485 0.35554,-1.019281 l 0.45196,-0.388276 c 0.161,-0.135149 0.2445,-0.309033 0.2445,-0.50964 0,-0.15494 -0.0379,-0.284083 -0.10935,-0.374465 -0.0714,-0.09729 -0.16097,-0.142055 -0.28408,-0.142055 -0.23932,0 -0.36846,0.213493 -0.38137,0.645663 h -0.23156 c 0.006,-0.632751 0.23156,-0.955569 0.67061,-0.955569 0.1429,0 0.27204,0.06456 0.38137,0.193701 0.12914,0.15494 0.1937,0.361553 0.1937,0.632725 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path60", + "name": "path60", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 251.91694,27.195178 c -0.29099,0.568193 -0.49673,1.097624 -0.62671,1.594353 -0.0646,0.284109 -0.11624,0.569039 -0.14809,0.859155 h -0.25826 c 0.0577,-0.348642 0.1102,-0.606902 0.14806,-0.761868 0.0844,-0.329724 0.29702,-0.878099 0.63362,-1.652905 h -1.02703 v -0.329697 h 1.27841 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path61", + "name": "path61", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 250.39316,32.276527 c 0,0.174757 -0.0387,0.342636 -0.12224,0.490696 -0.0585,0.109353 -0.13602,0.193675 -0.2204,0.264266 l -0.35467,0.28411 c -0.20661,0.161845 -0.31681,0.342609 -0.33575,0.549222 h 1.02015 v 0.328877 h -1.27841 c 0.0198,-0.48985 0.13602,-0.832485 0.35554,-1.019307 l 0.45196,-0.388223 c 0.161,-0.13515 0.2445,-0.30906 0.2445,-0.509641 0,-0.154966 -0.0379,-0.284083 -0.10935,-0.374491 -0.0714,-0.09726 -0.16097,-0.142028 -0.28408,-0.142028 -0.23932,0 -0.36846,0.213492 -0.38137,0.645662 h -0.23156 c 0.006,-0.632751 0.23156,-0.955595 0.67061,-0.955595 0.1429,0 0.27204,0.06458 0.38137,0.193701 0.12914,0.154967 0.1937,0.36158 0.1937,0.632751 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path62", + "name": "path62", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 251.904,33.477418 c 0,0.219525 -0.0646,0.406347 -0.18766,0.561314 -0.12915,0.15494 -0.28409,0.239315 -0.47694,0.239315 -0.18164,0 -0.3297,-0.08438 -0.44593,-0.239315 -0.1162,-0.154967 -0.18079,-0.347795 -0.18079,-0.587137 0,-0.15494 0.0327,-0.296995 0.0835,-0.419233 0.0585,-0.123084 0.13601,-0.213492 0.23243,-0.27805 -0.16097,-0.129143 -0.24535,-0.315939 -0.24535,-0.561287 0,-0.206613 0.0525,-0.381371 0.16185,-0.523426 0.10332,-0.142054 0.23243,-0.219524 0.3874,-0.219524 0.17476,0 0.32284,0.07059 0.43217,0.20058 0.11708,0.129143 0.17475,0.303028 0.17475,0.509641 0,0.238469 -0.0835,0.43217 -0.25225,0.581104 0.0913,0.04477 0.16185,0.142055 0.22643,0.284057 0.0577,0.142055 0.0904,0.290115 0.0904,0.451961 z m -0.3099,-1.304211 c 0,-0.129116 -0.0327,-0.226404 -0.0904,-0.303027 -0.0646,-0.07747 -0.14203,-0.110172 -0.24535,-0.110172 -0.10329,0 -0.18079,0.03874 -0.23931,0.110172 -0.0637,0.07662 -0.0904,0.179943 -0.0904,0.303027 0,0.290116 0.1102,0.43905 0.32972,0.43905 0.0973,0 0.18079,-0.03874 0.23934,-0.123084 0.0637,-0.08353 0.0964,-0.186822 0.0964,-0.315966 z m 0.0585,1.245685 c 0,-0.154966 -0.0327,-0.284083 -0.10329,-0.373618 -0.0715,-0.09125 -0.16875,-0.135996 -0.29099,-0.135996 -0.12911,0 -0.2264,0.05162 -0.29011,0.148035 -0.0714,0.09729 -0.1033,0.232436 -0.1033,0.394282 0,0.148087 0.0379,0.271171 0.10933,0.368458 0.0706,0.09642 0.16185,0.141182 0.27805,0.141182 0.10935,0 0.20661,-0.05165 0.28324,-0.15494 0.0775,-0.10332 0.11707,-0.232436 0.11707,-0.387403 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path63", + "name": "path63", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 106.90829,42.82012 c 0,0.265165 -0.0585,0.490696 -0.18767,0.678392 -0.12912,0.186795 -0.2772,0.28321 -0.45797,0.28321 -0.18079,0 -0.33575,-0.07662 -0.45886,-0.218652 -0.11621,-0.142902 -0.17992,-0.322845 -0.1868,-0.542369 h 0.24535 c 0.0387,0.17391 0.0904,0.290115 0.14203,0.347794 0.0577,0.05855 0.13602,0.09125 0.23934,0.09125 0.2703,0 0.39944,-0.213492 0.39944,-0.633598 0,-0.186822 -0.0319,-0.334883 -0.10932,-0.451114 -0.0706,-0.110146 -0.16788,-0.167825 -0.27721,-0.167825 -0.0783,0 -0.1429,0.01905 -0.20058,0.05768 -0.0388,0.03186 -0.0964,0.09639 -0.16185,0.186769 h -0.21952 l 0.14893,-1.497912 h 0.98828 v 0.342636 h -0.7946 l -0.0775,0.755861 c 0.0904,-0.110199 0.21349,-0.161845 0.35555,-0.161845 0.18079,0 0.33573,0.0835 0.44508,0.25138 0.1162,0.174758 0.16785,0.401135 0.16785,0.678339 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path64", + "name": "path64", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 106.90829,75.658351 c 0,0.271198 -0.0516,0.490723 -0.16785,0.658574 -0.11623,0.18079 -0.2712,0.264292 -0.46487,0.264292 -0.42614,0 -0.63879,-0.445055 -0.63879,-1.342972 0,-0.987425 0.23847,-1.485026 0.70334,-1.485026 0.12311,0 0.23244,0.06458 0.33573,0.187695 0.11623,0.135996 0.18079,0.309906 0.19974,0.529431 h -0.2445 c 0.006,-0.10332 -0.0199,-0.199734 -0.0912,-0.277204 -0.0706,-0.08437 -0.14809,-0.12311 -0.23847,-0.12311 -0.12914,0 -0.23244,0.09041 -0.30993,0.277204 -0.0775,0.187669 -0.12224,0.445928 -0.13515,0.774805 0.16097,-0.225557 0.30906,-0.335756 0.46402,-0.335756 0.16185,0 0.30388,0.08438 0.42011,0.252254 0.1162,0.167852 0.16785,0.374465 0.16785,0.619813 z m -0.23932,0 c 0,-0.167852 -0.0319,-0.309907 -0.0964,-0.406321 -0.0646,-0.10332 -0.161,-0.161845 -0.28408,-0.161845 -0.10332,0 -0.1937,0.05165 -0.2712,0.15494 -0.0844,0.110199 -0.12912,0.25138 -0.12912,0.433043 0,0.173884 0.0387,0.315939 0.11621,0.432144 0.0775,0.109352 0.17391,0.167878 0.29099,0.167878 0.0895,0 0.17388,-0.04477 0.23847,-0.129116 0.0904,-0.110199 0.13514,-0.271198 0.13514,-0.490723 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path65", + "name": "path65", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 106.92766,106.84373 c -0.29096,0.56817 -0.50361,1.09762 -0.62672,1.59433 -0.0706,0.28408 -0.12224,0.56904 -0.14806,0.85915 h -0.25826 c 0.0577,-0.34867 0.10329,-0.60693 0.14806,-0.76189 0.0844,-0.32967 0.29099,-0.87808 0.6336,-1.65286 h -1.02704 v -0.32972 h 1.27842 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path66", + "name": "path66", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 106.90829,141.38003 c 0,0.21952 -0.0585,0.40632 -0.18767,0.56129 -0.12224,0.15496 -0.28408,0.23931 -0.4709,0.23931 -0.18077,0 -0.3297,-0.0844 -0.44593,-0.23931 -0.12224,-0.15497 -0.17992,-0.3478 -0.17992,-0.58711 0,-0.15497 0.0259,-0.29702 0.0835,-0.41926 0.0585,-0.12311 0.13602,-0.21349 0.23244,-0.27805 -0.16788,-0.12915 -0.25223,-0.31597 -0.25223,-0.56132 0,-0.20661 0.0585,-0.38137 0.16185,-0.5234 0.11017,-0.14205 0.23931,-0.21952 0.38737,-0.21952 0.18079,0 0.32285,0.0706 0.43905,0.20058 0.1102,0.12912 0.16788,0.30303 0.16788,0.50964 0,0.23847 -0.0835,0.43217 -0.24535,0.58108 0.0844,0.0448 0.16185,0.14205 0.21953,0.28411 0.0646,0.14203 0.0904,0.29011 0.0904,0.45196 z m -0.30991,-1.30424 c 0,-0.12914 -0.0259,-0.2264 -0.0904,-0.30302 -0.0585,-0.0775 -0.14205,-0.1102 -0.23934,-0.1102 -0.10329,0 -0.1868,0.0387 -0.24535,0.1102 -0.0577,0.0766 -0.0904,0.17991 -0.0904,0.30302 0,0.29012 0.1102,0.43905 0.33573,0.43905 0.0973,0 0.17476,-0.0387 0.23934,-0.12311 0.0646,-0.0835 0.0904,-0.18682 0.0904,-0.31594 z m 0.0646,1.24569 c 0,-0.15494 -0.0387,-0.28409 -0.10932,-0.37362 -0.0654,-0.0913 -0.16185,-0.13602 -0.29097,-0.13602 -0.12226,0 -0.21952,0.0516 -0.29014,0.14808 -0.0654,0.0973 -0.10329,0.23244 -0.10329,0.39429 0,0.14806 0.0379,0.27117 0.10932,0.36846 0.0775,0.0964 0.16788,0.14118 0.27808,0.14118 0.11536,0 0.21262,-0.0517 0.29012,-0.15497 0.0775,-0.10329 0.1162,-0.23244 0.1162,-0.3874 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path67", + "name": "path67", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 138.81677,42.297145 c 0,0.988271 -0.22555,1.485 -0.68439,1.485 -0.16788,0 -0.297,-0.05768 -0.38741,-0.173884 -0.0775,-0.110199 -0.13602,-0.284956 -0.16184,-0.516546 h 0.23934 c -0.007,0.116231 0.0259,0.206613 0.0904,0.277204 0.0646,0.06456 0.14206,0.103319 0.23932,0.103319 0.12827,0 0.23243,-0.09041 0.31596,-0.277203 0.0775,-0.181663 0.12309,-0.43905 0.12912,-0.762741 -0.13515,0.219525 -0.28408,0.329697 -0.44508,0.329697 -0.18164,0 -0.3297,-0.07747 -0.4399,-0.239316 -0.10932,-0.160972 -0.167,-0.38047 -0.167,-0.645636 0,-0.271171 0.0637,-0.490696 0.17991,-0.658574 0.11621,-0.173884 0.27205,-0.264293 0.44593,-0.264293 0.20662,0 0.36158,0.116232 0.47091,0.335757 0.11623,0.232436 0.17475,0.568166 0.17475,1.007216 z m -0.25138,-0.420106 c 0,-0.179917 -0.0396,-0.32885 -0.11707,-0.439049 -0.0766,-0.109326 -0.17389,-0.167005 -0.29615,-0.167005 -0.11017,0 -0.20058,0.0508 -0.26514,0.160972 -0.0715,0.110199 -0.10332,0.258286 -0.10332,0.445082 0,0.187669 0.0388,0.336603 0.1102,0.445929 0.0637,0.09641 0.15496,0.148907 0.25826,0.148907 0.12226,0 0.21952,-0.05852 0.29615,-0.17473 0.0775,-0.116205 0.11707,-0.25826 0.11707,-0.420106 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path68", + "name": "path68", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 138.38418,76.497715 h -0.23244 v -1.936962 h -0.43217 v -0.264292 c 0.18079,-0.03876 0.29615,-0.07834 0.34177,-0.129143 0.0577,-0.05853 0.11623,-0.193702 0.161,-0.414073 h 0.16184 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path69", + "name": "path69", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 140.31471,75.135402 c 0,0.961602 -0.20661,1.446265 -0.62672,1.446265 -0.41925,0 -0.62587,-0.497575 -0.62587,-1.485 0,-0.420132 0.0577,-0.748983 0.16788,-0.987452 0.10933,-0.232436 0.26514,-0.355547 0.45799,-0.355547 0.20059,0 0.35553,0.123111 0.46488,0.355547 0.11017,0.238469 0.16184,0.581105 0.16184,1.026187 z m -0.23243,0.0327 c 0,-0.7171 -0.12915,-1.078679 -0.38741,-1.078679 -0.15496,0 -0.26516,0.110199 -0.32885,0.335729 -0.0456,0.173911 -0.0715,0.426138 -0.0715,0.768774 0,0.716253 0.12914,1.077833 0.3874,1.070954 0.13602,0 0.23847,-0.09041 0.30388,-0.264293 0.0637,-0.180789 0.0964,-0.451961 0.0964,-0.832485 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path70", + "name": "path70", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 138.38418,109.29721 h -0.23244 v -1.93696 h -0.43217 v -0.26429 c 0.18079,-0.0387 0.29615,-0.0784 0.34177,-0.12912 0.0577,-0.0586 0.11623,-0.1937 0.161,-0.4141 h 0.16184 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path71", + "name": "path71", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 139.88209,109.29721 h -0.22553 v -1.93696 h -0.43304 v -0.26429 c 0.18079,-0.0387 0.29014,-0.0784 0.34179,-0.12912 0.0585,-0.0586 0.1102,-0.1937 0.16184,-0.4141 h 0.15494 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path72", + "name": "path72", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 138.38418,142.09673 h -0.23244 v -1.93699 h -0.43217 v -0.26429 c 0.18079,-0.0387 0.29615,-0.0783 0.34177,-0.12914 0.0577,-0.0585 0.11623,-0.19368 0.161,-0.41407 h 0.16184 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path73", + "name": "path73", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 140.32117,140.17911 c 0,0.17476 -0.0387,0.34264 -0.12226,0.4907 -0.0585,0.10932 -0.12912,0.1937 -0.2135,0.26429 l -0.36155,0.28408 c -0.20061,0.16185 -0.31681,0.34264 -0.33576,0.54925 h 1.02016 v 0.32885 h -1.27154 c 0.013,-0.48982 0.12915,-0.83246 0.34867,-1.01928 l 0.45196,-0.38825 c 0.16097,-0.13515 0.24448,-0.30906 0.24448,-0.50964 0,-0.15496 -0.0319,-0.28408 -0.1033,-0.37449 -0.0706,-0.0973 -0.167,-0.14203 -0.29011,-0.14203 -0.23934,0 -0.36158,0.2135 -0.38137,0.64564 h -0.22556 c 0.006,-0.63273 0.22556,-0.95557 0.66461,-0.95557 0.14893,0 0.27204,0.0646 0.38137,0.1937 0.12911,0.15497 0.1937,0.36158 0.1937,0.63275 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path74", + "name": "path74", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 170.30558,43.698219 h -0.23244 v -1.936962 h -0.43217 v -0.264292 c 0.18079,-0.03874 0.29615,-0.07834 0.34179,-0.129143 0.0577,-0.05853 0.1162,-0.193701 0.16097,-0.414073 h 0.16185 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path75", + "name": "path75", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 172.23611,42.936325 c 0,0.245348 -0.0646,0.451961 -0.18767,0.606928 -0.12226,0.160972 -0.2772,0.239315 -0.4709,0.239315 -0.17391,0 -0.30994,-0.06456 -0.42614,-0.20058 -0.12915,-0.154967 -0.1937,-0.380524 -0.19974,-0.684398 h 0.23244 c 0,0.173884 0.0319,0.309906 0.0964,0.419232 0.0577,0.110199 0.14206,0.161846 0.24535,0.161846 0.30994,0 0.4649,-0.180763 0.4649,-0.555255 0,-0.322844 -0.13517,-0.483817 -0.41322,-0.483817 h -0.11624 v -0.290962 c 0.16788,0 0.27808,-0.02593 0.34264,-0.07144 0.0835,-0.06371 0.12224,-0.192854 0.12224,-0.393435 0,-0.278051 -0.11621,-0.413226 -0.36156,-0.413226 -0.22643,0 -0.34263,0.193701 -0.34866,0.574225 h -0.21953 c 0.013,-0.580231 0.20661,-0.877253 0.58798,-0.891011 0.17392,0 0.31594,0.06543 0.42614,0.200581 0.11621,0.142055 0.16701,0.322818 0.16701,0.548375 0,0.239316 -0.0766,0.426138 -0.23847,0.575072 0.10935,0.07744 0.18767,0.161819 0.23244,0.264266 0.0448,0.09729 0.0646,0.232436 0.0646,0.394282 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path76", + "name": "path76", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 170.30558,76.497715 h -0.23244 v -1.936962 h -0.43217 v -0.264292 c 0.18079,-0.03876 0.29615,-0.07834 0.34179,-0.129143 0.0577,-0.05853 0.1162,-0.193702 0.16097,-0.414073 h 0.16185 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path77", + "name": "path77", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 172.26839,75.852052 h -0.2772 v 0.645663 h -0.22641 v -0.645663 h -0.82042 v -0.361553 l 0.86519,-1.737254 h 0.18164 v 1.775989 h 0.2772 z m -0.50361,-0.322818 v -1.226767 l -0.60693,1.226767 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path78", + "name": "path78", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 170.30558,109.29721 h -0.23244 v -1.93696 h -0.43217 v -0.26429 c 0.18079,-0.0387 0.29615,-0.0784 0.34179,-0.12912 0.0577,-0.0586 0.1162,-0.1937 0.16097,-0.4141 h 0.16185 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path79", + "name": "path79", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 172.2555,108.41909 c 0,0.26516 -0.0646,0.49072 -0.1937,0.67839 -0.12311,0.18679 -0.27807,0.28323 -0.45799,0.28323 -0.18079,0 -0.32972,-0.0766 -0.45284,-0.21867 -0.12223,-0.14291 -0.18679,-0.32282 -0.18679,-0.54235 h 0.23931 c 0.0448,0.17389 0.0904,0.29012 0.14807,0.3478 0.0517,0.0585 0.12914,0.0913 0.23243,0.0913 0.2712,0 0.40635,-0.21352 0.40635,-0.63362 0,-0.1868 -0.0379,-0.33486 -0.10933,-0.45106 -0.0775,-0.1102 -0.16788,-0.16788 -0.28408,-0.16788 -0.0775,0 -0.14206,0.0191 -0.1937,0.0577 -0.0456,0.0318 -0.0964,0.0964 -0.16788,0.18679 h -0.21349 l 0.14203,-1.49791 h 0.99517 v 0.34261 h -0.80147 l -0.0775,0.75586 c 0.0973,-0.1102 0.21349,-0.16184 0.35554,-0.16184 0.18767,0 0.33573,0.0835 0.45197,0.25138 0.10932,0.17475 0.16787,0.40116 0.16787,0.67834 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path80", + "name": "path80", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 170.30558,142.09673 h -0.23244 v -1.93699 h -0.43217 v -0.26429 c 0.18079,-0.0387 0.29615,-0.0783 0.34179,-0.12914 0.0577,-0.0585 0.1162,-0.19368 0.16097,-0.41407 h 0.16185 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path81", + "name": "path81", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 172.2555,141.25737 c 0,0.27117 -0.0586,0.4907 -0.17478,0.65857 -0.1162,0.18079 -0.2703,0.2643 -0.46487,0.2643 -0.41923,0 -0.63188,-0.44509 -0.63188,-1.34298 0,-0.98745 0.23244,-1.48502 0.70334,-1.48502 0.11621,0 0.23244,0.0645 0.33573,0.18767 0.1102,0.13602 0.17391,0.3099 0.19974,0.52943 h -0.25139 c 0.013,-0.1033 -0.0191,-0.19971 -0.0904,-0.27721 -0.0646,-0.0843 -0.14205,-0.12308 -0.23243,-0.12308 -0.12915,0 -0.23935,0.0904 -0.31594,0.2772 -0.0784,0.18767 -0.12311,0.44593 -0.12915,0.77478 0.1541,-0.22556 0.30906,-0.33573 0.458,-0.33573 0.16788,0 0.30303,0.0844 0.41923,0.25223 0.11623,0.16788 0.17478,0.37449 0.17478,0.61984 z m -0.24537,0 c 0,-0.16788 -0.0318,-0.30993 -0.0904,-0.40635 -0.0706,-0.10329 -0.16788,-0.16184 -0.29099,-0.16184 -0.10329,0 -0.19283,0.0516 -0.26429,0.15496 -0.0904,0.1102 -0.12912,0.25138 -0.12912,0.43302 0,0.17391 0.0387,0.31594 0.11621,0.43217 0.0775,0.10933 0.16787,0.16788 0.2841,0.16788 0.0964,0 0.17476,-0.0448 0.24535,-0.12914 0.0835,-0.1102 0.12912,-0.27118 0.12912,-0.4907 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path82", + "name": "path82", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 202.17534,43.698219 h -0.23244 v -1.936962 h -0.43216 v -0.264292 c 0.18078,-0.03874 0.29614,-0.07834 0.34177,-0.129143 0.0577,-0.05853 0.11622,-0.193701 0.16098,-0.414073 h 0.16185 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path83", + "name": "path83", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 204.13814,41.244738 c -0.29098,0.568166 -0.49673,1.097624 -0.62672,1.594326 -0.0646,0.284083 -0.11622,0.569039 -0.14807,0.859155 h -0.25827 c 0.0577,-0.348668 0.1102,-0.606928 0.14808,-0.761894 0.0844,-0.329724 0.297,-0.878073 0.6336,-1.652852 h -1.02703 v -0.329724 h 1.27841 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path84", + "name": "path84", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 202.17534,76.497715 h -0.23244 v -1.936962 h -0.43216 v -0.264292 c 0.18078,-0.03876 0.29614,-0.07834 0.34177,-0.129143 0.0577,-0.05853 0.11622,-0.193702 0.16098,-0.414073 h 0.16185 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path85", + "name": "path85", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 204.12521,75.781065 c 0,0.219524 -0.0646,0.40632 -0.18767,0.561287 -0.12913,0.154966 -0.28409,0.239315 -0.47692,0.239315 -0.18165,0 -0.32972,-0.08435 -0.44594,-0.239315 -0.11622,-0.154967 -0.18079,-0.347795 -0.18079,-0.587111 0,-0.154966 0.0327,-0.297021 0.0835,-0.419259 0.0585,-0.12311 0.13602,-0.213492 0.23244,-0.278077 -0.16099,-0.129116 -0.24535,-0.315939 -0.24535,-0.561287 0,-0.206613 0.0525,-0.38137 0.16184,-0.523425 0.10331,-0.142028 0.23244,-0.219525 0.3874,-0.219525 0.17476,0 0.32283,0.07059 0.43216,0.200607 0.11708,0.129117 0.17476,0.303028 0.17476,0.509641 0,0.238442 -0.0835,0.432144 -0.25224,0.581078 0.0913,0.04477 0.16185,0.142055 0.22641,0.284109 0.0577,0.142029 0.0904,0.290116 0.0904,0.451962 z m -0.30991,-1.304238 c 0,-0.129143 -0.0327,-0.22643 -0.0904,-0.303027 -0.0646,-0.0775 -0.14205,-0.110199 -0.24535,-0.110199 -0.10331,0 -0.18079,0.03873 -0.23933,0.110199 -0.0637,0.0766 -0.0904,0.179917 -0.0904,0.303027 0,0.290116 0.11019,0.43905 0.32972,0.43905 0.0973,0 0.18078,-0.03873 0.23932,-0.123111 0.0637,-0.0835 0.0964,-0.186822 0.0964,-0.315939 z m 0.0585,1.245685 c 0,-0.154966 -0.0327,-0.284083 -0.10331,-0.373618 -0.0714,-0.09126 -0.16873,-0.136022 -0.29097,-0.136022 -0.12914,0 -0.22641,0.05165 -0.29012,0.148061 -0.0714,0.09729 -0.10331,0.232463 -0.10331,0.394308 0,0.148061 0.0379,0.271172 0.10934,0.368433 0.0706,0.09644 0.16184,0.141208 0.27806,0.141208 0.10933,0 0.20661,-0.05167 0.28323,-0.154967 0.0775,-0.10332 0.11708,-0.232436 0.11708,-0.387403 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path86", + "name": "path86", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 202.17534,109.29721 h -0.23244 v -1.93696 h -0.43216 v -0.26429 c 0.18078,-0.0387 0.29614,-0.0784 0.34177,-0.12912 0.0577,-0.0586 0.11622,-0.1937 0.16098,-0.4141 h 0.16185 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path87", + "name": "path87", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 204.11231,107.89616 c 0,0.98827 -0.23243,1.485 -0.68439,1.485 -0.17476,0 -0.30389,-0.0577 -0.39429,-0.17391 -0.0766,-0.1102 -0.12913,-0.28495 -0.16098,-0.51652 h 0.23846 c 0,0.11621 0.0327,0.20662 0.0973,0.27721 0.0646,0.0646 0.14205,0.10329 0.23244,0.10329 0.12913,0 0.23932,-0.0904 0.3168,-0.2772 0.0835,-0.18164 0.12225,-0.43905 0.13516,-0.76272 -0.13516,0.2195 -0.28409,0.3297 -0.44507,0.3297 -0.18768,0 -0.32972,-0.0775 -0.43992,-0.23929 -0.11621,-0.161 -0.16701,-0.38052 -0.16701,-0.64566 0,-0.2712 0.0577,-0.49073 0.17993,-0.65858 0.11622,-0.17391 0.26515,-0.26429 0.44594,-0.26429 0.20058,0 0.35468,0.11621 0.4709,0.33573 0.11621,0.23244 0.17475,0.56819 0.17475,1.00724 z m -0.25137,-0.4201 c 0,-0.17995 -0.0396,-0.32888 -0.11708,-0.43905 -0.0766,-0.10935 -0.17992,-0.16703 -0.30303,-0.16703 -0.11019,0 -0.1937,0.0508 -0.26429,0.161 -0.0654,0.11019 -0.0973,0.25825 -0.0973,0.44508 0,0.18767 0.0318,0.3366 0.1033,0.44593 0.0706,0.0964 0.15496,0.14893 0.26516,0.14893 0.12224,0 0.21952,-0.0585 0.29614,-0.17476 0.0775,-0.11623 0.11708,-0.25826 0.11708,-0.4201 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path88", + "name": "path88", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 202.61437,140.17911 c 0,0.17476 -0.0387,0.34264 -0.12224,0.4907 -0.0585,0.10932 -0.13602,0.1937 -0.22039,0.26429 l -0.35468,0.28408 c -0.20661,0.16185 -0.3168,0.34264 -0.33574,0.54925 h 1.02014 v 0.32885 h -1.27841 c 0.0198,-0.48982 0.13602,-0.83246 0.35555,-1.01928 l 0.45196,-0.38825 c 0.16098,-0.13515 0.24449,-0.30906 0.24449,-0.50964 0,-0.15496 -0.0379,-0.28408 -0.10934,-0.37449 -0.0714,-0.0973 -0.16098,-0.14203 -0.28409,-0.14203 -0.23932,0 -0.36845,0.2135 -0.38136,0.64564 h -0.23158 c 0.006,-0.63273 0.23158,-0.95557 0.67062,-0.95557 0.14291,0 0.27204,0.0646 0.38137,0.1937 0.12914,0.15497 0.1937,0.36158 0.1937,0.63275 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path89", + "name": "path89", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 204.10585,140.73437 c 0,0.9616 -0.20661,1.44626 -0.62672,1.44626 -0.41925,0 -0.62586,-0.49757 -0.62586,-1.485 0,-0.4201 0.0577,-0.74898 0.16787,-0.98745 0.10933,-0.23244 0.26515,-0.35552 0.45799,-0.35552 0.20059,0 0.35554,0.12308 0.46487,0.35552 0.1102,0.23847 0.16185,0.5811 0.16185,1.02619 z m -0.23244,0.0327 c 0,-0.7171 -0.12913,-1.07868 -0.38739,-1.07868 -0.15496,0 -0.26515,0.1102 -0.32886,0.33576 -0.0456,0.17388 -0.0714,0.42613 -0.0714,0.76874 0,0.71626 0.12913,1.07784 0.3874,1.07096 0.13602,0 0.23846,-0.0904 0.30388,-0.2643 0.0637,-0.18079 0.0964,-0.45196 0.0964,-0.83248 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path90", + "name": "path90", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 234.53577,41.780625 c 0,0.174757 -0.0387,0.342635 -0.12224,0.490696 -0.0585,0.1093 -0.13602,0.193675 -0.22037,0.264266 l -0.3547,0.284083 c -0.20661,0.161846 -0.31678,0.342636 -0.33572,0.549249 h 1.02012 v 0.32885 h -1.27838 c 0.0198,-0.489849 0.13599,-0.832458 0.35552,-1.01928 l 0.45198,-0.388224 c 0.16097,-0.135175 0.24448,-0.309059 0.24448,-0.50964 0,-0.154966 -0.0379,-0.28411 -0.10933,-0.374491 -0.0715,-0.09729 -0.161,-0.142055 -0.28408,-0.142055 -0.23934,0 -0.36846,0.213519 -0.38137,0.645663 h -0.23159 c 0.006,-0.632751 0.23159,-0.95557 0.67064,-0.95557 0.1429,0 0.27201,0.06456 0.38137,0.193702 0.12911,0.154966 0.19367,0.361553 0.19367,0.632751 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path91", + "name": "path91", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 235.59466,43.698219 h -0.22556 v -1.936962 h -0.43302 v -0.264292 c 0.18077,-0.03874 0.29012,-0.07834 0.34177,-0.129116 0.0585,-0.05855 0.11019,-0.193702 0.16184,-0.4141 h 0.15497 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path92", + "name": "path92", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 234.53577,74.580094 c 0,0.174758 -0.0387,0.342636 -0.12224,0.490723 -0.0585,0.109326 -0.13602,0.193702 -0.22037,0.264292 l -0.3547,0.284083 c -0.20661,0.161846 -0.31678,0.342636 -0.33572,0.549249 h 1.02012 v 0.328851 h -1.27838 c 0.0198,-0.48985 0.13599,-0.832485 0.35552,-1.019281 l 0.45198,-0.388276 c 0.16097,-0.135149 0.24448,-0.309034 0.24448,-0.509641 0,-0.15494 -0.0379,-0.284083 -0.10933,-0.374464 -0.0715,-0.09729 -0.161,-0.142055 -0.28408,-0.142055 -0.23934,0 -0.36846,0.213492 -0.38137,0.645662 h -0.23159 c 0.006,-0.632751 0.23159,-0.955569 0.67064,-0.955569 0.1429,0 0.27201,0.06456 0.38137,0.193702 0.12911,0.15494 0.19367,0.361553 0.19367,0.632724 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path93", + "name": "path93", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 236.0337,74.580094 c 0,0.174758 -0.0387,0.342636 -0.12223,0.490723 -0.0586,0.109326 -0.12915,0.193702 -0.21349,0.264292 l -0.36158,0.284083 c -0.20058,0.161846 -0.31681,0.342636 -0.33576,0.549249 h 1.02015 v 0.328851 h -1.27153 c 0.013,-0.48985 0.12914,-0.832485 0.34867,-1.019281 l 0.45196,-0.388276 c 0.161,-0.135149 0.2445,-0.309034 0.2445,-0.509641 0,-0.15494 -0.0319,-0.284083 -0.10332,-0.374464 -0.0706,-0.09729 -0.167,-0.142055 -0.29011,-0.142055 -0.23932,0 -0.36156,0.213492 -0.38137,0.645662 h -0.22556 c 0.006,-0.632751 0.22556,-0.955569 0.66461,-0.955569 0.14893,0 0.27204,0.06456 0.38136,0.193702 0.12915,0.15494 0.1937,0.361553 0.1937,0.632724 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path94", + "name": "path94", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 234.53577,107.37962 c 0,0.17475 -0.0387,0.34263 -0.12224,0.49069 -0.0585,0.10936 -0.13602,0.1937 -0.22037,0.2643 l -0.3547,0.28408 c -0.20661,0.16184 -0.31678,0.34261 -0.33572,0.54922 h 1.02012 v 0.32888 h -1.27838 c 0.0198,-0.48985 0.13599,-0.83249 0.35552,-1.01928 l 0.45198,-0.38825 c 0.16097,-0.13515 0.24448,-0.30906 0.24448,-0.50964 0,-0.15497 -0.0379,-0.28409 -0.10933,-0.37449 -0.0715,-0.0973 -0.161,-0.14203 -0.28408,-0.14203 -0.23934,0 -0.36846,0.21349 -0.38137,0.64566 h -0.23159 c 0.006,-0.63275 0.23159,-0.9556 0.67064,-0.9556 0.1429,0 0.27201,0.0646 0.38137,0.19371 0.12911,0.15496 0.19367,0.36158 0.19367,0.63275 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path95", + "name": "path95", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 236.02725,108.53532 c 0,0.24537 -0.0646,0.45196 -0.18767,0.60692 -0.12226,0.161 -0.2772,0.23935 -0.4709,0.23935 -0.17391,0 -0.30994,-0.0646 -0.42614,-0.20061 -0.12914,-0.15494 -0.1937,-0.3805 -0.19973,-0.6844 h 0.23243 c 0,0.17391 0.0319,0.30993 0.0964,0.41926 0.0577,0.1102 0.14205,0.16185 0.24537,0.16185 0.30991,0 0.46487,-0.18079 0.46487,-0.55529 0,-0.32279 -0.13517,-0.48379 -0.41322,-0.48379 h -0.11623 v -0.29096 c 0.16787,0 0.27807,-0.0259 0.34263,-0.0715 0.0835,-0.0637 0.12224,-0.19283 0.12224,-0.39341 0,-0.27808 -0.11621,-0.41323 -0.36155,-0.41323 -0.22643,0 -0.34264,0.1937 -0.34867,0.5742 h -0.21952 c 0.013,-0.58023 0.20661,-0.87722 0.58798,-0.89101 0.17391,0 0.31594,0.0654 0.42613,0.20058 0.11623,0.14206 0.16701,0.32285 0.16701,0.5484 0,0.23932 -0.0766,0.42611 -0.23847,0.57505 0.10935,0.0775 0.18769,0.16184 0.23243,0.26429 0.0448,0.0973 0.0646,0.23241 0.0646,0.39426 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path96", + "name": "path96", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 234.53577,140.17911 c 0,0.17476 -0.0387,0.34264 -0.12224,0.4907 -0.0585,0.10932 -0.13602,0.1937 -0.22037,0.26429 l -0.3547,0.28408 c -0.20661,0.16185 -0.31678,0.34264 -0.33572,0.54925 h 1.02012 v 0.32885 h -1.27838 c 0.0198,-0.48982 0.13599,-0.83246 0.35552,-1.01928 l 0.45198,-0.38825 c 0.16097,-0.13515 0.24448,-0.30906 0.24448,-0.50964 0,-0.15496 -0.0379,-0.28408 -0.10933,-0.37449 -0.0715,-0.0973 -0.161,-0.14203 -0.28408,-0.14203 -0.23934,0 -0.36846,0.2135 -0.38137,0.64564 h -0.23159 c 0.006,-0.63273 0.23159,-0.95557 0.67064,-0.95557 0.1429,0 0.27201,0.0646 0.38137,0.1937 0.12911,0.15497 0.19367,0.36158 0.19367,0.63275 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path97", + "name": "path97", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 236.05953,141.45107 h -0.27721 v 0.64566 h -0.2264 v -0.64566 h -0.82041 v -0.36158 l 0.86518,-1.73725 h 0.18163 v 1.77599 h 0.27721 z m -0.50361,-0.32284 v -1.22674 l -0.60692,1.22674 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path98", + "name": "path98", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 266.45716,41.780625 c 0,0.174757 -0.0387,0.342635 -0.12224,0.490696 -0.0585,0.1093 -0.13602,0.193675 -0.22037,0.264266 l -0.3547,0.284083 c -0.20661,0.161846 -0.31678,0.342636 -0.33573,0.549249 h 1.02013 v 0.32885 h -1.27839 c 0.0198,-0.489849 0.136,-0.832458 0.35552,-1.01928 l 0.45199,-0.388224 c 0.16097,-0.135175 0.24447,-0.309059 0.24447,-0.50964 0,-0.154966 -0.0379,-0.28411 -0.10932,-0.374491 -0.0715,-0.09729 -0.161,-0.142055 -0.28408,-0.142055 -0.23934,0 -0.36846,0.213519 -0.38137,0.645663 h -0.23159 c 0.006,-0.632751 0.23159,-0.95557 0.67063,-0.95557 0.14291,0 0.27202,0.06456 0.38138,0.193702 0.12911,0.154966 0.19367,0.361553 0.19367,0.632751 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path99", + "name": "path99", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 267.96803,42.82012 c 0,0.265165 -0.0646,0.490696 -0.1937,0.678392 -0.12311,0.186795 -0.27807,0.28321 -0.45799,0.28321 -0.18079,0 -0.32972,-0.07662 -0.45284,-0.218652 -0.12223,-0.142902 -0.18679,-0.322845 -0.18679,-0.542369 h 0.23931 c 0.0448,0.17391 0.0904,0.290115 0.14807,0.347794 0.0517,0.05855 0.12914,0.09125 0.23246,0.09125 0.27117,0 0.40632,-0.213492 0.40632,-0.633598 0,-0.186822 -0.0379,-0.334883 -0.10933,-0.451114 -0.0775,-0.110146 -0.16788,-0.167825 -0.28408,-0.167825 -0.0775,0 -0.14205,0.01905 -0.1937,0.05768 -0.0456,0.03186 -0.0964,0.09639 -0.16788,0.186769 h -0.21349 l 0.14203,-1.497912 h 0.99517 v 0.342636 h -0.80147 l -0.0775,0.755861 c 0.0973,-0.110199 0.21349,-0.161845 0.35554,-0.161845 0.18767,0 0.33573,0.0835 0.45196,0.25138 0.10933,0.174758 0.16788,0.401135 0.16788,0.678339 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path100", + "name": "path100", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 266.45716,74.580094 c 0,0.174758 -0.0387,0.342636 -0.12224,0.490723 -0.0585,0.109326 -0.13602,0.193702 -0.22037,0.264292 l -0.3547,0.284083 c -0.20661,0.161846 -0.31678,0.342636 -0.33573,0.549249 h 1.02013 v 0.328851 h -1.27839 c 0.0198,-0.48985 0.136,-0.832485 0.35552,-1.019281 l 0.45199,-0.388276 c 0.16097,-0.135149 0.24447,-0.309034 0.24447,-0.509641 0,-0.15494 -0.0379,-0.284083 -0.10932,-0.374464 -0.0715,-0.09729 -0.161,-0.142055 -0.28408,-0.142055 -0.23934,0 -0.36846,0.213492 -0.38137,0.645662 h -0.23159 c 0.006,-0.632751 0.23159,-0.955569 0.67063,-0.955569 0.14291,0 0.27202,0.06456 0.38138,0.193702 0.12911,0.15494 0.19367,0.361553 0.19367,0.632724 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path101", + "name": "path101", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 267.96803,75.658377 c 0,0.271172 -0.0586,0.490697 -0.17476,0.658575 -0.11622,0.180763 -0.27032,0.264292 -0.46489,0.264292 -0.41923,0 -0.63188,-0.445082 -0.63188,-1.342999 0,-0.987425 0.23244,-1.485 0.70334,-1.485 0.11623,0 0.23244,0.06456 0.33576,0.187669 0.11017,0.136022 0.17388,0.309906 0.1997,0.529431 h -0.25138 c 0.013,-0.103293 -0.019,-0.199707 -0.0904,-0.277204 -0.0646,-0.08435 -0.14205,-0.12311 -0.23243,-0.12311 -0.12915,0 -0.23935,0.09041 -0.31594,0.277204 -0.0784,0.187669 -0.12311,0.445955 -0.12915,0.774805 0.1541,-0.225557 0.30906,-0.335756 0.458,-0.335756 0.16788,0 0.30303,0.08438 0.41925,0.252254 0.11621,0.167878 0.17476,0.374465 0.17476,0.619839 z m -0.24537,0 c 0,-0.167878 -0.0318,-0.309933 -0.0904,-0.406347 -0.0706,-0.103293 -0.16788,-0.161845 -0.29099,-0.161845 -0.10329,0 -0.19283,0.05165 -0.26427,0.154966 -0.0904,0.110173 -0.12914,0.251381 -0.12914,0.433017 0,0.173884 0.0387,0.315939 0.11621,0.432171 0.0775,0.109325 0.16787,0.167851 0.2841,0.167851 0.0964,0 0.17476,-0.04477 0.24535,-0.129116 0.0835,-0.110199 0.12912,-0.271172 0.12912,-0.490697 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path102", + "name": "path102", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 266.45716,107.37962 c 0,0.17475 -0.0387,0.34263 -0.12224,0.49069 -0.0585,0.10936 -0.13602,0.1937 -0.22037,0.2643 l -0.3547,0.28408 c -0.20661,0.16184 -0.31678,0.34261 -0.33573,0.54922 h 1.02013 v 0.32888 h -1.27839 c 0.0198,-0.48985 0.136,-0.83249 0.35552,-1.01928 l 0.45199,-0.38825 c 0.16097,-0.13515 0.24447,-0.30906 0.24447,-0.50964 0,-0.15497 -0.0379,-0.28409 -0.10932,-0.37449 -0.0715,-0.0973 -0.161,-0.14203 -0.28408,-0.14203 -0.23934,0 -0.36846,0.21349 -0.38137,0.64566 h -0.23159 c 0.006,-0.63275 0.23159,-0.9556 0.67063,-0.9556 0.14291,0 0.27202,0.0646 0.38138,0.19371 0.12911,0.15496 0.19367,0.36158 0.19367,0.63275 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path103", + "name": "path103", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 267.98092,106.84373 c -0.29096,0.56817 -0.49673,1.09762 -0.62672,1.59433 -0.0646,0.28408 -0.11623,0.56904 -0.14806,0.85915 h -0.25829 c 0.0577,-0.34867 0.1102,-0.60693 0.14809,-0.76189 0.0844,-0.32967 0.297,-0.87808 0.6336,-1.65286 h -1.02703 v -0.32972 h 1.27841 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path104", + "name": "path104", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 266.45716,140.17911 c 0,0.17476 -0.0387,0.34264 -0.12224,0.4907 -0.0585,0.10932 -0.13602,0.1937 -0.22037,0.26429 l -0.3547,0.28408 c -0.20661,0.16185 -0.31678,0.34264 -0.33573,0.54925 h 1.02013 v 0.32885 h -1.27839 c 0.0198,-0.48982 0.136,-0.83246 0.35552,-1.01928 l 0.45199,-0.38825 c 0.16097,-0.13515 0.24447,-0.30906 0.24447,-0.50964 0,-0.15496 -0.0379,-0.28408 -0.10932,-0.37449 -0.0715,-0.0973 -0.161,-0.14203 -0.28408,-0.14203 -0.23934,0 -0.36846,0.2135 -0.38137,0.64564 h -0.23159 c 0.006,-0.63273 0.23159,-0.95557 0.67063,-0.95557 0.14291,0 0.27202,0.0646 0.38138,0.1937 0.12911,0.15497 0.19367,0.36158 0.19367,0.63275 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path105", + "name": "path105", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 33.554916,65.521502 -0.69125,2.815087 h -0.270325 l -0.698182,-2.815087 h 0.272044 l 0.568193,2.376038 0.548349,-2.376038 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path107", + "name": "path107", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 267.96803,141.38003 c 0,0.21952 -0.0646,0.40635 -0.18769,0.56129 -0.12912,0.15496 -0.28408,0.23934 -0.47691,0.23934 -0.18167,0 -0.32973,-0.0844 -0.44593,-0.23934 -0.11623,-0.15494 -0.18079,-0.3478 -0.18079,-0.58711 0,-0.15497 0.0327,-0.297 0.0835,-0.41926 0.0585,-0.12311 0.13602,-0.21349 0.23244,-0.27805 -0.161,-0.12915 -0.24535,-0.31594 -0.24535,-0.56132 0,-0.20658 0.0525,-0.38137 0.16185,-0.5234 0.10329,-0.14205 0.23243,-0.21952 0.3874,-0.21952 0.17476,0 0.32282,0.0706 0.43214,0.20058 0.11708,0.12914 0.17476,0.30303 0.17476,0.50964 0,0.23847 -0.0835,0.43217 -0.25223,0.58111 0.0913,0.0448 0.16185,0.14202 0.2264,0.28408 0.0577,0.14205 0.0904,0.29011 0.0904,0.45196 z m -0.30993,-1.30424 c 0,-0.12911 -0.0327,-0.2264 -0.0904,-0.30302 -0.0646,-0.0775 -0.14206,-0.1102 -0.24535,-0.1102 -0.10332,0 -0.18079,0.0387 -0.23934,0.1102 -0.0637,0.0766 -0.0904,0.17991 -0.0904,0.30302 0,0.29012 0.1102,0.43905 0.32972,0.43905 0.0973,0 0.18076,-0.0387 0.23932,-0.12311 0.0637,-0.0835 0.0964,-0.18679 0.0964,-0.31594 z m 0.0586,1.24571 c 0,-0.15496 -0.0327,-0.28411 -0.10332,-0.37364 -0.0714,-0.0913 -0.16872,-0.13602 -0.29096,-0.13602 -0.12914,0 -0.22643,0.0517 -0.29011,0.14808 -0.0715,0.0973 -0.10332,0.23244 -0.10332,0.39429 0,0.14806 0.0379,0.27117 0.10932,0.36846 0.0706,0.0964 0.16185,0.14118 0.27808,0.14118 0.10932,0 0.20661,-0.0517 0.28324,-0.15497 0.0775,-0.10329 0.11707,-0.23244 0.11707,-0.38738 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path106", + "name": "path106", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 33.852361,67.936301 h 0.277204 v 0.400315 h -0.277204 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path108", + "name": "path108", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 35.743709,66.418995 c 0,0.174757 -0.03874,0.342635 -0.122238,0.490696 -0.05855,0.109326 -0.129143,0.193702 -0.220398,0.264293 l -0.354674,0.284083 c -0.20058,0.161845 -0.316812,0.342635 -0.335756,0.549248 h 1.020154 v 0.328851 h -1.278414 c 0.01984,-0.489823 0.136022,-0.832459 0.355547,-1.019281 l 0.451961,-0.38825 c 0.160999,-0.135149 0.244502,-0.309059 0.244502,-0.50964 0,-0.154966 -0.03789,-0.284083 -0.109326,-0.374491 -0.06458,-0.09726 -0.160999,-0.142028 -0.284109,-0.142028 -0.239316,0 -0.368459,0.213492 -0.381371,0.645662 h -0.225531 c 0,-0.632751 0.225531,-0.955595 0.664581,-0.955595 0.142901,0 0.272044,0.06458 0.38137,0.193701 0.129143,0.154967 0.193702,0.36158 0.193702,0.632751 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path109", + "name": "path109", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 37.273926,67.690927 h -0.277204 v 0.645662 h -0.232436 v -0.645662 h -0.82042 v -0.36158 l 0.87122,-1.737254 h 0.181636 v 1.776015 h 0.277204 z m -0.50964,-0.322819 v -1.226767 l -0.607775,1.226767 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path110", + "name": "path110", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 33.58074,101.13609 h -0.284083 l -0.199734,-0.84625 h -0.755809 l -0.213519,0.84625 h -0.264292 l 0.710247,-2.815066 h 0.315939 z m -0.561287,-1.149302 -0.290963,-1.239626 -0.322818,1.239626 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path111", + "name": "path111", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 35.446714,100.10299 c -0.122264,0.74295 -0.400315,1.11744 -0.832485,1.11744 -0.259133,0 -0.471752,-0.13602 -0.626719,-0.40719 -0.161845,-0.2712 -0.238469,-0.61984 -0.238469,-1.064921 0,-0.413226 0.07059,-0.755862 0.212646,-1.027007 0.154966,-0.296994 0.374491,-0.445082 0.658574,-0.445082 0.18079,0 0.342636,0.07662 0.477785,0.232437 0.142055,0.15412 0.239315,0.380497 0.309906,0.677492 H 35.14366 c -0.110172,-0.394256 -0.28493,-0.587084 -0.53631,-0.587084 -0.18079,0 -0.328851,0.102447 -0.43905,0.315912 -0.109326,0.212646 -0.161846,0.496729 -0.161846,0.852276 0,0.335727 0.05252,0.606927 0.168725,0.813537 0.109326,0.2135 0.257413,0.31679 0.43905,0.31679 0.296148,0 0.483817,-0.26514 0.574199,-0.7946 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path112", + "name": "path112", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 37.325573,101.13609 h -0.277204 l -0.200581,-0.84625 h -0.755861 l -0.21262,0.84625 H 35.60811 l 0.716253,-2.815066 h 0.309933 z m -0.555255,-1.149302 -0.290988,-1.239626 -0.321972,1.239626 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path113", + "name": "path113", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 31.159538,131.91467 c 0,0.25138 -0.05853,0.45884 -0.167852,0.61293 -0.09729,0.14206 -0.212646,0.21352 -0.355547,0.21352 h -0.644816 v 1.19488 h -0.252227 v -2.81593 h 0.859155 c 0.17391,0 0.309906,0.0715 0.413226,0.2264 0.09641,0.14809 0.148061,0.33576 0.148061,0.5682 z m -0.25826,0 c 0,-0.12915 -0.0327,-0.23932 -0.09038,-0.33576 -0.06458,-0.0904 -0.135175,-0.14203 -0.219524,-0.14203 h -0.600049 v 0.98139 h 0.631904 c 0.06456,0 0.123085,-0.0448 0.181637,-0.12911 0.06371,-0.0973 0.09641,-0.22643 0.09641,-0.37449 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path114", + "name": "path114", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 33.296657,132.56679 c 0,0.43217 -0.09038,0.78168 -0.265139,1.05201 -0.173884,0.26513 -0.406321,0.40116 -0.696437,0.40116 -0.278077,0 -0.503607,-0.13603 -0.678365,-0.4072 -0.174783,-0.27807 -0.265165,-0.62587 -0.265165,-1.06577 0,-0.42529 0.08438,-0.7679 0.239316,-1.03909 0.174757,-0.29012 0.40722,-0.43215 0.710247,-0.43215 0.303874,0 0.542343,0.14806 0.716227,0.44506 0.155813,0.27808 0.239316,0.62587 0.239316,1.04598 z m -0.25826,-0.0327 c 0,-0.32885 -0.06456,-0.60005 -0.186796,-0.81354 -0.123111,-0.21264 -0.290962,-0.32197 -0.497575,-0.32197 -0.225558,0 -0.406347,0.11623 -0.529458,0.33576 -0.116205,0.20574 -0.174757,0.47778 -0.174757,0.81266 0,0.34865 0.06543,0.62672 0.187669,0.83334 0.129143,0.21264 0.297021,0.31594 0.510513,0.31594 0.225557,0 0.400315,-0.11536 0.522552,-0.3478 0.1093,-0.21349 0.167852,-0.48466 0.167852,-0.81439 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path115", + "name": "path115", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 35.898675,131.12052 -0.503634,2.81509 H 35.11699 l -0.445082,-2.30545 -0.445082,2.30545 h -0.278051 l -0.496729,-2.81509 h 0.277204 l 0.368459,2.25981 0.43905,-2.25981 h 0.270298 l 0.439923,2.25981 0.374491,-2.25981 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path116", + "name": "path116", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 37.596744,133.93558 h -1.414409 v -2.81509 h 1.369642 v 0.31682 h -1.117415 v 0.89101 h 1.071801 v 0.31594 h -1.071801 v 0.9685 h 1.162182 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path117", + "name": "path117", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "M 39.572467,133.93558 H 39.26944 c -0.01984,-0.0835 -0.03958,-0.17476 -0.04561,-0.26514 -0.01297,-0.10332 -0.01984,-0.25138 -0.01297,-0.4382 -0.0069,-0.33573 -0.103319,-0.51049 -0.303027,-0.51049 h -0.659447 v 1.21383 h -0.257413 v -2.81509 h 0.903075 c 0.226404,0 0.387403,0.0706 0.484664,0.21953 0.0775,0.12311 0.122264,0.31596 0.122264,0.57422 0,0.2462 -0.09041,0.45281 -0.257413,0.62672 0.08953,0.0904 0.148087,0.16097 0.173911,0.22641 0.02593,0.0448 0.03873,0.12914 0.04561,0.24534 0,0.12227 0.0061,0.31594 0.01905,0.58714 0.0069,0.0964 0.03874,0.18076 0.09041,0.23932 z m -0.32885,-2.0661 c 0,-0.13518 -0.02593,-0.23935 -0.09126,-0.31594 -0.06371,-0.0784 -0.148061,-0.11623 -0.244475,-0.11623 H 38.24844 v 0.96763 h 0.659447 c 0.225531,0 0.33573,-0.17992 0.33573,-0.53546 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path118", + "name": "path118", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + } + ], + "id": "g1", + "name": "g1", + "transform": "matrix(4.0000001,0,0,4.0000001,361.00001,192)", + "type": "group" + }, + { + "d": "m 642.99281,361.21442 c 0,-9.09087 -7.0248,-16.11562 -15.70249,-16.11562 -9.09087,0 -16.11569,7.02475 -16.11569,16.11562 0,8.67763 7.02482,16.11569 16.11569,16.11569 8.67769,0 15.70249,-7.43806 15.70249,-16.11569 m 7.02467,0 c 0,-12.80984 -9.91719,-23.14042 -22.72716,-23.14042 -12.80995,0 -23.14037,10.33058 -23.14037,23.14042 0,12.80989 10.33042,23.14049 23.14037,23.14049 12.80997,0 22.72716,-10.3306 22.72716,-23.14049 m -24.79325,11.98341 c 0.41318,-0.41316 0.41318,-1.23961 0.41318,-2.06607 m -0.41318,-17.76845 c 0.41318,-0.41328 0.41318,-1.23976 0.41318,-2.06619 m -10.74376,14.87595 c 0,1.23972 1.23959,2.47935 2.47934,2.47935 1.23962,0 2.06609,-1.23963 2.06609,-2.47935 m -4.54543,-9.91722 c 0,1.23959 1.23959,2.47935 2.47934,2.47935 1.23962,0 2.06609,-1.23976 2.06609,-2.47935 m 0.41328,-4.95873 c 0,1.23971 1.23959,2.47935 2.47924,2.47935 1.23972,0 2.06615,-1.23964 2.06615,-2.47935 m 5.37193,0 c 0,1.23971 1.23959,2.47935 2.47937,2.47935 1.23959,0 2.06607,-1.23964 2.06607,-2.47935 m 0.41328,4.95873 c 0,1.23959 1.23961,2.47935 2.47924,2.47935 1.23971,0 2.06617,-1.23976 2.06617,-2.47935 m -4.54541,9.91722 c 0,1.23972 1.23961,2.47935 2.47924,2.47935 1.23971,0 2.06617,-1.23963 2.06617,-2.47935 m -9.50413,4.95869 c 0,1.23963 1.23959,2.47937 2.47937,2.47937 1.23959,0 2.06607,-1.23974 2.06607,-2.47937 m -14.46276,0 c 0,1.23963 1.23959,2.47937 2.47924,2.47937 1.23972,0 2.06619,-1.23974 2.06619,-2.47937 m 17.35536,-9.91732 c 0,-1.65281 0,-2.89252 -0.41328,-4.13215 m -28.09915,0 c -0.41316,1.23963 -0.82644,2.47934 -0.82644,4.13215 m 19.00827,-14.04958 c -2.89258,-0.82635 -5.78514,-0.82635 -8.26451,0 m 0,0 c -4.95859,1.23972 -8.67767,4.95869 -9.91732,9.91743 m 0,0 c 0,0 -0.41316,0 -0.41316,0.41315 m 0,0 c 0,0.82648 0.82644,1.65291 1.65281,1.65291 m 10.3306,-10.33058 c 0,-0.41319 0,-1.23963 -0.41318,-1.23963 -0.41328,-0.41328 -0.82647,-0.41328 -1.23975,-0.41328 m 18.18183,9.91743 c -1.65286,-4.95874 -5.37186,-8.67771 -9.91732,-9.91743 m 0,0 c -0.41328,0 -1.23971,0 -1.23971,0.41328 -0.41316,0 -0.82644,0.82644 -0.82644,1.23963 m 10.33061,10.33058 c 0.41328,0 0.82643,-0.41315 1.23971,-0.82643 0,-0.4132 0.41315,-0.82648 0,-1.23963 m -11.57032,16.52884 c 0,0.41318 0.41328,0.82646 0.82644,1.23963 0,0 0.82643,0.41316 1.23971,0 m 0,0.41316 c 4.54546,-1.65279 8.26446,-5.37187 9.91732,-9.91733 m -0.41315,0 c 0.41315,-0.41315 0,-1.23963 0,-1.23963 -0.41328,-0.41328 -0.82643,-0.82643 -1.23971,-0.82643 m -26.44629,2.06606 c 1.23965,4.54546 4.95873,8.26454 9.91732,9.91733 m 0,-0.41318 c 0.41328,0.41318 0.82647,0 1.23975,0 0.41318,-0.41315 0.41318,-0.82643 0.41318,-1.23961 m -10.3306,-10.3306 c -0.82637,0 -1.65281,0.82643 -1.65281,1.65291 m 0,0 c 0,0 0.41316,0 0.41316,0.41315 m -0.82644,-4.13217 c 0,1.23963 0.41328,2.89254 0.82644,4.13217 m 28.09915,0 c 0.41328,-1.23963 0.41328,-2.89254 0.41328,-4.13217 m -18.59511,14.0495 c 2.47937,0.41328 5.37193,0.41328 8.26451,0 m -7.02476,-4.13216 c 0,-1.23971 -0.82647,-2.47934 -2.06619,-2.47934 -1.23965,0 -2.47924,1.23963 -2.47924,2.47934 m 14.46276,0 c 0,-1.23971 -0.82648,-2.47934 -2.06607,-2.47934 -1.23978,0 -2.47937,1.23963 -2.47937,2.47934 m 9.50413,-4.95869 c 0,-1.23963 -0.82646,-2.47939 -2.06617,-2.47939 -1.23963,0 -2.47924,1.23976 -2.47924,2.47939 m 4.54541,-9.91722 c 0,-1.23975 -0.82646,-2.47938 -2.06617,-2.47938 -1.23963,0 -2.47924,1.23963 -2.47924,2.47938 m -0.41328,-4.95873 c 0,-1.23963 -0.82648,-2.47935 -2.06607,-2.47935 -1.23978,0 -2.47937,1.23972 -2.47937,2.47935 m -5.37193,0 c 0,-1.23963 -0.82643,-2.47935 -2.06615,-2.47935 -1.23965,0 -2.47924,1.23972 -2.47924,2.47935 m -0.41328,4.95873 c 0,-1.23975 -0.82647,-2.47938 -2.06609,-2.47938 -1.23975,0 -2.47934,1.23963 -2.47934,2.47938 m 4.54543,9.91722 c 0,-1.23963 -0.82647,-2.47939 -2.06609,-2.47939 -1.23975,0 -2.47934,1.23976 -2.47934,2.47939 m 0,-7.02472 h -0.41328 m 10.3306,-10.33058 v 0.41328 m 4.13224,0 v -0.41328 m -14.46284,14.46276 h 0.41328 m 0,-4.13218 c 1.65287,0.82648 3.3058,0.82648 4.54543,0 m 4.13224,0 h -4.13224 m 4.13224,0 c 0.82643,0 1.23965,-0.82643 1.23965,-1.65291 m 0,-3.71897 v 4.13225 m 0.82644,-6.6116 c 0,-0.82643 0,-1.65291 -0.41316,-2.47935 m 4.13215,0 c -1.23965,1.65292 -1.23965,3.30578 0,4.54554 m -0.41319,4.54541 v -4.13225 m 0.41319,3.71897 c 0,0.82648 0.41328,1.65291 1.23972,1.65291 m 4.13228,0 h -4.13228 m 4.13228,0 c 1.6528,0.82648 3.30567,0.82648 4.54541,0 m 0,4.13218 c -1.23974,-1.23976 -2.89261,-1.23976 -4.54541,0 m -1.65291,0 h 1.65291 m -1.23976,0 c -0.41315,0 -0.82643,0.41315 -0.82643,0.82643 m 0,2.06611 v -2.06611 m -0.82644,2.47937 c 0.41328,0 0.82644,-0.41326 0.82644,-0.82646 m -2.89253,1.23964 h 2.06609 m -1.65293,-0.41318 c -0.41316,0 -0.82644,0.41318 -0.82644,0.82646 m -0.41319,1.65278 v -1.65278 m 0.41319,1.23963 c -1.23965,1.65291 -1.23965,3.3058 0,4.54543 m -3.71899,-2.06609 c 0,-0.82643 0,-1.65291 -0.41316,-2.47934 m -0.41328,-3.71898 v 4.13213 m 0,-4.54541 c 0,-0.82648 -0.41322,-1.23963 -1.23965,-1.23963 m -4.13224,0 h 4.13224 m -4.13224,0 c -1.23963,-1.23976 -2.89256,-1.23976 -4.54543,0 m 4.13224,0 h 8.26443 m 0,0 v 9.91732 m 0,0 h 0.82643 m 0,0 v -2.06609 m 0.82646,-2.47934 c -0.41328,0.82643 -0.82646,1.65291 -0.82646,2.47934 m 0.82646,-2.06619 v -8.2643 m 0,0 h 9.91732 m 0,0 v -0.82644 m 0,0 h -2.06605 m -2.06608,-0.82648 c 0.82633,0.41328 1.6528,0.82648 2.47924,0.82648 m -2.47924,-0.4132 h -8.26456 m 0,0 v -10.33058 m 0,0 h -0.82643 m 0,0 v 2.06607 m -0.41318,2.06619 c 0.41318,-0.41328 0.82646,-1.23976 0.82646,-2.06619 m -0.82646,2.47935 v 8.2643 m 0,0 h -10.33058 m 0,0 v 0.41328 m 0,0 h 2.06606 m 2.47937,0.4132 c -0.41319,-0.4132 -1.23963,-0.4132 -2.06609,-0.4132 m 9.91733,10.7438 h -0.41316 m 11.98341,-12.39658 v 0.41317 m -12.39669,-11.98339 h 0.41328 m -11.98351,12.80972 v -0.82635 m 0,0 h 10.3306 m 1.65291,-11.98337 v 10.33058 m 11.98341,1.65279 h -9.91736 m -2.06605,11.98343 v -9.91732 m 19.00809,-2.06611 c 0,-10.33045 -8.26433,-18.59501 -18.59493,-18.59501 -10.33061,0 -19.00832,8.26456 -19.00832,18.59501 0,10.33052 8.67771,18.59505 19.00832,18.59505 10.3306,0 18.59493,-8.26453 18.59493,-18.59505 m 2.47934,0 c 0,-11.98337 -9.50404,-21.07436 -21.07427,-21.07436 -11.98352,0 -21.48756,9.09099 -21.48756,21.07436 0,11.57025 9.50404,21.0743 21.48756,21.0743 11.57021,0 21.07427,-9.50405 21.07427,-21.0743 m -2.06606,0 c 0,-10.74373 -8.26446,-19.42145 -19.00821,-19.42145 -10.7438,0 -19.42147,8.67772 -19.42147,19.42145 0,10.7438 8.67767,19.42151 19.42147,19.42151 10.74375,0 19.00821,-8.67771 19.00821,-19.42151 m -24.79336,20.24795 c 9.5041,2.47926 19.42155,-1.6529 23.96688,-9.91743 4.95863,-8.26441 3.30582,-18.59491 -3.3057,-25.20643 -6.61162,-7.02488 -17.3554,-8.26451 -25.61983,-3.7191 -8.26452,4.95873 -12.39657,14.87603 -9.91732,23.96692", + "fill": { + "paint": "transparent" + }, + "id": "Out", + "name": "Out", + "stroke": { + "dasharray": "none", + "linecap": "round", + "linejoin": "round", + "miterlimit": "10", + "opacity": "1", + "width": "0.412001" + }, + "type": "path" + }, + { + "d": "m 650.04952,492.2852 c 0,-12.81001 -9.9172,-22.7272 -22.72717,-22.7272 -12.80995,0 -23.14036,9.91719 -23.14036,22.7272 0,12.80985 10.33041,23.14032 23.14036,23.14032 12.80997,0 22.72717,-10.33047 22.72717,-23.14032 m -24.79323,12.39667 c 0.41315,-0.82648 0.41315,-1.65291 0.41315,-2.47934 m -0.41315,-17.35541 c 0.41315,-0.82647 0.41315,-1.65293 0.41315,-2.47936 m -10.74376,14.87603 c 0,1.23974 1.23959,2.47937 2.47937,2.47937 1.23959,0 2.06607,-1.23963 2.06607,-2.47937 m -4.54544,-9.9173 c 0,1.23959 1.23959,2.47935 2.47937,2.47935 1.23959,0 2.06607,-1.23976 2.06607,-2.47935 m 0.41328,-4.95873 c 0,1.23971 1.23961,2.47936 2.47924,2.47936 1.23971,0 2.06617,-1.23965 2.06617,-2.47936 m 5.37191,0 c 0,1.23971 1.23961,2.47936 2.47937,2.47936 1.23958,0 2.06606,-1.23965 2.06606,-2.47936 m 0.41328,4.95873 c 0,1.23959 1.23961,2.47935 2.47924,2.47935 1.23974,0 2.06617,-1.23976 2.06617,-2.47935 m -4.54541,9.9173 c 0,1.23974 1.23961,2.47937 2.47924,2.47937 1.23974,0 2.06617,-1.23963 2.06617,-2.47937 m -9.50412,4.95874 c 0,1.23958 1.23961,2.47934 2.47937,2.47934 1.23958,0 2.06606,-1.23976 2.06606,-2.47934 m -14.46275,0 c 0,1.23958 1.23961,2.47934 2.47924,2.47934 1.23971,0 2.06617,-1.23976 2.06617,-2.47934 m 17.3554,-9.91733 c 0,-1.23975 0,-2.89264 -0.41328,-4.13227 m -28.09918,0 c -0.41315,1.23963 -0.82643,2.89252 -0.82643,4.13227 m 19.00829,-14.0496 c -2.89265,-0.41328 -5.78517,-0.41328 -8.26454,0 m 0,0 c -4.95858,1.65287 -8.67767,5.37187 -9.91732,9.91733 m 0,0 c 0,0.41315 -0.41315,0.41315 -0.41315,0.41315 m 0,0 c 0,0.82648 0.82643,1.65291 1.6528,1.65291 m 10.33061,-10.33052 c 0,-0.41328 0,-0.82643 -0.4132,-1.23971 -0.41328,0 -0.82646,-0.41316 -1.23974,0 m 18.18186,9.50417 c -1.65289,-4.54546 -5.37189,-8.26446 -9.91732,-9.91733 m 0,0.41316 c -0.41328,-0.41316 -1.23974,0 -1.23974,0 -0.41315,0.41328 -0.82643,0.82643 -0.82643,1.23971 m 10.3306,10.33052 c 0.41328,0 0.82643,-0.4132 1.23971,-0.82648 0,0 0.4132,-0.82643 0,-1.23958 m -11.57031,16.52892 c 0,0.4132 0.41328,1.23963 0.82643,1.23963 0,0.41328 0.82646,0.41328 1.23974,0.41328 m 0,0 c 4.54543,-1.23971 8.26443,-4.95871 9.91734,-9.91745 m -0.4132,0 c 0.4132,-0.41315 0,-0.82643 0,-1.23958 -0.41328,-0.41328 -0.82643,-0.41328 -1.23971,-0.41328 m -26.44629,1.65286 c 1.23965,4.95874 4.95874,8.67774 9.91732,9.91745 m 0,0 c 0.41328,0 0.82646,0 1.23974,-0.41328 0.4132,0 0.4132,-0.82643 0.4132,-1.23961 m -10.33061,-9.91742 c -0.82637,0 -1.6528,0.41328 -1.6528,1.23971 m 0,0 c 0,0.41315 0.41315,0.41315 0.41315,0.41315 m -0.82643,-4.13215 c 0,1.65291 0.41328,2.89257 0.82643,4.13215 m 28.0992,0 c 0.41326,-1.23958 0.41326,-2.47924 0.41326,-4.13215 m -18.59514,14.0496 c 2.47937,0.82644 5.37189,0.82644 8.26454,0 m -7.0248,-4.13223 c 0,-1.23966 -0.82646,-2.06609 -2.06617,-2.06609 -1.23963,0 -2.47924,0.82643 -2.47924,2.06609 m 14.46275,0 c 0,-1.23966 -0.82648,-2.06609 -2.06606,-2.06609 -1.23976,0 -2.47937,0.82643 -2.47937,2.06609 m 9.50412,-4.95874 c 0,-1.23963 -0.82643,-2.06606 -2.06617,-2.06606 -1.23963,0 -2.47924,0.82643 -2.47924,2.06606 m 4.54541,-9.9173 c 0,-1.23965 -0.82643,-2.06609 -2.06617,-2.06609 -1.23963,0 -2.47924,0.82644 -2.47924,2.06609 m -0.41328,-4.95873 c 0,-1.23963 -0.82648,-2.06607 -2.06606,-2.06607 -1.23976,0 -2.47937,0.82644 -2.47937,2.06607 m -5.37191,0 c 0,-1.23963 -0.82646,-2.06607 -2.06617,-2.06607 -1.23963,0 -2.47924,0.82644 -2.47924,2.06607 m -0.41328,4.95873 c 0,-1.23965 -0.82648,-2.06609 -2.06607,-2.06609 -1.23978,0 -2.47937,0.82644 -2.47937,2.06609 m 4.54544,9.9173 c 0,-1.23963 -0.82648,-2.06606 -2.06607,-2.06606 -1.23978,0 -2.47937,0.82643 -2.47937,2.06606 m 0,-6.61152 h -0.41328 m 14.46284,14.46278 v -0.41318 m -4.13223,0 v 0.41318 m -10.33061,-10.3306 h 0.41328 m 0,-4.54546 c 1.65287,1.23974 3.30581,1.23974 4.54544,0 m 4.13223,0.41328 h -4.13223 m 4.13223,-0.41328 c 0.82646,0 1.23966,-0.4132 1.23966,-1.23963 m 0,-4.13224 v 4.13224 m 0.82643,-6.6116 c 0,-0.82648 0,-1.65291 -0.41315,-2.06607 m 4.13215,0 c -1.23963,1.23959 -1.23963,2.8925 0,4.54543 m -0.4132,4.13224 v -4.13224 m 0.4132,4.13224 c 0,0.82643 0.41328,1.23963 1.23971,1.23963 m 4.13228,0.41328 h -4.13228 m 4.13228,-0.41328 c 1.65281,1.23974 3.3057,1.23974 4.54546,0 m 0,4.13226 c -1.23976,-0.82646 -2.89265,-0.82646 -4.54546,0 m -1.65291,0.4132 h 1.65291 m -1.23976,0 c -0.41315,0 -0.82643,0 -0.82643,0.41328 m 0,2.06606 v -1.65291 m -0.82643,2.47937 c 0.41328,0 0.82643,-0.41318 0.82643,-0.82646 m -2.89252,0.82646 h 2.06609 m -1.65294,0 c -0.41315,0 -0.82643,0 -0.82643,0.41328 m -0.4132,1.65291 v -1.23976 m 0.4132,1.23976 c -1.23963,1.23961 -1.23963,2.89252 0,4.54541 m -3.719,-2.47932 c 0,-0.82648 0,-1.65294 -0.41315,-2.06609 m -0.41328,-4.13228 v 4.13228 m 0,-4.13228 c 0,-0.82643 -0.41316,-1.23971 -1.23966,-1.23971 m -4.13223,0 h 4.13223 m -4.13223,-0.4132 c -1.23963,-0.82646 -2.89257,-0.82646 -4.54544,0 m 4.13224,0 h 8.26443 m 0,0 v 10.3306 m 0,0 h 0.82646 m 0,0 v -2.06617 m 0.82643,-2.47924 c -0.41328,0.41315 -0.82643,1.23961 -0.82643,2.06609 m 0.82643,-1.65294 v -8.67771 m 0,0 h 9.91737 m 0,0 v -0.41315 m 0,0 h -2.06609 m -2.06609,-0.82646 c 0.82633,0.41318 1.65281,0.82646 2.47924,0.82646 m -2.47924,-0.82646 h -8.26451 m 0,0 v -9.91742 m 0,0 h -0.82648 m 0,0 v 2.06619 m -0.41315,2.06608 c 0.41315,-0.82647 0.82643,-1.65293 0.82643,-2.47936 m -0.82643,2.47936 v 8.26452 m 0,0 h -10.33061 m 0,0 v 0.82643 m 0,0 h 2.06609 m 2.47935,0.41318 c -0.4132,-0.41318 -1.23963,-0.82646 -2.06607,-0.82646 m 9.9173,11.15706 h -0.41315 m 11.98341,-12.80997 v 0.82648 m -12.39669,-11.98351 h 0.41328 m -11.98352,12.39679 v -0.41328 m 0,0 h 10.33061 m 1.65291,-11.98351 v 9.91742 m 11.98341,2.06609 h -9.91737 m -2.06604,11.98349 v -10.3306 m 14.87601,-2.06609 c 0,-7.85123 -6.6116,-14.46284 -14.46286,-14.46284 -8.26443,0 -14.87603,6.61161 -14.87603,14.46284 0,8.26443 6.6116,14.87604 14.87603,14.87604 7.85126,0 14.46286,-6.61161 14.46286,-14.87604 m 4.13207,0 c 0,-10.3306 -8.26433,-18.59499 -18.59493,-18.59499 -10.33058,0 -19.00831,8.26439 -19.00831,18.59499 0,10.33052 8.67773,19.00821 19.00831,19.00821 10.3306,0 18.59493,-8.67769 18.59493,-19.00821 m 2.47937,0 c 0,-11.57031 -9.50404,-21.07423 -21.0743,-21.07423 -11.98351,0 -21.48755,9.50392 -21.48755,21.07423 0,11.98341 9.50404,21.48747 21.48755,21.48747 11.57026,0 21.0743,-9.50406 21.0743,-21.48747 m -2.06609,0 c 0,-10.74388 -8.26443,-19.00817 -19.00821,-19.00817 -10.7438,0 -19.42147,8.26429 -19.42147,19.00817 0,10.7438 8.67767,19.42149 19.42147,19.42149 10.74378,0 19.00821,-8.67769 19.00821,-19.42149 m -24.79336,20.661 c 9.50413,2.47936 19.42155,-1.65279 23.96688,-9.9172 4.95863,-8.26451 3.30585,-19.00831 -3.30567,-25.61983 -6.61165,-6.61148 -17.3554,-8.26441 -25.61986,-3.30568 -8.26451,4.54531 -12.39654,14.46263 -9.91732,23.9668", + "fill": { + "paint": "transparent" + }, + "id": "CommIn", + "name": "CommIn", + "stroke": { + "dasharray": "none", + "linecap": "round", + "linejoin": "round", + "miterlimit": "10", + "opacity": "1", + "width": "0.412001" + }, + "type": "path" + }, + { + "d": "M 627.29211,361.68513 V 99.525281", + "fill": { + "paint": "transparent" + }, + "id": "OutLine1", + "name": "OutLine1", + "stroke": { + "dasharray": "none", + "opacity": "1", + "width": "4.00001" + }, + "type": "path" + }, + { + "d": "M 625.28627,101.50212 H 1611.1406", + "fill": { + "paint": "transparent" + }, + "id": "OutLine2", + "name": "OutLine2", + "stroke": { + "dasharray": "none", + "opacity": "1", + "width": "4.00001" + }, + "type": "path" + }, + { + "d": "M 1609.1562,103.45538 V 980.49384", + "fill": { + "paint": "transparent" + }, + "id": "OutLine5", + "name": "OutLine5", + "stroke": { + "dasharray": "none", + "opacity": "1", + "width": "4.00001" + }, + "type": "path" + }, + { + "d": "M 1611.071,101.50598 H 1920", + "fill": { + "paint": "transparent" + }, + "id": "OutLine4", + "name": "OutLine4", + "stroke": { + "dasharray": "none", + "opacity": "1", + "width": "4.00001" + }, + "type": "path" + }, + { + "d": "M 1609.1308,99.530565 V 0", + "fill": { + "paint": "transparent" + }, + "id": "OutLine3", + "name": "OutLine3", + "stroke": { + "dasharray": "none", + "opacity": "1", + "width": "4.00001" + }, + "type": "path" + }, + { + "d": "M 627.18747,492.625 521.98216,100.00902", + "fill": { + "paint": "transparent" + }, + "id": "InLine1", + "name": "InLine1", + "stroke": { + "dasharray": "none", + "opacity": "1", + "width": "4.00001" + }, + "type": "path" + }, + { + "d": "M 523.89064,101.48438 H 288.03124", + "fill": { + "paint": "transparent" + }, + "id": "InLine2", + "name": "InLine2", + "stroke": { + "dasharray": "none", + "opacity": "1", + "width": "4.00001" + }, + "type": "path" + }, + { + "d": "M 290.0323,103.46982 V 980.49384", + "fill": { + "paint": "transparent" + }, + "id": "InLine5", + "name": "InLine5", + "stroke": { + "dasharray": "none", + "opacity": "1", + "width": "4.00001" + }, + "type": "path" + }, + { + "d": "M 288.03137,101.48438 H 0", + "fill": { + "paint": "transparent" + }, + "id": "InLine4", + "name": "InLine4", + "stroke": { + "dasharray": "none", + "opacity": "1", + "width": "4.00001" + }, + "type": "path" + }, + { + "d": "M 290.04355,99.498048 V 0.06250001", + "fill": { + "paint": "transparent" + }, + "id": "InLine3", + "name": "InLine3", + "stroke": { + "dasharray": "none", + "opacity": "1", + "width": "4.00001" + }, + "type": "path" + }, + { + "d": "m 288.05446,982.49801 1323.08614,0", + "fill": { + "paint": "transparent" + }, + "id": "Down1", + "name": "Down1", + "stroke": { + "dasharray": "none", + "opacity": "1", + "width": "4.00001" + }, + "type": "path" + }, + { + "d": "m 290.03342,980.49384 -0.0442,99.49776", + "fill": { + "paint": "transparent" + }, + "id": "Down2", + "name": "Down2", + "stroke": { + "dasharray": "none", + "width": "4" + }, + "type": "path" + }, + { + "d": "m 1609.1719,980.49384 -0.044,99.49776", + "fill": { + "paint": "transparent" + }, + "id": "Down3", + "name": "Down3", + "stroke": { + "dasharray": "none", + "width": "4" + }, + "type": "path" + }, + { + "d": "M 1607.1819,982.49345 H 1920", + "fill": { + "paint": "transparent" + }, + "id": "DownRight", + "name": "DownRight", + "stroke": { + "dasharray": "none", + "opacity": "1", + "width": "4.00001" + }, + "type": "path" + }, + { + "d": "M 292.02542,982.49529 0,982.49529", + "fill": { + "paint": "transparent" + }, + "id": "path121", + "name": "path121", + "stroke": { + "dasharray": "none", + "opacity": "1", + "width": "4.00001" + }, + "type": "path" + } + ], + "preserveAspectRatio": "none", + "viewBox": "0 0 1920 1080" + }, + "type": "ia.shapes.svg" + } + ], + "meta": { + "name": "root" + }, + "props": { + "direction": "column" + }, + "type": "ia.container.flex" + } +} \ No newline at end of file diff --git a/.resources/19cdf8664a32298a8a0886fc1da8b2ee06bf03c10aadc78d40a7814c11bc311e b/.resources/19cdf8664a32298a8a0886fc1da8b2ee06bf03c10aadc78d40a7814c11bc311e new file mode 100644 index 00000000..8b7f1aca --- /dev/null +++ b/.resources/19cdf8664a32298a8a0886fc1da8b2ee06bf03c10aadc78d40a7814c11bc311e @@ -0,0 +1,99 @@ +import os, json, sys + +global_project_page_ids = {} + +def get_project_config(): + """ + Scan each view.json under Detailed_Views (no recursion), + go one level deeper (coordinateContainer), extract tagProps[0] + from children, and store as {source_id: view_folder_name}. + """ + global global_project_page_ids + global_project_page_ids.clear() + + try: + project_name = system.util.getProjectName() + base_path = ( + os.getcwd().replace("\\", "/") + + "/data/projects/" + + project_name + + "/com.inductiveautomation.perspective/Views/autStand/Detailed_Views" + ) + + if not os.path.exists(base_path): + system.perspective.print("Path not found: " + base_path) + return {} + + for view_folder in os.listdir(base_path): + json_file = os.path.join(base_path, view_folder, "view.json") + if not os.path.isfile(json_file): + continue + + with open(json_file, "r") as fh: + view_json = json.load(fh) + + # go one level deeper: root -> children[0] (coordinateContainer) -> its children + root_children = (view_json.get("root") or {}).get("children") or [] + if not root_children: + continue + + # assume first child is the coordinateContainer + container = root_children[0] + children = container.get("children") or [] + + # now loop through these children to get tagProps + for child in children: + props = child.get("props") or {} + params = props.get("params") or {} + tag_props = params.get("tagProps") + + if isinstance(tag_props, list) and len(tag_props) > 0: + source_id = str(tag_props[0]) + global_project_page_ids[source_id] = view_folder + system.perspective.print("Found: {} -> {}".format(source_id, view_folder)) + + except: + whid = system.tag.readBlocking("Configuration/FC")[0].value + logger = system.util.getLogger("%s-get_project_config" % whid) + exc_type, exc_obj, tb = sys.exc_info() + logger.error("Error at line %s: %s" % (tb.tb_lineno, exc_obj)) + + return global_project_page_ids + +def navigate_to_url(self, source_id, page_id): + url_to_navigate = "autStand/Detailed_Views/%s" % (page_id) + system.perspective.navigate(view=url_to_navigate, params={"highlightTagPath": source_id + "||Diagnostic"}) + +def source_id_lookup(self, source_id): + """ + Finds page_id from global_project_page_ids by source_id or by hierarchy, + then navigates. + """ + if not source_id: + return + + page_id = global_project_page_ids.get(source_id) + found = False + + if page_id: + found = True + navigate_to_url(self, source_id, page_id) + else: + # Walk hierarchy upwards until we find a match + items = source_id.split("/") + while len(items) > 1: + items.pop() + source_id = "/".join(items) + page_id = global_project_page_ids.get(source_id) + if page_id: + found = True + navigate_to_url(self, source_id, page_id) + break + + if not found: + open_pop_up("No page id found") + + + + + \ No newline at end of file diff --git a/.resources/1b61735c6104b9db1cde3368f03059ad6a150295018526eb071123d1f1357a18 b/.resources/1b61735c6104b9db1cde3368f03059ad6a150295018526eb071123d1f1357a18 new file mode 100644 index 00000000..baf17fc2 --- /dev/null +++ b/.resources/1b61735c6104b9db1cde3368f03059ad6a150295018526eb071123d1f1357a18 @@ -0,0 +1,172 @@ +{ + "custom": { + "activityLogger": { + "alt_pageid": "card_view" + }, + "pageid": "card_view" + }, + "params": {}, + "propConfig": { + "custom.activityLogger": { + "persistent": true + }, + "custom.activityLogger.pageid": { + "binding": { + "config": { + "expression": "{page.props.path}" + }, + "transforms": [ + { + "code": "\tif value \u003d\u003d\u0027/\u0027 or value \u003d\u003d \u0027\u0027 or value \u003d\u003d None:\n\t\treturn self.custom.activityLogger.alt_pageid.lower()\n\telse:\n\t\treturn value[1:].lower()", + "type": "script" + } + ], + "type": "expr" + } + } + }, + "props": { + "defaultSize": { + "height": 1080, + "width": 1920 + } + }, + "root": { + "children": [ + { + "meta": { + "name": "FlexRepeater" + }, + "position": { + "basis": "1080px" + }, + "props": { + "alignContent": "flex-start", + "alignItems": "flex-start", + "elementPosition": { + "grow": 0, + "shrink": 0 + }, + "instances": [ + { + "Counts": { + "Diag": 0, + "High": 0, + "Low": 0, + "Medium": 0 + }, + "area": "Fluid Inbound", + "instancePosition": {}, + "instanceStyle": { + "classes": "", + "margin": "5px" + }, + "subarea": "", + "tagProps": [ + "MCM01", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + { + "Counts": { + "Diag": 0, + "High": 0, + "Low": 0, + "Medium": 0 + }, + "area": "Non Con Sorter", + "instancePosition": {}, + "instanceStyle": { + "classes": "", + "margin": "5px" + }, + "subarea": "", + "tagProps": [ + "MCM02", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + } + ], + "path": "autStand/Equipment/Controller-Views/ControllerStatus", + "style": { + "overflow": "visible" + }, + "wrap": "wrap" + }, + "type": "ia.display.flex-repeater" + } + ], + "custom": { + "Devices": [ + [ + "MCM01", + "Fluid Inbound" + ], + [ + "MCM02", + "Non Con Sorter" + ] + ], + "count": "value", + "delay": 2000, + "run_update": true + }, + "events": { + "system": { + "onStartup": [ + { + "config": { + "script": "\tautStand.Visualisation.home_page.create_home_page(self)" + }, + "scope": "G", + "type": "script" + }, + { + "config": { + "script": "\twhid \u003d self.session.custom.fc\n\tsession_id \u003d self.session.props.id\n\tpage_id \u003d self.view.params.page_name\n\tCommands.analytics.send_page_details(whid, session_id, page_id)" + }, + "scope": "G", + "type": "script" + } + ] + } + }, + "meta": { + "name": "root" + }, + "propConfig": { + "custom.update": { + "binding": { + "config": { + "expression": "now({this.custom.delay})" + }, + "type": "expr" + }, + "onChange": { + "enabled": false, + "script": "\n if (self.session.custom.fc \u003d\u003d \u0027\u0027) or (self.session.custom.fc is None):\n \tself.getChild(\"FlexRepeater\").props.instances \u003d []\n \treturn\n \n if self.custom.run_update:\n \tautStand.Visualisation.home_page.update_home_status(self)" + } + } + }, + "props": { + "direction": "column" + }, + "type": "ia.container.flex" + } +} \ No newline at end of file diff --git a/.resources/1b69405f438023c116957ec64781792474f2b61517de42a1e946f11c1eab7b88 b/.resources/1b69405f438023c116957ec64781792474f2b61517de42a1e946f11c1eab7b88 new file mode 100644 index 00000000..a375657f --- /dev/null +++ b/.resources/1b69405f438023c116957ec64781792474f2b61517de42a1e946f11c1eab7b88 @@ -0,0 +1,3733 @@ +{ + "custom": {}, + "params": { + "MCM": "value", + "view": "value" + }, + "propConfig": { + "params.MCM": { + "paramDirection": "input", + "persistent": true + }, + "params.view": { + "paramDirection": "input", + "persistent": true + } + }, + "props": { + "defaultSize": { + "height": 512, + "width": 117 + } + }, + "root": { + "children": [ + { + "children": [ + { + "meta": { + "name": "Label" + }, + "position": { + "height": 1, + "width": 0.9999 + }, + "propConfig": { + "props.text": { + "binding": { + "config": { + "path": "view.params.MCM" + }, + "type": "property" + } + } + }, + "props": { + "style": { + "borderColor": "#1A1A1A", + "borderStyle": "solid", + "overflow": "visible", + "whiteSpace": "normal", + "wordBreak": "break-all" + }, + "textStyle": { + "fontFamily": "inherit", + "fontSize": "1vmin", + "textAlign": "center" + } + }, + "type": "ia.display.label" + } + ], + "meta": { + "name": "CoordinateContainer" + }, + "position": { + "height": 0.0811, + "rotate": { + "anchor": "-132% -413%" + }, + "width": 0.7094, + "x": 0.1452, + "y": 0.0798 + }, + "props": { + "mode": "percent", + "style": { + "overflow": "hidden", + "transform": "scale(1)" + } + }, + "type": "ia.container.coord" + }, + { + "meta": { + "name": "EN4TR" + }, + "position": { + "height": 1, + "width": 1 + }, + "props": { + "elements": [ + { + "elements": [ + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 346.08,345.72 H 501 v 15.96 H 346.08 Z", + "id": "path259", + "name": "path259", + "transform": "translate(-346.08,-342.35999)", + "type": "path" + } + ], + "id": "clipPath259", + "name": "clipPath259", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,345.72 h 39.6 v 15.72 H 0 Z", + "id": "path405", + "name": "path405", + "transform": "translate(115.2,-342.24)", + "type": "path" + } + ], + "id": "clipPath405", + "name": "clipPath405", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,418.56 h 2.16 v 0.12 H 0 Z", + "id": "path412", + "name": "path412", + "transform": "translate(-8.4472556e-8,2.4410002e-5)", + "type": "path" + } + ], + "id": "clipPath412", + "name": "clipPath412", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,413.16 h 2.16 v 0.12 H 0 Z", + "id": "path415", + "name": "path415", + "transform": "translate(-8.4472756e-8,2.4085783e-5)", + "type": "path" + } + ], + "id": "clipPath415", + "name": "clipPath415", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,423.84 h 2.16 v 0.12 H 0 Z", + "id": "path417", + "name": "path417", + "transform": "translate(-8.4472756e-8,2.4085783e-5)", + "type": "path" + } + ], + "id": "clipPath417", + "name": "clipPath417", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,745.56 h 2.16 v 0.12 H 0 Z", + "id": "path419", + "name": "path419", + "transform": "translate(-8.4472756e-8,2.4085783e-5)", + "type": "path" + } + ], + "id": "clipPath419", + "name": "clipPath419", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,724.2 h 2.16 v 16.2 H 0 Z", + "id": "path422", + "name": "path422", + "transform": "translate(77.64,-740.40004)", + "type": "path" + } + ], + "id": "clipPath422", + "name": "clipPath422", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,494.4 h 2.16 v 0.12 H 0 Z", + "id": "path424", + "name": "path424", + "transform": "translate(-8.4472756e-8,2.4085783e-5)", + "type": "path" + } + ], + "id": "clipPath424", + "name": "clipPath424", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,549.84 h 2.16 v 0.12 H 0 Z", + "id": "path426", + "name": "path426", + "transform": "translate(-8.4472756e-8,2.4085783e-5)", + "type": "path" + } + ], + "id": "clipPath426", + "name": "clipPath426", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,531.12 h 2.16 v 0.12 H 0 Z", + "id": "path428", + "name": "path428", + "transform": "translate(-8.4472756e-8,2.4085783e-5)", + "type": "path" + } + ], + "id": "clipPath428", + "name": "clipPath428", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,512.52 h 2.16 v 0.12 H 0 Z", + "id": "path430", + "name": "path430", + "transform": "translate(-8.4472756e-8,2.4085783e-5)", + "type": "path" + } + ], + "id": "clipPath430", + "name": "clipPath430", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,476.28 h 2.16 v 0.12 H 0 Z", + "id": "path432", + "name": "path432", + "transform": "translate(-8.4472756e-8,2.4085783e-5)", + "type": "path" + } + ], + "id": "clipPath432", + "name": "clipPath432", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,568.56 h 2.16 v 0.12 H 0 Z", + "id": "path434", + "name": "path434", + "transform": "translate(-8.4472756e-8,2.4085783e-5)", + "type": "path" + } + ], + "id": "clipPath434", + "name": "clipPath434", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,457.56 h 2.16 v 0.12 H 0 Z", + "id": "path436", + "name": "path436", + "transform": "translate(-8.4472756e-8,2.4085783e-5)", + "type": "path" + } + ], + "id": "clipPath436", + "name": "clipPath436", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,438.84 h 2.16 v 0.12 H 0 Z", + "id": "path438", + "name": "path438", + "transform": "translate(-8.4472756e-8,2.4085783e-5)", + "type": "path" + } + ], + "id": "clipPath438", + "name": "clipPath438", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,716.88 h 2.16 v 7.44 H 0 Z", + "id": "path440", + "name": "path440", + "transform": "translate(-2.0400003,-724.32002)", + "type": "path" + } + ], + "id": "clipPath440", + "name": "clipPath440", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,710.4 H 2.16 V 717 H 0 Z", + "id": "path442", + "name": "path442", + "transform": "translate(-2.0400003,-717.00002)", + "type": "path" + } + ], + "id": "clipPath442", + "name": "clipPath442", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,703.08 h 2.16 v 7.44 H 0 Z", + "id": "path444", + "name": "path444", + "transform": "translate(-2.0400003,-710.52004)", + "type": "path" + } + ], + "id": "clipPath444", + "name": "clipPath444", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,695.16 h 2.16 v 8.04 H 0 Z", + "id": "path446", + "name": "path446", + "transform": "translate(-2.0400003,-703.20003)", + "type": "path" + } + ], + "id": "clipPath446", + "name": "clipPath446", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,687.84 h 2.16 v 7.44 H 0 Z", + "id": "path448", + "name": "path448", + "transform": "translate(-2.0400003,-695.28005)", + "type": "path" + } + ], + "id": "clipPath448", + "name": "clipPath448", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,680.76 h 2.16 v 7.2 H 0 Z", + "id": "path450", + "name": "path450", + "transform": "translate(-2.0400003,-687.96004)", + "type": "path" + } + ], + "id": "clipPath450", + "name": "clipPath450", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,673.44 h 2.16 v 7.44 H 0 Z", + "id": "path452", + "name": "path452", + "transform": "translate(-2.0400003,-680.88002)", + "type": "path" + } + ], + "id": "clipPath452", + "name": "clipPath452", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,652.2 h 2.16 v 21.36 H 0 Z", + "id": "path454", + "name": "path454", + "transform": "translate(-2.0400003,-673.56002)", + "type": "path" + } + ], + "id": "clipPath454", + "name": "clipPath454", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,652.08 h 2.16 v 0.24 H 0 Z", + "id": "path456", + "name": "path456", + "transform": "translate(-2.0400003,-652.32002)", + "type": "path" + } + ], + "id": "clipPath456", + "name": "clipPath456", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,651.84 h 2.16 v 0.36 H 0 Z", + "id": "path458", + "name": "path458", + "transform": "translate(-2.0400003,-652.20003)", + "type": "path" + } + ], + "id": "clipPath458", + "name": "clipPath458", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,651.24 h 2.16 v 0.72 H 0 Z", + "id": "path460", + "name": "path460", + "transform": "translate(-2.0400003,-651.96004)", + "type": "path" + } + ], + "id": "clipPath460", + "name": "clipPath460", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,650.52 h 2.16 v 0.84 H 0 Z", + "id": "path462", + "name": "path462", + "transform": "translate(-2.0400003,-651.36)", + "type": "path" + } + ], + "id": "clipPath462", + "name": "clipPath462", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,649.56 h 2.16 v 1.08 H 0 Z", + "id": "path464", + "name": "path464", + "transform": "translate(-2.0400003,-650.64003)", + "type": "path" + } + ], + "id": "clipPath464", + "name": "clipPath464", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,648.36 h 2.16 v 1.32 H 0 Z", + "id": "path466", + "name": "path466", + "transform": "translate(-2.0400003,-649.68001)", + "type": "path" + } + ], + "id": "clipPath466", + "name": "clipPath466", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,646.92 h 2.16 v 1.56 H 0 Z", + "id": "path468", + "name": "path468", + "transform": "translate(-2.0400003,-648.48)", + "type": "path" + } + ], + "id": "clipPath468", + "name": "clipPath468", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,645.36 h 2.16 v 1.68 H 0 Z", + "id": "path470", + "name": "path470", + "transform": "translate(-2.0400003,-647.03999)", + "type": "path" + } + ], + "id": "clipPath470", + "name": "clipPath470", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,643.56 h 2.16 v 1.92 H 0 Z", + "id": "path472", + "name": "path472", + "transform": "translate(-2.0400003,-645.48)", + "type": "path" + } + ], + "id": "clipPath472", + "name": "clipPath472", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,641.64 h 2.16 v 2.04 H 0 Z", + "id": "path474", + "name": "path474", + "transform": "translate(-2.0400003,-643.68001)", + "type": "path" + } + ], + "id": "clipPath474", + "name": "clipPath474", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,639.6 h 2.16 v 2.16 H 0 Z", + "id": "path476", + "name": "path476", + "transform": "translate(-2.0400003,-641.76003)", + "type": "path" + } + ], + "id": "clipPath476", + "name": "clipPath476", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,637.44 h 2.16 v 2.28 H 0 Z", + "id": "path478", + "name": "path478", + "transform": "translate(-2.0400003,-639.71998)", + "type": "path" + } + ], + "id": "clipPath478", + "name": "clipPath478", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,635.16 h 2.16 v 2.4 H 0 Z", + "id": "path480", + "name": "path480", + "transform": "translate(-2.0400003,-637.56001)", + "type": "path" + } + ], + "id": "clipPath480", + "name": "clipPath480", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,632.76 h 2.16 v 2.52 H 0 Z", + "id": "path482", + "name": "path482", + "transform": "translate(-2.0400003,-635.28004)", + "type": "path" + } + ], + "id": "clipPath482", + "name": "clipPath482", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,630.36 h 2.16 v 2.52 H 0 Z", + "id": "path484", + "name": "path484", + "transform": "translate(-2.0400003,-632.88002)", + "type": "path" + } + ], + "id": "clipPath484", + "name": "clipPath484", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,627.84 h 2.16 v 2.64 H 0 Z", + "id": "path486", + "name": "path486", + "transform": "translate(-2.0400003,-630.48)", + "type": "path" + } + ], + "id": "clipPath486", + "name": "clipPath486", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,625.32 h 2.16 v 2.64 H 0 Z", + "id": "path488", + "name": "path488", + "transform": "translate(-2.0400003,-627.96004)", + "type": "path" + } + ], + "id": "clipPath488", + "name": "clipPath488", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,622.8 h 2.16 v 2.64 H 0 Z", + "id": "path490", + "name": "path490", + "transform": "translate(-2.0400003,-625.44001)", + "type": "path" + } + ], + "id": "clipPath490", + "name": "clipPath490", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,620.28 h 2.16 v 2.64 H 0 Z", + "id": "path492", + "name": "path492", + "transform": "translate(-2.0400003,-622.92)", + "type": "path" + } + ], + "id": "clipPath492", + "name": "clipPath492", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,617.88 h 2.16 v 2.52 H 0 Z", + "id": "path494", + "name": "path494", + "transform": "translate(-2.0400003,-620.40004)", + "type": "path" + } + ], + "id": "clipPath494", + "name": "clipPath494", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,615.48 H 2.16 V 618 H 0 Z", + "id": "path496", + "name": "path496", + "transform": "translate(-2.0400003,-618.00001)", + "type": "path" + } + ], + "id": "clipPath496", + "name": "clipPath496", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,613.2 h 2.16 v 2.4 H 0 Z", + "id": "path498", + "name": "path498", + "transform": "translate(-2.0400003,-615.59999)", + "type": "path" + } + ], + "id": "clipPath498", + "name": "clipPath498", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,611.04 h 2.16 v 2.28 H 0 Z", + "id": "path500", + "name": "path500", + "transform": "translate(-2.0400003,-613.32002)", + "type": "path" + } + ], + "id": "clipPath500", + "name": "clipPath500", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,608.88 h 2.16 v 2.28 H 0 Z", + "id": "path502", + "name": "path502", + "transform": "translate(-2.0400003,-611.15999)", + "type": "path" + } + ], + "id": "clipPath502", + "name": "clipPath502", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,606.96 H 2.16 V 609 H 0 Z", + "id": "path504", + "name": "path504", + "transform": "translate(-2.0400003,-609.00001)", + "type": "path" + } + ], + "id": "clipPath504", + "name": "clipPath504", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,605.28 h 2.16 v 1.8 H 0 Z", + "id": "path506", + "name": "path506", + "transform": "translate(-2.0400003,-607.08003)", + "type": "path" + } + ], + "id": "clipPath506", + "name": "clipPath506", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,603.72 h 2.16 v 1.68 H 0 Z", + "id": "path508", + "name": "path508", + "transform": "translate(-2.0400003,-605.40004)", + "type": "path" + } + ], + "id": "clipPath508", + "name": "clipPath508", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,602.28 h 2.16 v 1.56 H 0 Z", + "id": "path510", + "name": "path510", + "transform": "translate(-2.0400003,-603.84004)", + "type": "path" + } + ], + "id": "clipPath510", + "name": "clipPath510", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,601.08 h 2.16 v 1.32 H 0 Z", + "id": "path512", + "name": "path512", + "transform": "translate(-2.0400003,-602.40004)", + "type": "path" + } + ], + "id": "clipPath512", + "name": "clipPath512", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,600.12 h 2.16 v 1.08 H 0 Z", + "id": "path514", + "name": "path514", + "transform": "translate(-2.0400003,-601.20003)", + "type": "path" + } + ], + "id": "clipPath514", + "name": "clipPath514", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,599.4 h 2.16 v 0.84 H 0 Z", + "id": "path516", + "name": "path516", + "transform": "translate(-2.0400003,-600.24001)", + "type": "path" + } + ], + "id": "clipPath516", + "name": "clipPath516", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,598.8 h 2.16 v 0.72 H 0 Z", + "id": "path518", + "name": "path518", + "transform": "translate(-2.0400003,-599.52004)", + "type": "path" + } + ], + "id": "clipPath518", + "name": "clipPath518", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,598.56 h 2.16 v 0.36 H 0 Z", + "id": "path520", + "name": "path520", + "transform": "translate(-2.0400003,-598.92)", + "type": "path" + } + ], + "id": "clipPath520", + "name": "clipPath520", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,598.44 h 2.16 v 0.24 H 0 Z", + "id": "path522", + "name": "path522", + "transform": "translate(-2.0400003,-598.68001)", + "type": "path" + } + ], + "id": "clipPath522", + "name": "clipPath522", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,587.28 h 2.16 v 11.28 H 0 Z", + "id": "path524", + "name": "path524", + "transform": "translate(-2.0400003,-598.56001)", + "type": "path" + } + ], + "id": "clipPath524", + "name": "clipPath524", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,587.28 H 2.16 V 724.32 H 0 Z", + "id": "path526", + "name": "path526", + "transform": "translate(77.64,-724.32002)", + "type": "path" + } + ], + "id": "clipPath526", + "name": "clipPath526", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,666.72 h 2.16 v 0.12 H 0 Z", + "id": "path528", + "name": "path528", + "transform": "translate(-8.4472756e-8,2.4085783e-5)", + "type": "path" + } + ], + "id": "clipPath528", + "name": "clipPath528", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,662.04 h 2.16 v 0.12 H 0 Z", + "id": "path530", + "name": "path530", + "transform": "translate(-8.4472756e-8,2.4085783e-5)", + "type": "path" + } + ], + "id": "clipPath530", + "name": "clipPath530", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,624.6 h 2.16 v 0.12 H 0 Z", + "id": "path532", + "name": "path532", + "transform": "translate(-8.4472756e-8,2.4085783e-5)", + "type": "path" + } + ], + "id": "clipPath532", + "name": "clipPath532", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,606 h 2.16 v 0.12 H 0 Z", + "id": "path534", + "name": "path534", + "transform": "translate(-8.4472756e-8,2.4085783e-5)", + "type": "path" + } + ], + "id": "clipPath534", + "name": "clipPath534", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,587.28 h 2.16 v 0.12 H 0 Z", + "id": "path536", + "name": "path536", + "transform": "translate(-8.4472756e-8,2.4085783e-5)", + "type": "path" + } + ], + "id": "clipPath536", + "name": "clipPath536", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,643.32 h 2.16 v 0.12 H 0 Z", + "id": "path538", + "name": "path538", + "transform": "translate(-8.4472756e-8,2.4085783e-5)", + "type": "path" + } + ], + "id": "clipPath538", + "name": "clipPath538", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,413.16 H 2.16 V 745.68 H 0 Z", + "id": "path540", + "name": "path540", + "transform": "translate(77.64,-745.68001)", + "type": "path" + } + ], + "id": "clipPath540", + "name": "clipPath540", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "m 0,384.84 h 3.48 v 5.28 H 0 Z", + "id": "path542", + "name": "path542", + "transform": "translate(1.2600001,-384.96)", + "type": "path" + } + ], + "id": "clipPath542", + "name": "clipPath542", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 605.64,740.4 H 612 v 0.12 h -6.36 z", + "id": "path547", + "name": "path547", + "transform": "translate(7.6294095e-8,2.3310002e-5)", + "type": "path" + } + ], + "id": "clipPath547", + "name": "clipPath547", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 605.64,413.4 H 612 v 327.12 h -6.36 z", + "id": "path549", + "name": "path549", + "transform": "translate(-605.64003,-413.52)", + "type": "path" + } + ], + "id": "clipPath549", + "name": "clipPath549", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 605.64,413.4 H 612 v 327.12 h -6.36 z", + "id": "path551", + "name": "path551", + "transform": "translate(-605.64003,-740.52004)", + "type": "path" + } + ], + "id": "clipPath551", + "name": "clipPath551", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 605.64,418.68 H 612 v 0.12 h -6.36 z", + "id": "path554", + "name": "path554", + "transform": "translate(7.6294245e-8,2.2958439e-5)", + "type": "path" + } + ], + "id": "clipPath554", + "name": "clipPath554", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 605.64,413.4 H 612 v 0.12 h -6.36 z", + "id": "path556", + "name": "path556", + "transform": "translate(7.6294245e-8,2.2958439e-5)", + "type": "path" + } + ], + "id": "clipPath556", + "name": "clipPath556", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 605.64,666.84 H 612 v 0.12 h -6.36 z", + "id": "path558", + "name": "path558", + "transform": "translate(7.6294245e-8,2.2958439e-5)", + "type": "path" + } + ], + "id": "clipPath558", + "name": "clipPath558", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 605.64,662.16 H 612 v 0.12 h -6.36 z", + "id": "path560", + "name": "path560", + "transform": "translate(7.6294245e-8,2.2958439e-5)", + "type": "path" + } + ], + "id": "clipPath560", + "name": "clipPath560", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 605.64,624.84 H 612 v 0.12 h -6.36 z", + "id": "path562", + "name": "path562", + "transform": "translate(7.6294245e-8,2.2958439e-5)", + "type": "path" + } + ], + "id": "clipPath562", + "name": "clipPath562", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 605.64,606.12 H 612 v 0.12 h -6.36 z", + "id": "path564", + "name": "path564", + "transform": "translate(7.6294245e-8,2.2958439e-5)", + "type": "path" + } + ], + "id": "clipPath564", + "name": "clipPath564", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 605.64,587.4 H 612 v 0.12 h -6.36 z", + "id": "path566", + "name": "path566", + "transform": "translate(7.6294245e-8,2.2958439e-5)", + "type": "path" + } + ], + "id": "clipPath566", + "name": "clipPath566", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 605.64,568.68 H 612 v 0.12 h -6.36 z", + "id": "path568", + "name": "path568", + "transform": "translate(7.6294245e-8,2.2958439e-5)", + "type": "path" + } + ], + "id": "clipPath568", + "name": "clipPath568", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 605.64,496.92 H 612 v 0.12 h -6.36 z", + "id": "path570", + "name": "path570", + "transform": "translate(7.6294245e-8,2.2958439e-5)", + "type": "path" + } + ], + "id": "clipPath570", + "name": "clipPath570", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 605.64,492.12 H 612 v 0.12 h -6.36 z", + "id": "path572", + "name": "path572", + "transform": "translate(7.6294245e-8,2.2958439e-5)", + "type": "path" + } + ], + "id": "clipPath572", + "name": "clipPath572", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 605.64,550.08 H 612 v 0.12 h -6.36 z", + "id": "path574", + "name": "path574", + "transform": "translate(7.6294245e-8,2.2958439e-5)", + "type": "path" + } + ], + "id": "clipPath574", + "name": "clipPath574", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 605.64,531.36 H 612 v 0.12 h -6.36 z", + "id": "path576", + "name": "path576", + "transform": "translate(7.6294245e-8,2.2958439e-5)", + "type": "path" + } + ], + "id": "clipPath576", + "name": "clipPath576", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 605.64,512.64 H 612 v 0.12 h -6.36 z", + "id": "path578", + "name": "path578", + "transform": "translate(7.6294245e-8,2.2958439e-5)", + "type": "path" + } + ], + "id": "clipPath578", + "name": "clipPath578", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 605.64,476.4 H 612 v 0.12 h -6.36 z", + "id": "path580", + "name": "path580", + "transform": "translate(7.6294245e-8,2.2958439e-5)", + "type": "path" + } + ], + "id": "clipPath580", + "name": "clipPath580", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 605.64,457.68 H 612 v 0.12 h -6.36 z", + "id": "path582", + "name": "path582", + "transform": "translate(7.6294245e-8,2.2958439e-5)", + "type": "path" + } + ], + "id": "clipPath582", + "name": "clipPath582", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 605.64,438.96 H 612 v 0.12 h -6.36 z", + "id": "path584", + "name": "path584", + "transform": "translate(7.6294245e-8,2.2958439e-5)", + "type": "path" + } + ], + "id": "clipPath584", + "name": "clipPath584", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 605.64,413.4 H 612 v 332.52 h -6.36 z", + "id": "path586", + "name": "path586", + "transform": "translate(-605.64003,-413.52)", + "type": "path" + } + ], + "id": "clipPath586", + "name": "clipPath586", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 605.64,413.4 H 612 v 0.12 h -6.36 z", + "id": "path588", + "name": "path588", + "transform": "translate(7.6294245e-8,2.2958439e-5)", + "type": "path" + } + ], + "id": "clipPath588", + "name": "clipPath588", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 605.64,643.56 H 612 v 0.12 h -6.36 z", + "id": "path590", + "name": "path590", + "transform": "translate(7.6294245e-8,2.2958439e-5)", + "type": "path" + } + ], + "id": "clipPath590", + "name": "clipPath590", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 605.64,745.8 H 612 v 0.12 h -6.36 z", + "id": "path593", + "name": "path593", + "transform": "translate(7.6294245e-8,2.2958439e-5)", + "type": "path" + } + ], + "id": "clipPath593", + "name": "clipPath593", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 605.64,740.4 H 612 v 0.12 h -6.36 z", + "id": "path595", + "name": "path595", + "transform": "translate(7.6294245e-8,2.2958439e-5)", + "type": "path" + } + ], + "id": "clipPath595", + "name": "clipPath595", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 611.76,462.84 H 612 v 7.44 h -0.24 z", + "id": "path597", + "name": "path597", + "transform": "translate(-611.80501,-462.96)", + "type": "path" + } + ], + "id": "clipPath597", + "name": "clipPath597", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path626", + "name": "path626", + "type": "path" + } + ], + "id": "clipPath626", + "name": "clipPath626", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path627", + "name": "path627", + "type": "path" + } + ], + "id": "clipPath627", + "name": "clipPath627", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path628", + "name": "path628", + "type": "path" + } + ], + "id": "clipPath628", + "name": "clipPath628", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path629", + "name": "path629", + "type": "path" + } + ], + "id": "clipPath629", + "name": "clipPath629", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path630", + "name": "path630", + "transform": "matrix(0.70710656,0.70710656,0.70710656,-0.70710656,-30.645977,-1.4256)", + "type": "path" + } + ], + "id": "clipPath630", + "name": "clipPath630", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path631", + "name": "path631", + "transform": "matrix(0.50788967,0.86142142,0.86142142,-0.50788967,-48.926058,11.967347)", + "type": "path" + } + ], + "id": "clipPath631", + "name": "clipPath631", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path632", + "name": "path632", + "transform": "matrix(0.6257688,0.78000777,0.78000777,-0.6257688,-50.136829,19.328428)", + "type": "path" + } + ], + "id": "clipPath632", + "name": "clipPath632", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path633", + "name": "path633", + "transform": "matrix(0.72684676,0.68679877,0.68679877,-0.72684676,-50.702213,26.504614)", + "type": "path" + } + ], + "id": "clipPath633", + "name": "clipPath633", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path634", + "name": "path634", + "transform": "matrix(0.79021964,0.61282271,0.61282271,-0.79021964,-50.998607,31.577733)", + "type": "path" + } + ], + "id": "clipPath634", + "name": "clipPath634", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path635", + "name": "path635", + "transform": "matrix(0.84916123,0.52813251,0.52813251,-0.84916123,-49.220915,36.882918)", + "type": "path" + } + ], + "id": "clipPath635", + "name": "clipPath635", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path636", + "name": "path636", + "transform": "matrix(0.91591364,0.40137385,0.40137385,-0.91591364,-46.868407,44.030448)", + "type": "path" + } + ], + "id": "clipPath636", + "name": "clipPath636", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path637", + "name": "path637", + "transform": "matrix(0.96231247,0.27194385,0.27194385,-0.96231247,-44.076273,50.524865)", + "type": "path" + } + ], + "id": "clipPath637", + "name": "clipPath637", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path638", + "name": "path638", + "transform": "matrix(0.98801937,0.1543259,0.1543259,-0.98801937,-40.817569,55.818711)", + "type": "path" + } + ], + "id": "clipPath638", + "name": "clipPath638", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path639", + "name": "path639", + "transform": "matrix(0.99940505,0.03447097,0.03447097,-0.99940505,-36.675024,60.666214)", + "type": "path" + } + ], + "id": "clipPath639", + "name": "clipPath639", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path640", + "name": "path640", + "transform": "matrix(0.99580095,-0.0915379,-0.0915379,-0.99580095,-31.887656,65.18736)", + "type": "path" + } + ], + "id": "clipPath640", + "name": "clipPath640", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path641", + "name": "path641", + "transform": "matrix(0.97758315,-0.21054681,-0.21054681,-0.97758315,-26.955154,68.91018)", + "type": "path" + } + ], + "id": "clipPath641", + "name": "clipPath641", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path642", + "name": "path642", + "transform": "matrix(0.92269674,-0.38552489,-0.38552489,-0.92269674,-18.190167,73.345889)", + "type": "path" + } + ], + "id": "clipPath642", + "name": "clipPath642", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path643", + "name": "path643", + "transform": "matrix(0.87527752,-0.48361974,-0.48361974,-0.87527752,-13.503508,75.217645)", + "type": "path" + } + ], + "id": "clipPath643", + "name": "clipPath643", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path644", + "name": "path644", + "transform": "matrix(0.82078335,-0.57123857,-0.57123857,-0.82078335,-7.7049581,76.44114)", + "type": "path" + } + ], + "id": "clipPath644", + "name": "clipPath644", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path645", + "name": "path645", + "transform": "matrix(0.74239381,-0.66996283,-0.66996283,-0.74239381,-1.1630839,77.192221)", + "type": "path" + } + ], + "id": "clipPath645", + "name": "clipPath645", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path646", + "name": "path646", + "transform": "matrix(0.65220655,-0.75804048,-0.75804048,-0.65220655,5.4213079,77.114299)", + "type": "path" + } + ], + "id": "clipPath646", + "name": "clipPath646", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path647", + "name": "path647", + "transform": "matrix(0.5563815,-0.83092624,-0.83092624,-0.5563815,11.516682,76.267016)", + "type": "path" + } + ], + "id": "clipPath647", + "name": "clipPath647", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path648", + "name": "path648", + "transform": "matrix(0.47789272,-0.87841749,-0.87841749,-0.47789272,15.617975,75.122091)", + "type": "path" + } + ], + "id": "clipPath648", + "name": "clipPath648", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path649", + "name": "path649", + "transform": "matrix(0.33105882,-0.94360947,-0.94360947,-0.33105882,24.550735,18.625413)", + "type": "path" + } + ], + "id": "clipPath649", + "name": "clipPath649", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path650", + "name": "path650", + "transform": "matrix(0.47771192,-0.87851585,-0.87851585,-0.47771192,16.729654,21.637896)", + "type": "path" + } + ], + "id": "clipPath650", + "name": "clipPath650", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path651", + "name": "path651", + "transform": "matrix(0.61206656,-0.79080545,-0.79080545,-0.61206656,8.527453,23.360748)", + "type": "path" + } + ], + "id": "clipPath651", + "name": "clipPath651", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path652", + "name": "path652", + "transform": "matrix(0.69446787,-0.71952286,-0.71952286,-0.69446787,1.6134814,23.771429)", + "type": "path" + } + ], + "id": "clipPath652", + "name": "clipPath652", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path653", + "name": "path653", + "transform": "matrix(0.73843868,-0.67431971,-0.67431971,-0.73843868,-1.5441369,23.725911)", + "type": "path" + } + ], + "id": "clipPath653", + "name": "clipPath653", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path654", + "name": "path654", + "transform": "matrix(0.78659996,-0.61746199,-0.61746199,-0.78659996,-5.2845102,23.404699)", + "type": "path" + } + ], + "id": "clipPath654", + "name": "clipPath654", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path655", + "name": "path655", + "transform": "matrix(0.84299855,-0.53791473,-0.53791473,-0.84299855,-9.8924836,22.549679)", + "type": "path" + } + ], + "id": "clipPath655", + "name": "clipPath655", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path656", + "name": "path656", + "transform": "matrix(0.89906217,-0.43781961,-0.43781961,-0.89906217,-15.660372,20.92333)", + "type": "path" + } + ], + "id": "clipPath656", + "name": "clipPath656", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path657", + "name": "path657", + "transform": "matrix(0.94329252,-0.33196084,-0.33196084,-0.94329252,-21.204044,18.647024)", + "type": "path" + } + ], + "id": "clipPath657", + "name": "clipPath657", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path658", + "name": "path658", + "transform": "matrix(0.97510659,-0.22173391,-0.22173391,-0.97510659,-26.450485,15.750764)", + "type": "path" + } + ], + "id": "clipPath658", + "name": "clipPath658", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path659", + "name": "path659", + "transform": "matrix(0.99206666,-0.12570796,-0.12570796,-0.99206666,-31.037054,12.830386)", + "type": "path" + } + ], + "id": "clipPath659", + "name": "clipPath659", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path660", + "name": "path660", + "transform": "matrix(0.99867303,-0.05148795,-0.05148795,-0.99867303,-34.161059,10.333008)", + "type": "path" + } + ], + "id": "clipPath660", + "name": "clipPath660", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path661", + "name": "path661", + "transform": "matrix(0.99918909,0.04024796,0.04024796,-0.99918909,-37.016563,6.9637112)", + "type": "path" + } + ], + "id": "clipPath661", + "name": "clipPath661", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path662", + "name": "path662", + "transform": "matrix(0.98711069,0.16003494,0.16003494,-0.98711069,-40.858766,2.0931301)", + "type": "path" + } + ], + "id": "clipPath662", + "name": "clipPath662", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path663", + "name": "path663", + "transform": "matrix(0.96685734,0.25531483,0.25531483,-0.96685734,-44.318001,-2.1742084)", + "type": "path" + } + ], + "id": "clipPath663", + "name": "clipPath663", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path664", + "name": "path664", + "transform": "matrix(0.94703419,0.32113071,0.32113071,-0.94703419,-46.01679,-5.3373702)", + "type": "path" + } + ], + "id": "clipPath664", + "name": "clipPath664", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path665", + "name": "path665", + "transform": "matrix(0.90406406,0.42739557,0.42739557,-0.90406406,-47.253263,-10.849517)", + "type": "path" + } + ], + "id": "clipPath665", + "name": "clipPath665", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path666", + "name": "path666", + "transform": "matrix(0.83683656,0.54745172,0.54745172,-0.83683656,-49.754,-17.76703)", + "type": "path" + } + ], + "id": "clipPath666", + "name": "clipPath666", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path667", + "name": "path667", + "transform": "matrix(0.77953837,0.62635347,0.62635347,-0.77953837,-50.965278,-22.797713)", + "type": "path" + } + ], + "id": "clipPath667", + "name": "clipPath667", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path668", + "name": "path668", + "transform": "matrix(0.71482772,0.69929972,0.69929972,-0.71482772,-50.856134,-27.882207)", + "type": "path" + } + ], + "id": "clipPath668", + "name": "clipPath668", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path669", + "name": "path669", + "transform": "matrix(0.65204961,0.75817551,0.75817551,-0.65204961,-51.400025,-32.375619)", + "type": "path" + } + ], + "id": "clipPath669", + "name": "clipPath669", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path670", + "name": "path670", + "transform": "matrix(0.58444253,0.81143434,0.81143434,-0.58444253,-50.182021,-36.839922)", + "type": "path" + } + ], + "id": "clipPath670", + "name": "clipPath670", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path671", + "name": "path671", + "transform": "matrix(0.48269178,0.8757896,0.8757896,-0.48269178,-48.664657,-42.975217)", + "type": "path" + } + ], + "id": "clipPath671", + "name": "clipPath671", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path672", + "name": "path672", + "transform": "matrix(0.34184876,0.93975434,0.93975434,-0.34184876,-45.137033,-50.539998)", + "type": "path" + } + ], + "id": "clipPath672", + "name": "clipPath672", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path719", + "name": "path719", + "transform": "translate(3.3999994e-6)", + "type": "path" + } + ], + "id": "clipPath719", + "name": "clipPath719", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path720", + "name": "path720", + "transform": "translate(3.3999994e-6)", + "type": "path" + } + ], + "id": "clipPath720", + "name": "clipPath720", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path721", + "name": "path721", + "transform": "translate(3.3999994e-6)", + "type": "path" + } + ], + "id": "clipPath721", + "name": "clipPath721", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path722", + "name": "path722", + "transform": "translate(3.3999994e-6)", + "type": "path" + } + ], + "id": "clipPath722", + "name": "clipPath722", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path723", + "name": "path723", + "transform": "matrix(0.70710656,0.70710656,0.70710656,-0.70710656,-30.645979,-1.4256017)", + "type": "path" + } + ], + "id": "clipPath723", + "name": "clipPath723", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path724", + "name": "path724", + "transform": "matrix(0.50788967,0.86142142,0.86142142,-0.50788967,-48.926057,11.967348)", + "type": "path" + } + ], + "id": "clipPath724", + "name": "clipPath724", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path725", + "name": "path725", + "transform": "matrix(0.6257688,0.78000777,0.78000777,-0.6257688,-50.136829,19.328429)", + "type": "path" + } + ], + "id": "clipPath725", + "name": "clipPath725", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path726", + "name": "path726", + "transform": "matrix(0.72684676,0.68679877,0.68679877,-0.72684676,-50.702215,26.504611)", + "type": "path" + } + ], + "id": "clipPath726", + "name": "clipPath726", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path727", + "name": "path727", + "transform": "matrix(0.79021964,0.61282271,0.61282271,-0.79021964,-50.998608,31.577732)", + "type": "path" + } + ], + "id": "clipPath727", + "name": "clipPath727", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path728", + "name": "path728", + "transform": "matrix(0.84916123,0.52813251,0.52813251,-0.84916123,-49.220916,36.882917)", + "type": "path" + } + ], + "id": "clipPath728", + "name": "clipPath728", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path729", + "name": "path729", + "transform": "matrix(0.91591364,0.40137385,0.40137385,-0.91591364,-46.868409,44.030447)", + "type": "path" + } + ], + "id": "clipPath729", + "name": "clipPath729", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path730", + "name": "path730", + "transform": "matrix(0.96231247,0.27194385,0.27194385,-0.96231247,-44.076273,50.524865)", + "type": "path" + } + ], + "id": "clipPath730", + "name": "clipPath730", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path731", + "name": "path731", + "transform": "matrix(0.98801937,0.1543259,0.1543259,-0.98801937,-40.81757,55.818711)", + "type": "path" + } + ], + "id": "clipPath731", + "name": "clipPath731", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path732", + "name": "path732", + "transform": "matrix(0.99940505,0.03447097,0.03447097,-0.99940505,-36.675027,60.666214)", + "type": "path" + } + ], + "id": "clipPath732", + "name": "clipPath732", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path733", + "name": "path733", + "transform": "matrix(0.99580095,-0.0915379,-0.0915379,-0.99580095,-31.88766,65.187361)", + "type": "path" + } + ], + "id": "clipPath733", + "name": "clipPath733", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path734", + "name": "path734", + "transform": "matrix(0.97758315,-0.21054681,-0.21054681,-0.97758315,-26.955152,68.91018)", + "type": "path" + } + ], + "id": "clipPath734", + "name": "clipPath734", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path735", + "name": "path735", + "transform": "matrix(0.92269674,-0.38552489,-0.38552489,-0.92269674,-18.190167,73.345889)", + "type": "path" + } + ], + "id": "clipPath735", + "name": "clipPath735", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path736", + "name": "path736", + "transform": "matrix(0.87527752,-0.48361974,-0.48361974,-0.87527752,-13.503509,75.217646)", + "type": "path" + } + ], + "id": "clipPath736", + "name": "clipPath736", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path737", + "name": "path737", + "transform": "matrix(0.82078335,-0.57123857,-0.57123857,-0.82078335,-7.7049571,76.441139)", + "type": "path" + } + ], + "id": "clipPath737", + "name": "clipPath737", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path738", + "name": "path738", + "transform": "matrix(0.74239381,-0.66996283,-0.66996283,-0.74239381,-1.1630847,77.192222)", + "type": "path" + } + ], + "id": "clipPath738", + "name": "clipPath738", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path739", + "name": "path739", + "transform": "matrix(0.65220655,-0.75804048,-0.75804048,-0.65220655,5.4213092,77.114297)", + "type": "path" + } + ], + "id": "clipPath739", + "name": "clipPath739", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path740", + "name": "path740", + "transform": "matrix(0.5563815,-0.83092624,-0.83092624,-0.5563815,11.516683,76.267015)", + "type": "path" + } + ], + "id": "clipPath740", + "name": "clipPath740", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path741", + "name": "path741", + "transform": "matrix(0.47789272,-0.87841749,-0.87841749,-0.47789272,15.617973,75.122093)", + "type": "path" + } + ], + "id": "clipPath741", + "name": "clipPath741", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path742", + "name": "path742", + "transform": "matrix(0.33105882,-0.94360947,-0.94360947,-0.33105882,24.550736,18.62541)", + "type": "path" + } + ], + "id": "clipPath742", + "name": "clipPath742", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path743", + "name": "path743", + "transform": "matrix(0.47771192,-0.87851585,-0.87851585,-0.47771192,16.729654,21.637897)", + "type": "path" + } + ], + "id": "clipPath743", + "name": "clipPath743", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path744", + "name": "path744", + "transform": "matrix(0.61206656,-0.79080545,-0.79080545,-0.61206656,8.5274533,23.360747)", + "type": "path" + } + ], + "id": "clipPath744", + "name": "clipPath744", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path745", + "name": "path745", + "transform": "matrix(0.69446787,-0.71952286,-0.71952286,-0.69446787,1.6134838,23.771426)", + "type": "path" + } + ], + "id": "clipPath745", + "name": "clipPath745", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path746", + "name": "path746", + "transform": "matrix(0.73843868,-0.67431971,-0.67431971,-0.73843868,-1.5441393,23.725913)", + "type": "path" + } + ], + "id": "clipPath746", + "name": "clipPath746", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path747", + "name": "path747", + "transform": "matrix(0.78659996,-0.61746199,-0.61746199,-0.78659996,-5.2845098,23.404698)", + "type": "path" + } + ], + "id": "clipPath747", + "name": "clipPath747", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path748", + "name": "path748", + "transform": "matrix(0.84299855,-0.53791473,-0.53791473,-0.84299855,-9.8924825,22.549678)", + "type": "path" + } + ], + "id": "clipPath748", + "name": "clipPath748", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path749", + "name": "path749", + "transform": "matrix(0.89906217,-0.43781961,-0.43781961,-0.89906217,-15.660373,20.923331)", + "type": "path" + } + ], + "id": "clipPath749", + "name": "clipPath749", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path750", + "name": "path750", + "transform": "matrix(0.94329252,-0.33196084,-0.33196084,-0.94329252,-21.204043,18.647023)", + "type": "path" + } + ], + "id": "clipPath750", + "name": "clipPath750", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path751", + "name": "path751", + "transform": "matrix(0.97510659,-0.22173391,-0.22173391,-0.97510659,-26.450485,15.750764)", + "type": "path" + } + ], + "id": "clipPath751", + "name": "clipPath751", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path752", + "name": "path752", + "transform": "matrix(0.99206666,-0.12570796,-0.12570796,-0.99206666,-31.037052,12.830386)", + "type": "path" + } + ], + "id": "clipPath752", + "name": "clipPath752", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path753", + "name": "path753", + "transform": "matrix(0.99867303,-0.05148795,-0.05148795,-0.99867303,-34.161056,10.333008)", + "type": "path" + } + ], + "id": "clipPath753", + "name": "clipPath753", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path754", + "name": "path754", + "transform": "matrix(0.99918909,0.04024796,0.04024796,-0.99918909,-37.016563,6.9637112)", + "type": "path" + } + ], + "id": "clipPath754", + "name": "clipPath754", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path755", + "name": "path755", + "transform": "matrix(0.98711069,0.16003494,0.16003494,-0.98711069,-40.858767,2.0931298)", + "type": "path" + } + ], + "id": "clipPath755", + "name": "clipPath755", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path756", + "name": "path756", + "transform": "matrix(0.96685734,0.25531483,0.25531483,-0.96685734,-44.318005,-2.1742092)", + "type": "path" + } + ], + "id": "clipPath756", + "name": "clipPath756", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path757", + "name": "path757", + "transform": "matrix(0.94703419,0.32113071,0.32113071,-0.94703419,-46.016788,-5.3373695)", + "type": "path" + } + ], + "id": "clipPath757", + "name": "clipPath757", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path758", + "name": "path758", + "transform": "matrix(0.90406406,0.42739557,0.42739557,-0.90406406,-47.25326,-10.849516)", + "type": "path" + } + ], + "id": "clipPath758", + "name": "clipPath758", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path759", + "name": "path759", + "transform": "matrix(0.83683656,0.54745172,0.54745172,-0.83683656,-49.754003,-17.767031)", + "type": "path" + } + ], + "id": "clipPath759", + "name": "clipPath759", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path760", + "name": "path760", + "transform": "matrix(0.77953837,0.62635347,0.62635347,-0.77953837,-50.965278,-22.797713)", + "type": "path" + } + ], + "id": "clipPath760", + "name": "clipPath760", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path761", + "name": "path761", + "transform": "matrix(0.71482772,0.69929972,0.69929972,-0.71482772,-50.856133,-27.882206)", + "type": "path" + } + ], + "id": "clipPath761", + "name": "clipPath761", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path762", + "name": "path762", + "transform": "matrix(0.65204961,0.75817551,0.75817551,-0.65204961,-51.400026,-32.37562)", + "type": "path" + } + ], + "id": "clipPath762", + "name": "clipPath762", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path763", + "name": "path763", + "transform": "matrix(0.58444253,0.81143434,0.81143434,-0.58444253,-50.182021,-36.839922)", + "type": "path" + } + ], + "id": "clipPath763", + "name": "clipPath763", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path764", + "name": "path764", + "transform": "matrix(0.48269178,0.8757896,0.8757896,-0.48269178,-48.664657,-42.975215)", + "type": "path" + } + ], + "id": "clipPath764", + "name": "clipPath764", + "type": "clipPath" + }, + { + "clipPathUnits": "userSpaceOnUse", + "elements": [ + { + "d": "M 0,0 H 73.872002 V 73.872002 H 0 Z", + "id": "path765", + "name": "path765", + "transform": "matrix(0.34184876,0.93975434,0.93975434,-0.34184876,-45.137033,-50.539997)", + "type": "path" + } + ], + "id": "clipPath765", + "name": "clipPath765", + "type": "clipPath" + } + ], + "id": "defs1", + "name": "defs1", + "type": "defs" + }, + { + "d": "m 28.121646,248.96777 24.04976,-0.77896 m 3.21313,-0.0973 1.07105,-0.0973 m 2.82367,6.13416 h -32.61812 m 1.46051,-2.92103 h 29.69709 m -29.69709,-0.19481 h 29.69709 m -7.10784,0 h 0.38949 m 6.71835,-0.19482 h -1.36315 m -1.07105,-2.62892 h -23.17345 m 23.17345,-0.38946 h 0.2921 m -0.2921,-0.0973 h -22.68661 m 0,-0.0973 h 21.42084 m 1.55787,-0.19481 h -0.2921 m -8.76307,-1.16841 h -2.82365 m 12.65777,-0.77895 h -0.19481 m 0.19481,-0.48684 h -0.38946 m -6.71836,-0.19482 h -2.7263 m -2.82365,0 h -5.35522 m 18.01299,-0.38948 h -0.48685 m -6.62097,-0.0973 h -2.7263 m -2.82365,0 h -5.35522 m 16.94194,-1.55788 h -1.26577 m -4.771,-0.29209 h -10.90517 m 12.36568,-0.68159 h -1.46051 m -10.90517,-0.58421 h -3.01839 m 15.38407,-0.0973 h -1.46051 m -10.90517,-0.38946 h -3.01839 m 15.38407,-0.38948 h -1.46051 m 1.46051,-0.68157 h -1.46051 m -13.92356,-0.29211 h -1.55787 m 22.1024,-0.29209 h 0.48685 m -5.64731,-0.0973 h -1.46051 m -13.92356,-0.0973 h -1.55787 m 22.1024,-0.29212 h 0.48685 m -5.64731,-0.38946 h -1.46051 m 6.62097,-0.19481 h 0.48685 m -8.76307,0 h -3.01839 m 11.29461,-0.1948 h 0.48685 m -5.64731,-0.29211 h -1.46051 m 6.62097,-0.0973 h 0.48685 m -8.27623,-0.0973 h -3.50523 m 11.29461,-0.48684 h 0.48685 m -5.64731,-0.0973 h -1.46051 m -1.65525,-0.19481 h -3.01839 m 11.29461,-0.38946 h -0.5842 m -4.57626,-0.0973 h -1.46051 m -1.16841,-0.19481 h -3.50523 m 11.00251,-0.0973 h -0.2921 m -4.57626,-0.38948 h -1.46051 m -1.65525,-0.29211 h -3.01839 m 6.13415,-0.48681 h -1.46051 m -1.16841,-0.19481 h -3.50523 m 6.13415,-0.48685 h -1.46051 m -1.65525,-0.19481 h -3.01839 m -10.80779,-0.2921 h 1.55787 m 15.38407,-0.2921 h -1.46051 m -1.16841,-0.19481 h -3.50523 m 6.13415,-0.48686 h -1.46051 m -1.65525,-0.19481 h -3.01839 m 6.13415,-0.58419 h -1.46051 m 6.03677,0 h 1.07105 m -21.03138,0 h 3.01839 m 9.73676,-0.19481 h -3.50523 m 10.71041,-0.48684 h 1.07105 m -5.64731,0 h -1.46051 m -1.65525,-0.19481 h -3.01839 m 10.71041,-0.29211 h 1.07105 m -1.07105,-0.1948 h 1.07105 m -28.33394,5.16047 3.31049,0.0973 m 24.5366,0.87631 h 0.48685 m -1.07105,-6.32888 h -1.26577 m -5.93941,0 h -3.50523 m 10.71041,-0.2921 h 1.07105 m -1.07105,-0.19481 h -1.26577 m 0.2921,-0.19481 h -0.2921 m -6.42625,-0.0973 h -3.01839 m 9.44464,-0.58421 h 2.33682 m -8.27623,-0.0973 h -3.50523 m 9.44464,-0.5842 h 0.19481 m 0.68156,0 h 1.46052 m -18.01299,-0.0973 h 5.35522 m 2.82364,0 h 2.72631 m -2.72631,-0.0973 h -1.94733 m 9.44464,-0.2921 h 0.19481 m 0.97367,0 h 1.16841 m -2.33682,-0.19482 h 0.19481 m 0.97367,0 h 1.1684 m -29.79444,-0.0973 h 32.61811 m -4.47892,1.16842 -0.48682,-0.0973 m 1.26577,3.99207 0.38946,0.2921 m -8.76307,4.67364 2.1421,3.21313 m -1.85,-3.21313 1.85,2.62892 m -2.1421,-4.08944 2.1421,3.21313 m -1.85,-3.21313 1.85,2.62893 m -2.1421,-4.08944 2.1421,3.21313 m -1.85,-3.21313 1.85,2.72628 m -2.1421,-4.18679 2.1421,3.21312 m -1.85,-3.21312 1.85,2.72629 m -2.1421,-4.18679 2.1421,3.21311 m -1.85,-3.21311 1.85,2.72627 m -2.1421,-4.08942 2.1421,3.21312 m -1.85,-3.21312 1.85,2.62891 m -2.1421,-4.08943 2.1421,3.21312 m -1.85,-3.21312 1.85,2.62893 m -1.65526,-3.31048 1.65526,2.43417 m -1.2658,-2.43417 1.2658,1.84996 m 0,-1.26577 -0.29211,-0.58419 m 10.22359,26.19184 -1.46051,-2.92103 m -1.94736,-3.89471 -1.55787,-3.31048 m 2.14207,3.11576 -1.65525,-3.31051 m 1.65525,1.85 -1.46051,-2.92103 m 0.87631,-7.10768 -0.48684,-0.8763 m 1.07104,0.77894 -1.07104,-2.04472 m 1.07104,0.58421 -1.07104,-2.04472 m -28.72361,22.10224 v -7.88676 m 0,0 v -11.00253 m 0,0 v -7.98398 m 1.46051,23.95239 v -23.95239 m 3.31049,20.34977 v -20.34977 m 0.5842,0 v 19.96031 m 0.68159,0.48684 v -0.0973 m 1.16841,-8.27623 v -5.93941 m 1.55787,7.78939 v -2.33682 m 0,-5.45257 v -1.7526 m 3.01839,13.1446 v -4.08944 m 0,-9.05516 v -3.69997 m 5.35529,18.30508 v -1.94735 m 0,-16.35773 v -0.68156 m 0.87631,10.71039 v -0.68157 m 0,-0.77894 v -0.68156 m 0,-0.77895 v -0.68157 m 0,-0.68156 v -0.77895 m 0,-0.68157 v -0.77893 m 0,-0.68157 v -0.68159 m 0,-0.77892 v -0.68159 m 0,-0.77892 v -0.5842 m 1.94727,0 v 0.68156 m 0,18.30508 v -1.94735 m 2.7263,-16.35773 v 16.84457 m 1.36313,6.23151 v -2.82367 m 0.0973,-6.42625 v -0.68156 m 0,-0.77895 v -0.68157 m 0,-0.68156 v -0.77894 m 0,-0.68157 v -0.77895 m 0,-0.68156 v -0.68159 m 0,-0.77892 v -0.68159 m 0,-0.77893 v -0.68159 m 0,-0.77891 v -0.68158 m 0.2921,20.05769 v -2.82367 m 3.01846,-20.93397 v 2.82363 m 0,17.52614 v -4.86836 m 0.19481,1.26577 v -1.26577 m 0,-14.41038 v -1.07103 m 0.0973,2.33681 v -0.68158 m 0.38939,13.82618 v 1.07103 m 0.58421,4.38153 v -0.77892 m 0,-4.67364 v -13.1446 m 0.2921,17.81824 v -0.48684 m 0,-11.19725 v -0.48685 m 0.0973,12.17094 v -0.38949 m 0,-11.2946 v -0.38949 m 0.19481,9.05518 v -8.27623 m 0,-3.01839 v -0.48684 m 0.48685,1.46049 v 1.46051 m 0,10.12622 v 1.46051 m 0,3.8947 v -23.75765 m 1.36315,0 v 23.95239 m 1.46051,-23.95239 v 7.98412 m 0,0 v 11.00253 m 0,0 v 7.88677 m -31.1576,-2.92103 -1.46051,2.92103 m 28.13919,-26.87342 -0.48682,1.07103 m 1.07103,-1.07103 -0.58421,1.16841 m -0.38946,0.48683 0.2921,-0.19482 m 1.07105,7.01045 0.0973,-0.0973 m 0.29211,0.38948 0.0973,-0.0973 m -0.48683,11.48938 0.0973,-0.0973 m 0.29211,0.38949 0.0973,-0.0973 m -1.46052,-3.79733 -0.48682,0.19481 m -3.21299,7.00991 0.0973,-0.0973 m -0.58421,0.0973 0.0973,-0.0973 m 5.74469,-5.06312 V 245.657 m 0,-11.48938 v -0.0973 m -25.02345,13.53408 0.0973,0.19481 0.19481,0.1948 0.19482,0.0973 0.2921,0.0973 m 17.6235,-17.23403 0.19482,0.19481 0.19481,0.19482 0.5842,0.19481 m -0.97369,0.87629 0.19481,0.19481 0.19481,0.19482 0.58421,0.19481 m -0.97369,0.8763 0.19481,0.19482 0.19481,0.19481 0.58421,0.19481 m -0.97369,0.87631 0.19481,0.1948 0.19481,0.19482 0.58421,0.19481 m -0.97369,0.77895 0.19481,0.2921 0.19481,0.0973 0.5842,0.29209 m -0.97369,0.77895 0.19481,0.2921 0.19482,0.0973 0.5842,0.29211 m -0.97369,0.77894 0.19481,0.19482 0.19481,0.19481 0.58421,0.1948 m -0.97369,0.87632 0.19481,0.19481 0.19481,0.19482 0.58421,0.1948 m 5.45256,-5.74469 0.0973,-0.0973 0.0973,-0.1948 m -0.48684,0.48683 0.19481,-0.0973 m 0.0973,11.58672 0.0973,-0.19482 0.0973,-0.0973 m -0.77895,0.48685 h 0.29211 l 0.19481,-0.0973 m -0.48685,-11.9762 h 0.0973 m -0.0973,11.6841 h 0.0973 m 0.68173,-0.0973 v -0.19481 m 0,-11.48937 v -0.0973 m -24.43924,11.68409 0.0973,0.19482 0.0973,0.19481 0.2921,0.0973 h 0.19481 m -0.68159,-0.5842 0.0973,0.19481 0.0973,0.19481 0.29211,0.0973 h 0.19481 m 17.91561,-16.64983 0.19481,0.0973 m -0.19481,1.36311 0.19481,0.0973 m -0.19481,1.36313 h 0.19481 m -0.19481,1.46051 h 0.19481 m -0.19481,1.36316 0.19481,0.0973 m -0.19481,1.36316 0.19481,0.0973 m -0.19481,1.36316 0.19481,0.0973 m -0.19481,1.36316 0.19481,0.0973", + "fill": { + "paint": "transparent" + }, + "id": "in", + "name": "in", + "stroke": { + "dasharray": "none", + "linecap": "round", + "linejoin": "round", + "miterlimit": "10", + "opacity": "1", + "paint": "#000000", + "width": "0.0973682" + }, + "type": "path" + }, + { + "d": "m 28.186526,215.05161 24.04976,-0.87629 m 3.21313,-0.0973 h 1.07105 m 2.82366,6.0368 h -32.61811 m 1.46051,-2.92104 h 29.69709 m -29.69709,-0.0973 h 29.69709 m -7.10784,0 h 0.38948 m 6.71836,-0.2921 h -1.36315 m -1.07105,-2.62892 h -23.17345 m 23.17345,-0.2921 h 0.2921 m -0.2921,-0.0973 h -22.68661 m 0,-0.0973 h 21.42084 m 1.55787,-0.2921 h -0.2921 m -8.76308,-1.07105 h -2.82364 m 12.65777,-0.87631 h -0.19482 m 0.19482,-0.38947 h -0.38947 m -6.71835,-0.1948 h -2.72631 m -2.82364,0 h -5.35522 m 18.01299,-0.38947 h -0.48685 m -6.62097,-0.0973 h -2.72631 m -2.82364,0 h -5.35522 m 16.94194,-1.65523 h -1.26577 m -4.771,-0.29211 h -10.90517 m 12.36568,-0.5842 h -1.46051 m -10.90517,-0.68159 h -3.01839 m 15.38407,0 h -1.46051 m -10.90517,-0.48682 h -3.01839 m 15.38407,-0.29211 h -1.46051 m 1.46051,-0.68159 h -1.46051 m -13.92356,-0.2921 h -1.55787 m 22.1024,-0.38946 h 0.48685 m -5.64731,-0.0973 h -1.46051 m -13.92356,0 h -1.55787 m 22.1024,-0.2921 h 0.48685 m -5.64731,-0.38949 h -1.46051 m 6.62097,-0.1948 h 0.48685 m -8.76308,0 h -3.01838 m 11.29461,-0.19482 h 0.48685 m -5.64731,-0.29211 h -1.46051 m 6.62097,-0.0973 h 0.48685 m -8.27623,-0.19482 h -3.50523 m 11.29461,-0.38946 h 0.48685 m -5.64731,-0.0973 h -1.46051 m -1.65526,-0.19481 h -3.01838 m 11.29461,-0.38949 h -0.5842 m -4.57626,-0.0973 h -1.46051 m -1.16841,-0.19482 h -3.50523 m 11.00251,-0.0973 h -0.2921 m -4.57626,-0.48684 h -1.46051 m -1.65526,-0.19481 h -3.01838 m 6.13415,-0.48685 h -1.46051 m -1.16841,-0.19482 h -3.50523 m 6.13415,-0.58419 h -1.46051 m -1.65526,-0.19482 h -3.01838 m -10.80779,-0.19481 h 1.55787 m 15.38407,-0.2921 h -1.46051 m -1.16841,-0.19481 h -3.50523 m 6.13415,-0.48683 h -1.46051 m -1.65526,-0.29209 h -3.01838 m 6.13415,-0.48686 h -1.46051 m 6.03677,0 h 1.07105 m -21.03138,-0.0973 h 3.01839 m 9.73676,-0.0973 h -3.50523 m 10.71041,-0.48682 h 1.07105 m -5.64731,0 h -1.46051 m -1.65526,-0.19481 h -3.01838 m 10.71041,-0.38946 h 1.07105 m -1.07105,-0.0973 h 1.07105 m -28.33394,5.06313 3.31049,0.1948 m 24.5366,0.77895 0.48685,0.0973 m -1.07105,-6.42625 h -1.26577 m -5.93941,0 h -3.50523 m 10.71041,-0.29211 h 1.07105 m -1.07105,-0.1948 h -1.26577 m 0.2921,-0.0973 h -0.2921 m -6.42626,-0.0973 h -3.01838 m 9.44464,-0.5842 h 2.33682 m -8.27623,-0.19482 h -3.50523 m 9.44464,-0.48682 h 0.19481 m 0.68156,0 h 1.46052 m -18.013,-0.0973 h 5.35523 m 2.82364,0 h 2.72631 m -2.72631,-0.0973 h -1.94733 m 9.44464,-0.2921 h 0.19481 m 0.97367,0 h 1.1684 m -2.33682,-0.19481 h 0.19482 m 0.97366,0 h 1.16841 m -29.79444,-0.0973 h 32.61811 m -4.47892,1.16841 -0.48682,-0.0973 m 1.26577,3.99206 0.38946,0.2921 m -8.76307,4.57629 2.1421,3.21312 m -1.85,-3.21312 1.85,2.72627 m -2.1421,-4.08944 2.1421,3.21313 m -1.85,-3.21313 1.85,2.62893 m -2.1421,-4.08943 2.1421,3.21313 m -1.85,-3.21313 1.85,2.62892 m -2.1421,-4.08944 2.1421,3.21312 m -1.85,-3.21312 1.85,2.62893 m -2.1421,-4.08944 2.1421,3.21313 m -1.85,-3.21313 1.85,2.72631 m -2.1421,-4.18682 2.1421,3.21313 m 0.48682,0.5842 v 0.0973 m -2.33682,-3.89471 1.85,2.7263 m -2.1421,-4.18682 2.1421,3.21313 m -1.85,-3.21313 1.85,2.72631 m -1.65526,-3.31051 1.65526,2.4342 m -1.2658,-2.4342 1.2658,1.85 m 0,-1.36316 -0.29211,-0.48684 m 10.22359,26.0945 -1.46051,-2.92103 m -1.94736,-3.89471 -1.55787,-3.31048 m 2.14207,3.21312 -1.65525,-3.31049 m 1.65525,1.84998 -1.46051,-3.01839 m 0.87631,-7.01046 -0.48685,-0.97369 m 1.07105,0.77895 -1.07105,-1.94735 m 1.07105,0.58421 -1.07105,-2.04472 M 26.726226,220.115 v -7.88677 m 0,0 v -10.90517 m 0,0 v -7.98413 m 1.46051,23.85504 v -23.85504 m 3.31048,20.34982 v -20.34982 m 0.58421,0 v 19.96033 m 0.68159,0.48685 v -0.0973 m 1.16841,-8.27625 v -5.93941 m 1.55787,7.69203 v -2.23944 m 0,-5.45259 v -1.84997 m 3.01838,13.24197 v -4.18679 m 0,-9.05518 v -3.60261 m 5.35523,18.30509 v -1.94735 m 0,-16.35774 v -0.68156 m 0.87631,10.71042 v -0.77895 m 0,-0.68155 v -0.68159 m 0,-0.77893 v -0.68159 m 0,-0.77892 v -0.68159 m 0,-0.77893 v -0.68159 m 0,-0.68156 v -0.77894 m 0,-0.68156 v -0.77895 m 0,-0.68157 v -0.5842 m 1.94733,0 v 0.68156 m 0,18.30509 v -1.94735 m 2.72631,-16.35774 v 16.84458 M 49.899676,199.96 v -0.0973 m 0.8763,17.23404 v -2.82364 m 0.0973,-6.42625 v -0.68159 m 0,-0.77893 v -0.68158 m 0,-0.77893 v -0.68158 m 0,-0.68157 v -0.77895 m 0,-0.68156 v -0.77895 m 0,-0.68156 v -0.77895 m 0,-0.68157 v -0.68156 m 0,-0.77895 v -0.68157 m 0.2921,20.05769 v -2.82364 m 3.01838,-20.93401 v 2.72628 m 0,17.62352 v -4.96574 m 0.19481,1.26578 v -1.26578 m 0,-14.31301 v -1.07105 m 0.0973,2.23945 v -0.5842 m 0.38947,13.72881 v 1.16842 m 0.5842,4.28414 v -0.77892 m 0,-4.67364 v -13.14461 m 0.2921,17.81825 v -0.38948 m 0,-11.19725 v -0.48685 m 0.0973,12.07358 v -0.38948 m 0,-11.19725 v -0.38947 m 0.19482,9.05518 v -8.27625 m 0,-3.01839 v -0.48684 m 0.48684,1.46051 v 1.36315 m 0,10.22358 v 1.46053 m 0,3.89468 v -23.75765 m 1.36315,0 v 23.85504 m 1.46052,-23.85504 v 7.98412 m 0,-0.0973 v 11.00253 m 0,0 v 7.88677 m -31.1576,-2.92102 -1.46052,2.92102 m 28.1392,-26.77607 -0.48683,1.07105 m 1.07103,-1.07105 -0.5842,1.16842 m -0.38947,0.48684 0.29211,-0.19481 m 1.07105,7.01046 0.0973,-0.0973 m 0.2921,0.38946 0.0973,-0.0973 m -0.48682,11.392 0.0973,-0.0973 m 0.2921,0.38948 0.0973,-0.0973 m -1.46051,-3.69996 -0.48682,0.0973 m -3.21313,7.10781 0.0973,-0.0973 m -0.5842,0.0973 0.0973,-0.0973 m 5.74469,-5.06311 v -0.19481 m 0,-11.48935 v -0.0973 m -25.02345,13.53408 0.0973,0.19482 0.19481,0.19481 0.19481,0.0973 h 0.2921 m 17.62351,-17.13667 0.19481,0.19481 0.19481,0.19482 0.58421,0.19481 m -0.97369,0.87631 0.19481,0.19481 0.19481,0.19481 0.58421,0.19481 m -0.97369,0.87631 0.19481,0.19481 0.19481,0.19482 0.5842,0.1948 m -0.97369,0.77893 0.19482,0.2921 0.19481,0.0973 0.5842,0.29209 m -0.97369,0.77892 0.19481,0.19482 0.19482,0.19481 0.5842,0.19482 m -0.97369,0.8763 0.19481,0.19481 0.19481,0.19482 0.58421,0.1948 m -0.97369,0.87632 0.19481,0.19481 0.19481,0.1948 0.58421,0.19482 m -0.97369,0.8763 0.19481,0.19482 0.19481,0.19481 0.5842,0.19481 m 5.45257,-5.74467 0.0973,-0.0973 0.0973,-0.19482 m -0.48685,0.48682 0.19482,-0.0973 m 0.0973,11.48935 0.0973,-0.0973 0.0973,-0.1948 m -0.77895,0.5842 0.2921,-0.0973 0.19482,-0.0973 m -0.48685,-11.87885 h 0.0973 m -0.0973,11.58675 h 0.0973 m 0.68156,-0.0973 v -0.0973 m 0,-11.48936 v -0.19481 m -24.43924,11.78145 0.0973,0.19482 0.0973,0.19481 0.2921,0.0973 h 0.19482 m -0.68159,-0.58419 0.0973,0.1948 0.0973,0.19481 h 0.2921 l 0.19481,0.0973 m 17.91561,-16.64984 0.19481,0.0973 m -0.19481,1.36316 h 0.19481 m -0.19481,1.36313 0.19481,0.0973 m -0.19481,1.36313 0.19481,0.0973 m -0.19481,1.36313 0.19481,0.0973 m -0.19481,1.36313 0.19481,0.0973 m -0.19481,1.36313 0.19481,0.0973 m -0.19481,1.36314 h 0.19481", + "fill": { + "paint": "transparent" + }, + "id": "out", + "name": "out", + "stroke": { + "dasharray": "none", + "linecap": "round", + "linejoin": "round", + "miterlimit": "10", + "opacity": "1", + "paint": "#000000", + "width": "0.0973682" + }, + "type": "path" + }, + { + "elements": [ + { + "elements": [ + { + "elements": [ + { + "d": "m 99.924144,401.12291 v 15.16506 m 0,-416.21289547 V 6.8317778 m 0,-6.75670327 V 416.28797 m -99.84906947,0 V 0.07507453 H 99.924144 m 0,416.21289547 H 0.07507453 m 0,-6.75672 v 6.75672 M 99.924144,409.53125 H 0.07507453 m 99.84906947,6.75672 v -6.75672 M 0.07507453,416.28797 H 99.924144 m 0,-317.414885 H 0.07507453 M 99.924144,104.7289 H 0.07507453 M 99.924144,151.57536 H 0.07507453 M 99.924144,174.99861 H 0.07507453 M 99.924144,198.42184 H 0.07507453 M 52.627222,221.69493 H 0.07507453 M 89.864176,402.92469 h 10.059968 m -10.059968,0 v 6.60656 M 99.924144,311.78431 H 89.864176 m -50.299913,0 H 0.07507453 M 99.924144,317.64012 H 89.864176 m -50.299913,0 H 0.07507453 M 99.924144,245.11817 H 0.07507453 M 99.924144,268.5414 H 0.07507453 M 99.924144,291.96465 H 0.07507453 M 99.924144,337.3096 H 0.07507453 M 39.388479,360.73283 H 0.07507453 M 99.924144,384.15606 H 0.07507453 M 99.924144,128.15213 H 0.07507453 m 0,-128.07705547 V 6.8317778 M 99.924144,0.07507453 H 0.07507453 M 99.924144,6.8317778 V 0.07507453 M 0.07507453,6.8317778 H 99.924144 M 0.07507453,26.951739 H 99.924144 M 76.500908,80.705063 H 65.540045 m 10.960863,-5.85581 v 5.85581 m -10.960863,-5.85581 h 10.960863 m -10.960863,5.85581 v -5.85581 m -7.207151,5.85581 H 47.371997 m 10.960897,-5.85581 v 5.85581 m -10.960897,-5.85581 h 10.960897 m -10.960897,5.85581 v -5.85581 m -25.5253,5.85581 H 11.035972 m 10.810725,-5.85581 v 5.85581 m -10.810725,-5.85581 h 10.810725 m -10.810725,5.85581 v -5.85581", + "fill": { + "paint": "transparent" + }, + "id": "path291", + "name": "path291", + "stroke": { + "dasharray": "none", + "linecap": "round", + "linejoin": "round", + "miterlimit": "10", + "opacity": "1", + "paint": "#000000", + "width": "0.15015" + }, + "type": "path" + }, + { + "d": "m 67.585783,86.138554 c 0,-0.600593 0.158897,-1.06981 0.47797,-1.417655 0.329146,-0.337835 0.741996,-0.506752 1.258769,-0.506752 0.337657,0 0.638109,0.07633 0.909619,0.235224 0.26282,0.160176 0.469244,0.384133 0.60938,0.675672 0.141519,0.281511 0.216357,0.610607 0.216357,0.975969 0,0.365362 -0.07519,0.694437 -0.225224,0.984727 -0.150031,0.291548 -0.356597,0.508003 -0.629385,0.658152 -0.271687,0.150136 -0.571819,0.223982 -0.880854,0.223982 -0.347944,0 -0.648147,-0.08385 -0.920933,-0.242745 -0.271332,-0.168935 -0.467968,-0.395392 -0.609344,-0.67567 -0.141519,-0.29155 -0.206426,-0.591838 -0.206426,-0.910904 z m 0.487973,0.0088 c 0,0.43168 0.122724,0.779525 0.356598,1.032276 0.235153,0.253987 0.534294,0.376622 0.892168,0.376622 0.356598,0 0.656872,-0.122611 0.890857,-0.376622 0.23409,-0.252748 0.347943,-0.618113 0.347943,-1.088582 0,-0.290272 -0.04752,-0.553046 -0.15145,-0.77827 -0.102503,-0.215221 -0.244021,-0.384131 -0.440445,-0.506752 -0.187626,-0.122611 -0.40416,-0.187698 -0.646869,-0.187698 -0.339078,0 -0.629385,0.122611 -0.873372,0.356604 -0.244021,0.233985 -0.375395,0.619365 -0.375395,1.172412 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path292", + "name": "path292", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 71.658603,87.912245 v -3.641111 h 0.47797 v 1.801787 l 1.801788,-1.801787 h 0.658149 l -1.530278,1.47396 1.595362,2.167151 h -0.638145 l -1.285015,-1.848085 -0.601861,0.580577 v 1.267508 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path293", + "name": "path293", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 9.7502833,87.912245 v -3.641111 h 0.4779707 v 3.209433 h 1.793026 v 0.431678 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path294", + "name": "path294", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 12.67755,84.271141 h 0.479247 v 3.641111 H 12.67755 Z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path295", + "name": "path295", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 14.001367,87.912245 v -3.641111 h 0.487973 l 1.914399,2.852828 v -2.852828 h 0.459207 v 3.641111 h -0.496733 l -1.904398,-2.86159 v 2.86159 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path296", + "name": "path296", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 17.651867,87.912245 v -3.641111 h 0.477969 v 1.801787 l 1.801789,-1.801787 h 0.658149 l -1.530279,1.47396 1.595363,2.167151 h -0.638145 l -1.295054,-1.848085 -0.591823,0.580577 v 1.267508 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path297", + "name": "path297", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 22.550494,87.912245 h -0.440445 v -2.85283 c -0.112436,0.103845 -0.253952,0.206462 -0.422923,0.309071 -0.177697,0.103845 -0.327727,0.178937 -0.46921,0.235225 v -0.431677 c 0.244021,-0.121369 0.46921,-0.262748 0.656908,-0.431681 0.177695,-0.158897 0.319214,-0.327832 0.394159,-0.479226 h 0.281618 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path298", + "name": "path298", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 48.132118,87.912245 v -3.641111 h 0.487972 l 1.914399,2.852828 v -2.852828 h 0.459207 v 3.641111 h -0.496733 l -1.904396,-2.86159 v 2.86159 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path299", + "name": "path299", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 51.81078,87.912245 v -3.641111 h 2.627594 v 0.431677 h -2.149625 v 1.116108 h 2.008248 v 0.42292 h -2.008248 v 1.238728 h 2.234713 v 0.431678 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path300", + "name": "path300", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 56.108751,87.912245 v -3.209434 h -1.191166 v -0.431677 h 2.87034 v 0.431677 h -1.201204 v 3.209434 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path301", + "name": "path301", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "M 14.395525,20.495352 V 13.22314 h 5.386601 v 1.228716 H 15.86948 v 1.614104 h 3.641136 v 1.229968 H 15.86948 v 1.969454 h 4.054022 v 1.22997 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path302", + "name": "path302", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "M 22.803843,20.495352 V 14.451856 H 20.645458 V 13.22314 h 5.780724 v 1.228716 h -2.158386 v 6.043496 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path303", + "name": "path303", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "M 27.374036,20.495352 V 13.22314 h 1.473953 v 2.861587 h 2.871617 V 13.22314 h 1.462675 v 7.272212 h -1.462675 v -3.181906 h -2.871617 v 3.181906 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path304", + "name": "path304", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "M 34.70316,20.495352 V 13.22314 h 5.386601 v 1.228716 h -3.922648 v 1.614104 h 3.651139 v 1.229968 h -3.651139 v 1.969454 h 4.064025 v 1.22997 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path305", + "name": "path305", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "M 41.478663,20.495352 V 13.22314 h 3.086802 c 0.779522,0 1.342581,0.06505 1.690453,0.196459 0.355321,0.131374 0.636867,0.356601 0.853331,0.694436 0.206425,0.337835 0.308928,0.713211 0.308928,1.144888 0,0.544289 -0.158898,0.994735 -0.478006,1.35134 -0.319214,0.356605 -0.798283,0.581828 -1.436394,0.67567 0.320279,0.178937 0.581823,0.385384 0.789525,0.609356 0.205361,0.216462 0.47797,0.610603 0.834567,1.173662 l 0.882132,1.426416 H 46.255776 L 45.194849,18.90002 c -0.37536,-0.563059 -0.629384,-0.910904 -0.769519,-1.059799 -0.140106,-0.151414 -0.291548,-0.245228 -0.440445,-0.30031 -0.160316,-0.05757 -0.404126,-0.08509 -0.74196,-0.08509 h -0.300416 v 3.040516 z m 1.463952,-4.19416 h 1.088591 c 0.703195,0 1.14488,-0.02873 1.323817,-0.09508 0.16883,-0.05633 0.30893,-0.158897 0.402885,-0.30907 0.103916,-0.140134 0.150031,-0.329075 0.150031,-0.544293 0,-0.243985 -0.06633,-0.441685 -0.197559,-0.590585 -0.13123,-0.150138 -0.308928,-0.245228 -0.553021,-0.291549 -0.112792,-0.01 -0.469245,-0.01879 -1.069829,-0.01879 h -1.144915 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path306", + "name": "path306", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "M 48.817187,20.495352 V 13.22314 h 1.426427 l 2.974191,4.859818 V 13.22314 h 1.361342 v 7.272212 h -1.463952 l -2.937907,-4.777236 v 4.777236 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path307", + "name": "path307", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "M 56.136949,20.495352 V 13.22314 h 5.386599 v 1.228716 h -3.922647 v 1.614104 h 3.651139 v 1.229968 h -3.651139 v 1.969454 h 4.064023 v 1.22997 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path308", + "name": "path308", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "M 64.535903,20.495352 V 14.451856 H 62.38752 V 13.22314 h 5.77072 v 1.228716 h -2.148382 v 6.043496 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path309", + "name": "path309", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 71.179995,20.607923 1.793026,-7.50745 h 1.051032 l -1.821792,7.50745 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path310", + "name": "path310", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 77.53314,13.223158 h 1.463952 v 7.272213 H 77.53314 Z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path311", + "name": "path311", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "M 80.395357,20.495352 V 13.22314 h 2.356085 c 0.890892,0 1.472714,0.03752 1.744224,0.112612 0.414162,0.102609 0.769519,0.337835 1.042305,0.703197 0.281617,0.366614 0.422924,0.844587 0.422924,1.416404 0,0.450447 -0.07626,0.825822 -0.244022,1.126117 -0.160317,0.310312 -0.3666,0.544289 -0.610586,0.723219 -0.253953,0.1689 -0.50677,0.281512 -0.759518,0.337835 -0.357838,0.07509 -0.864609,0.103845 -1.530277,0.103845 H 81.85931 v 2.748978 z m 1.463953,-6.043496 v 2.07456 h 0.807044 c 0.581821,0 0.96722,-0.04756 1.163642,-0.12261 0.187628,-0.07509 0.347944,-0.197701 0.459208,-0.356606 0.103917,-0.158897 0.160317,-0.346596 0.160317,-0.563058 0,-0.271511 -0.07519,-0.487983 -0.23409,-0.656901 -0.15145,-0.178937 -0.347944,-0.281512 -0.581821,-0.329075 -0.17876,-0.02767 -0.535536,-0.04628 -1.061069,-0.04628 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path312", + "name": "path312", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 38.513552,242.56555 h 4.504468 m -4.504468,0 h 4.504468 m -6.756703,-1.65161 h 1.351342 m -1.351342,0 h 1.351342 m 50.450049,-0.15003 H 52.627542 m 34.3841,-1.05104 H 53.678573 m -16.065914,-0.90088 h -1.351342 m 1.351342,-0.15004 h -1.351342 m 32.582313,-0.45046 h 2.102096 m 13.813681,0 h -0.900894 m -27.627395,0 h 26.576364 m 1.051031,-0.60059 H 82.807482 M 43.01802,237.16044 h -4.504468 m 4.504468,0 h -4.504468 m 16.666535,0 H 81.606278 M 19.44461,234.30762 h 6.156119 m 6.156118,0 h 13.963855 m -17.567429,1.05103 3.753712,3.75374 m -3.753712,-3.75374 3.753712,3.75374 m 1.501477,-1.50149 -2.102061,-2.10209 m 2.102061,2.10209 -2.102061,-2.10209 m -0.450767,-32.73265 v -0.15014 m 5.405364,36.03576 v 0.15002 m 1.351341,-0.15002 v 0.15002 m 0.450447,-1.20117 v 0.75073 m 0,3.00299 v 0.75072 m 0,-4.50444 v 0.75073 m 0,3.00299 v 0.75072 m -6.45643,-27.32709 1.051066,-4.80476 m -1.051066,4.80476 1.051066,-4.80476 m -2.552544,-8.2582 -9.159074,16.36624 m 9.159074,-16.36624 -9.159074,16.36624 m 1.201168,0.15014 8.708662,-15.61549 m -8.708662,15.61549 8.708662,-15.46534 m 24.324133,21.32114 -1.501514,0.45045 m 1.501514,-1.20119 -1.501514,0.45045 M 19.44429,234.30733 h 6.156119 m 6.15612,0 h 13.963853 m 34.3841,-0.90089 h -6.156119 m 11.561482,-0.30031 h -0.750757 m -5.105053,-0.15014 h -5.705672 m -8.858766,0 h 1.651615 m -2.402371,-0.30031 h -2.102097 m 1.501513,-0.45044 H 61.93647 M 45.720382,232.0551 H 27.101888 m -6.156084,0 h -1.651651 m 26.426229,0 H 27.101888 m -6.156084,0 h -1.651651 m 66.215692,-1.80178 h -0.750757 m -11.861756,-2.40239 h -5.255225 m -36.185889,-0.30031 h 2.852819 m -2.852819,0 h 2.852819 m 31.681455,-0.75075 h 5.705636 m -7.957871,-0.75074 h 2.252235 m 0.75072,0 h 4.354332 m 0.600584,0 h 2.252235 M 63.738257,225.899 h 2.252235 m 5.705636,0 h 2.252235 m 10.810725,0 h 0.750757 m -51.200808,-0.45046 h -2.852819 m 2.852819,0 h -2.852819 m 32.282039,-1.50148 h 2.252235 m 5.705636,0 h 2.252235 m 10.810725,0 h 0.750757 m 0,-0.30031 H 84.759088 M 73.948363,223.1963 h -2.252235 m -5.705636,0 h -2.252235 m 21.020831,15.01489 0.750757,0.15014 m 0,-0.15014 -0.750757,-0.15014 m -21.020831,-5.8558 1.35134,0.75075 m -13.813715,0 -4.204158,-3.30328 m 4.204158,3.30328 -4.204158,-3.30328 m -16.21609,-26.87666 8.708629,15.46534 m -8.708629,-15.61549 8.708629,15.61549 m 1.201203,-0.15014 -9.15911,-16.36624 m 9.15911,16.36624 -9.15911,-16.36624 m -2.552509,8.2582 1.051031,4.80476 m -1.051031,-4.80476 1.051031,4.80476 m 13.36327,27.32709 v -4.50444 m 0,4.50444 v -4.50444 m 2.702681,-7.50745 v 1.50148 m 0,3.15313 v 1.50149 m 0,-6.1561 v 1.50148 m 0,3.15313 v 1.50149 m 6.456393,4.50459 v -19.66949 m 0,0 v -19.21907 m 2.552545,3.75373 v 31.53127 m 1.051031,-32.73246 v 33.78351 m -28.828601,-11.11102 -3.903885,3.90387 m 3.903885,-3.90387 -3.903885,3.90387 m 3.153128,-0.15014 2.252235,-2.25223 m -2.252235,2.25223 2.252235,-2.25223 m 55.855413,-23.87369 0.750757,-0.15014 m 0,-0.3003 -0.750757,0.15014 M 63.738257,219.5929 h 2.252235 m 5.705636,0 h 2.252235 M 21.696524,219.29258 H 40.01471 m -18.318186,0 H 40.01471 m 45.495135,-0.30031 h -0.750757 m -21.020831,-0.3003 h 2.252235 m 5.705636,0 h 2.252235 m 10.810725,0 h 0.750757 M 39.564263,218.24151 H 22.146972 m 17.417291,0 H 22.146972 m 41.591285,-1.35134 h 2.252235 m 5.705636,0 h 2.252235 m 10.810725,0 h 0.750757 m -11.561482,-0.30031 h -2.252235 m -0.600584,0 h -4.354332 m -0.75072,0 h -2.252235 m 7.957871,-0.75074 h -5.705636 m 1.651615,-0.90089 h 5.255225 m -42.792454,-0.15014 h 1.501478 m -1.501478,0 h 1.501478 m 53.903489,-2.25224 H 84.759088 M 61.93647,210.43377 h 1.801787 m -1.501513,-0.30032 h 2.102097 m 2.402371,-0.45044 h -1.651615 m 8.858766,0 h 5.705672 m 5.85581,-0.15014 h -0.750757 m -10.810725,-0.15014 h 6.156119 m -8.408354,17.41728 -0.600584,-0.75075 m 8.558491,6.90686 0.450447,0.45045 m 6.90684,6.30627 1.051067,1.05103 m -25.825645,-8.10804 -3.753712,-4.65463 m 0,0 v -13.36326 m 0.300416,13.8137 V 214.1875 m 4.954916,2.40239 v 3.00298 m 0,3.60357 v 2.85282 m 0.750721,0 v -0.15013 m 0,-1.95193 v -0.75075 m 0,-3.60357 v -0.9009 m 0,-1.80178 v -0.30031 m 1.501514,-0.75075 v 10.96087 m 0.75072,-17.11699 v 1.65165 m 0,5.25522 v 9.45937 m 0,5.40537 v 1.50149 m 2.702682,-29.72949 v 1.20119 m 0.750756,-1.35134 v 1.35134 m -11.711725,10.21012 3.753712,-4.50446 m 2.852853,-0.45046 -1.35134,0.75075 M 81.60596,205.62901 H 55.179767 m 28.678428,-0.6006 h -1.051031 m 1.951924,-0.60059 h -0.900893 m -1.051031,0 H 56.230798 m 12.612512,0 h 2.102098 m -17.267155,-1.35134 h 33.333069 m -34.3841,-1.20119 h 35.435167 m -22.071897,13.96385 0.75072,0.75075 m -13.062959,-13.51341 -1.051031,-1.20119 m 14.11399,9.45938 0.900895,3.60357 m 6.306256,16.51639 -1.051031,-3.60357 m -1.801788,-1.8018 v -9.45937 m 0.600584,10.21012 v -10.96087 m 1.501514,0.75075 v 0.30031 m 0,1.80178 v 0.9009 m 0,3.60357 v 0.75075 m 0,1.95193 v 0.15013 m 0.750721,7.35731 v -1.95194 m 0,-5.40537 v -2.85282 m 0,-3.60357 v -3.00298 m 0,-5.25522 v -1.95194 m 2.702681,-6.30625 v 1.35134 m 0,34.53426 v 0.75076 m 0.600479,-36.63636 v 1.35134 m 0,33.78352 v 1.5015 m 2.402371,-30.02982 v 23.2731 m 0.450447,-23.57339 v 24.02384 m 1.501477,3.75371 v -31.53127 m 1.20131,32.58233 v -33.78352 m 1.050924,33.18292 v 0.6006 m 0,-33.18293 v -0.60059 m 0.900894,0 v 33.78352 m -17.116981,-10.36028 -0.900894,3.60357 m 6.156119,-16.51639 1.051031,-3.60357 m -2.252234,4.50447 -0.600584,0.75075 m 8.558491,-6.90687 0.450447,-0.3003 m 6.90684,-6.30626 1.051066,-1.20119 M 65.990351,226.8 l 0.75072,-0.75075 m -13.062959,13.66355 -1.051031,1.05104 m -5.5555,-4.05401 4.20416,-3.30327 m -4.20416,3.30327 4.20416,-3.30327 m 34.233961,6.30624 v -36.63634 m 1.351342,0 v 36.63634 m 1.201203,-37.83754 v 19.21907 m 0,0 v 19.66951 M 31.456218,225.2985 c -1.501476,0 -3.00299,0.6006 -4.054021,1.65163 m 4.054021,-1.65163 c -1.501476,0 -3.00299,0.6006 -4.054021,1.65163 m -8.708627,4.65463 c -0.750758,-1.5015 -2.402407,-2.25223 -4.054022,-1.95194 -1.651651,0.30031 -2.702682,1.80179 -2.702682,3.45342 0,1.65165 1.051031,3.15313 2.702682,3.45343 1.651615,0.45045 3.303264,-0.45044 4.054022,-1.95193 m 9.459383,0.60059 c -0.750756,-0.60059 -1.651649,-1.05104 -2.552544,-1.05104 m 5.855809,-6.60656 c -0.900893,0 -1.801787,0.30032 -2.552543,0.9009 m -7.957871,3.60357 c 0.900893,0 1.801787,-0.45044 2.552508,-1.05104 m -4.804742,0.6006 c -0.750758,-1.5015 -2.402407,-2.25223 -4.054022,-1.95194 -1.651651,0.30031 -2.702682,1.80179 -2.702682,3.45342 0,1.65165 1.051031,3.15313 2.702682,3.45343 1.651615,0.45045 3.303264,-0.45044 4.054022,-1.95193 m 2.252234,-2.55254 c 0.900893,0 1.801787,-0.45044 2.552508,-1.05104 m 7.957906,-3.45343 c -0.900893,0 -1.801787,0.30032 -2.552543,0.9009 m -0.750722,6.7567 c -0.750756,-0.60059 -1.651649,-1.05104 -2.552544,-1.05104 m 7.057013,-24.32413 c 0.150031,-0.75075 -0.15003,-1.50149 -0.750757,-1.80178 -0.750756,-0.45046 -1.501478,-0.45046 -2.102097,0 -0.600584,0.3003 -0.900893,1.05103 -0.750721,1.80178 m 3.453402,0 c 0.150031,-0.60059 -0.150031,-1.35134 -0.75072,-1.80178 -0.60062,-0.45046 -1.351342,-0.45046 -1.951961,0 -0.600584,0.45044 -0.900893,1.20119 -0.750721,1.80178 m -8.108043,8.10805 c -0.150031,0.3003 -0.150031,0.60059 0,0.90088 0.15003,0.30032 0.450446,0.45046 0.75072,0.45046 m -0.75072,-1.35134 c -0.150031,0.3003 -0.150031,0.60059 0,0.90088 0.15003,0.30032 0.450446,0.45046 0.75072,0.45046 m -2.252234,14.86474 c -0.300416,0 -0.600584,0.15014 -0.75072,0.45045 m 0.75072,-0.45045 c -0.300416,0 -0.600584,0.15014 -0.75072,0.45045 m 12.912786,-18.16803 c 0,-0.45044 -0.450447,-0.75075 -0.750722,-0.75075 -0.450447,0 -0.750756,0.30032 -0.750756,0.75075 0,0.30031 0.300416,0.75075 0.750756,0.75075 0.300416,0 0.750722,-0.45044 0.750722,-0.75075 m 0.15003,17.71758 c -0.300416,0 -0.450446,0.15014 -0.600619,0.45045 -0.15003,0.3003 0,0.60059 0.150031,0.75074 m -4.654642,-4.65462 c -0.150031,0.30032 -0.300416,0.60059 -0.150031,0.9009 0.150031,0.15014 0.300416,0.45044 0.600584,0.45044 m -8.408318,-0.45044 c 0.150031,0.15014 0.300416,0.45044 0.600585,0.45044 m 12.312202,-15.61549 c 0,-0.45044 -0.450446,-0.75075 -0.750721,-0.75075 -0.450447,0 -0.750756,0.30032 -0.750756,0.75075 0,0.30031 0.300416,0.75075 0.750756,0.75075 0.300417,0 0.750721,-0.45044 0.750721,-0.75075 m -12.912787,15.16505 c 0.150031,0.15014 0.300416,0.45044 0.600585,0.45044 m 7.357287,-1.35134 c -0.150031,0.30032 -0.300416,0.60059 -0.150031,0.9009 0.150031,0.15014 0.300416,0.45044 0.600584,0.45044 m 4.654641,2.10209 c -0.300416,0 -0.450447,0.15014 -0.600619,0.45045 -0.150031,0.3003 0,0.60059 0.150031,0.75074 m 0.600584,3.75374 c 1.201203,1.05104 2.702681,1.80179 4.354332,1.80179 m -4.354332,-1.95196 c 1.201203,1.20121 2.702681,1.80179 4.354332,1.80179 m -2.852854,-3.30327 c 0.750756,0.75074 1.801787,1.20121 2.852854,1.20121 m -2.852854,-1.20121 c 0.750756,0.75074 1.801787,1.20121 2.852854,1.20121 m -1.351342,-10.81075 c 0.600586,0.9009 1.801789,1.35135 3.002957,1.05104 1.201203,-0.3003 1.951961,-1.35134 1.951961,-2.55253 0,-1.20119 -0.750758,-2.25223 -1.951961,-2.55252 -1.201168,-0.30032 -2.402371,0.15012 -3.002957,1.20118 m 0,2.85283 c 0.600586,0.9009 1.801789,1.35135 3.002957,1.05104 1.201203,-0.3003 1.951961,-1.35134 1.951961,-2.55253 0,-1.20119 -0.750758,-2.25223 -1.951961,-2.55252 -1.201168,-0.30032 -2.402371,0.15012 -3.002957,1.20118 m 5.105054,-5.70565 c 0.300417,0 0.600584,-0.15014 0.750757,-0.45046 0.150031,-0.3003 0.150031,-0.60059 0,-0.90088 m -0.750757,1.35134 c 0.300417,0 0.600584,-0.15014 0.750757,-0.45046 0.150031,-0.3003 0.150031,-0.60059 0,-0.90088 m -5.855811,9.90982 c -0.150031,-0.3003 -0.450447,-0.3003 -0.600619,-0.3003 m 0,-2.25224 c 0.150031,0 0.450447,-0.15014 0.600619,-0.30031 m -0.600619,0.30031 c 0.150031,0 0.450447,-0.15014 0.600619,-0.30031 m 0,2.85284 c -0.150031,-0.30032 -0.450447,-0.30032 -0.600619,-0.30032 m 12.762686,2.10209 c -0.15003,-0.15014 -0.450446,-0.15014 -0.600618,-0.15014 -0.150031,0.15014 -0.300418,0.30031 -0.300418,0.6006 m 0,6.00595 c 0,0.30032 0.150031,0.45046 0.300418,0.6006 0.150029,0 0.450445,0 0.600618,-0.15014 m -0.900893,-0.45044 c 0,0.3003 0.150031,0.45044 0.300416,0.60059 0.150031,0 0.450447,0 0.600619,-0.15014 m 0,-6.90685 c -0.150031,-0.15014 -0.450447,-0.15014 -0.600619,-0.15014 -0.150031,0.15014 -0.300416,0.30031 -0.300416,0.6006 m -7.657598,7.057 c -0.300416,0 -0.450445,0.15014 -0.450445,0.45045 m 5.405361,0 c 0,-0.30031 -0.150031,-0.45045 -0.450447,-0.45045 m 0,5.40535 c 0.300416,0 0.450447,-0.15004 0.450447,-0.45045 m -5.405361,0 c 0,0.30041 0.150029,0.45045 0.450445,0.45045 m -0.450445,-1.35135 c 0,-0.15002 -0.150032,-0.30042 -0.450448,-0.30042 m 0.600584,1.20118 c 0,0.15002 0.150031,0.45044 0.300416,0.45044 m 4.504469,0 c 0.150031,0 0.450447,-0.30042 0.450447,-0.45044 m 0,-4.50446 c 0,-0.3003 -0.300416,-0.45044 -0.450447,-0.45044 m -4.504469,0 c -0.150031,0 -0.300416,0.15014 -0.300416,0.45044 m -0.600584,1.05106 c 0.300416,0 0.450448,-0.15004 0.450448,-0.45046 m 8.108043,-3.60357 c 0,-0.15014 -0.150031,-0.30032 -0.450447,-0.30032 m 0,-2.25223 c 0.300416,0 0.450447,-0.30031 0.450447,-0.45044 m -0.450447,0.45044 c 0.300416,0 0.450447,-0.30031 0.450447,-0.45044 m 0,3.00297 c 0,-0.15014 -0.150031,-0.30032 -0.450447,-0.30032 m -8.108044,4.35432 c 0.300416,0 0.450448,-0.15002 0.450448,-0.45044 m 0,3.00296 c 0,-0.15004 -0.150032,-0.30042 -0.450448,-0.30042 m 13.663543,-7.50745 c 0.150032,-0.15013 0.150032,-0.15013 0.150032,-0.3003 0,0 0,-0.15014 -0.150032,-0.15014 m 0,0.45044 c 0.150032,-0.15013 0.150032,-0.15013 0.150032,-0.3003 0,0 0,-0.15014 -0.150032,-0.15014 M 31.606142,201.57467 c -0.150029,-0.15014 -0.450445,-0.30031 -0.75072,-0.30031 -0.300416,0 -0.60062,0.15014 -0.750756,0.30031 m 1.501476,0 c -0.150029,-0.15014 -0.450445,-0.30031 -0.75072,-0.30031 -0.300416,0 -0.60062,0.15014 -0.750756,0.30031 m 45.945582,37.98768 c 0.450447,-0.30042 0.750756,-0.9009 1.051031,-1.35134 m -2.102418,1.35144 c 0.450448,-0.3004 0.900895,-0.75075 1.20117,-1.35133 m -21.020832,-1.20119 c 0,0.6006 0.450447,1.20119 1.051031,1.20119 m 0,-33.78351 c -0.600584,0 -1.051031,0.45044 -1.051031,1.05103 m -1.500094,34.23605 v -17.41727 m 0,-1.05105 v -18.16801 m 33.333069,19.21906 v 17.41727 m 0,-36.63633 v 18.16801 m 0,0 v 1.05105 m -33.333212,-5.25522 1.501514,-0.15013 m 14.264127,-13.66356 -9.309211,-0.15014 m 10.059969,0.75075 -0.150031,-0.15014 -0.150031,-0.3003 -0.150031,-0.15014 h -0.300417 m 0,-0.15014 v 0.15014 m -15.765923,15.01511 h 1.501513 m 27.627396,19.96981 -1.201203,-1.05104 m 1.201203,-32.73247 -1.201203,1.20119 m -27.928381,15.61335 v 1.05104 m 46.245891,-0.6006 H 88.062389 M 40.01471,80.705063 H 29.203984 m 10.810726,-5.85581 v 5.85581 M 29.203984,74.849253 H 40.01471 m -10.810726,5.85581 v -5.85581", + "fill": { + "paint": "transparent" + }, + "id": "path313", + "name": "path313", + "stroke": { + "dasharray": "none", + "linecap": "round", + "linejoin": "round", + "miterlimit": "10", + "opacity": "1", + "paint": "#000000", + "width": "0.15015" + }, + "type": "path" + }, + { + "d": "m 27.918296,87.912245 v -3.641111 h 0.47797 v 3.209433 h 1.793027 v 0.431678 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path314", + "name": "path314", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 30.846838,84.271141 h 0.477971 v 3.641111 h -0.477971 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path315", + "name": "path315", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 32.169415,87.912245 v -3.641111 h 0.487972 l 1.914399,2.852828 v -2.852828 h 0.459208 v 3.641111 h -0.496733 l -1.904398,-2.86159 v 2.86159 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path316", + "name": "path316", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 35.819915,87.912245 v -3.641111 h 0.47797 v 1.801787 l 1.801787,-1.801787 h 0.658149 l -1.530277,1.47396 1.595363,2.167151 H 38.18476 l -1.295052,-1.848085 -0.591823,0.580577 v 1.267508 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path317", + "name": "path317", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 41.384814,87.480522 v 0.431676 h -2.402372 c 0,-0.112607 0.01774,-0.216463 0.0564,-0.319072 0.0564,-0.160174 0.160317,-0.319073 0.290485,-0.477975 0.141519,-0.160174 0.329146,-0.337834 0.581822,-0.554301 0.394123,-0.319071 0.666909,-0.571814 0.807044,-0.769511 0.13123,-0.187699 0.206426,-0.366615 0.206426,-0.535533 0,-0.17766 -0.0649,-0.319071 -0.186563,-0.440436 -0.132657,-0.121369 -0.29155,-0.187699 -0.497975,-0.187699 -0.215292,0 -0.384121,0.06633 -0.515531,0.197699 -0.132657,0.131373 -0.197559,0.309071 -0.197559,0.534281 l -0.459207,-0.04629 c 0.0376,-0.347836 0.150031,-0.601846 0.356598,-0.788281 0.205361,-0.178937 0.47797,-0.26275 0.824567,-0.26275 0.347943,0 0.629384,0.09386 0.825806,0.290273 0.206426,0.187698 0.310347,0.431678 0.310347,0.713207 0,0.150137 -0.02837,0.290307 -0.09398,0.43168 -0.0564,0.141376 -0.160317,0.291549 -0.29155,0.441687 -0.140106,0.158897 -0.365358,0.365361 -0.694433,0.638133 -0.261401,0.225224 -0.430407,0.384133 -0.515495,0.459205 -0.07519,0.08509 -0.13123,0.158897 -0.187627,0.243985 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path318", + "name": "path318", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 4.5607807,260.73366 3.0780419,-8.02294 h 1.1448798 l 3.2745006,8.02294 H 10.857035 L 9.9185803,258.31253 H 6.5690289 l -0.882131,2.42113 z m 2.3085225,-3.29326 h 2.7214794 l -0.8358449,-2.2247 c -0.2528888,-0.67567 -0.4492055,-1.22873 -0.5718193,-1.66165 -0.1039222,0.50801 -0.2440216,1.0235 -0.4316841,1.53028 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path358", + "name": "path358", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 12.865886,260.73366 v -8.02294 h 1.061068 v 7.07577 h 3.950136 v 0.94717 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path359", + "name": "path359", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 19.097056,260.73366 v -8.02294 h 1.061069 v 7.07577 h 3.950135 v 0.94717 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path360", + "name": "path360", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 25.384549,260.73366 v -8.02294 h 5.799486 v 0.94717 h -4.738417 v 2.4587 h 4.438143 v 0.92967 h -4.438143 v 2.74023 h 4.926116 v 0.94717 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path361", + "name": "path361", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 32.826322,260.73366 v -8.02294 h 1.088592 l 4.214162,6.29625 v -6.29625 h 1.013506 v 8.02294 h -1.089834 l -4.21292,-6.30624 v 6.30624 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path362", + "name": "path362", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 43.993646,260.73366 v -8.02294 h 3.012992 c 0.609346,0 1.097318,0.0838 1.472714,0.24261 0.3666,0.16031 0.656907,0.41415 0.863333,0.75198 0.216357,0.33803 0.319214,0.68444 0.319214,1.0598 0,0.33801 -0.09398,0.66567 -0.281617,0.96722 -0.187628,0.30042 -0.46921,0.5443 -0.844607,0.73195 0.488008,0.14014 0.863369,0.38416 1.126117,0.722 0.253954,0.34793 0.385399,0.75071 0.385399,1.21992 0,0.3754 -0.07519,0.722 -0.235155,1.04104 -0.158897,0.32914 -0.356632,0.57309 -0.591859,0.75076 -0.23409,0.17875 -0.525497,0.31034 -0.872094,0.39539 -0.356632,0.0926 -0.788281,0.14013 -1.295052,0.14013 z m 1.061068,-4.65459 h 1.735462 c 0.46921,0 0.807045,-0.0284 1.013506,-0.094 0.27275,-0.0752 0.469209,-0.21528 0.610586,-0.39416 0.13123,-0.18763 0.205361,-0.42292 0.205361,-0.70443 0,-0.26282 -0.0649,-0.49673 -0.196494,-0.7032 -0.121298,-0.20642 -0.308928,-0.33765 -0.544296,-0.41292 -0.23409,-0.0752 -0.646871,-0.11274 -1.219932,-0.11274 h -1.604086 z m 0,3.70742 h 1.998211 c 0.337658,0 0.581822,-0.0177 0.723233,-0.0387 0.242603,-0.0465 0.44917,-0.12129 0.609345,-0.22415 0.168829,-0.10389 0.300416,-0.24508 0.402884,-0.44169 0.112436,-0.1965 0.160316,-0.42293 0.160316,-0.67567 0,-0.30042 -0.07519,-0.56306 -0.225223,-0.77951 -0.160317,-0.22382 -0.366601,-0.37537 -0.638145,-0.46923 -0.271332,-0.0838 -0.666909,-0.13128 -1.173644,-0.13128 h -1.856835 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path363", + "name": "path363", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 51.529267,260.73366 v -8.02294 h 3.556012 c 0.713232,0 1.258768,0.0752 1.624127,0.21529 0.375361,0.14014 0.66691,0.39412 0.890893,0.75948 0.225222,0.36664 0.337657,0.77076 0.337657,1.21121 0,0.57306 -0.187626,1.05107 -0.553057,1.43642 -0.3666,0.39288 -0.938419,0.63814 -1.707938,0.74948 0.281618,0.13272 0.497974,0.26389 0.638109,0.3954 0.310348,0.2802 0.60938,0.63814 0.882132,1.06984 l 1.398903,2.1859 h -1.34258 l -1.061068,-1.67042 c -0.308929,-0.48796 -0.563059,-0.85332 -0.759482,-1.10735 -0.206426,-0.25288 -0.385398,-0.43164 -0.544296,-0.53553 -0.160317,-0.10246 -0.319214,-0.1777 -0.47797,-0.2153 -0.122725,-0.0284 -0.320279,-0.0375 -0.591859,-0.0375 h -1.228692 v 3.56604 z m 1.061069,-4.4857 h 2.279758 c 0.479212,0 0.863332,-0.0461 1.136119,-0.15003 0.271332,-0.10246 0.47797,-0.26281 0.619347,-0.47925 0.150031,-0.2238 0.215292,-0.45916 0.215292,-0.72195 0,-0.37537 -0.13123,-0.69444 -0.412922,-0.93842 -0.27275,-0.24402 -0.704435,-0.36536 -1.305019,-0.36536 h -2.532505 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path364", + "name": "path364", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 58.717619,260.73366 3.078042,-8.02294 h 1.144879 l 3.284539,8.02294 h -1.211206 l -0.938455,-2.42113 h -3.349551 l -0.88213,2.42113 z m 2.308523,-3.29326 h 2.72148 l -0.835846,-2.2247 c -0.252889,-0.67567 -0.440445,-1.22873 -0.571819,-1.66165 -0.103917,0.50801 -0.244022,1.0235 -0.431684,1.53028 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path365", + "name": "path365", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 67.06965,260.73366 v -8.02294 h 2.758969 c 0.628143,0 1.097351,0.0361 1.426426,0.1113 0.46045,0.10389 0.854607,0.30149 1.182441,0.57307 0.422924,0.3566 0.731958,0.81581 0.948422,1.3701 0.206424,0.56306 0.308928,1.19117 0.308928,1.9144 0,0.60058 -0.06633,1.14488 -0.206426,1.61409 -0.15003,0.46925 -0.329145,0.86337 -0.553056,1.17244 -0.216356,0.30149 -0.460448,0.54554 -0.733236,0.7232 -0.262819,0.17875 -0.580544,0.30893 -0.95594,0.40415 -0.366599,0.0926 -0.798284,0.14014 -1.286256,0.14014 z m 1.061067,-0.94717 h 1.707938 c 0.534259,0 0.947181,-0.0575 1.247491,-0.15003 0.300416,-0.10389 0.54426,-0.23516 0.721956,-0.41288 0.245086,-0.25396 0.441686,-0.59186 0.583063,-1.02351 0.140091,-0.42169 0.215292,-0.93846 0.215292,-1.53904 0,-0.84461 -0.141519,-1.48272 -0.412922,-1.93316 -0.281618,-0.45044 -0.609345,-0.75076 -1.003468,-0.91093 -0.291549,-0.10246 -0.741996,-0.1589 -1.380141,-0.1589 h -1.679138 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path366", + "name": "path366", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 75.112005,260.73366 v -8.02294 h 1.061069 v 7.07577 h 3.950135 v 0.94717 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path367", + "name": "path367", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 81.408863,260.73366 v -8.02294 h 5.79076 v 0.94717 h -4.729692 v 2.4587 h 4.428142 v 0.92967 h -4.428142 v 2.74023 h 4.917356 v 0.94717 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path368", + "name": "path368", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 91.112269,260.73366 v -3.3971 l -3.086803,-4.62584 h 1.285015 l 1.586567,2.42113 c 0.290484,0.45044 0.563058,0.9009 0.815804,1.3501 0.235156,-0.41164 0.525534,-0.8909 0.873372,-1.41639 l 1.547798,-2.35484 h 1.23873 l -3.199415,4.62584 v 3.3971 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path369", + "name": "path369", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 21.508827,284.75746 h -0.985983 v -6.2775 c -0.23409,0.22381 -0.543018,0.45046 -0.928417,0.67567 -0.38412,0.22382 -0.731958,0.40292 -1.041028,0.51553 v -0.95721 c 0.553057,-0.25289 1.031026,-0.57181 1.445189,-0.93842 0.412886,-0.37536 0.703193,-0.73195 0.882132,-1.07983 h 0.628107 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path370", + "name": "path370", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 24.098896,277.7756 v -0.93841 h 5.190142 v 0.76075 c -0.516773,0.54303 -1.023508,1.26625 -1.521518,2.16715 -0.496733,0.9009 -0.890857,1.83055 -1.162401,2.77773 -0.197558,0.67567 -0.320279,1.40767 -0.376603,2.21471 h -1.013505 c 0.0107,-0.63815 0.141519,-1.39763 0.375361,-2.28976 0.235155,-0.9009 0.57306,-1.75426 1.014747,-2.59008 0.449206,-0.82583 0.918415,-1.52903 1.416424,-2.10209 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path371", + "name": "path371", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 30.255015,282.646 1.041029,-0.0852 c 0.07519,0.49801 0.253953,0.87337 0.526775,1.12612 0.280199,0.25395 0.618105,0.37663 1.012264,0.37663 0.470451,0 0.87337,-0.17875 1.202445,-0.53553 0.327726,-0.35659 0.496733,-0.82584 0.496733,-1.41766 0,-0.56182 -0.158899,-1.00351 -0.479212,-1.33131 -0.317796,-0.32914 -0.730752,-0.48924 -1.238729,-0.48924 -0.317796,0 -0.600619,0.0762 -0.853367,0.21635 -0.262819,0.14156 -0.459207,0.32914 -0.610586,0.56306 l -0.919691,-0.12129 0.779521,-4.11031 h 3.988973 v 0.92842 h -3.200691 l -0.431649,2.15839 c 0.479212,-0.33802 0.984705,-0.50678 1.510238,-0.50678 0.704437,0 1.296294,0.24402 1.774264,0.73199 0.477971,0.48798 0.723199,1.10737 0.723199,1.87688 0,0.72321 -0.216355,1.3513 -0.63811,1.88684 -0.516772,0.64691 -1.211206,0.97599 -2.103338,0.97599 -0.731994,0 -1.322577,-0.20644 -1.783025,-0.61935 -0.469209,-0.40416 -0.731995,-0.94846 -0.797043,-1.62413 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path372", + "name": "path372", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 41.591274,278.69523 -0.97598,0.0752 c -0.08512,-0.3854 -0.215292,-0.6569 -0.37536,-0.83584 -0.262821,-0.27134 -0.591823,-0.41293 -0.984741,-0.41293 -0.310348,0 -0.581821,0.0852 -0.825808,0.26282 -0.310347,0.22523 -0.554298,0.5543 -0.731958,0.98598 -0.179115,0.43165 -0.272751,1.04103 -0.272751,1.83932 0.235155,-0.3566 0.525533,-0.62811 0.863369,-0.80705 0.347943,-0.16883 0.703193,-0.26281 1.078554,-0.26281 0.656907,0 1.219966,0.24402 1.680415,0.73199 0.459208,0.47921 0.684431,1.10735 0.684431,1.87686 0,0.49798 -0.102504,0.96719 -0.317796,1.39888 -0.216355,0.43044 -0.516772,0.76827 -0.892133,0.99474 -0.385398,0.23409 -0.817081,0.34653 -1.295052,0.34653 -0.817047,0 -1.491476,-0.30042 -2.008249,-0.9109 -0.516772,-0.59934 -0.778279,-1.59533 -0.778279,-2.98423 0,-1.54776 0.290484,-2.67387 0.862126,-3.37834 0.497975,-0.60936 1.173645,-0.91843 2.018251,-0.91843 0.629384,0 1.14488,0.1777 1.54904,0.5343 0.402884,0.34794 0.646871,0.8446 0.721957,1.46395 z m -4.016496,3.45343 c 0,0.33801 0.07519,0.65688 0.216357,0.96719 0.140106,0.30892 0.346525,0.54305 0.600619,0.71194 0.261401,0.16033 0.534259,0.23516 0.815805,0.23516 0.422924,0 0.778281,-0.16031 1.069794,-0.498 0.300416,-0.33802 0.450447,-0.78705 0.450447,-1.37011 0,-0.5443 -0.141519,-0.98474 -0.441687,-1.30381 -0.29013,-0.31921 -0.665632,-0.47921 -1.116079,-0.47921 -0.440445,0 -0.817082,0.16031 -1.126117,0.47921 -0.319215,0.31921 -0.469246,0.74199 -0.469246,1.25753 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path373", + "name": "path373", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 42.604745,281.36041 h 3.021753 v 0.98471 h -3.021753 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path374", + "name": "path374", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 46.865262,284.75746 v -8.02296 h 5.799487 v 0.94718 h -4.738418 v 2.4587 h 4.438143 v 0.92966 h -4.438143 v 2.74024 h 4.926115 v 0.94718 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path375", + "name": "path375", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 54.307035,284.75746 v -8.02296 h 1.088592 l 4.204158,6.29625 v -6.29625 h 1.023508 v 8.02296 H 59.53346 l -4.212919,-6.30626 v 6.30626 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path376", + "name": "path376", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 65.15525,284.75746 v -1.92441 h -3.472201 v -0.89964 l 3.659898,-5.19891 h 0.798285 v 5.19891 h 1.088592 v 0.89964 h -1.088592 v 1.92441 z m 0,-2.82405 v -3.62358 l -2.506222,3.62358 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path377", + "name": "path377", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 70.673224,284.75746 v -7.07578 h -2.646358 v -0.94718 h 6.353783 v 0.94718 h -2.646356 v 7.07578 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path378", + "name": "path378", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 75.487402,284.75746 v -8.02296 h 3.556011 c 0.713231,0 1.258769,0.0752 1.63413,0.21529 0.365359,0.14014 0.665668,0.39412 0.890892,0.75949 0.225223,0.36663 0.327727,0.77075 0.327727,1.2112 0,0.57306 -0.177697,1.05107 -0.553057,1.43643 -0.3666,0.39289 -0.928417,0.63815 -1.699178,0.74947 0.281618,0.13272 0.489214,0.26389 0.638109,0.39541 0.310347,0.28019 0.60062,0.63815 0.882131,1.06983 l 1.390144,2.18591 H 81.22049 l -1.059826,-1.67041 c -0.310348,-0.48797 -0.563058,-0.85334 -0.769484,-1.10736 -0.196494,-0.25289 -0.375396,-0.43165 -0.534294,-0.53554 -0.160316,-0.10246 -0.319215,-0.17769 -0.487973,-0.21528 -0.112436,-0.0284 -0.310346,-0.0377 -0.591859,-0.0377 h -1.22869 v 3.56606 z m 1.061069,-4.4857 h 2.279757 c 0.487973,0 0.863332,-0.0461 1.14488,-0.15004 0.27275,-0.10246 0.47797,-0.26282 0.619346,-0.47924 0.141519,-0.2238 0.216357,-0.45918 0.216357,-0.72197 0,-0.37535 -0.141519,-0.69442 -0.414163,-0.93841 -0.281618,-0.24403 -0.713196,-0.36537 -1.303777,-0.36537 h -2.542507 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path379", + "name": "path379", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "M 99.82503,360.73408 H 89.765075", + "fill": { + "paint": "transparent" + }, + "id": "ethernet2", + "name": "ethernet2", + "stroke": { + "dasharray": "none", + "linecap": "round", + "linejoin": "round", + "miterlimit": "10", + "opacity": "1", + "paint": "#000000", + "width": "0.15015" + }, + "type": "path" + } + ], + "id": "g1", + "name": "g1", + "type": "group" + } + ], + "id": "g2", + "name": "g2", + "transform": "scale(0.64847288,0.64802213)", + "type": "group" + } + ], + "id": "layer1", + "name": "layer1", + "type": "group" + } + ], + "preserveAspectRatio": "none", + "viewBox": "0 0 64.847 270.00001" + }, + "type": "ia.shapes.svg" + } + ], + "meta": { + "name": "root" + }, + "props": { + "mode": "percent" + }, + "type": "ia.container.coord" + } +} \ No newline at end of file diff --git a/.resources/1d49f77e3c8198613ec2ac1fb0a750ef5a51c33a9c047e2c31989febcd86b55a b/.resources/1d49f77e3c8198613ec2ac1fb0a750ef5a51c33a9c047e2c31989febcd86b55a new file mode 100644 index 00000000..d9a7d838 --- /dev/null +++ b/.resources/1d49f77e3c8198613ec2ac1fb0a750ef5a51c33a9c047e2c31989febcd86b55a @@ -0,0 +1,52 @@ +Select + SorterName,inducted_count,sorted_count,destinv_count,destfull_count,unexpected_count,destfault_count,destfault_count,divfail_count,gaperr_count, + lost_count, trackerr_count, unknownn_count, unsafe_count,destdis_count, destnone_count, Startstamp,Endtstamp, + inducted_count/inducted_count as inducted_perc, + sorted_count/inducted_count as sorted_perc, + destinv_count/inducted_count as destinv_perc, + destfull_count/inducted_count as destfull_perc, + unexpected_count/inducted_count as unexpected_perc, + destfault_count/inducted_count as destfault_perc, + divfail_count/inducted_count as divfail_perc, + gaperr_count/inducted_count as gaperr_perc, + lost_count/inducted_count as lost_perc, + trackerr_count/inducted_count as trackerr_perc, + unknownn_count/inducted_count as unknown_perc, + unsafe_count/inducted_count as unsafe_perc, + destdis_count/inducted_count as destdis_perc, + destnone_count/inducted_count as destnone_perc, + inducted_count*3600/TIMESTAMPDIFF(second, Startstamp, Endtstamp) as inducted_rate, + sorted_count*3600/TIMESTAMPDIFF(second, Startstamp, Endtstamp) as sorted_rate, + destinv_count*3600/TIMESTAMPDIFF(second, Startstamp, Endtstamp) as destinv_rate, + destfull_count*3600/TIMESTAMPDIFF(second, Startstamp, Endtstamp) as destfull_rate, + unexpected_count*3600/TIMESTAMPDIFF(second, Startstamp, Endtstamp) as unexpected_rate, + destfault_count*3600/TIMESTAMPDIFF(second, Startstamp, Endtstamp) as destfault_rate, + divfail_count*3600/TIMESTAMPDIFF(second, Startstamp, Endtstamp) as divfail_rate, + gaperr_count*3600/TIMESTAMPDIFF(second, Startstamp, Endtstamp) as gaperr_rate, + lost_count*3600/TIMESTAMPDIFF(second, Startstamp, Endtstamp) as lost_rate, + trackerr_count*3600/TIMESTAMPDIFF(second, Startstamp, Endtstamp) as trackerr_rate, + unknownn_count*3600/TIMESTAMPDIFF(second, Startstamp, Endtstamp) as unknown_rate, + unsafe_count*3600/TIMESTAMPDIFF(second, Startstamp, Endtstamp) as unsafe_rate, + destdis_count*3600/TIMESTAMPDIFF(second, Startstamp, Endtstamp) as destdis_rate, + destnone_count*3600/TIMESTAMPDIFF(second, Startstamp, Endtstamp) as destnone_rate +FROM + (SELECT + 'S03' as SorterName, + COUNT(*) AS inducted_count, + SUM(alltable.ACTUAL_DEST <> 'S03999') AS sorted_count, + SUM(alltable.DivertStatus = 7) AS destinv_count, + SUM(alltable.DivertStatus = 5) AS destfull_count, + SUM(alltable.DivertStatus = 2) AS unexpected_count, + SUM(alltable.DivertStatus = 6) AS destfault_count, + SUM(alltable.DivertStatus = 14) AS divfail_count, + SUM(alltable.DivertStatus = 4) AS gaperr_count, + SUM(alltable.DivertStatus = 17) AS lost_count, + SUM(alltable.DivertStatus = 3) AS trackerr_count, + SUM(alltable.DivertStatus = 1) AS unknownn_count, + SUM(alltable.DivertStatus = 21) AS unsafe_count, + SUM(alltable.DivertStatus = 12) AS destdis_count, + SUM(alltable.DivertStatus = 16) AS destnone_count, + MIN(alltable.t_stamp) AS Startstamp, + Max(alltable.t_stamp) AS Endtstamp +FROM alltable + Where (alltable.t_stamp BETWEEN :starttime AND :endtime)) basa \ No newline at end of file diff --git a/.resources/2203e3b9b985ea074147a23b91c5082c61684c882176c1699993d64a10aca251 b/.resources/2203e3b9b985ea074147a23b91c5082c61684c882176c1699993d64a10aca251 new file mode 100644 index 00000000..d3d28353 Binary files /dev/null and b/.resources/2203e3b9b985ea074147a23b91c5082c61684c882176c1699993d64a10aca251 differ diff --git a/.resources/24e8920d02a02f9bf96ecb441ba5824140a286df2694336daa300fb0623f10f8 b/.resources/24e8920d02a02f9bf96ecb441ba5824140a286df2694336daa300fb0623f10f8 new file mode 100644 index 00000000..4f7033f7 --- /dev/null +++ b/.resources/24e8920d02a02f9bf96ecb441ba5824140a286df2694336daa300fb0623f10f8 @@ -0,0 +1,434 @@ +{ + "custom": { + "counts": { + "Critical": 0, + "Diagnostic": 3, + "High": 5, + "Low": 0, + "Medium": 2, + "Total": 10 + }, + "totalAlarms": { + "$": [ + "ds", + 192, + 1755617373648 + ], + "$columns": [ + { + "data": [ + "MCM01", + "MCM01", + "MCM01", + "MCM02", + "MCM03", + "MCM04", + "MCM04", + "MCM05", + "MCM06", + "MCM07", + "MCM07" + ], + "name": "Location", + "type": "String" + }, + { + "data": [ + "Diagnostic", + "High", + "Medium", + "Diagnostic", + "Diagnostic", + "Diagnostic", + "High", + "Diagnostic", + "Diagnostic", + "Diagnostic", + "High" + ], + "name": "Priority", + "type": "String" + }, + { + "data": [ + 3, + 5, + 2, + 2, + 1, + 2, + 5, + 1, + 1, + 2, + 3 + ], + "name": "Count", + "type": "Long" + } + ] + } + }, + "params": { + "value": { + "tagProps": [ + "MCM01", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + } + }, + "propConfig": { + "custom.counts": { + "persistent": true + }, + "custom.totalAlarms": { + "binding": { + "config": { + "polling": { + "enabled": true, + "rate": "3" + }, + "queryPath": "Alarms-autStand/GetActiveAlarmsByLocationAndPriority" + }, + "type": "query" + }, + "onChange": { + "enabled": null, + "script": "\tMCM \u003d self.params.value.tagProps[0]\n\tqueryData \u003d currentValue.value\n\t\n\t# Initialize counts\n\tcounts \u003d {\n\t \"Critical\": 0,\n\t \"High\": 0,\n\t \"Medium\": 0,\n\t \"Low\": 0,\n\t \"Diagnostic\": 0,\n\t \"Total\": 0\n\t}\n\t\n\t# Loop through dataset and aggregate\n\tfor row in range(queryData.rowCount):\n\t mcm_val \u003d queryData.getValueAt(row, 0)\n\t severity \u003d queryData.getValueAt(row, 1)\n\t count \u003d queryData.getValueAt(row, 2)\n\t\n\t if mcm_val \u003d\u003d MCM:\n\t key \u003d severity.capitalize()\n\t if key in counts:\n\t counts[key] +\u003d count\n\t counts[\"Total\"] +\u003d count\n\t \n\tself.custom.counts \u003d counts" + }, + "persistent": true + }, + "params.value": { + "paramDirection": "input", + "persistent": true + }, + "params.value.tagProps": { + "onChange": { + "enabled": null, + "script": "\tsystem.perspective.print(currentValue.value[0])" + } + } + }, + "props": { + "defaultSize": { + "height": 50, + "width": 300 + } + }, + "root": { + "children": [ + { + "children": [ + { + "meta": { + "name": "Label_0" + }, + "position": { + "basis": "32px" + }, + "props": { + "style": { + "classes": "Text-Styles/Ariel-Bold-12pt", + "textAlign": "center" + }, + "text": "High" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_1" + }, + "position": { + "basis": "32px" + }, + "props": { + "style": { + "classes": "Text-Styles/Ariel-Bold-12pt", + "textAlign": "center" + }, + "text": "Med" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_2" + }, + "position": { + "basis": "32px" + }, + "props": { + "style": { + "classes": "Text-Styles/Ariel-Bold-12pt", + "textAlign": "center" + }, + "text": "Low" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_3" + }, + "position": { + "basis": "32px" + }, + "props": { + "style": { + "classes": "Text-Styles/Ariel-Bold-12pt", + "textAlign": "center" + }, + "text": "Diag" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_4" + }, + "position": { + "basis": "32px" + }, + "props": { + "style": { + "classes": "Text-Styles/Ariel-Bold-12pt", + "textAlign": "center" + }, + "text": "Total" + }, + "type": "ia.display.label" + } + ], + "meta": { + "name": "FlexContainer" + }, + "position": { + "basis": "25px" + }, + "props": { + "justify": "space-between" + }, + "type": "ia.container.flex" + }, + { + "children": [ + { + "meta": { + "name": "Label_0" + }, + "position": { + "basis": "32px" + }, + "propConfig": { + "props.text": { + "binding": { + "config": { + "path": "view.custom.counts.High" + }, + "type": "property" + } + } + }, + "props": { + "style": { + "classes": "Text-Styles/Ariel-Bold-12pt", + "textAlign": "center" + } + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_1" + }, + "position": { + "basis": "32px" + }, + "propConfig": { + "props.text": { + "binding": { + "config": { + "path": "view.custom.counts.Medium" + }, + "type": "property" + } + } + }, + "props": { + "style": { + "classes": "Text-Styles/Ariel-Bold-12pt", + "textAlign": "center" + } + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_2" + }, + "position": { + "basis": "32px" + }, + "propConfig": { + "props.text": { + "binding": { + "config": { + "path": "view.custom.counts.Low" + }, + "type": "property" + } + } + }, + "props": { + "style": { + "classes": "Text-Styles/Ariel-Bold-12pt", + "textAlign": "center" + } + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_3" + }, + "position": { + "basis": "32px" + }, + "propConfig": { + "props.text": { + "binding": { + "config": { + "path": "view.custom.counts.Diagnostic" + }, + "type": "property" + } + } + }, + "props": { + "style": { + "classes": "Text-Styles/Ariel-Bold-12pt", + "textAlign": "center" + } + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_4" + }, + "position": { + "basis": "32px" + }, + "propConfig": { + "props.text": { + "binding": { + "config": { + "path": "view.custom.counts.Total" + }, + "type": "property" + } + } + }, + "props": { + "style": { + "classes": "Text-Styles/Ariel-Bold-12pt", + "textAlign": "center" + } + }, + "type": "ia.display.label" + } + ], + "meta": { + "name": "FlexContainer_1" + }, + "position": { + "basis": "25px" + }, + "props": { + "justify": "space-between" + }, + "type": "ia.container.flex" + } + ], + "meta": { + "name": "root" + }, + "propConfig": { + "custom.has_role": { + "binding": { + "config": { + "expression": "{session.custom.fc}" + }, + "transforms": [ + { + "code": "\trme_role \u003d value +\"-rme-all\"\n\troles \u003d (self.session.props.auth.user.roles)\n\tif (rme_role.lower() in roles \n\tor rme_role.upper() in roles):\n\t\treturn True\n\telse:\n\t\treturn False", + "type": "script" + } + ], + "type": "expr" + } + }, + "custom.status": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "0": "{view.params.tagProps[0]}", + "fc": "{session.custom.fc}" + }, + "tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/ALARMST" + }, + "transforms": [ + { + "expression": "if(isNull({value}), 0, {value})", + "type": "expression" + }, + { + "fallback": null, + "inputType": "scalar", + "mappings": [ + { + "input": 4, + "output": 1 + }, + { + "input": 3, + "output": 2 + }, + { + "input": 2, + "output": 3 + }, + { + "input": 1, + "output": 4 + }, + { + "input": 0, + "output": 5 + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "tag" + } + } + }, + "props": { + "direction": "column" + }, + "type": "ia.container.flex" + } +} \ No newline at end of file diff --git a/.resources/2a19d90bffb40b76de91680fdd32c8e0b239afa5fe5191db0c0d9c8f68253c80 b/.resources/2a19d90bffb40b76de91680fdd32c8e0b239afa5fe5191db0c0d9c8f68253c80 new file mode 100644 index 00000000..b3e8b2a5 --- /dev/null +++ b/.resources/2a19d90bffb40b76de91680fdd32c8e0b239afa5fe5191db0c0d9c8f68253c80 @@ -0,0 +1,7 @@ +SELECT + concat(date(alltable.t_stamp), ' ', hour(alltable.t_stamp), ':00') AS StartTimestamp, + concat('H', TIMESTAMPDIFF(HOUR, DATE_FORMAT(alltable.t_stamp,"%Y-%m-%d %H:00:00"), DATE_FORMAT(now(),"%Y-%m-%d %H:00:00"))) AS Hour, + '100%' AS Total_count +FROM alltable +WHERE alltable.t_stamp BETWEEN :starttime AND :endtime +GROUP BY date(alltable.t_stamp), hour(alltable.t_stamp) \ No newline at end of file diff --git a/.resources/2b265ba03c10f492f1cf0b19669e1f06d0014efec357c07475fedb0aca8d8d81 b/.resources/2b265ba03c10f492f1cf0b19669e1f06d0014efec357c07475fedb0aca8d8d81 new file mode 100644 index 00000000..b10e686d --- /dev/null +++ b/.resources/2b265ba03c10f492f1cf0b19669e1f06d0014efec357c07475fedb0aca8d8d81 @@ -0,0 +1,10 @@ +SELECT concat(date(alltable.t_stamp), ' ', hour(alltable.t_stamp), ':00') as StartTimestamp, + concat('H',TIMESTAMPDIFF(HOUR,DATE_FORMAT(alltable.t_stamp,"%Y-%m-%d %H:00:00"),DATE_FORMAT(now(),"%Y-%m-%d %H:00:00"))) as Hour, + COUNT(*) AS Inducted, + SUM(alltable.ACTUAL_DEST <> 'S03999') AS Sorted, + SUM(alltable.ACTUAL_DEST = 'S03999' AND (alltable.DivertStatus = 7 OR alltable.DivertStatus = 8 OR alltable.DivertStatus = 9 OR alltable.DivertStatus = 10 OR alltable.DivertStatus = 12 OR alltable.DivertStatus = 16)) AS AwcsRecirc, + SUM(alltable.ACTUAL_DEST = 'S03999' AND (alltable.DivertStatus = 2 OR alltable.DivertStatus = 5 OR alltable.DivertStatus = 18 OR alltable.DivertStatus = 19 or alltable.DivertStatus = 20)) AS OperationalRecirc, + SUM(alltable.ACTUAL_DEST = 'S03999' AND (alltable.DivertStatus = 1 OR alltable.DivertStatus = 3 OR alltable.DivertStatus = 4 OR alltable.DivertStatus = 6 OR alltable.DivertStatus = 13 OR alltable.DivertStatus = 14 OR alltable.DivertStatus = 17 OR alltable.DivertStatus = 21)) AS MachineRecirc +FROM alltable +Where (alltable.t_stamp BETWEEN :starttime AND :endtime) +GROUP BY hour(alltable.t_stamp) \ No newline at end of file diff --git a/.resources/2b30d7517a12df4f2d6ada5318ae83992fff7667af968cc0fb5742569a375c0d b/.resources/2b30d7517a12df4f2d6ada5318ae83992fff7667af968cc0fb5742569a375c0d new file mode 100644 index 00000000..40d7d580 --- /dev/null +++ b/.resources/2b30d7517a12df4f2d6ada5318ae83992fff7667af968cc0fb5742569a375c0d @@ -0,0 +1,625 @@ +{ + "custom": { + "PLCs": "{ \"MCM01 Fluid Inbound\": [ \"MCM01\" ], \"MCM02 Non Con Sorter\": [ \"MCM02\" ] }", + "activityLogger": { + "alt_pageid": "command_control", + "start_time": { + "$": [ + "ts", + 192, + 1755611847075 + ], + "$ts": 1755611847075 + } + }, + "devices": { + "MCM01": { + "area": "Fluid Inbound", + "name": "MCM01", + "tagProps": [ + "MCM01", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "MCM02": { + "area": "Non Con Sorter", + "name": "MCM02", + "tagProps": [ + "MCM02", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + } + } + }, + "events": { + "system": { + "onShutdown": { + "config": { + "script": "\tactivityLog.logger.callLogger(self, \u0027page\u0027)\n\tactivityLog.productMetrics.callLogger(self, \u0027page\u0027)" + }, + "scope": "G", + "type": "script" + }, + "onStartup": { + "config": { + "script": "\tself.custom.activityLogger.start_time \u003d system.date.now()" + }, + "scope": "G", + "type": "script" + } + } + }, + "params": { + "page_name": "Command and Control" + }, + "propConfig": { + "custom.PLCs": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "fc": "{session.custom.fc}" + }, + "tagPath": "[{fc}_SCADA_TAG_PROVIDER]Configuration/DetailedViews" + }, + "type": "tag" + }, + "persistent": true + }, + "custom.activityLogger": { + "persistent": true + }, + "custom.activityLogger.pageid": { + "binding": { + "config": { + "expression": "{page.props.path}" + }, + "transforms": [ + { + "code": "\tif value \u003d\u003d\u0027/\u0027 or value \u003d\u003d \u0027\u0027 or value \u003d\u003d None:\n\t\treturn self.custom.activityLogger.alt_pageid.lower()\n\telse:\n\t\treturn value[1:].lower()", + "type": "script" + } + ], + "type": "expr" + } + }, + "custom.devices": { + "binding": { + "config": { + "path": "view.custom.PLCs" + }, + "transforms": [ + { + "code": "\tdevices \u003d system.util.jsonDecode(value)\n\tPLCs \u003d {}\n\tfc \u003d self.session.custom.fc\n\tconfig \u003d system.tag.readBlocking(\u0027[\u0027 + fc + \u0027_SCADA_TAG_PROVIDER]\u0027 + \u0027/Configuration/PLC\u0027)[0].value\n\t\n\tif devices:\n\t\tfor k, v in devices.items():\n\t\t\tdevice_list \u003d v\n\t\t\tfor i in device_list:\n\t\t\t\tdecode \u003d system.util.jsonDecode(config)\n\t\t\t\tif decode:\n\t\t\t\t\tarea \u003d decode[i][\"Area\"]\n\t\t\t\t\tsub_area \u003d decode[i][\"SubArea\"]\n\t\t\t\t\tarea_label \u003d str(area) + \"/\" + str(sub_area) if sub_area else str(area)\n\t\t\t\telse:\n\t\t\t\t\tarea \u003d \"\"\n\t\t\t\t\tarea_label \u003d \"\"\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\tPLCs[i] \u003d {\u0027name\u0027:i,\u0027area\u0027:area_label,\u0027tagProps\u0027:[\n\t\t\t\t\t\t\t\t i,\n\t\t\t\t\t\t\t\t \"value\",\n\t\t\t\t\t\t\t\t \"value\",\n\t\t\t\t\t\t\t\t \"value\",\n\t\t\t\t\t\t\t\t \"value\",\n\t\t\t\t\t\t\t\t \"value\",\n\t\t\t\t\t\t\t\t \"value\",\n\t\t\t\t\t\t\t\t \"value\",\n\t\t\t\t\t\t\t\t \"value\",\n\t\t\t\t\t\t\t\t \"value\"\n\t\t\t\t\t\t\t\t ]}\n\t\n\treturn PLCs", + "type": "script" + } + ], + "type": "property" + }, + "persistent": true + }, + "params.page_name": { + "paramDirection": "input", + "persistent": true + } + }, + "props": { + "defaultSize": { + "height": 1080, + "width": 1920 + } + }, + "root": { + "children": [ + { + "meta": { + "name": "Table" + }, + "position": { + "grow": 1 + }, + "propConfig": { + "props.data": { + "binding": { + "config": { + "path": "view.custom.devices" + }, + "transforms": [ + { + "code": "\tresults \u003d []\n\tfor row, val in value.items():\n\t\tresults.append({\"plc\": val[\"name\"], \"area\": val[\"area\"],\"status\": {\"tagProps\":val[\"tagProps\"]},\"alarms\": {\"tagProps\":val[\"tagProps\"]},\"actions\": {\"tagProps\":val[\"tagProps\"]}})\n\t\n\tresults.sort(key\u003dlambda item: item[\u0027plc\u0027])\n\treturn results", + "type": "script" + } + ], + "type": "property" + } + } + }, + "props": { + "cells": { + "style": { + "borderColor": "#4A4A4A", + "borderStyle": "solid", + "borderWidth": 1, + "fontFamily": "Arial", + "fontSize": 14, + "fontWeight": "bold", + "paddingLeft": 16, + "paddingRight": 16 + } + }, + "columns": [ + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "plc", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "left", + "style": { + "borderColor": "#4A4A4A", + "borderStyle": "solid", + "borderWidth": 1, + "classes": "", + "color": "#4A4A4A", + "fontFamily": "Arial", + "fontSize": 14, + "fontWeight": "bold", + "paddingLeft": 11, + "paddingRight": 11 + }, + "title": "PLC" + }, + "justify": "auto", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": false, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": 50 + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "area", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "left", + "style": { + "borderColor": "#4A4A4A", + "borderStyle": "solid", + "borderWidth": 1, + "classes": "", + "color": "#4A4A4A", + "fontFamily": "Arial", + "fontSize": 14, + "fontWeight": "bold", + "paddingLeft": 11, + "paddingRight": 11 + }, + "title": "Area" + }, + "justify": "auto", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": false, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": 50 + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "status", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "left", + "style": { + "borderColor": "#4A4A4A", + "borderStyle": "solid", + "borderWidth": 1, + "classes": "", + "color": "#4A4A4A", + "fontFamily": "Arial", + "fontSize": 14, + "fontWeight": "bold", + "paddingLeft": 11, + "paddingRight": 11 + }, + "title": "Status" + }, + "justify": "auto", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": false, + "sort": "none", + "sortable": false, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "autStand/Equipment/Controller-Views/CommandControlStatus", + "visible": true, + "width": 75 + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "alarms", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "left", + "style": { + "borderColor": "#4A4A4A", + "borderStyle": "solid", + "borderWidth": 1, + "classes": "", + "color": "#4A4A4A", + "fontFamily": "Arial", + "fontSize": 14, + "fontWeight": "bold", + "paddingLeft": 11, + "paddingRight": 11 + }, + "title": "Active Alarms" + }, + "justify": "auto", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": false, + "sort": "none", + "sortable": false, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "autStand/Equipment/Controller-Views/CommandControlAlarms", + "visible": true, + "width": "auto" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "actions", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "left", + "style": { + "borderColor": "#4A4A4A", + "borderStyle": "solid", + "borderWidth": 1, + "classes": "", + "color": "#4A4A4A", + "fontFamily": "Arial", + "fontSize": 14, + "fontWeight": "bold", + "paddingLeft": 11, + "paddingRight": 11 + }, + "title": "Controls" + }, + "justify": "auto", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "view", + "resizable": false, + "sort": "none", + "sortable": false, + "strictWidth": false, + "style": { + "classes": "", + "textAlign": "center" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "autStand/Equipment/Controller-Views/CommandControlActions", + "visible": true, + "width": "auto" + } + ], + "dragOrderable": false, + "pager": { + "activeOption": 50, + "initialOption": 50 + }, + "rows": { + "height": 44, + "highlight": { + "color": "#EEEEEE" + }, + "striped": { + "enabled": false + }, + "style": { + "backgroundColor": "#FFFFFF", + "borderColor": "#4A4A4A", + "borderStyle": "none", + "borderWidth": 1, + "classes": "Fonts/BodyText14", + "color": "#4A4A4A" + } + }, + "selection": { + "enableRowSelection": false + }, + "style": { + "borderStyle": "none", + "margin": 5, + "overflow": "hidden", + "overflowX": "hidden", + "overflowY": "hidden" + }, + "virtualized": false + }, + "type": "ia.display.table" + } + ], + "custom": { + "Devices": [], + "count": "value", + "delay": 4000 + }, + "events": { + "system": { + "onShutdown": [ + { + "config": { + "script": "\tself.session.custom.command_auth.enabled \u003d False" + }, + "scope": "G", + "type": "script" + }, + { + "config": { + "script": "\twhid \u003d self.session.custom.fc\n\tsession_id \u003d self.session.props.id\n\tpage_id \u003d self.view.params.page_name\n\tCommands.analytics.send_page_details(whid, session_id, page_id)" + }, + "scope": "G", + "type": "script" + } + ] + } + }, + "meta": { + "name": "root" + }, + "props": { + "direction": "column" + }, + "type": "ia.container.flex" + } +} \ No newline at end of file diff --git a/.resources/2c7adc8508e830417239bf547124fc6aa25b3da4f0539d72ddeb92141d1cc6a8 b/.resources/2c7adc8508e830417239bf547124fc6aa25b3da4f0539d72ddeb92141d1cc6a8 new file mode 100644 index 00000000..4192d8b2 --- /dev/null +++ b/.resources/2c7adc8508e830417239bf547124fc6aa25b3da4f0539d72ddeb92141d1cc6a8 @@ -0,0 +1,249 @@ +{ + "custom": { + "state": 0, + "string": "Idle" + }, + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "propConfig": { + "custom.state": { + "binding": { + "config": { + "fallbackDelay": 1, + "mode": "indirect", + "references": { + "0": "{view.params.tagProps[0]}", + "fc": "{session.custom.fc}" + }, + "tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/STATE" + }, + "transforms": [ + { + "expression": "coalesce({value},{view.params.forceFaultStatus},0)", + "type": "expression" + }, + { + "fallback": 0, + "inputType": "scalar", + "mappings": [ + { + "input": 1, + "output": 1 + }, + { + "input": 2, + "output": 2 + }, + { + "input": 3, + "output": 3 + }, + { + "input": 4, + "output": 4 + }, + { + "input": 5, + "output": 5 + }, + { + "input": 6, + "output": 6 + }, + { + "input": 7, + "output": 7 + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "tag" + }, + "persistent": true + }, + "custom.string": { + "binding": { + "config": { + "path": "view.custom.state" + }, + "transforms": [ + { + "fallback": "Unknown", + "inputType": "scalar", + "mappings": [ + { + "input": 0, + "output": "Idle" + }, + { + "input": 1, + "output": "Actuated" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + }, + "persistent": true + }, + "params.tagProps": { + "paramDirection": "input", + "persistent": true + } + }, + "props": { + "defaultSize": { + "height": 30, + "width": 30 + } + }, + "root": { + "children": [ + { + "meta": { + "name": "EPC" + }, + "position": { + "height": 1, + "width": 1 + }, + "propConfig": { + "meta.visible": { + "binding": { + "config": { + "path": "session.custom.alarm_filter.show_epc" + }, + "type": "property" + } + }, + "props.elements[2].fill.paint": { + "binding": { + "config": { + "path": "view.custom.state" + }, + "transforms": [ + { + "fallback": "#00FF00", + "inputType": "scalar", + "mappings": [ + { + "input": 1, + "output": "#FF0000" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "property" + } + } + }, + "props": { + "elements": [ + { + "fill": { + "paint": "#FFFF00" + }, + "height": "20", + "name": "rect", + "type": "rect", + "width": "20", + "x": "0", + "y": "0" + }, + { + "d": "M 0,0 H 20 V 20 H 0 Z", + "fill": { + "paint": "transparent" + }, + "name": "path", + "stroke": { + "paint": "#000000", + "width": "1.5" + }, + "type": "path" + }, + { + "d": "m 17,10.5 a 7,7 0 0 1 -7,7 7,7 0 0 1 -7,-7 7,7 0 0 1 7,-7 7,7 0 0 1 7,7 z", + "fill": {}, + "name": "path", + "stroke": { + "paint": "#000000", + "width": "1" + }, + "type": "path" + } + ], + "viewBox": "0 0 20 20" + }, + "type": "ia.shapes.svg" + } + ], + "events": { + "dom": { + "onClick": { + "config": { + "script": "\tsystem.perspective.openDock(\u0027Docked-East-EPC\u0027,params\u003d{\u0027tagProps\u0027:self.view.params.tagProps})" + }, + "scope": "G", + "type": "script" + }, + "onMouseEnter": { + "config": { + "script": "\tfrom time import sleep\n\t\n\talarm \u003d []\n\tmessage \u003d None\n\t\n\tsleep(0.5)\n\t\n\tif system.tag.exists(\"System/aws_data\"):\n\t\tif self.view.params.tagProps[0] !\u003d \"\":\n\t\t\ttags_to_read \u003d system.tag.readBlocking(\"System/aws_data\")\n\t\t\tdecode_alarm_data \u003d system.util.jsonDecode(tags_to_read[0].value)\n\t\t\talarm \u003d [decode_alarm_data[i] for i in decode_alarm_data\n\t\t\t\t\tif decode_alarm_data[i][\u0027sourceId\u0027].startswith(self.view.params.tagProps[0])]\n\t\tif alarm:\n\t\t\talarm \u003d sorted(alarm, key \u003d lambda t:t[\u0027timestamp\u0027], reverse\u003dTrue)\n\t\t\tmessage \u003d max(alarm, key \u003d lambda p:p[\u0027priority\u0027]).get(\u0027message\u0027)\n\t\t\tif len(alarm) \u003e 1:\n\t\t\t\tmessage +\u003d \" (+\" + str(len(alarm)-1) + \")\"\n\tself.view.custom.alarm_message \u003d message" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "root", + "tooltip": { + "enabled": true + } + }, + "propConfig": { + "meta.tooltip.text": { + "binding": { + "config": { + "expression": "\"Source Id: \" + {view.params.tagProps[0]} + \", Status: \" + {view.custom.string}\n" + }, + "type": "expr" + } + }, + "meta.visible": { + "binding": { + "config": { + "path": "session.custom.alarm_filter.show_epc" + }, + "type": "property" + } + } + }, + "props": { + "mode": "percent", + "style": { + "cursor": "pointer" + } + }, + "type": "ia.container.coord" + } +} \ No newline at end of file diff --git a/.resources/2e2027674c9e7c06983b48a598cb8e68268813b613fc4aba667b74d0bc58fb52 b/.resources/2e2027674c9e7c06983b48a598cb8e68268813b613fc4aba667b74d0bc58fb52 new file mode 100644 index 00000000..626b3df0 --- /dev/null +++ b/.resources/2e2027674c9e7c06983b48a598cb8e68268813b613fc4aba667b74d0bc58fb52 @@ -0,0 +1,7 @@ +SELECT + concat(date(alltable.t_stamp), ' ', hour(alltable.t_stamp), ':00') AS StartTimestamp, + concat('H', TIMESTAMPDIFF(HOUR, DATE_FORMAT(alltable.t_stamp,"%Y-%m-%d %H:00:00"), DATE_FORMAT(now(),"%Y-%m-%d %H:00:00"))) AS Hour, + concat(CAST(COUNT(*) AS CHAR), ' pph') AS Total_count +FROM alltable +WHERE alltable.t_stamp BETWEEN :starttime AND :endtime +GROUP BY date(alltable.t_stamp), hour(alltable.t_stamp) \ No newline at end of file diff --git a/.resources/2f7ee065aeaf672ce5dcb815bec94766a5b95011d70cc293389637f9ada5ccbc b/.resources/2f7ee065aeaf672ce5dcb815bec94766a5b95011d70cc293389637f9ada5ccbc new file mode 100644 index 00000000..5a145274 --- /dev/null +++ b/.resources/2f7ee065aeaf672ce5dcb815bec94766a5b95011d70cc293389637f9ada5ccbc @@ -0,0 +1,10 @@ +SELECT concat(date(alltable.t_stamp), ' ', hour(alltable.t_stamp), ':00') as StartTimestamp, + concat('H',TIMESTAMPDIFF(HOUR,DATE_FORMAT(alltable.t_stamp,"%Y-%m-%d %H:00:00"),DATE_FORMAT(now(),"%Y-%m-%d %H:00:00"))) as Hour, + COUNT(*) AS Inducted, + concat(cast(SUM(alltable.ACTUAL_DEST <> 'S03999') as char),' pph') AS Sorted, + concat(cast(SUM(alltable.ACTUAL_DEST = 'S03999' AND (alltable.DivertStatus = 7 OR alltable.DivertStatus = 8 OR alltable.DivertStatus = 9 OR alltable.DivertStatus = 10 OR alltable.DivertStatus = 12 OR alltable.DivertStatus = 16)) as char),' pph') AS AwcsRecirc, + concat(cast(SUM(alltable.ACTUAL_DEST = 'S03999' AND (alltable.DivertStatus = 2 OR alltable.DivertStatus = 5 OR alltable.DivertStatus = 18 OR alltable.DivertStatus = 19 or alltable.DivertStatus = 20)) as char),' pph') AS OperationalRecirc, + concat(cast(SUM(alltable.ACTUAL_DEST = 'S03999' AND (alltable.DivertStatus = 1 OR alltable.DivertStatus = 3 OR alltable.DivertStatus = 4 OR alltable.DivertStatus = 6 OR alltable.DivertStatus = 13 OR alltable.DivertStatus = 14 OR alltable.DivertStatus = 17 OR alltable.DivertStatus = 21)) as char),' pph') AS MachineRecirc +FROM alltable +Where (alltable.t_stamp BETWEEN :starttime AND :endtime) +GROUP BY hour(alltable.t_stamp) \ No newline at end of file diff --git a/.resources/30fca8ac82f3dc1e281c44a66419a13626910dd70300fc99c62a83ad824148b2 b/.resources/30fca8ac82f3dc1e281c44a66419a13626910dd70300fc99c62a83ad824148b2 new file mode 100644 index 00000000..c3e89d5c --- /dev/null +++ b/.resources/30fca8ac82f3dc1e281c44a66419a13626910dd70300fc99c62a83ad824148b2 @@ -0,0 +1,203 @@ +{ + "custom": { + "state": 0, + "string": "Unknown" + }, + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "propConfig": { + "custom.state": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "0": "{view.params.tagProps[0]}", + "fc": "{session.custom.fc}" + }, + "tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/STATE" + }, + "transforms": [ + { + "expression": "coalesce({value},{view.params.forceFaultStatus},0)", + "type": "expression" + }, + { + "fallback": null, + "inputType": "scalar", + "mappings": [ + { + "input": 1, + "output": 1 + }, + { + "input": 0, + "output": 0 + }, + { + "input": 2, + "output": 2 + }, + { + "input": 3, + "output": 3 + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "tag" + }, + "persistent": true + }, + "custom.string": { + "binding": { + "config": { + "path": "view.custom.state" + }, + "transforms": [ + { + "fallback": "Unknown", + "inputType": "scalar", + "mappings": [ + { + "input": 1, + "output": "OK" + }, + { + "input": 2, + "output": "Faulted" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + }, + "persistent": true + }, + "params.tagProps": { + "paramDirection": "input", + "persistent": true + } + }, + "props": { + "defaultSize": { + "height": 20, + "width": 40 + } + }, + "root": { + "children": [ + { + "meta": { + "name": "Label" + }, + "position": { + "height": 1, + "width": 1 + }, + "props": { + "text": "FIO", + "textStyle": { + "fontSize": "20px", + "textAlign": "center", + "textTransform": "uppercase" + } + }, + "type": "ia.display.label" + } + ], + "events": { + "dom": { + "onClick": { + "config": { + "script": "\tsystem.perspective.openDock(\u0027Docked-East-JR\u0027,params\u003d{\u0027tagProps\u0027:self.view.params.tagProps})" + }, + "scope": "G", + "type": "script" + }, + "onMouseEnter": { + "config": { + "script": "\tfrom time import sleep\n\t\n\talarm \u003d []\n\tmessage \u003d None\n\t\n\tsleep(0.5)\n\t\n\tif system.tag.exists(\"System/aws_data\"):\n\t\tif self.view.params.tagProps[0] !\u003d \"\":\n\t\t\ttags_to_read \u003d system.tag.readBlocking(\"System/aws_data\")\n\t\t\tdecode_alarm_data \u003d system.util.jsonDecode(tags_to_read[0].value)\n\t\t\talarm \u003d [decode_alarm_data[i] for i in decode_alarm_data\n\t\t\t\t\tif decode_alarm_data[i][\u0027sourceId\u0027].startswith(self.view.params.tagProps[0])]\n\t\tif alarm:\n\t\t\talarm \u003d sorted(alarm, key \u003d lambda t:t[\u0027timestamp\u0027], reverse\u003dTrue)\n\t\t\tmessage \u003d max(alarm, key \u003d lambda p:p[\u0027priority\u0027]).get(\u0027message\u0027)\n\t\t\tif len(alarm) \u003e 1:\n\t\t\t\tmessage +\u003d \" (+\" + str(len(alarm)-1) + \")\"\n\tself.view.custom.alarm_message \u003d message" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "root", + "tooltip": { + "enabled": true + } + }, + "propConfig": { + "meta.tooltip.text": { + "binding": { + "config": { + "expression": "\"Source Id: \" + {view.params.tagProps[0]} + \", Status: \" + {view.custom.string}\n" + }, + "type": "expr" + } + }, + "meta.visible": { + "binding": { + "config": { + "path": "session.custom.alarm_filter.show_fio_safety" + }, + "type": "property" + } + }, + "props.style.backgroundColor": { + "binding": { + "config": { + "path": "view.custom.state" + }, + "transforms": [ + { + "fallback": "#808080", + "inputType": "scalar", + "mappings": [ + { + "input": 1, + "output": "#00FF00" + }, + { + "input": 2, + "output": "#FF0000" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "property" + } + } + }, + "props": { + "mode": "percent", + "style": { + "borderStyle": "solid", + "cursor": "pointer", + "overflow": "hidden" + } + }, + "type": "ia.container.coord" + } +} \ No newline at end of file diff --git a/.resources/3544e3d38b3db0e073fc9e54d3cc87611d6689c39b01dd46363c0eb974c08442 b/.resources/3544e3d38b3db0e073fc9e54d3cc87611d6689c39b01dd46363c0eb974c08442 new file mode 100644 index 00000000..7e9a99b6 --- /dev/null +++ b/.resources/3544e3d38b3db0e073fc9e54d3cc87611d6689c39b01dd46363c0eb974c08442 @@ -0,0 +1,321 @@ +{ + "custom": {}, + "params": {}, + "props": { + "defaultSize": { + "height": 294, + "width": 500 + } + }, + "root": { + "children": [ + { + "children": [ + { + "meta": { + "name": "Label" + }, + "position": { + "basis": "77px" + }, + "props": { + "style": { + "backgroundColor": "#555555", + "color": "#FFFFFF", + "fontWeight": "bold", + "textIndent": "15px" + }, + "text": "Search" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Icon" + }, + "position": { + "basis": "30px" + }, + "props": { + "color": "#FFFFFF", + "path": "material/search" + }, + "type": "ia.display.icon" + } + ], + "meta": { + "name": "FlexContainer" + }, + "position": { + "basis": "45px" + }, + "props": { + "style": { + "backgroundColor": "#555555" + } + }, + "type": "ia.container.flex" + }, + { + "events": { + "component": { + "onRowDoubleClick": { + "config": { + "script": "\trow \u003d event.value\n\tsource_id \u003d row.get(\"SourceId\") \n\tautStand.config.project_config.source_id_lookup(self, source_id)\n\tsystem.perspective.closePopup(id \u003d \"Search\")" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Table" + }, + "position": { + "basis": "294px" + }, + "props": { + "cells": { + "style": { + "textIndent": "15px" + } + }, + "columns": [ + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "SourceId", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "justify": "auto", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": false, + "sort": "none", + "sortable": false, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": 200 + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Page", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": "" + }, + "enabled": false, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "", + "value": "" + }, + "visible": "on-hover" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "justify": "auto", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + } + ], + "data": { + "$": [ + "ds", + 192, + 1756214343007 + ], + "$columns": [ + { + "data": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "/system/mcm01/test" + ], + "name": "SourceId", + "type": "String" + }, + { + "data": [ + "MCM01-FLUID INBOUND", + "MCM02-NC SORTER" + ], + "name": "Page", + "type": "String" + } + ] + }, + "filter": { + "enabled": true, + "style": { + "backgroundColor": "#2B2B2B", + "color": "#FFFFFF" + } + }, + "headerStyle": { + "backgroundColor": "#2B2B2B", + "color": "#FFFFFF", + "textIndent": "15px" + }, + "pager": { + "style": { + "backgroundColor": "#2B2B2B", + "color": "#FFFFFF", + "fontWeight": "bold" + } + }, + "rows": { + "highlight": { + "color": "#FFFFFF" + }, + "style": { + "classes": "Background-Styles/Controller" + } + }, + "virtualized": false + }, + "type": "ia.display.table" + } + ], + "events": { + "system": { + "onStartup": { + "config": { + "script": "\t\n\tids \u003d autStand.config.project_config.get_project_config()\n\t\n\t# Ensure it’s actually a dictionary\n\tif not isinstance(ids, dict):\n\t system.perspective.print(\"Error: global_project_page_ids is not a dictionary\")\n\telse:\n\t data \u003d []\n\t for k, v in ids.items():\n\t data.append([str(k), str(v)])\n\t\n\t header \u003d [\"SourceId\", \"Page\"]\n\t dataset \u003d system.dataset.toDataSet(header, data)\n\t self.getChild(\"Table\").props.data \u003d dataset" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "root" + }, + "props": { + "direction": "column" + }, + "type": "ia.container.flex" + } +} \ No newline at end of file diff --git a/.resources/3939cc32c0b6b13ce5b8492886d1177858ecca707907988374d4aa76914d2bc4 b/.resources/3939cc32c0b6b13ce5b8492886d1177858ecca707907988374d4aa76914d2bc4 new file mode 100644 index 00000000..55d08b83 Binary files /dev/null and b/.resources/3939cc32c0b6b13ce5b8492886d1177858ecca707907988374d4aa76914d2bc4 differ diff --git a/.resources/3a3fad917a15942c00f58c5f68871b907c6f527baf5ca66ea347d9e7a58ee3f1 b/.resources/3a3fad917a15942c00f58c5f68871b907c6f527baf5ca66ea347d9e7a58ee3f1 new file mode 100644 index 00000000..ab79332e --- /dev/null +++ b/.resources/3a3fad917a15942c00f58c5f68871b907c6f527baf5ca66ea347d9e7a58ee3f1 @@ -0,0 +1,51 @@ +def handleTagHighlight(view, currentValue): + tag_priority = currentValue.value + + if tag_priority == None: + return + + parts = str(tag_priority).split("||") + tag = parts[0] + + splitedTag = tag.split("/") + + deviceName = splitedTag[-1] + + Docked_East_Map = { + "VFD" : "Docked-East-VFD", + "MCM" : "Docked-East-MCM" + } + + Docked_East_View = Docked_East_Map["VFD"] + + if "PE" in deviceName: + tag = "/".join(splitedTag[:2]) + "/Conveyor/" + deviceName[:-3] + "VFD1" + + if "MCM" in deviceName: + Docked_East_View = Docked_East_Map["MCM"] + + components = view.rootContainer.getChildren()[0].getChildren() + + priority = parts[1] + + foundMatch = False + +# clear all highlights and apply new one when found + for child in components: + params = child.props.get("params", {}) + tagProps = params.get("tagProps", {}) + tagsList = list(tagProps) + + if len(tagsList) == 0: + continue + + child.props.style.classes = "" + + tagPath = tagsList[0] + + if tag == tagPath: + child.props.style["classes"] = "Highlight/Pulse-" + priority + system.perspective.openDock(Docked_East_View, params={'tagProps': tagProps}) + foundMatch = True + + return foundMatch \ No newline at end of file diff --git a/.resources/3ade38d44f73740826722fb87008c71adbdac11f2c1f1fccafbceac536bc3d74 b/.resources/3ade38d44f73740826722fb87008c71adbdac11f2c1f1fccafbceac536bc3d74 new file mode 100644 index 00000000..ab9f5a74 --- /dev/null +++ b/.resources/3ade38d44f73740826722fb87008c71adbdac11f2c1f1fccafbceac536bc3d74 @@ -0,0 +1,19 @@ +SELECT concat(date(alltable.t_stamp), ' ', hour(alltable.t_stamp), ':00') as StartTimestamp, + concat('H',TIMESTAMPDIFF(HOUR,DATE_FORMAT(alltable.t_stamp,"%Y-%m-%d %H:00:00"),DATE_FORMAT(now(),"%Y-%m-%d %H:00:00"))) as Hour, + COUNT(*) AS Inducted, + SUM(alltable.ACTUAL_DEST <> 'S03999') AS Sorted, + SUM(alltable.DivertStatus = 7) AS DestinationInvalid, + SUM(alltable.DivertStatus = 16) AS DestinationNone, + SUM(alltable.DivertStatus = 12) AS DestinationDisabled, + SUM(alltable.DivertStatus = 5) AS DestinationFull, + SUM(alltable.DivertStatus = 2) AS Unexpected, + SUM(alltable.DivertStatus = 6) AS DestinationFault, + SUM(alltable.DivertStatus = 14) AS DivertFail, + SUM(alltable.DivertStatus = 4) AS GapError, + SUM(alltable.DivertStatus = 17) AS Lost, + SUM(alltable.DivertStatus = 3) AS TrackingError, + SUM(alltable.DivertStatus = 1) AS Unknown, + SUM(alltable.DivertStatus = 21) AS Unsafe +FROM alltable +Where (alltable.t_stamp BETWEEN :starttime AND :endtime) +GROUP BY hour(alltable.t_stamp) \ No newline at end of file diff --git a/.resources/3d85d26f9949d17c2b9b17c80f62449d075c18ef37b04e24f3722c46b0a1ab7d b/.resources/3d85d26f9949d17c2b9b17c80f62449d075c18ef37b04e24f3722c46b0a1ab7d new file mode 100644 index 00000000..84a2b1ed --- /dev/null +++ b/.resources/3d85d26f9949d17c2b9b17c80f62449d075c18ef37b04e24f3722c46b0a1ab7d @@ -0,0 +1,9 @@ +SELECT + date(alltable.t_stamp) as Day, + COUNT(*) AS Total, + SUM(alltable.DivertStatus = 5)/COUNT(*)*100 As Full, + SUM(alltable.ACTUAL_DEST = 'S0168')/COUNT(*)*100 AS Jackpot, + SUM(alltable.ACTUAL_DEST = 'S0199')/COUNT(*)*100 AS Recirc +FROM alltable +Where (alltable.t_stamp BETWEEN :starttime AND :endtime) +GROUP BY day(alltable.t_stamp) \ No newline at end of file diff --git a/.resources/44a1f37def2255310b3cc3b6e49b8028ca80c5a362edc9dce8cda21bc0896aeb b/.resources/44a1f37def2255310b3cc3b6e49b8028ca80c5a362edc9dce8cda21bc0896aeb new file mode 100644 index 00000000..9777a9ff --- /dev/null +++ b/.resources/44a1f37def2255310b3cc3b6e49b8028ca80c5a362edc9dce8cda21bc0896aeb @@ -0,0 +1,135 @@ +WITH DesiredLanes AS ( + SELECT lane_number + FROM ( + SELECT 101 + n AS lane_number + FROM ( + SELECT a.N + b.N * 10 AS n + FROM (SELECT 0 AS N UNION SELECT 1 UNION SELECT 2 UNION SELECT 3 UNION SELECT 4 UNION + SELECT 5 UNION SELECT 6 UNION SELECT 7 UNION SELECT 8 UNION SELECT 9) a, + (SELECT 0 AS N UNION SELECT 1 UNION SELECT 2) b + ) numbers + WHERE n <= 29 -- 101 to 130 + ) lanes + WHERE lane_number NOT IN (102, 104, 106) -- exclude these +), +AlarmData AS ( + SELECT DISTINCT + ae.id AS record_id, + ae.eventid AS event_uuid, + ae.source, + ae.eventtime AS active_time, + (SELECT MIN(eventtime) + FROM alarm_events ae2 + WHERE ae2.eventid = ae.eventid + AND ae2.eventtype = 1 + AND ae2.eventtime >= ae.eventtime + ) AS clear_time + FROM alarm_events ae + WHERE + ae.eventtime BETWEEN :startDate AND :endDate + AND ae.eventtype = 0 + AND (ae.source LIKE '%Chute%' OR ae.source LIKE '%ChuteStatus%') +), +LaneMapping AS ( + SELECT + id AS record_id, + strvalue AS tag_value, + CASE + WHEN strvalue LIKE '%Chute[%' THEN + CAST(SUBSTRING(strvalue, LOCATE('Chute[', strvalue) + 6, + LOCATE(']', strvalue, LOCATE('Chute[', strvalue)) - LOCATE('Chute[', strvalue) - 6) AS UNSIGNED) + WHEN strvalue LIKE '%Chute[_%' THEN + CAST(SUBSTRING(strvalue, LOCATE('Chute_', strvalue) + 6) AS UNSIGNED) + WHEN strvalue LIKE '%Chute%' THEN + CAST(REGEXP_SUBSTR(strvalue, '[0-9]+') AS UNSIGNED) + ELSE NULL + END AS plc_index, + CASE + WHEN strvalue LIKE '%Chute[%' THEN + CASE + WHEN CAST(SUBSTRING(strvalue, LOCATE('Chute[', strvalue) + 6, + LOCATE(']', strvalue, LOCATE('Chute[', strvalue)) - LOCATE('Chute[', strvalue) - 6) AS UNSIGNED) BETWEEN 1 AND 30 + THEN 101 + (CAST(SUBSTRING(strvalue, LOCATE('Chute[', strvalue) + 6, + LOCATE(']', strvalue, LOCATE('Chute[', strvalue)) - LOCATE('Chute[', strvalue) - 6) AS UNSIGNED) - 1) + WHEN CAST(SUBSTRING(strvalue, LOCATE('Chute[', strvalue) + 6, + LOCATE(']', strvalue, LOCATE('Chute[', strvalue)) - LOCATE('Chute[', strvalue) - 6) AS UNSIGNED) BETWEEN 31 AND 60 + THEN 201 + (CAST(SUBSTRING(strvalue, LOCATE('Chute[', strvalue) + 6, + LOCATE(']', strvalue, LOCATE('Chute[', strvalue)) - LOCATE('Chute[', strvalue) - 6) AS UNSIGNED) - 31) + ELSE NULL + END + WHEN strvalue LIKE '%Chute[_%' THEN + CASE + WHEN CAST(SUBSTRING(strvalue, LOCATE('Chute_', strvalue) + 6) AS UNSIGNED) BETWEEN 1 AND 30 + THEN 101 + (CAST(SUBSTRING(strvalue, LOCATE('Chute_', strvalue) + 6) AS UNSIGNED) - 1) + WHEN CAST(SUBSTRING(strvalue, LOCATE('Chute_', strvalue) + 6) AS UNSIGNED) BETWEEN 31 AND 60 + THEN 201 + (CAST(SUBSTRING(strvalue, LOCATE('Chute_', strvalue) + 6) AS UNSIGNED) - 31) + ELSE NULL + END + WHEN strvalue LIKE '%Chute%' THEN + CASE + WHEN CAST(REGEXP_SUBSTR(strvalue, '[0-9]+') AS UNSIGNED) BETWEEN 1 AND 30 + THEN 101 + (CAST(REGEXP_SUBSTR(strvalue, '[0-9]+') AS UNSIGNED) - 1) + WHEN CAST(REGEXP_SUBSTR(strvalue, '[0-9]+') AS UNSIGNED) BETWEEN 31 AND 60 + THEN 201 + (CAST(REGEXP_SUBSTR(strvalue, '[0-9]+') AS UNSIGNED) - 31) + ELSE NULL + END + ELSE NULL + END AS lane_number + FROM alarm_event_data + WHERE propname = 'Tag' AND strvalue LIKE '%Chute%' +), +JamEvents AS ( + SELECT DISTINCT + lm.lane_number, + ad.event_uuid, + ad.active_time, + ad.clear_time + FROM LaneMapping lm + INNER JOIN AlarmData ad ON lm.record_id = ad.record_id + INNER JOIN alarm_event_data aed ON ad.record_id = aed.id + WHERE aed.propname = 'Jam' AND aed.strvalue = '1' +), +FullEvents AS ( + SELECT DISTINCT + lm.lane_number, + ad.event_uuid, + ad.active_time, + ad.clear_time + FROM LaneMapping lm + INNER JOIN AlarmData ad ON lm.record_id = ad.record_id + INNER JOIN alarm_event_data aed ON ad.record_id = aed.id + WHERE aed.propname = 'Full' AND aed.strvalue = '1' +), +Aggregated AS ( + SELECT + CONCAT('S03_', dl.lane_number, 'CH') AS lane, + COALESCE(j.jam_count, 0) AS jam_count, + COALESCE(f.full_count, 0) AS full_count, + COALESCE(j.jam_duration_seconds, 0) AS jam_duration_seconds, + COALESCE(f.full_duration_seconds, 0) AS full_duration_seconds + FROM DesiredLanes dl + LEFT JOIN ( + SELECT + lane_number, + COUNT(DISTINCT event_uuid) AS jam_count, + SUM(TIMESTAMPDIFF(SECOND, active_time, COALESCE(clear_time, NOW()))) AS jam_duration_seconds + FROM JamEvents + GROUP BY lane_number + ) j ON dl.lane_number = j.lane_number + LEFT JOIN ( + SELECT + lane_number, + COUNT(DISTINCT event_uuid) AS full_count, + SUM(TIMESTAMPDIFF(SECOND, active_time, COALESCE(clear_time, NOW()))) AS full_duration_seconds + FROM FullEvents + GROUP BY lane_number + ) f ON dl.lane_number = f.lane_number +) +SELECT + lane AS Lane, + jam_count AS JamCount, + full_count AS FullCount, + COALESCE(SEC_TO_TIME(jam_duration_seconds), '00:00:00') AS JamDuration, + COALESCE(SEC_TO_TIME(full_duration_seconds), '00:00:00') AS FullDuration +FROM Aggregated +ORDER BY lane; \ No newline at end of file diff --git a/.resources/44cf239ff315cadbe18e7ad784d926779f63c7412e8703b6160b2be950911f44 b/.resources/44cf239ff315cadbe18e7ad784d926779f63c7412e8703b6160b2be950911f44 new file mode 100644 index 00000000..a4af0965 --- /dev/null +++ b/.resources/44cf239ff315cadbe18e7ad784d926779f63c7412e8703b6160b2be950911f44 @@ -0,0 +1,17 @@ +SELECT concat(date(alltable.t_stamp), ' ', hour(alltable.t_stamp), ':00') as StartTimestamp, + concat('H',TIMESTAMPDIFF(HOUR,DATE_FORMAT(alltable.t_stamp,"%Y-%m-%d %H:00:00"),DATE_FORMAT(now(),"%Y-%m-%d %H:00:00"))) as Hour, + concat(cast(COUNT(*) as char),' pph') AS Total_count, + concat(cast(SUM(alltable.ACTUAL_DEST <> 'S03999') as char),' pph') AS Diverted, + concat(cast(SUM(alltable.DivertStatus = 14) as char),' pph') AS DivertFail, + concat(cast(SUM(alltable.DivertStatus = 5) as char),' pph') AS DestinationFull, + concat(cast(SUM(alltable.DivertStatus = 6) as char),' pph') AS DestinationJam, + concat(cast(SUM(alltable.DivertStatus = 12) as char),' pph') AS DestinationDisabled, + concat(cast(SUM(alltable.DivertStatus = 6) as char),' pph') as DestinationFault, + concat(cast(SUM(alltable.DivertStatus = 17) as char),' pph') as Lost, + concat(cast(SUM(alltable.DivertStatus = 21) as char),' pph') as Unsafe, + concat(cast(SUM(alltable.DivertStatus = 18) as char),' pph') as DimError, + concat(cast(SUM(alltable.DivertStatus = 4) as char),' pph') as GapError, + concat(cast(SUM(alltable.DivertStatus = 1) as char),' pph') as Unknown +FROM alltable +Where (alltable.DEST_REQ = :lane AND alltable.t_stamp BETWEEN :starttime AND :endtime) +GROUP BY hour(alltable.t_stamp) \ No newline at end of file diff --git a/.resources/456c8724ec959427d7bcafc052cf8093103cd5c0266d4c17dd96a7773b16128e b/.resources/456c8724ec959427d7bcafc052cf8093103cd5c0266d4c17dd96a7773b16128e new file mode 100644 index 00000000..c02c4fff --- /dev/null +++ b/.resources/456c8724ec959427d7bcafc052cf8093103cd5c0266d4c17dd96a7773b16128e @@ -0,0 +1,684 @@ +{ + "custom": {}, + "params": { + "LD": false, + "LR": false, + "LRD": false, + "LRU": false, + "LU": false, + "On": false, + "RD": false, + "RLD": false, + "RLU": false, + "RU": false + }, + "propConfig": { + "params.LD": { + "paramDirection": "input", + "persistent": true + }, + "params.LR": { + "paramDirection": "input", + "persistent": true + }, + "params.LRD": { + "paramDirection": "input", + "persistent": true + }, + "params.LRU": { + "paramDirection": "input", + "persistent": true + }, + "params.LU": { + "paramDirection": "input", + "persistent": true + }, + "params.On": { + "paramDirection": "input", + "persistent": true + }, + "params.RD": { + "paramDirection": "input", + "persistent": true + }, + "params.RLD": { + "paramDirection": "input", + "persistent": true + }, + "params.RLU": { + "paramDirection": "input", + "persistent": true + }, + "params.RU": { + "paramDirection": "input", + "persistent": true + } + }, + "props": { + "defaultSize": { + "height": 540, + "width": 640 + } + }, + "root": { + "children": [ + { + "meta": { + "name": "CommLines" + }, + "position": { + "basis": "300px", + "grow": 1 + }, + "propConfig": { + "props.elements[0].elements[0].stroke.paint": { + "binding": { + "config": { + "path": "view.params.On" + }, + "transforms": [ + { + "fallback": "#FF0000", + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "#00FF00" + }, + { + "input": false, + "output": "#FF0000" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[0].elements[0].visibility": { + "binding": { + "config": { + "path": "view.params.LU" + }, + "transforms": [ + { + "fallback": "hidden", + "inputType": "scalar", + "mappings": [ + { + "input": false, + "output": "hidden" + }, + { + "input": true, + "output": "visible" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[0].elements[1].stroke.paint": { + "binding": { + "config": { + "path": "view.params.On" + }, + "transforms": [ + { + "fallback": "#FF0000", + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "#00FF00" + }, + { + "input": false, + "output": "#FF0000" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[0].elements[1].visibility": { + "binding": { + "config": { + "path": "view.params.RD" + }, + "transforms": [ + { + "fallback": "hidden", + "inputType": "scalar", + "mappings": [ + { + "input": false, + "output": "hidden" + }, + { + "input": true, + "output": "visible" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[0].elements[2].stroke.paint": { + "binding": { + "config": { + "path": "view.params.On" + }, + "transforms": [ + { + "fallback": "#FF0000", + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "#00FF00" + }, + { + "input": false, + "output": "#FF0000" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[0].elements[2].visibility": { + "binding": { + "config": { + "path": "view.params.LR" + }, + "transforms": [ + { + "fallback": "hidden", + "inputType": "scalar", + "mappings": [ + { + "input": false, + "output": "hidden" + }, + { + "input": true, + "output": "visible" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[0].elements[3].stroke.paint": { + "binding": { + "config": { + "path": "view.params.On" + }, + "transforms": [ + { + "fallback": "#FF0000", + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "#00FF00" + }, + { + "input": false, + "output": "#FF0000" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[0].elements[3].visibility": { + "binding": { + "config": { + "path": "view.params.RU" + }, + "transforms": [ + { + "fallback": "hidden", + "inputType": "scalar", + "mappings": [ + { + "input": false, + "output": "hidden" + }, + { + "input": true, + "output": "visible" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[0].elements[4].stroke.paint": { + "binding": { + "config": { + "path": "view.params.On" + }, + "transforms": [ + { + "fallback": "#FF0000", + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "#00FF00" + }, + { + "input": false, + "output": "#FF0000" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[0].elements[4].visibility": { + "binding": { + "config": { + "path": "view.params.RD" + }, + "transforms": [ + { + "fallback": "hidden", + "inputType": "scalar", + "mappings": [ + { + "input": false, + "output": "hidden" + }, + { + "input": true, + "output": "visible" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[0].elements[5].stroke.paint": { + "binding": { + "config": { + "path": "view.params.On" + }, + "transforms": [ + { + "fallback": "#FF0000", + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "#00FF00" + }, + { + "input": false, + "output": "#FF0000" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[0].elements[5].visibility": { + "binding": { + "config": { + "path": "view.params.RLU" + }, + "transforms": [ + { + "fallback": "hidden", + "inputType": "scalar", + "mappings": [ + { + "input": false, + "output": "hidden" + }, + { + "input": true, + "output": "visible" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[0].elements[6].stroke.paint": { + "binding": { + "config": { + "path": "view.params.On" + }, + "transforms": [ + { + "fallback": "#FF0000", + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "#00FF00" + }, + { + "input": false, + "output": "#FF0000" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[0].elements[6].visibility": { + "binding": { + "config": { + "path": "view.params.RLD" + }, + "transforms": [ + { + "fallback": "hidden", + "inputType": "scalar", + "mappings": [ + { + "input": false, + "output": "hidden" + }, + { + "input": true, + "output": "visible" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[0].elements[7].stroke.paint": { + "binding": { + "config": { + "path": "view.params.On" + }, + "transforms": [ + { + "fallback": "#FF0000", + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "#00FF00" + }, + { + "input": false, + "output": "#FF0000" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[0].elements[7].visibility": { + "binding": { + "config": { + "path": "view.params.LRU" + }, + "transforms": [ + { + "fallback": "hidden", + "inputType": "scalar", + "mappings": [ + { + "input": false, + "output": "hidden" + }, + { + "input": true, + "output": "visible" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[0].elements[8].stroke.paint": { + "binding": { + "config": { + "path": "view.params.On" + }, + "transforms": [ + { + "fallback": "#FF0000", + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "#00FF00" + }, + { + "input": false, + "output": "#FF0000" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[0].elements[8].visibility": { + "binding": { + "config": { + "path": "view.params.LRD" + }, + "transforms": [ + { + "fallback": "hidden", + "inputType": "scalar", + "mappings": [ + { + "input": false, + "output": "hidden" + }, + { + "input": true, + "output": "visible" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + } + } + }, + "props": { + "elements": [ + { + "elements": [ + { + "d": "M 0.01474311,101.46884 H 289.94649 L 289.94649,0", + "fill": { + "paint": "transparent" + }, + "id": "LU", + "name": "LU", + "stroke": { + "dasharray": "none", + "width": "3.77953" + }, + "type": "path" + }, + { + "d": "M 0.01474311,101.46884 H 289.94649 l -0.018,978.53286", + "fill": { + "paint": "transparent" + }, + "id": "RD", + "name": "RD", + "stroke": { + "dasharray": "none", + "width": "3.77953" + }, + "type": "path" + }, + { + "d": "M 0.01474311,101.46884 1919.9985,101.46829", + "fill": { + "paint": "transparent" + }, + "id": "LR", + "name": "LR", + "stroke": { + "dasharray": "none", + "width": "3.77953" + }, + "type": "path" + }, + { + "d": "m 1920.0085,101.47076 -310.7599,0.13258 V -0.00390625", + "fill": { + "paint": "transparent" + }, + "id": "RU", + "name": "RU", + "stroke": { + "dasharray": "none", + "width": "3.77953" + }, + "type": "path" + }, + { + "d": "m 1919.9974,101.46523 -310.7488,0.13811 V 1080", + "fill": { + "paint": "transparent" + }, + "id": "RD", + "name": "RD", + "stroke": { + "dasharray": "none", + "width": "3.77953" + }, + "type": "path" + }, + { + "d": "M 1919.9872,101.49029 289.94291,101.54297 289.94291,0", + "fill": { + "paint": "transparent" + }, + "id": "RLU", + "name": "RLU", + "stroke": { + "dasharray": "none", + "width": "3.77953" + }, + "type": "path" + }, + { + "d": "m 1920.0178,101.46885 -1629.98505,-1e-4 -0.092,978.52045", + "fill": { + "paint": "transparent" + }, + "id": "RLD", + "name": "RLD", + "stroke": { + "dasharray": "none", + "width": "3.77953" + }, + "type": "path" + }, + { + "d": "m 0.28125,101.53444 1608.95705,0.0609 0.01,-101.59604783662", + "fill": { + "paint": "transparent" + }, + "id": "path8", + "name": "path8", + "stroke": { + "dasharray": "none", + "width": "3.77953" + }, + "type": "path" + }, + { + "d": "m 0.2890625,101.47273 1608.9570375,0.0664 -10e-4,978.38257", + "fill": { + "paint": "transparent" + }, + "id": "LRD", + "name": "LRD", + "stroke": { + "dasharray": "none", + "width": "3.77953" + }, + "type": "path" + } + ], + "id": "layer1", + "name": "layer1", + "type": "group" + } + ], + "preserveAspectRatio": "none", + "viewBox": "0 0 1920 1080" + }, + "type": "ia.shapes.svg" + } + ], + "meta": { + "name": "root" + }, + "props": { + "direction": "column" + }, + "type": "ia.container.flex" + } +} \ No newline at end of file diff --git a/.resources/476525d3bff2f414990e61d216e4bad8306e549b53414531bf2157eac9896d86 b/.resources/476525d3bff2f414990e61d216e4bad8306e549b53414531bf2157eac9896d86 new file mode 100644 index 00000000..d721a1c3 --- /dev/null +++ b/.resources/476525d3bff2f414990e61d216e4bad8306e549b53414531bf2157eac9896d86 @@ -0,0 +1,92 @@ +def create_home_page(self): + self.session.custom.covert = True + fc = self.session.custom.fc + tag_provider = "[%s_SCADA_TAG_PROVIDER]" % (fc) + data_to_read = system.tag.readBlocking([tag_provider+"Configuration/PLC"]) + data = system.util.jsonDecode(data_to_read[0].value) + try: devices_list = sorted(data.keys()) + except: devices_list = [] + + if len(devices_list)>0: + instances = [] + dashboard_devices = {} + for i in devices_list: + area = data[i]['Area'] + if len(data[i]['Area'])>0: + + dashboard_devices.update({i:area}) + else: + dashboard_devices.update({i:'unknown'}) + instances.append({ + "instanceStyle": { + "classes": "", + "margin": "5px" + }, + "instancePosition": {}, + "tagProps": [ + i, + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ],"Counts":{"Diag":0, "High":0, "Low":0, "Medium":0}, + "area":data[i]['Area'], + "subarea":data[i]['SubArea'] + }) + self.custom.Devices = sorted(dashboard_devices.items(), key=lambda x:x[1], reverse = False) + self.getChild("FlexRepeater").props.instances = sorted(instances, reverse = False) + +def get_counters(alarm_counters, controller): + counters = alarm_counters.get(controller,{"High":0, "Medium":0, "Low":0, "Diagnostic":0}) + return counters + + +def get_device_values(tag_provider, devices_list): + tag_paths_to_read = [] + read_values = [] + for device in devices_list: + tag_path = "%s%s/ALARMST" % (tag_provider, str(device[0])) + tag_paths_to_read.append(tag_path) + values = system.tag.readBlocking(tag_paths_to_read) + for i,j in enumerate(values): + value = values[i].value + if value == None: + read_values.append(0) + else: + read_values.append(value) + return read_values + + +def update_home_status(self): + orderBy = self.session.custom.alarm_filter.orderby + fc = self.session.custom.fc + tag_provider = "[%s_SCADA_TAG_PROVIDER]" % (fc) + alarm_counters = system.tag.readBlocking([tag_provider + "System/device_count"])[0].value + counters_decoded = system.util.jsonDecode(alarm_counters) + if not counters_decoded: + counters_decoded = {} + devices_list = self.custom.Devices + values = get_device_values(tag_provider, devices_list) + + devices_only = [] + for device in devices_list: + devices_only.append(str(device[0])) + + if orderBy == True: + zipped_list = zip(values, devices_only) + else: + zipped_list = sorted(zip(values, devices_only), reverse = True) + + devices_sorted = [y for x, y in (zipped_list)] + for i,j in enumerate(devices_sorted): + counters = get_counters(counters_decoded, j) + self.getChild("FlexRepeater").props.instances[i].tagProps[0] = j + self.getChild("FlexRepeater").props.instances[i].Counts.Diag = counters.get("Diagnostic") + self.getChild("FlexRepeater").props.instances[i].Counts.Low = counters.get("Low") + self.getChild("FlexRepeater").props.instances[i].Counts.Medium = counters.get("Medium") + self.getChild("FlexRepeater").props.instances[i].Counts.High = counters.get("High") \ No newline at end of file diff --git a/.resources/4a7b0afbfc6dc0278b94d2cefb7ed4943274d69c3446ffcf04ebbcb2ba695e2e b/.resources/4a7b0afbfc6dc0278b94d2cefb7ed4943274d69c3446ffcf04ebbcb2ba695e2e new file mode 100644 index 00000000..17071313 --- /dev/null +++ b/.resources/4a7b0afbfc6dc0278b94d2cefb7ed4943274d69c3446ffcf04ebbcb2ba695e2e @@ -0,0 +1,35 @@ +Select + + roundtime,Total_count,GoodRead_count,NoRead_count,MultiRead_count,NoCode_count, + + Total_count/Total_count as Total_perc, + GoodRead_count/Total_count as GoodRead_perc, + NoRead_count/Total_count as NoRead_perc, + MultiRead_count/Total_count as MultiLabelRead_perc, + NoCode_count/Total_count as NoCode_perc, + + Total_count*3600/TIMESTAMPDIFF(second, :starttime, :endtime) as Total_rate, + GoodRead_count*3600/TIMESTAMPDIFF(second, :starttime, :endtime) as GoodRead_rate, + NoRead_count*3600/TIMESTAMPDIFF(second, :starttime, :endtime) as NoRead_rate, + MultiRead_count*3600/TIMESTAMPDIFF(second, :starttime, :endtime) as MultiLabelRead_rate, + NoCode_count*3600/TIMESTAMPDIFF(second, :starttime, :endtime) as NoCode_rate + +FROM + (Select + alltable.t_stamp AS t_stamp, + COUNT(*) AS Total_count, + SUM(SUBSTRING(alltable.ScanLabel,1,1) <> '?' AND + SUBSTRING(alltable.ScanLabel,1,1) <> '9' AND + SUBSTRING(alltable.ScanLabel,1,1) <> '0') AS GoodRead_count, + SUM(SUBSTRING(alltable.ScanLabel,1,1) = '?') AS NoRead_count, + SUM(SUBSTRING(alltable.ScanLabel,1,1) = '9') AS MultiRead_count, + SUM(SUBSTRING(alltable.ScanLabel,1,1) = '0') AS NoCode_count, + + FROM_UNIXTIME(CEIL(UNIX_TIMESTAMP(alltable.t_stamp) / 60) * 60) roundtime + + FROM alltable + Where (alltable.t_stamp BETWEEN :starttime AND :endtime) and ('S03aa' = :Scanner) + + Group BY FROM_UNIXTIME(CEIL(UNIX_TIMESTAMP(alltable.t_stamp) / 60) * 60) + Order By alltable.t_stamp ASC + ) okey \ No newline at end of file diff --git a/.resources/4f3b7635e3ca327393d0f8d21c939c662163a11fafe019f82037cc8ee3b10a85 b/.resources/4f3b7635e3ca327393d0f8d21c939c662163a11fafe019f82037cc8ee3b10a85 new file mode 100644 index 00000000..59596130 --- /dev/null +++ b/.resources/4f3b7635e3ca327393d0f8d21c939c662163a11fafe019f82037cc8ee3b10a85 @@ -0,0 +1,15 @@ +SELECT alltable.t_stamp, + 'S03' AS SorterName, + alltable.ParcelID, + 'S03aa' AS ScannerName, + '0' AS IMGID, + alltable.ScanLabel, + alltable.ScanStatus, + alltable.Length, + alltable.AssignmentScanHist, + alltable.DivertStatus, + alltable.DEST_REQ, + alltable.ACTUAL_DEST, + alltable.SortCode +FROM alltable +WHERE alltable.t_stamp BETWEEN :starttime AND :endtime \ No newline at end of file diff --git a/.resources/50da77899551cab19d8f6e8d4ac0743a1f25a3b3a79c78e5474dfb452cb1c861 b/.resources/50da77899551cab19d8f6e8d4ac0743a1f25a3b3a79c78e5474dfb452cb1c861 new file mode 100644 index 00000000..8b4688ab --- /dev/null +++ b/.resources/50da77899551cab19d8f6e8d4ac0743a1f25a3b3a79c78e5474dfb452cb1c861 @@ -0,0 +1,60 @@ +Select + roundtime,inducted_count,sorted_count,destinv_count,destfull_count,unexpected_count,destfault_count,destfault_count,divfail_count,gaperr_count, + lost_count, trackerr_count, unknownn_count, unsafe_count,destdis_count, destnone_count, assigned_count, + + inducted_count/inducted_count as inducted_perc, + sorted_count/inducted_count as sorted_perc, + destinv_count/inducted_count as destinv_perc, + destfull_count/inducted_count as destfull_perc, + unexpected_count/inducted_count as unexpected_perc, + destfault_count/inducted_count as destfault_perc, + divfail_count/inducted_count as divfail_perc, + gaperr_count/inducted_count as gaperr_perc, + lost_count/inducted_count as lost_perc, + trackerr_count/inducted_count as trackerr_perc, + unknownn_count/inducted_count as unknown_perc, + unsafe_count/inducted_count as unsafe_perc, + destdis_count/inducted_count as destdis_perc, + destnone_count/inducted_count as destnone_perc, + assigned_count/inducted_count as assigned_perc, + + inducted_count*3600/TIMESTAMPDIFF(second, :starttime, :endtime) as inducted_rate, + sorted_count*3600/TIMESTAMPDIFF(second,:starttime, :endtime) as sorted_rate, + destinv_count*3600/TIMESTAMPDIFF(second, :starttime, :endtime) as destinv_rate, + destfull_count*3600/TIMESTAMPDIFF(second, :starttime, :endtime) as destfull_rate, + unexpected_count*3600/TIMESTAMPDIFF(second, :starttime, :endtime) as unexpected_rate, + destfault_count*3600/TIMESTAMPDIFF(second,:starttime, :endtime) as destfault_rate, + divfail_count*3600/TIMESTAMPDIFF(second, :starttime, :endtime) as divfail_rate, + gaperr_count*3600/TIMESTAMPDIFF(second, :starttime, :endtime) as gaperr_rate, + lost_count*3600/TIMESTAMPDIFF(second, :starttime, :endtime) as lost_rate, + trackerr_count*3600/TIMESTAMPDIFF(second, :starttime, :endtime) as trackerr_rate, + unknownn_count*3600/TIMESTAMPDIFF(second, :starttime, :endtime) as unknown_rate, + unsafe_count*3600/TIMESTAMPDIFF(second, :starttime, :endtime) as unsafe_rate, + destdis_count*3600/TIMESTAMPDIFF(second, :starttime, :endtime) as destdis_rate, + destnone_count*3600/TIMESTAMPDIFF(second, :starttime, :endtime) as destnone_rate, + assigned_count*3600/TIMESTAMPDIFF(second, :starttime, :endtime) as assigned_rate +FROM + (SELECT + COUNT(*) AS inducted_count, + SUM(alltable.ACTUAL_DEST <> 'S03999') AS sorted_count, + SUM(alltable.DivertStatus = 7) AS destinv_count, + SUM(alltable.DivertStatus = 5) AS destfull_count, + SUM(alltable.DivertStatus = 2) AS unexpected_count, + SUM(alltable.DivertStatus = 6) AS destfault_count, + SUM(alltable.DivertStatus = 14) AS divfail_count, + SUM(alltable.DivertStatus = 4) AS gaperr_count, + SUM(alltable.DivertStatus = 17) AS lost_count, + SUM(alltable.DivertStatus = 3) AS trackerr_count, + SUM(alltable.DivertStatus = 1) AS unknownn_count, + SUM(alltable.DivertStatus = 21) AS unsafe_count, + SUM(alltable.DivertStatus = 12) AS destdis_count, + SUM(alltable.DivertStatus = 16) AS destnone_count, + SUM(alltable.DEST_REQ ) AS assigned_count, + FROM_UNIXTIME(CEIL(UNIX_TIMESTAMP(alltable.t_stamp) / 60) * 60) roundtime + + +FROM alltable + Where (alltable.t_stamp BETWEEN :starttime AND :endtime) AND ('S03' = :Sorter) + Group BY FROM_UNIXTIME(CEIL(UNIX_TIMESTAMP(alltable.t_stamp) / 60) * 60) + Order By alltable.t_stamp ASC + ) okey \ No newline at end of file diff --git a/.resources/50f7a3f7f7674710e77b27f6850cc2ddcfa5c54a915d521207c5b3c2b2ea98dd b/.resources/50f7a3f7f7674710e77b27f6850cc2ddcfa5c54a915d521207c5b3c2b2ea98dd new file mode 100644 index 00000000..ae8b5d6b --- /dev/null +++ b/.resources/50f7a3f7f7674710e77b27f6850cc2ddcfa5c54a915d521207c5b3c2b2ea98dd @@ -0,0 +1,64 @@ +{ + "custom": {}, + "params": {}, + "props": { + "defaultSize": { + "height": 207, + "width": 182 + } + }, + "root": { + "children": [ + { + "meta": { + "name": "Right45" + }, + "position": { + "height": 0.8696, + "width": 1 + }, + "props": { + "elements": [ + { + "id": "defs1", + "name": "defs1", + "type": "defs" + }, + { + "elements": [ + { + "d": "m 0.61872656,19.047242 0.185181,-7.76481 C 2.3211966,6.4490419 5.3844746,3.4831579 9.6680236,0.93748089 L 13.582549,7.8726519 c -2.984985,1.33473 -4.2291194,3.3482401 -4.9990764,6.5174301 l -0.08744,4.67802 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path26615", + "name": "path26615", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.25" + }, + "type": "path" + } + ], + "id": "layer1", + "name": "layer1", + "type": "group" + } + ], + "viewBox": "0 0 14 19" + }, + "type": "ia.shapes.svg" + } + ], + "meta": { + "name": "root" + }, + "props": { + "mode": "percent" + }, + "type": "ia.container.coord" + } +} \ No newline at end of file diff --git a/.resources/519fc87b9827c62fec13d0a5971d4d79bf8d3ea9afdb9746dce228bdc9553807 b/.resources/519fc87b9827c62fec13d0a5971d4d79bf8d3ea9afdb9746dce228bdc9553807 new file mode 100644 index 00000000..c262364b --- /dev/null +++ b/.resources/519fc87b9827c62fec13d0a5971d4d79bf8d3ea9afdb9746dce228bdc9553807 @@ -0,0 +1,481 @@ +{ + "custom": {}, + "params": { + "tagProps": [ + "TAG0", + "TAG1", + "TAG2", + "TAG3", + "TAG4", + "TAG5", + "TAG6", + "TAG7", + "TAG8", + "TAG9", + "TAG10", + "TAG11" + ] + }, + "props": { + "defaultSize": { + "height": 1080, + "width": 1920 + } + }, + "root": { + "children": [ + { + "meta": { + "name": "DPM" + }, + "position": { + "height": 1, + "width": 1 + }, + "props": { + "params": { + "con_lines": [ + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false + ], + "in": false, + "out": false, + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/DPM_TO_HUB" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_1_SIO" + }, + "position": { + "height": 0.1667, + "width": 0.0349, + "x": 0.0256, + "y": 0.0056 + }, + "props": { + "params": { + "IP": "11.200.1.50", + "tagProps": [ + "UL14_1_SIO", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/FIO_SIO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_2_SIO" + }, + "position": { + "height": 0.1667, + "width": 0.0349, + "x": 0.0715, + "y": 0.0056 + }, + "props": { + "params": { + "IP": "11.200.1.51", + "tagProps": [ + "/system/someting_SIO", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/FIO_SIO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_3_SIO" + }, + "position": { + "height": 0.1667, + "width": 0.0349, + "x": 0.1148, + "y": 0.0056 + }, + "props": { + "params": { + "IP": "11.200.1.52", + "tagProps": [ + "/system/someting_SIO", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/FIO_SIO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_4_SIO" + }, + "position": { + "height": 0.1667, + "width": 0.0349, + "x": 0.155, + "y": 0.0074 + }, + "props": { + "params": { + "IP": "11.200.1.35", + "tagProps": [ + "/system/someting_SIO", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/FIO_SIO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_5_SIO" + }, + "position": { + "height": 0.1667, + "width": 0.0349, + "x": 0.1957, + "y": 0.0047 + }, + "props": { + "params": { + "IP": "11.200.1.36", + "tagProps": [ + "/system/someting_SIO", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/FIO_SIO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_1_SIO" + }, + "position": { + "height": 0.1667, + "width": 0.0349, + "x": 0.2368, + "y": 0.0074 + }, + "props": { + "params": { + "IP": "11.200.1.37", + "tagProps": [ + "/system/someting_SIO", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/FIO_SIO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_2_SIO" + }, + "position": { + "height": 0.1667, + "width": 0.0349, + "x": 0.2766, + "y": 0.0064 + }, + "props": { + "params": { + "IP": "11.200.1.38", + "tagProps": [ + "/system/someting_SIO", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/FIO_SIO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_3_SIO" + }, + "position": { + "height": 0.1667, + "rotate": { + "anchor": "-607% 50%" + }, + "width": 0.0349, + "x": 0.3167, + "y": 0.0064 + }, + "props": { + "params": { + "IP": "11.200.1.39", + "tagProps": [ + "/system/someting_SIO", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/FIO_SIO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_5_SIO" + }, + "position": { + "height": 0.1667, + "width": 0.0349, + "x": 0.3979, + "y": 0.0064 + }, + "props": { + "params": { + "IP": "11.200.1.41", + "tagProps": [ + "/system/someting_SIO", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/FIO_SIO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_1_SIO" + }, + "position": { + "height": 0.1667, + "width": 0.0349, + "x": 0.4386, + "y": 0.0056 + }, + "props": { + "params": { + "IP": "11.200.1.30", + "tagProps": [ + "/system/someting_SIO", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/FIO_SIO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_2_SIO" + }, + "position": { + "height": 0.1667, + "rotate": { + "anchor": "465% -311%" + }, + "width": 0.0349, + "x": 0.4782, + "y": 0.0064 + }, + "props": { + "params": { + "IP": "11.200.1.31", + "tagProps": [ + "/system/someting_SIO", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/FIO_SIO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "DPM_label" + }, + "position": { + "height": 0.0694, + "width": 0.101, + "x": 0.7498, + "y": 0.6527 + }, + "props": { + "text": "PS3_5_DPM1", + "textStyle": { + "fontSize": "2vmin" + } + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "UL15_4_SIO" + }, + "position": { + "height": 0.1667, + "width": 0.0349, + "x": 0.3578, + "y": 0.0064 + }, + "props": { + "params": { + "IP": "11.200.1.40", + "tagProps": [ + "/system/someting_SIO", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/FIO_SIO" + }, + "type": "ia.display.view" + } + ], + "meta": { + "name": "root" + }, + "position": { + "x": 0.6348, + "y": -0.1546 + }, + "props": { + "mode": "percent" + }, + "type": "ia.container.coord" + } +} \ No newline at end of file diff --git a/.resources/53b1778269b1427808930fb45019598c6b1ca97efa4c9087dbf01c7f3e8ac2ff b/.resources/53b1778269b1427808930fb45019598c6b1ca97efa4c9087dbf01c7f3e8ac2ff new file mode 100644 index 00000000..3f082f33 --- /dev/null +++ b/.resources/53b1778269b1427808930fb45019598c6b1ca97efa4c9087dbf01c7f3e8ac2ff @@ -0,0 +1,849 @@ +{ + "pages": { + "/": { + "docks": { + "bottom": [ + { + "anchor": "fixed", + "autoBreakpoint": 480, + "content": "push", + "handle": "autoHide", + "iconUrl": "", + "id": "footer", + "modal": false, + "resizable": false, + "show": "visible", + "size": 100, + "viewParams": {}, + "viewPath": "Windows/Docked/Footer" + } + ], + "top": [ + { + "anchor": "fixed", + "autoBreakpoint": 480, + "content": "push", + "handle": "hide", + "iconUrl": "", + "id": "header", + "modal": false, + "resizable": false, + "show": "visible", + "size": 60, + "viewParams": {}, + "viewPath": "Windows/Docked/Header" + } + ] + }, + "title": "", + "viewPath": "Windows/GraphicsWrapper" + }, + "/alarms/active": { + "docks": { + "bottom": [ + { + "anchor": "fixed", + "autoBreakpoint": 480, + "content": "push", + "handle": "autoHide", + "iconUrl": "", + "id": "footer", + "modal": false, + "resizable": false, + "show": "visible", + "size": 100, + "viewParams": {}, + "viewPath": "Windows/Docked/Footer" + } + ], + "top": [ + { + "anchor": "fixed", + "autoBreakpoint": 480, + "content": "push", + "handle": "autoHide", + "iconUrl": "", + "id": "header", + "modal": false, + "resizable": false, + "show": "visible", + "size": 60, + "viewParams": {}, + "viewPath": "Windows/Docked/Header" + } + ] + }, + "title": "", + "viewPath": "Windows/AlarmWrapper" + }, + "/alarms/history": { + "docks": { + "bottom": [ + { + "anchor": "fixed", + "autoBreakpoint": 480, + "content": "push", + "handle": "autoHide", + "iconUrl": "", + "id": "footer", + "modal": false, + "resizable": false, + "show": "visible", + "size": 100, + "viewParams": {}, + "viewPath": "Windows/Docked/Footer" + } + ], + "top": [ + { + "anchor": "fixed", + "autoBreakpoint": 480, + "content": "push", + "handle": "autoHide", + "iconUrl": "", + "id": "header", + "modal": false, + "resizable": false, + "show": "visible", + "size": 60, + "viewParams": {}, + "viewPath": "Windows/Docked/Header" + } + ] + }, + "viewPath": "Windows/AlarmWrapper" + }, + "/alarms/hitlist": { + "docks": { + "bottom": [ + { + "anchor": "fixed", + "autoBreakpoint": 480, + "content": "push", + "handle": "autoHide", + "iconUrl": "", + "id": "footer", + "modal": false, + "resizable": false, + "show": "visible", + "size": 100, + "viewParams": {}, + "viewPath": "Windows/Docked/Footer" + } + ], + "top": [ + { + "anchor": "fixed", + "autoBreakpoint": 480, + "content": "push", + "handle": "autoHide", + "iconUrl": "", + "id": "header", + "modal": false, + "resizable": false, + "show": "visible", + "size": 60, + "viewParams": {}, + "viewPath": "Windows/Docked/Header" + } + ] + }, + "title": "", + "viewPath": "Windows/AlarmWrapper" + }, + "/autStand": { + "docks": { + "bottom": [ + { + "anchor": "fixed", + "autoBreakpoint": 480, + "content": "cover", + "handle": "show", + "iconUrl": "", + "id": "autStand", + "modal": false, + "resizable": false, + "show": "onDemand", + "size": 165, + "viewParams": {}, + "viewPath": "autStand/Docked_Views/Footer" + } + ], + "left": [ + { + "anchor": "fixed", + "autoBreakpoint": 805, + "content": "auto", + "handle": "autoHide", + "iconUrl": "", + "id": "Docked-West", + "modal": false, + "resizable": false, + "show": "auto", + "size": 70, + "viewParams": {}, + "viewPath": "autStand/Docked_Views/Docked-West" + } + ], + "top": [ + { + "anchor": "fixed", + "autoBreakpoint": 480, + "content": "auto", + "handle": "hide", + "iconUrl": "", + "id": "header-autStand", + "modal": false, + "resizable": false, + "show": "visible", + "size": 50, + "viewParams": {}, + "viewPath": "autStand/Docked_Views/Header" + } + ] + }, + "title": "", + "viewPath": "autStand/Overview/BNA8" + }, + "/autStand/Alarms": { + "docks": { + "bottom": [ + { + "anchor": "fixed", + "autoBreakpoint": 480, + "content": "cover", + "handle": "show", + "iconUrl": "", + "id": "autStand", + "modal": false, + "resizable": false, + "show": "onDemand", + "size": 165, + "viewParams": {}, + "viewPath": "autStand/Docked_Views/Footer" + } + ], + "left": [ + { + "anchor": "fixed", + "autoBreakpoint": 805, + "content": "auto", + "handle": "autoHide", + "iconUrl": "", + "id": "Docked-West", + "modal": false, + "resizable": false, + "show": "auto", + "size": 70, + "viewParams": {}, + "viewPath": "autStand/Docked_Views/Docked-West" + } + ], + "top": [ + { + "anchor": "fixed", + "autoBreakpoint": 480, + "content": "auto", + "handle": "hide", + "iconUrl": "", + "id": "header-autStand", + "modal": false, + "resizable": false, + "show": "visible", + "size": 50, + "viewParams": {}, + "viewPath": "autStand/Docked_Views/Header" + } + ] + }, + "title": "", + "viewPath": "autStand/Alarms/RealTime" + }, + "/autStand/Command": { + "docks": { + "bottom": [ + { + "anchor": "fixed", + "autoBreakpoint": 480, + "content": "cover", + "handle": "show", + "iconUrl": "", + "id": "autStand", + "modal": false, + "resizable": false, + "show": "onDemand", + "size": 165, + "viewParams": {}, + "viewPath": "autStand/Docked_Views/Footer" + } + ], + "left": [ + { + "anchor": "fixed", + "autoBreakpoint": 805, + "content": "auto", + "handle": "autoHide", + "iconUrl": "", + "id": "Docked-West", + "modal": false, + "resizable": false, + "show": "auto", + "size": 70, + "viewParams": {}, + "viewPath": "autStand/Docked_Views/Docked-West" + } + ], + "top": [ + { + "anchor": "fixed", + "autoBreakpoint": 480, + "content": "push", + "handle": "hide", + "iconUrl": "", + "id": "header-autStand", + "modal": false, + "resizable": false, + "show": "visible", + "size": 60, + "viewParams": {}, + "viewPath": "autStand/Docked_Views/Header" + } + ] + }, + "title": "", + "viewPath": "autStand/Windows/CommandControl" + }, + "/autStand/MCM01": { + "docks": { + "bottom": [ + { + "anchor": "fixed", + "autoBreakpoint": 480, + "content": "cover", + "handle": "show", + "iconUrl": "", + "id": "autStand", + "modal": false, + "resizable": false, + "show": "onDemand", + "size": 165, + "viewParams": {}, + "viewPath": "autStand/Docked_Views/Footer" + } + ], + "left": [ + { + "anchor": "fixed", + "autoBreakpoint": 805, + "content": "auto", + "handle": "autoHide", + "iconUrl": "", + "id": "Docked-West", + "modal": false, + "resizable": false, + "show": "auto", + "size": 70, + "viewParams": {}, + "viewPath": "autStand/Docked_Views/Docked-West" + } + ], + "top": [ + { + "anchor": "fixed", + "autoBreakpoint": 480, + "content": "push", + "handle": "hide", + "iconUrl": "", + "id": "header-autStand", + "modal": false, + "resizable": false, + "show": "visible", + "size": 60, + "viewParams": {}, + "viewPath": "autStand/Docked_Views/Header" + } + ] + }, + "title": "", + "viewPath": "autStand/Detailed_Views/MCM01-FLUID INBOUND" + }, + "/autStand/MCM02": { + "docks": { + "bottom": [ + { + "anchor": "fixed", + "autoBreakpoint": 480, + "content": "push", + "handle": "show", + "iconUrl": "", + "id": "", + "modal": false, + "resizable": false, + "show": "visible", + "size": 165, + "viewParams": {}, + "viewPath": "autStand/Docked_Views/Footer" + } + ], + "left": [ + { + "anchor": "fixed", + "autoBreakpoint": 805, + "content": "auto", + "handle": "autoHide", + "iconUrl": "", + "id": "Docked-West", + "modal": false, + "resizable": false, + "show": "auto", + "size": 70, + "viewParams": {}, + "viewPath": "autStand/Docked_Views/Docked-West" + } + ], + "top": [ + { + "anchor": "fixed", + "autoBreakpoint": 480, + "content": "push", + "handle": "hide", + "iconUrl": "", + "id": "header-autStand", + "modal": false, + "resizable": false, + "show": "visible", + "size": 60, + "viewParams": {}, + "viewPath": "autStand/Docked_Views/Header" + } + ] + }, + "title": "", + "viewPath": "autStand/Detailed_Views/MCM02-NC SORTER" + }, + "/autStand/Statistics": { + "docks": { + "bottom": [ + { + "anchor": "fixed", + "autoBreakpoint": 480, + "content": "push", + "handle": "show", + "iconUrl": "", + "id": "", + "modal": false, + "resizable": false, + "show": "visible", + "size": 165, + "viewParams": {}, + "viewPath": "autStand/Docked_Views/Footer" + } + ], + "left": [ + { + "anchor": "fixed", + "autoBreakpoint": 805, + "content": "auto", + "handle": "autoHide", + "iconUrl": "", + "id": "Docked-West", + "modal": false, + "resizable": false, + "show": "auto", + "size": 70, + "viewParams": {}, + "viewPath": "autStand/Docked_Views/Docked-West" + } + ], + "top": [ + { + "anchor": "fixed", + "autoBreakpoint": 480, + "content": "push", + "handle": "hide", + "iconUrl": "", + "id": "header-autStand", + "modal": false, + "resizable": false, + "show": "visible", + "size": 60, + "viewParams": {}, + "viewPath": "autStand/Docked_Views/Header" + } + ] + }, + "viewPath": "autStand/Windows/Statistics" + }, + "/autStand/Status": { + "docks": { + "bottom": [ + { + "anchor": "fixed", + "autoBreakpoint": 480, + "content": "push", + "handle": "show", + "iconUrl": "", + "id": "", + "modal": false, + "resizable": false, + "show": "visible", + "size": 165, + "viewParams": {}, + "viewPath": "autStand/Docked_Views/Footer" + } + ], + "left": [ + { + "anchor": "fixed", + "autoBreakpoint": 805, + "content": "auto", + "handle": "autoHide", + "iconUrl": "", + "id": "Docked-West", + "modal": false, + "resizable": false, + "show": "auto", + "size": 70, + "viewParams": {}, + "viewPath": "autStand/Docked_Views/Docked-West" + } + ], + "top": [ + { + "anchor": "fixed", + "autoBreakpoint": 480, + "content": "push", + "handle": "hide", + "iconUrl": "", + "id": "header-autStand", + "modal": false, + "resizable": false, + "show": "visible", + "size": 60, + "viewParams": {}, + "viewPath": "autStand/Docked_Views/Header" + } + ] + }, + "title": "", + "viewPath": "autStand/Windows/Status" + }, + "/autStand/home": { + "docks": { + "bottom": [ + { + "anchor": "fixed", + "autoBreakpoint": 480, + "content": "cover", + "handle": "show", + "iconUrl": "", + "id": "autStand", + "modal": false, + "resizable": false, + "show": "onDemand", + "size": 165, + "viewParams": {}, + "viewPath": "autStand/Docked_Views/Footer" + } + ], + "left": [ + { + "anchor": "fixed", + "autoBreakpoint": 805, + "content": "auto", + "handle": "autoHide", + "iconUrl": "", + "id": "Docked-West", + "modal": false, + "resizable": false, + "show": "auto", + "size": 70, + "viewParams": {}, + "viewPath": "autStand/Docked_Views/Docked-West" + } + ], + "top": [ + { + "anchor": "fixed", + "autoBreakpoint": 480, + "content": "auto", + "handle": "hide", + "iconUrl": "", + "id": "header-autStand", + "modal": false, + "resizable": false, + "show": "visible", + "size": 50, + "viewParams": {}, + "viewPath": "autStand/Docked_Views/Header" + } + ] + }, + "title": "", + "viewPath": "autStand/Overview/Home" + }, + "/cameras": { + "docks": { + "bottom": [ + { + "anchor": "fixed", + "autoBreakpoint": 480, + "content": "push", + "handle": "autoHide", + "iconUrl": "", + "id": "footer", + "modal": false, + "resizable": false, + "show": "visible", + "size": 100, + "viewParams": {}, + "viewPath": "Windows/Docked/Footer" + } + ], + "top": [ + { + "anchor": "fixed", + "autoBreakpoint": 480, + "content": "push", + "handle": "autoHide", + "iconUrl": "", + "id": "header", + "modal": false, + "resizable": false, + "show": "visible", + "size": 60, + "viewParams": {}, + "viewPath": "Windows/Docked/Header" + } + ] + }, + "title": "", + "viewPath": "Windows/JamCameras" + }, + "/commission": { + "docks": { + "bottom": [ + { + "anchor": "fixed", + "autoBreakpoint": 480, + "content": "push", + "handle": "autoHide", + "iconUrl": "", + "id": "footer", + "modal": false, + "resizable": false, + "show": "visible", + "size": 100, + "viewParams": {}, + "viewPath": "Windows/Docked/Footer" + } + ], + "top": [ + { + "anchor": "fixed", + "autoBreakpoint": 480, + "content": "push", + "handle": "autoHide", + "iconUrl": "", + "id": "header", + "modal": false, + "resizable": false, + "show": "visible", + "size": 60, + "viewParams": {}, + "viewPath": "Windows/Docked/Header" + } + ] + }, + "title": "", + "viewPath": "Windows/Commissioning" + }, + "/config": { + "docks": { + "bottom": [ + { + "anchor": "fixed", + "autoBreakpoint": 480, + "content": "push", + "handle": "autoHide", + "iconUrl": "", + "id": "footer", + "modal": false, + "resizable": false, + "show": "visible", + "size": 100, + "viewParams": {}, + "viewPath": "Windows/Docked/Footer" + } + ], + "top": [ + { + "anchor": "fixed", + "autoBreakpoint": 480, + "content": "push", + "handle": "autoHide", + "iconUrl": "", + "id": "header", + "modal": false, + "resizable": false, + "show": "visible", + "size": 60, + "viewParams": {}, + "viewPath": "Windows/Docked/Header" + } + ] + }, + "viewPath": "Windows/ConfigWrapper" + }, + "/custom-reports": { + "docks": { + "bottom": [ + { + "anchor": "fixed", + "autoBreakpoint": 480, + "content": "push", + "handle": "autoHide", + "iconUrl": "", + "id": "footer", + "modal": false, + "resizable": false, + "show": "visible", + "size": 100, + "viewParams": {}, + "viewPath": "Windows/Docked/Footer" + } + ], + "top": [ + { + "anchor": "fixed", + "autoBreakpoint": 480, + "content": "push", + "handle": "autoHide", + "iconUrl": "", + "id": "header", + "modal": false, + "resizable": false, + "show": "visible", + "size": 60, + "viewParams": {}, + "viewPath": "Windows/Docked/Header" + } + ] + }, + "viewPath": "Windows/CustomReports" + }, + "/help": { + "docks": { + "bottom": [ + { + "anchor": "fixed", + "autoBreakpoint": 480, + "content": "push", + "handle": "autoHide", + "iconUrl": "", + "id": "footer", + "modal": false, + "resizable": false, + "show": "visible", + "size": 100, + "viewParams": {}, + "viewPath": "Windows/Docked/Footer" + } + ], + "top": [ + { + "anchor": "fixed", + "autoBreakpoint": 480, + "content": "push", + "handle": "autoHide", + "iconUrl": "", + "id": "header", + "modal": false, + "resizable": false, + "show": "visible", + "size": 60, + "viewParams": {}, + "viewPath": "Windows/Docked/Header" + } + ] + }, + "viewPath": "Windows/Help" + }, + "/statistics": { + "docks": { + "bottom": [ + { + "anchor": "fixed", + "autoBreakpoint": 480, + "content": "push", + "handle": "autoHide", + "iconUrl": "", + "id": "footer", + "modal": false, + "resizable": false, + "show": "visible", + "size": 100, + "viewParams": {}, + "viewPath": "Windows/Docked/Footer" + } + ], + "top": [ + { + "anchor": "fixed", + "autoBreakpoint": 480, + "content": "push", + "handle": "autoHide", + "iconUrl": "", + "id": "header", + "modal": false, + "resizable": false, + "show": "visible", + "size": 60, + "viewParams": {}, + "viewPath": "Windows/Docked/Header" + } + ] + }, + "viewPath": "Windows/Statistics" + }, + "/status": { + "docks": { + "bottom": [ + { + "anchor": "fixed", + "autoBreakpoint": 480, + "content": "push", + "handle": "autoHide", + "iconUrl": "", + "id": "footer", + "modal": false, + "resizable": false, + "show": "visible", + "size": 100, + "viewParams": {}, + "viewPath": "Windows/Docked/Footer" + } + ], + "top": [ + { + "anchor": "fixed", + "autoBreakpoint": 480, + "content": "push", + "handle": "autoHide", + "iconUrl": "", + "id": "header", + "modal": false, + "resizable": false, + "show": "visible", + "size": 60, + "viewParams": {}, + "viewPath": "Windows/Docked/Header" + } + ] + }, + "title": "", + "viewPath": "Windows/StatusWrapper" + } + }, + "sharedDocks": {} +} \ No newline at end of file diff --git a/.resources/55d7066f5a82b5ba42b5253d2ef1369f8545b6b0c45490957f9669ef93091e5f b/.resources/55d7066f5a82b5ba42b5253d2ef1369f8545b6b0c45490957f9669ef93091e5f new file mode 100644 index 00000000..e77292d7 --- /dev/null +++ b/.resources/55d7066f5a82b5ba42b5253d2ef1369f8545b6b0c45490957f9669ef93091e5f @@ -0,0 +1,63 @@ +{ + "custom": {}, + "params": {}, + "props": { + "defaultSize": { + "height": 30, + "width": 160 + } + }, + "root": { + "children": [ + { + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\ttagPath \u003d \"[BNA8_SCADA_TAG_PROVIDER]System/Global_Started\"\n\tsystem.tag.write(tagPath, True)\n\t" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Button" + }, + "position": { + "basis": "80%", + "grow": 1 + }, + "props": { + "image": { + "icon": { + "path": "material/not_started" + } + }, + "style": { + "backgroundColor": "#00B900", + "borderStyle": "groove", + "borderWidth": 3, + "cursor": "pointer" + }, + "text": "Global Start", + "textStyle": { + "color": "#000000", + "fontFamily": "inherit", + "fontSize": "1vmin", + "fontWeight": "bold" + } + }, + "type": "ia.input.button" + } + ], + "meta": { + "name": "root" + }, + "props": { + "alignContent": "flex-start", + "justify": "center" + }, + "type": "ia.container.flex" + } +} \ No newline at end of file diff --git a/.resources/5716b142dadbff22362e6ac76328d699050f981ed593563956c6dfe10d52b0e7 b/.resources/5716b142dadbff22362e6ac76328d699050f981ed593563956c6dfe10d52b0e7 new file mode 100644 index 00000000..0d923705 --- /dev/null +++ b/.resources/5716b142dadbff22362e6ac76328d699050f981ed593563956c6dfe10d52b0e7 @@ -0,0 +1,12 @@ +SELECT concat(date(alltable.t_stamp), ' ', hour(alltable.t_stamp), ':00') as StartTimestamp, + concat('H',TIMESTAMPDIFF(HOUR,DATE_FORMAT(alltable.t_stamp,"%Y-%m-%d %H:00:00"),DATE_FORMAT(now(),"%Y-%m-%d %H:00:00"))) as Hour, + COUNT(*) AS Total, + SUM(SUBSTRING(alltable.ScanLabel,1,1) <> '?' AND + SUBSTRING(alltable.ScanLabel,1,1) <> '9' AND + SUBSTRING(alltable.ScanLabel,1,1) <> '0') AS GoodRead, + SUM(SUBSTRING(alltable.ScanLabel,1,1) = '?') AS NoRead, + SUM(SUBSTRING(alltable.ScanLabel,1,1) = '9') AS MultiRead, + SUM(SUBSTRING(alltable.ScanLabel,1,1) = '0') AS NoCode +FROM alltable +Where (alltable.t_stamp BETWEEN :starttime AND :endtime) +GROUP BY hour(alltable.t_stamp) \ No newline at end of file diff --git a/.resources/587110b5838c819f0d5ddc19c9fd2f1b65d62e4ffaf986499342231052298575 b/.resources/587110b5838c819f0d5ddc19c9fd2f1b65d62e4ffaf986499342231052298575 new file mode 100644 index 00000000..6f76cb84 --- /dev/null +++ b/.resources/587110b5838c819f0d5ddc19c9fd2f1b65d62e4ffaf986499342231052298575 @@ -0,0 +1,7 @@ +SELECT + alltable.ACTUAL_DEST as Lane, + concat(round(COUNT(*)/COUNT(*) * 100,2),'%') AS Total_count, + concat(round(SUM(alltable.DivertStatus = 5)/COUNT(*) * 100,2),'%') AS DestFull_count +FROM alltable +Where (alltable.t_stamp BETWEEN :starttime AND :endtime) +GROUP BY (alltable.ACTUAL_DEST) \ No newline at end of file diff --git a/.resources/5986cf06939a76ac2989493b70bf4aefc8848563919c481d81caf87846ea045b b/.resources/5986cf06939a76ac2989493b70bf4aefc8848563919c481d81caf87846ea045b new file mode 100644 index 00000000..6cc2cbe8 --- /dev/null +++ b/.resources/5986cf06939a76ac2989493b70bf4aefc8848563919c481d81caf87846ea045b @@ -0,0 +1,804 @@ +{ + "custom": {}, + "params": {}, + "props": { + "defaultSize": { + "height": 1080, + "width": 70 + } + }, + "root": { + "children": [ + { + "children": [ + { + "custom": { + "show": true + }, + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\tmap_selected \u003d self.session.custom.alarm_filter.show_map\n\tself.custom.show \u003d False\n\tif not map_selected:\n\t\tsystem.perspective.navigate(\"/autStand/home\")\n\telse:\n\t\tsystem.perspective.navigate(\"/autStand\")" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Home", + "tooltip": { + "enabled": true, + "text": "Home" + } + }, + "position": { + "basis": "70px" + }, + "propConfig": { + "props.style.classes": { + "binding": { + "config": { + "path": "session.props.theme" + }, + "transforms": [ + { + "code": "\tif \u0027dark\u0027 in value:\n\t\treturn \u0027Buttons/Button-Menu\u0027\n\telse:\n\t\treturn \u0027Buttons/Button-Menu\u0027", + "type": "script" + } + ], + "type": "property" + } + } + }, + "props": { + "image": { + "height": 32, + "icon": { + "color": "#FFFFFF", + "path": "material/home" + }, + "position": "top", + "width": 32 + }, + "style": { + "margin": 1 + }, + "text": "Home", + "textStyle": { + "fontSize": 10 + } + }, + "type": "ia.input.button" + }, + { + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\tif self.page.props.path \u003d\u003d \"/autStand\":\n\t\tsystem.perspective.navigate(\"/autStand/home\")\n\t\n\telif self.page.props.path \u003d\u003d \"/autStand/home\":\n\t\tsystem.perspective.navigate(\"/autStand\")\n\t\n\telif self.props.selected \u003d\u003d True and self.page.props.path \u003d\u003d \"/\":\n\t\tsystem.perspective.navigate(\"/autStand\")" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "ToggleSwitch", + "tooltip": { + "enabled": true + } + }, + "position": { + "basis": "60px" + }, + "propConfig": { + "meta.tooltip.text": { + "binding": { + "config": { + "path": "session.custom.alarm_filter.show_map" + }, + "transforms": [ + { + "expression": "if({value}, \"Toggle for home card view\", \"Toggle for home detailed view\")", + "type": "expression" + } + ], + "type": "property" + } + }, + "position.display": { + "binding": { + "config": { + "path": "/root.custom.show_home_selector" + }, + "type": "property" + } + }, + "props.selected": { + "binding": { + "config": { + "bidirectional": true, + "path": "session.custom.alarm_filter.show_map" + }, + "type": "property" + } + } + }, + "props": { + "color": { + "background-color": "", + "selected": "#FFFFFF", + "unselected": "#FFFFFF" + }, + "label": { + "position": "left", + "style": { + "classes": "", + "fontSize": "10px" + }, + "text": "Map View" + }, + "style": { + "borderBottomLeftRadius": "5px", + "borderBottomRightRadius": "5px", + "borderColor": "#AAAAAA", + "borderStyle": "solid", + "borderTopLeftRadius": "5px", + "borderTopRightRadius": "5px", + "borderWidth": "0.5px", + "classes": "Buttons/Button-Menu", + "margin": "1px" + } + }, + "type": "ia.input.toggle-switch" + } + ], + "events": { + "dom": { + "onMouseEnter": { + "config": { + "script": "\tself.parent.custom.show_home_selector \u003d True" + }, + "scope": "G", + "type": "script" + }, + "onMouseLeave": { + "config": { + "script": "\tself.parent.custom.show_home_selector \u003d False" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "FlexContainer" + }, + "propConfig": { + "position.basis": { + "binding": { + "config": { + "expression": "if({parent.custom.show_home_selector} \u003d True, \"130px\", \"70px\")" + }, + "type": "expr" + } + } + }, + "props": { + "direction": "column", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.container.flex" + }, + { + "custom": { + "show": true + }, + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\tsystem.perspective.closePopup(\"DevicePopUP\")\n\tsystem.perspective.closePopup(\"StatusPopUP\")\n\tself.custom.show \u003d False\n\tsystem.perspective.navigate(\"/autStand/Alarms\")" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Alarms", + "tooltip": { + "enabled": true, + "text": "Alarms" + } + }, + "position": { + "basis": "70px" + }, + "propConfig": { + "props.style.classes": { + "binding": { + "config": { + "path": "session.props.theme" + }, + "transforms": [ + { + "code": "\tif \u0027dark\u0027 in value:\n\t\treturn \u0027Buttons/Button-Menu\u0027\n\telse:\n\t\treturn \u0027Buttons/Button-Menu\u0027", + "type": "script" + } + ], + "type": "property" + } + } + }, + "props": { + "image": { + "height": 32, + "icon": { + "color": "#FFFFFF", + "path": "material/access_alarm" + }, + "position": "top", + "width": 32 + }, + "style": { + "margin": 1 + }, + "text": "Alarms", + "textStyle": { + "classes": "Text-Styles/Docked-Buttons" + } + }, + "type": "ia.input.button" + }, + { + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\n\tsystem.perspective.openPopup(id \u003d \"Search\", view \u003d \"autStand/PopUp-Views/Search\",\n\t\t\t\t\t\t\t\t\t\t\t\tshowCloseIcon \u003d False, modal \u003d True,\n\t\t\t\t\t\t\t\t\t\t\t\tviewportBound \u003d True,\n\t\t\t\t\t\t\t\t\t\t\t\tdraggable \u003d False,\n\t\t\t\t\t\t\t\t\t\t\t\toverlayDismiss \u003d True\n\t\t\t\t\t\t\t\t\t\t\t\t)" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "search", + "tooltip": { + "enabled": true, + "text": "Search" + } + }, + "position": { + "basis": "70px" + }, + "propConfig": { + "props.style.classes": { + "binding": { + "config": { + "path": "session.props.theme" + }, + "transforms": [ + { + "code": "\tif \u0027dark\u0027 in value:\n\t\treturn \u0027Buttons/Button-Menu\u0027\n\telse:\n\t\treturn \u0027Buttons/Button-Menu\u0027", + "type": "script" + } + ], + "type": "property" + } + } + }, + "props": { + "image": { + "height": 32, + "icon": { + "color": "#FFFFFF", + "path": "material/search" + }, + "position": "top", + "width": 32 + }, + "style": { + "margin": 1 + }, + "text": "Search", + "textStyle": { + "classes": "Text-Styles/Docked-Buttons" + } + }, + "type": "ia.input.button" + }, + { + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\tself.session.custom.searchId \u003d \"\"\n\tself.session.custom.deviceSearchId \u003d \"\"\n\tsystem.perspective.closePopup(id \u003d \"Search\")" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Search off", + "tooltip": { + "enabled": true, + "text": "Search Off" + } + }, + "position": { + "basis": "70px" + }, + "propConfig": { + "props.style.classes": { + "binding": { + "config": { + "path": "session.props.theme" + }, + "transforms": [ + { + "code": "\tif \u0027dark\u0027 in value:\n\t\treturn \u0027Buttons/Button-Menu\u0027\n\telse:\n\t\treturn \u0027Buttons/Button-Menu\u0027", + "type": "script" + } + ], + "type": "property" + } + } + }, + "props": { + "image": { + "height": 32, + "icon": { + "color": "#FFFFFF", + "path": "material/search_off" + }, + "position": "top", + "width": 32 + }, + "style": { + "margin": 1 + }, + "text": "Search Off", + "textStyle": { + "classes": "Text-Styles/Docked-Buttons" + } + }, + "type": "ia.input.button" + }, + { + "custom": { + "show": false + }, + "events": { + "component": { + "onActionPerformed": { + "config": { + "draggable": false, + "modal": true, + "overlayDismiss": true, + "position": { + "relativeLocation": "top-right" + }, + "positionType": "relative", + "resizable": false, + "showCloseIcon": false, + "type": "open", + "viewParams": { + "viewFocus": "{session.custom.view_in_focus}" + }, + "viewPath": "autStand/PopUp-Views/Detail-View-Filter", + "viewportBound": true + }, + "scope": "C", + "type": "popup" + } + } + }, + "meta": { + "name": "Filter", + "tooltip": { + "enabled": true + } + }, + "position": { + "basis": "70px" + }, + "propConfig": { + "custom.filters_active": { + "binding": { + "config": { + "expression": "if(\r\n !{session.custom.alarm_filter.show_dpm_mcm} ||\r\n !{session.custom.alarm_filter.show_beacons} ||\r\n !{session.custom.alarm_filter.show_VFD} ||\r\n !{session.custom.alarm_filter.show_buttons} ||\r\n !{session.custom.alarm_filter.show_photoeyes} ||\r\n !{session.custom.alarm_filter.show_encoders} ||\r\n !{session.custom.alarm_filter.show_epc} ||\r\n !{session.custom.alarm_filter.show_px} ||\r\n !{session.custom.alarm_filter.show_camera_jams} ||\r\n !{session.custom.alarm_filter.show_fio_safety},\r\n True,\r\n False\r\n)\r\n" + }, + "type": "expr" + } + }, + "meta.tooltip.text": { + "binding": { + "config": { + "expression": "if({this.custom.filters_active}, \"Status Filters are active\",\r\n\"Select Status Filters\")" + }, + "type": "expr" + } + }, + "props.image.icon.color": { + "binding": { + "config": { + "expression": "if({this.custom.filters_active},\r\n\"#FF8C00\",\r\n\"#FFFFFF\")\r\n" + }, + "type": "expr" + } + } + }, + "props": { + "image": { + "height": 32, + "icon": { + "path": "material/filter_alt", + "style": { + "classes": "" + } + }, + "position": "top", + "width": 32 + }, + "style": { + "classes": "Buttons/Button-Menu, filter-button", + "margin": 1 + }, + "text": "Filter", + "textStyle": { + "classes": "Text-Styles/Docked-Buttons" + } + }, + "type": "ia.input.button" + }, + { + "events": { + "component": { + "onActionPerformed": { + "config": { + "page": "/autStand/Command" + }, + "scope": "C", + "type": "nav" + } + } + }, + "meta": { + "name": "Control", + "tooltip": { + "enabled": true + } + }, + "position": { + "basis": "70px" + }, + "propConfig": { + "custom.has_role": { + "binding": { + "config": { + "expression": "{session.custom.fc}" + }, + "transforms": [ + { + "code": "#\trme_role \u003d value +\"-rme-all\"\n\trme_role \u003d \"eurme-ignition-developers\"\n\troles \u003d (self.session.props.auth.user.roles)\n\tif (rme_role.lower() in roles \n\tor rme_role.upper() in roles):\n\t\treturn True\n\telse:\n\t\treturn False", + "type": "script" + } + ], + "type": "expr" + } + }, + "meta.tooltip.text": { + "binding": { + "config": { + "expression": "if({this.custom.has_role}\u003d False, \r\n\"You do not have the required role to access this page\",\r\n\"Access controls page\")\r\n" + }, + "type": "expr" + } + }, + "props.style.classes": { + "binding": { + "config": { + "path": "session.props.theme" + }, + "transforms": [ + { + "code": "\tif \u0027dark\u0027 in value:\n\t\treturn \u0027Buttons/Button-Menu\u0027\n\telse:\n\t\treturn \u0027Buttons/Button-Menu\u0027", + "type": "script" + } + ], + "type": "property" + } + } + }, + "props": { + "image": { + "height": 32, + "icon": { + "color": "#FFFFFF", + "path": "material/gamepad" + }, + "position": "top", + "width": 32 + }, + "style": { + "margin": 1 + }, + "text": "Control", + "textStyle": { + "classes": "Text-Styles/Docked-Buttons" + } + }, + "type": "ia.input.button" + }, + { + "custom": { + "show": false + }, + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\tsystem.perspective.navigate(\"/autStand/Statistics\")" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Statistic", + "tooltip": { + "enabled": true, + "text": "Notifications" + } + }, + "position": { + "basis": "70px" + }, + "propConfig": { + "position.display": { + "binding": { + "config": { + "expression": "if(isNull({session.custom.download_url}), False, True)" + }, + "enabled": false, + "type": "expr" + } + } + }, + "props": { + "image": { + "height": 32, + "icon": { + "color": "#FCFFFC", + "path": "material/leaderboard" + }, + "position": "top", + "width": 32 + }, + "style": { + "classes": "Buttons/Button-Menu", + "color": "#FFFFFF", + "margin": 1 + }, + "text": "Statistic", + "textStyle": { + "classes": "Text-Styles/Docked-Buttons" + } + }, + "type": "ia.input.button" + }, + { + "custom": { + "show": false + }, + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\tsystem.perspective.navigate(\"/autStand/Status\")\n\tself.session.custom.show_dpm_view \u003d False\n\tself.session.custom.show_dpm_device_view \u003d False" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Status", + "tooltip": { + "enabled": true, + "text": "Notifications" + } + }, + "position": { + "basis": "70px" + }, + "propConfig": { + "position.display": { + "binding": { + "config": { + "expression": "" + }, + "enabled": false, + "type": "expr" + } + } + }, + "props": { + "image": { + "height": 32, + "icon": { + "color": "#FFFFFD", + "path": "material/done" + }, + "position": "top", + "width": 32 + }, + "style": { + "classes": "Buttons/Button-Menu", + "color": "#FFFFFF", + "margin": 1 + }, + "text": "Status", + "textStyle": { + "classes": "Text-Styles/Docked-Buttons" + } + }, + "type": "ia.input.button" + }, + { + "custom": { + "show": false + }, + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\tsystem.perspective.closePopup(\"DevicePopUP\")\n\tsystem.perspective.closePopup(\"StatusPopUP\")\n\tself.custom.show \u003d False\n\tsystem.perspective.navigate(\"/Help\")" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Help", + "tooltip": { + "enabled": true, + "text": "Navigate to the help wiki" + } + }, + "position": { + "basis": "70px" + }, + "propConfig": { + "props.style.classes": { + "binding": { + "config": { + "path": "session.props.theme" + }, + "transforms": [ + { + "code": "\tif \u0027dark\u0027 in value:\n\t\treturn \u0027Buttons/Button-Menu\u0027\n\telse:\n\t\treturn \u0027Buttons/Button-Menu\u0027", + "type": "script" + } + ], + "type": "property" + } + } + }, + "props": { + "image": { + "height": 32, + "icon": { + "color": "#FFFFFF", + "path": "material/help_outline" + }, + "position": "top", + "width": 32 + }, + "style": { + "margin": 1 + }, + "text": "Help", + "textStyle": { + "classes": "Text-Styles/Docked-Buttons" + } + }, + "type": "ia.input.button" + }, + { + "events": { + "component": { + "onActionPerformed": { + "config": { + "page": "/" + }, + "scope": "C", + "type": "nav" + } + } + }, + "meta": { + "name": "Back", + "tooltip": { + "enabled": true, + "text": "Back to DEX" + } + }, + "position": { + "basis": "70px" + }, + "propConfig": { + "props.style.classes": { + "binding": { + "config": { + "path": "session.props.theme" + }, + "transforms": [ + { + "code": "\tif \u0027dark\u0027 in value:\n\t\treturn \u0027Buttons/Button-Menu\u0027\n\telse:\n\t\treturn \u0027Buttons/Button-Menu\u0027", + "type": "script" + } + ], + "type": "property" + } + } + }, + "props": { + "image": { + "height": 32, + "icon": { + "color": "#FFFFFF", + "path": "material/keyboard_return" + }, + "position": "top", + "width": 32 + }, + "style": { + "margin": 1 + }, + "text": "Back", + "textStyle": { + "fontSize": 10 + } + }, + "type": "ia.input.button" + } + ], + "custom": { + "show_home_selector": true + }, + "meta": { + "name": "root" + }, + "propConfig": { + "props.style.classes": { + "binding": { + "config": { + "path": "session.props.theme" + }, + "transforms": [ + { + "code": "\tif \u0027dark\u0027 in value:\n\t\treturn \u0027Buttons/Button-Menu\u0027\n\telse:\n\t\treturn \u0027Buttons/Button-Menu\u0027", + "type": "script" + } + ], + "type": "property" + } + } + }, + "props": { + "direction": "column", + "style": {} + }, + "type": "ia.container.flex" + } +} \ No newline at end of file diff --git a/.resources/5c0b8ba5d0b28ceec7ed23b78ff85adef0d9f50b059ca9b41891bbd8a379a7ba b/.resources/5c0b8ba5d0b28ceec7ed23b78ff85adef0d9f50b059ca9b41891bbd8a379a7ba new file mode 100644 index 00000000..fcb5ff20 --- /dev/null +++ b/.resources/5c0b8ba5d0b28ceec7ed23b78ff85adef0d9f50b059ca9b41891bbd8a379a7ba @@ -0,0 +1,33 @@ +Select +day, +SorterName,ScannerName,Total_count, +GoodRead_count,NoRead_count,MultiLabelRead_count,NoCode_count,Startstamp,Endtstamp, +1 as Total_perc, +GoodRead_count/Total_count as GoodRead_perc, +NoRead_count/Total_count * 100 as NoRead_perc, +MultiLabelRead_count/Total_count * 100 as MultiLabelRead_perc, +NoCode_count/Total_count * 100 as NoCode_perc, +Total_count*3600/TIMESTAMPDIFF(second, Startstamp, Endtstamp) as Total_rate, +GoodRead_count*3600/TIMESTAMPDIFF(second, Startstamp, Endtstamp) as GoodRead_rate, +NoRead_count*3600/TIMESTAMPDIFF(second, Startstamp, Endtstamp) as NoRead_rate, +MultiLabelRead_count*3600/TIMESTAMPDIFF(second, Startstamp, Endtstamp) as MultiLabelRead_rate, +NoCode_count*3600/TIMESTAMPDIFF(second, Startstamp, Endtstamp) as NoCode_rate +FROM + + (SELECT + date(alltable.t_stamp) as day, + 'S01' as SorterName, + 'S01aa' as ScannerName, + MIN(alltable.t_stamp) AS Startstamp, + Max(alltable.t_stamp) AS Endtstamp, + COUNT(*) AS Total_count, + SUM(SUBSTRING(alltable.ScanLabel,1,1) <> '?' AND + SUBSTRING(alltable.ScanLabel,1,1) <> '9' AND + SUBSTRING(alltable.ScanLabel,1,1) <> '0') AS GoodRead_count, + SUM(SUBSTRING(alltable.ScanLabel,1,1) = '?') AS NoRead_count, + SUM(SUBSTRING(alltable.ScanLabel,1,1) = '9') AS MultiLabelRead_count, + SUM(SUBSTRING(alltable.ScanLabel,1,1) = '0') AS NoCode_count + + FROM alltable + Where (alltable.t_stamp BETWEEN :starttime AND :endtime) + GROUP BY day(alltable.t_stamp)) basa \ No newline at end of file diff --git a/.resources/5cb900b8c7645b53c26d3a914c625aaa2557ce331134e814033ab21c4a2b9f72 b/.resources/5cb900b8c7645b53c26d3a914c625aaa2557ce331134e814033ab21c4a2b9f72 new file mode 100644 index 00000000..3b6bc749 Binary files /dev/null and b/.resources/5cb900b8c7645b53c26d3a914c625aaa2557ce331134e814033ab21c4a2b9f72 differ diff --git a/.resources/5f4a3cfe3af041d06788c85dcedcbc1fd0f3ea1a979535047e743e3e62a0b3b0 b/.resources/5f4a3cfe3af041d06788c85dcedcbc1fd0f3ea1a979535047e743e3e62a0b3b0 new file mode 100644 index 00000000..c06a9b28 --- /dev/null +++ b/.resources/5f4a3cfe3af041d06788c85dcedcbc1fd0f3ea1a979535047e743e3e62a0b3b0 @@ -0,0 +1,1375 @@ +{ + "custom": {}, + "params": { + "InDown": false, + "InLeft": true, + "InOn": false, + "InUp": false, + "OutDown": false, + "OutOn": false, + "OutRight": false, + "OutUp": true, + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "propConfig": { + "params.InDown": { + "paramDirection": "input", + "persistent": true + }, + "params.InLeft": { + "paramDirection": "input", + "persistent": true + }, + "params.InOn": { + "paramDirection": "input", + "persistent": true + }, + "params.InUp": { + "paramDirection": "input", + "persistent": true + }, + "params.OutDown": { + "paramDirection": "input", + "persistent": true + }, + "params.OutOn": { + "paramDirection": "input", + "persistent": true + }, + "params.OutRight": { + "paramDirection": "input", + "persistent": true + }, + "params.OutUp": { + "paramDirection": "input", + "persistent": true + }, + "params.tagProps": { + "paramDirection": "input", + "persistent": true + } + }, + "props": { + "defaultSize": { + "height": 270, + "width": 480 + } + }, + "root": { + "children": [ + { + "meta": { + "name": "EN4TR" + }, + "position": { + "basis": "300px", + "grow": 1 + }, + "propConfig": { + "props.elements[0].stroke.paint": { + "binding": { + "config": { + "path": "view.params.InOn" + }, + "transforms": [ + { + "fallback": "#FF0000", + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "#00FF00" + }, + { + "input": false, + "output": "#FF0000" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[1].stroke.paint": { + "binding": { + "config": { + "path": "view.params.InOn" + }, + "transforms": [ + { + "fallback": "#FF0000", + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "#00FF00" + }, + { + "input": false, + "output": "#FF0000" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[1].visibility": { + "binding": { + "config": { + "path": "view.params.InUp" + }, + "transforms": [ + { + "fallback": "hidden", + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "visible" + }, + { + "input": false, + "output": "hidden" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[2].stroke.paint": { + "binding": { + "config": { + "path": "view.params.InOn" + }, + "transforms": [ + { + "fallback": "#FF0000", + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "#00FF00" + }, + { + "input": false, + "output": "#FF0000" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[2].visibility": { + "binding": { + "config": { + "path": "view.params.InLeft" + }, + "transforms": [ + { + "fallback": "hidden", + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "visible" + }, + { + "input": false, + "output": "hidden" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[3].stroke.paint": { + "binding": { + "config": { + "path": "view.params.InOn" + }, + "transforms": [ + { + "fallback": "#FF0000", + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "#00FF00" + }, + { + "input": false, + "output": "#FF0000" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[3].visibility": { + "binding": { + "config": { + "path": "view.params.InDown" + }, + "transforms": [ + { + "fallback": "hidden", + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "visible" + }, + { + "input": false, + "output": "hidden" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[4].stroke.paint": { + "binding": { + "config": { + "path": "view.params.OutOn" + }, + "transforms": [ + { + "fallback": "#FF0000", + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "#00FF00" + }, + { + "input": false, + "output": "#FF0000" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[4].visibility": { + "binding": { + "config": { + "path": "view.params.OutUp" + }, + "transforms": [ + { + "fallback": "hidden", + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "visible" + }, + { + "input": false, + "output": "hidden" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[5].stroke.paint": { + "binding": { + "config": { + "path": "view.params.OutOn" + }, + "transforms": [ + { + "fallback": "#FF0000", + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "#00FF00" + }, + { + "input": false, + "output": "#FF0000" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[5].visibility": { + "binding": { + "config": { + "path": "view.params.OutRight" + }, + "transforms": [ + { + "fallback": "hidden", + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "visible" + }, + { + "input": false, + "output": "hidden" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[6].stroke.paint": { + "binding": { + "config": { + "path": "view.params.InOn" + }, + "transforms": [ + { + "fallback": "#FF0000", + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "#00FF00" + }, + { + "input": false, + "output": "#FF0000" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[6].visibility": { + "binding": { + "config": { + "path": "view.params.OutDown" + }, + "transforms": [ + { + "fallback": "hidden", + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "visible" + }, + { + "input": false, + "output": "hidden" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[7].stroke.paint": { + "binding": { + "config": { + "path": "view.params.OutOn" + }, + "transforms": [ + { + "fallback": "#FF0000", + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "#00FF00" + }, + { + "input": false, + "output": "#FF0000" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "property" + } + } + }, + "props": { + "elements": [ + { + "d": "m 914.31016,988.77594 96.19714,-3.11563 m 12.8523,-0.38918 4.2841,-0.38917 m 11.2945,24.53494 H 908.46823 m 5.84193,-11.68328 h 118.78604 m -118.78604,-0.77919 h 118.78604 m -28.4308,0 h 1.558 m 26.8728,-0.77923 h -5.4525 m -4.2841,-10.51497 h -92.69199 m 92.69199,-1.55773 h 1.1684 m -1.1684,-0.38918 h -90.74467 m 0,-0.38917 h 85.68167 m 6.2314,-0.77919 h -1.1684 m -35.05158,-4.67332 h -11.29439 m 50.63007,-3.11559 h -0.7792 m 0.7792,-1.94724 h -1.5578 m -26.87289,-0.77922 h -10.90499 m -11.29439,0 h -21.42046 m 72.05053,-1.55782 h -1.9473 m -26.48339,-0.38917 h -10.90499 m -11.29439,0 h -21.42046 m 67.76643,-6.2311 h -5.063 m -19.08359,-1.16828 h -43.61984 m 49.46173,-2.72618 h -5.84189 m -43.61984,-2.33668 h -12.07333 m 61.53506,-0.38918 h -5.84189 m -43.61984,-1.55774 h -12.07333 m 61.53506,-1.55781 h -5.84189 m 5.84189,-2.72609 h -5.84189 m -55.69317,-1.16837 h -6.23136 m 88.40792,-1.16828 h 1.9473 m -22.5888,-0.38917 h -5.84189 m -55.69317,-0.38917 h -6.23136 m 88.40792,-1.16841 h 1.9473 m -22.5888,-1.55773 h -5.84189 m 26.48339,-0.7792 h 1.9473 m -35.05157,0 h -12.07332 m 45.17759,-0.77914 h 1.9473 m -22.5888,-1.16836 h -5.84189 m 26.48339,-0.38917 h 1.9473 m -33.10424,-0.38918 h -14.02065 m 45.17759,-1.94723 h 1.9473 m -22.5888,-0.38917 h -5.84189 m -6.62088,-0.77919 h -12.07332 m 45.17759,-1.55773 h -2.3368 m -18.3047,-0.38918 h -5.84189 m -4.67355,-0.77919 h -14.02065 m 44.00919,-0.38917 h -1.1684 m -18.3047,-1.55781 h -5.84189 m -6.62088,-1.16837 h -12.07332 m 24.53609,-1.9471 h -5.84189 m -4.67355,-0.7792 h -14.02065 m 24.53609,-1.94726 h -5.84189 m -6.62088,-0.77919 h -12.07332 m -43.23033,-1.16832 h 6.23136 m 61.53506,-1.16832 h -5.84189 m -4.67355,-0.7792 h -14.02065 m 24.53609,-1.9473 h -5.84189 m -6.62088,-0.77918 h -12.07332 m 24.53609,-2.33661 h -5.84189 m 24.14659,0 h 4.2841 m -84.12386,0 h 12.07333 m 38.94629,-0.77919 h -14.02065 m 42.84079,-1.94723 h 4.2841 m -22.5888,0 h -5.84189 m -6.62088,-0.77918 h -12.07332 m 42.84079,-1.16837 h 4.2841 m -4.2841,-0.77914 h 4.2841 m -113.33354,20.64049 13.24171,0.38917 m 98.14453,3.505 h 1.9473 m -4.2841,-25.31381 h -5.063 m -23.75714,0 h -14.02065 m 42.84079,-1.16833 h 4.2841 m -4.2841,-0.77918 h -5.063 m 1.1684,-0.77919 h -1.1684 m -25.70447,-0.38917 h -12.07332 m 37.77779,-2.33668 h 9.3471 m -33.10424,-0.38918 h -14.02065 m 37.77779,-2.33664 h 0.7793 m 2.7262,0 h 5.8419 m -72.05055,-0.38917 h 21.42046 m 11.29435,0 h 10.90503 m -10.90503,-0.38919 h -7.78917 m 37.77781,-1.16831 h 0.7792 m 3.8946,0 h 4.6736 m -9.3471,-0.77923 h 0.7792 m 3.8946,0 h 4.6735 M 908.46907,901.92894 H 1038.939 m -17.9153,4.67336 -1.9473,-0.38917 m 5.063,15.96721 1.5578,1.16832 m -35.05159,18.6933 8.56824,12.85166 m -7.39986,-12.85166 7.39986,10.51497 m -8.56824,-16.35666 8.56824,12.85166 m -7.39986,-12.85166 7.39986,10.51502 m -8.56824,-16.35667 8.56824,12.85166 m -7.39986,-12.85166 7.39986,10.90439 m -8.56824,-16.74604 8.56824,12.85163 m -7.39986,-12.85163 7.39986,10.90443 m -8.56824,-16.74603 8.56824,12.85158 m -7.39986,-12.85158 7.39986,10.90435 m -8.56824,-16.35658 8.56824,12.85161 m -7.39986,-12.85161 7.39986,10.51493 m -8.56824,-16.35662 8.56824,12.85162 m -7.39986,-12.85162 7.39986,10.51501 m -6.62092,-13.24102 6.62092,9.73602 m -5.06311,-9.73602 5.06311,7.39933 m 0,-5.06274 -1.16842,-2.33659 m 40.89357,104.76026 -5.8419,-11.68328 m -7.7893,-15.5778 -6.2314,-13.24102 m 8.5681,12.4622 -6.6208,-13.24116 m 6.6208,7.39951 -5.8419,-11.68333 m 3.5052,-28.42882 -1.9473,-3.50496 m 4.284,3.11555 -4.284,-8.17833 m 4.284,2.33668 -4.284,-8.17833 m -114.89227,88.40299 v -31.54488 m 0,0 v -44.00717 m 0,0 v -31.93377 m 5.84193,95.80312 v -95.80312 m 13.24171,81.39361 v -81.39361 m 2.33675,0 v 79.83587 m 2.72631,1.94723 v -0.38917 m 4.67355,-33.1027 v -23.75604 m 6.23136,31.15547 v -9.34665 m 0,-21.80882 v -7.00993 m 12.07333,52.57487 v -16.35667 m 0,-36.2182 v -14.79888 m 21.42074,73.2154 v -7.78888 m 0,-65.42652 v -2.72606 m 3.50518,42.83867 v -2.72609 m 0,-3.11555 v -2.72606 m 0,-3.11559 v -2.7261 m 0,-2.72605 v -3.1156 m 0,-2.72608 v -3.11552 m 0,-2.7261 v -2.72617 m 0,-3.11548 v -2.72617 m 0,-3.11548 v -2.33663 m 7.78893,0 v 2.72606 m 0,73.2154 v -7.78888 m 10.90499,-65.42652 v 67.37375 m 5.45239,24.92436 v -11.29392 m 0.3892,-25.70327 v -2.72606 m 0,-3.11559 v -2.72609 m 0,-2.72606 v -3.11555 m 0,-2.7261 v -3.11559 m 0,-2.72606 v -2.72617 m 0,-3.11547 v -2.72618 m 0,-3.11551 v -2.72618 m 0,-3.11543 v -2.72614 m 1.1684,80.22537 v -11.29392 m 12.0736,-83.73025 v 11.29376 m 0,70.09985 v -19.47213 m 0.7792,5.06274 v -5.06274 m 0,-57.63765 v -4.28383 m 0.3892,9.34661 v -2.72614 m 1.5575,55.30101 v 4.28382 m 2.3368,17.52495 v -3.11547 m 0,-18.6933 v -52.57487 m 1.1684,71.26817 v -1.94723 m 0,-44.78599 v -1.94727 m 0.3892,48.68049 v -1.55785 m 0,-45.17537 v -1.55785 m 0.7792,36.21828 V 937.3694 m 0,-12.07275 v -1.94723 m 1.9474,5.84156 v 5.84165 m 0,40.50216 v 5.84165 m 0,15.57775 v -95.02421 m 5.4525,0 v 95.80312 m 5.8419,-95.80312 v 31.93433 m 0,0 v 44.00717 m 0,0 v 31.54492 m -124.62798,-11.6833 -5.84193,11.6833 m 112.55461,-107.48642 -1.9473,4.28383 m 4.2841,-4.28383 -2.3368,4.67332 m -1.5578,1.94719 1.1684,-0.77922 m 4.2841,28.03991 0.3892,-0.38918 m 1.1684,1.55782 0.3892,-0.38917 m -1.9473,45.95443 0.3892,-0.38918 m 1.1684,1.55786 0.3892,-0.38917 m -5.842,-15.18831 -1.9472,0.7792 m -12.8517,28.03775 0.3892,-0.38917 m -2.3368,0.38917 0.3892,-0.38917 m 22.9783,-20.25112 v -0.77919 m 0,-45.95443 v -0.38918 m -100.09189,54.13269 0.38919,0.77919 0.77922,0.77914 0.77927,0.38917 1.16838,0.38918 m 70.49263,-68.93149 0.7793,0.77919 0.7792,0.77922 2.3368,0.7792 m -3.8947,3.50492 0.7792,0.77919 0.7792,0.77922 2.3368,0.7792 m -3.8947,3.50496 0.7793,0.77922 0.7792,0.77919 2.3368,0.77919 m -3.8947,3.50501 0.7792,0.77914 0.7792,0.77923 2.3368,0.77919 m -3.8947,3.11559 0.7793,1.16832 0.7792,0.38917 2.3368,1.16829 m -3.8947,3.11559 0.7792,1.16832 0.7793,0.38917 2.3367,1.16837 m -3.8947,3.11555 0.7793,0.77922 0.7792,0.77919 2.3368,0.77914 m -3.8947,3.50505 0.7792,0.77919 0.7792,0.77922 2.3368,0.77915 m 21.8099,-22.97721 0.3891,-0.38918 0.3892,-0.77915 m -1.9473,1.9472 0.7792,-0.38918 m 0.3892,46.34377 0.3892,-0.77923 0.3892,-0.38918 m -3.1157,1.94728 h 1.1684 l 0.7792,-0.38918 m -1.9473,-47.90158 h 0.3892 m -0.3892,46.73326 h 0.3892 m 2.7268,-0.38918 v -0.77918 m 0,-45.9544 v -0.38917 m -97.75506,46.73322 0.38919,0.77923 0.3892,0.77919 1.16837,0.38917 h 0.77923 m -2.72631,-2.33664 0.38919,0.77918 0.3892,0.77919 1.16841,0.38918 h 0.77923 m 71.66105,-66.59485 0.7792,0.38918 m -0.7792,5.45207 0.7792,0.38917 m -0.7792,5.45216 h 0.7792 m -0.7792,5.84165 h 0.7792 m -0.7792,5.45227 0.7792,0.38917 m -0.7792,5.45228 0.7792,0.38917 m -0.7792,5.45228 0.7792,0.38917 m -0.7792,5.45227 0.7792,0.38918", + "fill": { + "paint": "transparent" + }, + "id": "in", + "name": "in", + "stroke": { + "dasharray": "none", + "linecap": "round", + "linejoin": "round", + "miterlimit": "10", + "opacity": "1", + "width": "0.389456" + }, + "type": "path" + }, + { + "d": "M 972.72444,948.26063 290.33534,101.42457 290.02614,0.09413772", + "fill": { + "paint": "transparent" + }, + "id": "InUp", + "name": "InUp", + "stroke": { + "width": "3.99982" + }, + "type": "path" + }, + { + "d": "M 972.72444,948.26063 290.33534,101.42457 4.7533863e-4,101.49358", + "fill": { + "paint": "transparent" + }, + "id": "InLeft", + "name": "InLeft", + "stroke": { + "width": "3.99982" + }, + "type": "path" + }, + { + "d": "M 972.72444,948.26063 290.33534,101.42457 290.01406,1079.9557", + "fill": { + "paint": "transparent" + }, + "id": "InDown", + "name": "InDown", + "stroke": { + "width": "3.99982" + }, + "type": "path" + }, + { + "d": "M 970.60608,804.30214 1609.1562,101.76496 1609.1562,0.02831814", + "fill": { + "paint": "transparent" + }, + "id": "InUp-3", + "name": "InUp-3", + "stroke": { + "width": "3.99982" + }, + "type": "path" + }, + { + "d": "m 970.60976,804.27966 637.94584,-702.7803 311.444,-0.0558", + "fill": { + "paint": "transparent" + }, + "id": "InLeft-1", + "name": "InLeft-1", + "stroke": { + "width": "3.99982" + }, + "type": "path" + }, + { + "d": "m 970.60976,804.32385 637.75834,-703.01198 0.3212,978.68743", + "fill": { + "paint": "transparent" + }, + "id": "InDown-2", + "name": "InDown-2", + "stroke": { + "width": "3.99982" + }, + "type": "path" + }, + { + "d": "m 914.56968,853.12042 96.19722,-3.50494 m 12.8522,-0.38917 h 4.2842 m 11.2944,24.14559 H 908.72775 m 5.84193,-11.68338 h 118.78602 m -118.78602,-0.38918 h 118.78602 m -28.4308,0 h 1.5579 m 26.8729,-1.16832 h -5.4524 m -4.2842,-10.51498 h -92.69198 m 92.69198,-1.16831 h 1.1684 m -1.1684,-0.38918 h -90.74466 m 0,-0.38917 h 85.68176 m 6.2313,-1.16833 h -1.1684 m -35.05161,-4.2839 h -11.29434 m 50.63015,-3.50501 h -0.7793 m 0.7793,-1.55778 h -1.5579 m -26.87288,-0.77914 h -10.90503 m -11.29434,0 h -21.42047 m 72.05062,-1.55778 h -1.9474 m -26.48338,-0.38917 h -10.90503 m -11.29434,0 h -21.42047 m 67.76642,-6.62048 h -5.0629 m -19.08368,-1.16835 h -43.61984 m 49.46172,-2.33665 h -5.84188 m -43.61984,-2.72618 h -12.07333 m 61.53505,0 h -5.84188 m -43.61984,-1.94715 h -12.07333 m 61.53505,-1.16836 h -5.84188 m 5.84188,-2.72617 h -5.84188 m -55.69317,-1.16833 h -6.23136 m 88.40791,-1.55773 h 1.9474 m -22.5889,-0.38917 h -5.84188 m -55.69317,0 h -6.23136 m 88.40791,-1.16833 h 1.9474 m -22.5889,-1.55785 h -5.84188 m 26.48338,-0.77916 h 1.9474 m -35.05169,0 h -12.07329 m 45.17758,-0.77922 h 1.9474 m -22.5889,-1.16836 h -5.84188 m 26.48338,-0.38917 h 1.9474 m -33.10433,-0.77924 h -14.02065 m 45.17758,-1.55773 h 1.9474 m -22.5889,-0.38917 h -5.84188 m -6.62091,-0.77919 h -12.07329 m 45.17758,-1.55785 h -2.3368 m -18.3047,-0.38918 h -5.84188 m -4.67355,-0.77922 h -14.02065 m 44.00918,-0.38918 h -1.1684 m -18.3047,-1.94723 h -5.84188 m -6.62091,-0.77919 h -12.07329 m 24.53608,-1.94726 h -5.84188 m -4.67355,-0.77923 h -14.02065 m 24.53608,-2.3366 h -5.84188 m -6.62091,-0.77924 h -12.07329 m -43.23033,-0.77918 h 6.23136 m 61.53505,-1.16832 h -5.84188 m -4.67355,-0.77919 h -14.02065 m 24.53608,-1.94719 h -5.84188 m -6.62091,-1.16829 h -12.07329 m 24.53608,-1.9473 h -5.84188 m 24.14658,0 h 4.2842 m -84.12395,-0.38917 h 12.07333 m 38.94629,-0.38917 h -14.02065 m 42.84078,-1.94716 h 4.2842 m -22.5889,0 h -5.84188 m -6.62091,-0.77918 h -12.07329 m 42.84078,-1.55774 h 4.2842 m -4.2842,-0.38917 h 4.2842 m -113.33362,20.25116 13.2417,0.77914 m 98.14452,3.11559 1.9474,0.38917 m -4.2842,-25.70326 h -5.0629 m -23.75723,0 h -14.02065 m 42.84078,-1.16837 h 4.2842 m -4.2842,-0.77914 h -5.0629 m 1.1683,-0.38918 h -1.1683 m -25.70459,-0.38917 h -12.07329 m 37.77788,-2.33664 h 9.3471 m -33.10433,-0.77923 h -14.02065 m 37.77788,-1.94715 h 0.7792 m 2.7262,0 h 5.8419 m -72.05058,-0.38917 h 21.42051 m 11.29434,0 h 10.90503 m -10.90503,-0.38918 h -7.78917 m 37.7778,-1.16832 h 0.7793 m 3.8946,0 h 4.6735 m -9.3471,-0.77919 h 0.7792 m 3.8946,0 h 4.6736 m -119.17551,-0.38917 h 130.46991 m -17.9153,4.67332 -1.9473,-0.38917 m 5.063,15.96717 1.5578,1.16832 m -35.05157,18.30392 8.56823,12.85163 m -7.39986,-12.85163 7.39986,10.90435 m -8.56823,-16.35665 8.56823,12.85165 m -7.39986,-12.85165 7.39986,10.51501 m -8.56823,-16.35662 8.56823,12.85165 m -7.39986,-12.85165 7.39986,10.51497 m -8.56823,-16.35666 8.56823,12.85162 m -7.39986,-12.85162 7.39986,10.51501 m -8.56823,-16.35665 8.56823,12.85165 m -7.39986,-12.85165 7.39986,10.9045 m -8.56823,-16.74615 8.56823,12.85165 m 1.94724,2.33665 v 0.38917 m -9.3471,-15.57779 7.39986,10.90446 m -8.56823,-16.74615 8.56823,12.85165 m -7.39986,-12.85165 7.39986,10.9045 m -6.62091,-13.24114 6.62091,9.73614 m -5.0631,-9.73614 5.0631,7.39949 m 0,-5.45227 -1.16842,-1.94722 m 40.89356,104.37099 -5.8419,-11.68334 m -7.7893,-15.5778 -6.2314,-13.24102 m 8.5682,12.85161 -6.6209,-13.24107 m 6.6209,7.39942 -5.842,-12.07275 m 3.5052,-28.03996 -1.9474,-3.89449 m 4.2842,3.11559 -4.2842,-7.78888 m 4.2842,2.33668 -4.2842,-8.17833 m -114.89131,88.01502 v -31.54497 m 0,0 V 798.2099 m 0,0 v -31.93437 m 5.84193,95.41375 v -95.41375 m 13.24166,81.39381 v -81.39381 m 2.3368,0 v 79.83595 m 2.7263,1.94727 v -0.38917 m 4.67355,-33.10278 v -23.75604 m 6.23136,30.76605 v -8.95715 m 0,-21.8089 v -7.39938 m 12.07329,52.96432 v -16.74604 m 0,-36.21828 v -14.40947 m 21.42051,73.21544 v -7.78888 m 0,-65.42656 v -2.72606 m 3.50517,42.83879 v -3.11559 m 0,-2.72601 v -2.72617 m 0,-3.11552 v -2.72617 m 0,-3.11548 v -2.72617 m 0,-3.11552 v -2.72616 m 0,-2.72606 v -3.11555 m 0,-2.72606 v -3.11559 m 0,-2.7261 v -2.33664 m 7.78917,0 v 2.72606 m 0,73.21544 v -7.78888 m 10.90503,-65.42656 v 67.37379 m 1.94724,-43.61767 v -0.38917 m 3.5051,68.93152 v -11.29379 m 0.3892,-25.70328 v -2.72618 m 0,-3.11551 v -2.72613 m 0,-3.11551 v -2.72614 m 0,-2.7261 v -3.11559 m 0,-2.72606 v -3.11559 m 0,-2.72605 v -3.11559 m 0,-2.7261 v -2.72606 m 0,-3.11559 v -2.7261 m 1.1684,80.22537 v -11.29379 m 12.0733,-83.73042 v 10.90439 m 0,70.48934 v -19.86163 m 0.7792,5.06279 v -5.06279 m 0,-57.24819 v -4.28391 m 0.3892,8.9572 v -2.33665 m 1.5579,54.91155 v 4.67337 m 2.3367,17.1354 v -3.11547 m 0,-18.6933 v -52.5749 m 1.1684,71.2682 v -1.55781 m 0,-44.78599 v -1.94727 m 0.3892,48.29107 v -1.55781 m 0,-44.78599 V 798.6 m 0.7793,36.21828 v -33.10277 m 0,-12.07275 v -1.94723 m 1.9473,5.84164 v 5.45224 m 0,40.89157 v 5.84173 m 0,15.57767 v -95.02421 m 5.4525,0 v 95.41375 m 5.8419,-95.41375 v 31.93433 m 0,-0.38917 v 44.00716 m 0,0 v 31.54497 m -124.62796,-11.6833 -5.84197,11.6833 m 112.55463,-107.09709 -1.9473,4.28391 m 4.2841,-4.28391 -2.3368,4.67336 m -1.5578,1.94723 1.1684,-0.77918 m 4.2841,28.03995 0.3892,-0.38918 m 1.1684,1.55774 0.3891,-0.38917 m -1.9472,45.56493 0.3892,-0.38917 m 1.1684,1.55782 0.3892,-0.38917 m -5.842,-14.79885 -1.9472,0.38918 m -12.8523,28.42932 0.3892,-0.38917 m -2.3367,0.38917 0.3892,-0.38917 m 22.9783,-20.25108 v -0.77919 m 0,-45.95431 v -0.38918 m -100.0919,54.13269 0.38919,0.77923 0.77923,0.77918 0.77922,0.38917 h 1.16838 m 70.49268,-68.54207 0.7792,0.77919 0.7793,0.77922 2.3367,0.7792 m -3.8946,3.505 0.7792,0.77919 0.7792,0.77918 2.3368,0.7792 m -3.8947,3.505 0.7792,0.77918 0.7793,0.77923 2.3367,0.77915 m -3.8947,3.11551 0.7793,1.16832 0.7792,0.38917 2.3368,1.16829 m -3.8947,3.11547 0.7792,0.77923 0.7793,0.77918 2.3367,0.77924 m -3.8946,3.50496 0.7792,0.77918 0.7792,0.77923 2.3368,0.77915 m -3.8947,3.50505 0.7792,0.77918 0.7793,0.77915 2.3368,0.77923 m -3.8947,3.50496 0.7792,0.77923 0.7792,0.77918 2.3368,0.7792 m 21.8098,-22.97714 0.3892,-0.38917 0.3892,-0.77924 m -1.9473,1.94716 0.7792,-0.38918 m 0.3892,45.95432 0.3892,-0.38918 0.3892,-0.77915 m -3.1157,2.33665 1.1684,-0.38918 0.7792,-0.38917 m -1.9473,-47.51221 h 0.3891 m -0.3891,46.34388 h 0.3891 m 2.7262,-0.38917 v -0.38917 m 0,-45.95436 v -0.77918 m -97.75504,47.12263 0.38919,0.77923 0.38919,0.77919 1.16838,0.38917 h 0.77926 m -2.7263,-2.3366 0.38919,0.77914 0.38919,0.7792 h 1.16838 l 0.77922,0.38917 m 71.66104,-66.59489 0.7792,0.38918 m -0.7792,5.45227 h 0.7792 m -0.7792,5.45216 0.7792,0.38917 m -0.7792,5.45215 0.7792,0.38918 m -0.7792,5.45215 0.7792,0.38917 m -0.7792,5.45216 0.7792,0.38917 m -0.7792,5.45216 0.7792,0.38917 m -0.7792,5.45219 h 0.7792", + "fill": { + "paint": "transparent" + }, + "id": "out", + "name": "out", + "stroke": { + "dasharray": "none", + "linecap": "round", + "linejoin": "round", + "miterlimit": "10", + "opacity": "1", + "width": "0.389456" + }, + "type": "path" + }, + { + "elements": [ + { + "elements": [ + { + "elements": [ + { + "d": "m 99.924144,401.12291 v 15.16506 m 0,-416.21289547 V 6.8317778 m 0,-6.75670327 V 416.28797 m -99.84906947,0 V 0.07507453 H 99.924144 m 0,416.21289547 H 0.07507453 m 0,-6.75672 v 6.75672 M 99.924144,409.53125 H 0.07507453 m 99.84906947,6.75672 v -6.75672 M 0.07507453,416.28797 H 99.924144 m 0,-317.414885 H 0.07507453 M 99.924144,104.7289 H 0.07507453 M 99.924144,151.57536 H 0.07507453 M 99.924144,174.99861 H 0.07507453 M 99.924144,198.42184 H 0.07507453 M 52.627222,221.69493 H 0.07507453 M 89.864176,402.92469 h 10.059968 m -10.059968,0 v 6.60656 M 99.924144,311.78431 H 89.864176 m -50.299913,0 H 0.07507453 M 99.924144,317.64012 H 89.864176 m -50.299913,0 H 0.07507453 M 99.924144,245.11817 H 0.07507453 M 99.924144,268.5414 H 0.07507453 M 99.924144,291.96465 H 0.07507453 M 99.924144,337.3096 H 0.07507453 M 39.388479,360.73283 H 0.07507453 M 99.924144,384.15606 H 0.07507453 M 99.924144,128.15213 H 0.07507453 m 0,-128.07705547 V 6.8317778 M 99.924144,0.07507453 H 0.07507453 M 99.924144,6.8317778 V 0.07507453 M 0.07507453,6.8317778 H 99.924144 M 0.07507453,26.951739 H 99.924144 M 76.500908,80.705063 H 65.540045 m 10.960863,-5.85581 v 5.85581 m -10.960863,-5.85581 h 10.960863 m -10.960863,5.85581 v -5.85581 m -7.207151,5.85581 H 47.371997 m 10.960897,-5.85581 v 5.85581 m -10.960897,-5.85581 h 10.960897 m -10.960897,5.85581 v -5.85581 m -25.5253,5.85581 H 11.035972 m 10.810725,-5.85581 v 5.85581 m -10.810725,-5.85581 h 10.810725 m -10.810725,5.85581 v -5.85581", + "fill": { + "paint": "transparent" + }, + "id": "path291", + "name": "path291", + "stroke": { + "dasharray": "none", + "linecap": "round", + "linejoin": "round", + "miterlimit": "10", + "opacity": "1", + "paint": "#000000", + "width": "0.15015" + }, + "type": "path" + }, + { + "d": "m 67.585783,86.138554 c 0,-0.600593 0.158897,-1.06981 0.47797,-1.417655 0.329146,-0.337835 0.741996,-0.506752 1.258769,-0.506752 0.337657,0 0.638109,0.07633 0.909619,0.235224 0.26282,0.160176 0.469244,0.384133 0.60938,0.675672 0.141519,0.281511 0.216357,0.610607 0.216357,0.975969 0,0.365362 -0.07519,0.694437 -0.225224,0.984727 -0.150031,0.291548 -0.356597,0.508003 -0.629385,0.658152 -0.271687,0.150136 -0.571819,0.223982 -0.880854,0.223982 -0.347944,0 -0.648147,-0.08385 -0.920933,-0.242745 -0.271332,-0.168935 -0.467968,-0.395392 -0.609344,-0.67567 -0.141519,-0.29155 -0.206426,-0.591838 -0.206426,-0.910904 z m 0.487973,0.0088 c 0,0.43168 0.122724,0.779525 0.356598,1.032276 0.235153,0.253987 0.534294,0.376622 0.892168,0.376622 0.356598,0 0.656872,-0.122611 0.890857,-0.376622 0.23409,-0.252748 0.347943,-0.618113 0.347943,-1.088582 0,-0.290272 -0.04752,-0.553046 -0.15145,-0.77827 -0.102503,-0.215221 -0.244021,-0.384131 -0.440445,-0.506752 -0.187626,-0.122611 -0.40416,-0.187698 -0.646869,-0.187698 -0.339078,0 -0.629385,0.122611 -0.873372,0.356604 -0.244021,0.233985 -0.375395,0.619365 -0.375395,1.172412 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path292", + "name": "path292", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 71.658603,87.912245 v -3.641111 h 0.47797 v 1.801787 l 1.801788,-1.801787 h 0.658149 l -1.530278,1.47396 1.595362,2.167151 h -0.638145 l -1.285015,-1.848085 -0.601861,0.580577 v 1.267508 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path293", + "name": "path293", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 9.7502833,87.912245 v -3.641111 h 0.4779707 v 3.209433 h 1.793026 v 0.431678 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path294", + "name": "path294", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 12.67755,84.271141 h 0.479247 v 3.641111 H 12.67755 Z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path295", + "name": "path295", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 14.001367,87.912245 v -3.641111 h 0.487973 l 1.914399,2.852828 v -2.852828 h 0.459207 v 3.641111 h -0.496733 l -1.904398,-2.86159 v 2.86159 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path296", + "name": "path296", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 17.651867,87.912245 v -3.641111 h 0.477969 v 1.801787 l 1.801789,-1.801787 h 0.658149 l -1.530279,1.47396 1.595363,2.167151 h -0.638145 l -1.295054,-1.848085 -0.591823,0.580577 v 1.267508 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path297", + "name": "path297", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 22.550494,87.912245 h -0.440445 v -2.85283 c -0.112436,0.103845 -0.253952,0.206462 -0.422923,0.309071 -0.177697,0.103845 -0.327727,0.178937 -0.46921,0.235225 v -0.431677 c 0.244021,-0.121369 0.46921,-0.262748 0.656908,-0.431681 0.177695,-0.158897 0.319214,-0.327832 0.394159,-0.479226 h 0.281618 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path298", + "name": "path298", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 48.132118,87.912245 v -3.641111 h 0.487972 l 1.914399,2.852828 v -2.852828 h 0.459207 v 3.641111 h -0.496733 l -1.904396,-2.86159 v 2.86159 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path299", + "name": "path299", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 51.81078,87.912245 v -3.641111 h 2.627594 v 0.431677 h -2.149625 v 1.116108 h 2.008248 v 0.42292 h -2.008248 v 1.238728 h 2.234713 v 0.431678 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path300", + "name": "path300", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 56.108751,87.912245 v -3.209434 h -1.191166 v -0.431677 h 2.87034 v 0.431677 h -1.201204 v 3.209434 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path301", + "name": "path301", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "M 14.395525,20.495352 V 13.22314 h 5.386601 v 1.228716 H 15.86948 v 1.614104 h 3.641136 v 1.229968 H 15.86948 v 1.969454 h 4.054022 v 1.22997 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path302", + "name": "path302", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "M 22.803843,20.495352 V 14.451856 H 20.645458 V 13.22314 h 5.780724 v 1.228716 h -2.158386 v 6.043496 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path303", + "name": "path303", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "M 27.374036,20.495352 V 13.22314 h 1.473953 v 2.861587 h 2.871617 V 13.22314 h 1.462675 v 7.272212 h -1.462675 v -3.181906 h -2.871617 v 3.181906 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path304", + "name": "path304", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "M 34.70316,20.495352 V 13.22314 h 5.386601 v 1.228716 h -3.922648 v 1.614104 h 3.651139 v 1.229968 h -3.651139 v 1.969454 h 4.064025 v 1.22997 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path305", + "name": "path305", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "M 41.478663,20.495352 V 13.22314 h 3.086802 c 0.779522,0 1.342581,0.06505 1.690453,0.196459 0.355321,0.131374 0.636867,0.356601 0.853331,0.694436 0.206425,0.337835 0.308928,0.713211 0.308928,1.144888 0,0.544289 -0.158898,0.994735 -0.478006,1.35134 -0.319214,0.356605 -0.798283,0.581828 -1.436394,0.67567 0.320279,0.178937 0.581823,0.385384 0.789525,0.609356 0.205361,0.216462 0.47797,0.610603 0.834567,1.173662 l 0.882132,1.426416 H 46.255776 L 45.194849,18.90002 c -0.37536,-0.563059 -0.629384,-0.910904 -0.769519,-1.059799 -0.140106,-0.151414 -0.291548,-0.245228 -0.440445,-0.30031 -0.160316,-0.05757 -0.404126,-0.08509 -0.74196,-0.08509 h -0.300416 v 3.040516 z m 1.463952,-4.19416 h 1.088591 c 0.703195,0 1.14488,-0.02873 1.323817,-0.09508 0.16883,-0.05633 0.30893,-0.158897 0.402885,-0.30907 0.103916,-0.140134 0.150031,-0.329075 0.150031,-0.544293 0,-0.243985 -0.06633,-0.441685 -0.197559,-0.590585 -0.13123,-0.150138 -0.308928,-0.245228 -0.553021,-0.291549 -0.112792,-0.01 -0.469245,-0.01879 -1.069829,-0.01879 h -1.144915 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path306", + "name": "path306", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "M 48.817187,20.495352 V 13.22314 h 1.426427 l 2.974191,4.859818 V 13.22314 h 1.361342 v 7.272212 h -1.463952 l -2.937907,-4.777236 v 4.777236 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path307", + "name": "path307", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "M 56.136949,20.495352 V 13.22314 h 5.386599 v 1.228716 h -3.922647 v 1.614104 h 3.651139 v 1.229968 h -3.651139 v 1.969454 h 4.064023 v 1.22997 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path308", + "name": "path308", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "M 64.535903,20.495352 V 14.451856 H 62.38752 V 13.22314 h 5.77072 v 1.228716 h -2.148382 v 6.043496 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path309", + "name": "path309", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 71.179995,20.607923 1.793026,-7.50745 h 1.051032 l -1.821792,7.50745 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path310", + "name": "path310", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 77.53314,13.223158 h 1.463952 v 7.272213 H 77.53314 Z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path311", + "name": "path311", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "M 80.395357,20.495352 V 13.22314 h 2.356085 c 0.890892,0 1.472714,0.03752 1.744224,0.112612 0.414162,0.102609 0.769519,0.337835 1.042305,0.703197 0.281617,0.366614 0.422924,0.844587 0.422924,1.416404 0,0.450447 -0.07626,0.825822 -0.244022,1.126117 -0.160317,0.310312 -0.3666,0.544289 -0.610586,0.723219 -0.253953,0.1689 -0.50677,0.281512 -0.759518,0.337835 -0.357838,0.07509 -0.864609,0.103845 -1.530277,0.103845 H 81.85931 v 2.748978 z m 1.463953,-6.043496 v 2.07456 h 0.807044 c 0.581821,0 0.96722,-0.04756 1.163642,-0.12261 0.187628,-0.07509 0.347944,-0.197701 0.459208,-0.356606 0.103917,-0.158897 0.160317,-0.346596 0.160317,-0.563058 0,-0.271511 -0.07519,-0.487983 -0.23409,-0.656901 -0.15145,-0.178937 -0.347944,-0.281512 -0.581821,-0.329075 -0.17876,-0.02767 -0.535536,-0.04628 -1.061069,-0.04628 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path312", + "name": "path312", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 38.513552,242.56555 h 4.504468 m -4.504468,0 h 4.504468 m -6.756703,-1.65161 h 1.351342 m -1.351342,0 h 1.351342 m 50.450049,-0.15003 H 52.627542 m 34.3841,-1.05104 H 53.678573 m -16.065914,-0.90088 h -1.351342 m 1.351342,-0.15004 h -1.351342 m 32.582313,-0.45046 h 2.102096 m 13.813681,0 h -0.900894 m -27.627395,0 h 26.576364 m 1.051031,-0.60059 H 82.807482 M 43.01802,237.16044 h -4.504468 m 4.504468,0 h -4.504468 m 16.666535,0 H 81.606278 M 19.44461,234.30762 h 6.156119 m 6.156118,0 h 13.963855 m -17.567429,1.05103 3.753712,3.75374 m -3.753712,-3.75374 3.753712,3.75374 m 1.501477,-1.50149 -2.102061,-2.10209 m 2.102061,2.10209 -2.102061,-2.10209 m -0.450767,-32.73265 v -0.15014 m 5.405364,36.03576 v 0.15002 m 1.351341,-0.15002 v 0.15002 m 0.450447,-1.20117 v 0.75073 m 0,3.00299 v 0.75072 m 0,-4.50444 v 0.75073 m 0,3.00299 v 0.75072 m -6.45643,-27.32709 1.051066,-4.80476 m -1.051066,4.80476 1.051066,-4.80476 m -2.552544,-8.2582 -9.159074,16.36624 m 9.159074,-16.36624 -9.159074,16.36624 m 1.201168,0.15014 8.708662,-15.61549 m -8.708662,15.61549 8.708662,-15.46534 m 24.324133,21.32114 -1.501514,0.45045 m 1.501514,-1.20119 -1.501514,0.45045 M 19.44429,234.30733 h 6.156119 m 6.15612,0 h 13.963853 m 34.3841,-0.90089 h -6.156119 m 11.561482,-0.30031 h -0.750757 m -5.105053,-0.15014 h -5.705672 m -8.858766,0 h 1.651615 m -2.402371,-0.30031 h -2.102097 m 1.501513,-0.45044 H 61.93647 M 45.720382,232.0551 H 27.101888 m -6.156084,0 h -1.651651 m 26.426229,0 H 27.101888 m -6.156084,0 h -1.651651 m 66.215692,-1.80178 h -0.750757 m -11.861756,-2.40239 h -5.255225 m -36.185889,-0.30031 h 2.852819 m -2.852819,0 h 2.852819 m 31.681455,-0.75075 h 5.705636 m -7.957871,-0.75074 h 2.252235 m 0.75072,0 h 4.354332 m 0.600584,0 h 2.252235 M 63.738257,225.899 h 2.252235 m 5.705636,0 h 2.252235 m 10.810725,0 h 0.750757 m -51.200808,-0.45046 h -2.852819 m 2.852819,0 h -2.852819 m 32.282039,-1.50148 h 2.252235 m 5.705636,0 h 2.252235 m 10.810725,0 h 0.750757 m 0,-0.30031 H 84.759088 M 73.948363,223.1963 h -2.252235 m -5.705636,0 h -2.252235 m 21.020831,15.01489 0.750757,0.15014 m 0,-0.15014 -0.750757,-0.15014 m -21.020831,-5.8558 1.35134,0.75075 m -13.813715,0 -4.204158,-3.30328 m 4.204158,3.30328 -4.204158,-3.30328 m -16.21609,-26.87666 8.708629,15.46534 m -8.708629,-15.61549 8.708629,15.61549 m 1.201203,-0.15014 -9.15911,-16.36624 m 9.15911,16.36624 -9.15911,-16.36624 m -2.552509,8.2582 1.051031,4.80476 m -1.051031,-4.80476 1.051031,4.80476 m 13.36327,27.32709 v -4.50444 m 0,4.50444 v -4.50444 m 2.702681,-7.50745 v 1.50148 m 0,3.15313 v 1.50149 m 0,-6.1561 v 1.50148 m 0,3.15313 v 1.50149 m 6.456393,4.50459 v -19.66949 m 0,0 v -19.21907 m 2.552545,3.75373 v 31.53127 m 1.051031,-32.73246 v 33.78351 m -28.828601,-11.11102 -3.903885,3.90387 m 3.903885,-3.90387 -3.903885,3.90387 m 3.153128,-0.15014 2.252235,-2.25223 m -2.252235,2.25223 2.252235,-2.25223 m 55.855413,-23.87369 0.750757,-0.15014 m 0,-0.3003 -0.750757,0.15014 M 63.738257,219.5929 h 2.252235 m 5.705636,0 h 2.252235 M 21.696524,219.29258 H 40.01471 m -18.318186,0 H 40.01471 m 45.495135,-0.30031 h -0.750757 m -21.020831,-0.3003 h 2.252235 m 5.705636,0 h 2.252235 m 10.810725,0 h 0.750757 M 39.564263,218.24151 H 22.146972 m 17.417291,0 H 22.146972 m 41.591285,-1.35134 h 2.252235 m 5.705636,0 h 2.252235 m 10.810725,0 h 0.750757 m -11.561482,-0.30031 h -2.252235 m -0.600584,0 h -4.354332 m -0.75072,0 h -2.252235 m 7.957871,-0.75074 h -5.705636 m 1.651615,-0.90089 h 5.255225 m -42.792454,-0.15014 h 1.501478 m -1.501478,0 h 1.501478 m 53.903489,-2.25224 H 84.759088 M 61.93647,210.43377 h 1.801787 m -1.501513,-0.30032 h 2.102097 m 2.402371,-0.45044 h -1.651615 m 8.858766,0 h 5.705672 m 5.85581,-0.15014 h -0.750757 m -10.810725,-0.15014 h 6.156119 m -8.408354,17.41728 -0.600584,-0.75075 m 8.558491,6.90686 0.450447,0.45045 m 6.90684,6.30627 1.051067,1.05103 m -25.825645,-8.10804 -3.753712,-4.65463 m 0,0 v -13.36326 m 0.300416,13.8137 V 214.1875 m 4.954916,2.40239 v 3.00298 m 0,3.60357 v 2.85282 m 0.750721,0 v -0.15013 m 0,-1.95193 v -0.75075 m 0,-3.60357 v -0.9009 m 0,-1.80178 v -0.30031 m 1.501514,-0.75075 v 10.96087 m 0.75072,-17.11699 v 1.65165 m 0,5.25522 v 9.45937 m 0,5.40537 v 1.50149 m 2.702682,-29.72949 v 1.20119 m 0.750756,-1.35134 v 1.35134 m -11.711725,10.21012 3.753712,-4.50446 m 2.852853,-0.45046 -1.35134,0.75075 M 81.60596,205.62901 H 55.179767 m 28.678428,-0.6006 h -1.051031 m 1.951924,-0.60059 h -0.900893 m -1.051031,0 H 56.230798 m 12.612512,0 h 2.102098 m -17.267155,-1.35134 h 33.333069 m -34.3841,-1.20119 h 35.435167 m -22.071897,13.96385 0.75072,0.75075 m -13.062959,-13.51341 -1.051031,-1.20119 m 14.11399,9.45938 0.900895,3.60357 m 6.306256,16.51639 -1.051031,-3.60357 m -1.801788,-1.8018 v -9.45937 m 0.600584,10.21012 v -10.96087 m 1.501514,0.75075 v 0.30031 m 0,1.80178 v 0.9009 m 0,3.60357 v 0.75075 m 0,1.95193 v 0.15013 m 0.750721,7.35731 v -1.95194 m 0,-5.40537 v -2.85282 m 0,-3.60357 v -3.00298 m 0,-5.25522 v -1.95194 m 2.702681,-6.30625 v 1.35134 m 0,34.53426 v 0.75076 m 0.600479,-36.63636 v 1.35134 m 0,33.78352 v 1.5015 m 2.402371,-30.02982 v 23.2731 m 0.450447,-23.57339 v 24.02384 m 1.501477,3.75371 v -31.53127 m 1.20131,32.58233 v -33.78352 m 1.050924,33.18292 v 0.6006 m 0,-33.18293 v -0.60059 m 0.900894,0 v 33.78352 m -17.116981,-10.36028 -0.900894,3.60357 m 6.156119,-16.51639 1.051031,-3.60357 m -2.252234,4.50447 -0.600584,0.75075 m 8.558491,-6.90687 0.450447,-0.3003 m 6.90684,-6.30626 1.051066,-1.20119 M 65.990351,226.8 l 0.75072,-0.75075 m -13.062959,13.66355 -1.051031,1.05104 m -5.5555,-4.05401 4.20416,-3.30327 m -4.20416,3.30327 4.20416,-3.30327 m 34.233961,6.30624 v -36.63634 m 1.351342,0 v 36.63634 m 1.201203,-37.83754 v 19.21907 m 0,0 v 19.66951 M 31.456218,225.2985 c -1.501476,0 -3.00299,0.6006 -4.054021,1.65163 m 4.054021,-1.65163 c -1.501476,0 -3.00299,0.6006 -4.054021,1.65163 m -8.708627,4.65463 c -0.750758,-1.5015 -2.402407,-2.25223 -4.054022,-1.95194 -1.651651,0.30031 -2.702682,1.80179 -2.702682,3.45342 0,1.65165 1.051031,3.15313 2.702682,3.45343 1.651615,0.45045 3.303264,-0.45044 4.054022,-1.95193 m 9.459383,0.60059 c -0.750756,-0.60059 -1.651649,-1.05104 -2.552544,-1.05104 m 5.855809,-6.60656 c -0.900893,0 -1.801787,0.30032 -2.552543,0.9009 m -7.957871,3.60357 c 0.900893,0 1.801787,-0.45044 2.552508,-1.05104 m -4.804742,0.6006 c -0.750758,-1.5015 -2.402407,-2.25223 -4.054022,-1.95194 -1.651651,0.30031 -2.702682,1.80179 -2.702682,3.45342 0,1.65165 1.051031,3.15313 2.702682,3.45343 1.651615,0.45045 3.303264,-0.45044 4.054022,-1.95193 m 2.252234,-2.55254 c 0.900893,0 1.801787,-0.45044 2.552508,-1.05104 m 7.957906,-3.45343 c -0.900893,0 -1.801787,0.30032 -2.552543,0.9009 m -0.750722,6.7567 c -0.750756,-0.60059 -1.651649,-1.05104 -2.552544,-1.05104 m 7.057013,-24.32413 c 0.150031,-0.75075 -0.15003,-1.50149 -0.750757,-1.80178 -0.750756,-0.45046 -1.501478,-0.45046 -2.102097,0 -0.600584,0.3003 -0.900893,1.05103 -0.750721,1.80178 m 3.453402,0 c 0.150031,-0.60059 -0.150031,-1.35134 -0.75072,-1.80178 -0.60062,-0.45046 -1.351342,-0.45046 -1.951961,0 -0.600584,0.45044 -0.900893,1.20119 -0.750721,1.80178 m -8.108043,8.10805 c -0.150031,0.3003 -0.150031,0.60059 0,0.90088 0.15003,0.30032 0.450446,0.45046 0.75072,0.45046 m -0.75072,-1.35134 c -0.150031,0.3003 -0.150031,0.60059 0,0.90088 0.15003,0.30032 0.450446,0.45046 0.75072,0.45046 m -2.252234,14.86474 c -0.300416,0 -0.600584,0.15014 -0.75072,0.45045 m 0.75072,-0.45045 c -0.300416,0 -0.600584,0.15014 -0.75072,0.45045 m 12.912786,-18.16803 c 0,-0.45044 -0.450447,-0.75075 -0.750722,-0.75075 -0.450447,0 -0.750756,0.30032 -0.750756,0.75075 0,0.30031 0.300416,0.75075 0.750756,0.75075 0.300416,0 0.750722,-0.45044 0.750722,-0.75075 m 0.15003,17.71758 c -0.300416,0 -0.450446,0.15014 -0.600619,0.45045 -0.15003,0.3003 0,0.60059 0.150031,0.75074 m -4.654642,-4.65462 c -0.150031,0.30032 -0.300416,0.60059 -0.150031,0.9009 0.150031,0.15014 0.300416,0.45044 0.600584,0.45044 m -8.408318,-0.45044 c 0.150031,0.15014 0.300416,0.45044 0.600585,0.45044 m 12.312202,-15.61549 c 0,-0.45044 -0.450446,-0.75075 -0.750721,-0.75075 -0.450447,0 -0.750756,0.30032 -0.750756,0.75075 0,0.30031 0.300416,0.75075 0.750756,0.75075 0.300417,0 0.750721,-0.45044 0.750721,-0.75075 m -12.912787,15.16505 c 0.150031,0.15014 0.300416,0.45044 0.600585,0.45044 m 7.357287,-1.35134 c -0.150031,0.30032 -0.300416,0.60059 -0.150031,0.9009 0.150031,0.15014 0.300416,0.45044 0.600584,0.45044 m 4.654641,2.10209 c -0.300416,0 -0.450447,0.15014 -0.600619,0.45045 -0.150031,0.3003 0,0.60059 0.150031,0.75074 m 0.600584,3.75374 c 1.201203,1.05104 2.702681,1.80179 4.354332,1.80179 m -4.354332,-1.95196 c 1.201203,1.20121 2.702681,1.80179 4.354332,1.80179 m -2.852854,-3.30327 c 0.750756,0.75074 1.801787,1.20121 2.852854,1.20121 m -2.852854,-1.20121 c 0.750756,0.75074 1.801787,1.20121 2.852854,1.20121 m -1.351342,-10.81075 c 0.600586,0.9009 1.801789,1.35135 3.002957,1.05104 1.201203,-0.3003 1.951961,-1.35134 1.951961,-2.55253 0,-1.20119 -0.750758,-2.25223 -1.951961,-2.55252 -1.201168,-0.30032 -2.402371,0.15012 -3.002957,1.20118 m 0,2.85283 c 0.600586,0.9009 1.801789,1.35135 3.002957,1.05104 1.201203,-0.3003 1.951961,-1.35134 1.951961,-2.55253 0,-1.20119 -0.750758,-2.25223 -1.951961,-2.55252 -1.201168,-0.30032 -2.402371,0.15012 -3.002957,1.20118 m 5.105054,-5.70565 c 0.300417,0 0.600584,-0.15014 0.750757,-0.45046 0.150031,-0.3003 0.150031,-0.60059 0,-0.90088 m -0.750757,1.35134 c 0.300417,0 0.600584,-0.15014 0.750757,-0.45046 0.150031,-0.3003 0.150031,-0.60059 0,-0.90088 m -5.855811,9.90982 c -0.150031,-0.3003 -0.450447,-0.3003 -0.600619,-0.3003 m 0,-2.25224 c 0.150031,0 0.450447,-0.15014 0.600619,-0.30031 m -0.600619,0.30031 c 0.150031,0 0.450447,-0.15014 0.600619,-0.30031 m 0,2.85284 c -0.150031,-0.30032 -0.450447,-0.30032 -0.600619,-0.30032 m 12.762686,2.10209 c -0.15003,-0.15014 -0.450446,-0.15014 -0.600618,-0.15014 -0.150031,0.15014 -0.300418,0.30031 -0.300418,0.6006 m 0,6.00595 c 0,0.30032 0.150031,0.45046 0.300418,0.6006 0.150029,0 0.450445,0 0.600618,-0.15014 m -0.900893,-0.45044 c 0,0.3003 0.150031,0.45044 0.300416,0.60059 0.150031,0 0.450447,0 0.600619,-0.15014 m 0,-6.90685 c -0.150031,-0.15014 -0.450447,-0.15014 -0.600619,-0.15014 -0.150031,0.15014 -0.300416,0.30031 -0.300416,0.6006 m -7.657598,7.057 c -0.300416,0 -0.450445,0.15014 -0.450445,0.45045 m 5.405361,0 c 0,-0.30031 -0.150031,-0.45045 -0.450447,-0.45045 m 0,5.40535 c 0.300416,0 0.450447,-0.15004 0.450447,-0.45045 m -5.405361,0 c 0,0.30041 0.150029,0.45045 0.450445,0.45045 m -0.450445,-1.35135 c 0,-0.15002 -0.150032,-0.30042 -0.450448,-0.30042 m 0.600584,1.20118 c 0,0.15002 0.150031,0.45044 0.300416,0.45044 m 4.504469,0 c 0.150031,0 0.450447,-0.30042 0.450447,-0.45044 m 0,-4.50446 c 0,-0.3003 -0.300416,-0.45044 -0.450447,-0.45044 m -4.504469,0 c -0.150031,0 -0.300416,0.15014 -0.300416,0.45044 m -0.600584,1.05106 c 0.300416,0 0.450448,-0.15004 0.450448,-0.45046 m 8.108043,-3.60357 c 0,-0.15014 -0.150031,-0.30032 -0.450447,-0.30032 m 0,-2.25223 c 0.300416,0 0.450447,-0.30031 0.450447,-0.45044 m -0.450447,0.45044 c 0.300416,0 0.450447,-0.30031 0.450447,-0.45044 m 0,3.00297 c 0,-0.15014 -0.150031,-0.30032 -0.450447,-0.30032 m -8.108044,4.35432 c 0.300416,0 0.450448,-0.15002 0.450448,-0.45044 m 0,3.00296 c 0,-0.15004 -0.150032,-0.30042 -0.450448,-0.30042 m 13.663543,-7.50745 c 0.150032,-0.15013 0.150032,-0.15013 0.150032,-0.3003 0,0 0,-0.15014 -0.150032,-0.15014 m 0,0.45044 c 0.150032,-0.15013 0.150032,-0.15013 0.150032,-0.3003 0,0 0,-0.15014 -0.150032,-0.15014 M 31.606142,201.57467 c -0.150029,-0.15014 -0.450445,-0.30031 -0.75072,-0.30031 -0.300416,0 -0.60062,0.15014 -0.750756,0.30031 m 1.501476,0 c -0.150029,-0.15014 -0.450445,-0.30031 -0.75072,-0.30031 -0.300416,0 -0.60062,0.15014 -0.750756,0.30031 m 45.945582,37.98768 c 0.450447,-0.30042 0.750756,-0.9009 1.051031,-1.35134 m -2.102418,1.35144 c 0.450448,-0.3004 0.900895,-0.75075 1.20117,-1.35133 m -21.020832,-1.20119 c 0,0.6006 0.450447,1.20119 1.051031,1.20119 m 0,-33.78351 c -0.600584,0 -1.051031,0.45044 -1.051031,1.05103 m -1.500094,34.23605 v -17.41727 m 0,-1.05105 v -18.16801 m 33.333069,19.21906 v 17.41727 m 0,-36.63633 v 18.16801 m 0,0 v 1.05105 m -33.333212,-5.25522 1.501514,-0.15013 m 14.264127,-13.66356 -9.309211,-0.15014 m 10.059969,0.75075 -0.150031,-0.15014 -0.150031,-0.3003 -0.150031,-0.15014 h -0.300417 m 0,-0.15014 v 0.15014 m -15.765923,15.01511 h 1.501513 m 27.627396,19.96981 -1.201203,-1.05104 m 1.201203,-32.73247 -1.201203,1.20119 m -27.928381,15.61335 v 1.05104 m 46.245891,-0.6006 H 88.062389 M 40.01471,80.705063 H 29.203984 m 10.810726,-5.85581 v 5.85581 M 29.203984,74.849253 H 40.01471 m -10.810726,5.85581 v -5.85581", + "fill": { + "paint": "transparent" + }, + "id": "path313", + "name": "path313", + "stroke": { + "dasharray": "none", + "linecap": "round", + "linejoin": "round", + "miterlimit": "10", + "opacity": "1", + "paint": "#000000", + "width": "0.15015" + }, + "type": "path" + }, + { + "d": "m 27.918296,87.912245 v -3.641111 h 0.47797 v 3.209433 h 1.793027 v 0.431678 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path314", + "name": "path314", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 30.846838,84.271141 h 0.477971 v 3.641111 h -0.477971 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path315", + "name": "path315", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 32.169415,87.912245 v -3.641111 h 0.487972 l 1.914399,2.852828 v -2.852828 h 0.459208 v 3.641111 h -0.496733 l -1.904398,-2.86159 v 2.86159 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path316", + "name": "path316", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 35.819915,87.912245 v -3.641111 h 0.47797 v 1.801787 l 1.801787,-1.801787 h 0.658149 l -1.530277,1.47396 1.595363,2.167151 H 38.18476 l -1.295052,-1.848085 -0.591823,0.580577 v 1.267508 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path317", + "name": "path317", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 41.384814,87.480522 v 0.431676 h -2.402372 c 0,-0.112607 0.01774,-0.216463 0.0564,-0.319072 0.0564,-0.160174 0.160317,-0.319073 0.290485,-0.477975 0.141519,-0.160174 0.329146,-0.337834 0.581822,-0.554301 0.394123,-0.319071 0.666909,-0.571814 0.807044,-0.769511 0.13123,-0.187699 0.206426,-0.366615 0.206426,-0.535533 0,-0.17766 -0.0649,-0.319071 -0.186563,-0.440436 -0.132657,-0.121369 -0.29155,-0.187699 -0.497975,-0.187699 -0.215292,0 -0.384121,0.06633 -0.515531,0.197699 -0.132657,0.131373 -0.197559,0.309071 -0.197559,0.534281 l -0.459207,-0.04629 c 0.0376,-0.347836 0.150031,-0.601846 0.356598,-0.788281 0.205361,-0.178937 0.47797,-0.26275 0.824567,-0.26275 0.347943,0 0.629384,0.09386 0.825806,0.290273 0.206426,0.187698 0.310347,0.431678 0.310347,0.713207 0,0.150137 -0.02837,0.290307 -0.09398,0.43168 -0.0564,0.141376 -0.160317,0.291549 -0.29155,0.441687 -0.140106,0.158897 -0.365358,0.365361 -0.694433,0.638133 -0.261401,0.225224 -0.430407,0.384133 -0.515495,0.459205 -0.07519,0.08509 -0.13123,0.158897 -0.187627,0.243985 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path318", + "name": "path318", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 4.5607807,260.73366 3.0780419,-8.02294 h 1.1448798 l 3.2745006,8.02294 H 10.857035 L 9.9185803,258.31253 H 6.5690289 l -0.882131,2.42113 z m 2.3085225,-3.29326 h 2.7214794 l -0.8358449,-2.2247 c -0.2528888,-0.67567 -0.4492055,-1.22873 -0.5718193,-1.66165 -0.1039222,0.50801 -0.2440216,1.0235 -0.4316841,1.53028 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path358", + "name": "path358", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 12.865886,260.73366 v -8.02294 h 1.061068 v 7.07577 h 3.950136 v 0.94717 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path359", + "name": "path359", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 19.097056,260.73366 v -8.02294 h 1.061069 v 7.07577 h 3.950135 v 0.94717 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path360", + "name": "path360", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 25.384549,260.73366 v -8.02294 h 5.799486 v 0.94717 h -4.738417 v 2.4587 h 4.438143 v 0.92967 h -4.438143 v 2.74023 h 4.926116 v 0.94717 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path361", + "name": "path361", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 32.826322,260.73366 v -8.02294 h 1.088592 l 4.214162,6.29625 v -6.29625 h 1.013506 v 8.02294 h -1.089834 l -4.21292,-6.30624 v 6.30624 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path362", + "name": "path362", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 43.993646,260.73366 v -8.02294 h 3.012992 c 0.609346,0 1.097318,0.0838 1.472714,0.24261 0.3666,0.16031 0.656907,0.41415 0.863333,0.75198 0.216357,0.33803 0.319214,0.68444 0.319214,1.0598 0,0.33801 -0.09398,0.66567 -0.281617,0.96722 -0.187628,0.30042 -0.46921,0.5443 -0.844607,0.73195 0.488008,0.14014 0.863369,0.38416 1.126117,0.722 0.253954,0.34793 0.385399,0.75071 0.385399,1.21992 0,0.3754 -0.07519,0.722 -0.235155,1.04104 -0.158897,0.32914 -0.356632,0.57309 -0.591859,0.75076 -0.23409,0.17875 -0.525497,0.31034 -0.872094,0.39539 -0.356632,0.0926 -0.788281,0.14013 -1.295052,0.14013 z m 1.061068,-4.65459 h 1.735462 c 0.46921,0 0.807045,-0.0284 1.013506,-0.094 0.27275,-0.0752 0.469209,-0.21528 0.610586,-0.39416 0.13123,-0.18763 0.205361,-0.42292 0.205361,-0.70443 0,-0.26282 -0.0649,-0.49673 -0.196494,-0.7032 -0.121298,-0.20642 -0.308928,-0.33765 -0.544296,-0.41292 -0.23409,-0.0752 -0.646871,-0.11274 -1.219932,-0.11274 h -1.604086 z m 0,3.70742 h 1.998211 c 0.337658,0 0.581822,-0.0177 0.723233,-0.0387 0.242603,-0.0465 0.44917,-0.12129 0.609345,-0.22415 0.168829,-0.10389 0.300416,-0.24508 0.402884,-0.44169 0.112436,-0.1965 0.160316,-0.42293 0.160316,-0.67567 0,-0.30042 -0.07519,-0.56306 -0.225223,-0.77951 -0.160317,-0.22382 -0.366601,-0.37537 -0.638145,-0.46923 -0.271332,-0.0838 -0.666909,-0.13128 -1.173644,-0.13128 h -1.856835 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path363", + "name": "path363", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 51.529267,260.73366 v -8.02294 h 3.556012 c 0.713232,0 1.258768,0.0752 1.624127,0.21529 0.375361,0.14014 0.66691,0.39412 0.890893,0.75948 0.225222,0.36664 0.337657,0.77076 0.337657,1.21121 0,0.57306 -0.187626,1.05107 -0.553057,1.43642 -0.3666,0.39288 -0.938419,0.63814 -1.707938,0.74948 0.281618,0.13272 0.497974,0.26389 0.638109,0.3954 0.310348,0.2802 0.60938,0.63814 0.882132,1.06984 l 1.398903,2.1859 h -1.34258 l -1.061068,-1.67042 c -0.308929,-0.48796 -0.563059,-0.85332 -0.759482,-1.10735 -0.206426,-0.25288 -0.385398,-0.43164 -0.544296,-0.53553 -0.160317,-0.10246 -0.319214,-0.1777 -0.47797,-0.2153 -0.122725,-0.0284 -0.320279,-0.0375 -0.591859,-0.0375 h -1.228692 v 3.56604 z m 1.061069,-4.4857 h 2.279758 c 0.479212,0 0.863332,-0.0461 1.136119,-0.15003 0.271332,-0.10246 0.47797,-0.26281 0.619347,-0.47925 0.150031,-0.2238 0.215292,-0.45916 0.215292,-0.72195 0,-0.37537 -0.13123,-0.69444 -0.412922,-0.93842 -0.27275,-0.24402 -0.704435,-0.36536 -1.305019,-0.36536 h -2.532505 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path364", + "name": "path364", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 58.717619,260.73366 3.078042,-8.02294 h 1.144879 l 3.284539,8.02294 h -1.211206 l -0.938455,-2.42113 h -3.349551 l -0.88213,2.42113 z m 2.308523,-3.29326 h 2.72148 l -0.835846,-2.2247 c -0.252889,-0.67567 -0.440445,-1.22873 -0.571819,-1.66165 -0.103917,0.50801 -0.244022,1.0235 -0.431684,1.53028 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path365", + "name": "path365", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 67.06965,260.73366 v -8.02294 h 2.758969 c 0.628143,0 1.097351,0.0361 1.426426,0.1113 0.46045,0.10389 0.854607,0.30149 1.182441,0.57307 0.422924,0.3566 0.731958,0.81581 0.948422,1.3701 0.206424,0.56306 0.308928,1.19117 0.308928,1.9144 0,0.60058 -0.06633,1.14488 -0.206426,1.61409 -0.15003,0.46925 -0.329145,0.86337 -0.553056,1.17244 -0.216356,0.30149 -0.460448,0.54554 -0.733236,0.7232 -0.262819,0.17875 -0.580544,0.30893 -0.95594,0.40415 -0.366599,0.0926 -0.798284,0.14014 -1.286256,0.14014 z m 1.061067,-0.94717 h 1.707938 c 0.534259,0 0.947181,-0.0575 1.247491,-0.15003 0.300416,-0.10389 0.54426,-0.23516 0.721956,-0.41288 0.245086,-0.25396 0.441686,-0.59186 0.583063,-1.02351 0.140091,-0.42169 0.215292,-0.93846 0.215292,-1.53904 0,-0.84461 -0.141519,-1.48272 -0.412922,-1.93316 -0.281618,-0.45044 -0.609345,-0.75076 -1.003468,-0.91093 -0.291549,-0.10246 -0.741996,-0.1589 -1.380141,-0.1589 h -1.679138 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path366", + "name": "path366", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 75.112005,260.73366 v -8.02294 h 1.061069 v 7.07577 h 3.950135 v 0.94717 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path367", + "name": "path367", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 81.408863,260.73366 v -8.02294 h 5.79076 v 0.94717 h -4.729692 v 2.4587 h 4.428142 v 0.92967 h -4.428142 v 2.74023 h 4.917356 v 0.94717 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path368", + "name": "path368", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 91.112269,260.73366 v -3.3971 l -3.086803,-4.62584 h 1.285015 l 1.586567,2.42113 c 0.290484,0.45044 0.563058,0.9009 0.815804,1.3501 0.235156,-0.41164 0.525534,-0.8909 0.873372,-1.41639 l 1.547798,-2.35484 h 1.23873 l -3.199415,4.62584 v 3.3971 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path369", + "name": "path369", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 21.508827,284.75746 h -0.985983 v -6.2775 c -0.23409,0.22381 -0.543018,0.45046 -0.928417,0.67567 -0.38412,0.22382 -0.731958,0.40292 -1.041028,0.51553 v -0.95721 c 0.553057,-0.25289 1.031026,-0.57181 1.445189,-0.93842 0.412886,-0.37536 0.703193,-0.73195 0.882132,-1.07983 h 0.628107 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path370", + "name": "path370", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 24.098896,277.7756 v -0.93841 h 5.190142 v 0.76075 c -0.516773,0.54303 -1.023508,1.26625 -1.521518,2.16715 -0.496733,0.9009 -0.890857,1.83055 -1.162401,2.77773 -0.197558,0.67567 -0.320279,1.40767 -0.376603,2.21471 h -1.013505 c 0.0107,-0.63815 0.141519,-1.39763 0.375361,-2.28976 0.235155,-0.9009 0.57306,-1.75426 1.014747,-2.59008 0.449206,-0.82583 0.918415,-1.52903 1.416424,-2.10209 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path371", + "name": "path371", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 30.255015,282.646 1.041029,-0.0852 c 0.07519,0.49801 0.253953,0.87337 0.526775,1.12612 0.280199,0.25395 0.618105,0.37663 1.012264,0.37663 0.470451,0 0.87337,-0.17875 1.202445,-0.53553 0.327726,-0.35659 0.496733,-0.82584 0.496733,-1.41766 0,-0.56182 -0.158899,-1.00351 -0.479212,-1.33131 -0.317796,-0.32914 -0.730752,-0.48924 -1.238729,-0.48924 -0.317796,0 -0.600619,0.0762 -0.853367,0.21635 -0.262819,0.14156 -0.459207,0.32914 -0.610586,0.56306 l -0.919691,-0.12129 0.779521,-4.11031 h 3.988973 v 0.92842 h -3.200691 l -0.431649,2.15839 c 0.479212,-0.33802 0.984705,-0.50678 1.510238,-0.50678 0.704437,0 1.296294,0.24402 1.774264,0.73199 0.477971,0.48798 0.723199,1.10737 0.723199,1.87688 0,0.72321 -0.216355,1.3513 -0.63811,1.88684 -0.516772,0.64691 -1.211206,0.97599 -2.103338,0.97599 -0.731994,0 -1.322577,-0.20644 -1.783025,-0.61935 -0.469209,-0.40416 -0.731995,-0.94846 -0.797043,-1.62413 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path372", + "name": "path372", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 41.591274,278.69523 -0.97598,0.0752 c -0.08512,-0.3854 -0.215292,-0.6569 -0.37536,-0.83584 -0.262821,-0.27134 -0.591823,-0.41293 -0.984741,-0.41293 -0.310348,0 -0.581821,0.0852 -0.825808,0.26282 -0.310347,0.22523 -0.554298,0.5543 -0.731958,0.98598 -0.179115,0.43165 -0.272751,1.04103 -0.272751,1.83932 0.235155,-0.3566 0.525533,-0.62811 0.863369,-0.80705 0.347943,-0.16883 0.703193,-0.26281 1.078554,-0.26281 0.656907,0 1.219966,0.24402 1.680415,0.73199 0.459208,0.47921 0.684431,1.10735 0.684431,1.87686 0,0.49798 -0.102504,0.96719 -0.317796,1.39888 -0.216355,0.43044 -0.516772,0.76827 -0.892133,0.99474 -0.385398,0.23409 -0.817081,0.34653 -1.295052,0.34653 -0.817047,0 -1.491476,-0.30042 -2.008249,-0.9109 -0.516772,-0.59934 -0.778279,-1.59533 -0.778279,-2.98423 0,-1.54776 0.290484,-2.67387 0.862126,-3.37834 0.497975,-0.60936 1.173645,-0.91843 2.018251,-0.91843 0.629384,0 1.14488,0.1777 1.54904,0.5343 0.402884,0.34794 0.646871,0.8446 0.721957,1.46395 z m -4.016496,3.45343 c 0,0.33801 0.07519,0.65688 0.216357,0.96719 0.140106,0.30892 0.346525,0.54305 0.600619,0.71194 0.261401,0.16033 0.534259,0.23516 0.815805,0.23516 0.422924,0 0.778281,-0.16031 1.069794,-0.498 0.300416,-0.33802 0.450447,-0.78705 0.450447,-1.37011 0,-0.5443 -0.141519,-0.98474 -0.441687,-1.30381 -0.29013,-0.31921 -0.665632,-0.47921 -1.116079,-0.47921 -0.440445,0 -0.817082,0.16031 -1.126117,0.47921 -0.319215,0.31921 -0.469246,0.74199 -0.469246,1.25753 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path373", + "name": "path373", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 42.604745,281.36041 h 3.021753 v 0.98471 h -3.021753 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path374", + "name": "path374", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 46.865262,284.75746 v -8.02296 h 5.799487 v 0.94718 h -4.738418 v 2.4587 h 4.438143 v 0.92966 h -4.438143 v 2.74024 h 4.926115 v 0.94718 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path375", + "name": "path375", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 54.307035,284.75746 v -8.02296 h 1.088592 l 4.204158,6.29625 v -6.29625 h 1.023508 v 8.02296 H 59.53346 l -4.212919,-6.30626 v 6.30626 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path376", + "name": "path376", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 65.15525,284.75746 v -1.92441 h -3.472201 v -0.89964 l 3.659898,-5.19891 h 0.798285 v 5.19891 h 1.088592 v 0.89964 h -1.088592 v 1.92441 z m 0,-2.82405 v -3.62358 l -2.506222,3.62358 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path377", + "name": "path377", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 70.673224,284.75746 v -7.07578 h -2.646358 v -0.94718 h 6.353783 v 0.94718 h -2.646356 v 7.07578 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path378", + "name": "path378", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "m 75.487402,284.75746 v -8.02296 h 3.556011 c 0.713231,0 1.258769,0.0752 1.63413,0.21529 0.365359,0.14014 0.665668,0.39412 0.890892,0.75949 0.225223,0.36663 0.327727,0.77075 0.327727,1.2112 0,0.57306 -0.177697,1.05107 -0.553057,1.43643 -0.3666,0.39289 -0.928417,0.63815 -1.699178,0.74947 0.281618,0.13272 0.489214,0.26389 0.638109,0.39541 0.310347,0.28019 0.60062,0.63815 0.882131,1.06983 l 1.390144,2.18591 H 81.22049 l -1.059826,-1.67041 c -0.310348,-0.48797 -0.563058,-0.85334 -0.769484,-1.10736 -0.196494,-0.25289 -0.375396,-0.43165 -0.534294,-0.53554 -0.160316,-0.10246 -0.319215,-0.17769 -0.487973,-0.21528 -0.112436,-0.0284 -0.310346,-0.0377 -0.591859,-0.0377 h -1.22869 v 3.56606 z m 1.061069,-4.4857 h 2.279757 c 0.487973,0 0.863332,-0.0461 1.14488,-0.15004 0.27275,-0.10246 0.47797,-0.26282 0.619346,-0.47924 0.141519,-0.2238 0.216357,-0.45918 0.216357,-0.72197 0,-0.37535 -0.141519,-0.69442 -0.414163,-0.93841 -0.281618,-0.24403 -0.713196,-0.36537 -1.303777,-0.36537 h -2.542507 z", + "fill": { + "opacity": "1", + "paint": "#000000", + "rule": "nonzero" + }, + "id": "path379", + "name": "path379", + "stroke": { + "paint": "transparent", + "width": "1.25124" + }, + "type": "path" + }, + { + "d": "M 99.82503,360.73408 H 89.765075", + "fill": { + "paint": "transparent" + }, + "id": "ethernet2", + "name": "ethernet2", + "stroke": { + "dasharray": "none", + "linecap": "round", + "linejoin": "round", + "miterlimit": "10", + "opacity": "1", + "paint": "#000000", + "width": "0.15015" + }, + "type": "path" + } + ], + "id": "g1", + "name": "g1", + "type": "group" + } + ], + "id": "g2", + "name": "g2", + "transform": "matrix(2.5938402,0,0,2.5937159,806.10436,0.04236644)", + "type": "group" + } + ], + "id": "layer1", + "name": "layer1", + "type": "group" + } + ], + "preserveAspectRatio": "none", + "viewBox": "0 0 1920 1080" + }, + "type": "ia.shapes.svg" + } + ], + "events": { + "dom": { + "onClick": { + "config": { + "script": "\tsystem.perspective.openDock(\u0027Docked-East-MCM\u0027,params\u003d{\u0027tagProps\u0027:self.view.params.tagProps})" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "root" + }, + "props": { + "direction": "column" + }, + "type": "ia.container.flex" + } +} \ No newline at end of file diff --git a/.resources/603fa77cbecd40d15c7961e36b92065f04cb46be4aa663e372593bdf5f1e5ce6 b/.resources/603fa77cbecd40d15c7961e36b92065f04cb46be4aa663e372593bdf5f1e5ce6 new file mode 100644 index 00000000..7a361459 --- /dev/null +++ b/.resources/603fa77cbecd40d15c7961e36b92065f04cb46be4aa663e372593bdf5f1e5ce6 @@ -0,0 +1,31756 @@ +{ + "custom": {}, + "params": { + "Tab_ID": 12, + "Table": "Statistics" + }, + "propConfig": { + "params.Tab_ID": { + "binding": { + "config": { + "path": "/root/Statistics.props.currentTabIndex" + }, + "type": "property" + }, + "paramDirection": "output", + "persistent": true + }, + "params.Table": { + "binding": { + "config": { + "path": "/root/Statistics.meta.name" + }, + "type": "property" + }, + "paramDirection": "output", + "persistent": true + } + }, + "props": { + "defaultSize": { + "height": 930, + "width": 1920 + } + }, + "root": { + "children": [ + { + "children": [ + { + "children": [ + { + "meta": { + "name": "Hourly_Scanner" + }, + "position": { + "basis": "50%" + }, + "propConfig": { + "custom.mode": { + "binding": { + "config": { + "expression": "{..../Statistics.props.currentTabIndex} + {..../Period_not_Global_0/Period.props.value} + {..../Period_not_Global_0/EndTime.custom.Selected}+{..../Period_not_Global_0/StartTime.custom.Selected} + {this.custom.time} + {..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value}" + }, + "type": "expr" + }, + "onChange": { + "enabled": null, + "script": " db_tag_path \u003d \"[System]Gateway/Database/MariaDB/Available\"\n\t\n if(system.tag.readBlocking([db_tag_path])[0].value):\n path \u003d \"\"\n headers \u003d []\n graph \u003d []\n \n # Mode selection (unchanged)\n if self.parent.parent.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Count\":\n path \u003d \"Statistics-autStand/Hourly Scanner Count\"\n headers \u003d [\"Start Timestamp\",\"Hour\",\"Total (#)\",\"Good Read (#)\",\"No Read (#)\",\"Multi Read (#)\",\"No Code (#)\"]\n self.getSibling(\"Hourly Scanner\").props.series[0].tooltip.text \u003d \"Good Read (#): [bold]{valueY}[/]\"\n self.getSibling(\"Hourly Scanner\").props.series[1].tooltip.text \u003d \"No Read (#): [bold]{valueY}[/]\"\n self.getSibling(\"Hourly Scanner\").props.series[2].tooltip.text \u003d \"Multi Read (#): [bold]{valueY}[/]\"\n self.getSibling(\"Hourly Scanner\").props.series[3].tooltip.text \u003d \"No Code (#): [bold]{valueY}[/]\"\n self.getSibling(\"Hourly Scanner\").props.yAxes[0].value.range.max \u003d \"\"\n elif self.parent.parent.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Percentage\":\n path \u003d \"Statistics-autStand/Hourly Scanner Percent\"\n headers \u003d [\"Start Timestamp\",\"Hour\",\"Total (%)\",\"Good Read (%)\",\"No Read (%)\",\"Multi Read (%)\",\"No Code (%)\"]\n self.getSibling(\"Hourly Scanner\").props.series[0].tooltip.text \u003d \"Good Read (%): [bold]{valueY}[/]%\"\n self.getSibling(\"Hourly Scanner\").props.series[1].tooltip.text \u003d \"No Read (%): [bold]{valueY}[/]%\"\n self.getSibling(\"Hourly Scanner\").props.series[2].tooltip.text \u003d \"Multi Read (%): [bold]{valueY}[/]%\"\n self.getSibling(\"Hourly Scanner\").props.series[3].tooltip.text \u003d \"No Code (%): [bold]{valueY}[/]%\"\n self.getSibling(\"Hourly Scanner\").props.yAxes[0].value.range.max \u003d 100\n else:\n path \u003d \"Statistics-autStand/Hourly Scanner Rate\"\n headers \u003d [\"Start Timestamp\",\"Hour\",\"Total (pph)\",\"Good Read (pph)\",\"No Read (pph)\",\"Multi Read (pph)\",\"No Code (pph)\"]\n self.getSibling(\"Hourly Scanner\").props.series[0].tooltip.text \u003d \"Good Read (pph): [bold]{valueY}[/] pph\"\n self.getSibling(\"Hourly Scanner\").props.series[1].tooltip.text \u003d \"No Read (pph): [bold]{valueY}[/]\"\n self.getSibling(\"Hourly Scanner\").props.series[2].tooltip.text \u003d \"Multi Read (pph): [bold]{valueY}[/] pph\"\n self.getSibling(\"Hourly Scanner\").props.series[3].tooltip.text \u003d \"No Code (pph): [bold]{valueY}[/] pph\"\n self.getSibling(\"Hourly Scanner\").props.yAxes[0].value.range.max \u003d \"\"\n \n params \u003d {\n \"starttime\": self.parent.parent.parent.getChild(\"Period_not_Global_0\").custom.StartDate,\n \"endtime\": self.parent.parent.parent.getChild(\"Period_not_Global_0\").custom.EndDate\n }\n \n # Execute query with error handling\n data \u003d system.dataset.toPyDataSet(system.db.runNamedQuery(path, params))\n \n # Process data (unchanged)\n graph \u003d []\n for row in data: \n dict \u003d {\n \u0027Hour\u0027: row[\u0027Hour\u0027],\n \u0027GoodRead\u0027: row[\u0027GoodRead\u0027],\n \u0027NoRead\u0027: row[\u0027NoRead\u0027],\n \u0027MultiRead\u0027: row[\u0027MultiRead\u0027],\n \u0027NoCode\u0027: row[\u0027NoCode\u0027]\n }\n graph.append(dict)\n \n # Update components\n self.getSibling(\"Hourly Scanner\").props.dataSources.example \u003d graph\n self.props.data \u003d system.dataset.toDataSet(headers, data)\n " + } + }, + "custom.time": { + "binding": { + "config": { + "expression": "now(1000)" + }, + "type": "expr" + } + } + }, + "props": { + "columns": [ + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "justify": "auto", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": false, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY HH:mm:ss", + "editable": false, + "field": "endt", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Start Timestamp" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "date", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY HH:mm:ss", + "editable": false, + "field": "rownumber", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Hour" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Total_count", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Total (#)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "GoodRead_count", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Good Read (#)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "NoRead_count", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "No Read (#)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "MultiLabelRead_count", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Multi Read (#)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "NoCode_count", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "No Code (#)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + } + ], + "data": { + "$": [ + "ds", + 192, + 1755877828863 + ], + "$columns": [ + { + "data": [], + "name": "Start Timestamp", + "type": "String" + }, + { + "data": [], + "name": "Hour", + "type": "String" + }, + { + "data": [], + "name": "Total (#)", + "type": "String" + }, + { + "data": [], + "name": "Good Read (#)", + "type": "String" + }, + { + "data": [], + "name": "No Read (#)", + "type": "String" + }, + { + "data": [], + "name": "Multi Read (#)", + "type": "String" + }, + { + "data": [], + "name": "No Code (#)", + "type": "String" + } + ] + }, + "filter": { + "enabled": true, + "results": { + "enabled": true + } + }, + "pager": { + "bottom": false + }, + "rows": { + "data": {} + }, + "virtualized": false + }, + "type": "ia.display.table" + }, + { + "meta": { + "name": "Hourly Scanner" + }, + "position": { + "basis": "50%" + }, + "props": { + "dataSources": { + "example": [] + }, + "series": [ + { + "candlestick": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "stacked": false, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + } + }, + "high": { + "x": "", + "y": "" + }, + "low": { + "x": "", + "y": "" + }, + "open": { + "x": "", + "y": "" + } + }, + "column": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "height": null, + "stacked": true, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "width": null + }, + "open": { + "x": "", + "y": "" + } + }, + "data": { + "source": "example", + "x": "Hour", + "y": "GoodRead" + }, + "defaultState": { + "visible": true + }, + "hiddenInLegend": false, + "label": { + "text": "Good Read" + }, + "line": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": false, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "name": "GoodRead", + "render": "column", + "stepLine": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": true, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "Good Read (#): [bold]{valueY}[/]" + }, + "visible": true, + "xAxis": "Hour", + "yAxis": "Reads", + "zIndex": 0 + }, + { + "candlestick": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "stacked": false, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + } + }, + "high": { + "x": "", + "y": "" + }, + "low": { + "x": "", + "y": "" + }, + "open": { + "x": "", + "y": "" + } + }, + "column": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "#FF0000", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "height": null, + "stacked": true, + "stroke": { + "color": "#FF0000", + "opacity": 1, + "width": 1 + }, + "width": null + }, + "open": { + "x": "", + "y": "" + } + }, + "data": { + "source": "example", + "x": "Hour", + "y": "NoRead" + }, + "defaultState": { + "visible": true + }, + "hiddenInLegend": false, + "label": { + "text": "No Read" + }, + "line": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": false, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "name": "NoRead", + "render": "column", + "stepLine": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": true, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "No Read (#): [bold]{valueY}[/]" + }, + "visible": true, + "xAxis": "Hour", + "yAxis": "Reads", + "zIndex": 0 + }, + { + "candlestick": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "stacked": false, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + } + }, + "high": { + "x": "", + "y": "" + }, + "low": { + "x": "", + "y": "" + }, + "open": { + "x": "", + "y": "" + } + }, + "column": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "#FF8C00", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "height": null, + "stacked": true, + "stroke": { + "color": "#FF8C00", + "opacity": 1, + "width": 1 + }, + "width": null + }, + "open": { + "x": "", + "y": "" + } + }, + "data": { + "source": "example", + "x": "Hour", + "y": "MultiRead" + }, + "defaultState": { + "visible": true + }, + "hiddenInLegend": false, + "label": { + "text": "MultiRead" + }, + "line": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": false, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "name": "MultiRead", + "render": "column", + "stepLine": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": true, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "Multi Read (#): [bold]{valueY}[/]" + }, + "visible": true, + "xAxis": "Hour", + "yAxis": "Reads", + "zIndex": 0 + }, + { + "candlestick": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "stacked": false, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + } + }, + "high": { + "x": "", + "y": "" + }, + "low": { + "x": "", + "y": "" + }, + "open": { + "x": "", + "y": "" + } + }, + "column": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "#00FF00", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "height": null, + "stacked": true, + "stroke": { + "color": "#00FF00", + "opacity": 1, + "width": 1 + }, + "width": null + }, + "open": { + "x": "", + "y": "" + } + }, + "data": { + "source": "example", + "x": "Hour", + "y": "NoCode" + }, + "defaultState": { + "visible": true + }, + "hiddenInLegend": false, + "label": { + "text": "No Code" + }, + "line": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": false, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "name": "NoCode", + "render": "column", + "stepLine": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": true, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "No Code (#): [bold]{valueY}[/]" + }, + "visible": true, + "xAxis": "Hour", + "yAxis": "Reads", + "zIndex": 0 + } + ], + "xAxes": [ + { + "appearance": { + "font": { + "size": "", + "weight": 500 + }, + "grid": { + "color": "", + "dashArray": "", + "minDistance": 60, + "opacity": 1, + "position": 0.5 + }, + "inside": false, + "labels": { + "color": "", + "horizontalCenter": "middle", + "opacity": 1, + "rotation": 0, + "verticalCenter": "middle" + }, + "opposite": false + }, + "category": { + "break": { + "enabled": false, + "endCategory": "", + "size": 0.05, + "startCategory": "" + } + }, + "date": { + "baseInterval": { + "count": 1, + "enabled": false, + "skipEmptyPeriods": false, + "timeUnit": "hour" + }, + "break": { + "enabled": false, + "endDate": "", + "size": 0.05, + "startDate": "" + }, + "format": "M/d", + "inputFormat": "yyyy-MM-dd kk:mm:ss", + "range": { + "max": "", + "min": "", + "useStrict": true + } + }, + "inversed": false, + "label": { + "color": "", + "enabled": true, + "text": "Hour" + }, + "name": "Hour", + "render": "category", + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "" + }, + "value": { + "break": { + "enabled": false, + "endValue": 100, + "size": 0.05, + "startValue": 0 + }, + "format": "#,###.##", + "logarithmic": false, + "range": { + "max": "", + "min": "", + "useStrict": false + } + }, + "visible": true + } + ], + "yAxes": [ + { + "appearance": { + "font": { + "size": "", + "weight": 500 + }, + "grid": { + "color": "", + "dashArray": "", + "minDistance": null, + "opacity": 1, + "position": 0.5 + }, + "inside": false, + "labels": { + "color": "", + "horizontalCenter": "middle", + "opacity": 1, + "rotation": 0, + "verticalCenter": "middle" + }, + "opposite": false + }, + "category": { + "break": { + "enabled": false, + "endCategory": "", + "size": 0.05, + "startCategory": "" + } + }, + "date": { + "baseInterval": { + "count": 1, + "enabled": false, + "skipEmptyPeriods": false, + "timeUnit": "hour" + }, + "break": { + "enabled": false, + "endDate": "", + "size": 0.05, + "startDate": "" + }, + "format": "M/d/yyyy HH:mm:ss", + "inputFormat": "yyyy-MM-dd kk:mm:ss", + "range": { + "max": "", + "min": "", + "useStrict": false + } + }, + "inversed": false, + "label": { + "color": "", + "enabled": true, + "text": "" + }, + "name": "Reads", + "render": "value", + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "" + }, + "value": { + "break": { + "enabled": false, + "endValue": 100, + "size": 0.05, + "startValue": 0 + }, + "format": "#,###.##", + "logarithmic": false, + "range": { + "max": "", + "min": "", + "useStrict": false + } + }, + "visible": true + } + ] + }, + "type": "ia.chart.xy" + } + ], + "meta": { + "name": "Hourly_Scanner" + }, + "position": { + "tabIndex": 6 + }, + "props": { + "direction": "column", + "style": { + "fontSize": "1.5vmin" + } + }, + "type": "ia.container.flex" + }, + { + "children": [ + { + "meta": { + "name": "Hourly_Induct" + }, + "position": { + "basis": "50%" + }, + "propConfig": { + "custom.mode": { + "binding": { + "config": { + "expression": "{..../Statistics.props.currentTabIndex} + {..../Period_not_Global_0/Period.props.value} + {..../Period_not_Global_0/EndTime.custom.Selected}+{..../Period_not_Global_0/StartTime.custom.Selected} + {this.custom.time} + {..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value}" + }, + "type": "expr" + }, + "onChange": { + "enabled": null, + "script": " db_tag_path \u003d \"[System]Gateway/Database/MariaDB/Available\"\n\t\n if(system.tag.readBlocking([db_tag_path])[0].value):\n\t path \u003d \"\"\n\t headers \u003d []\n\t rows \u003d []\n\t\n\t # Define the appropriate path based on the selected aggregation mode\n\t mode \u003d self.parent.parent.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value\n\t if mode \u003d\u003d \"Count\":\n\t path \u003d \"Statistics-autStand/Hourly Induct Count\"\n\t headers \u003d [\"Start Timestamp\", \"Hour\", \"Total (#)\"]\n\t self.getSibling(\"Hourly Induct\").props.series[0].tooltip.text \u003d \"Total (#): [bold]{valueY}[/]\"\n\t self.getSibling(\"Hourly Induct\").props.yAxes[0].value.range.max \u003d \"\"\n\t elif mode \u003d\u003d \"Percentage\":\n\t path \u003d \"Statistics-autStand/Hourly Induct Percent\"\n\t headers \u003d [\"Start Timestamp\", \"Hour\", \"Total (%)\"]\n\t self.getSibling(\"Hourly Induct\").props.series[0].tooltip.text \u003d \"Total (%): [bold]{valueY}[/]%\"\n\t self.getSibling(\"Hourly Induct\").props.yAxes[0].value.range.max \u003d 100\n\t else:\n\t path \u003d \"Statistics-autStand/Hourly Induct Rate\"\n\t headers \u003d [\"Start Timestamp\", \"Hour\", \"Total (pph)\"]\n\t self.getSibling(\"Hourly Induct\").props.series[0].tooltip.text \u003d \"Total (pph): [bold]{valueY}[/] pph\"\n\t self.getSibling(\"Hourly Induct\").props.yAxes[0].value.range.max \u003d \"\"\n\t\n\t # Fetch the data from the database\n\t params \u003d {\n\t \"starttime\": self.parent.parent.parent.getChild(\"Period_not_Global_0\").custom.StartDate, \n\t \"endtime\": self.parent.parent.parent.getChild(\"Period_not_Global_0\").custom.EndDate\n\t }\n\t data \u003d system.dataset.toPyDataSet(system.db.runNamedQuery(path, params))\n\t\n\t # Prepare the rows for the dataset without \u0027SingleCarrier\u0027 and \u0027DoubleCarrier\u0027\n\t for row in data:\n\t row_data \u003d [row[\u0027StartTimestamp\u0027], row[\u0027Hour\u0027]]\n\t \n\t if mode \u003d\u003d \"Count\":\n\t row_data.append(row[\u0027Total_count\u0027])\n\t elif mode \u003d\u003d \"Percentage\":\n\t row_data.append(row[\u0027Total_percentage\u0027])\n\t else:\n\t row_data.append(row[\u0027Total_pph\u0027])\n\t\n\t if \u0027SingleCarrier\u0027 in row and row[\u0027SingleCarrier\u0027] is not None:\n\t row_data.append(row[\u0027SingleCarrier\u0027])\n\t headers.append(\"Single Carrier (#)\")\n\t if \u0027DoubleCarrier\u0027 in row and row[\u0027DoubleCarrier\u0027] is not None:\n\t row_data.append(row[\u0027DoubleCarrier\u0027])\n\t headers.append(\"Double Carrier (#)\")\n\t\n\t rows.append(row_data)\n\t\n\t # Filter headers and rows to exclude unwanted columns\n\t filtered_headers \u003d [h for h in headers if h not in [\"Single Carrier (#)\", \"Double Carrier (#)\"]]\n\t filtered_rows \u003d [\n\t [val for idx, val in enumerate(r) if headers[idx] not in [\"Single Carrier (#)\", \"Double Carrier (#)\"]]\n\t for r in rows\n\t ]\n\t\n\t dataset \u003d system.dataset.toDataSet(filtered_headers, filtered_rows)\n\t\n\t # Update the dataset and chart data\n\t self.props.data \u003d dataset\n\t self.getSibling(\"Hourly Induct\").props.dataSources.example \u003d dataset\n\t" + } + }, + "custom.time": { + "binding": { + "config": { + "expression": "now(1000)" + }, + "type": "expr" + } + } + }, + "props": { + "columns": [ + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY HH:mm:ss", + "editable": false, + "field": "StartTimestamp", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "justify": "auto", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY hh:mm:ss", + "editable": false, + "field": "", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "date", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY HH:mm:ss", + "editable": false, + "field": "", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + } + ], + "data": { + "$": [ + "ds", + 192, + 1755877828583 + ], + "$columns": [ + { + "data": [], + "name": "Start Timestamp", + "type": "String" + }, + { + "data": [], + "name": "Hour", + "type": "String" + }, + { + "data": [], + "name": "Total (#)", + "type": "String" + } + ] + }, + "filter": { + "enabled": true, + "results": { + "enabled": true + } + }, + "pager": { + "bottom": false + }, + "rows": { + "data": {} + }, + "style": { + "fontFamily": "Arial" + }, + "virtualized": false + }, + "type": "ia.display.table" + }, + { + "meta": { + "name": "Hourly Induct" + }, + "position": { + "basis": "50%" + }, + "props": { + "dataSources": { + "example": { + "$": [ + "ds", + 192, + 1755877828583 + ], + "$columns": [ + { + "data": [], + "name": "Start Timestamp", + "type": "String" + }, + { + "data": [], + "name": "Hour", + "type": "String" + }, + { + "data": [], + "name": "Total (#)", + "type": "String" + } + ] + } + }, + "selection": { + "enabled": true + }, + "series": [ + { + "candlestick": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "stacked": false, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + } + }, + "high": { + "x": "", + "y": "" + }, + "low": { + "x": "", + "y": "" + }, + "open": { + "x": "", + "y": "" + } + }, + "column": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "height": null, + "stacked": true, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "width": null + }, + "open": { + "x": "", + "y": "" + } + }, + "data": { + "source": "example", + "x": "Hour", + "y": "SingleCarrier" + }, + "defaultState": { + "visible": true + }, + "hiddenInLegend": true, + "label": { + "text": "" + }, + "line": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": false, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "name": "", + "render": "column", + "stepLine": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": true, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "Total (#): [bold]{valueY}[/]" + }, + "visible": false, + "xAxis": "Hour", + "yAxis": "Carriers", + "zIndex": 0 + }, + { + "candlestick": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "stacked": false, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + } + }, + "high": { + "x": "", + "y": "" + }, + "low": { + "x": "", + "y": "" + }, + "open": { + "x": "", + "y": "" + } + }, + "column": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "#FF0000", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "height": null, + "stacked": true, + "stroke": { + "color": "#FF0000", + "opacity": 1, + "width": 1 + }, + "width": null + }, + "open": { + "x": "", + "y": "" + } + }, + "data": { + "source": "example", + "x": "Hour", + "y": "DoubleCarrier" + }, + "defaultState": { + "visible": true + }, + "hiddenInLegend": true, + "label": { + "text": "Double Carrier" + }, + "line": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": false, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "name": "NoRead", + "render": "column", + "stepLine": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": true, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "Total (#): [bold]{valueY}[/]" + }, + "visible": false, + "xAxis": "Hour", + "yAxis": "Carriers", + "zIndex": 0 + } + ], + "xAxes": [ + { + "appearance": { + "font": { + "size": "", + "weight": 500 + }, + "grid": { + "color": "", + "dashArray": "", + "minDistance": 60, + "opacity": 1, + "position": 0.5 + }, + "inside": false, + "labels": { + "color": "", + "horizontalCenter": "middle", + "opacity": 1, + "rotation": 0, + "verticalCenter": "middle" + }, + "opposite": false + }, + "category": { + "break": { + "enabled": false, + "endCategory": "", + "size": 0.05, + "startCategory": "" + } + }, + "date": { + "baseInterval": { + "count": 1, + "enabled": false, + "skipEmptyPeriods": false, + "timeUnit": "hour" + }, + "break": { + "enabled": false, + "endDate": "", + "size": 0.05, + "startDate": "" + }, + "format": "M/d", + "inputFormat": "yyyy-MM-dd kk:mm:ss", + "range": { + "max": "", + "min": "", + "useStrict": true + } + }, + "inversed": false, + "label": { + "color": "", + "enabled": true, + "text": "Hour" + }, + "name": "Hour", + "render": "category", + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "" + }, + "value": { + "break": { + "enabled": false, + "endValue": 100, + "size": 0.05, + "startValue": 0 + }, + "format": "#,###.##", + "logarithmic": false, + "range": { + "max": "", + "min": "", + "useStrict": false + } + }, + "visible": true + } + ], + "yAxes": [ + { + "appearance": { + "font": { + "size": "", + "weight": 500 + }, + "grid": { + "color": "", + "dashArray": "", + "minDistance": null, + "opacity": 1, + "position": 0.5 + }, + "inside": false, + "labels": { + "color": "", + "horizontalCenter": "middle", + "opacity": 1, + "rotation": 0, + "verticalCenter": "middle" + }, + "opposite": false + }, + "category": { + "break": { + "enabled": false, + "endCategory": "", + "size": 0.05, + "startCategory": "" + } + }, + "date": { + "baseInterval": { + "count": 1, + "enabled": false, + "skipEmptyPeriods": false, + "timeUnit": "hour" + }, + "break": { + "enabled": false, + "endDate": "", + "size": 0.05, + "startDate": "" + }, + "format": "M/d/yyyy HH:mm:ss", + "inputFormat": "yyyy-MM-dd kk:mm:ss", + "range": { + "max": "", + "min": "", + "useStrict": false + } + }, + "inversed": false, + "label": { + "color": "", + "enabled": true, + "text": "" + }, + "name": "Carriers", + "render": "value", + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "" + }, + "value": { + "break": { + "enabled": false, + "endValue": 100, + "size": 0.05, + "startValue": 0 + }, + "format": "#,###.##", + "logarithmic": false, + "range": { + "max": "", + "min": "", + "useStrict": false + } + }, + "visible": true + } + ] + }, + "type": "ia.chart.xy" + } + ], + "meta": { + "name": "Hourly_Induct" + }, + "position": { + "tabIndex": 5 + }, + "props": { + "direction": "column" + }, + "type": "ia.container.flex" + }, + { + "children": [ + { + "meta": { + "name": "Hourly_Sorter_Summary" + }, + "position": { + "basis": "50%" + }, + "propConfig": { + "custom.mode": { + "binding": { + "config": { + "expression": "{..../Statistics.props.currentTabIndex} + {..../Period_not_Global_0/Period.props.value} + {..../Period_not_Global_0/EndTime.custom.Selected}+{..../Period_not_Global_0/StartTime.custom.Selected} + {this.custom.time} + {..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value}" + }, + "type": "expr" + }, + "onChange": { + "enabled": null, + "script": " db_tag_path \u003d \"[System]Gateway/Database/MariaDB/Available\"\n\t\n if(system.tag.readBlocking([db_tag_path])[0].value):\n\t path \u003d \"\"\n\t headers \u003d []\n\t graph \u003d []\n\t\n\t mode \u003d self.parent.parent.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value\n\t\n\t if mode \u003d\u003d \"Count\":\n\t path \u003d \"Statistics-autStand/Hourly Sorter Summary Count\"\n\t headers \u003d [\"Start Timestamp\", \"Hour\", \"Inducted (#)\", \"Sorted (#)\", \"Awcs Recirc (#)\", \"Operational Recirc (#)\", \"Machine Recirc (#)\"]\n\t self.getSibling(\"Hourly Sorter Summary\").props.series[0].tooltip.text \u003d \"Sorted (#): [bold]{valueY}[/]\"\n\t self.getSibling(\"Hourly Sorter Summary\").props.series[1].tooltip.text \u003d \"Awcs Recirc (#): [bold]{valueY}[/]\"\n\t self.getSibling(\"Hourly Sorter Summary\").props.series[2].tooltip.text \u003d \"Operational Recirc (#): [bold]{valueY}[/]\"\n\t self.getSibling(\"Hourly Sorter Summary\").props.series[3].tooltip.text \u003d \"Machine Recirc (#): [bold]{valueY}[/]\"\n\t self.getSibling(\"Hourly Sorter Summary\").props.yAxes[0].value.range.max \u003d \"\"\n\t elif mode \u003d\u003d \"Percentage\":\n\t path \u003d \"Statistics-autStand/Hourly Sorter Summary Percent\"\n\t headers \u003d [\"Start Timestamp\", \"Hour\", \"Inducted (%)\", \"Sorted (%)\", \"Awcs Recirc (%)\", \"Operational Recirc (%)\", \"Machine Recirc (%)\"]\n\t self.getSibling(\"Hourly Sorter Summary\").props.series[0].tooltip.text \u003d \"Sorted (%): [bold]{valueY}[/]%\"\n\t self.getSibling(\"Hourly Sorter Summary\").props.series[1].tooltip.text \u003d \"Awcs Recirc (%): [bold]{valueY}[/]%\"\n\t self.getSibling(\"Hourly Sorter Summary\").props.series[2].tooltip.text \u003d \"Operational Recirc (%): [bold]{valueY}[/]%\"\n\t self.getSibling(\"Hourly Sorter Summary\").props.series[3].tooltip.text \u003d \"Machine Recirc (%): [bold]{valueY}[/]%\"\n\t self.getSibling(\"Hourly Sorter Summary\").props.yAxes[0].value.range.max \u003d 100\n\t else:\n\t path \u003d \"Statistics-autStand/Hourly Sorter Summary Rate\"\n\t headers \u003d [\"Start Timestamp\", \"Hour\", \"Inducted (pph)\", \"Sorted (pph)\", \"Awcs Recirc (pph)\", \"Operational Recirc (pph)\", \"Machine Recirc (pph)\"]\n\t self.getSibling(\"Hourly Sorter Summary\").props.series[0].tooltip.text \u003d \"Sorted (pph): [bold]{valueY}[/] pph\"\n\t self.getSibling(\"Hourly Sorter Summary\").props.series[1].tooltip.text \u003d \"Awcs Recirc (pph): [bold]{valueY}[/] pph\"\n\t self.getSibling(\"Hourly Sorter Summary\").props.series[2].tooltip.text \u003d \"Operational Recirc (pph): [bold]{valueY}[/] pph\"\n\t self.getSibling(\"Hourly Sorter Summary\").props.series[3].tooltip.text \u003d \"Machine Recirc (pph): [bold]{valueY}[/] pph\"\n\t self.getSibling(\"Hourly Sorter Summary\").props.yAxes[0].value.range.max \u003d \"\"\n\t\n\t params \u003d {\n\t \"starttime\": self.parent.parent.parent.getChild(\"Period_not_Global_0\").custom.StartDate,\n\t \"endtime\": self.parent.parent.parent.getChild(\"Period_not_Global_0\").custom.EndDate\n\t }\n\t\n\t data \u003d system.dataset.toPyDataSet(system.db.runNamedQuery(path, params))\n\t\n\t for row in data:\n\t entry \u003d {\n\t \"Hour\": row[\"Hour\"],\n\t \"Sorted\": row[\"Sorted\"],\n\t \"AwcsRecirc\": row[\"AwcsRecirc\"],\n\t \"OperationalRecirc\": row[\"OperationalRecirc\"],\n\t \"MachineRecirc\": row[\"MachineRecirc\"]\n\t }\n\t graph.append(entry)\n\t\n\t self.getSibling(\"Hourly Sorter Summary\").props.dataSources.example \u003d graph\n\t self.props.data \u003d system.dataset.toDataSet(headers, data)\n" + } + }, + "custom.time": { + "binding": { + "config": { + "expression": "now(1000)" + }, + "type": "expr" + } + } + }, + "props": { + "columns": [ + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "justify": "auto", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": false, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY HH:mm:ss", + "editable": false, + "field": "endt", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Start Timestamp" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "date", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY HH:mm:ss", + "editable": false, + "field": "rownumber", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Hour" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Induct_count", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Induct (%)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Sorted_perc", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Sorted (%)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0.##%", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "AWCSRecirc_perc", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "AWCS Recirculate (%)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0.##%", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "OperRecirc_perc", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Operational Recirculate (%)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0.##%", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "MachineRecirc_perc", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Machine Recirculate (%)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0.##%", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + } + ], + "data": { + "$": [ + "ds", + 192, + 1755877828247 + ], + "$columns": [ + { + "data": [], + "name": "Start Timestamp", + "type": "String" + }, + { + "data": [], + "name": "Hour", + "type": "String" + }, + { + "data": [], + "name": "Inducted (#)", + "type": "String" + }, + { + "data": [], + "name": "Sorted (#)", + "type": "String" + }, + { + "data": [], + "name": "Awcs Recirc (#)", + "type": "String" + }, + { + "data": [], + "name": "Operational Recirc (#)", + "type": "String" + }, + { + "data": [], + "name": "Machine Recirc (#)", + "type": "String" + } + ] + }, + "filter": { + "enabled": true, + "results": { + "enabled": true + } + }, + "pager": { + "bottom": false + }, + "rows": { + "data": {} + } + }, + "type": "ia.display.table" + }, + { + "meta": { + "name": "Hourly Sorter Summary" + }, + "position": { + "basis": "50%" + }, + "props": { + "dataSources": { + "example": [] + }, + "series": [ + { + "candlestick": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "stacked": false, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + } + }, + "high": { + "x": "", + "y": "" + }, + "low": { + "x": "", + "y": "" + }, + "open": { + "x": "", + "y": "" + } + }, + "column": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "height": null, + "stacked": true, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "width": null + }, + "open": { + "x": "", + "y": "" + } + }, + "data": { + "source": "example", + "x": "Hour", + "y": "Sorted" + }, + "defaultState": { + "visible": true + }, + "hiddenInLegend": false, + "label": { + "text": "Sorted" + }, + "line": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": false, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "name": "Sorted", + "render": "column", + "stepLine": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": true, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "Sorted (#): [bold]{valueY}[/]" + }, + "visible": true, + "xAxis": "Hour", + "yAxis": "Induct", + "zIndex": 0 + }, + { + "candlestick": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "stacked": false, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + } + }, + "high": { + "x": "", + "y": "" + }, + "low": { + "x": "", + "y": "" + }, + "open": { + "x": "", + "y": "" + } + }, + "column": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "#FF0000", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "height": null, + "stacked": true, + "stroke": { + "color": "#FF0000", + "opacity": 1, + "width": 1 + }, + "width": null + }, + "open": { + "x": "", + "y": "" + } + }, + "data": { + "source": "example", + "x": "Hour", + "y": "AwcsRecirc" + }, + "defaultState": { + "visible": true + }, + "hiddenInLegend": false, + "label": { + "text": "Operational Recirculator" + }, + "line": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": false, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "name": "AwcsRecirc", + "render": "column", + "stepLine": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": true, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "Awcs Recirc (#): [bold]{valueY}[/]" + }, + "visible": true, + "xAxis": "Hour", + "yAxis": "Induct", + "zIndex": 0 + }, + { + "candlestick": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "stacked": false, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + } + }, + "high": { + "x": "", + "y": "" + }, + "low": { + "x": "", + "y": "" + }, + "open": { + "x": "", + "y": "" + } + }, + "column": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "#FF8C00", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "height": null, + "stacked": true, + "stroke": { + "color": "#FF8C00", + "opacity": 1, + "width": 1 + }, + "width": null + }, + "open": { + "x": "", + "y": "" + } + }, + "data": { + "source": "example", + "x": "Hour", + "y": "OperationalRecirc" + }, + "defaultState": { + "visible": true + }, + "hiddenInLegend": false, + "label": { + "text": "AWCS Recirculator" + }, + "line": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": false, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "name": "OperationalRecirc", + "render": "column", + "stepLine": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": true, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "Operational Recirc (#): [bold]{valueY}[/]" + }, + "visible": true, + "xAxis": "Hour", + "yAxis": "Induct", + "zIndex": 0 + }, + { + "candlestick": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "stacked": false, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + } + }, + "high": { + "x": "", + "y": "" + }, + "low": { + "x": "", + "y": "" + }, + "open": { + "x": "", + "y": "" + } + }, + "column": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "#00FF00", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "height": null, + "stacked": true, + "stroke": { + "color": "#00FF00", + "opacity": 1, + "width": 1 + }, + "width": null + }, + "open": { + "x": "", + "y": "" + } + }, + "data": { + "source": "example", + "x": "Hour", + "y": "MachineRecirc" + }, + "defaultState": { + "visible": true + }, + "hiddenInLegend": false, + "label": { + "text": "Machine Recirculator" + }, + "line": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": false, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "name": "MachineRecirc", + "render": "column", + "stepLine": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": true, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "Machine Recirc (#): [bold]{valueY}[/]" + }, + "visible": true, + "xAxis": "Hour", + "yAxis": "Induct", + "zIndex": 0 + } + ], + "xAxes": [ + { + "appearance": { + "font": { + "size": "", + "weight": 500 + }, + "grid": { + "color": "", + "dashArray": "", + "minDistance": 60, + "opacity": 1, + "position": 0.5 + }, + "inside": false, + "labels": { + "color": "", + "horizontalCenter": "middle", + "opacity": 1, + "rotation": 0, + "verticalCenter": "middle" + }, + "opposite": false + }, + "category": { + "break": { + "enabled": false, + "endCategory": "", + "size": 0.05, + "startCategory": "" + } + }, + "date": { + "baseInterval": { + "count": 1, + "enabled": false, + "skipEmptyPeriods": false, + "timeUnit": "hour" + }, + "break": { + "enabled": false, + "endDate": "", + "size": 0.05, + "startDate": "" + }, + "format": "M/d", + "inputFormat": "yyyy-MM-dd kk:mm:ss", + "range": { + "max": "", + "min": "", + "useStrict": true + } + }, + "inversed": false, + "label": { + "color": "", + "enabled": true, + "text": "Hour" + }, + "name": "Hour", + "render": "category", + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "" + }, + "value": { + "break": { + "enabled": false, + "endValue": 100, + "size": 0.05, + "startValue": 0 + }, + "format": "#,###.##", + "logarithmic": false, + "range": { + "max": "", + "min": "", + "useStrict": false + } + }, + "visible": true + } + ], + "yAxes": [ + { + "appearance": { + "font": { + "size": "", + "weight": 500 + }, + "grid": { + "color": "", + "dashArray": "", + "minDistance": null, + "opacity": 1, + "position": 0.5 + }, + "inside": false, + "labels": { + "color": "", + "horizontalCenter": "middle", + "opacity": 1, + "rotation": 0, + "verticalCenter": "middle" + }, + "opposite": false + }, + "category": { + "break": { + "enabled": false, + "endCategory": "", + "size": 0.05, + "startCategory": "" + } + }, + "date": { + "baseInterval": { + "count": 1, + "enabled": false, + "skipEmptyPeriods": false, + "timeUnit": "hour" + }, + "break": { + "enabled": false, + "endDate": "", + "size": 0.05, + "startDate": "" + }, + "format": "M/d/yyyy HH:mm:ss", + "inputFormat": "yyyy-MM-dd kk:mm:ss", + "range": { + "max": "", + "min": "", + "useStrict": false + } + }, + "inversed": false, + "label": { + "color": "", + "enabled": true, + "text": "" + }, + "name": "Induct", + "render": "value", + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "" + }, + "value": { + "break": { + "enabled": false, + "endValue": 100, + "size": 0.05, + "startValue": 0 + }, + "format": "#,###.##", + "logarithmic": false, + "range": { + "max": "", + "min": "", + "useStrict": false + } + }, + "visible": true + } + ] + }, + "type": "ia.chart.xy" + } + ], + "meta": { + "name": "Hourly_Sorter_Summary" + }, + "position": { + "tabIndex": 7 + }, + "props": { + "direction": "column" + }, + "type": "ia.container.flex" + }, + { + "children": [ + { + "meta": { + "name": "Hourly_Sorter_Details" + }, + "position": { + "basis": "50%" + }, + "propConfig": { + "custom.mode": { + "binding": { + "config": { + "expression": "{..../Statistics.props.currentTabIndex} + {..../Period_not_Global_0/Period.props.value} + {..../Period_not_Global_0/EndTime.custom.Selected}+{..../Period_not_Global_0/StartTime.custom.Selected} + {this.custom.time} + {..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value}" + }, + "type": "expr" + }, + "onChange": { + "enabled": null, + "script": " db_tag_path \u003d \"[System]Gateway/Database/MariaDB/Available\"\n\t\n if(system.tag.readBlocking([db_tag_path])[0].value):\n\t path \u003d \"\"\n\t headers \u003d []\n\t graph \u003d []\n\t\n\t if self.parent.parent.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Count\":\n\t path \u003d \"Statistics-autStand/Hourly Sorter Details Count\"\n\t headers \u003d [\"Start Timestamp\",\"Hour\",\"Inducted (#)\",\"Sorted (#)\",\"Dest Inv (#)\",\"Dest None (#)\",\"Dest Dis (#)\",\"Dest Full (#)\",\"Unexpected (#)\",\"Dest Fault (#)\",\"Div Fail (#)\",\"Gap Err (#)\",\"Lost (#)\",\"Track Err (#)\",\"Unknown (#)\",\"Unsafe (#)\"]\n\t self.getSibling(\"Hourly Sorter Details\").props.series[0].tooltip.text \u003d \"Sorted (#): [bold]{valueY}[/]\"\n\t self.getSibling(\"Hourly Sorter Details\").props.series[1].tooltip.text \u003d \"Dest Invalid (#): [bold]{valueY}[/]\"\n\t self.getSibling(\"Hourly Sorter Details\").props.series[2].tooltip.text \u003d \"Dest None (#): [bold]{valueY}[/]\"\n\t self.getSibling(\"Hourly Sorter Details\").props.series[3].tooltip.text \u003d \"Dest Disabled (#): [bold]{valueY}[/]\"\n\t self.getSibling(\"Hourly Sorter Details\").props.series[4].tooltip.text \u003d \"Dest Full (#): [bold]{valueY}[/]\"\n\t self.getSibling(\"Hourly Sorter Details\").props.series[5].tooltip.text \u003d \"Unexpected (#): [bold]{valueY}[/]\"\n\t self.getSibling(\"Hourly Sorter Details\").props.series[6].tooltip.text \u003d \"Dest Fault (#): [bold]{valueY}[/]\"\n\t self.getSibling(\"Hourly Sorter Details\").props.series[7].tooltip.text \u003d \"Div Fail (#): [bold]{valueY}[/]\"\n\t self.getSibling(\"Hourly Sorter Details\").props.series[8].tooltip.text \u003d \"Gap Error (#): [bold]{valueY}[/]\"\n\t self.getSibling(\"Hourly Sorter Details\").props.series[9].tooltip.text \u003d \"Lost (#): [bold]{valueY}[/]\"\n\t self.getSibling(\"Hourly Sorter Details\").props.series[10].tooltip.text \u003d \"Tracking Err (#): [bold]{valueY}[/]\"\n\t self.getSibling(\"Hourly Sorter Details\").props.series[11].tooltip.text \u003d \"Unknown (#): [bold]{valueY}[/]\"\n\t self.getSibling(\"Hourly Sorter Details\").props.series[12].tooltip.text \u003d \"Unsafe (#): [bold]{valueY}[/]\"\n\t self.getSibling(\"Hourly Sorter Details\").props.yAxes[0].value.range.max \u003d \"\"\n\t elif self.parent.parent.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Percentage\":\n\t path \u003d \"Statistics-autStand/Hourly Sorter Details Percent\"\n\t headers \u003d [\"Start Timestamp\",\"Hour\",\"Inducted (%)\",\"Sorted (%)\",\"Dest Inv (%)\",\"Dest None (%)\",\"Dest Dis (%)\",\"Dest Full (%)\",\"Unexpected (%)\",\"Dest Fault (%)\",\"Div Fail (%)\",\"Gap Err (%)\",\"Lost (%)\",\"Track Err (%)\",\"Unknown (%)\",\"Unsafe (%)\"]\n\t self.getSibling(\"Hourly Sorter Details\").props.series[0].tooltip.text \u003d \"Sorted (%): [bold]{valueY}[/]%\"\n\t self.getSibling(\"Hourly Sorter Details\").props.series[1].tooltip.text \u003d \"Dest Invalid (%): [bold]{valueY}[/]%\"\n\t self.getSibling(\"Hourly Sorter Details\").props.series[2].tooltip.text \u003d \"Dest None (%): [bold]{valueY}[/]%\"\n\t self.getSibling(\"Hourly Sorter Details\").props.series[3].tooltip.text \u003d \"Dest Disabled (%): [bold]{valueY}[/]%\"\n\t self.getSibling(\"Hourly Sorter Details\").props.series[4].tooltip.text \u003d \"Dest Full (%): [bold]{valueY}[/]%\"\n\t self.getSibling(\"Hourly Sorter Details\").props.series[5].tooltip.text \u003d \"Unexpected (%): [bold]{valueY}[/]%\"\n\t self.getSibling(\"Hourly Sorter Details\").props.series[6].tooltip.text \u003d \"Dest Fault (%): [bold]{valueY}[/]%\"\n\t self.getSibling(\"Hourly Sorter Details\").props.series[7].tooltip.text \u003d \"Div Fail (%): [bold]{valueY}[/]%\"\n\t self.getSibling(\"Hourly Sorter Details\").props.series[8].tooltip.text \u003d \"Gap Error (%): [bold]{valueY}[/]%\"\n\t self.getSibling(\"Hourly Sorter Details\").props.series[9].tooltip.text \u003d \"Lost (%): [bold]{valueY}[/]%\"\n\t self.getSibling(\"Hourly Sorter Details\").props.series[10].tooltip.text \u003d \"Tracking Err (%): [bold]{valueY}[/]%\"\n\t self.getSibling(\"Hourly Sorter Details\").props.series[11].tooltip.text \u003d \"Unknown (%): [bold]{valueY}[/]%\"\n\t self.getSibling(\"Hourly Sorter Details\").props.series[12].tooltip.text \u003d \"Unsafe (%): [bold]{valueY}[/]%\"\n\t self.getSibling(\"Hourly Sorter Details\").props.yAxes[0].value.range.max \u003d 100\n\t else:\n\t path \u003d \"Statistics-autStand/Hourly Sorter Details Rate\"\n\t headers \u003d [\"Start Timestamp\",\"Hour\",\"Inducted (pph)\",\"Sorted (pph)\",\"Dest Inv (pph)\",\"Dest None (pph)\",\"Dest Dis (pph)\",\"Dest Full (pph)\",\"Unexpected (pph)\",\"Dest Fault (pph)\",\"Div Fail (pph)\",\"Gap Err (pph)\",\"Lost (pph)\",\"Track Err (pph)\",\"Unknown (pph)\",\"Unsafe (pph)\"]\n\t self.getSibling(\"Hourly Sorter Details\").props.series[0].tooltip.text \u003d \"Sorted (pph): [bold]{valueY}[/]pph\"\n\t self.getSibling(\"Hourly Sorter Details\").props.series[1].tooltip.text \u003d \"Dest Invalid (pph): [bold]{valueY}[/]pph\"\n\t self.getSibling(\"Hourly Sorter Details\").props.series[2].tooltip.text \u003d \"Dest None (pph): [bold]{valueY}[/] pph\"\n\t self.getSibling(\"Hourly Sorter Details\").props.series[3].tooltip.text \u003d \"Dest Disabled (pph): [bold]{valueY}[/]pph\"\n\t self.getSibling(\"Hourly Sorter Details\").props.series[4].tooltip.text \u003d \"Dest Full (pph): [bold]{valueY}[/]pph\"\n\t self.getSibling(\"Hourly Sorter Details\").props.series[5].tooltip.text \u003d \"Unexpected (pph): [bold]{valueY}[/]pph\"\n\t self.getSibling(\"Hourly Sorter Details\").props.series[6].tooltip.text \u003d \"Dest Fault (pph): [bold]{valueY}[/]pph\"\n\t self.getSibling(\"Hourly Sorter Details\").props.series[7].tooltip.text \u003d \"Div Fail (pph): [bold]{valueY}[/]pph\"\n\t self.getSibling(\"Hourly Sorter Details\").props.series[8].tooltip.text \u003d \"Gap Error (pph): [bold]{valueY}[/]pph\"\n\t self.getSibling(\"Hourly Sorter Details\").props.series[9].tooltip.text \u003d \"Lost (pph): [bold]{valueY}[/]pph\"\n\t self.getSibling(\"Hourly Sorter Details\").props.series[10].tooltip.text \u003d \"Tracking Err (pph): [bold]{valueY}[/]pph\"\n\t self.getSibling(\"Hourly Sorter Details\").props.series[11].tooltip.text \u003d \"Unknown (pph): [bold]{valueY}[/]pph\"\n\t self.getSibling(\"Hourly Sorter Details\").props.series[12].tooltip.text \u003d \"Unsafe (pph): [bold]{valueY}[/]pph\"\n\t self.getSibling(\"Hourly Sorter Details\").props.yAxes[0].value.range.max \u003d \"\"\n\t\n\t params \u003d {\n\t \"starttime\": self.parent.parent.parent.getChild(\"Period_not_Global_0\").custom.StartDate,\n\t \"endtime\": self.parent.parent.parent.getChild(\"Period_not_Global_0\").custom.EndDate\n\t }\n\t\n\t data \u003d system.dataset.toPyDataSet(system.db.runNamedQuery(path, params))\n\t\n\t for row in data:\n\t dict \u003d {}\n\t dict[\u0027Hour\u0027] \u003d row[\u0027Hour\u0027]\n\t dict[\u0027Sorted\u0027] \u003d row[\u0027Sorted\u0027]\n\t dict[\u0027DestinationInvalid\u0027] \u003d row[\u0027DestinationInvalid\u0027]\n\t dict[\u0027DestinationNone\u0027] \u003d row[\u0027DestinationNone\u0027]\n\t dict[\u0027DestinationDisabled\u0027] \u003d row[\u0027DestinationDisabled\u0027]\n\t dict[\u0027DestinationFull\u0027] \u003d row[\u0027DestinationFull\u0027]\n\t dict[\u0027Unexpected\u0027] \u003d row[\u0027Unexpected\u0027]\n\t dict[\u0027DestinationFault\u0027] \u003d row[\u0027DestinationFault\u0027]\n\t dict[\u0027DivertFail\u0027] \u003d row[\u0027DivertFail\u0027]\n\t dict[\u0027GapError\u0027] \u003d row[\u0027GapError\u0027]\n\t dict[\u0027Lost\u0027] \u003d row[\u0027Lost\u0027]\n\t dict[\u0027TrackingError\u0027] \u003d row[\u0027TrackingError\u0027]\n\t dict[\u0027Unknown\u0027] \u003d row[\u0027Unknown\u0027]\n\t dict[\u0027Unsafe\u0027] \u003d row[\u0027Unsafe\u0027]\n\t graph.append(dict)\n\t\n\t self.getSibling(\"Hourly Sorter Details\").props.dataSources.example \u003d graph\n\t self.props.data \u003d system.dataset.toDataSet(headers, data)\n\t" + } + }, + "custom.time": { + "binding": { + "config": { + "expression": "now(1000)" + }, + "type": "expr" + } + } + }, + "props": { + "cells": { + "style": { + "fontSize": 14 + } + }, + "data": { + "$": [ + "ds", + 192, + 1755877828864 + ], + "$columns": [ + { + "data": [], + "name": "Start Timestamp", + "type": "String" + }, + { + "data": [], + "name": "Hour", + "type": "String" + }, + { + "data": [], + "name": "Inducted (#)", + "type": "String" + }, + { + "data": [], + "name": "Sorted (#)", + "type": "String" + }, + { + "data": [], + "name": "Dest Inv (#)", + "type": "String" + }, + { + "data": [], + "name": "Dest None (#)", + "type": "String" + }, + { + "data": [], + "name": "Dest Dis (#)", + "type": "String" + }, + { + "data": [], + "name": "Dest Full (#)", + "type": "String" + }, + { + "data": [], + "name": "Unexpected (#)", + "type": "String" + }, + { + "data": [], + "name": "Dest Fault (#)", + "type": "String" + }, + { + "data": [], + "name": "Div Fail (#)", + "type": "String" + }, + { + "data": [], + "name": "Gap Err (#)", + "type": "String" + }, + { + "data": [], + "name": "Lost (#)", + "type": "String" + }, + { + "data": [], + "name": "Track Err (#)", + "type": "String" + }, + { + "data": [], + "name": "Unknown (#)", + "type": "String" + }, + { + "data": [], + "name": "Unsafe (#)", + "type": "String" + } + ] + }, + "filter": { + "enabled": true, + "results": { + "enabled": true + } + }, + "pager": { + "bottom": false + }, + "rows": { + "style": { + "textAlign": "center" + } + }, + "selection": { + "selectedRow": 3 + } + }, + "type": "ia.display.table" + }, + { + "meta": { + "name": "Hourly Sorter Details" + }, + "position": { + "basis": "50%" + }, + "props": { + "dataSources": { + "example": [] + }, + "series": [ + { + "candlestick": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "stacked": false, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + } + }, + "high": { + "x": "", + "y": "" + }, + "low": { + "x": "", + "y": "" + }, + "open": { + "x": "", + "y": "" + } + }, + "column": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "height": null, + "stacked": true, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "width": null + }, + "open": { + "x": "", + "y": "" + } + }, + "data": { + "source": "example", + "x": "Hour", + "y": "Sorted" + }, + "defaultState": { + "visible": true + }, + "hiddenInLegend": false, + "label": { + "text": "Sorted" + }, + "line": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": false, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "name": "Sorted", + "render": "column", + "stepLine": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": true, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "Sorted (#): [bold]{valueY}[/]" + }, + "visible": true, + "xAxis": "Hour", + "yAxis": "Induct", + "zIndex": 0 + }, + { + "candlestick": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "stacked": false, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + } + }, + "high": { + "x": "", + "y": "" + }, + "low": { + "x": "", + "y": "" + }, + "open": { + "x": "", + "y": "" + } + }, + "column": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "#FF8C00", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "height": null, + "stacked": true, + "stroke": { + "color": "#FF8C00", + "opacity": 1, + "width": 1 + }, + "width": null + }, + "open": { + "x": "", + "y": "" + } + }, + "data": { + "source": "example", + "x": "Hour", + "y": "DestinationInvalid" + }, + "defaultState": { + "visible": true + }, + "hiddenInLegend": false, + "label": { + "text": "Dest Inv" + }, + "line": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": false, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "name": "DestinationInvalid", + "render": "column", + "stepLine": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": true, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "Dest Invalid (#): [bold]{valueY}[/]" + }, + "visible": true, + "xAxis": "Hour", + "yAxis": "Induct", + "zIndex": 0 + }, + { + "candlestick": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "stacked": false, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + } + }, + "high": { + "x": "", + "y": "" + }, + "low": { + "x": "", + "y": "" + }, + "open": { + "x": "", + "y": "" + } + }, + "column": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "#00FF00", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "height": null, + "stacked": true, + "stroke": { + "color": "#00FF00", + "opacity": 1, + "width": 1 + }, + "width": null + }, + "open": { + "x": "", + "y": "" + } + }, + "data": { + "source": "example", + "x": "Hour", + "y": "DestinationNone" + }, + "defaultState": { + "visible": true + }, + "hiddenInLegend": false, + "label": { + "text": "Dest None" + }, + "line": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": false, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "name": "DestinationNone", + "render": "column", + "stepLine": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": true, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "Dest None (#): [bold]{valueY}[/]" + }, + "visible": true, + "xAxis": "Hour", + "yAxis": "Induct", + "zIndex": 0 + }, + { + "candlestick": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "stacked": false, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + } + }, + "high": { + "x": "", + "y": "" + }, + "low": { + "x": "", + "y": "" + }, + "open": { + "x": "", + "y": "" + } + }, + "column": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "height": null, + "stacked": true, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "width": null + }, + "open": { + "x": "", + "y": "" + } + }, + "data": { + "source": "example", + "x": "Hour", + "y": "DestinationDisabled" + }, + "defaultState": { + "visible": true + }, + "hiddenInLegend": false, + "label": { + "text": "Dest Dis" + }, + "line": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": false, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "name": "DestinationDisabled", + "render": "column", + "stepLine": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": true, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "Dest Disabled (#): [bold]{valueY}[/]" + }, + "visible": true, + "xAxis": "Hour", + "yAxis": "Induct", + "zIndex": 0 + }, + { + "candlestick": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "stacked": false, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + } + }, + "high": { + "x": "", + "y": "" + }, + "low": { + "x": "", + "y": "" + }, + "open": { + "x": "", + "y": "" + } + }, + "column": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "height": null, + "stacked": true, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "width": null + }, + "open": { + "x": "", + "y": "" + } + }, + "data": { + "source": "example", + "x": "Hour", + "y": "DestinationFull" + }, + "defaultState": { + "visible": true + }, + "hiddenInLegend": false, + "label": { + "text": "Dest Full" + }, + "line": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": false, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "name": "DestinationFull", + "render": "column", + "stepLine": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": true, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "Dest Full (#): [bold]{valueY}[/]" + }, + "visible": true, + "xAxis": "Hour", + "yAxis": "Induct", + "zIndex": 0 + }, + { + "candlestick": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "stacked": false, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + } + }, + "high": { + "x": "", + "y": "" + }, + "low": { + "x": "", + "y": "" + }, + "open": { + "x": "", + "y": "" + } + }, + "column": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "height": null, + "stacked": true, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "width": null + }, + "open": { + "x": "", + "y": "" + } + }, + "data": { + "source": "example", + "x": "Hour", + "y": "Unexpected" + }, + "defaultState": { + "visible": true + }, + "hiddenInLegend": false, + "label": { + "text": "Unexpected" + }, + "line": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": false, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "name": "Unexpected", + "render": "column", + "stepLine": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": true, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "Unexpected (#): [bold]{valueY}[/]" + }, + "visible": true, + "xAxis": "Hour", + "yAxis": "Induct", + "zIndex": 0 + }, + { + "candlestick": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "stacked": false, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + } + }, + "high": { + "x": "", + "y": "" + }, + "low": { + "x": "", + "y": "" + }, + "open": { + "x": "", + "y": "" + } + }, + "column": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "height": null, + "stacked": true, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "width": null + }, + "open": { + "x": "", + "y": "" + } + }, + "data": { + "source": "example", + "x": "Hour", + "y": "DestinationFault" + }, + "defaultState": { + "visible": true + }, + "hiddenInLegend": false, + "label": { + "text": "Dest Fault" + }, + "line": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": false, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "name": "DestinationFault", + "render": "column", + "stepLine": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": true, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "Dest Fault (#): [bold]{valueY}[/]" + }, + "visible": true, + "xAxis": "Hour", + "yAxis": "Induct", + "zIndex": 0 + }, + { + "candlestick": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "stacked": false, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + } + }, + "high": { + "x": "", + "y": "" + }, + "low": { + "x": "", + "y": "" + }, + "open": { + "x": "", + "y": "" + } + }, + "column": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "height": null, + "stacked": true, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "width": null + }, + "open": { + "x": "", + "y": "" + } + }, + "data": { + "source": "example", + "x": "Hour", + "y": "DivertFail" + }, + "defaultState": { + "visible": true + }, + "hiddenInLegend": false, + "label": { + "text": "Div Fail" + }, + "line": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": false, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "name": "DivertFail", + "render": "column", + "stepLine": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": true, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "Div Fail (#): [bold]{valueY}[/]" + }, + "visible": true, + "xAxis": "Hour", + "yAxis": "Induct", + "zIndex": 0 + }, + { + "candlestick": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "stacked": false, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + } + }, + "high": { + "x": "", + "y": "" + }, + "low": { + "x": "", + "y": "" + }, + "open": { + "x": "", + "y": "" + } + }, + "column": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "height": null, + "stacked": true, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "width": null + }, + "open": { + "x": "", + "y": "" + } + }, + "data": { + "source": "example", + "x": "Hour", + "y": "GapError" + }, + "defaultState": { + "visible": true + }, + "hiddenInLegend": false, + "label": { + "text": "Gap Err" + }, + "line": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": false, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "name": "GapError", + "render": "column", + "stepLine": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": true, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "Gap Error (#): [bold]{valueY}[/]" + }, + "visible": true, + "xAxis": "Hour", + "yAxis": "Induct", + "zIndex": 0 + }, + { + "candlestick": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "stacked": false, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + } + }, + "high": { + "x": "", + "y": "" + }, + "low": { + "x": "", + "y": "" + }, + "open": { + "x": "", + "y": "" + } + }, + "column": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "height": null, + "stacked": true, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "width": null + }, + "open": { + "x": "", + "y": "" + } + }, + "data": { + "source": "example", + "x": "Hour", + "y": "Lost" + }, + "defaultState": { + "visible": true + }, + "hiddenInLegend": false, + "label": { + "text": "Lost" + }, + "line": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": false, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "name": "Lost", + "render": "column", + "stepLine": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": true, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "Lost (#): [bold]{valueY}[/]" + }, + "visible": true, + "xAxis": "Hour", + "yAxis": "Induct", + "zIndex": 0 + }, + { + "candlestick": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "stacked": false, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + } + }, + "high": { + "x": "", + "y": "" + }, + "low": { + "x": "", + "y": "" + }, + "open": { + "x": "", + "y": "" + } + }, + "column": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "height": null, + "stacked": true, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "width": null + }, + "open": { + "x": "", + "y": "" + } + }, + "data": { + "source": "example", + "x": "Hour", + "y": "TrackingError" + }, + "defaultState": { + "visible": true + }, + "hiddenInLegend": false, + "label": { + "text": "Track Err" + }, + "line": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": false, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "name": "TrackingErr", + "render": "column", + "stepLine": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": true, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "Tracking Err (#): [bold]{valueY}[/]" + }, + "visible": true, + "xAxis": "Hour", + "yAxis": "Induct", + "zIndex": 0 + }, + { + "candlestick": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "stacked": false, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + } + }, + "high": { + "x": "", + "y": "" + }, + "low": { + "x": "", + "y": "" + }, + "open": { + "x": "", + "y": "" + } + }, + "column": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "height": null, + "stacked": true, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "width": null + }, + "open": { + "x": "", + "y": "" + } + }, + "data": { + "source": "example", + "x": "Hour", + "y": "Unknown" + }, + "defaultState": { + "visible": true + }, + "hiddenInLegend": false, + "label": { + "text": "Unknown" + }, + "line": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": false, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "name": "Unknown", + "render": "column", + "stepLine": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": true, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "Unknown (#): [bold]{valueY}[/]" + }, + "visible": true, + "xAxis": "Hour", + "yAxis": "Induct", + "zIndex": 0 + }, + { + "candlestick": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "stacked": false, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + } + }, + "high": { + "x": "", + "y": "" + }, + "low": { + "x": "", + "y": "" + }, + "open": { + "x": "", + "y": "" + } + }, + "column": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "height": null, + "stacked": true, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "width": null + }, + "open": { + "x": "", + "y": "" + } + }, + "data": { + "source": "example", + "x": "Hour", + "y": "Unsafe" + }, + "defaultState": { + "visible": true + }, + "hiddenInLegend": false, + "label": { + "text": "Unsafe" + }, + "line": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": false, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "name": "unsafe", + "render": "column", + "stepLine": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": true, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "Unsafe (#): [bold]{valueY}[/]" + }, + "visible": true, + "xAxis": "Hour", + "yAxis": "Induct", + "zIndex": 0 + } + ], + "xAxes": [ + { + "appearance": { + "font": { + "size": "", + "weight": 500 + }, + "grid": { + "color": "", + "dashArray": "", + "minDistance": 60, + "opacity": 1, + "position": 0.5 + }, + "inside": false, + "labels": { + "color": "", + "horizontalCenter": "middle", + "opacity": 1, + "rotation": 0, + "verticalCenter": "middle" + }, + "opposite": false + }, + "category": { + "break": { + "enabled": false, + "endCategory": "", + "size": 0.05, + "startCategory": "" + } + }, + "date": { + "baseInterval": { + "count": 1, + "enabled": false, + "skipEmptyPeriods": false, + "timeUnit": "hour" + }, + "break": { + "enabled": false, + "endDate": "", + "size": 0.05, + "startDate": "" + }, + "format": "M/d", + "inputFormat": "yyyy-MM-dd kk:mm:ss", + "range": { + "max": "", + "min": "", + "useStrict": true + } + }, + "inversed": false, + "label": { + "color": "", + "enabled": true, + "text": "Hour" + }, + "name": "Hour", + "render": "category", + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "" + }, + "value": { + "break": { + "enabled": false, + "endValue": 100, + "size": 0.05, + "startValue": 0 + }, + "format": "#,###.##", + "logarithmic": false, + "range": { + "max": "", + "min": "", + "useStrict": false + } + }, + "visible": true + } + ], + "yAxes": [ + { + "appearance": { + "font": { + "size": "", + "weight": 500 + }, + "grid": { + "color": "", + "dashArray": "", + "minDistance": null, + "opacity": 1, + "position": 0.5 + }, + "inside": false, + "labels": { + "color": "", + "horizontalCenter": "middle", + "opacity": 1, + "rotation": 0, + "verticalCenter": "middle" + }, + "opposite": false + }, + "category": { + "break": { + "enabled": false, + "endCategory": "", + "size": 0.05, + "startCategory": "" + } + }, + "date": { + "baseInterval": { + "count": 1, + "enabled": false, + "skipEmptyPeriods": false, + "timeUnit": "hour" + }, + "break": { + "enabled": false, + "endDate": "", + "size": 0.05, + "startDate": "" + }, + "format": "M/d/yyyy HH:mm:ss", + "inputFormat": "yyyy-MM-dd kk:mm:ss", + "range": { + "max": "", + "min": "", + "useStrict": false + } + }, + "inversed": false, + "label": { + "color": "", + "enabled": true, + "text": "" + }, + "name": "Induct", + "render": "value", + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "" + }, + "value": { + "break": { + "enabled": false, + "endValue": 100, + "size": 0.05, + "startValue": 0 + }, + "format": "#,###.##", + "logarithmic": false, + "range": { + "max": "", + "min": "", + "useStrict": false + } + }, + "visible": true + } + ] + }, + "type": "ia.chart.xy" + } + ], + "meta": { + "name": "Hourly_Sorter_Details" + }, + "position": { + "tabIndex": 8 + }, + "props": { + "direction": "column" + }, + "type": "ia.container.flex" + }, + { + "children": [ + { + "meta": { + "name": "Hourly_Lane" + }, + "position": { + "basis": "50%" + }, + "propConfig": { + "custom.mode": { + "binding": { + "config": { + "expression": "{..../Statistics.props.currentTabIndex} + {..../Period_not_Global_0/Period.props.value} + {..../Period_not_Global_0/EndTime.custom.Selected}+{..../Period_not_Global_0/StartTime.custom.Selected} + {this.custom.time} + {..../Lane Drop Down/Lane.props.value} + {..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value}" + }, + "type": "expr" + }, + "onChange": { + "enabled": null, + "script": " db_tag_path \u003d \"[System]Gateway/Database/MariaDB/Available\"\n\t\n if(system.tag.readBlocking([db_tag_path])[0].value):\n\t\tpath \u003d \"\"\n\t\theaders \u003d []\n\t\tgraph \u003d []\n\t\t\n\t\tif self.parent.parent.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Count\":\n\t\t\tpath \u003d \"Statistics-autStand/Hourly Lane Count\"\n\t\t\theaders \u003d [\"Start Timestamp\",\"Hour\",\"Total (#)\",\"Diverted (#)\",\"Dest Full (#)\",\"Dest Jam (#)\",\"Dest Disabled (#)\",\"Dest Fault (#)\",\"Divert Fail (#)\",\"Lost (#)\",\"Unsafe (#)\",\"Dim Err (#)\",\"Gap Err (#)\",\"Unknown (#)\"]\n\t\t\tself.getSibling(\"Hourly Lane\").props.series[0].tooltip.text \u003d \"Diverted (#): [bold]{valueY}[/]\"\n\t\t\tself.getSibling(\"Hourly Lane\").props.series[1].tooltip.text \u003d \"Dest Full (#): [bold]{valueY}[/]\"\n\t\t\tself.getSibling(\"Hourly Lane\").props.series[2].tooltip.text \u003d \"Dest Jam (#): [bold]{valueY}[/]\"\n\t\t\tself.getSibling(\"Hourly Lane\").props.series[3].tooltip.text \u003d \"Dest Disabled (#): [bold]{valueY}[/]\"\n\t\t\tself.getSibling(\"Hourly Lane\").props.series[4].tooltip.text \u003d \"Dest Fault (#): [bold]{valueY}[/]\"\n\t\t\tself.getSibling(\"Hourly Lane\").props.series[5].tooltip.text \u003d \"Divert Fail (#): [bold]{valueY}[/]\"\n\t\t\tself.getSibling(\"Hourly Lane\").props.series[6].tooltip.text \u003d \"Lost (#): [bold]{valueY}[/]\"\n\t\t\tself.getSibling(\"Hourly Lane\").props.series[7].tooltip.text \u003d \"Unsafe (#): [bold]{valueY}[/]\"\n\t\t\tself.getSibling(\"Hourly Lane\").props.series[8].tooltip.text \u003d \"Dim Err (#): [bold]{valueY}[/]\"\n\t\t\tself.getSibling(\"Hourly Lane\").props.series[9].tooltip.text \u003d \"Gap Err (#): [bold]{valueY}[/]\"\n\t\t\tself.getSibling(\"Hourly Lane\").props.series[10].tooltip.text \u003d \"Unknown (#): [bold]{valueY}[/]\"\t\t\n\t\t\tself.getSibling(\"Hourly Lane\").props.yAxes[0].value.range.max \u003d \"\"\n\t\telif self.parent.parent.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Percentage\":\n\t\t\tpath \u003d \"Statistics-autStand/Hourly Lane Percent\"\n\t\t\theaders \u003d [\"Start Timestamp\",\"Hour\",\"Total (%)\",\"Diverted (%)\",\"Dest Full (%)\",\"Dest Jam (%)\",\"Dest Disabled (%)\",\"Dest Fault (%)\",\"Divert Fail (%)\",\"Lost (%)\",\"Unsafe (%)\",\"Dim Err (%)\",\"Gap Err (%)\",\"Unknown (%)\"]\n\t\t\tself.getSibling(\"Hourly Lane\").props.series[0].tooltip.text \u003d \"Diverted (%): [bold]{valueY}[/]%\"\n\t\t\tself.getSibling(\"Hourly Lane\").props.series[1].tooltip.text \u003d \"Dest Full (%): [bold]{valueY}[/]%\"\n\t\t\tself.getSibling(\"Hourly Lane\").props.series[2].tooltip.text \u003d \"Dest Jam (%): [bold]{valueY}[/]%\"\n\t\t\tself.getSibling(\"Hourly Lane\").props.series[3].tooltip.text \u003d \"Dest Disabled (%): [bold]{valueY}[/]%\"\n\t\t\tself.getSibling(\"Hourly Lane\").props.series[4].tooltip.text \u003d \"Dest Fault (%): [bold]{valueY}[/]%\"\n\t\t\tself.getSibling(\"Hourly Lane\").props.series[5].tooltip.text \u003d \"Divert Fail (%): [bold]{valueY}[/]%\"\n\t\t\tself.getSibling(\"Hourly Lane\").props.series[6].tooltip.text \u003d \"Lost (%): [bold]{valueY}[/]%\"\n\t\t\tself.getSibling(\"Hourly Lane\").props.series[7].tooltip.text \u003d \"Unsafe (%): [bold]{valueY}[/]%\"\n\t\t\tself.getSibling(\"Hourly Lane\").props.series[8].tooltip.text \u003d \"Dim Err (%): [bold]{valueY}[/]%\"\n\t\t\tself.getSibling(\"Hourly Lane\").props.series[9].tooltip.text \u003d \"Gap Err (%): [bold]{valueY}[/]%\"\n\t\t\tself.getSibling(\"Hourly Lane\").props.series[10].tooltip.text \u003d \"Unknown (%): [bold]{valueY}[/]%\"\t\t\n\t\t\tself.getSibling(\"Hourly Lane\").props.yAxes[0].value.range.max \u003d 100\n\t\telse:\n\t\t\tpath \u003d \"Statistics-autStand/Hourly Lane Rate\"\n\t\t\theaders \u003d [\"Start Timestamp\",\"Hour\",\"Total (pph)\",\"Diverted (pph)\",\"Dest Full (pph)\",\"Dest Jam (pph)\",\"Dest Disabled (pph)\",\"Dest Fault (pph)\",\"Divert Fail (pph)\",\"Lost (pph)\",\"Unsafe (pph)\",\"Dim Err (pph)\",\"Gap Err (pph)\",\"Unknown (pph)\"]\n\t\t\tself.getSibling(\"Hourly Lane\").props.series[0].tooltip.text \u003d \"Diverted (pph): [bold]{valueY}[/] pph\"\n\t\t\tself.getSibling(\"Hourly Lane\").props.series[1].tooltip.text \u003d \"Dest Full (pph): [bold]{valueY}[/] pph\"\n\t\t\tself.getSibling(\"Hourly Lane\").props.series[2].tooltip.text \u003d \"Dest Jam (pph): [bold]{valueY}[/] pph\"\n\t\t\tself.getSibling(\"Hourly Lane\").props.series[3].tooltip.text \u003d \"Dest Disabled (pph): [bold]{valueY}[/] pph\"\n\t\t\tself.getSibling(\"Hourly Lane\").props.series[4].tooltip.text \u003d \"Dest Fault (pph): [bold]{valueY}[/] pph\"\n\t\t\tself.getSibling(\"Hourly Lane\").props.series[5].tooltip.text \u003d \"Divert Fail (pph): [bold]{valueY}[/] pph\"\n\t\t\tself.getSibling(\"Hourly Lane\").props.series[6].tooltip.text \u003d \"Lost (pph): [bold]{valueY}[/] pph\"\n\t\t\tself.getSibling(\"Hourly Lane\").props.series[7].tooltip.text \u003d \"Unsafe (pph): [bold]{valueY}[/] pph\"\n\t\t\tself.getSibling(\"Hourly Lane\").props.series[8].tooltip.text \u003d \"Dim Err (pph): [bold]{valueY}[/] pph\"\n\t\t\tself.getSibling(\"Hourly Lane\").props.series[9].tooltip.text \u003d \"Gap Err (pph): [bold]{valueY}[/] pph\"\n\t\t\tself.getSibling(\"Hourly Lane\").props.series[10].tooltip.text \u003d \"Unknown (pph): [bold]{valueY}[/] pph\"\t\n\t\t\tself.getSibling(\"Hourly Lane\").props.yAxes[0].value.range.max \u003d \"\"\n\t\t\t\n\t\tparams \u003d {\"starttime\":self.parent.parent.parent.getChild(\"Period_not_Global_0\").custom.StartDate,\"endtime\":self.parent.parent.parent.getChild(\"Period_not_Global_0\").custom.EndDate,\"lane\":self.parent.parent.parent.getChild(\"Lane Drop Down\").getChild(\"Lane\").props.value}\t\n\t\t\n\t\tdata \u003d system.dataset.toPyDataSet(system.db.runNamedQuery(path,params))\n\t\t\n\t\tfor row in data:\t\n\t\t\tdict \u003d {}\n\t\t\tdict[\u0027Hour\u0027] \u003d \trow[\u0027Hour\u0027]\n\t\t\tdict[\u0027Diverted\u0027] \u003d row[\u0027Diverted\u0027]\n\t\t\tdict[\u0027DestinationFull\u0027] \u003d row[\u0027DestinationFull\u0027]\n\t\t\tdict[\u0027DestinationJam\u0027] \u003d row[\u0027DestinationJam\u0027]\n\t\t\tdict[\u0027DestinationDisabled\u0027] \u003d row[\u0027DestinationDisabled\u0027]\n\t\t\tdict[\u0027DestinationFault\u0027] \u003d row[\u0027DestinationFault\u0027]\n\t\t\tdict[\u0027DivertFail\u0027] \u003d row[\u0027DivertFail\u0027]\n\t\t\tdict[\u0027Lost\u0027] \u003d row[\u0027Lost\u0027]\n\t\t\tdict[\u0027Unsafe\u0027] \u003d row[\u0027Unsafe\u0027]\n\t\t\tdict[\u0027DimError\u0027] \u003d row[\u0027DimError\u0027]\n\t\t\tdict[\u0027GapError\u0027] \u003d row[\u0027GapError\u0027]\n\t\t\tdict[\u0027Unknown\u0027] \u003d row[\u0027Unknown\u0027]\n\t\t\tgraph.append(dict)\n\t\t\n\t\tself.getSibling(\"Hourly Lane\").props.dataSources.example \u003d graph\n\t\tself.props.data \u003d system.dataset.toDataSet(headers,data)\n" + } + }, + "custom.time": { + "binding": { + "config": { + "expression": "now(1000)" + }, + "type": "expr" + } + } + }, + "props": { + "columns": [ + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY HH:mm:ss", + "editable": false, + "field": "", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "justify": "center", + "number": "value", + "numberFormat": "00:00:00", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "date", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": false, + "width": "" + }, + { + "align": "center", + "boolean": "value", + "dateFormat": "MM/DD/YYYY HH:mm:ss", + "editable": false, + "field": "endt", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Start Timestamp" + }, + "justify": "center", + "number": "value", + "numberFormat": "none", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "date", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": 150 + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY HH:mm:ss", + "editable": false, + "field": "rownumber", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Hour" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": 150 + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "total_perc", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Total (%)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0.##%", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Diverted_perc", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Diverted (%)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0.##%", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "destfull_perc", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Dest Full (%)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0.##%", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "destjam_perc", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Dest Jam (%)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0.##%", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "destdisabled_perc", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Dest Disabled (%)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0.##%", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "destfault_perc", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Dest Fault (%)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0.##%", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "DivertFail_perc", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Divert Fail (%)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0.##%", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "lost_perc", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Lost (%)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0.##%", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "unsafe_perc", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Unsafe (%)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0.##%", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "dim_perc", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Dim Error (%)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0.##%", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "gaperr_perc", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Gap Error (%)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0.##%", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "unknown_perc", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Unknown (%)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0.##%", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + } + ], + "data": { + "$": [ + "ds", + 192, + 1755877828950 + ], + "$columns": [ + { + "data": [], + "name": "Start Timestamp", + "type": "String" + }, + { + "data": [], + "name": "Hour", + "type": "String" + }, + { + "data": [], + "name": "Total (#)", + "type": "String" + }, + { + "data": [], + "name": "Diverted (#)", + "type": "String" + }, + { + "data": [], + "name": "Dest Full (#)", + "type": "String" + }, + { + "data": [], + "name": "Dest Jam (#)", + "type": "String" + }, + { + "data": [], + "name": "Dest Disabled (#)", + "type": "String" + }, + { + "data": [], + "name": "Dest Fault (#)", + "type": "String" + }, + { + "data": [], + "name": "Divert Fail (#)", + "type": "String" + }, + { + "data": [], + "name": "Lost (#)", + "type": "String" + }, + { + "data": [], + "name": "Unsafe (#)", + "type": "String" + }, + { + "data": [], + "name": "Dim Err (#)", + "type": "String" + }, + { + "data": [], + "name": "Gap Err (#)", + "type": "String" + }, + { + "data": [], + "name": "Unknown (#)", + "type": "String" + } + ] + }, + "filter": { + "enabled": true, + "results": { + "enabled": true + } + }, + "pager": { + "bottom": false + }, + "rows": { + "style": { + "textAlign": "center" + } + }, + "virtualized": false + }, + "type": "ia.display.table" + }, + { + "meta": { + "name": "Hourly Lane" + }, + "position": { + "basis": "50%" + }, + "props": { + "dataSources": { + "example": [] + }, + "series": [ + { + "candlestick": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "stacked": false, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + } + }, + "high": { + "x": "", + "y": "" + }, + "low": { + "x": "", + "y": "" + }, + "open": { + "x": "", + "y": "" + } + }, + "column": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "height": null, + "stacked": true, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "width": null + }, + "open": { + "x": "", + "y": "" + } + }, + "data": { + "source": "example", + "x": "Hour", + "y": "Diverted" + }, + "defaultState": { + "visible": true + }, + "hiddenInLegend": false, + "label": { + "text": "Diverted" + }, + "line": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": false, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "name": "Diverted", + "render": "column", + "stepLine": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": true, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "Diverted (#): [bold]{valueY}[/]" + }, + "visible": true, + "xAxis": "Hour", + "yAxis": "Total", + "zIndex": 0 + }, + { + "candlestick": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "stacked": false, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + } + }, + "high": { + "x": "", + "y": "" + }, + "low": { + "x": "", + "y": "" + }, + "open": { + "x": "", + "y": "" + } + }, + "column": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "#FF0000", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "height": null, + "stacked": true, + "stroke": { + "color": "#FF0000", + "opacity": 1, + "width": 1 + }, + "width": null + }, + "open": { + "x": "", + "y": "" + } + }, + "data": { + "source": "example", + "x": "Hour", + "y": "DestinationFull" + }, + "defaultState": { + "visible": true + }, + "hiddenInLegend": false, + "label": { + "text": "Dest Full" + }, + "line": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": false, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "name": "DestFull", + "render": "column", + "stepLine": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": true, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "Dest Full (#): [bold]{valueY}[/]" + }, + "visible": true, + "xAxis": "Hour", + "yAxis": "Total", + "zIndex": 0 + }, + { + "candlestick": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "stacked": false, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + } + }, + "high": { + "x": "", + "y": "" + }, + "low": { + "x": "", + "y": "" + }, + "open": { + "x": "", + "y": "" + } + }, + "column": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "#FF8C00", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "height": null, + "stacked": true, + "stroke": { + "color": "#FF8C00", + "opacity": 1, + "width": 1 + }, + "width": null + }, + "open": { + "x": "", + "y": "" + } + }, + "data": { + "source": "example", + "x": "Hour", + "y": "DestinationJam" + }, + "defaultState": { + "visible": true + }, + "hiddenInLegend": false, + "label": { + "text": "Dest Jam" + }, + "line": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": false, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "name": "DestJam", + "render": "column", + "stepLine": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": true, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "Dest Jam (#): [bold]{valueY}[/]" + }, + "visible": true, + "xAxis": "Hour", + "yAxis": "Total", + "zIndex": 0 + }, + { + "candlestick": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "stacked": false, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + } + }, + "high": { + "x": "", + "y": "" + }, + "low": { + "x": "", + "y": "" + }, + "open": { + "x": "", + "y": "" + } + }, + "column": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "#00FF00", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "height": null, + "stacked": true, + "stroke": { + "color": "#00FF00", + "opacity": 1, + "width": 1 + }, + "width": null + }, + "open": { + "x": "", + "y": "" + } + }, + "data": { + "source": "example", + "x": "Hour", + "y": "DestinationDisabled" + }, + "defaultState": { + "visible": true + }, + "hiddenInLegend": false, + "label": { + "text": "Dest Disabled" + }, + "line": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": false, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "name": "DestDisabled", + "render": "column", + "stepLine": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": true, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "Dest Disabled (#): [bold]{valueY}[/]" + }, + "visible": true, + "xAxis": "Hour", + "yAxis": "Total", + "zIndex": 0 + }, + { + "candlestick": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "stacked": false, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + } + }, + "high": { + "x": "", + "y": "" + }, + "low": { + "x": "", + "y": "" + }, + "open": { + "x": "", + "y": "" + } + }, + "column": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "height": null, + "stacked": true, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "width": null + }, + "open": { + "x": "", + "y": "" + } + }, + "data": { + "source": "example", + "x": "Hour", + "y": "DestinationFault" + }, + "defaultState": { + "visible": true + }, + "hiddenInLegend": false, + "label": { + "text": "Dest Fault" + }, + "line": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": false, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "name": "DestFault", + "render": "column", + "stepLine": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": true, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "Dest Fault (#): [bold]{valueY}[/]" + }, + "visible": true, + "xAxis": "Hour", + "yAxis": "Total", + "zIndex": 0 + }, + { + "candlestick": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "stacked": false, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + } + }, + "high": { + "x": "", + "y": "" + }, + "low": { + "x": "", + "y": "" + }, + "open": { + "x": "", + "y": "" + } + }, + "column": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "height": null, + "stacked": true, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "width": null + }, + "open": { + "x": "", + "y": "" + } + }, + "data": { + "source": "example", + "x": "Hour", + "y": "DivertFail" + }, + "defaultState": { + "visible": true + }, + "hiddenInLegend": false, + "label": { + "text": "Div Fail" + }, + "line": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": false, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "name": "DivFail", + "render": "column", + "stepLine": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": true, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "Divert Fail (#): [bold]{valueY}[/]" + }, + "visible": true, + "xAxis": "Hour", + "yAxis": "Total", + "zIndex": 0 + }, + { + "candlestick": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "stacked": false, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + } + }, + "high": { + "x": "", + "y": "" + }, + "low": { + "x": "", + "y": "" + }, + "open": { + "x": "", + "y": "" + } + }, + "column": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "height": null, + "stacked": true, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "width": null + }, + "open": { + "x": "", + "y": "" + } + }, + "data": { + "source": "example", + "x": "Hour", + "y": "Lost" + }, + "defaultState": { + "visible": true + }, + "hiddenInLegend": false, + "label": { + "text": "Gap Err" + }, + "line": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": false, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "name": "Lost", + "render": "column", + "stepLine": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": true, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "Lost (#): [bold]{valueY}[/]" + }, + "visible": true, + "xAxis": "Hour", + "yAxis": "Total", + "zIndex": 0 + }, + { + "candlestick": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "stacked": false, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + } + }, + "high": { + "x": "", + "y": "" + }, + "low": { + "x": "", + "y": "" + }, + "open": { + "x": "", + "y": "" + } + }, + "column": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "height": null, + "stacked": true, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "width": null + }, + "open": { + "x": "", + "y": "" + } + }, + "data": { + "source": "example", + "x": "Hour", + "y": "Unsafe" + }, + "defaultState": { + "visible": true + }, + "hiddenInLegend": false, + "label": { + "text": "Lost" + }, + "line": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": false, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "name": "Unsafe", + "render": "column", + "stepLine": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": true, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "Unsafe (#): [bold]{valueY}[/]" + }, + "visible": true, + "xAxis": "Hour", + "yAxis": "Total", + "zIndex": 0 + }, + { + "candlestick": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "stacked": false, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + } + }, + "high": { + "x": "", + "y": "" + }, + "low": { + "x": "", + "y": "" + }, + "open": { + "x": "", + "y": "" + } + }, + "column": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "height": null, + "stacked": true, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "width": null + }, + "open": { + "x": "", + "y": "" + } + }, + "data": { + "source": "example", + "x": "Hour", + "y": "DimError" + }, + "defaultState": { + "visible": true + }, + "hiddenInLegend": false, + "label": { + "text": "Unknown" + }, + "line": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": false, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "name": "Dim Err", + "render": "column", + "stepLine": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": true, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "Dim Err (#): [bold]{valueY}[/]" + }, + "visible": true, + "xAxis": "Hour", + "yAxis": "Total", + "zIndex": 0 + }, + { + "candlestick": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "stacked": false, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + } + }, + "high": { + "x": "", + "y": "" + }, + "low": { + "x": "", + "y": "" + }, + "open": { + "x": "", + "y": "" + } + }, + "column": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "height": null, + "stacked": true, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "width": null + }, + "open": { + "x": "", + "y": "" + } + }, + "data": { + "source": "example", + "x": "Hour", + "y": "GapError" + }, + "defaultState": { + "visible": true + }, + "hiddenInLegend": false, + "label": { + "text": "Unsafe" + }, + "line": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": false, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "name": "Gap Err", + "render": "column", + "stepLine": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": true, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "Gap Err (#): [bold]{valueY}[/]" + }, + "visible": true, + "xAxis": "Hour", + "yAxis": "Total", + "zIndex": 0 + }, + { + "candlestick": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "stacked": false, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + } + }, + "high": { + "x": "", + "y": "" + }, + "low": { + "x": "", + "y": "" + }, + "open": { + "x": "", + "y": "" + } + }, + "column": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "height": null, + "stacked": true, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "width": null + }, + "open": { + "x": "", + "y": "" + } + }, + "data": { + "source": "example", + "x": "Hour", + "y": "Unknown" + }, + "defaultState": { + "visible": true + }, + "hiddenInLegend": false, + "label": { + "text": "Dim Error" + }, + "line": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": false, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "name": "Unknown", + "render": "column", + "stepLine": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": true, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "Unknown (#): [bold]{valueY}[/]" + }, + "visible": true, + "xAxis": "Hour", + "yAxis": "Total", + "zIndex": 0 + } + ], + "xAxes": [ + { + "appearance": { + "font": { + "size": "", + "weight": 500 + }, + "grid": { + "color": "", + "dashArray": "", + "minDistance": 60, + "opacity": 1, + "position": 0.5 + }, + "inside": false, + "labels": { + "color": "", + "horizontalCenter": "middle", + "opacity": 1, + "rotation": 0, + "verticalCenter": "middle" + }, + "opposite": false + }, + "category": { + "break": { + "enabled": false, + "endCategory": "", + "size": 0.05, + "startCategory": "" + } + }, + "date": { + "baseInterval": { + "count": 1, + "enabled": false, + "skipEmptyPeriods": false, + "timeUnit": "hour" + }, + "break": { + "enabled": false, + "endDate": "", + "size": 0.05, + "startDate": "" + }, + "format": "M/d", + "inputFormat": "yyyy-MM-dd kk:mm:ss", + "range": { + "max": "", + "min": "", + "useStrict": false + } + }, + "inversed": false, + "label": { + "color": "", + "enabled": true, + "text": "Hour" + }, + "name": "Hour", + "render": "category", + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "" + }, + "value": { + "break": { + "enabled": false, + "endValue": 100, + "size": 0.05, + "startValue": 0 + }, + "format": "#,###.##", + "logarithmic": false, + "range": { + "max": "", + "min": "", + "useStrict": false + } + }, + "visible": true + } + ], + "yAxes": [ + { + "appearance": { + "font": { + "size": "", + "weight": 500 + }, + "grid": { + "color": "", + "dashArray": "", + "minDistance": null, + "opacity": 1, + "position": 0.5 + }, + "inside": false, + "labels": { + "color": "", + "horizontalCenter": "middle", + "opacity": 1, + "rotation": 0, + "verticalCenter": "middle" + }, + "opposite": false + }, + "category": { + "break": { + "enabled": false, + "endCategory": "", + "size": 0.05, + "startCategory": "" + } + }, + "date": { + "baseInterval": { + "count": 1, + "enabled": false, + "skipEmptyPeriods": false, + "timeUnit": "hour" + }, + "break": { + "enabled": false, + "endDate": "", + "size": 0.05, + "startDate": "" + }, + "format": "M/d/yyyy HH:mm:ss", + "inputFormat": "yyyy-MM-dd kk:mm:ss", + "range": { + "max": "", + "min": "", + "useStrict": false + } + }, + "inversed": false, + "label": { + "color": "", + "enabled": true, + "text": "" + }, + "name": "Total", + "render": "value", + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "" + }, + "value": { + "break": { + "enabled": false, + "endValue": 100, + "size": 0.05, + "startValue": 0 + }, + "format": "#,###.##", + "logarithmic": false, + "range": { + "max": "", + "min": "", + "useStrict": false + } + }, + "visible": true + } + ] + }, + "type": "ia.chart.xy" + } + ], + "meta": { + "name": "Hourly_Lane" + }, + "position": { + "tabIndex": 9 + }, + "props": { + "direction": "column" + }, + "type": "ia.container.flex" + }, + { + "children": [ + { + "custom": { + "ddd": { + "$": [ + "ts", + 192, + 1745574470639 + ], + "$ts": 1745570870000 + } + }, + "events": { + "component": { + "onRowDoubleClick": { + "config": { + "script": "\tself.props.selection.selectedRow \u003d \"null\"" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Scanner Details" + }, + "propConfig": { + "position.basis": { + "binding": { + "config": { + "expression": "if ({../Scanner Details_graph.position.display} \u003d true, \"50%\", \"100%\")" + }, + "type": "expr" + } + }, + "props.columns[10].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Percentage\"" + }, + "type": "expr" + } + }, + "props.columns[11].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Percentage\"" + }, + "type": "expr" + } + }, + "props.columns[12].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Percentage\"" + }, + "type": "expr" + } + }, + "props.columns[13].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Percentage\"" + }, + "type": "expr" + } + }, + "props.columns[14].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Rate\"" + }, + "type": "expr" + } + }, + "props.columns[15].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Rate\"" + }, + "type": "expr" + } + }, + "props.columns[16].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Rate\"" + }, + "type": "expr" + } + }, + "props.columns[17].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Rate\"" + }, + "type": "expr" + } + }, + "props.columns[18].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Rate\"" + }, + "type": "expr" + } + }, + "props.columns[4].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Count\"" + }, + "type": "expr" + } + }, + "props.columns[5].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Count\"" + }, + "type": "expr" + } + }, + "props.columns[6].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Count\"" + }, + "type": "expr" + } + }, + "props.columns[7].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Count\"" + }, + "type": "expr" + } + }, + "props.columns[8].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Count\"" + }, + "type": "expr" + } + }, + "props.columns[9].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Percentage\"" + }, + "type": "expr" + } + }, + "props.data": { + "binding": { + "config": { + "designerUseLimit": false, + "parameters": { + "endtime": "{..../Period_not_Global_0.custom.EndDate}", + "starttime": "{..../Period_not_Global_0.custom.StartDate}" + }, + "polling": { + "enabled": true, + "rate": "1" + }, + "queryPath": "Statistics-autStand/Scanner Details" + }, + "type": "query" + } + } + }, + "props": { + "columns": [ + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY HH:mm:ss", + "editable": false, + "field": "Startstamp", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Start Timestamp" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "date", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY HH:mm:ss", + "editable": false, + "field": "Endtstamp", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "End Timestamp" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "date", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "SorterName", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Sorter" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "ScannerName", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Scanner" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Total_count", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Total (#)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "GoodRead_count", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Good Read (#)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "NoRead_count", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "No Read (#)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "MultiLabelRead_count", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Multi Read (#)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "NoCode_count", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "No Code (#)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Total_perc", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Total (%)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0.##%", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "GoodRead_perc", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Good Read (%)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0.##%", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "NoRead_perc", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "No Read (%)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0.##%", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "MultiLabelRead_perc", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Multi Read (%)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0.##%", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "NoCode_perc", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "No Code (%)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0.##%", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Total_rate", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Total (pph)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "GoodRead_rate", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Good Read (pph)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "NoRead_rate", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "No Read (pph)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "MultiLabelRead_rate", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Multi Read (pph)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "NoCode_rate", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "No Code (pph)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + } + ], + "filter": { + "enabled": true, + "results": { + "enabled": true + } + }, + "pager": { + "bottom": false + }, + "rows": { + "subviewExpansionMode": "single" + }, + "virtualized": false + }, + "type": "ia.display.table" + }, + { + "meta": { + "name": "Scanner Details_graph" + }, + "position": { + "basis": "50%" + }, + "propConfig": { + "props.plots[0].axes[0].name": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"Total_count\",\r\n\"Percentage\",\"Total_perc\",\r\n\"Rate\",\"Total_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.plots[0].trends[0].axis": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"Total_count\",\r\n\"Percentage\",\"Total_perc\",\r\n\"Rate\",\"Total_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.plots[0].trends[0].columns[0].key": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"Total_count\",\r\n\"Percentage\",\"Total_perc\",\r\n\"Rate\",\"Total_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.plots[0].trends[0].columns[1].key": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"GoodRead_count\",\r\n\"Percentage\",\"GoodRead_perc\",\r\n\"Rate\",\"GoodRead_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.plots[0].trends[0].columns[2].key": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"NoRead_count\",\r\n\"Percentage\",\"NoRead_perc\",\r\n\"Rate\",\"NoRead_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.plots[0].trends[0].columns[3].key": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"MultiLabelRead_count\",\r\n\"Percentage\",\"MultiLabelRead_perc\",\r\n\"Rate\",\"MultiLabelRead_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.plots[0].trends[0].columns[4].key": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"NoCode_count\",\r\n\"Percentage\",\"NoCode_perc\",\r\n\"Rate\",\"NoCode_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.series[0].data": { + "binding": { + "config": { + "parameters": { + "Scanner": "\u0027S03aa\u0027", + "endtime": "{..../Period_not_Global_0.custom.EndDate}", + "starttime": "{..../Period_not_Global_0.custom.StartDate}" + }, + "polling": { + "enabled": true, + "rate": "1" + }, + "queryPath": "Statistics-autStand/Scanner Details_graph", + "returnFormat": "dataset" + }, + "type": "query" + } + }, + "props.xTrace.infoBox.dataFormat": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"#,###.##\",\r\n\"Percentage\",\"###.##%\",\r\n\"Rate\",\"#,###.##\",\r\nfalse)" + }, + "type": "expr" + } + } + }, + "props": { + "legend": { + "position": "right", + "visible": true + }, + "plots": [ + { + "axes": [ + { + "alignment": "left", + "label": { + "font": { + "color": "", + "size": 10 + }, + "offset": 0, + "style": { + "classes": "" + }, + "text": "", + "visible": true + }, + "max": "", + "min": "", + "style": { + "classes": "" + }, + "tick": { + "color": "", + "label": { + "font": { + "color": "", + "size": 14 + }, + "style": { + "classes": "" + } + }, + "style": { + "classes": "" + } + }, + "width": 60 + } + ], + "markers": [], + "relativeWeight": 1, + "trends": [ + { + "baselines": [], + "breakLine": true, + "columns": [ + { + "color": "#FF0000", + "styles": { + "highlighted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "muted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "normal": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "selected": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + } + } + }, + { + "color": "#808080", + "styles": { + "highlighted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "muted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "normal": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "selected": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + } + } + }, + { + "color": "#FF8C00", + "styles": { + "highlighted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "muted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "normal": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "selected": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + } + } + }, + { + "color": "#FFFF00", + "styles": { + "highlighted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "muted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "normal": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "selected": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + } + } + }, + { + "color": "#00FF00", + "styles": { + "highlighted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "muted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "normal": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "selected": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + } + } + } + ], + "interpolation": "curveLinear", + "radius": 2, + "series": "graph", + "stack": true, + "type": "line", + "visible": true + } + ] + } + ], + "series": [ + { + "name": "graph" + } + ], + "timeAxis": { + "tickCount": 10 + }, + "timeRange": { + "dateFormat": "YYYY-MM-DD", + "timeFormat": "HH:mm:ss" + }, + "xTrace": { + "infoBox": { + "dateFormat": "YYYY-MM-DD", + "timeFormat": "HH:mm:ss", + "width": 150 + } + } + }, + "type": "ia.chart.timeseries" + } + ], + "meta": { + "name": "Scanner_Details" + }, + "position": { + "tabIndex": 1 + }, + "props": { + "direction": "column" + }, + "type": "ia.container.flex" + }, + { + "children": [ + { + "events": { + "component": { + "onRowDoubleClick": { + "config": { + "script": "\tself.props.selection.selectedRow \u003d \"null\"" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Induct Details" + }, + "propConfig": { + "position.basis": { + "binding": { + "config": { + "expression": "if ({../Induct Details_graph.position.display} \u003d true, \"50%\", \"100%\")" + }, + "type": "expr" + } + }, + "props.columns[10].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Rate\"" + }, + "type": "expr" + } + }, + "props.columns[11].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Rate\"" + }, + "type": "expr" + } + }, + "props.columns[12].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Rate\"" + }, + "type": "expr" + } + }, + "props.columns[4].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Count\"" + }, + "type": "expr" + } + }, + "props.columns[5].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Count\"" + }, + "type": "expr" + } + }, + "props.columns[6].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Count\"" + }, + "type": "expr" + } + }, + "props.columns[7].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Percentage\"" + }, + "type": "expr" + } + }, + "props.columns[8].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Percentage\"" + }, + "type": "expr" + } + }, + "props.columns[9].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Percentage\"" + }, + "type": "expr" + } + }, + "props.data": { + "binding": { + "config": { + "parameters": { + "endtime": "{..../Period_not_Global_0.custom.EndDate}", + "starttime": "{..../Period_not_Global_0/StartTime.props.startDate}" + }, + "polling": { + "enabled": true, + "rate": "1" + }, + "queryPath": "Statistics-autStand/Induct Details" + }, + "type": "query" + } + } + }, + "props": { + "columns": [ + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY HH:mm:ss", + "editable": false, + "field": "Startstamp", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Start Timestamp" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "date", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY HH:mm:ss", + "editable": false, + "field": "Endtstamp", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "End Timestamp" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "date", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "SorterName", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Sorter" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "InductName", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Induct" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Total_count", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Total (#)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "singlecarrier_count", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Single Carrier (#)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "doublecarrier_count", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Double Carrier (#)" + }, + "justify": "center", + "number": "value", + "numberFormat": "none", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Total_perc", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Total (%)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0.##%", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "SingleCarrier_perc", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Single Carrier (%)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0.##%", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "DoubleCarrier_perc", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Double Carrier (%)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0.##%", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Total_rate", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Total (pph)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "SingleCarrier_rate", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Single Carrier (pph)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "DoubleCarrier_rate", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Double Carrier (pph)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + } + ], + "filter": { + "enabled": true, + "results": { + "enabled": true + } + }, + "pager": { + "bottom": false + }, + "selection": { + "mode": "multiple interval" + }, + "virtualized": false + }, + "type": "ia.display.table" + }, + { + "meta": { + "name": "Induct Details_graph" + }, + "position": { + "basis": "50%" + }, + "propConfig": { + "props.plots[0].axes[0].name": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"Total_count\",\r\n\"Percentage\",\"Total_perc\",\r\n\"Rate\",\"Total_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.plots[0].trends[0].axis": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"Total_count\",\r\n\"Percentage\",\"Total_perc\",\r\n\"Rate\",\"Total_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.plots[0].trends[0].columns[0].key": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"Total_count\",\r\n\"Percentage\",\"Total_perc\",\r\n\"Rate\",\"Total_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.plots[0].trends[0].columns[1].key": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"singlecarrier_count\",\r\n\"Percentage\",\"SingleCarrier_perc\",\r\n\"Rate\",\"SingleCarrier_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.plots[0].trends[0].columns[2].key": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"doublecarrier_count\",\r\n\"Percentage\",\"DoubleCarrier_perc\",\r\n\"Rate\",\"DoubleCarrier_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.series[0].data": { + "binding": { + "config": { + "parameters": { + "Induct": "\"Induct 1\"", + "endtime": "{..../Period_not_Global_0.custom.EndDate}", + "starttime": "{..../Period_not_Global_0.custom.StartDate}" + }, + "polling": { + "enabled": true, + "rate": "1" + }, + "queryPath": "Statistics-autStand/Induct Details_graph", + "returnFormat": "dataset" + }, + "type": "query" + } + }, + "props.xTrace.infoBox.dataFormat": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"#,###.##\",\r\n\"Percentage\",\"###.##%\",\r\n\"Rate\",\"#,###.##\",\r\nfalse)" + }, + "type": "expr" + } + } + }, + "props": { + "legend": { + "position": "right", + "visible": true + }, + "plots": [ + { + "axes": [ + { + "alignment": "left", + "label": { + "font": { + "color": "", + "size": 10 + }, + "offset": 0, + "style": { + "classes": "" + }, + "text": "", + "visible": true + }, + "max": "", + "min": "", + "style": { + "classes": "" + }, + "tick": { + "color": "", + "label": { + "font": { + "color": "", + "size": 10 + }, + "style": { + "classes": "" + } + }, + "style": { + "classes": "" + } + }, + "width": 60 + } + ], + "markers": [], + "relativeWeight": 1, + "trends": [ + { + "baselines": [], + "breakLine": true, + "columns": [ + { + "color": "#FF0000", + "styles": { + "highlighted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "muted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "normal": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "selected": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + } + } + }, + { + "color": "#808080", + "styles": { + "highlighted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "muted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "normal": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "selected": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + } + } + }, + { + "color": "#FF8C00", + "styles": { + "highlighted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "muted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "normal": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "selected": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + } + } + } + ], + "interpolation": "curveLinear", + "radius": 2, + "series": "graph", + "stack": true, + "type": "line", + "visible": true + } + ] + } + ], + "series": [ + { + "name": "graph" + } + ], + "xTrace": { + "infoBox": { + "dateFormat": "YYYY-MM-DD", + "timeFormat": "HH:mm:ss" + } + } + }, + "type": "ia.chart.timeseries" + } + ], + "meta": { + "name": "Induct Details" + }, + "props": { + "direction": "column" + }, + "type": "ia.container.flex" + }, + { + "children": [ + { + "events": { + "component": { + "onRowDoubleClick": { + "config": { + "script": "\tself.props.selection.selectedRow \u003d \"null\"" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Sorter Summary" + }, + "propConfig": { + "position.basis": { + "binding": { + "config": { + "expression": "if ({../Sorter Summary_graph.position.display} \u003d true, \"50%\", \"100%\")" + }, + "type": "expr" + } + }, + "props.columns[10].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Percentage\"" + }, + "type": "expr" + } + }, + "props.columns[11].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Percentage\"" + }, + "type": "expr" + } + }, + "props.columns[12].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Percentage\"" + }, + "type": "expr" + } + }, + "props.columns[13].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Rate\"" + }, + "type": "expr" + } + }, + "props.columns[14].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Rate\"" + }, + "type": "expr" + } + }, + "props.columns[15].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Rate\"" + }, + "type": "expr" + } + }, + "props.columns[16].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Rate\"" + }, + "type": "expr" + } + }, + "props.columns[17].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Rate\"" + }, + "type": "expr" + } + }, + "props.columns[3].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Count\"" + }, + "type": "expr" + } + }, + "props.columns[4].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Count\"" + }, + "type": "expr" + } + }, + "props.columns[5].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Count\"" + }, + "type": "expr" + } + }, + "props.columns[6].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Count\"" + }, + "type": "expr" + } + }, + "props.columns[7].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Count\"" + }, + "type": "expr" + } + }, + "props.columns[8].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Percentage\"" + }, + "type": "expr" + } + }, + "props.columns[9].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Percentage\"" + }, + "type": "expr" + } + }, + "props.data": { + "binding": { + "config": { + "parameters": { + "endtime": "{..../Period_not_Global_0.custom.EndDate}", + "starttime": "{..../Period_not_Global_0.custom.StartDate}" + }, + "polling": { + "enabled": true, + "rate": "1" + }, + "queryPath": "Statistics-autStand/Sorter Summary" + }, + "type": "query" + } + } + }, + "props": { + "columns": [ + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY HH:mm:ss", + "editable": false, + "field": "Startstamp", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Start Timestamp" + }, + "justify": "center", + "number": "value", + "numberFormat": "00:00:00", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "date", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "value", + "dateFormat": "MM/DD/YYYY HH:mm:ss", + "editable": false, + "field": "Endtstamp", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "End Timestamp" + }, + "justify": "center", + "number": "value", + "numberFormat": "none", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "date", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "SorterName", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Sorter" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Induct_count", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Inducted (#)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Sorted_count", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Sorted (#)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "value", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "AWCSRecirc_count", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Awcs Recirc (#)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "OperRecirc_count", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Operational Recirc (#)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "MachineRecirc_count", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Machine Recirc (#)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Induct_perc", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Inducted (%)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0.##%", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Sorted_perc", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Sorted (%)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0.##%", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "AWCSRecirc_perc", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Awcs Recirc (%)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0.##%", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "OperRecirc_perc", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Operational Recirc (%)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0.##%", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "MachineRecirc_perc", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Machine Recirc (%)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0.##%", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Induct_rate", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Inducted (pph)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Sorted_rate", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Sorted (pph)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "AWCSRecirc_rate", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Awcs Recirc (pph)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "OperRecirc_rate", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Operational Recirc (pph)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "MachineRecirc_rate", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Machine Recirc (pph)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + } + ], + "filter": { + "enabled": true, + "results": { + "enabled": true + } + }, + "pager": { + "bottom": false + }, + "rows": { + "style": { + "textAlign": "center" + } + }, + "virtualized": false + }, + "type": "ia.display.table" + }, + { + "meta": { + "name": "Sorter Summary_graph" + }, + "position": { + "basis": "50%" + }, + "propConfig": { + "props.plots[0].axes[0].name": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"Induct_count\",\r\n\"Percentage\",\"Induct_perc\",\r\n\"Rate\",\"Induct_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.plots[0].trends[0].axis": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"Induct_count\",\r\n\"Percentage\",\"Induct_perc\",\r\n\"Rate\",\"Induct_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.plots[0].trends[0].columns[0].key": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"Induct_count\",\r\n\"Percentage\",\"Induct_perc\",\r\n\"Rate\",\"Induct_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.plots[0].trends[0].columns[1].key": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"Sorted_count\",\r\n\"Percentage\",\"Sorted_perc\",\r\n\"Rate\",\"Sorted_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.plots[0].trends[0].columns[2].key": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"OperRecirc_count\",\r\n\"Percentage\",\"OperRecirc_perc\",\r\n\"Rate\",\"OperRecirc_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.plots[0].trends[0].columns[3].key": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"MachineRecirc_count\",\r\n\"Percentage\",\"MachineRecirc_perc\",\r\n\"Rate\",\"MachineRecirc_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.plots[0].trends[0].columns[4].key": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"AWCSRecirc_count\",\r\n\"Percentage\",\"AWCSRecirc_perc\",\r\n\"Rate\",\"AWCSRecirc_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.series[0].data": { + "binding": { + "config": { + "parameters": { + "Sorter": "\u0027S03\u0027", + "endtime": "{..../Period_not_Global_0.custom.EndDate}", + "starttime": "{..../Period_not_Global_0.custom.StartDate}" + }, + "polling": { + "enabled": true, + "rate": "1" + }, + "queryPath": "Statistics-autStand/Sorter Summary_graph", + "returnFormat": "dataset" + }, + "type": "query" + } + }, + "props.xTrace.infoBox.dataFormat": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"#,###.##\",\r\n\"Percentage\",\"###.##%\",\r\n\"Rate\",\"#,###.##\",\r\nfalse)" + }, + "type": "expr" + } + } + }, + "props": { + "legend": { + "position": "right", + "visible": true + }, + "plots": [ + { + "axes": [ + { + "alignment": "left", + "label": { + "font": { + "color": "", + "size": 10 + }, + "offset": 0, + "style": { + "classes": "" + }, + "text": "", + "visible": true + }, + "max": "", + "min": "", + "style": { + "classes": "" + }, + "tick": { + "color": "", + "label": { + "font": { + "color": "", + "size": 14 + }, + "style": { + "classes": "" + } + }, + "style": { + "classes": "" + } + }, + "width": 60 + } + ], + "markers": [], + "relativeWeight": 1, + "trends": [ + { + "baselines": [], + "breakLine": true, + "columns": [ + { + "color": "#FF0000", + "styles": { + "highlighted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "muted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "normal": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "selected": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + } + } + }, + { + "color": "#808080", + "styles": { + "highlighted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "muted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "normal": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "selected": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + } + } + }, + { + "color": "#FF8C00", + "styles": { + "highlighted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "muted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "normal": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "selected": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + } + } + }, + { + "color": "#FFFF00", + "styles": { + "highlighted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "muted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "normal": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "selected": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + } + } + }, + { + "color": "#00FF00", + "styles": { + "highlighted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "muted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "normal": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "selected": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + } + } + } + ], + "interpolation": "curveLinear", + "radius": 2, + "series": "graph", + "stack": true, + "type": "line", + "visible": true + } + ] + } + ], + "series": [ + { + "name": "graph" + } + ], + "timeAxis": { + "tickCount": 10 + }, + "timeRange": { + "dateFormat": "YYYY-MM-DD", + "timeFormat": "HH:mm:ss" + }, + "xTrace": { + "infoBox": { + "dateFormat": "YYYY-MM-DD", + "timeFormat": "HH:mm:ss", + "width": 150 + } + } + }, + "type": "ia.chart.timeseries" + } + ], + "meta": { + "name": "Sorter Summary" + }, + "position": { + "tabIndex": 2 + }, + "props": { + "direction": "column" + }, + "type": "ia.container.flex" + }, + { + "children": [ + { + "events": { + "component": { + "onRowDoubleClick": { + "config": { + "script": "\tself.props.selection.selectedRow \u003d \"null\"" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Sorter Details" + }, + "propConfig": { + "position.basis": { + "binding": { + "config": { + "expression": "if ({../Sorter Details_graph.position.display} \u003d true, \"50%\", \"100%\")" + }, + "type": "expr" + } + }, + "props.columns[10].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Count\"" + }, + "type": "expr" + } + }, + "props.columns[11].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Count\"" + }, + "type": "expr" + } + }, + "props.columns[12].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Count\"" + }, + "type": "expr" + } + }, + "props.columns[13].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Count\"" + }, + "type": "expr" + } + }, + "props.columns[14].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Count\"" + }, + "type": "expr" + } + }, + "props.columns[15].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Count\"" + }, + "type": "expr" + } + }, + "props.columns[16].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Count\"" + }, + "type": "expr" + } + }, + "props.columns[17].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Percentage\"" + }, + "type": "expr" + } + }, + "props.columns[18].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Percentage\"" + }, + "type": "expr" + } + }, + "props.columns[19].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Percentage\"" + }, + "type": "expr" + } + }, + "props.columns[20].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Percentage\"" + }, + "type": "expr" + } + }, + "props.columns[21].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Percentage\"" + }, + "type": "expr" + } + }, + "props.columns[22].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Percentage\"" + }, + "type": "expr" + } + }, + "props.columns[23].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Percentage\"" + }, + "type": "expr" + } + }, + "props.columns[24].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Percentage\"" + }, + "type": "expr" + } + }, + "props.columns[25].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Percentage\"" + }, + "type": "expr" + } + }, + "props.columns[26].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Percentage\"" + }, + "type": "expr" + } + }, + "props.columns[27].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Percentage\"" + }, + "type": "expr" + } + }, + "props.columns[28].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Percentage\"" + }, + "type": "expr" + } + }, + "props.columns[29].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Percentage\"" + }, + "type": "expr" + } + }, + "props.columns[30].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Percentage\"" + }, + "type": "expr" + } + }, + "props.columns[31].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Rate\"" + }, + "type": "expr" + } + }, + "props.columns[32].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Rate\"" + }, + "type": "expr" + } + }, + "props.columns[33].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Rate\"" + }, + "type": "expr" + } + }, + "props.columns[34].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Rate\"" + }, + "type": "expr" + } + }, + "props.columns[35].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Rate\"" + }, + "type": "expr" + } + }, + "props.columns[36].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Rate\"" + }, + "type": "expr" + } + }, + "props.columns[37].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Rate\"" + }, + "type": "expr" + } + }, + "props.columns[38].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Rate\"" + }, + "type": "expr" + } + }, + "props.columns[39].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Rate\"" + }, + "type": "expr" + } + }, + "props.columns[3].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Count\"" + }, + "type": "expr" + } + }, + "props.columns[40].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Rate\"" + }, + "type": "expr" + } + }, + "props.columns[41].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Rate\"" + }, + "type": "expr" + } + }, + "props.columns[42].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Rate\"" + }, + "type": "expr" + } + }, + "props.columns[43].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Rate\"" + }, + "type": "expr" + } + }, + "props.columns[44].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Rate\"" + }, + "type": "expr" + } + }, + "props.columns[4].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Count\"" + }, + "type": "expr" + } + }, + "props.columns[5].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Count\"" + }, + "type": "expr" + } + }, + "props.columns[6].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Count\"" + }, + "type": "expr" + } + }, + "props.columns[7].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Count\"" + }, + "type": "expr" + } + }, + "props.columns[8].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Count\"" + }, + "type": "expr" + } + }, + "props.columns[9].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Count\"" + }, + "type": "expr" + } + }, + "props.data": { + "binding": { + "config": { + "parameters": { + "endtime": "{..../Period_not_Global_0.custom.EndDate}", + "starttime": "{..../Period_not_Global_0.custom.StartDate}" + }, + "queryPath": "Statistics-autStand/Sorter Details" + }, + "type": "query" + } + } + }, + "props": { + "cells": { + "style": { + "fontSize": 14 + } + }, + "columns": [ + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY HH:mm:ss", + "editable": false, + "field": "Startstamp", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Start Timestamp" + }, + "justify": "center", + "number": "value", + "numberFormat": "00:00:00", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "date", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": 150 + }, + { + "align": "center", + "boolean": "value", + "dateFormat": "MM/DD/YYYY HH:mm:ss", + "editable": false, + "field": "Endtstamp", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "End Timestamp" + }, + "justify": "center", + "number": "value", + "numberFormat": "none", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "date", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": 150 + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "SorterName", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Sorter" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": 65 + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "inducted_count", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Inducted (#)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "sorted_count", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Sorted (#)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "destinv_count", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Dest Inv (#)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "destnone_count", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Dest None (#)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "destdis_count", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Dest Dis (#)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "destfull_count", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Dest Full (#)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "unexpected_count", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Unexpected (#)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "destfault_count", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Dest Fault (#)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "divfail_count", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Div Fail (#)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "gaperr_count", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Gap Err (#)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "lost_count", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Lost (#)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "trackerr_count", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Track Err (#)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "unknownn_count", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Unknown (#)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "unsafe_count", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Unsafe (#)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "inducted_perc", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Inducted (%)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0.##%", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "sorted_perc", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Sorted (%)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0.##%", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "destinv_perc", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Dest Inv (%)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0.##%", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "destnone_perc", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Dest None (%)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0.##%", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "destdis_perc", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Dest Dis (%)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0.##%", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "destfull_perc", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Dest Full (%)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0.##%", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "unexpected_perc", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Unexpected (%)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0.##%", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "destfault_perc", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Dest Fault (%)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0.##%", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "divfail_perc", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Div Fail (%)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0.##%", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "gaperr_perc", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Gap Err (%)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0.##%", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "lost_perc", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Lost (%)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0.##%", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "trackerr_perc", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Track Err (%)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0.##%", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "unknown_perc", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Unknown (%)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0.##%", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "unsafe_perc", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Unsafe (%)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0.##%", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "inducted_rate", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Inducted (pph)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "sorted_rate", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Sorted (pph)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "destinv_rate", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Dest Inv (pph)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "destnone_rate", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Dest None (pph)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "destdis_rate", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Dest Dis (pph)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "destfull_rate", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Dest Full (pph)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "unexpected_rate", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Unexpected (pph)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "destfault_rate", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Dest Fault (pph)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "divfail_rate", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Div Fail (pph)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "gaperr_rate", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Gapp Err (pph)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "lost_rate", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Lost (pph)" + }, + "justify": "auto", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "trackerr_rate", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Track Err (pph)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "unknown_rate", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Unknown (pph)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "unsafe_rate", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Unsafe (pph)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + } + ], + "filter": { + "enabled": true, + "results": { + "enabled": true + } + }, + "pager": { + "bottom": false + }, + "rows": { + "style": { + "textAlign": "center" + } + }, + "virtualized": false + }, + "type": "ia.display.table" + }, + { + "meta": { + "name": "Sorter Details_graph" + }, + "position": { + "basis": "50%" + }, + "propConfig": { + "props.plots[0].axes[0].name": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"inducted_count\",\r\n\"Percentage\",\"inducted_perc\",\r\n\"Rate\",\"inducted_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.plots[0].trends[0].axis": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"inducted_count\",\r\n\"Percentage\",\"inducted_perc\",\r\n\"Rate\",\"inducted_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.plots[0].trends[0].columns[0].key": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"inducted_count\",\r\n\"Percentage\",\"inducted_perc\",\r\n\"Rate\",\"inducted_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.plots[0].trends[0].columns[10].key": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"unknown_count\",\r\n\"Percentage\",\"unknown_perc\",\r\n\"Rate\",\"unknown_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.plots[0].trends[0].columns[11].key": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"unsafe_count\",\r\n\"Percentage\",\"unsafe_perc\",\r\n\"Rate\",\"unsafe_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.plots[0].trends[0].columns[12].key": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"destdis_count\",\r\n\"Percentage\",\"destdis_perc\",\r\n\"Rate\",\"destdis_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.plots[0].trends[0].columns[13].key": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"destnone_count\",\r\n\"Percentage\",\"destnone_perc\",\r\n\"Rate\",\"destnone_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.plots[0].trends[0].columns[14].key": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"assigned_count\",\r\n\"Percentage\",\"assigned_perc\",\r\n\"Rate\",\"assigned_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.plots[0].trends[0].columns[1].key": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"sorted_count\",\r\n\"Percentage\",\"sorted_perc\",\r\n\"Rate\",\"sorted_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.plots[0].trends[0].columns[2].key": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"destinv_count\",\r\n\"Percentage\",\"destinv_perc\",\r\n\"Rate\",\"destinv_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.plots[0].trends[0].columns[3].key": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"destfull_count\",\r\n\"Percentage\",\"destfull_perc\",\r\n\"Rate\",\"destfull_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.plots[0].trends[0].columns[4].key": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"unexpected_count\",\r\n\"Percentage\",\"unexpected_perc\",\r\n\"Rate\",\"unexpected_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.plots[0].trends[0].columns[5].key": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"destfault_count\",\r\n\"Percentage\",\"destfault_perc\",\r\n\"Rate\",\"destfault_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.plots[0].trends[0].columns[6].key": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"divfail_count\",\r\n\"Percentage\",\"divfail_perc\",\r\n\"Rate\",\"divfail_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.plots[0].trends[0].columns[7].key": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"gaperr_count\",\r\n\"Percentage\",\"gaperr_perc\",\r\n\"Rate\",\"gaperr_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.plots[0].trends[0].columns[8].key": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"lost_count\",\r\n\"Percentage\",\"lost_perc\",\r\n\"Rate\",\"lost_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.plots[0].trends[0].columns[9].key": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"trackerr_count\",\r\n\"Percentage\",\"trackerr_perc\",\r\n\"Rate\",\"trackerr_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.series[0].data": { + "binding": { + "config": { + "parameters": { + "Scanner": "\u0027S03\u0027", + "endtime": "{..../Period_not_Global_0.custom.EndDate}", + "starttime": "{..../Period_not_Global_0.custom.StartDate}" + }, + "polling": { + "enabled": true, + "rate": "1" + }, + "queryPath": "Statistics-autStand/Scanner Details_graph", + "returnFormat": "dataset" + }, + "type": "query" + } + }, + "props.xTrace.infoBox.dataFormat": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"#,###.##\",\r\n\"Percentage\",\"###.##%\",\r\n\"Rate\",\"#,###.##\",\r\nfalse)" + }, + "type": "expr" + } + } + }, + "props": { + "legend": { + "position": "right", + "visible": true + }, + "plots": [ + { + "axes": [ + { + "alignment": "left", + "label": { + "font": { + "color": "", + "size": 10 + }, + "offset": 0, + "style": { + "classes": "" + }, + "text": "", + "visible": true + }, + "max": "", + "min": "", + "style": { + "classes": "" + }, + "tick": { + "color": "", + "label": { + "font": { + "color": "", + "size": 14 + }, + "style": { + "classes": "" + } + }, + "style": { + "classes": "" + } + }, + "width": 60 + } + ], + "markers": [], + "relativeWeight": 1, + "trends": [ + { + "baselines": [], + "breakLine": true, + "columns": [ + { + "color": "#FF0000", + "styles": { + "highlighted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "muted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "normal": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "selected": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + } + } + }, + { + "color": "#808080", + "styles": { + "highlighted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "muted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "normal": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "selected": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + } + } + }, + { + "color": "#FF8C00", + "styles": { + "highlighted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "muted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "normal": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "selected": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + } + } + }, + { + "color": "#FFFF00", + "styles": { + "highlighted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "muted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "normal": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "selected": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + } + } + }, + { + "color": "#00FF00", + "styles": { + "highlighted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "muted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "normal": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "selected": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + } + } + }, + { + "color": "#00FFFF", + "styles": { + "highlighted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "muted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "normal": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "selected": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + } + } + }, + { + "color": "#0000FF", + "styles": { + "highlighted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "muted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "normal": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "selected": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + } + } + }, + { + "color": "#FF00FF", + "styles": { + "highlighted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "muted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "normal": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "selected": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + } + } + }, + { + "color": "#D900D9", + "styles": { + "highlighted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "muted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "normal": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "selected": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + } + } + }, + { + "color": "#87CEFA", + "styles": { + "highlighted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "muted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "normal": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "selected": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + } + } + }, + { + "color": "#CCFFCC", + "styles": { + "highlighted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "muted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "normal": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "selected": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + } + } + }, + { + "color": "#AC5F00", + "styles": { + "highlighted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "muted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "normal": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "selected": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + } + } + }, + { + "color": "#804600", + "styles": { + "highlighted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "muted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "normal": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "selected": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + } + } + }, + { + "color": "#000000", + "styles": { + "highlighted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "muted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "normal": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "selected": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + } + } + }, + { + "color": "#008000", + "styles": { + "highlighted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "muted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "normal": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "selected": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + } + } + } + ], + "interpolation": "curveLinear", + "radius": 2, + "series": "graph", + "stack": true, + "type": "line", + "visible": true + } + ] + } + ], + "series": [ + { + "name": "graph" + } + ], + "timeAxis": { + "tickCount": 10 + }, + "timeRange": { + "dateFormat": "YYYY-MM-DD", + "timeFormat": "HH:mm:ss" + }, + "xTrace": { + "infoBox": { + "dateFormat": "YYYY-MM-DD", + "timeFormat": "HH:mm:ss", + "width": 150 + } + } + }, + "type": "ia.chart.timeseries" + } + ], + "meta": { + "name": "Sorter Details" + }, + "position": { + "tabIndex": 3 + }, + "props": { + "direction": "column" + }, + "type": "ia.container.flex" + }, + { + "children": [ + { + "events": { + "component": { + "onRowDoubleClick": { + "config": { + "script": "\tself.props.selection.selectedRow \u003d \"null\"" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Lane Details" + }, + "propConfig": { + "position.basis": { + "binding": { + "config": { + "expression": "if ({../Lane Details_graph.position.display} \u003d true, \"50%\", \"100%\")" + }, + "type": "expr" + } + }, + "props.columns[10].field": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"DestFault_count\",\r\n\"Percentage\",\"destfault_perc\",\r\n\"Rate\",\"destfault_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.columns[10].header.title": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"Dest Fault (#)\",\r\n\"Percentage\",\"Dest Fault (%)\",\r\n\"Rate\",\"Dest Fault (pph)\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.columns[10].numberFormat": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"0,0.##\",\r\n\"Percentage\",\"0.##%\",\r\n\"Rate\",\"0,0.##\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.columns[11].field": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"DivertFail_count\",\r\n\"Percentage\",\"DivertFail_perc\",\r\n\"Rate\",\"DivertFail_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.columns[11].header.title": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"Divert Fail (#)\",\r\n\"Percentage\",\"Divert Fail (%)\",\r\n\"Rate\",\"Divert Fail (pph)\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.columns[11].numberFormat": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"0,0.##\",\r\n\"Percentage\",\"0.##%\",\r\n\"Rate\",\"0,0.##\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.columns[12].field": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"Lost_count\",\r\n\"Percentage\",\"lost_perc\",\r\n\"Rate\",\"lost_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.columns[12].header.title": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"Lost (#)\",\r\n\"Percentage\",\"Lost (%)\",\r\n\"Rate\",\"Lost (pph)\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.columns[12].numberFormat": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"0,0.##\",\r\n\"Percentage\",\"0.##%\",\r\n\"Rate\",\"0,0.##\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.columns[13].field": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"Unsafe_count\",\r\n\"Percentage\",\"unsafe_perc\",\r\n\"Rate\",\"unsafe_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.columns[13].header.title": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"Unsafe (#)\",\r\n\"Percentage\",\"Unsafe (%)\",\r\n\"Rate\",\"Unsafe (pph)\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.columns[13].numberFormat": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"0,0.##\",\r\n\"Percentage\",\"0.##%\",\r\n\"Rate\",\"0,0.##\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.columns[14].field": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"Dim_count\",\r\n\"Percentage\",\"dim_perc\",\r\n\"Rate\",\"dim_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.columns[14].header.title": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"Dim Error (#)\",\r\n\"Percentage\",\"Dim Error (%)\",\r\n\"Rate\",\"Dim Error (pph)\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.columns[14].numberFormat": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"0,0.##\",\r\n\"Percentage\",\"0.##%\",\r\n\"Rate\",\"0,0.##\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.columns[15].field": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"GapErr_count\",\r\n\"Percentage\",\"gaperr_perc\",\r\n\"Rate\",\"gaperr_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.columns[15].header.title": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"Gap Error (#)\",\r\n\"Percentage\",\"Gap Error (%)\",\r\n\"Rate\",\"Gap Error (pph)\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.columns[15].numberFormat": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"0,0.##\",\r\n\"Percentage\",\"0.##%\",\r\n\"Rate\",\"0,0.##\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.columns[16].field": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"Unknown_count\",\r\n\"Percentage\",\"unknown_perc\",\r\n\"Rate\",\"unknown_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.columns[16].header.title": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"Unknown (#)\",\r\n\"Percentage\",\"Unknown (%)\",\r\n\"Rate\",\"Unknown (pph)\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.columns[16].numberFormat": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"0,0.##\",\r\n\"Percentage\",\"0.##%\",\r\n\"Rate\",\"0,0.##\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.columns[5].field": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"Total_count\",\r\n\"Percentage\",\"total_perc\",\r\n\"Rate\",\"total_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.columns[5].header.title": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"Total (#)\",\r\n\"Percentage\",\"Total (%)\",\r\n\"Rate\",\"Total (pph)\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.columns[5].numberFormat": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"0,0.##\",\r\n\"Percentage\",\"0.##%\",\r\n\"Rate\",\"0,0.##\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.columns[6].field": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"Diverted_count\",\r\n\"Percentage\",\"Diverted_perc\",\r\n\"Rate\",\"Diverted_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.columns[6].header.title": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"Diverted (#)\",\r\n\"Percentage\",\"Diverted (%)\",\r\n\"Rate\",\"Diverted (pph)\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.columns[6].numberFormat": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"0,0.##\",\r\n\"Percentage\",\"0.##%\",\r\n\"Rate\",\"0,0.##\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.columns[7].field": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"DestFull_count\",\r\n\"Percentage\",\"destfull_perc\",\r\n\"Rate\",\"destfull_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.columns[7].header.title": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"Dest Full (#)\",\r\n\"Percentage\",\"Dest Full (%)\",\r\n\"Rate\",\"Dest Full (pph)\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.columns[7].numberFormat": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"0,0.##\",\r\n\"Percentage\",\"0.##%\",\r\n\"Rate\",\"0,0.##\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.columns[8].field": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"DestJam_count\",\r\n\"Percentage\",\"destjam_perc\",\r\n\"Rate\",\"destjam_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.columns[8].header.title": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"Dest Jam (#)\",\r\n\"Percentage\",\"Dest Jam (%)\",\r\n\"Rate\",\"Dest Jam (pph)\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.columns[8].numberFormat": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"0,0.##\",\r\n\"Percentage\",\"0.##%\",\r\n\"Rate\",\"0,0.##\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.columns[9].field": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"DestDis_count\",\r\n\"Percentage\",\"destdisabled_perc\",\r\n\"Rate\",\"destdisabled_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.columns[9].header.title": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"Dest Disabled (#)\",\r\n\"Percentage\",\"Dest Disabled (%)\",\r\n\"Rate\",\"Dest Disabled (pph)\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.columns[9].numberFormat": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"0,0.##\",\r\n\"Percentage\",\"0.##%\",\r\n\"Rate\",\"0,0.##\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.data": { + "binding": { + "config": { + "parameters": { + "endtime": "{..../Period_not_Global_0.custom.EndDate}", + "starttime": "{..../Period_not_Global_0.custom.StartDate}" + }, + "polling": { + "enabled": true, + "rate": "1" + }, + "queryPath": "Statistics-autStand/Lane Details" + }, + "type": "query" + } + } + }, + "props": { + "columns": [ + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY HH:mm:ss", + "editable": false, + "field": "", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "justify": "center", + "number": "value", + "numberFormat": "00:00:00", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "date", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": false, + "width": "" + }, + { + "align": "center", + "boolean": "value", + "dateFormat": "MM/DD/YYYY HH:mm:ss", + "editable": false, + "field": "Startstamp", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Start Timestamp" + }, + "justify": "center", + "number": "value", + "numberFormat": "none", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "date", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": 150 + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY HH:mm:ss", + "editable": false, + "field": "Endtstamp", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "End Timestamp" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": 150 + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "SorterName", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Sorter" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY HH:mm:ss", + "editable": false, + "field": "Lane", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Lane" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + } + }, + "justify": "center", + "number": "value", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + } + }, + "justify": "center", + "number": "value", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + } + }, + "justify": "center", + "number": "value", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + } + }, + "justify": "center", + "number": "value", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + } + }, + "justify": "center", + "number": "value", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + } + }, + "justify": "center", + "number": "value", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + } + }, + "justify": "center", + "number": "value", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + } + }, + "justify": "center", + "number": "value", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + } + }, + "justify": "center", + "number": "value", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + } + }, + "justify": "center", + "number": "value", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + } + }, + "justify": "center", + "number": "value", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + } + }, + "justify": "center", + "number": "value", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + } + ], + "filter": { + "enabled": true, + "results": { + "enabled": true + } + }, + "pager": { + "bottom": false + }, + "rows": { + "style": { + "textAlign": "center" + } + }, + "virtualized": false + }, + "type": "ia.display.table" + }, + { + "meta": { + "name": "Lane Details_graph" + }, + "position": { + "basis": "50%" + }, + "propConfig": { + "position.display": { + "binding": { + "config": { + "expression": "{../Lane Details.props.selection.selectedRow} !\u003d null" + }, + "type": "expr" + } + }, + "props.plots[0].axes[0].name": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"Total_count\",\r\n\"Percentage\",\"total_perc\",\r\n\"Rate\",\"total_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.plots[0].trends[0].axis": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"Total_count\",\r\n\"Percentage\",\"total_perc\",\r\n\"Rate\",\"total_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.plots[0].trends[0].columns[0].key": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"Total_count\",\r\n\"Percentage\",\"total_perc\",\r\n\"Rate\",\"total_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.plots[0].trends[0].columns[10].key": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"GapErr_count\",\r\n\"Percentage\",\"gaperr_perc\",\r\n\"Rate\",\"gaperr_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.plots[0].trends[0].columns[11].key": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"Unknown_count\",\r\n\"Percentage\",\"unknown_perc\",\r\n\"Rate\",\"unknown_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.plots[0].trends[0].columns[1].key": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"Diverted_count\",\r\n\"Percentage\",\"Diverted_perc\",\r\n\"Rate\",\"Diverted_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.plots[0].trends[0].columns[2].key": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"DestFull_count\",\r\n\"Percentage\",\"destfull_perc\",\r\n\"Rate\",\"destfull_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.plots[0].trends[0].columns[3].key": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"DestJam_count\",\r\n\"Percentage\",\"destjam_perc\",\r\n\"Rate\",\"destjam_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.plots[0].trends[0].columns[4].key": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"DestDis_count\",\r\n\"Percentage\",\"destdisabled_perc\",\r\n\"Rate\",\"destdisabled_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.plots[0].trends[0].columns[5].key": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"DestFault_count\",\r\n\"Percentage\",\"destfault_perc\",\r\n\"Rate\",\"destfault_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.plots[0].trends[0].columns[6].key": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"DivertFail_count\",\r\n\"Percentage\",\"DivertFail_perc\",\r\n\"Rate\",\"DivertFail_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.plots[0].trends[0].columns[7].key": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"Lost_count\",\r\n\"Percentage\",\"lost_perc\",\r\n\"Rate\",\"lost_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.plots[0].trends[0].columns[8].key": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"Unsafe_count\",\r\n\"Percentage\",\"unsafe_perc\",\r\n\"Rate\",\"unsafe_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.plots[0].trends[0].columns[9].key": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"Dim_count\",\r\n\"Percentage\",\"dim_perc\",\r\n\"Rate\",\"dim_rate\",\r\nfalse)" + }, + "type": "expr" + } + }, + "props.series[0].data": { + "binding": { + "config": { + "parameters": { + "Lane": "{../Lane Details.props.selection.data[0].Lane}", + "endtime": "{..../Period_not_Global_0.custom.EndDate}", + "starttime": "{..../Period_not_Global_0.custom.StartDate}" + }, + "polling": { + "enabled": true, + "rate": "1" + }, + "queryPath": "Statistics/Lane Details_graph", + "returnFormat": "dataset" + }, + "type": "query" + } + }, + "props.xTrace.infoBox.dataFormat": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"#,###.##\",\r\n\"Percentage\",\"###.##%\",\r\n\"Rate\",\"#,###.##\",\r\nfalse)" + }, + "type": "expr" + } + } + }, + "props": { + "legend": { + "position": "right", + "visible": true + }, + "plots": [ + { + "axes": [ + { + "alignment": "left", + "label": { + "font": { + "color": "", + "size": 10 + }, + "offset": 0, + "style": { + "classes": "" + }, + "text": "", + "visible": true + }, + "max": "", + "min": "", + "style": { + "classes": "" + }, + "tick": { + "color": "", + "label": { + "font": { + "color": "", + "size": 10 + }, + "style": { + "classes": "" + } + }, + "style": { + "classes": "" + } + }, + "width": 60 + } + ], + "markers": [], + "relativeWeight": 1, + "trends": [ + { + "baselines": [], + "breakLine": true, + "columns": [ + { + "color": "#FF0000", + "styles": { + "highlighted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "muted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "normal": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "selected": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + } + } + }, + { + "color": "#808080", + "styles": { + "highlighted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "muted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "normal": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "selected": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + } + } + }, + { + "color": "#FF8C00", + "styles": { + "highlighted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "muted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "normal": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "selected": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + } + } + }, + { + "color": "#FFFF00", + "styles": { + "highlighted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "muted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "normal": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "selected": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + } + } + }, + { + "color": "#00FF00", + "styles": { + "highlighted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "muted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "normal": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "selected": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + } + } + }, + { + "color": "#00FFFF", + "styles": { + "highlighted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "muted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "normal": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "selected": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + } + } + }, + { + "color": "#0000FF", + "styles": { + "highlighted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "muted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "normal": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "selected": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + } + } + }, + { + "color": "#FF00FF", + "styles": { + "highlighted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "muted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "normal": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "selected": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + } + } + }, + { + "color": "#D900D9", + "styles": { + "highlighted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "muted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "normal": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "selected": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + } + } + }, + { + "color": "#87CEFA", + "styles": { + "highlighted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "muted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "normal": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "selected": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + } + } + }, + { + "color": "#CCFFCC", + "styles": { + "highlighted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "muted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "normal": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "selected": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + } + } + }, + { + "color": "#AC5F00", + "styles": { + "highlighted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "muted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "normal": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "selected": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + } + } + } + ], + "interpolation": "curveLinear", + "radius": 2, + "series": "graph", + "stack": true, + "type": "line", + "visible": true + } + ] + } + ], + "series": [ + { + "name": "graph" + } + ], + "xTrace": { + "infoBox": { + "dateFormat": "YYYY-MM-DD", + "timeFormat": "HH:mm:ss" + } + } + }, + "type": "ia.chart.timeseries" + } + ], + "meta": { + "name": "Lane Details" + }, + "position": { + "tabIndex": 4 + }, + "props": { + "direction": "column" + }, + "type": "ia.container.flex" + }, + { + "children": [ + { + "meta": { + "name": "Total Full1" + }, + "position": { + "basis": "50%" + }, + "propConfig": { + "custom.mode": { + "binding": { + "config": { + "expression": "{..../Statistics.props.currentTabIndex} + {..../Period_not_Global_0/Period.props.value} + {..../Period_not_Global_0/EndTime.custom.Selected}+{..../Period_not_Global_0/StartTime.custom.Selected} + {this.custom.time} + {..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value}" + }, + "type": "expr" + }, + "onChange": { + "enabled": null, + "script": "\t\n\tpath \u003d \"\"\n\theaders \u003d []\n\tgraph \u003d []\n\t\n\tif self.parent.parent.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Count\":\n\t\tpath \u003d \"Statistics-autStand/Total Full Count\"\n\t\theaders \u003d [\"Lane\",\"Total (#)\",\"DestFull (#)\"]\n\t\tself.getSibling(\"TotalFull1\").props.series[0].tooltip.text \u003d \"Total count (#): [bold]{valueY}[/]\"\n\t\tself.getSibling(\"TotalFull1\").props.series[1].tooltip.text \u003d \"DestFull count (#): [bold]{valueY}[/]\"\n\t\tself.getSibling(\"TotalFull1\").props.yAxes[0].value.range.max \u003d \"\"\n\telif self.parent.parent.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Percentage\":\n\t\tpath \u003d \"Statistics-autStand/Total Full Percent\"\n\t\t\n\t\theaders \u003d [\"Lane\",\"Total (%)\",\"DestFull (%)\"]\n\t\tself.getSibling(\"TotalFull1\").props.series[0].tooltip.text \u003d \"Total (%): [bold]{valueY}[/]%\"\n\t\tself.getSibling(\"TotalFull1\").props.series[1].tooltip.text \u003d \"DestFull Carrier (%): [bold]{valueY}[/]%\"\n\t\tself.getSibling(\"TotalFull1\").props.yAxes[0].value.range.max \u003d 100\n\telse:\n\t\tpath \u003d \"Statistics-autStand/Total Full Rate\"\n\t\t\n\t\theaders \u003d [\"Lane\",\"Total (pph)\",\"DestFull (pph)\"]\n\t\tself.getSibling(\"TotalFull1\").props.series[0].tooltip.text \u003d \"Total (pph): [bold]{valueY}[/] pph\"\n\t\tself.getSibling(\"TotalFull1\").props.series[1].tooltip.text \u003d \"DestFull Carrier (pph): [bold]{valueY}[/] pph\"\n\t\tself.getSibling(\"TotalFull1\").props.yAxes[0].value.range.max \u003d \"\"\n\t\t\n\tparams \u003d {\"starttime\":self.parent.parent.parent.getChild(\"Period_not_Global_0\").custom.StartDate,\"endtime\":self.parent.parent.parent.getChild(\"Period_not_Global_0\").custom.EndDate}\n\t\n\tdata \u003d system.dataset.toPyDataSet(system.db.runNamedQuery(path,params))\n\tfor row in data:\t\n\t\tdict \u003d {}\n\t\tdict[\u0027Lane\u0027] \u003d \trow[\u0027Lane\u0027]\n\t\tdict[\u0027Total_count\u0027] \u003d row[\u0027Total_count\u0027]\n\t\tdict[\u0027DestFull_count\u0027] \u003d row[\u0027DestFull_count\u0027]\n\t\tgraph.append(dict)\n\t \n\t\n\tself.getSibling(\"TotalFull1\").props.dataSources.example \u003d graph\n\tself.props.data \u003d system.dataset.toDataSet(headers,data)" + } + }, + "custom.time": { + "binding": { + "config": { + "expression": "now(1000)" + }, + "type": "expr" + } + } + }, + "props": { + "columns": [ + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY HH:mm:ss", + "editable": false, + "field": "StartTimestamp", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "justify": "auto", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY hh:mm:ss", + "editable": false, + "field": "", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "date", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY HH:mm:ss", + "editable": false, + "field": "", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + } + ], + "data": { + "$": [ + "ds", + 192, + 1755877828863 + ], + "$columns": [ + { + "data": [], + "name": "Lane", + "type": "String" + }, + { + "data": [], + "name": "Total (#)", + "type": "String" + }, + { + "data": [], + "name": "DestFull (#)", + "type": "String" + } + ] + }, + "filter": { + "enabled": true, + "results": { + "enabled": true + } + }, + "pager": { + "bottom": false + }, + "rows": { + "data": {} + }, + "style": { + "fontFamily": "Arial" + }, + "virtualized": false + }, + "type": "ia.display.table" + }, + { + "meta": { + "name": "TotalFull1" + }, + "position": { + "basis": "50%" + }, + "props": { + "dataSources": { + "example": [] + }, + "series": [ + { + "candlestick": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "stacked": false, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + } + }, + "high": { + "x": "", + "y": "" + }, + "low": { + "x": "", + "y": "" + }, + "open": { + "x": "", + "y": "" + } + }, + "column": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "#3C2AF5", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "height": null, + "stacked": true, + "stroke": { + "color": "#FCFCFC", + "opacity": 1, + "width": 1 + }, + "width": null + }, + "open": { + "x": "", + "y": "" + } + }, + "data": { + "source": "example", + "x": "Lane", + "y": "Total_count" + }, + "defaultState": { + "visible": true + }, + "hiddenInLegend": false, + "label": { + "text": "Total" + }, + "line": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": false, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "name": "Total_count", + "render": "column", + "stepLine": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": true, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "Total count (#): [bold]{valueY}[/]" + }, + "visible": true, + "xAxis": "Lane", + "yAxis": "Carriers", + "zIndex": 0 + }, + { + "candlestick": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "stacked": false, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + } + }, + "high": { + "x": "", + "y": "" + }, + "low": { + "x": "", + "y": "" + }, + "open": { + "x": "", + "y": "" + } + }, + "column": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "#FF0000", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "height": null, + "stacked": true, + "stroke": { + "color": "#FF0000", + "opacity": 1, + "width": 1 + }, + "width": null + }, + "open": { + "x": "", + "y": "" + } + }, + "data": { + "source": "example", + "x": "Lane", + "y": "DestFull_count" + }, + "defaultState": { + "visible": true + }, + "hiddenInLegend": false, + "label": { + "text": "Dest Full" + }, + "line": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": false, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "name": "DestFull_count", + "render": "column", + "stepLine": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": true, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "DestFull count (#): [bold]{valueY}[/]" + }, + "visible": true, + "xAxis": "Lane", + "yAxis": "Carriers", + "zIndex": 0 + } + ], + "xAxes": [ + { + "appearance": { + "font": { + "size": "", + "weight": 500 + }, + "grid": { + "color": "", + "dashArray": "", + "minDistance": 60, + "opacity": 1, + "position": 0.5 + }, + "inside": false, + "labels": { + "color": "", + "horizontalCenter": "middle", + "opacity": 1, + "rotation": 315, + "verticalCenter": "middle" + }, + "opposite": false + }, + "category": { + "break": { + "enabled": false, + "endCategory": "", + "size": 0.05, + "startCategory": "" + } + }, + "date": { + "baseInterval": { + "count": 1, + "enabled": false, + "skipEmptyPeriods": false, + "timeUnit": "hour" + }, + "break": { + "enabled": false, + "endDate": "", + "size": 0.05, + "startDate": "" + }, + "format": "M/d", + "inputFormat": "yyyy-MM-dd kk:mm:ss", + "range": { + "max": "", + "min": "", + "useStrict": false + } + }, + "inversed": false, + "label": { + "color": "", + "enabled": true, + "text": "Lanes" + }, + "name": "Lane", + "render": "category", + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "" + }, + "value": { + "break": { + "enabled": false, + "endValue": 100, + "size": 0.05, + "startValue": 0 + }, + "format": "#,###.##", + "logarithmic": false, + "range": { + "max": 110, + "min": 0, + "useStrict": false + } + }, + "visible": true + } + ], + "yAxes": [ + { + "appearance": { + "font": { + "size": "", + "weight": 500 + }, + "grid": { + "color": "", + "dashArray": "", + "minDistance": null, + "opacity": 1, + "position": 0.5 + }, + "inside": false, + "labels": { + "color": "", + "horizontalCenter": "middle", + "opacity": 1, + "rotation": 0, + "verticalCenter": "middle" + }, + "opposite": false + }, + "category": { + "break": { + "enabled": false, + "endCategory": "", + "size": 0.05, + "startCategory": "" + } + }, + "date": { + "baseInterval": { + "count": 1, + "enabled": false, + "skipEmptyPeriods": false, + "timeUnit": "hour" + }, + "break": { + "enabled": false, + "endDate": "", + "size": 0.05, + "startDate": "" + }, + "format": "M/d/yyyy HH:mm:ss", + "inputFormat": "yyyy-MM-dd kk:mm:ss", + "range": { + "max": "", + "min": "", + "useStrict": false + } + }, + "inversed": false, + "label": { + "color": "", + "enabled": true, + "text": "" + }, + "name": "Carriers", + "render": "value", + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "" + }, + "value": { + "break": { + "enabled": false, + "endValue": 100, + "size": 0.05, + "startValue": 0 + }, + "format": "#,###.##", + "logarithmic": false, + "range": { + "max": "", + "min": "", + "useStrict": false + } + }, + "visible": true + } + ] + }, + "type": "ia.chart.xy" + } + ], + "meta": { + "name": "Total Full1" + }, + "position": { + "tabIndex": 10 + }, + "props": { + "direction": "column" + }, + "type": "ia.container.flex" + }, + { + "children": [ + { + "events": { + "component": { + "onRowDoubleClick": { + "config": { + "script": "\tself.props.selection.selectedRow \u003d \"null\"" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Jam Area" + }, + "position": { + "basis": "50%" + }, + "propConfig": { + "position.basis": { + "binding": { + "config": { + "expression": "if ({../Induct Details_graph.position.display} \u003d true, \"50%\", \"100%\")" + }, + "enabled": false, + "type": "expr" + } + }, + "props.columns[10].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Percentage\"" + }, + "type": "expr" + } + }, + "props.columns[11].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Count\"" + }, + "type": "expr" + } + }, + "props.columns[12].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Percentage\"" + }, + "type": "expr" + } + }, + "props.columns[3].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Count\"" + }, + "type": "expr" + } + }, + "props.columns[4].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Count\"" + }, + "type": "expr" + } + }, + "props.columns[5].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Count\"" + }, + "type": "expr" + } + }, + "props.columns[6].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Count\"" + }, + "type": "expr" + } + }, + "props.columns[7].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Percentage\"" + }, + "type": "expr" + } + }, + "props.columns[8].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Percentage\"" + }, + "type": "expr" + } + }, + "props.columns[9].visible": { + "binding": { + "config": { + "expression": "{..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value} \u003d \"Percentage\"" + }, + "type": "expr" + } + }, + "props.data": { + "binding": { + "config": { + "parameters": { + "endtime": "{..../Period_not_Global_0.custom.EndDate}", + "starttime": "{..../Period_not_Global_0.custom.StartDate}" + }, + "polling": { + "enabled": true, + "rate": "1" + }, + "queryPath": "Jam_Area/Jam" + }, + "type": "query" + } + } + }, + "props": { + "columns": [ + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY HH:mm:ss", + "editable": false, + "field": "Startstamp", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Start Timestamp" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "date", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY HH:mm:ss", + "editable": false, + "field": "Endtstamp", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "End Timestamp" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "date", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Total_jam", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Total (#)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Dumpers_jam", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Dumpers jam (#)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Inbound_jam", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Inbound jam (#)" + }, + "justify": "center", + "number": "value", + "numberFormat": "none", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Runout_jam", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Runout jam(#)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Sorter_Recirc_jam", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Sorter Recirc Jam (#)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Dumpers_perc", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Dumpers Jam (%)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0.##%", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Inbound_perc", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "Inbound Jam (%)" + }, + "justify": "auto", + "number": "value", + "numberFormat": "0.##%", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Runout_perc", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "Runout Jam (%)" + }, + "justify": "auto", + "number": "value", + "numberFormat": "0.##%", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Sorter_Recirc_perc", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "Sorter Recirc Jam (%)" + }, + "justify": "auto", + "number": "value", + "numberFormat": "0.##%", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Sorter_jam", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": "" + }, + "enabled": false, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "", + "value": "" + }, + "visible": "on-hover" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Sorter Jam (#)" + }, + "justify": "center", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Sorter_perc", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": "" + }, + "enabled": false, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "", + "value": "" + }, + "visible": "on-hover" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "Sorter Jam (%)" + }, + "justify": "center", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "width": "" + } + ], + "filter": { + "enabled": true, + "results": { + "enabled": true + } + }, + "pager": { + "bottom": false + }, + "selection": { + "mode": "multiple interval" + }, + "virtualized": false + }, + "type": "ia.display.table" + }, + { + "meta": { + "name": "Jam Area_graph" + }, + "position": { + "basis": "50%" + }, + "propConfig": { + "props.plots[0].axes[0].name": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"Inbound_jam\",\r\n\"Percentage\",\"Total_perc\",\r\n\"Rate\",\"Total_rate\",\r\nfalse)" + }, + "enabled": false, + "type": "expr" + } + }, + "props.plots[0].trends[0].axis": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"Dumpers_jam\",\r\n\"Percentage\",\"Total_perc\",\r\n\"Rate\",\"Total_rate\",\r\nfalse)" + }, + "enabled": false, + "type": "expr" + } + }, + "props.plots[0].trends[0].columns[0].key": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"uljl_jam\",\r\n\"Percentage\",\"Total_perc\",\r\n\"Rate\",\"Total_rate\",\r\nfalse)" + }, + "enabled": false, + "type": "expr" + } + }, + "props.plots[0].trends[0].columns[1].key": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"ps1_jam\",\r\n\"Percentage\",\"SingleCarrier_perc\",\r\n\"Rate\",\"SingleCarrier_rate\",\r\nfalse)" + }, + "enabled": false, + "type": "expr" + } + }, + "props.plots[0].trends[0].columns[2].key": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"doublecarrier_count\",\r\n\"Percentage\",\"DoubleCarrier_perc\",\r\n\"Rate\",\"DoubleCarrier_rate\",\r\nfalse)" + }, + "enabled": false, + "type": "expr" + } + }, + "props.series[0].data": { + "binding": { + "config": { + "parameters": { + "endtime": "{..../Period_not_Global_0.custom.EndDate}", + "starttime": "{..../Period_not_Global_0.custom.StartDate}" + }, + "polling": { + "enabled": true, + "rate": "1" + }, + "queryPath": "Jam_Area/Jam_graph", + "returnFormat": "dataset" + }, + "type": "query" + } + }, + "props.xTrace.infoBox.dataFormat": { + "binding": { + "config": { + "expression": "case ({..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value},\r\n\"Count\",\"#,###.##\",\r\n\"Percentage\",\"###.##%\",\r\n\"Rate\",\"#,###.##\",\r\nfalse)" + }, + "type": "expr" + } + } + }, + "props": { + "legend": { + "position": "top", + "visible": true + }, + "plots": [ + { + "axes": [ + { + "alignment": "left", + "label": { + "font": { + "color": "", + "size": 10 + }, + "offset": 0, + "style": { + "classes": "" + }, + "text": "", + "visible": true + }, + "max": "", + "min": "", + "name": "qty", + "style": { + "classes": "" + }, + "tick": { + "color": "", + "label": { + "font": { + "color": "", + "size": 10 + }, + "style": { + "classes": "" + } + }, + "style": { + "classes": "" + } + }, + "width": 60 + } + ], + "markers": [], + "relativeWeight": 1, + "trends": [ + { + "axis": "roundtime", + "baselines": [], + "breakLine": true, + "columns": [ + { + "color": "#FF0000", + "key": "roundtime", + "styles": { + "highlighted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "muted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "normal": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "selected": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + } + } + }, + { + "color": "#808080", + "key": "Dumpers_jam", + "styles": { + "highlighted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "muted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": 0.1, + "width": null + } + }, + "normal": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "selected": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + } + } + }, + { + "color": "#002EFF", + "key": "Inbound_jam", + "styles": { + "highlighted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "muted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "normal": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "selected": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + } + } + }, + { + "color": "", + "key": "Runout_jam", + "styles": { + "highlighted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "muted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "normal": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "selected": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + } + } + }, + { + "color": "#48FF13", + "key": "Sorter_Recirc_jam", + "styles": { + "highlighted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "muted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "normal": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "selected": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + } + } + }, + { + "color": "#00640E", + "key": "Sorter_jam", + "styles": { + "highlighted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "muted": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "normal": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + }, + "selected": { + "fill": { + "color": "", + "opacity": null + }, + "stroke": { + "color": "", + "dashArray": null, + "opacity": null, + "width": null + } + } + } + } + ], + "interpolation": "curveLinear", + "radius": 2, + "series": "graph", + "stack": true, + "type": "line", + "visible": true + } + ] + } + ], + "series": [ + { + "name": "graph" + } + ], + "xTrace": { + "infoBox": { + "dateFormat": "YYYY-MM-DD", + "timeFormat": "HH:mm:ss" + } + } + }, + "type": "ia.chart.timeseries" + } + ], + "meta": { + "name": "Jam Area" + }, + "position": { + "tabIndex": 11 + }, + "props": { + "direction": "column" + }, + "type": "ia.container.flex" + }, + { + "children": [ + { + "meta": { + "name": "Dumper cycles" + }, + "position": { + "basis": "50%" + }, + "propConfig": { + "custom.mode": { + "binding": { + "config": { + "expression": "{..../Statistics.props.currentTabIndex} + {..../Period_not_Global_0/Period.props.value} + {..../Period_not_Global_0/EndTime.custom.Selected}+{..../Period_not_Global_0/StartTime.custom.Selected} + {this.custom.time} + {..../Lane Drop Down/Lane.props.value} + {..../Aggregation_Mode/Dropdown_Aggregation_mode.props.value}" + }, + "type": "expr" + }, + "onChange": { + "enabled": null, + "script": "\t\n\tpath \u003d \"\"\n\theaders \u003d []\n\tgraph \u003d []\n\t\n\tif self.parent.parent.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Count\":\n\t\tpath \u003d \"Dumper/Dumper Lane Count\"\n\t\theaders \u003d [\"Start Timestamp\",\"Hour\",\"Cycles of ULGL1\",\"Cycles of ULGL2\",\"Cycles of ULGL3\"]\n\t\t\n\t\tself.getSibling(\"Dumper_cycles\").props.yAxes[0].value.range.max \u003d \"\"\n\telif self.parent.parent.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Percentage\":\n\t\tpath \u003d \"Dumper/Dumper Lane Percent\"\n\t\theaders \u003d [\"Start Timestamp\",\"Hour\",\"Cycles of ULGL1 (%)\",\"Cycles of ULGL2 (%)\",\"Cycles of ULGL3 (%)\"]\n\t\t\n\t\tself.getSibling(\"Dumper_cycles\").props.yAxes[0].value.range.max \u003d 100\n\telse:\n\t\tpath \u003d \"Dumper/Dumper Lane Rate\"\n\t\theaders \u003d [\"Start Timestamp\",\"Hour\",\"Cycles of ULGL1 (cph)\",\"Cycles of ULGL2 (cph)\",\"Cycles of ULGL3 (cph)\"]\n\t\t\n\t\tself.getSibling(\"Dumper_cycles\").props.yAxes[0].value.range.max \u003d \"\"\n\t\t\n\tparams \u003d {\"starttime\":self.parent.parent.parent.getChild(\"Period_not_Global_0\").custom.StartDate,\"endtime\":self.parent.parent.parent.getChild(\"Period_not_Global_0\").custom.EndDate,\"dumper\":self.parent.parent.parent.getChild(\"Dumper Drop Down_0\").getChild(\"Dumper\").props.value}\t\n\t\n\tdata \u003d system.dataset.toPyDataSet(system.db.runNamedQuery(path,params))\n\t\n\tfor row in data:\t\n\t\tdict \u003d {}\n\t\tdict[\u0027Hour\u0027] \u003d \trow[\u0027Hour\u0027]\n\t\tdict[\u0027ULGL1\u0027] \u003d row[\u0027ULGL1\u0027]\n\t\tdict[\u0027ULGL2\u0027] \u003d row[\u0027ULGL2\u0027]\n\t\tdict[\u0027ULGL3\u0027] \u003d row[\u0027ULGL3\u0027]\n\t\n\t\tgraph.append(dict)\n\t\n\tself.getSibling(\"Dumper_cycles\").props.dataSources.example \u003d graph\n\tself.props.data \u003d system.dataset.toDataSet(headers,data)" + } + }, + "custom.time": { + "binding": { + "config": { + "expression": "now(10000000)" + }, + "type": "expr" + } + } + }, + "props": { + "columns": [ + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY HH:mm:ss", + "editable": false, + "field": "ulgl1", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "n/a" + }, + "justify": "center", + "number": "value", + "numberFormat": "00:00:00", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "date", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": false, + "width": "" + }, + { + "align": "center", + "boolean": "value", + "dateFormat": "MM/DD/YYYY HH:mm:ss", + "editable": false, + "field": "ulgl1", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Start Timestamp" + }, + "justify": "center", + "number": "value", + "numberFormat": "none", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "date", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": 150 + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY HH:mm:ss", + "editable": false, + "field": "ulgl2", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Hour" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": 150 + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "ulgl3", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Total (%)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0.##%", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "justify": "auto", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "justify": "auto", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + } + ], + "data": { + "$": [ + "ds", + 192, + 1755871662015 + ], + "$columns": [ + { + "data": [], + "name": "Start Timestamp", + "type": "String" + }, + { + "data": [], + "name": "Hour", + "type": "String" + }, + { + "data": [], + "name": "Cycles of ULGL1", + "type": "String" + }, + { + "data": [], + "name": "Cycles of ULGL2", + "type": "String" + }, + { + "data": [], + "name": "Cycles of ULGL3", + "type": "String" + } + ] + }, + "filter": { + "enabled": true, + "results": { + "enabled": true + } + }, + "pager": { + "bottom": false + }, + "rows": { + "style": { + "textAlign": "center" + } + }, + "selection": { + "enableRowSelection": false + }, + "virtualized": false + }, + "type": "ia.display.table" + }, + { + "meta": { + "name": "Dumper_cycles" + }, + "position": { + "basis": "50%" + }, + "props": { + "dataSources": { + "example": [] + }, + "legend": { + "enabled": false + }, + "series": [ + { + "candlestick": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "stacked": false, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + } + }, + "high": { + "x": "", + "y": "" + }, + "low": { + "x": "", + "y": "" + }, + "open": { + "x": "", + "y": "" + } + }, + "column": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "height": null, + "stacked": true, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "width": null + }, + "open": { + "x": "", + "y": "" + } + }, + "data": { + "source": "example", + "x": "Hour", + "y": "ULGL1" + }, + "defaultState": { + "visible": true + }, + "hiddenInLegend": false, + "label": { + "text": "Diverted" + }, + "line": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": false, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "name": "ULGL1", + "render": "column", + "stepLine": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": true, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "ULGL1 (#): [bold]{valueY}[/]" + }, + "visible": true, + "xAxis": "Hour", + "yAxis": "Total", + "zIndex": 0 + }, + { + "candlestick": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "stacked": false, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + } + }, + "high": { + "x": "", + "y": "" + }, + "low": { + "x": "", + "y": "" + }, + "open": { + "x": "", + "y": "" + } + }, + "column": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "#FF0000", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "height": null, + "stacked": true, + "stroke": { + "color": "#FF0000", + "opacity": 1, + "width": 1 + }, + "width": null + }, + "open": { + "x": "", + "y": "" + } + }, + "data": { + "source": "example", + "x": "Hour", + "y": "ULGL2" + }, + "defaultState": { + "visible": true + }, + "hiddenInLegend": false, + "label": { + "text": "Dest Full" + }, + "line": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": false, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "name": "ULGL2", + "render": "column", + "stepLine": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": true, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "ULGL2 (#): [bold]{valueY}[/]" + }, + "visible": true, + "xAxis": "Hour", + "yAxis": "Total", + "zIndex": 0 + }, + { + "candlestick": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "stacked": false, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + } + }, + "high": { + "x": "", + "y": "" + }, + "low": { + "x": "", + "y": "" + }, + "open": { + "x": "", + "y": "" + } + }, + "column": { + "appearance": { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "fill": { + "color": "#FF8C00", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": "", + "min": "" + }, + "height": null, + "stacked": true, + "stroke": { + "color": "#FF8C00", + "opacity": 1, + "width": 1 + }, + "width": null + }, + "open": { + "x": "", + "y": "" + } + }, + "data": { + "source": "example", + "x": "Hour", + "y": "ULGL3" + }, + "defaultState": { + "visible": true + }, + "hiddenInLegend": false, + "label": { + "text": "Dest Jam" + }, + "line": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": false, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "name": "ULGL3", + "render": "column", + "stepLine": { + "appearance": { + "bullets": [ + { + "deriveFieldsFromData": { + "fill": { + "color": "", + "opacity": "" + }, + "rotation": "", + "stroke": { + "color": "", + "opacity": "", + "width": "" + } + }, + "enabled": true, + "fill": { + "color": "", + "opacity": 1 + }, + "heatRules": { + "dataField": "", + "enabled": false, + "max": 100, + "min": 2 + }, + "height": 10, + "label": { + "position": { + "dx": 0, + "dy": 0 + }, + "text": "{value}" + }, + "render": "circle", + "rotation": 0, + "stroke": { + "color": "", + "opacity": 1, + "width": 1 + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "{name}: [bold]{valueY}[/]" + }, + "width": 10 + } + ], + "connect": true, + "fill": { + "color": "", + "opacity": 0 + }, + "minDistance": 0.5, + "stroke": { + "color": "", + "dashArray": "", + "opacity": 1, + "width": 3 + }, + "tensionX": 1, + "tensionY": 1 + }, + "open": { + "x": "", + "y": "" + } + }, + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "ULGL3 (#): [bold]{valueY}[/]" + }, + "visible": true, + "xAxis": "Hour", + "yAxis": "Total", + "zIndex": 0 + } + ], + "xAxes": [ + { + "appearance": { + "font": { + "size": "", + "weight": 500 + }, + "grid": { + "color": "", + "dashArray": "", + "minDistance": 60, + "opacity": 1, + "position": 0.5 + }, + "inside": false, + "labels": { + "color": "", + "horizontalCenter": "middle", + "opacity": 1, + "rotation": 0, + "verticalCenter": "middle" + }, + "opposite": false + }, + "category": { + "break": { + "enabled": false, + "endCategory": "", + "size": 0.05, + "startCategory": "" + } + }, + "date": { + "baseInterval": { + "count": 1, + "enabled": false, + "skipEmptyPeriods": false, + "timeUnit": "hour" + }, + "break": { + "enabled": false, + "endDate": "", + "size": 0.05, + "startDate": "" + }, + "format": "M/d", + "inputFormat": "yyyy-MM-dd kk:mm:ss", + "range": { + "max": "", + "min": "", + "useStrict": false + } + }, + "inversed": false, + "label": { + "color": "", + "enabled": true, + "text": "Hour" + }, + "name": "Hour", + "render": "category", + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "" + }, + "value": { + "break": { + "enabled": false, + "endValue": 100, + "size": 0.05, + "startValue": 0 + }, + "format": "#,###.##", + "logarithmic": false, + "range": { + "max": "", + "min": "", + "useStrict": false + } + }, + "visible": true + } + ], + "yAxes": [ + { + "appearance": { + "font": { + "size": "", + "weight": 500 + }, + "grid": { + "color": "", + "dashArray": "", + "minDistance": null, + "opacity": 1, + "position": 0.5 + }, + "inside": false, + "labels": { + "color": "", + "horizontalCenter": "middle", + "opacity": 1, + "rotation": 0, + "verticalCenter": "middle" + }, + "opposite": false + }, + "category": { + "break": { + "enabled": false, + "endCategory": "", + "size": 0.05, + "startCategory": "" + } + }, + "date": { + "baseInterval": { + "count": 1, + "enabled": false, + "skipEmptyPeriods": false, + "timeUnit": "hour" + }, + "break": { + "enabled": false, + "endDate": "", + "size": 0.05, + "startDate": "" + }, + "format": "M/d/yyyy HH:mm:ss", + "inputFormat": "yyyy-MM-dd kk:mm:ss", + "range": { + "max": "", + "min": "", + "useStrict": false + } + }, + "inversed": false, + "label": { + "color": "", + "enabled": true, + "text": "" + }, + "name": "Total", + "render": "value", + "tooltip": { + "background": { + "color": "", + "opacity": 1 + }, + "cornerRadius": 3, + "enabled": true, + "pointerLength": 4, + "text": "" + }, + "value": { + "break": { + "enabled": false, + "endValue": 100, + "size": 0.05, + "startValue": 0 + }, + "format": "#,###.##", + "logarithmic": false, + "range": { + "max": "", + "min": "", + "useStrict": false + } + }, + "visible": true + } + ] + }, + "type": "ia.chart.xy" + } + ], + "meta": { + "name": "Dumper cycles" + }, + "position": { + "tabIndex": 12 + }, + "props": { + "direction": "column" + }, + "type": "ia.container.flex" + } + ], + "meta": { + "name": "Statistics" + }, + "position": { + "height": 0.96, + "width": 1, + "y": 0.04 + }, + "propConfig": { + "props.tabs": { + "persistent": true + } + }, + "props": { + "currentTabIndex": 12, + "menuStyle": { + "backgroundColor": "#FFFFFFBD", + "fontSize": "1.0vmin", + "overflowWrap": "break-word", + "textAlign": "left" + }, + "style": { + "fontFamily": "Arial", + "width": "100%" + }, + "tabSize": { + "width": 160 + }, + "tabStyle": { + "active": { + "flexBasis": 0, + "flexGrow": 1, + "fontSize": "1.0vmin" + }, + "disabled": { + "fontSize": "1.0vmin" + }, + "inactive": { + "flexBasis": 0, + "flexGrow": 1, + "fontSize": "1.0vmin" + } + }, + "tabs": [ + "Induct Details", + "Scanner Details", + "Sorter Summary", + "Sorter Details", + "Lane Details", + "Hourly Induct", + "Hourly Scanner", + "Hourly Sorter Summary", + "Hourly Sorter Details", + "Hourly Lane", + "Lane Total Full", + "Jam by Area", + "Dumper cycles" + ] + }, + "type": "ia.container.tab" + }, + { + "children": [ + { + "meta": { + "name": "Label" + }, + "position": { + "basis": "50px", + "grow": 1 + }, + "props": { + "style": { + "color": "#FFFFFF" + }, + "text": "Aggregation Mode:" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Dropdown_Aggregation_mode" + }, + "position": { + "basis": "100px", + "grow": 1 + }, + "props": { + "dropdownOptionStyle": { + "fontSize": "1.5vmin", + "overflow": "hidden", + "width": "auto" + }, + "options": [ + { + "label": "Count", + "value": "Count" + }, + { + "label": "Percentage", + "value": "Percentage" + }, + { + "label": "Rate", + "value": "Rate" + } + ], + "style": { + "fontSize": "1.5vmin" + }, + "value": "Count" + }, + "type": "ia.input.dropdown" + } + ], + "meta": { + "name": "Aggregation_Mode" + }, + "position": { + "height": 0.03, + "width": 0.1766, + "x": 0.7556, + "y": 0.0048 + }, + "propConfig": { + "meta.visible": { + "binding": { + "config": { + "expression": "{../Statistics.props.currentTabIndex} !\u003d12" + }, + "enabled": false, + "type": "expr" + } + } + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": "1.3vmin", + "overflow": "hidden" + } + }, + "type": "ia.container.flex" + }, + { + "children": [ + { + "meta": { + "name": "Label_0" + }, + "position": { + "basis": "63px" + }, + "props": { + "style": { + "color": "#000000" + }, + "text": "Induct:" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Dropdown_0" + }, + "position": { + "basis": "171px" + }, + "props": { + "options": [ + { + "label": "PS01", + "value": "PS01" + }, + { + "label": "PS02", + "value": "PS02" + }, + { + "label": "PS03", + "value": "PS03" + } + ], + "value": "PS01" + }, + "type": "ia.input.dropdown" + } + ], + "meta": { + "name": "Induct Drop Down", + "visible": false + }, + "position": { + "height": 0.0269, + "width": 0.124, + "x": 0.872, + "y": 0.0439 + }, + "props": { + "style": { + "fontFamily": "Arial" + } + }, + "type": "ia.container.flex" + }, + { + "children": [ + { + "meta": { + "name": "Label_Scanner" + }, + "position": { + "basis": "70px" + }, + "props": { + "style": { + "color": "#000000" + }, + "text": "Scanner:" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Scanner" + }, + "position": { + "basis": "171px" + }, + "props": { + "options": [ + { + "label": "S01aa", + "value": "S01aa" + }, + { + "label": "S02aa", + "value": "S02aa" + }, + { + "label": "S03aa", + "value": "S03aa" + } + ], + "value": "S01aa" + }, + "type": "ia.input.dropdown" + } + ], + "meta": { + "name": "Scanner Drop Down", + "visible": false + }, + "position": { + "height": 0.0269, + "width": 0.124, + "x": 0.872, + "y": 0.0439 + }, + "props": { + "style": { + "fontFamily": "Arial" + } + }, + "type": "ia.container.flex" + }, + { + "children": [ + { + "meta": { + "name": "Label_Lane" + }, + "position": { + "basis": "70px" + }, + "props": { + "style": { + "color": "#000000" + }, + "text": "Lane:" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Lane" + }, + "position": { + "basis": "171px" + }, + "props": { + "options": [ + { + "label": "S03001", + "value": "S03001" + }, + { + "label": "S03002", + "value": "S03002" + }, + { + "label": "S03003", + "value": "S03003" + }, + { + "label": "S03005", + "value": "S03005" + }, + { + "label": "S03006", + "value": "S03006" + }, + { + "label": "S03007", + "value": "S03007" + }, + { + "label": "S03008", + "value": "S03008" + }, + { + "label": "S03009", + "value": "S03009" + }, + { + "label": "S03010", + "value": "S03010" + }, + { + "label": "S03011", + "value": "S03011" + }, + { + "label": "S03012", + "value": "S03012" + }, + { + "label": "S03013", + "value": "S03013" + }, + { + "label": "S03014", + "value": "S03014" + }, + { + "label": "S03015", + "value": "S03015" + }, + { + "label": "S03016", + "value": "S03016" + }, + { + "label": "S03017", + "value": "S03017" + }, + { + "label": "S03018", + "value": "S03018" + }, + { + "label": "S03019", + "value": "S03019" + }, + { + "label": "S03020", + "value": "S03020" + }, + { + "label": "S03021", + "value": "S03021" + }, + { + "label": "S03022", + "value": "S03022" + }, + { + "label": "S03023", + "value": "S03023" + }, + { + "label": "S03024", + "value": "S03024" + }, + { + "label": "S03025", + "value": "S03025" + }, + { + "label": "S03026", + "value": "S03026" + }, + { + "label": "S03027", + "value": "S03027" + }, + { + "label": "S03028", + "value": "S03028" + }, + { + "label": "S03029", + "value": "S03029" + }, + { + "label": "S03030", + "value": "S03030" + }, + { + "label": "S03031", + "value": "S03031" + }, + { + "label": "S03032", + "value": "S03032" + }, + { + "label": "S03033", + "value": "S03033" + }, + { + "label": "S03034", + "value": "S03034" + }, + { + "label": "S03035", + "value": "S03035" + }, + { + "label": "S03036", + "value": "S03036" + }, + { + "label": "S03037", + "value": "S03037" + }, + { + "label": "S03038", + "value": "S03038" + }, + { + "label": "S03039", + "value": "S03039" + }, + { + "label": "S03040", + "value": "S03040" + }, + { + "label": "S03041", + "value": "S03041" + }, + { + "label": "S03042", + "value": "S03042" + }, + { + "label": "S03043", + "value": "S03043" + }, + { + "label": "S03044", + "value": "S03044" + }, + { + "label": "S03045", + "value": "S03045" + }, + { + "label": "S03046", + "value": "S03046" + }, + { + "label": "S03047", + "value": "S03047" + }, + { + "label": "S03048", + "value": "S03048" + }, + { + "label": "S03049", + "value": "S03049" + }, + { + "label": "S03050", + "value": "S03050" + }, + { + "label": "S03051", + "value": "S03051" + }, + { + "label": "S03052", + "value": "S03052" + }, + { + "label": "S03053", + "value": "S03053" + }, + { + "label": "S03054", + "value": "S03054" + }, + { + "label": "S03055", + "value": "S03055" + }, + { + "label": "S03056", + "value": "S03056" + }, + { + "label": "S03057", + "value": "S03057" + }, + { + "label": "S03058", + "value": "S03058" + }, + { + "label": "S03059", + "value": "S03059" + }, + { + "label": "S03060", + "value": "S03060" + }, + { + "label": "S03061", + "value": "S03061" + }, + { + "label": "S03062", + "value": "S03062" + }, + { + "label": "S03063", + "value": "S03063" + }, + { + "label": "S03064", + "value": "S03064" + }, + { + "label": "S03065", + "value": "S03065" + }, + { + "label": "S03066", + "value": "S03066" + }, + { + "label": "S03067", + "value": "S03067" + }, + { + "label": "S03068", + "value": "S03068" + }, + { + "label": "S03069", + "value": "S03069" + }, + { + "label": "S03070", + "value": "S03070" + }, + { + "label": "S03071", + "value": "S03071" + }, + { + "label": "S03072", + "value": "S03072" + }, + { + "label": "S03073", + "value": "S03073" + }, + { + "label": "S03074", + "value": "S03074" + }, + { + "label": "S03075", + "value": "S03075" + }, + { + "label": "S03076", + "value": "S03076" + }, + { + "label": "S03077", + "value": "S03077" + }, + { + "label": "S03078", + "value": "S03078" + }, + { + "label": "S03079", + "value": "S03079" + }, + { + "label": "S03080", + "value": "S03080" + }, + { + "label": "S03081", + "value": "S03081" + }, + { + "label": "S03082", + "value": "S03082" + }, + { + "label": "S03083", + "value": "S03083" + }, + { + "label": "S03084", + "value": "S03084" + }, + { + "label": "S03085", + "value": "S03085" + }, + { + "label": "S03086", + "value": "S03086" + }, + { + "label": "S03087", + "value": "S03087" + }, + { + "label": "S03088", + "value": "S03088" + }, + { + "label": "S03089", + "value": "S03089" + }, + { + "label": "S03090", + "value": "S03090" + }, + { + "label": "S03091", + "value": "S03091" + }, + { + "label": "S03092", + "value": "S03092" + }, + { + "label": "S03093", + "value": "S03093" + }, + { + "label": "S03094", + "value": "S03094" + }, + { + "label": "S03095", + "value": "S03095" + }, + { + "label": "S03096", + "value": "S03096" + }, + { + "label": "S03097", + "value": "S03097" + }, + { + "label": "S03098", + "value": "S03098" + }, + { + "label": "S03099", + "value": "S03099" + }, + { + "label": "S03100", + "value": "S03100" + }, + { + "label": "S03101", + "value": "S03101" + }, + { + "label": "S03102", + "value": "S03102" + }, + { + "label": "S03103", + "value": "S03103" + }, + { + "label": "S03104", + "value": "S03104" + }, + { + "label": "S03105", + "value": "S03105" + }, + { + "label": "S03106", + "value": "S03106" + }, + { + "label": "S03107", + "value": "S03107" + }, + { + "label": "S03108", + "value": "S03108" + }, + { + "label": "S03999", + "value": "S03999" + } + ], + "value": "S0101" + }, + "type": "ia.input.dropdown" + } + ], + "meta": { + "name": "Lane Drop Down" + }, + "position": { + "height": 0.0269, + "width": 0.0792, + "x": 0.6897, + "y": 0.0922 + }, + "propConfig": { + "meta.visible": { + "binding": { + "config": { + "expression": "if ({../Statistics.props.currentTabIndex} \u003d 9 ,\r\ntrue,\r\nfalse)" + }, + "type": "expr" + } + } + }, + "props": { + "style": { + "fontFamily": "Arial" + } + }, + "type": "ia.container.flex" + }, + { + "children": [ + { + "meta": { + "name": "Label_Scanner" + }, + "position": { + "basis": "70px" + }, + "props": { + "style": { + "color": "#000000" + }, + "text": "Sorter:" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Sorter" + }, + "position": { + "basis": "171px" + }, + "props": { + "options": [ + { + "label": "S01", + "value": "S01" + }, + { + "label": "S02", + "value": "S02" + }, + { + "label": "S03", + "value": "S03" + } + ], + "value": "PS01" + }, + "type": "ia.input.dropdown" + } + ], + "meta": { + "name": "Sorter Drop Down", + "visible": false + }, + "position": { + "height": 0.0269, + "width": 0.124, + "x": 0.872, + "y": 0.0439 + }, + "props": { + "style": { + "fontFamily": "Arial" + } + }, + "type": "ia.container.flex" + }, + { + "custom": { + "debug": [ + [ + "2020-03-24 03:58:00", + 83.44392609984358, + 93.58514404296875, + 71.81086730957031 + ], + [ + "2020-03-24 03:59:00", + 83.35893577107669, + 106.05998229980469, + 72.54214477539062 + ], + [ + "2020-03-24 04:00:00", + 83.2739454423098, + 102.124267578125, + 72.18306732177734 + ], + [ + "2020-03-24 04:01:00", + 83.26998772600022, + 104.7994155883789, + 72.2726821899414 + ], + [ + "2020-03-24 04:02:00", + 83.09998708000028, + 110.67745971679688, + 72.70557403564453 + ], + [ + "2020-03-24 04:03:00", + 82.95057846075277, + 110.90865325927734, + 72.86494445800781 + ], + [ + "2020-03-24 04:04:00", + 82.87408810123425, + 111.18544006347656, + 72.739990234375 + ], + [ + "2020-03-24 04:05:00", + 82.79759774171573, + 110.57137298583984, + 72.47943878173828 + ], + [ + "2020-03-24 04:06:00", + 82.72110738219722, + 111.59486389160156, + 72.50711059570312 + ], + [ + "2020-03-24 04:07:00", + 82.6446170226787, + 110.79205322265625, + 72.84617614746094 + ], + [ + "2020-03-24 04:08:00", + 82.56812666316019, + 112.36724853515625, + 72.59688568115234 + ], + [ + "2020-03-24 04:09:00", + 82.49163630364167, + 111.96199035644531, + 71.75237274169922 + ], + [ + "2020-03-24 04:10:00", + 82.41514594412317, + 114.09909057617188, + 72.87260437011719 + ], + [ + "2020-03-24 04:11:00", + 82.33865558460465, + 113.22314453125, + 72.4264144897461 + ], + [ + "2020-03-24 04:12:00", + 82.26216522508614, + 112.67841339111328, + 72.77767944335938 + ], + [ + "2020-03-24 04:13:00", + 82.18567486556762, + 109.4883041381836, + 73.2457504272461 + ], + [ + "2020-03-24 04:14:00", + 82.1091845060491, + 109.47913360595703, + 72.0219955444336 + ], + [ + "2020-03-24 04:15:00", + 82.03269414653059, + 109.40910339355469, + 72.11457061767578 + ], + [ + "2020-03-24 04:16:00", + 81.95620378701207, + 108.2085189819336, + 73.03665924072266 + ], + [ + "2020-03-24 04:17:00", + 81.87971342749356, + 109.74492645263672, + 72.89605712890625 + ], + [ + "2020-03-24 04:18:00", + 81.80322306797505, + 110.48381042480469, + 72.340087890625 + ], + [ + "2020-03-24 04:19:00", + 81.72673270845654, + 110.1125259399414, + 72.04779815673828 + ], + [ + "2020-03-24 04:20:00", + 81.65024234893802, + 110.58039855957031, + 72.02574157714844 + ], + [ + "2020-03-24 04:21:00", + 81.5737519894195, + 111.26719665527344, + 72.68399810791016 + ], + [ + "2020-03-24 04:22:00", + 81.57001033599973, + 111.0679931640625, + 72.2317123413086 + ], + [ + "2020-03-24 04:23:00", + 81.40001291999972, + 111.84290313720703, + 73.5782470703125 + ], + [ + "2020-03-24 04:24:00", + 81.22444354734957, + 111.08856201171875, + 74.54239654541016 + ], + [ + "2020-03-24 04:25:00", + 81.13445335130304, + 110.7277603149414, + 73.62892150878906 + ], + [ + "2020-03-24 04:26:00", + 81.04446315525652, + 110.72388458251953, + 74.79293823242188 + ], + [ + "2020-03-24 04:27:00", + 80.95447295921001, + 113.21517944335938, + 73.95577239990234 + ], + [ + "2020-03-24 04:28:00", + 80.86448276316348, + 112.6423568725586, + 74.46560668945312 + ], + [ + "2020-03-24 04:29:00", + 80.77449256711697, + 113.47187805175781, + 75.20769500732422 + ], + [ + "2020-03-24 04:30:00", + 80.68450237107044, + 113.81484985351562, + 74.11184692382812 + ], + [ + "2020-03-24 04:31:00", + 80.59451217502392, + 110.26861572265625, + 73.92262268066406 + ], + [ + "2020-03-24 04:32:00", + 80.50452197897741, + 109.19113159179688, + 74.61058807373047 + ], + [ + "2020-03-24 04:33:00", + 80.41453178293088, + 108.94200134277344, + 74.5039291381836 + ], + [ + "2020-03-24 04:34:00", + 80.32454158688437, + 109.96826934814453, + 74.46529388427734 + ], + [ + "2020-03-24 04:35:00", + 80.23455139083784, + 81.94364929199219, + 73.67473602294922 + ], + [ + "2020-03-24 04:36:00", + 80.14456119479132, + 23.80181121826172, + 73.68876117466887 + ], + [ + "2020-03-24 04:37:00", + 80.0545709987448, + 1.4474921226501465, + 73.68912506103516 + ], + [ + "2020-03-24 04:38:00", + 79.96458080269828, + 4.1637725830078125, + 73.72541046142578 + ], + [ + "2020-03-24 04:39:00", + 79.87459060665176, + 26.945161819458008, + 74.61903381347656 + ], + [ + "2020-03-24 04:40:00", + 79.87000710599979, + 34.11628341674805, + 73.51866149902344 + ], + [ + "2020-03-24 04:41:00", + 79.70000645999983, + 27.773473739624023, + 74.04241180419922 + ], + [ + "2020-03-24 04:42:00", + 79.60965611151889, + 27.49029541015625, + 73.1905517578125 + ], + [ + "2020-03-24 04:43:00", + 79.56329763722199, + 34.070072174072266, + 73.98297882080078 + ], + [ + "2020-03-24 04:44:00", + 79.5169391629251, + 33.60432052612305, + 74.68580627441406 + ], + [ + "2020-03-24 04:45:00", + 79.4705806886282, + 33.17567825317383, + 73.96578216552734 + ], + [ + "2020-03-24 04:46:00", + 79.42422221433131, + 33.235443115234375, + 74.14202880859375 + ], + [ + "2020-03-24 04:47:00", + 79.37786374003441, + 33.624229431152344, + 73.29328918457031 + ], + [ + "2020-03-24 04:48:00", + 79.33150526573752, + 33.59697723388672, + 73.17694091796875 + ], + [ + "2020-03-24 04:49:00", + 79.28514679144062, + 33.403076171875, + 73.81486511230469 + ], + [ + "2020-03-24 04:50:00", + 79.23878831714373, + 33.89695739746094, + 74.30374145507812 + ], + [ + "2020-03-24 04:51:00", + 79.19242984284683, + 32.8265266418457, + 74.06024169921875 + ], + [ + "2020-03-24 04:52:00", + 79.14607136854994, + 48.27207946777344, + 73.2079086303711 + ], + [ + "2020-03-24 04:53:00", + 79.09971289425305, + 74.11988830566406, + 72.95736694335938 + ], + [ + "2020-03-24 04:54:00", + 79.05335441995615, + 85.12024688720703, + 73.62250518798828 + ], + [ + "2020-03-24 04:55:00", + 79.00699594565926, + 89.70301055908203, + 72.9462661743164 + ], + [ + "2020-03-24 04:56:00", + 78.96063747136236, + 98.89726257324219, + 72.34540557861328 + ], + [ + "2020-03-24 04:57:00", + 78.91427899706547, + 104.57252502441406, + 73.3578872680664 + ], + [ + "2020-03-24 04:58:00", + 78.86792052276857, + 103.37727355957031, + 73.94607543945312 + ], + [ + "2020-03-24 04:59:00", + 78.82156204847168, + 103.06717681884766, + 72.9709701538086 + ], + [ + "2020-03-24 05:00:00", + 78.77520357417478, + 102.50790405273438, + 74.46186065673828 + ], + [ + "2020-03-24 05:01:00", + 78.72884509987789, + 102.56554412841797, + 72.30302429199219 + ], + [ + "2020-03-24 05:02:00", + 78.68248662558099, + 100.72061157226562, + 73.90963745117188 + ], + [ + "2020-03-24 05:03:00", + 78.6361281512841, + 84.94855499267578, + 72.5624771118164 + ], + [ + "2020-03-24 05:04:00", + 78.5897696769872, + 73.80229949951172, + 72.40718078613281 + ], + [ + "2020-03-24 05:05:00", + 78.54341120269031, + 66.7529296875, + 73.5855941772461 + ], + [ + "2020-03-24 05:06:00", + 78.49705272839341, + 58.3730354309082, + 73.1899185180664 + ], + [ + "2020-03-24 05:07:00", + 78.45069425409652, + 54.12462615966797, + 73.07763671875 + ], + [ + "2020-03-24 05:08:00", + 78.40433577979962, + 51.171958923339844, + 73.19320678710938 + ], + [ + "2020-03-24 05:09:00", + 78.35797730550273, + 48.614585876464844, + 72.81364440917969 + ], + [ + "2020-03-24 05:10:00", + 78.31161883120583, + 55.98033905029297, + 74.0353775024414 + ], + [ + "2020-03-24 05:11:00", + 78.26526035690894, + 55.769962310791016, + 74.27434539794922 + ], + [ + "2020-03-24 05:12:00", + 78.21890188261204, + 55.67626190185547, + 72.99474334716797 + ], + [ + "2020-03-24 05:13:00", + 78.17254340831515, + 53.84586715698242, + 73.18851470947266 + ], + [ + "2020-03-24 05:14:00", + 78.17000064599996, + 49.15884017944336, + 72.83944702148438 + ], + [ + "2020-03-24 05:15:00", + 78, + 48.674129486083984, + 72.74655151367188 + ], + [ + "2020-03-24 05:16:00", + 77.9366887710829, + 48.823998987048924, + 73.24293518066406 + ], + [ + "2020-03-24 05:17:00", + 77.90413912638326, + 48.8282470703125, + 72.28050994873047 + ], + [ + "2020-03-24 05:18:00", + 77.87158948168361, + 49.756980895996094, + 72.88276672363281 + ], + [ + "2020-03-24 05:19:00", + 77.83903983698399, + 49.47259521484375, + 73.35757446289062 + ], + [ + "2020-03-24 05:20:00", + 77.80649019228434, + 49.850311279296875, + 73.20963287353516 + ], + [ + "2020-03-24 05:21:00", + 77.77394054758471, + 49.637855529785156, + 72.9081039428711 + ], + [ + "2020-03-24 05:22:00", + 77.74139090288507, + 49.61250305175781, + 72.93186950683594 + ], + [ + "2020-03-24 05:23:00", + 77.70884125818544, + 48.27946090698242, + 74.17268371582031 + ], + [ + "2020-03-24 05:24:00", + 77.6762916134858, + 48.74678421020508, + 73.15660858154297 + ], + [ + "2020-03-24 05:25:00", + 77.64374196878616, + 48.357120513916016, + 72.6622543334961 + ], + [ + "2020-03-24 05:26:00", + 77.61119232408653, + 49.31953430175781, + 72.34400177001953 + ], + [ + "2020-03-24 05:27:00", + 77.57864267938689, + 49.709964752197266, + 72.97113037109375 + ], + [ + "2020-03-24 05:28:00", + 77.54609303468726, + 50.2484130859375, + 72.39154052734375 + ], + [ + "2020-03-24 05:29:00", + 77.51354338998762, + 50.60381317138672, + 72.06515502929688 + ], + [ + "2020-03-24 05:30:00", + 77.48099374528799, + 50.00936508178711, + 56.87029266357422 + ], + [ + "2020-03-24 05:31:00", + 77.44844410058835, + 49.875885009765625, + 16.654312133789062 + ], + [ + "2020-03-24 05:32:00", + 77.4158944558887, + 48.563663482666016, + 18.19554901123047 + ], + [ + "2020-03-24 05:33:00", + 77.38334481118908, + 48.847572326660156, + 18.055583953857422 + ], + [ + "2020-03-24 05:34:00", + 77.35079516648943, + 48.35354232788086, + 18.378847122192383 + ], + [ + "2020-03-24 05:35:00", + 77.3182455217898, + 48.75905990600586, + 17.62409782409668 + ], + [ + "2020-03-24 05:36:00", + 77.28569587709016, + 48.05728530883789, + 18.058086395263672 + ], + [ + "2020-03-24 05:37:00", + 77.25314623239053, + 54.909175872802734, + 17.759536743164062 + ], + [ + "2020-03-24 05:38:00", + 77.22059658769089, + 54.575439453125, + 17.888395309448242 + ], + [ + "2020-03-24 05:39:00", + 77.18804694299125, + 55.046234130859375, + 18.210878372192383 + ], + [ + "2020-03-24 05:40:00", + 77.15549729829162, + 54.0140495300293, + 17.824277877807617 + ], + [ + "2020-03-24 05:41:00", + 77.12294765359198, + 53.690467834472656, + 18.451248168945312 + ], + [ + "2020-03-24 05:42:00", + 77.09039800889235, + 53.07158279418945, + 18.209468841552734 + ], + [ + "2020-03-24 05:43:00", + 77.05784836419271, + 53.31936264038086, + 18.179603576660156 + ], + [ + "2020-03-24 05:44:00", + 77.02529871949308, + 53.26475143432617, + 18.342716217041016 + ], + [ + "2020-03-24 05:45:00", + 76.99274907479344, + 51.945220947265625, + 18.539770126342773 + ], + [ + "2020-03-24 05:46:00", + 76.9601994300938, + 51.81389617919922, + 18.015705108642578 + ], + [ + "2020-03-24 05:47:00", + 76.92764978539417, + 51.123085021972656, + 17.368398666381836 + ], + [ + "2020-03-24 05:48:00", + 76.89510014069452, + 51.4550666809082, + 18.14003562927246 + ], + [ + "2020-03-24 05:49:00", + 76.8625504959949, + 50.60249710083008, + 18.289703369140625 + ], + [ + "2020-03-24 05:50:00", + 76.83000085129525, + 50.91603088378906, + 18.2962646484375 + ], + [ + "2020-03-24 05:51:00", + 76.79745120659562, + 53.06449508666992, + 18.563539505004883 + ], + [ + "2020-03-24 05:52:00", + 76.76490156189598, + 54.72663497924805, + 18.568862915039062 + ], + [ + "2020-03-24 05:53:00", + 76.73235191719634, + 54.90778732299805, + 18.28094482421875 + ], + [ + "2020-03-24 05:54:00", + 76.69980227249671, + 53.92911911010742, + 18.02821159362793 + ], + [ + "2020-03-24 05:55:00", + 76.66725262779707, + 53.20056915283203, + 21.20859718322754 + ], + [ + "2020-03-24 05:56:00", + 76.63470298309744, + 53.7746696472168, + 70.31324768066406 + ], + [ + "2020-03-24 05:57:00", + 76.6021533383978, + 54.07472610473633, + 73.2507553100586 + ], + [ + "2020-03-24 05:58:00", + 76.56960369369816, + 53.80739974975586, + 73.81517791748047 + ], + [ + "2020-03-24 05:59:00", + 76.53705404899853, + 53.748661041259766, + 73.31723022460938 + ], + [ + "2020-03-24 06:00:00", + 76.50450440429888, + 54.74142837524414, + 72.85430145263672 + ], + [ + "2020-03-24 06:01:00", + 76.47195475959926, + 56.06607437133789, + 73.29580688476562 + ], + [ + "2020-03-24 06:02:00", + 76.46999418600018, + 55.171714782714844, + 72.67166195723287 + ], + [ + "2020-03-24 06:03:00", + 76.29999354000017, + 55.41927719116211, + 72.6522445678711 + ], + [ + "2020-03-24 06:04:00", + 76.17097911658006, + 55.45018005371094, + 73.24137115478516 + ], + [ + "2020-03-24 06:05:00", + 76.10446483646761, + 55.66059112548828, + 72.9041976928711 + ], + [ + "2020-03-24 06:06:00", + 76.03795055635517, + 49.595481872558594, + 73.65878295898438 + ], + [ + "2020-03-24 06:07:00", + 75.97143627624271, + 47.00128173828125, + 72.86134338378906 + ], + [ + "2020-03-24 06:08:00", + 75.90492199613027, + 47.58378601074219, + 72.69776153564453 + ], + [ + "2020-03-24 06:09:00", + 75.83840771601783, + 49.07365417480469, + 72.17729187011719 + ], + [ + "2020-03-24 06:10:00", + 75.77189343590538, + 56.555606842041016, + 72.93250274658203 + ], + [ + "2020-03-24 06:11:00", + 75.70537915579293, + 56.26713180541992, + 72.06671905517578 + ], + [ + "2020-03-24 06:12:00", + 75.63886487568048, + 55.18650817871094, + 73.08904266357422 + ], + [ + "2020-03-24 06:13:00", + 75.57235059556804, + 48.025177001953125, + 73.17881774902344 + ], + [ + "2020-03-24 06:14:00", + 75.50583631545558, + 47.967350006103516, + 73.10953521728516 + ], + [ + "2020-03-24 06:15:00", + 75.43932203534314, + 49.351463317871094, + 72.9697265625 + ], + [ + "2020-03-24 06:16:00", + 75.3728077552307, + 57.63689041137695, + 73.93919372558594 + ], + [ + "2020-03-24 06:17:00", + 75.30629347511824, + 51.609039306640625, + 73.03306579589844 + ], + [ + "2020-03-24 06:18:00", + 75.2397791950058, + 49.73860549926758, + 73.2399673461914 + ], + [ + "2020-03-24 06:19:00", + 75.17326491489335, + 50.75581359863281, + 72.73904418945312 + ], + [ + "2020-03-24 06:20:00", + 75.1067506347809, + 50.66218566894531, + 72.50445556640625 + ], + [ + "2020-03-24 06:21:00", + 75.04023635466845, + 50.81214141845703, + 72.9201431274414 + ], + [ + "2020-03-24 06:22:00", + 74.97372207455601, + 51.4454231262207, + 72.74983978271484 + ], + [ + "2020-03-24 06:23:00", + 74.90720779444355, + 51.69704055786133, + 72.99396514892578 + ], + [ + "2020-03-24 06:24:00", + 74.84069351433111, + 51.35186767578125, + 73.40730285644531 + ], + [ + "2020-03-24 06:25:00", + 74.77417923421866, + 50.72081756591797, + 72.23859405517578 + ], + [ + "2020-03-24 06:26:00", + 74.76998772600024, + 50.91818618774414, + 73.011474609375 + ], + [ + "2020-03-24 06:27:00", + 74.59998708000028, + 50.9371452331543, + 73.52397918701172 + ], + [ + "2020-03-24 06:28:00", + 74.47115968724424, + 51.061458587646484, + 73.56307220458984 + ], + [ + "2020-03-24 06:29:00", + 74.40464696005053, + 50.900325775146484, + 73.50645446777344 + ], + [ + "2020-03-24 06:30:00", + 74.33813423285682, + 51.356689453125, + 73.11031341552734 + ], + [ + "2020-03-24 06:31:00", + 74.2716215056631, + 51.44089126586914, + 74.34957122802734 + ], + [ + "2020-03-24 06:32:00", + 74.2051087784694, + 51.28786849975586, + 73.98580169677734 + ], + [ + "2020-03-24 06:33:00", + 74.13859605127568, + 51.93085537607588, + 72.36542510986328 + ], + [ + "2020-03-24 06:34:00", + 74.07208332408197, + 51.952125549316406, + 72.51180267333984 + ], + [ + "2020-03-24 06:35:00", + 74.00557059688826, + 57.87371063232422, + 73.43373107910156 + ], + [ + "2020-03-24 06:36:00", + 73.93905786969457, + 80.50335693359375, + 73.54712677001953 + ], + [ + "2020-03-24 06:37:00", + 73.87254514250085, + 86.00247192382812, + 73.6276626586914 + ], + [ + "2020-03-24 06:38:00", + 73.80603241530714, + 92.10163116455078, + 73.07763671875 + ], + [ + "2020-03-24 06:39:00", + 73.73951968811343, + 92.22298431396484, + 72.73919677734375 + ], + [ + "2020-03-24 06:40:00", + 73.67300696091972, + 91.8537368774414, + 72.59422302246094 + ], + [ + "2020-03-24 06:41:00", + 73.60649423372601, + 91.79039764404297, + 72.58702850341797 + ], + [ + "2020-03-24 06:42:00", + 73.5399815065323, + 92.08602905273438, + 73.7885971069336 + ], + [ + "2020-03-24 06:43:00", + 73.47346877933859, + 92.87781524658203, + 72.7099609375 + ], + [ + "2020-03-24 06:44:00", + 73.40695605214488, + 96.19808197021484, + 73.00537872314453 + ], + [ + "2020-03-24 06:45:00", + 73.34044332495118, + 96.97959899902344, + 73.0341567993164 + ], + [ + "2020-03-24 06:46:00", + 73.27393059775747, + 92.9488296508789, + 73.91197967529297 + ], + [ + "2020-03-24 06:47:00", + 73.20741787056376, + 93.09352111816406, + 72.77579498291016 + ], + [ + "2020-03-24 06:48:00", + 73.14090514337005, + 91.96395111083984, + 71.88639831542969 + ], + [ + "2020-03-24 06:49:00", + 73.07439241617634, + 92.7508773803711, + 73.19898986816406 + ], + [ + "2020-03-24 06:50:00", + 73.07001033599973, + 91.7613525390625, + 73.58168029785156 + ], + [ + "2020-03-24 06:51:00", + 72.90001291999972, + 90.88325500488281, + 73.70819854736328 + ], + [ + "2020-03-24 06:52:00", + 72.74429166862062, + 90.33417510986328, + 72.71105194091797 + ], + [ + "2020-03-24 06:53:00", + 72.66377465236994, + 95.02799224853516, + 75.33968353271484 + ], + [ + "2020-03-24 06:54:00", + 72.58325763611924, + 96.9925308227539, + 74.09574890136719 + ], + [ + "2020-03-24 06:55:00", + 72.50274061986855, + 96.695068359375, + 73.8018798828125 + ], + [ + "2020-03-24 06:56:00", + 72.42222360361787, + 95.75796508789062, + 74.43511199951172 + ], + [ + "2020-03-24 06:57:00", + 72.34170658736717, + 96.17393493652344, + 74.73851776123047 + ], + [ + "2020-03-24 06:58:00", + 72.26118957111649, + 88.4173812866211, + 75.60273742675781 + ], + [ + "2020-03-24 06:59:00", + 72.1806725548658, + 88.39751434326172, + 74.84156799316406 + ], + [ + "2020-03-24 07:00:00", + 72.1001555386151, + 87.41456604003906, + 74.45763397216797 + ], + [ + "2020-03-24 07:01:00", + 72.01963852236442, + 87.65657806396484, + 73.62500762939453 + ], + [ + "2020-03-24 07:02:00", + 71.93912150611372, + 87.04649353027344, + 75.57865142822266 + ], + [ + "2020-03-24 07:03:00", + 71.85860448986304, + 87.92521667480469, + 74.86284637451172 + ], + [ + "2020-03-24 07:04:00", + 71.77808747361235, + 85.46574401855469, + 74.23040008544922 + ], + [ + "2020-03-24 07:05:00", + 71.69757045736166, + 51.844181060791016, + 73.2090072631836 + ], + [ + "2020-03-24 07:06:00", + 71.61705344111097, + 36.57521057128906, + 74.82296752929688 + ], + [ + "2020-03-24 07:07:00", + 71.53653642486027, + 34.56216812133789, + 74.66110229492188 + ], + [ + "2020-03-24 07:08:00", + 71.45601940860959, + 48.19200897216797, + 73.77107238769531 + ], + [ + "2020-03-24 07:09:00", + 71.3755023923589, + 52.86350631713867, + 74.53269958496094 + ], + [ + "2020-03-24 07:10:00", + 71.37000710599979, + 52.843929290771484, + 73.5987319946289 + ], + [ + "2020-03-24 07:11:00", + 71.20000645999983, + 52.08213424682617, + 74.15689849853516 + ], + [ + "2020-03-24 07:12:00", + 71.03583251441142, + 51.53842544555664, + 73.91010284423828 + ], + [ + "2020-03-24 07:13:00", + 70.95084242170037, + 43.506919860839844, + 73.70914459228516 + ], + [ + "2020-03-24 07:14:00", + 70.86585232898932, + 43.037841796875, + 73.2168197631836 + ], + [ + "2020-03-24 07:15:00", + 70.78086223627825, + 43.77318572998047, + 74.06806182861328 + ], + [ + "2020-03-24 07:16:00", + 70.6958721435672, + 46.766944885253906, + 74.05726623535156 + ], + [ + "2020-03-24 07:17:00", + 70.61088205085615, + 50.872379302978516, + 74.08291625976562 + ], + [ + "2020-03-24 07:18:00", + 70.5258919581451, + 51.395668029785156, + 74.64201354980469 + ], + [ + "2020-03-24 07:19:00", + 70.44090186543403, + 50.60863494873047, + 73.44953155517578 + ], + [ + "2020-03-24 07:20:00", + 70.35591177272298, + 40.730621337890625, + 72.79737854003906 + ], + [ + "2020-03-24 07:21:00", + 70.27092168001192, + 41.385196685791016, + 73.6615982055664 + ], + [ + "2020-03-24 07:22:00", + 70.18593158730087, + 52.25959777832031, + 73.92058563232422 + ], + [ + "2020-03-24 07:23:00", + 70.10094149458982, + 46.88405990600586, + 74.61308288574219 + ], + [ + "2020-03-24 07:24:00", + 70.01595140187875, + 47.141448974609375, + 73.66790870618443 + ], + [ + "2020-03-24 07:25:00", + 69.9309613091677, + 47.107181549072266, + 73.63360595703125 + ], + [ + "2020-03-24 07:26:00", + 69.84597121645665, + 47.4166259765625, + 74.238525390625 + ], + [ + "2020-03-24 07:27:00", + 69.7609811237456, + 46.56296157836914, + 73.82565307617188 + ], + [ + "2020-03-24 07:28:00", + 69.67599103103453, + 46.3474006652832, + 72.98832702636719 + ], + [ + "2020-03-24 07:29:00", + 69.67000064599995, + 47.08136046272777, + 73.30158233642578 + ], + [ + "2020-03-24 07:30:00", + 69.5, + 47.10820770263672, + 73.27828216552734 + ], + [ + "2020-03-24 07:31:00", + 69.32637243713472, + 47.034088134765625, + 73.60092163085938 + ], + [ + "2020-03-24 07:32:00", + 69.23638277037952, + 45.57647705078125, + 73.87054443359375 + ], + [ + "2020-03-24 07:33:00", + 69.1463931036243, + 51.21367645263672, + 72.25328826904297 + ], + [ + "2020-03-24 07:34:00", + 69.0564034368691, + 70.96977996826172, + 73.15692138671875 + ], + [ + "2020-03-24 07:35:00", + 68.96641377011389, + 76.6375961303711, + 72.21951293945312 + ], + [ + "2020-03-24 07:36:00", + 68.87642410335869, + 83.16655731201172, + 74.12545776367188 + ], + [ + "2020-03-24 07:37:00", + 68.78643443660347, + 83.07859802246094, + 72.88916991454134 + ], + [ + "2020-03-24 07:38:00", + 68.69644476984827, + 92.17417907714844, + 72.8433609008789 + ], + [ + "2020-03-24 07:39:00", + 68.60645510309305, + 92.9948959350586, + 73.65784454345703 + ], + [ + "2020-03-24 07:40:00", + 68.51646543633785, + 92.51905822753906, + 72.56232452392578 + ], + [ + "2020-03-24 07:41:00", + 68.42647576958265, + 91.8058090209961, + 73.06637573242188 + ], + [ + "2020-03-24 07:42:00", + 68.33648610282744, + 90.04006958007812, + 72.91545104980469 + ], + [ + "2020-03-24 07:43:00", + 68.24649643607223, + 85.17295837402344, + 73.79078674316406 + ], + [ + "2020-03-24 07:44:00", + 68.15650676931702, + 95.68914794921875, + 72.5380859375 + ], + [ + "2020-03-24 07:45:00", + 68.06651710256182, + 74.87901306152344, + 73.2021255493164 + ], + [ + "2020-03-24 07:46:00", + 67.9765274358066, + 60.12022018432617, + 73.76215362548828 + ], + [ + "2020-03-24 07:47:00", + 67.96999418600018, + 53.05949020385742, + 73.28720092773438 + ], + [ + "2020-03-24 07:48:00", + 67.79999354000017, + 48.9787483215332, + 73.20462799072266 + ], + [ + "2020-03-24 07:49:00", + 67.60342746002077, + 49.55990219116211, + 72.59485626220703 + ], + [ + "2020-03-24 07:50:00", + 67.50143795130171, + 50.27000427246094, + 73.38900756835938 + ], + [ + "2020-03-24 07:51:00", + 67.39944844258264, + 49.79863766947178, + 72.78111267089844 + ], + [ + "2020-03-24 07:52:00", + 67.29745893386358, + 49.78076171875, + 73.90713500976562 + ], + [ + "2020-03-24 07:53:00", + 67.19546942514451, + 50.86861801147461, + 38.183509826660156 + ], + [ + "2020-03-24 07:54:00", + 67.09347991642545, + 51.039466857910156, + 17.961437225341797 + ], + [ + "2020-03-24 07:55:00", + 66.99149040770638, + 51.160526275634766, + 19.09199333190918 + ], + [ + "2020-03-24 07:56:00", + 66.88950089898731, + 50.949893951416016, + 18.68396759033203 + ], + [ + "2020-03-24 07:57:00", + 66.78751139026825, + 51.169769287109375, + 17.29629898071289 + ], + [ + "2020-03-24 07:58:00", + 66.68552188154918, + 50.19011306762695, + 18.370710372924805 + ] + ] + }, + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\tdata \u003d []\n\ttable \u003d []\n\timport datetime\n\tcurrent_datetime\u003ddatetime.datetime.now()\n\tstr_date \u003d current_datetime.strftime(\"%m-%d-%Y %I-%M\")\n\n\n\tif self.getSibling(\"Statistics\").props.currentTabIndex \u003d\u003d 0:\n\t\tresults \u003d self.parent.getChild(\"Statistics\").getChild(\"Induct Details\").getChild(\"Induct Details\").props.filter.results.data\n\t\tif(len(results) \u003e 0):\n\t\t\tif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Count\":\n\t\t\t\theaders \u003d [\"Start Timestamp\", \"End Timestamp\", \"Sorter\",\"Induct\",\"Total (#)\",\"Single Carrier (#)\",\"Double Carrier (#)\"]\n\t\t\t\tfor result in results:\n\t\t\t\t\tdata.append([result[\u0027Startstamp\u0027],result[\u0027Endtstamp\u0027],result[\u0027SorterName\u0027],result[\u0027InductName\u0027],result[\u0027Total_count\u0027],result[\u0027singlecarrier_count\u0027],result[\u0027doublecarrier_count\u0027]])\n\t\t\telif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Percentage\":\n\t\t\t\theaders \u003d [\"Start Timestamp\", \"End Timestamp\", \"Sorter\",\"Induct\",\"Total (%)\",\"Single Carrier (%)\",\"Double Carrier (%)\"]\n\t\t\t\tfor result in results:\n\t\t\t\t\tdata.append([result[\u0027Startstamp\u0027],result[\u0027Endtstamp\u0027],result[\u0027SorterName\u0027],result[\u0027InductName\u0027],result[\u0027Total_perc\u0027],result[\u0027SingleCarrier_perc\u0027],result[\u0027DoubleCarrier_perc\u0027]])\n\t\t\telif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Rate\":\n\t\t\t\theaders \u003d [\"Start Timestamp\", \"End Timestamp\", \"Sorter\",\"Induct\",\"Total (pph)\",\"Single Carrier (pph)\",\"Double Carrier (pph)\"]\n\t\t\t\tfor result in results:\n\t\t\t\t\tdata.append([result[\u0027Startstamp\u0027],result[\u0027Endtstamp\u0027],result[\u0027SorterName\u0027],result[\u0027InductName\u0027],result[\u0027Total_rate\u0027],result[\u0027SingleCarrier_rate\u0027],result[\u0027DoubleCarrier_rate\u0027]])\n\t\n\t\telse:\n\t\t\ttest_table \u003d system.dataset.toPyDataSet(self.parent.getChild(\"Statistics\").getChild(\"Induct Details\").getChild(\"Induct Details\").props.data)\n\t\t\n\t\t\tif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Count\":\n\t\t\t\theaders \u003d [\"Start Timestamp\", \"End Timestamp\", \"Sorter\",\"Induct\",\"Total (#)\",\"Single Carrier (#)\",\"Double Carrier (#)\"]\n\t\t\t\tfor result in test_table:\n\t\t\t\t\tdata.append([result[\u0027Startstamp\u0027],result[\u0027Endtstamp\u0027],result[\u0027SorterName\u0027],result[\u0027InductName\u0027],result[\u0027Total_count\u0027],result[\u0027singlecarrier_count\u0027],result[\u0027doublecarrier_count\u0027]])\n\t\t\telif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Percentage\":\n\t\t\t\theaders \u003d [\"Start Timestamp\", \"End Timestamp\", \"Sorter\",\"Induct\",\"Total (%)\",\"Single Carrier (%)\",\"Double Carrier (%)\"]\n\t\t\t\tfor result in test_table:\n\t\t\t\t\tdata.append([result[\u0027Startstamp\u0027],result[\u0027Endtstamp\u0027],result[\u0027SorterName\u0027],result[\u0027InductName\u0027],result[\u0027Total_perc\u0027],result[\u0027SingleCarrier_perc\u0027],result[\u0027DoubleCarrier_perc\u0027]])\n\t\t\telif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Rate\":\n\t\t\t\theaders \u003d [\"Start Timestamp\", \"End Timestamp\", \"Sorter\",\"Induct\",\"Total (pph)\",\"Single Carrier (pph)\",\"Double Carrier (pph)\"]\n\t\t\t\tfor result in test_table:\n\t\t\t\t\tdata.append([result[\u0027Startstamp\u0027],result[\u0027Endtstamp\u0027],result[\u0027SorterName\u0027],result[\u0027InductName\u0027],result[\u0027Total_rate\u0027],result[\u0027SingleCarrier_rate\u0027],result[\u0027DoubleCarrier_rate\u0027]])\n\t\t\n\t\ttable \u003d system.dataset.toDataSet(headers, data)\t\n\t\tcsv \u003d system.dataset.toCSV(table,1,0,1)\n\t\tsystem.perspective.download(filename \u003d str_date+\u0027 Induct Details.csv\u0027, data \u003d csv)\t\n\n\t\n\telif self.getSibling(\"Statistics\").props.currentTabIndex \u003d\u003d 1:\n\t\tresults \u003d self.parent.getChild(\"Statistics\").getChild(\"Scanner_Details\").getChild(\"Scanner Details\").props.filter.results.data\n\t\tif(len(results) \u003e 0):\n\t\t\tif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Count\":\n\t\t\t\theaders \u003d [\"Start Timestamp\", \"End Timestamp\", \"Sorter\",\"Scanner\",\"Total (#)\",\"Good Read (#)\",\"No Read (#)\",\"Multi Read (#)\",\"No Code (#)\"]\n\t\t\t\tfor result in results:\n\t\t\t\t\tdata.append([result[\u0027Startstamp\u0027],result[\u0027Endtstamp\u0027],result[\u0027SorterName\u0027],result[\u0027ScannerName\u0027],result[\u0027Total_count\u0027],result[\u0027GoodRead_count\u0027],result[\u0027NoRead_count\u0027],result[\u0027MultiLabelRead_count\u0027],result[\u0027NoCode_count\u0027]])\n\t\t\telif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Percentage\":\n\t\t\t\theaders \u003d [\"Start Timestamp\", \"End Timestamp\", \"Sorter\",\"Scanner\",\"Total (%)\",\"Good Read (%)\",\"No Read (%)\",\"Multi Read (%)\",\"No Code (%)\"]\n\t\t\t\tfor result in results:\n\t\t\t\t\tdata.append([result[\u0027Startstamp\u0027],result[\u0027Endtstamp\u0027],result[\u0027SorterName\u0027],result[\u0027ScannerName\u0027],result[\u0027Total_perc\u0027],result[\u0027GoodRead_perc\u0027],result[\u0027NoRead_perc\u0027],result[\u0027MultiLabelRead_perc\u0027],result[\u0027NoCode_perc\u0027]])\n\t\t\telif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Rate\":\n\t\t\t\theaders \u003d [\"Start Timestamp\", \"End Timestamp\", \"Sorter\",\"Scanner\",\"Total (pph)\",\"Good Read (pph)\",\"No Read (pph)\",\"Multi Read (pph)\",\"No Code (pph)\"]\n\t\t\t\tfor result in results:\n\t\t\t\t\tdata.append([result[\u0027Startstamp\u0027],result[\u0027Endtstamp\u0027],result[\u0027SorterName\u0027],result[\u0027ScannerName\u0027],result[\u0027Total_rate\u0027],result[\u0027GoodRead_rate\u0027],result[\u0027NoRead_rate\u0027],result[\u0027MultiLabelRead_rate\u0027],result[\u0027NoCode_rate\u0027]])\n\t\n\t\telse:\n\t\t\ttest_table \u003d system.dataset.toPyDataSet(self.parent.getChild(\"Statistics\").getChild(\"Scanner_Details\").getChild(\"Scanner Details\").props.data)\n\t\t\n\t\t\tif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Count\":\n\t\t\t\theaders \u003d [\"Start Timestamp\", \"End Timestamp\", \"Sorter\",\"Scanner\",\"Total (#)\",\"Good Read (#)\",\"No Read (#)\",\"Multi Read (#)\",\"No Code (#)\"]\n\t\t\t\tfor result in test_table:\n\t\t\t\t\tdata.append([result[\u0027Startstamp\u0027],result[\u0027Endtstamp\u0027],result[\u0027SorterName\u0027],result[\u0027ScannerName\u0027],result[\u0027Total_count\u0027],result[\u0027GoodRead_count\u0027],result[\u0027NoRead_count\u0027],result[\u0027MultiLabelRead_count\u0027],result[\u0027NoCode_count\u0027]])\n\t\t\telif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Percentage\":\n\t\t\t\theaders \u003d [\"Start Timestamp\", \"End Timestamp\", \"Sorter\",\"Scanner\",\"Total (%)\",\"Good Read (%)\",\"No Read (%)\",\"Multi Read (%)\",\"No Code (%)\"]\n\t\t\t\tfor result in test_table:\n\t\t\t\t\tdata.append([result[\u0027Startstamp\u0027],result[\u0027Endtstamp\u0027],result[\u0027SorterName\u0027],result[\u0027ScannerName\u0027],result[\u0027Total_perc\u0027],result[\u0027GoodRead_perc\u0027],result[\u0027NoRead_perc\u0027],result[\u0027MultiLabelRead_perc\u0027],result[\u0027NoCode_perc\u0027]])\n\t\t\telif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Rate\":\n\t\t\t\theaders \u003d [\"Start Timestamp\", \"End Timestamp\", \"Sorter\",\"Scanner\",\"Total (pph)\",\"Good Read (pph)\",\"No Read (pph)\",\"Multi Read (pph)\",\"No Code (pph)\"]\n\t\t\t\tfor result in test_table:\n\t\t\t\t\tdata.append([result[\u0027Startstamp\u0027],result[\u0027Endtstamp\u0027],result[\u0027SorterName\u0027],result[\u0027ScannerName\u0027],result[\u0027Total_rate\u0027],result[\u0027GoodRead_rate\u0027],result[\u0027NoRead_rate\u0027],result[\u0027MultiLabelRead_rate\u0027],result[\u0027NoCode_rate\u0027]])\n\t\t\t\n\t\ttable \u003d system.dataset.toDataSet(headers, data)\t\n\t\tcsv \u003d system.dataset.toCSV(table,1,0,1)\n\t\tsystem.perspective.download(filename \u003d str_date+\u0027 Scanner Details.csv\u0027, data \u003d csv)\n\t\n\t\n\telif self.getSibling(\"Statistics\").props.currentTabIndex \u003d\u003d 2:\n\t\tresults \u003d self.parent.getChild(\"Statistics\").getChild(\"Sorter Summary\").getChild(\"Sorter Summary\").props.filter.results.data\n\t\tif(len(results) \u003e 0):\n\t\t\tif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Count\":\n\t\t\t\theaders \u003d [\"Start Timestamp\", \"End Timestamp\", \"Sorter\",\"Inducted (#)\",\"Sorted (#)\",\"Awcs Recirc (#)\",\"Operational Recirc (#)\",\"Machine Recirc (#)\"]\n\t\t\t\tfor result in results:\n\t\t\t\t\tdata.append([result[\u0027Startstamp\u0027],result[\u0027Endtstamp\u0027],result[\u0027SorterName\u0027],result[\u0027Induct_count\u0027],result[\u0027Sorted_count\u0027],result[\u0027AWCSRecirc_count\u0027],result[\u0027OperRecirc_count\u0027],result[\u0027MachineRecirc_count\u0027]])\n\t\t\telif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Percentage\":\n\t\t\t\theaders \u003d [\"Start Timestamp\", \"End Timestamp\", \"Sorter\",\"Inducted (%)\",\"Sorted (%)\",\"Awcs Recirc (%)\",\"Operational Recirc (%)\",\"Machine Recirc (%)\"]\n\t\t\t\tfor result in results:\n\t\t\t\t\tdata.append([result[\u0027Startstamp\u0027],result[\u0027Endtstamp\u0027],result[\u0027SorterName\u0027],result[\u0027Induct_perc\u0027],result[\u0027Sorted_perc\u0027],result[\u0027AWCSRecirc_perc\u0027],result[\u0027OperRecirc_perc\u0027],result[\u0027MachineRecirc_perc\u0027]])\n\t\t\telif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Rate\":\n\t\t\t\theaders \u003d [\"Start Timestamp\", \"End Timestamp\", \"Sorter\",\"Inducted (pph)\",\"Sorted (pph)\",\"Awcs Recirc (pph)\",\"Operational Recirc (pph)\",\"Machine Recirc (pph)\"]\n\t\t\t\tfor result in results:\n\t\t\t\t\tdata.append([result[\u0027Startstamp\u0027],result[\u0027Endtstamp\u0027],result[\u0027SorterName\u0027],result[\u0027Induct_rate\u0027],result[\u0027Sorted_rate\u0027],result[\u0027AWCSRecirc_rate\u0027],result[\u0027OperRecirc_rate\u0027],result[\u0027MachineRecirc_rate\u0027]])\n\t\n\t\telse:\n\t\t\ttest_table \u003d system.dataset.toPyDataSet(self.parent.getChild(\"Statistics\").getChild(\"Sorter Summary\").getChild(\"Sorter Summary\").props.data)\n\t\t\n\t\t\tif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Count\":\n\t\t\t\theaders \u003d [\"Start Timestamp\", \"End Timestamp\", \"Sorter\",\"Inducted (#)\",\"Sorted (#)\",\"Awcs Recirc (#)\",\"Operational Recirc (#)\",\"Machine Recirc (#)\"]\n\t\t\t\tfor result in test_table:\n\t\t\t\t\tdata.append([result[\u0027Startstamp\u0027],result[\u0027Endtstamp\u0027],result[\u0027SorterName\u0027],result[\u0027Induct_count\u0027],result[\u0027Sorted_count\u0027],result[\u0027AWCSRecirc_count\u0027],result[\u0027OperRecirc_count\u0027],result[\u0027MachineRecirc_count\u0027]])\n\t\t\telif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Percentage\":\n\t\t\t\theaders \u003d [\"Start Timestamp\", \"End Timestamp\", \"Sorter\",\"Inducted (%)\",\"Sorted (%)\",\"Awcs Recirc (%)\",\"Operational Recirc (%)\",\"Machine Recirc (%)\"]\n\t\t\t\tfor result in test_table:\n\t\t\t\t\tdata.append([result[\u0027Startstamp\u0027],result[\u0027Endtstamp\u0027],result[\u0027SorterName\u0027],result[\u0027Induct_perc\u0027],result[\u0027Sorted_perc\u0027],result[\u0027AWCSRecirc_perc\u0027],result[\u0027OperRecirc_perc\u0027],result[\u0027MachineRecirc_perc\u0027]])\n\t\t\telif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Rate\":\n\t\t\t\theaders \u003d [\"Start Timestamp\", \"End Timestamp\", \"Sorter\",\"Inducted (pph)\",\"Sorted (pph)\",\"Awcs Recirc (pph)\",\"Operational Recirc (pph)\",\"Machine Recirc (pph)\"]\n\t\t\t\tfor result in test_table:\n\t\t\t\t\tdata.append([result[\u0027Startstamp\u0027],result[\u0027Endtstamp\u0027],result[\u0027SorterName\u0027],result[\u0027Induct_rate\u0027],result[\u0027Sorted_rate\u0027],result[\u0027AWCSRecirc_rate\u0027],result[\u0027OperRecirc_rate\u0027],result[\u0027MachineRecirc_rate\u0027]])\n\t\t\t\n\t\ttable \u003d system.dataset.toDataSet(headers, data)\t\n\t\tcsv \u003d system.dataset.toCSV(table,1,0,1)\n\t\tsystem.perspective.download(filename \u003d str_date+\u0027 Sorter Summary.csv\u0027, data \u003d csv)\n\n\t\n\telif self.getSibling(\"Statistics\").props.currentTabIndex \u003d\u003d 3:\n\t\tresults \u003d self.parent.getChild(\"Statistics\").getChild(\"Sorter Details\").getChild(\"Sorter Details\").props.filter.results.data\n\t\tif(len(results) \u003e 0):\n\t\t\tif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Count\":\n\t\t\t\theaders \u003d [\"Start Timestamp\", \"End Timestamp\", \"Sorter\",\"Inducted (#)\",\"Sorted (#)\",\"Assigned (#)\",\"Dest Inv (#)\",\"Dest None (#)\",\"Dest Dis (#)\",\"Dest Full (#)\",\"Unexpected (#)\",\"Dest Fault (#)\",\"Div Fail (#)\",\"Gap Err (#)\",\"Lost (#)\",\"Track Err (#)\",\"Unknown (#)\",\"Unsafe (#)\"]\n\t\t\t\tfor result in results:\n\t\t\t\t\tdata.append([result[\u0027Startstamp\u0027],result[\u0027Endtstamp\u0027],result[\u0027SorterName\u0027],result[\u0027inducted_count\u0027],result[\u0027sorted_count\u0027],result[\u0027assigned_count\u0027],result[\u0027destinv_count\u0027],result[\u0027destnone_count\u0027],result[\u0027destdis_count\u0027],result[\u0027destfull_count\u0027],result[\u0027unexpected_count\u0027],result[\u0027destfault_count\u0027],result[\u0027divfail_count\u0027],result[\u0027gaperr_count\u0027],result[\u0027lost_count\u0027],result[\u0027trackerr_count\u0027],result[\u0027unknownn_count\u0027],result[\u0027unsafe_count\u0027]])\n\t\t\telif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Percentage\":\n\t\t\t\theaders \u003d [\"Start Timestamp\", \"End Timestamp\", \"Sorter\",\"Inducted (%)\",\"Sorted (%)\",\"Assigned (%)\",\"Dest Inv (%)\",\"Dest None (%)\",\"Dest Dis (%)\",\"Dest Full (%)\",\"Unexpected (%)\",\"Dest Fault (%)\",\"Div Fail (%)\",\"Gap Err (%)\",\"Lost (%)\",\"Track Err (%)\",\"Unknown (%)\",\"Unsafe (%)\"]\n\t\t\t\tfor result in results:\n\t\t\t\t\tdata.append([result[\u0027Startstamp\u0027],result[\u0027Endtstamp\u0027],result[\u0027SorterName\u0027],result[\u0027inducted_perc\u0027],result[\u0027sorted_perc\u0027],result[\u0027assigned_perc\u0027],result[\u0027destinv_perc\u0027],result[\u0027destnone_perc\u0027],result[\u0027destdis_perc\u0027],result[\u0027destfull_perc\u0027],result[\u0027unexpected_perc\u0027],result[\u0027destfault_perc\u0027],result[\u0027divfail_perc\u0027],result[\u0027gaperr_perc\u0027],result[\u0027lost_perc\u0027],result[\u0027trackerr_perc\u0027],result[\u0027unknown_perc\u0027],result[\u0027unsafe_perc\u0027]])\n\t\t\telif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Rate\":\n\t\t\t\theaders \u003d [\"Start Timestamp\", \"End Timestamp\", \"Sorter\",\"Inducted (pph)\",\"Sorted (pph)\",\"Assigned (pph)\",\"Dest Inv (pph)\",\"Dest None (pph)\",\"Dest Dis (pph)\",\"Dest Full (pph)\",\"Unexpected (pph)\",\"Dest Fault (pph)\",\"Div Fail (pph)\",\"Gap Err (pph)\",\"Lost (pph)\",\"Track Err (pph)\",\"Unknown (pph)\",\"Unsafe (pph)\"]\n\t\t\t\tfor result in results:\n\t\t\t\t\tdata.append([result[\u0027Startstamp\u0027],result[\u0027Endtstamp\u0027],result[\u0027SorterName\u0027],result[\u0027inducted_rate\u0027],result[\u0027sorted_rate\u0027],result[\u0027assigned_rate\u0027],result[\u0027destinv_rate\u0027],result[\u0027destnone_rate\u0027],result[\u0027destdis_rate\u0027],result[\u0027destfull_rate\u0027],result[\u0027unexpected_rate\u0027],result[\u0027destfault_rate\u0027],result[\u0027divfail_rate\u0027],result[\u0027gaperr_rate\u0027],result[\u0027lost_rate\u0027],result[\u0027trackerr_rate\u0027],result[\u0027unknown_rate\u0027],result[\u0027unsafe_rate\u0027]])\n\t\t\n\t\telse:\n\t\t\ttest_table \u003d system.dataset.toPyDataSet(self.parent.getChild(\"Statistics\").getChild(\"Sorter Details\").getChild(\"Sorter Details\").props.data)\n\t\t\n\t\t\tif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Count\":\n\t\t\t\theaders \u003d [\"Start Timestamp\", \"End Timestamp\", \"Sorter\",\"Inducted (#)\",\"Sorted (#)\",\"Assigned (#)\",\"Dest Inv (#)\",\"Dest None (#)\",\"Dest Dis (#)\",\"Dest Full (#)\",\"Unexpected (#)\",\"Dest Fault (#)\",\"Div Fail (#)\",\"Gap Err (#)\",\"Lost (#)\",\"Track Err (#)\",\"Unknown (#)\",\"Unsafe (#)\"]\n\t\t\t\tfor result in test_table:\n\t\t\t\t\tdata.append([result[\u0027Startstamp\u0027],result[\u0027Endtstamp\u0027],result[\u0027SorterName\u0027],result[\u0027inducted_count\u0027],result[\u0027sorted_count\u0027],result[\u0027sorted_count\u0027],result[\u0027destinv_count\u0027],result[\u0027destnone_count\u0027],result[\u0027destdis_count\u0027],result[\u0027destfull_count\u0027],result[\u0027unexpected_count\u0027],result[\u0027destfault_count\u0027],result[\u0027divfail_count\u0027],result[\u0027gaperr_count\u0027],result[\u0027lost_count\u0027],result[\u0027trackerr_count\u0027],result[\u0027unknownn_count\u0027],result[\u0027unsafe_count\u0027]])\n\t\t\telif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Percentage\":\n\t\t\t\theaders \u003d [\"Start Timestamp\", \"End Timestamp\", \"Sorter\",\"Inducted (%)\",\"Sorted (%)\",\"Assigned (%)\",\"Dest Inv (%)\",\"Dest None (%)\",\"Dest Dis (%)\",\"Dest Full (%)\",\"Unexpected (%)\",\"Dest Fault (%)\",\"Div Fail (%)\",\"Gap Err (%)\",\"Lost (%)\",\"Track Err (%)\",\"Unknown (%)\",\"Unsafe (%)\"]\n\t\t\t\tfor result in test_table:\n\t\t\t\t\tdata.append([result[\u0027Startstamp\u0027],result[\u0027Endtstamp\u0027],result[\u0027SorterName\u0027],result[\u0027inducted_perc\u0027],result[\u0027sorted_perc\u0027],result[\u0027assigned_perc\u0027],result[\u0027destinv_perc\u0027],result[\u0027destnone_perc\u0027],result[\u0027destdis_perc\u0027],result[\u0027destfull_perc\u0027],result[\u0027unexpected_perc\u0027],result[\u0027destfault_perc\u0027],result[\u0027divfail_perc\u0027],result[\u0027gaperr_perc\u0027],result[\u0027lost_perc\u0027],result[\u0027trackerr_perc\u0027],result[\u0027unknown_perc\u0027],result[\u0027unsafe_perc\u0027]])\n\t\t\telif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Rate\":\n\t\t\t\theaders \u003d [\"Start Timestamp\", \"End Timestamp\", \"Sorter\",\"Inducted (pph)\",\"Sorted (pph)\",\"Assigned (pph)\",\"Dest Inv (pph)\",\"Dest None (pph)\",\"Dest Dis (pph)\",\"Dest Full (pph)\",\"Unexpected (pph)\",\"Dest Fault (pph)\",\"Div Fail (pph)\",\"Gap Err (pph)\",\"Lost (pph)\",\"Track Err (pph)\",\"Unknown (pph)\",\"Unsafe (pph)\"]\n\t\t\t\tfor result in test_table:\n\t\t\t\t\tdata.append([result[\u0027Startstamp\u0027],result[\u0027Endtstamp\u0027],result[\u0027SorterName\u0027],result[\u0027inducted_rate\u0027],result[\u0027sorted_rate\u0027],result[\u0027assigned_rate\u0027],result[\u0027destinv_rate\u0027],result[\u0027destnone_rate\u0027],result[\u0027destdis_rate\u0027],result[\u0027destfull_rate\u0027],result[\u0027unexpected_rate\u0027],result[\u0027destfault_rate\u0027],result[\u0027divfail_rate\u0027],result[\u0027gaperr_rate\u0027],result[\u0027lost_rate\u0027],result[\u0027trackerr_rate\u0027],result[\u0027unknown_rate\u0027],result[\u0027unsafe_rate\u0027]])\n\t\t\t\n\t\ttable \u003d system.dataset.toDataSet(headers, data)\t\n\t\tcsv \u003d system.dataset.toCSV(table,1,0,1)\n\t\tsystem.perspective.download(filename \u003d str_date+\u0027 Sorter Details.csv\u0027, data \u003d csv)\n\t\t\n\t\n\telif self.getSibling(\"Statistics\").props.currentTabIndex \u003d\u003d 4:\n\t\t\tresults \u003d self.parent.getChild(\"Statistics\").getChild(\"Lane Details\").getChild(\"Lane Details\").props.filter.results.data\n\t\t\tif(len(results) \u003e 0):\n\t\t\t\tif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Count\":\n\t\t\t\t\theaders \u003d [\"Start Timestamp\", \"End Timestamp\", \"Sorter\",\"Lane\",\"Total (#)\",\"Diverted (#)\",\"Dest Full (#)\",\"Dest Jam (#)\",\"Dest Disabled (#)\",\"Dest Fault (#)\",\"Divert Fail (#)\",\"Lost (#)\",\"Unsafe (#)\",\"Dim Error (#)\",\"Gap Error (#)\",\"Unknown (#)\"]\n\t\t\t\t\tfor result in results:\n\t\t\t\t\t\tdata.append([result[\u0027Startstamp\u0027],result[\u0027Endtstamp\u0027],result[\u0027SorterName\u0027],result[\u0027Lane\u0027],result[\u0027Total_count\u0027],result[\u0027Diverted_count\u0027],result[\u0027Destfull_count\u0027],result[\u0027DestJam_count\u0027],result[\u0027DestDis_count\u0027],result[\u0027DestFault_count\u0027],result[\u0027DivertFail_count\u0027],result[\u0027Lost_count\u0027],result[\u0027Unsafe_count\u0027],result[\u0027Dim_count\u0027],result[\u0027GapErr_count\u0027],result[\u0027Unknown_count\u0027]])\n\t\t\t\telif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Percentage\":\n\t\t\t\t\theaders \u003d [\"Start Timestamp\", \"End Timestamp\", \"Sorter\",\"Lane\",\"Total (%)\",\"Diverted (%)\",\"Dest Full (%)\",\"Dest Jam (%)\",\"Dest Disabled (%)\",\"Dest Fault (%)\",\"Divert Fail (%)\",\"Lost (%)\",\"Unsafe (%)\",\"Dim Error (%)\",\"Gap Error (%)\",\"Unknown (%)\"]\n\t\t\t\t\tfor result in results:\n\t\t\t\t\t\tdata.append([result[\u0027Startstamp\u0027],result[\u0027Endtstamp\u0027],result[\u0027SorterName\u0027],result[\u0027Lane\u0027],result[\u0027total_perc\u0027],result[\u0027Diverted_perc\u0027],result[\u0027destfull_perc\u0027],result[\u0027destjam_perc\u0027],result[\u0027destdisabled_perc\u0027],result[\u0027destfault_perc\u0027],result[\u0027DivertFail_perc\u0027],result[\u0027lost_perc\u0027],result[\u0027unsafe_perc\u0027],result[\u0027dim_perc\u0027],result[\u0027gaperr_perc\u0027],result[\u0027unknown_perc\u0027]])\n\t\t\t\telif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Rate\":\n\t\t\t\t\theaders \u003d [\"Start Timestamp\", \"End Timestamp\", \"Sorter\",\"Lane\",\"Total (pph)\",\"Diverted (pph)\",\"Dest Full (pph)\",\"Dest Jam (pph)\",\"Dest Disabled (pph)\",\"Dest Fault (pph)\",\"Divert Fail (pph)\",\"Lost (pph)\",\"Unsafe (pph)\",\"Dim Error (pph)\",\"Gap Error (pph)\",\"Unknown (pph)\"]\n\t\t\t\t\tfor result in results:\n\t\t\t\t\t\tdata.append([result[\u0027Startstamp\u0027],result[\u0027Endtstamp\u0027],result[\u0027SorterName\u0027],result[\u0027Lane\u0027],result[\u0027total_rate\u0027],result[\u0027Diverted_rate\u0027],result[\u0027destfull_rate\u0027],result[\u0027destjam_rate\u0027],result[\u0027destdisabled_rate\u0027],result[\u0027destfault_rate\u0027],result[\u0027DivertFail_rate\u0027],result[\u0027lost_rate\u0027],result[\u0027unsafe_rate\u0027],result[\u0027dim_rate\u0027],result[\u0027gaperr_rate\u0027],result[\u0027unknown_rate\u0027]])\n\t\t\t\n\t\t\telse:\n\t\t\t\ttest_table \u003d system.dataset.toPyDataSet(self.parent.getChild(\"Statistics\").getChild(\"Lane Details\").getChild(\"Lane Details\").props.data)\n\t\t\t\n\t\t\t\tif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Count\":\n\t\t\t\t\theaders \u003d [\"Start Timestamp\", \"End Timestamp\", \"Sorter\",\"Lane\",\"Total (#)\",\"Diverted (#)\",\"Dest Full (#)\",\"Dest Jam (#)\",\"Dest Disabled (#)\",\"Dest Fault (#)\",\"Divert Fail (#)\",\"Lost (#)\",\"Unsafe (#)\",\"Dim Error (#)\",\"Gap Error (#)\",\"Unknown (#)\"]\n\t\t\t\t\tfor result in test_table:\n\t\t\t\t\t\tdata.append([result[\u0027Startstamp\u0027],result[\u0027Endtstamp\u0027],result[\u0027SorterName\u0027],result[\u0027Lane\u0027],result[\u0027Total_count\u0027],result[\u0027Diverted_count\u0027],result[\u0027Destfull_count\u0027],result[\u0027DestJam_count\u0027],result[\u0027DestDis_count\u0027],result[\u0027DestFault_count\u0027],result[\u0027DivertFail_count\u0027],result[\u0027Lost_count\u0027],result[\u0027Unsafe_count\u0027],result[\u0027Dim_count\u0027],result[\u0027GapErr_count\u0027],result[\u0027Unknown_count\u0027]])\n\t\t\t\telif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Percentage\":\n\t\t\t\t\theaders \u003d [\"Start Timestamp\", \"End Timestamp\", \"Sorter\",\"Lane\",\"Total (%)\",\"Diverted (%)\",\"Dest Full (%)\",\"Dest Jam (%)\",\"Dest Disabled (%)\",\"Dest Fault (%)\",\"Divert Fail (%)\",\"Lost (%)\",\"Unsafe (%)\",\"Dim Error (%)\",\"Gap Error (%)\",\"Unknown (%)\"]\n\t\t\t\t\tfor result in test_table:\n\t\t\t\t\t\tdata.append([result[\u0027Startstamp\u0027],result[\u0027Endtstamp\u0027],result[\u0027SorterName\u0027],result[\u0027Lane\u0027],result[\u0027total_perc\u0027],result[\u0027Diverted_perc\u0027],result[\u0027destfull_perc\u0027],result[\u0027destjam_perc\u0027],result[\u0027destdisabled_perc\u0027],result[\u0027destfault_perc\u0027],result[\u0027DivertFail_perc\u0027],result[\u0027lost_perc\u0027],result[\u0027unsafe_perc\u0027],result[\u0027dim_perc\u0027],result[\u0027gaperr_perc\u0027],result[\u0027unknown_perc\u0027]])\n\t\t\t\telif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Rate\":\n\t\t\t\t\theaders \u003d [\"Start Timestamp\", \"End Timestamp\", \"Sorter\",\"Lane\",\"Total (pph)\",\"Diverted (pph)\",\"Dest Full (pph)\",\"Dest Jam (pph)\",\"Dest Disabled (pph)\",\"Dest Fault (pph)\",\"Divert Fail (pph)\",\"Lost (pph)\",\"Unsafe (pph)\",\"Dim Error (pph)\",\"Gap Error (pph)\",\"Unknown (pph)\"]\n\t\t\t\t\tfor result in test_table:\n\t\t\t\t\t\tdata.append([result[\u0027Startstamp\u0027],result[\u0027Endtstamp\u0027],result[\u0027SorterName\u0027],result[\u0027Lane\u0027],result[\u0027total_rate\u0027],result[\u0027Diverted_rate\u0027],result[\u0027destfull_rate\u0027],result[\u0027destjam_rate\u0027],result[\u0027destdisabled_rate\u0027],result[\u0027destfault_rate\u0027],result[\u0027DivertFail_rate\u0027],result[\u0027lost_rate\u0027],result[\u0027unsafe_rate\u0027],result[\u0027dim_rate\u0027],result[\u0027gaperr_rate\u0027],result[\u0027unknown_rate\u0027]])\n\t\t\t\t\n\t\t\ttable \u003d system.dataset.toDataSet(headers, data)\t\n\t\t\tcsv \u003d system.dataset.toCSV(table,1,0,1)\n\t\t\tsystem.perspective.download(filename \u003d str_date+\u0027 Lane Details.csv\u0027, data \u003d csv)\n\n\t\n\telif self.getSibling(\"Statistics\").props.currentTabIndex \u003d\u003d 5:\n\t\t\tresults \u003d self.parent.getChild(\"Statistics\").getChild(\"Hourly_Induct\").getChild(\"Hourly_Induct\").props.filter.results.data\n\t\t\tif(len(results) \u003e 0):\n\t\t\t\tif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Count\":\n\t\t\t\t\theaders \u003d [\"Start Timestamp\", \"Hour\", \"Total (#)\",\"Single Carrier (#)\",\"Double Carrier (#)\"]\n\t\t\t\t\tfor result in results:\n\t\t\t\t\t\tdata.append([result[\u0027Start Timestamp\u0027],result[\u0027Hour\u0027],result[\u0027Total (#)\u0027],result[\u0027Single Carrier (#)\u0027],result[\u0027Double Carrier (#)\u0027]])\n\t\t\t\telif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Percentage\":\n\t\t\t\t\theaders \u003d [\"Start Timestamp\",\"Hour\",\"Total (%)\",\"Single Carrier (%)\",\"Double Carrier (%)\"]\n\t\t\t\t\tfor result in results:\n\t\t\t\t\t\tdata.append([result[\u0027Start Timestamp\u0027],result[\u0027Hour\u0027],result[\u0027Total (%\u0027],result[\u0027Single Carrier (%)\u0027],result[\u0027Double Carrier (%)\u0027]])\n\t\t\t\telif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Rate\":\n\t\t\t\t\theaders \u003d [\"Start Timestamp\", \"Hour\", \"Total (pph)\",\"Single Carrier (pph)\",\"Double Carrier (pph)\"]\n\t\t\t\t\tfor result in results:\n\t\t\t\t\t\tdata.append([result[\u0027Start Timestamp\u0027],result[\u0027Hour\u0027],result[\u0027Total (pph)\u0027],result[\u0027Single Carrier (pph)\u0027],result[\u0027Double Carrier (pph)\u0027]])\n\t\t\t\n\t\t\telse:\n\t\t\t\ttest_table \u003d system.dataset.toPyDataSet(self.parent.getChild(\"Statistics\").getChild(\"Hourly_Induct\").getChild(\"Hourly_Induct\").props.data)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\tif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Count\":\n\t\t\t\t\theaders \u003d [\"Start Timestamp\", \"Hour\", \"Total (#)\",\"Single Carrier (#)\",\"Double Carrier (#)\"]\n\t\t\t\t\tfor result in test_table:\n\t\t\t\t\t\tdata.append([result[\u0027Start Timestamp\u0027],result[\u0027Hour\u0027],result[\u0027Total (#)\u0027],result[\u0027Single Carrier (#)\u0027],result[\u0027Double Carrier (#)\u0027]])\n\t\t\t\telif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Percentage\":\n\t\t\t\t\theaders \u003d [\"Start Timestamp\",\"Hour\",\"Total (%)\",\"Single Carrier (%)\",\"Double Carrier (%)\"]\n\t\t\t\t\tfor result in test_table:\n\t\t\t\t\t\tdata.append([result[\u0027Start Timestamp\u0027],result[\u0027Hour\u0027],result[\u0027Total (%)\u0027],result[\u0027Single Carrier (%)\u0027],result[\u0027Double Carrier (%)\u0027]])\n\t\t\t\telif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Rate\":\n\t\t\t\t\theaders \u003d [\"Start Timestamp\", \"Hour\", \"Total (pph)\",\"Single Carrier (pph)\",\"Double Carrier (pph)\"]\n\t\t\t\t\tfor result in test_table:\n\t\t\t\t\t\tdata.append([result[\u0027Start Timestamp\u0027],result[\u0027Hour\u0027],result[\u0027Total (pph)\u0027],result[\u0027Single Carrier (pph)\u0027],result[\u0027Double Carrier (pph)\u0027]])\n\t\t\t\n\t\t\ttable \u003d system.dataset.toDataSet(headers, data)\t\n\t\t\tcsv \u003d system.dataset.toCSV(table,1,0,1)\n\t\t\tsystem.perspective.download(filename \u003d str_date+\u0027 Hourly Induct.csv\u0027, data \u003d csv)\n\t\n\t\n\telif self.getSibling(\"Statistics\").props.currentTabIndex \u003d\u003d 6:\n\t\t\tresults \u003d self.parent.getChild(\"Statistics\").getChild(\"Hourly_Scanner\").getChild(\"Hourly_Scanner\").props.filter.results.data\n\t\t\tif(len(results) \u003e 0):\n\t\t\t\tif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Count\":\n\t\t\t\t\theaders \u003d [\"Start Timestamp\", \"Hour\", \"Total (#)\",\"Good Read (#)\",\"No Read (#)\",\"Multi Read (#)\",\"No code (#)\"]\n\t\t\t\t\tfor result in results:\n\t\t\t\t\t\tdata.append([result[\u0027Start Timestamp\u0027],result[\u0027Hour\u0027],result[\u0027Total (#)\u0027],result[\u0027Good Read (#)\u0027],result[\u0027No Read (#)\u0027],result[\u0027Multi Read (#)\u0027],result[\u0027No code (#)\u0027]])\n\t\t\t\telif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Percentage\":\n\t\t\t\t\theaders \u003d [\"Start Timestamp\", \"Hour\", \"Total (%)\",\"Good Read (%)\",\"No Read (%)\",\"Multi Read (%)\",\"No Code (%)\"]\n\t\t\t\t\tfor result in results:\n\t\t\t\t\t\tdata.append([result[\u0027Start Timestamp\u0027],result[\u0027Hour\u0027],result[\u0027Total (%)\u0027],result[\u0027Good Read (%)\u0027],result[\u0027No Read (%)\u0027],result[\u0027Multi Read (%)\u0027],result[\u0027No Code (%)\u0027]])\n\t\t\t\telif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Rate\":\n\t\t\t\t\theaders \u003d [\"Start Timestamp\",\"Hour\",\"Total (pph)\",\"Good Read (pph)\",\"No Read (pph)\",\"Multi Read (pph)\",\"No Code (pph)\"]\n\t\t\t\t\tfor result in results:\n\t\t\t\t\t\tdata.append([result[\u0027Start Timestamp\u0027],result[\u0027Hour\u0027],result[\u0027Total (pph)\u0027],result[\u0027Good Read (pph)\u0027],result[\u0027No Read (pph)\u0027],result[\u0027Multi Read (pph)\u0027],result[\u0027No Code (pph)\u0027]])\n\t\t\t\n\t\t\telse:\n\t\t\t\ttest_table \u003d system.dataset.toPyDataSet(self.parent.getChild(\"Statistics\").getChild(\"Hourly_Scanner\").getChild(\"Hourly_Scanner\").props.data)\n\t\t\t\n\t\t\t\tif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Count\":\n\t\t\t\t\theaders \u003d [\"Start Timestamp\", \"Hour\", \"Total (#)\",\"Good Read (#)\",\"No Read (#)\",\"Multi Read (#)\",\"No code (#)\"]\n\t\t\t\t\tfor result in test_table:\n\t\t\t\t\t\tdata.append([result[\u0027Start Timestamp\u0027],result[\u0027Hour\u0027],result[\u0027Total (#)\u0027],result[\u0027Good Read (#)\u0027],result[\u0027No Read (#)\u0027],result[\u0027Multi Read (#)\u0027],result[\u0027No code (#)\u0027]])\n\t\t\t\telif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Percentage\":\n\t\t\t\t\theaders \u003d [\"Start Timestamp\", \"Hour\", \"Total (%)\",\"Good Read (%)\",\"No Read (%)\",\"Multi Read (%)\",\"No Code (%)\"]\n\t\t\t\t\tfor result in test_table:\n\t\t\t\t\t\tdata.append([result[\u0027Start Timestamp\u0027],result[\u0027Hour\u0027],result[\u0027Total (%)\u0027],result[\u0027Good Read (%)\u0027],result[\u0027No Read (%)\u0027],result[\u0027Multi Read (%)\u0027],result[\u0027No Code (%)\u0027]])\n\t\t\t\telif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Rate\":\n\t\t\t\t\theaders \u003d [\"Start Timestamp\",\"Hour\",\"Total (pph)\",\"Good Read (pph)\",\"No Read (pph)\",\"Multi Read (pph)\",\"No Code (pph)\"]\n\t\t\t\t\tfor result in test_table:\n\t\t\t\t\t\tdata.append([result[\u0027Start Timestamp\u0027],result[\u0027Hour\u0027],result[\u0027Total (pph)\u0027],result[\u0027Good Read (pph)\u0027],result[\u0027No Read (pph)\u0027],result[\u0027Multi Read (pph)\u0027],result[\u0027No Code (pph)\u0027]])\n\t\t\t\t\n\t\t\ttable \u003d system.dataset.toDataSet(headers, data)\t\n\t\t\tcsv \u003d system.dataset.toCSV(table,1,0,1)\n\t\t\tsystem.perspective.download(filename \u003d str_date+\u0027 Hourly Scanner.csv\u0027, data \u003d csv)\n\t\t\t\n\t\t\t\n\telif self.getSibling(\"Statistics\").props.currentTabIndex \u003d\u003d 7:\n\t\t\tresults \u003d self.parent.getChild(\"Statistics\").getChild(\"Hourly_Sorter_Summary\").getChild(\"Hourly_Sorter_Summary\").props.filter.results.data\n\t\t\tif(len(results) \u003e 0):\n\t\t\t\tif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Count\":\n\t\t\t\t\theaders \u003d [\"Start Timestamp\", \"Hour\",\"Inducted (#)\",\"Sorted (#)\",\"Awcs Recirc (#)\",\"Operational Recirc (#)\",\"Machine Recirc (#)\"]\n\t\t\t\t\tfor result in results:\n\t\t\t\t\t\tdata.append([result[\u0027Start Timestamp\u0027],result[\u0027Hour\u0027],result[\u0027Inducted (#)\u0027],result[\u0027Sorted (#)\u0027],result[\u0027Awcs Recirc (#)\u0027],result[\u0027Operational Recirc (#)\u0027],result[\u0027Machine Recirc (#)\u0027]])\n\t\t\t\telif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Percentage\":\n\t\t\t\t\theaders \u003d [\"Start Timestamp\", \"Hour\",\"Inducted (%)\",\"Sorted (%)\",\"Awcs Recirc (%)\",\"Operational Recirc (%)\",\"Machine Recirc (%)\"]\n\t\t\t\t\tfor result in results:\n\t\t\t\t\t\tdata.append([result[\u0027Start Timestamp\u0027],result[\u0027Hour\u0027],result[\u0027Inducted (%)\u0027],result[\u0027Sorted (%)\u0027],result[\u0027Awcs Recirc (%)\u0027],result[\u0027Operational Recirc (%)\u0027],result[\u0027Machine Recirc (%)\u0027]])\n\t\t\t\telif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Rate\":\n\t\t\t\t\theaders \u003d [\"Start Timestamp\", \"Hour\",\"Inducted (pph)\",\"Sorted (pph)\",\"Awcs Recirc (pph)\",\"Operational Recirc (pph)\",\"Machine Recirc (pph)\"]\n\t\t\t\t\tfor result in results:\n\t\t\t\t\t\tdata.append([result[\u0027Start Timestamp\u0027],result[\u0027Hour\u0027],result[\u0027Inducted (pph)\u0027],result[\u0027Sorted (pph)\u0027],result[\u0027Awcs Recirc (pph)\u0027],result[\u0027Operational Recirc (pph)\u0027],result[\u0027Machine Recirc (pph)\u0027]])\n\t\t\n\t\t\telse:\n\t\t\t\ttest_table \u003d system.dataset.toPyDataSet(self.parent.getChild(\"Statistics\").getChild(\"Hourly_Sorter_Summary\").getChild(\"Hourly_Sorter_Summary\").props.data)\n\t\t\t\n\t\t\t\tif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Count\":\n\t\t\t\t\theaders \u003d [\"Start Timestamp\", \"Hour\",\"Inducted (#)\",\"Sorted (#)\",\"Awcs Recirc (#)\",\"Operational Recirc (#)\",\"Machine Recirc (#)\"]\n\t\t\t\t\tfor result in test_table:\n\t\t\t\t\t\tdata.append([result[\u0027Start Timestamp\u0027],result[\u0027Hour\u0027],result[\u0027Inducted (#)\u0027],result[\u0027Sorted (#)\u0027],result[\u0027Awcs Recirc (#)\u0027],result[\u0027Operational Recirc (#)\u0027],result[\u0027Machine Recirc (#)\u0027]])\n\t\t\t\telif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Percentage\":\n\t\t\t\t\theaders \u003d [\"Start Timestamp\", \"Hour\",\"Inducted (%)\",\"Sorted (%)\",\"Awcs Recirc (%)\",\"Operational Recirc (%)\",\"Machine Recirc (%)\"]\n\t\t\t\t\tfor result in test_table:\n\t\t\t\t\t\tdata.append([result[\u0027Start Timestamp\u0027],result[\u0027Hour\u0027],result[\u0027Inducted (%)\u0027],result[\u0027Sorted (%)\u0027],result[\u0027Awcs Recirc (%)\u0027],result[\u0027Operational Recirc (%)\u0027],result[\u0027Machine Recirc (%)\u0027]])\n\t\t\t\telif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Rate\":\n\t\t\t\t\theaders \u003d [\"Start Timestamp\", \"Hour\",\"Inducted (pph)\",\"Sorted (pph)\",\"Awcs Recirc (pph)\",\"Operational Recirc (pph)\",\"Machine Recirc (pph)\"]\n\t\t\t\t\tfor result in test_table:\n\t\t\t\t\t\tdata.append([result[\u0027Start Timestamp\u0027],result[\u0027Hour\u0027],result[\u0027Inducted (pph)\u0027],result[\u0027Sorted (pph)\u0027],result[\u0027Awcs Recirc (pph)\u0027],result[\u0027Operational Recirc (pph)\u0027],result[\u0027Machine Recirc (pph)\u0027]])\n\t\t\t\t\n\t\t\ttable \u003d system.dataset.toDataSet(headers, data)\t\n\t\t\tcsv \u003d system.dataset.toCSV(table,1,0,1)\n\t\t\tsystem.perspective.download(filename \u003d str_date+\u0027 Hourly Sorter Summary.csv\u0027, data \u003d csv)\n\t\n\t\t\n\telif self.getSibling(\"Statistics\").props.currentTabIndex \u003d\u003d 8:\n\t\tresults \u003d self.parent.getChild(\"Statistics\").getChild(\"Hourly_Sorter_Details\").getChild(\"Hourly_Sorter_Details\").props.filter.results.data\n\t\tif(len(results) \u003e 0):\n\t\t\tif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Count\":\n\t\t\t\theaders \u003d [\"Start Timestamp\", \"Hour\",\"Inducted (#)\",\"Sorted (#)\",\"Dest Inv (#)\",\"Dest None (#)\",\"Dest Dis (#)\",\"Dest Full (#)\",\"Unexpected (#)\",\"Dest Fault (#)\",\"Div Fail (#)\",\"Gap Err (#)\",\"Lost (#)\",\"Track Err (#)\",\"Unknown (#)\",\"Unsafe (#)\"]\n\t\t\t\tfor result in results:\n\t\t\t\t\tdata.append([result[\u0027Start Timestamp\u0027],result[\u0027Hour\u0027],result[\u0027Inducted (#)\u0027],result[\u0027Sorted (#)\u0027],result[\u0027Dest Inv (#)\u0027],result[\u0027Dest None (#)\u0027],result[\u0027Dest Dis (#)\u0027],result[\u0027Dest Full (#)\u0027],result[\u0027Unexpected (#)\u0027],result[\u0027Dest Fault (#)\u0027],result[\u0027Div Fail (#)\u0027],result[\u0027Gap Err (#)\u0027],result[\u0027Lost (#)\u0027],result[\u0027Track Err (#)\u0027],result[\u0027Unknown (#)\u0027],result[\u0027Unsafe (#)\u0027]])\n\t\t\telif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Percentage\":\n\t\t\t\theaders \u003d [\"Start Timestamp\", \"Hour\",\"Inducted (%)\",\"Sorted (%)\",\"Dest Inv (%)\",\"Dest None (%)\",\"Dest Dis (%)\",\"Dest Full (%)\",\"Unexpected (%)\",\"Dest Fault (%)\",\"Div Fail (%)\",\"Gap Err (%)\",\"Lost (%)\",\"Track Err (%)\",\"Unknown (%)\",\"Unsafe (%)\"]\n\t\t\t\tfor result in results:\n\t\t\t\t\tdata.append([result[\u0027Start Timestamp\u0027],result[\u0027Hour\u0027],result[\u0027Inducted (%)\u0027],result[\u0027Sorted (%)\u0027],result[\u0027Dest Inv (%)\u0027],result[\u0027Dest None (%)\u0027],result[\u0027Dest Dis (%)\u0027],result[\u0027Dest Full (%)\u0027],result[\u0027Unexpected (%)\u0027],result[\u0027Dest Fault (%)\u0027],result[\u0027Div Fail (%)\u0027],result[\u0027Gap Err (%)\u0027],result[\u0027Lost (%)\u0027],result[\u0027Track Err (%)\u0027],result[\u0027Unknown (%)\u0027],result[\u0027Unsafe (%)\u0027]])\n\t\t\telif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Rate\":\n\t\t\t\theaders \u003d [\"Start Timestamp\", \"Hour\",\"Inducted (pph)\",\"Sorted (pph)\",\"Dest Inv (pph)\",\"Dest None (pph)\",\"Dest Dis (pph)\",\"Dest Full (pph)\",\"Unexpected (pph)\",\"Dest Fault (pph)\",\"Div Fail (pph)\",\"Gap Err (pph)\",\"Lost (pph)\",\"Track Err (pph)\",\"Unknown (pph)\",\"Unsafe (pph)\"]\n\t\t\t\tfor result in results:\n\t\t\t\t\tdata.append([result[\u0027Start Timestamp\u0027],result[\u0027Hour\u0027],result[\u0027Inducted (pph)\u0027],result[\u0027Sorted (pph)\u0027],result[\u0027Dest Inv (pph)\u0027],result[\u0027Dest None (pph)\u0027],result[\u0027Dest Dis (pph)\u0027],result[\u0027Dest Full (pph)\u0027],result[\u0027Unexpected (pph)\u0027],result[\u0027Dest Fault (pph)\u0027],result[\u0027Div Fail (pph)\u0027],result[\u0027Gap Err (pph)\u0027],result[\u0027Lost (pph)\u0027],result[\u0027Track Err (pph)\u0027],result[\u0027Unknown (pph)\u0027],result[\u0027Unsafe (pph)\u0027]])\n\t\t\n\t\telse:\n\t\t\ttest_table \u003d system.dataset.toPyDataSet(self.parent.getChild(\"Statistics\").getChild(\"Hourly_Sorter_Details\").getChild(\"Hourly_Sorter_Details\").props.data)\n\t\t\n\t\t\tif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Count\":\n\t\t\t\theaders \u003d [\"Start Timestamp\", \"Hour\",\"Inducted (#)\",\"Sorted (#)\",\"Dest Inv (#)\",\"Dest None (#)\",\"Dest Dis (#)\",\"Dest Full (#)\",\"Unexpected (#)\",\"Dest Fault (#)\",\"Div Fail (#)\",\"Gap Err (#)\",\"Lost (#)\",\"Track Err (#)\",\"Unknown (#)\",\"Unsafe (#)\"]\n\t\t\t\tfor result in test_table:\n\t\t\t\t\tdata.append([result[\u0027Start Timestamp\u0027],result[\u0027Hour\u0027],result[\u0027Inducted (#)\u0027],result[\u0027Sorted (#)\u0027],result[\u0027Dest Inv (#)\u0027],result[\u0027Dest None (#)\u0027],result[\u0027Dest Dis (#)\u0027],result[\u0027Dest Full (#)\u0027],result[\u0027Unexpected (#)\u0027],result[\u0027Dest Fault (#)\u0027],result[\u0027Div Fail (#)\u0027],result[\u0027Gap Err (#)\u0027],result[\u0027Lost (#)\u0027],result[\u0027Track Err (#)\u0027],result[\u0027Unknown (#)\u0027],result[\u0027Unsafe (#)\u0027]])\n\t\t\telif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Percentage\":\n\t\t\t\theaders \u003d [\"Start Timestamp\", \"Hour\",\"Inducted (%)\",\"Sorted (%)\",\"Dest Inv (%)\",\"Dest None (%)\",\"Dest Dis (%)\",\"Dest Full (%)\",\"Unexpected (%)\",\"Dest Fault (%)\",\"Div Fail (%)\",\"Gap Err (%)\",\"Lost (%)\",\"Track Err (%)\",\"Unknown (%)\",\"Unsafe (%)\"]\n\t\t\t\tfor result in test_table:\n\t\t\t\t\tdata.append([result[\u0027Start Timestamp\u0027],result[\u0027Hour\u0027],result[\u0027Inducted (%)\u0027],result[\u0027Sorted (%)\u0027],result[\u0027Dest Inv (%)\u0027],result[\u0027Dest None (%)\u0027],result[\u0027Dest Dis (%)\u0027],result[\u0027Dest Full (%)\u0027],result[\u0027Unexpected (%)\u0027],result[\u0027Dest Fault (%)\u0027],result[\u0027Div Fail (%)\u0027],result[\u0027Gap Err (%)\u0027],result[\u0027Lost (%)\u0027],result[\u0027Track Err (%)\u0027],result[\u0027Unknown (%)\u0027],result[\u0027Unsafe (%)\u0027]])\n\t\t\telif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Rate\":\n\t\t\t\theaders \u003d [\"Start Timestamp\", \"Hour\",\"Inducted (pph)\",\"Sorted (pph)\",\"Dest Inv (pph)\",\"Dest None (pph)\",\"Dest Dis (pph)\",\"Dest Full (pph)\",\"Unexpected (pph)\",\"Dest Fault (pph)\",\"Div Fail (pph)\",\"Gap Err (pph)\",\"Lost (pph)\",\"Track Err (pph)\",\"Unknown (pph)\",\"Unsafe (pph)\"]\n\t\t\t\tfor result in test_table:\n\t\t\t\t\tdata.append([result[\u0027Start Timestamp\u0027],result[\u0027Hour\u0027],result[\u0027Inducted (pph)\u0027],result[\u0027Sorted (pph)\u0027],result[\u0027Dest Inv (pph)\u0027],result[\u0027Dest None (pph)\u0027],result[\u0027Dest Dis (pph)\u0027],result[\u0027Dest Full (pph)\u0027],result[\u0027Unexpected (pph)\u0027],result[\u0027Dest Fault (pph)\u0027],result[\u0027Div Fail (pph)\u0027],result[\u0027Gap Err (pph)\u0027],result[\u0027Lost (pph)\u0027],result[\u0027Track Err (pph)\u0027],result[\u0027Unknown (pph)\u0027],result[\u0027Unsafe (pph)\u0027]])\n\t\t\t\n\t\ttable \u003d system.dataset.toDataSet(headers, data)\t\n\t\tcsv \u003d system.dataset.toCSV(table,1,0,1)\n\t\tsystem.perspective.download(filename \u003d str_date+\u0027 Hourly Sorter Details.csv\u0027, data \u003d csv)\n\t\t\n\t\n\telif self.getSibling(\"Statistics\").props.currentTabIndex \u003d\u003d 9:\n\t\tresults \u003d self.parent.getChild(\"Statistics\").getChild(\"Hourly_Lane\").getChild(\"Hourly_Lane\").props.filter.results.data\n\t\tif(len(results) \u003e 0):\n\t\t\tif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Count\":\n\t\t\t\theaders \u003d [\"Start Timestamp\", \"Hour\",\"Total (#)\",\"Diverted (#)\",\"Dest Full (#)\",\"Dest Jam (#)\",\"Dest Disabled (#)\",\"Dest Fault (#)\",\"Divert Fail (#)\",\"Lost (#)\",\"Unsafe (#)\",\"Dim Error (#)\",\"Gap Error (#)\",\"Unknown (#)\"]\n\t\t\t\tfor result in results:\n\t\t\t\t\tdata.append([result[\u0027endt\u0027],result[\u0027rownumber\u0027],result[\u0027Total_count\u0027],result[\u0027Diverted_count\u0027],result[\u0027Destfull_count\u0027],result[\u0027DestJam_count\u0027],result[\u0027DestDis_count\u0027],result[\u0027DestFault_count\u0027],result[\u0027DivertFail_count\u0027],result[\u0027Lost_count\u0027],result[\u0027Unsafe_count\u0027],result[\u0027Dim_count\u0027],result[\u0027GapErr_count\u0027],result[\u0027Unknown_count\u0027]])\n\t\t\telif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Percentage\":\n\t\t\t\theaders \u003d [\"Start Timestamp\", \"Hour\",\"Total (%)\",\"Diverted (%)\",\"Dest Full (%)\",\"Dest Jam (%)\",\"Dest Disabled (%)\",\"Dest Fault (%)\",\"Divert Fail (%)\",\"Lost (%)\",\"Unsafe (%)\",\"Dim Error (%)\",\"Gap Error (%)\",\"Unknown (%)\"]\n\t\t\t\tfor result in results:\n\t\t\t\t\tdata.append([result[\u0027endt\u0027],result[\u0027rownumber\u0027],result[\u0027total_perc\u0027],result[\u0027Diverted_perc\u0027],result[\u0027destfull_perc\u0027],result[\u0027destjam_perc\u0027],result[\u0027destdisabled_perc\u0027],result[\u0027destfault_perc\u0027],result[\u0027DivertFail_perc\u0027],result[\u0027lost_perc\u0027],result[\u0027unsafe_perc\u0027],result[\u0027dim_perc\u0027],result[\u0027gaperr_perc\u0027],result[\u0027unknown_perc\u0027]])\n\t\t\telif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Rate\":\n\t\t\t\theaders \u003d [\"Start Timestamp\", \"Hour\",\"Total (pph)\",\"Diverted (pph)\",\"Dest Full (pph)\",\"Dest Jam (pph)\",\"Dest Disabled (pph)\",\"Dest Fault (pph)\",\"Divert Fail (pph)\",\"Lost (pph)\",\"Unsafe (pph)\",\"Dim Error (pph)\",\"Gap Error (pph)\",\"Unknown (pph)\"]\n\t\t\t\tfor result in results:\n\t\t\t\t\tdata.append([result[\u0027endt\u0027],result[\u0027rownumber\u0027],result[\u0027total_rate\u0027],result[\u0027Diverted_rate\u0027],result[\u0027destfull_rate\u0027],result[\u0027destjam_rate\u0027],result[\u0027destdisabled_rate\u0027],result[\u0027destfault_rate\u0027],result[\u0027DivertFail_rate\u0027],result[\u0027lost_rate\u0027],result[\u0027unsafe_rate\u0027],result[\u0027dim_rate\u0027],result[\u0027gaperr_rate\u0027],result[\u0027unknown_rate\u0027]])\n\t\t\t\n\t\telse:\n\t\t\ttest_table \u003d system.dataset.toPyDataSet(self.parent.getChild(\"Statistics\").getChild(\"Hourly_Lane\").getChild(\"Hourly_Lane\").props.data)\n\t\t\t\n\t\t\tif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Count\":\n\t\t\t\theaders \u003d [\"Start Timestamp\",\"Hour\",\"Total (#)\",\"Diverted (#)\",\"Dest Full (#)\",\"Dest Jam (#)\",\"Dest Disabled (#)\",\"Dest Fault (#)\",\"Divert Fail (#)\",\"Lost (#)\",\"Unsafe (#)\",\"Dim Err (#)\",\"Gap Error (#)\",\"Unknown (#)\"]\n\t\t\t\tfor result in test_table:\n\t\t\t\t\tdata.append([result[\u0027Start Timestamp\u0027],result[\u0027Hour\u0027],result[\u0027Total (#)\u0027],result[\u0027Diverted (#)\u0027],result[\u0027Dest Full (#)\u0027],result[\u0027Dest Jam (#)\u0027],result[\u0027Dest Disabled (#)\u0027],result[\u0027Dest Fault (#)\u0027],result[\u0027Divert Fail (#)\u0027],result[\u0027Lost (#)\u0027],result[\u0027Unsafe (#)\u0027],result[\u0027Dim Err (#)\u0027],result[\u0027Gap Err (#)\u0027],result[\u0027Unknown (#)\u0027]])\n\t\t\telif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Percentage\":\n\t\t\t\theaders \u003d [\"Start Timestamp\", \"Hour\",\"Total (%)\",\"Diverted (%)\",\"Dest Full (%)\",\"Dest Jam (%)\",\"Dest Disabled (%)\",\"Dest Fault (%)\",\"Divert Fail (%)\",\"Lost (%)\",\"Unsafe (%)\",\"Dim Err (%)\",\"Gap Error (%)\",\"Unknown (%)\"]\n\t\t\t\tfor result in test_table:\n\t\t\t\t\tdata.append([result[\u0027Start Timestamp\u0027],result[\u0027Hour\u0027],result[\u0027Total (%)\u0027],result[\u0027Diverted (%)\u0027],result[\u0027Dest Full (%)\u0027],result[\u0027Dest Jam (%)\u0027],result[\u0027Dest Disabled (%)\u0027],result[\u0027Dest Fault (%)\u0027],result[\u0027Divert Fail (%)\u0027],result[\u0027Lost (%)\u0027],result[\u0027Unsafe (%)\u0027],result[\u0027Dim Err (%)\u0027],result[\u0027Gap Err (%)\u0027],result[\u0027Unknown (%)\u0027]])\n\t\t\telif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Rate\":\n\t\t\t\theaders \u003d [\"Start Timestamp\", \"Hour\",\"Total (pph)\",\"Diverted (pph)\",\"Dest Full (pph)\",\"Dest Jam (pph)\",\"Dest Disabled (pph)\",\"Dest Fault (pph)\",\"Divert Fail (pph)\",\"Lost (pph)\",\"Unsafe (pph)\",\"Dim Err (pph)\",\"Gap Error (pph)\",\"Unknown (pph)\"]\n\t\t\t\tfor result in test_table:\n\t\t\t\t\tdata.append([result[\u0027Start Timestamp\u0027],result[\u0027Hour\u0027],result[\u0027Total (pph)\u0027],result[\u0027Diverted (pph)\u0027],result[\u0027Dest Full (pph)\u0027],result[\u0027Dest Jam (pph)\u0027],result[\u0027Dest Disabled (pph)\u0027],result[\u0027Dest Fault (pph)\u0027],result[\u0027Divert Fail (pph)\u0027],result[\u0027Lost (pph)\u0027],result[\u0027Unsafe (pph)\u0027],result[\u0027Dim Err (pph)\u0027],result[\u0027Gap Err (pph)\u0027],result[\u0027Unknown (pph)\u0027]])\n\t\t\t\t\n\t\ttable \u003d system.dataset.toDataSet(headers, data)\t\n\t\tcsv \u003d system.dataset.toCSV(table,1,0,1)\n\t\tsystem.perspective.download(filename \u003d str_date+\u0027 Hourly Lane.csv\u0027, data \u003d csv)\n\t\t\t\n\t\t\t\n\telif self.getSibling(\"Statistics\").props.currentTabIndex \u003d\u003d 12:\n\t\t\tresults \u003d self.parent.getChild(\"Statistics\").getChild(\"Dumper cycles\").getChild(\"Dumper cycles\").props.filter.results.data\n\t\t\tif(len(results) \u003e 0):\n\t\t\t\tif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Count\":\n\t\t\t\t\theaders \u003d [\"Start Timestamp\",\"Hour\",\"Cycles of ULGL1\",\"Cycles of ULGL2\",\"Cycles of ULGL3\"]\n\t\t\t\t\tfor result in results:\n\t\t\t\t\t\tdata.append([result[\u0027Start Timestamp\u0027],result[\u0027Hour\u0027],result[\u0027Cycles of ULGL1\u0027],result[\u0027Cycles of ULGL2\u0027],result[\u0027Cycles of ULGL3\u0027]])\n\t\t\t\telif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Percentage\":\n\t\t\t\t\theaders \u003d [\"Start Timestamp\",\"Hour\",\"Cycles of ULGL1 (%)\",\"Cycles of ULGL2 (%)\",\"Cycles of ULGL3 (%)\"]\n\t\t\t\t\tfor result in results:\n\t\t\t\t\t\tdata.append([result[\u0027Start Timestamp\u0027],result[\u0027Hour\u0027],result[\u0027Cycles of ULGL1 (%)\u0027],result[\u0027Cycles of ULGL2 (%)\u0027],result[\u0027Cycles of ULGL3 (%)\u0027]])\n\t\t\t\telif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Rate\":\n\t\t\t\t\theaders \u003d [\"Start Timestamp\",\"Hour\",\"Cycles of ULGL1 (cph)\",\"Cycles of ULGL2 (cph)\",\"Cycles of ULGL3 (cph)\"]\n\t\t\t\t\tfor result in results:\n\t\t\t\t\t\tdata.append([result[\u0027Start Timestamp\u0027],result[\u0027Hour\u0027],result[\u0027Cycles of ULGL1 (cph)\u0027],result[\u0027Cycles of ULGL2 (cph)\u0027],result[\u0027Cycles of ULGL3 (cph)\u0027]])\n\t\t\t\t\t\n\t\t\telse:\n\t\t\t\ttest_table \u003d system.dataset.toPyDataSet(self.parent.getChild(\"Statistics\").getChild(\"Dumper cycles\").getChild(\"Dumper cycles\").props.data)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\tif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Count\":\n\t\t\t\t\theaders \u003d [\"Start Timestamp\",\"Hour\",\"Cycles of ULGL1\",\"Cycles of ULGL2\",\"Cycles of ULGL3\"]\n\t\t\t\t\tfor result in test_table:\n\t\t\t\t\t\tdata.append([result[\u0027Start Timestamp\u0027],result[\u0027Hour\u0027],result[\u0027Cycles of ULGL1\u0027],result[\u0027Cycles of ULGL2\u0027],result[\u0027Cycles of ULGL3\u0027]])\n\t\t\t\telif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Percentage\":\n\t\t\t\t\theaders \u003d [\"Start Timestamp\",\"Hour\",\"Cycles of ULGL1 (%)\",\"Cycles of ULGL2 (%)\",\"Cycles of ULGL3 (%)\"]\n\t\t\t\t\tfor result in test_table:\n\t\t\t\t\t\tdata.append([result[\u0027Start Timestamp\u0027],result[\u0027Hour\u0027],result[\u0027Cycles of ULGL1 (%)\u0027],result[\u0027Cycles of ULGL2 (%)\u0027],result[\u0027Cycles of ULGL3 (%)\u0027]])\n\t\t\t\telif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Rate\":\n\t\t\t\t\theaders \u003d [\"Start Timestamp\",\"Hour\",\"Cycles of ULGL1 (cph)\",\"Cycles of ULGL2 (cph)\",\"Cycles of ULGL3 (cph)\"]\n\t\t\t\t\tfor result in test_table:\n\t\t\t\t\t\tdata.append([result[\u0027Start Timestamp\u0027],result[\u0027Hour\u0027],result[\u0027Cycles of ULGL1 (cph)\u0027],result[\u0027Cycles of ULGL2 (cph)\u0027],result[\u0027Cycles of ULGL3 (cph)\u0027]])\t\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\ttable \u003d system.dataset.toDataSet(headers, data)\t\n\t\t\tcsv \u003d system.dataset.toCSV(table,1,0,1)\n\t\t\tsystem.perspective.download(filename \u003d str_date+\u0027 Dumper cycles.csv\u0027, data \u003d csv)\n\t\t\t\t\t\n\t\t\t\t\t\n\telif self.getSibling(\"Statistics\").props.currentTabIndex \u003d\u003d 10:\n\n\t\t\tresults \u003d self.parent.getChild(\"Statistics\").getChild(\"Total Full1\").getChild(\"Total Full1\").props.filter.results.data\n\t\t\tif(len(results) \u003e 0):\n\t\t\t\tif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Count\":\n\t\t\t\t\theaders \u003d [\"Start Timestamp\",\"Hour\",\"Cycles of ULGL1\",\"Cycles of ULGL2\",\"Cycles of ULGL3\"]\n\t\t\t\t\tfor result in results:\n\t\t\t\t\t\tdata.append([result[\u0027Start Timestamp\u0027],result[\u0027Hour\u0027],result[\u0027Cycles of ULGL1\u0027],result[\u0027Cycles of ULGL2\u0027],result[\u0027Cycles of ULGL3\u0027]])\n\t\t\t\telif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Percentage\":\n\t\t\t\t\theaders \u003d [\"Start Timestamp\",\"Hour\",\"Cycles of ULGL1 (%)\",\"Cycles of ULGL2 (%)\",\"Cycles of ULGL3 (%)\"]\n\t\t\t\t\tfor result in results:\n\t\t\t\t\t\tdata.append([result[\u0027Start Timestamp\u0027],result[\u0027Hour\u0027],result[\u0027Cycles of ULGL1 (%)\u0027],result[\u0027Cycles of ULGL2 (%)\u0027],result[\u0027Cycles of ULGL3 (%)\u0027]])\n\t\t\t\telif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Rate\":\n\t\t\t\t\theaders \u003d [\"Start Timestamp\",\"Hour\",\"Cycles of ULGL1 (cph)\",\"Cycles of ULGL2 (cph)\",\"Cycles of ULGL3 (cph)\"]\n\t\t\t\t\tfor result in results:\n\t\t\t\t\t\tdata.append([result[\u0027Start Timestamp\u0027],result[\u0027Hour\u0027],result[\u0027Cycles of ULGL1 (cph)\u0027],result[\u0027Cycles of ULGL2 (cph)\u0027],result[\u0027Cycles of ULGL3 (cph)\u0027]])\n\t\t\t\n\t\t\telse:\n\t\t\t\ttest_table \u003d system.dataset.toPyDataSet(self.parent.getChild(\"Statistics\").getChild(\"Total Full1\").getChild(\"Total Full1\").props.data)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\tif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Count\":\n\t\t\t\t\theaders \u003d [\"Lane\",\"Total (#)\",\"DestFull (#)\"]\n\t\t\t\t\tfor result in test_table:\n\t\t\t\t\t\tdata.append([result[\u0027Lane\u0027],result[\u0027Total (#)\u0027],result[\u0027DestFull (#)\u0027]])\n\t\t\t\telif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Percentage\":\n\t\t\t\t\theaders \u003d [\"Lane\",\"Total (%)\",\"DestFull (%)\"]\n\t\t\t\t\tfor result in test_table:\n\t\t\t\t\t\tdata.append([result[\u0027Lane\u0027],result[\u0027Total (%)\u0027],result[\u0027DestFull (%)\u0027]])\n\t\t\t\telif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Rate\":\n\t\t\t\t\theaders \u003d [\"Lane\",\"Total (pph)\",\"DestFull (pph)\"]\n\t\t\t\t\tfor result in test_table:\n\t\t\t\t\t\tdata.append([result[\u0027Lane\u0027],result[\u0027Total (pph)\u0027],result[\u0027DestFull (pph)\u0027]])\t\t\t\t\t\t\t\n\t\t\t\n\t\t\ttable \u003d system.dataset.toDataSet(headers, data)\t\n\t\t\tcsv \u003d system.dataset.toCSV(table,1,0,1)\n\t\t\tsystem.perspective.download(filename \u003d str_date+\u0027 Lane Total Full.csv\u0027, data \u003d csv)\n\t\t\t\n\telif self.getSibling(\"Statistics\").props.currentTabIndex \u003d\u003d 11:\n\t\t\n\t\t\tresults \u003d self.parent.getChild(\"Statistics\").getChild(\"Jam Area\").getChild(\"Jam Area\").props.filter.results.data\n\t\t\tif(len(results) \u003e 0):\n\t\t\t\tif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Count\":\n\t\t\t\t\theaders \u003d [\"Start Stamp\",\"End Stamp\",\"Total Jam (#)\",\"Dumpers Jam (#)\", \"Inbound Jam (#)\",\"Runout Jam (#)\",\"Sorter Recirc Jam (#)\"]\n\t\t\t\t\tfor result in results:\n\t\t\t\t\t\tdata.append([result[\u0027Startstamp\u0027],result[\u0027Endtstamp\u0027],result[\u0027Total_Jam\u0027],result[\u0027Dumpers_jam\u0027],result[\u0027Inbound_jam\u0027],result[\u0027Runout_jam\u0027],result[\u0027Sorter_Recirc_jam\u0027]])\n\t\t\t\telif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Percentage\":\n\t\t\t\t\theaders \u003d [\"Start Stamp\",\"End Stamp\",\"Total Jam (%)\",\"Dumpers Jam (%)\", \"Inbound Jam (%)\",\"Runout Jam (%)\",\"Sorter Recirc Jam (%)\"]\n\t\t\t\t\tfor result in results:\n\t\t\t\t\t\tdata.append([result[\u0027Startstamp\u0027],result[\u0027Endtstamp\u0027],result[\u0027Total_perc\u0027],result[\u0027Dumpers_perc\u0027],result[\u0027Inbound_perc\u0027],result[\u0027Runout_perc\u0027],result[\u0027Sorter_Recirc_perc\u0027]])\n\n\t\t\t\n\t\t\telse:\n\t\t\t\ttest_table \u003d system.dataset.toPyDataSet(self.parent.getChild(\"Statistics\").getChild(\"Jam Area\").getChild(\"Jam Area\").props.data)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\tif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Count\":\n\t\t\t\t\theaders \u003d [\"Start Stamp\",\"End Stamp\",\"Total Jam (#)\",\"Dumpers Jam (#)\", \"Inbound Jam (#)\",\"Runout Jam (#)\",\"Sorter Recirc Jam (#)\"]\n\t\t\t\t\tfor result in test_table:\n\t\t\t\t\t\tdata.append([result[\u0027Startstamp\u0027],result[\u0027Endtstamp\u0027],result[\u0027Total_Jam\u0027],result[\u0027Dumpers_jam\u0027],result[\u0027Inbound_jam\u0027],result[\u0027Runout_jam\u0027],result[\u0027Sorter_Recirc_jam\u0027]])\n\t\t\t\telif self.parent.getChild(\"Aggregation_Mode\").getChild(\"Dropdown_Aggregation_mode\").props.value \u003d\u003d \"Percentage\":\n\t\t\t\t\theaders \u003d [\"Start Stamp\",\"End Stamp\",\"Total Jam (%)\",\"Dumpers Jam (%)\", \"Inbound Jam (%)\",\"Runout Jam (%)\",\"Sorter Recirc Jam (%)\"]\n\t\t\t\t\tfor result in test_table:\n\t\t\t\t\t\tdata.append([result[\u0027Startstamp\u0027],result[\u0027Endtstamp\u0027],result[\u0027Total_perc\u0027],result[\u0027Dumpers_perc\u0027],result[\u0027Inbound_perc\u0027],result[\u0027Runout_perc\u0027],result[\u0027Sorter_Recirc_perc\u0027]])\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\n\t\t\ttable \u003d system.dataset.toDataSet(headers, data)\t\n\t\t\tcsv \u003d system.dataset.toCSV(table,1,0,1)\n\t\t\tsystem.perspective.download(filename \u003d str_date+\u0027 Jam Areas.csv\u0027, data \u003d csv)\t\t\t\t\t\t\n\t\t\t\t\t" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "ExportToCSV", + "tooltip": { + "enabled": true, + "location": "bottom", + "style": { + "backgroundColor": "#2B2B2BBF", + "color": "#FFFFFF", + "fontSize": 14, + "textAlign": "left", + "white-space": "pre" + }, + "sustain": 2000 + } + }, + "position": { + "height": 0.03, + "width": 0.0625, + "x": 0.9341, + "y": 0.0054 + }, + "propConfig": { + "meta.tooltip.text": { + "binding": { + "config": { + "expression": "\"About: Export to CSV\"+ \r\n\"\\n\"+\r\n\"\\n\"+\"Which tab is open that\"+ \r\n\"\\n\"+\"table will be exported to CSV\"+ \r\n\"\\n\"+\"file after clicking on the button.\"" + }, + "type": "expr" + } + } + }, + "props": { + "mode": "percent", + "style": { + "classes": "Button_Action", + "fontFamily": "Arial" + }, + "text": "Export to CSV", + "textStyle": { + "fontSize": "1.0vmin" + } + }, + "type": "ia.input.button" + }, + { + "children": [ + { + "meta": { + "name": "LPeriod" + }, + "position": { + "basis": "60px", + "grow": 1 + }, + "props": { + "style": { + "color": "#FFFFFF" + }, + "text": "Period:" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Period" + }, + "position": { + "basis": "140px", + "grow": 1 + }, + "props": { + "dropdownOptionStyle": { + "fontSize": "1.5vmin", + "overflow": "hidden", + "width": "auto" + }, + "options": [ + { + "label": "Past 30 Min", + "value": "Past 30 Min" + }, + { + "label": "Past Hour", + "value": "Past Hour" + }, + { + "label": "Past 2 Hour", + "value": "Past 2 Hour" + }, + { + "label": "Past 4 Hour", + "value": "Past 4 Hour" + }, + { + "label": "Past 8 Hour", + "value": "Past 8 Hour" + }, + { + "label": "Current Day", + "value": "Current Day" + }, + { + "label": "Morning", + "value": "Morning" + }, + { + "label": "Daylight", + "value": "Daylight" + }, + { + "label": "Twilight", + "value": "Twilight" + }, + { + "label": "Night", + "value": "Night" + }, + { + "label": "Wrap Down", + "value": "Wrap Down" + }, + { + "label": "Current Sort", + "value": "Current Sort" + }, + { + "label": "Custom", + "value": "Custom" + } + ], + "style": { + "fontSize": "1.5vmin" + }, + "value": "Past Hour" + }, + "type": "ia.input.dropdown" + }, + { + "meta": { + "name": "Spare_0" + }, + "position": { + "basis": "18.1px", + "grow": 1 + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Start Date" + }, + "position": { + "basis": "85px", + "grow": 1 + }, + "props": { + "style": { + "color": "#FFFFFF" + }, + "text": "Start Date:" + }, + "type": "ia.display.label" + }, + { + "custom": { + "Selected": { + "$": [ + "ts", + 192, + 1689168205405 + ], + "$ts": 1688473380000 + } + }, + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\t\n\tself.custom.Selected \u003d self.props.value" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "StartTime" + }, + "position": { + "basis": "190px", + "grow": 1 + }, + "propConfig": { + "props.enabled": { + "binding": { + "config": { + "expression": "{../Period.props.value} \u003d \"Custom\"" + }, + "type": "expr" + } + }, + "props.maxDate": { + "binding": { + "config": { + "expression": "now()" + }, + "type": "expr" + } + }, + "props.startDate": { + "binding": { + "config": { + "path": "../Period.props.value" + }, + "transforms": [ + { + "fallback": "todate(now())", + "inputType": "expression", + "mappings": [ + { + "input": "\"Past 30 Min\"", + "output": "todate(dateFormat(dateArithmetic(now(),-30, \"Minute\"), \"yyyy-MM-dd HH:mm:ss\"))" + }, + { + "input": "\"Past Hour\"", + "output": "todate(dateFormat(dateArithmetic(now(),-1, \"Hour\"), \"yyyy-MM-dd HH:mm:ss\"))" + }, + { + "input": "\"Past 2 Hour\"", + "output": "todate(dateFormat(dateArithmetic(now(),-2, \"Hour\"), \"yyyy-MM-dd HH:mm:ss\"))" + }, + { + "input": "\"Past 4 Hour\"", + "output": "todate(dateFormat(dateArithmetic(now(),-4, \"Hour\"), \"yyyy-MM-dd HH:mm:ss\"))" + }, + { + "input": "\"Past 8 Hour\"", + "output": "todate(dateFormat(dateArithmetic(now(),-8, \"Hour\"), \"yyyy-MM-dd HH:mm:ss\"))" + }, + { + "input": "\"Current Day\"", + "output": "todate(dateFormat(dateArithmetic(now(0),0, \"Day\"), \"yyyy-MM-dd 00:00:00\"))" + }, + { + "input": "\"Morning\"", + "output": "if (dateFormat(dateArithmetic(now(),0, \"Day\"), \"HH:mm:ss\")\u003c\"2:30:00\",\r dateFormat(dateArithmetic(now(0),-1, \"Day\"), \"yyyy-MM-dd 2:30:00\"),todate(dateFormat(dateArithmetic(now(0),0, \"Day\"), \"yyyy-MM-dd 2:30:00\")))" + }, + { + "input": "\"Daylight\"", + "output": "if (dateFormat(dateArithmetic(now(),0, \"Day\"), \"HH:mm:ss\")\u003c\"7:30:00\", todate(dateFormat(dateArithmetic(now(0),-1, \"Day\"), \"yyyy-MM-dd 7:30:00\")),todate(dateFormat(dateArithmetic(now(0),0, \"Day\"), \"yyyy-MM-dd 7:30:00\")))" + }, + { + "input": "\"Twilight\"", + "output": "if (dateFormat(dateArithmetic(now(),0, \"Hours\"), \"HH:mm:ss\")\u003c\"13:00:00\", todate(dateFormat(dateArithmetic(now(0),-1, \"Day\"), \"yyyy-MM-dd 13:00:00\")),todate(dateFormat(dateArithmetic(now(0),0, \"Day\"), \"yyyy-MM-dd 13:00:00\")))" + }, + { + "input": "\"Night\"", + "output": "if (dateFormat(dateArithmetic(now(),0, \"Day\"), \"HH:mm:ss\")\u003c\"18:30:00\", todate(dateFormat(dateArithmetic(now(0),-1, \"Day\"), \"yyyy-MM-dd 18:30:00\")),todate(dateFormat(dateArithmetic(now(0),0, \"Day\"), \"yyyy-MM-dd 18:30:00\")))" + }, + { + "input": "\"Wrap Down\"", + "output": "if (dateFormat(dateArithmetic(now(),0, \"Day\"), \"HH:mm:ss\")\u003c\"23:30:00\", todate(dateFormat(dateArithmetic(now(0),-1, \"Day\"), \"yyyy-MM-dd 23:30:00\")),todate(dateFormat(dateArithmetic(now(0),0, \"Day\"), \"yyyy-MM-dd 23:30:00\")))" + }, + { + "input": "\"Current Sort\"", + "output": "if (dateFormat(dateArithmetic(now(),0, \"Day\"), \"HH:mm:ss\")\u003c\"7:30:00\", todate(dateFormat(dateArithmetic(now(0),0, \"Day\"), \"yyyy-MM-dd 2:30:00\")), \r if (dateFormat(dateArithmetic(now(),0, \"Day\"), \"HH:mm:ss\")\u003c\"13:00:00\",todate(dateFormat(dateArithmetic(now(0),0, \"Day\"), \"yyyy-MM-dd 7:30:00\")),\r if (dateFormat(dateArithmetic(now(),0, \"Day\"), \"HH:mm:ss\")\u003c\"18:30:00\",todate(dateFormat(dateArithmetic(now(0),0, \"Day\"), \"yyyy-MM-dd 13:00:00\")),\r if (dateFormat(dateArithmetic(now(),0, \"Day\"), \"HH:mm:ss\")\u003c\"23:30:00\",todate(dateFormat(dateArithmetic(now(0),0, \"Day\"), \"yyyy-MM-dd 18:30:00\")),\r if (dateFormat(dateArithmetic(now(),0, \"Day\"), \"HH:mm:ss\")\u003c\"2:30:00\", todate(dateFormat(dateArithmetic(now(0),0, \"Day\"), \"yyyy-MM-dd 23:30:00\")),\r todate(dateFormat(dateArithmetic(now(),0, \"Day\"), \"yyyy-MM-dd HH:mm:ss\")))))))" + }, + { + "input": "\"Custom\"", + "output": "{this.props.value}" + } + ], + "outputType": "expression", + "type": "map" + } + ], + "type": "property" + }, + "onChange": { + "enabled": null, + "script": "\t\n\tif self.getSibling(\"Period\").props.value !\u003d \"Custom\":\n\t\tself.props.value \u003d self.props.startDate" + } + }, + "props.value": { + "onChange": { + "enabled": null, + "script": "\t\n\tif system.date.secondsBetween(self.props.value,self.getSibling(\"EndTime\").props.value) \u003e 604800 or system.date.secondsBetween(self.props.value,self.getSibling(\"EndTime\").props.value) \u003c 0:\n\t if system.date.secondsBetween(system.date.addSeconds(self.props.value,604800),system.date.now()) \u003c 0: \n\t self.getSibling(\"EndTime\").props.value \u003d system.date.now()\n\t else:\n\t self.getSibling(\"EndTime\").props.value \u003d system.date.addSeconds(self.props.value,604800)" + } + } + }, + "props": { + "dismissOnSelect": false, + "formattedValue": "Aug 22, 2025 6:50 PM", + "formattedValues": { + "date": "Mar 26, 2021", + "datetime": "Mar 26, 2021 12:00 AM", + "time": "12:00 AM" + }, + "inputProps": { + "style": { + "fontSize": "1.5vmin" + } + }, + "style": { + "fontSize": "1.5vmin" + }, + "value": { + "$": [ + "ts", + 192, + 1755877828856 + ], + "$ts": 1755874228000 + } + }, + "type": "ia.input.date-time-input" + }, + { + "meta": { + "name": "Spare" + }, + "position": { + "basis": "18.1px", + "grow": 1 + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "End Date" + }, + "position": { + "basis": "81px", + "grow": 1 + }, + "props": { + "style": { + "color": "#FFFFFF" + }, + "text": "End Date:" + }, + "type": "ia.display.label" + }, + { + "custom": { + "Selected": "value" + }, + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\t\n\tself.custom.Selected \u003d self.props.value" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "EndTime" + }, + "position": { + "basis": "190px", + "grow": 1 + }, + "propConfig": { + "props.enabled": { + "binding": { + "config": { + "expression": "{../Period.props.value} \u003d \"Custom\"" + }, + "type": "expr" + } + }, + "props.endDate": { + "binding": { + "config": { + "path": "../Period.props.value" + }, + "transforms": [ + { + "fallback": "{this.props.value}", + "inputType": "scalar", + "mappings": [ + { + "input": "Past 30 Min", + "output": "todate(dateFormat(dateArithmetic(now(),0, \"Hour\"), \"yyyy-MM-dd HH:mm:ss\"))" + }, + { + "input": "Past Hour", + "output": "todate(dateFormat(dateArithmetic(now(),0, \"hour\"), \"yyyy-MM-dd HH:mm:ss\"))" + }, + { + "input": "Past 2 Hour", + "output": "todate(dateFormat(dateArithmetic(now(),0, \"hour\"), \"yyyy-MM-dd HH:mm:ss\"))" + }, + { + "input": "Past 4 Hour", + "output": "todate(dateFormat(dateArithmetic(now(),0, \"hour\"), \"yyyy-MM-dd HH:mm:ss\"))" + }, + { + "input": "Past 8 Hour", + "output": "todate(dateFormat(dateArithmetic(now(),0, \"hour\"), \"yyyy-MM-dd HH:mm:ss\"))" + }, + { + "input": "Current Day", + "output": "todate(dateFormat(dateArithmetic(now(),0, \"hour\"), \"yyyy-MM-dd HH:mm:ss\"))" + }, + { + "input": "Morning", + "output": "if (dateFormat(dateArithmetic(now(),0, \"Day\"), \"HH:mm:ss\")\u003c\"2:30:00\",\r todate(dateFormat(dateArithmetic(now(0),-1, \"Day\"), \"yyyy-MM-dd 7:30:00\")),\r if (dateFormat(dateArithmetic(now(),0, \"Day\"), \"HH:mm:ss\")\u003c\"7:30:00\",\r todate(dateFormat(dateArithmetic(now(),0, \"Day\"), \"yyyy-MM-dd HH:mm:ss\")), todate(dateFormat(dateArithmetic(now(0),0, \"Day\"), \"yyyy-MM-dd 7:30:00\"))))" + }, + { + "input": "Daylight", + "output": "if (dateFormat(dateArithmetic(now(),0, \"Day\"), \"HH:mm:ss\")\u003c\"7:30:00\",\r todate(dateFormat(dateArithmetic(now(0),-1, \"Day\"), \"yyyy-MM-dd 13:00:00\")),\r if (dateFormat(dateArithmetic(now(),0, \"Day\"), \"HH:mm:ss\")\u003c\"13:00:00\",\r todate(dateFormat(dateArithmetic(now(),0, \"Day\"), \"yyyy-MM-dd HH:mm:ss\")), todate(dateFormat(dateArithmetic(now(0),0, \"Day\"), \"yyyy-MM-dd 13:00:00\"))))" + }, + { + "input": "Twilight", + "output": "if (dateFormat(dateArithmetic(now(),0, \"Day\"), \"HH:mm:ss\")\u003c\"13:00:00\",\r todate(dateFormat(dateArithmetic(now(0),-1, \"Day\"), \"yyyy-MM-dd 18:30:00\")),\r if (dateFormat(dateArithmetic(now(),0, \"Day\"), \"HH:mm:ss\")\u003c\"18:30:00\",\r todate(dateFormat(dateArithmetic(now(),0, \"Day\"), \"yyyy-MM-dd HH:mm:ss\")), todate(dateFormat(dateArithmetic(now(0),0, \"Day\"), \"yyyy-MM-dd 18:30:00\"))))" + }, + { + "input": "Night", + "output": "if (dateFormat(dateArithmetic(now(),0, \"Day\"), \"HH:mm:ss\")\u003c\"18:30:00\",\r todate(dateFormat(dateArithmetic(now(0),-1, \"Day\"), \"yyyy-MM-dd 23:30:00\")),\r if (dateFormat(dateArithmetic(now(),0, \"Day\"), \"HH:mm:ss\")\u003c\"23:30:00\",\r todate(dateFormat(dateArithmetic(now(),0, \"Day\"), \"yyyy-MM-dd HH:mm:ss\")), todate(dateFormat(dateArithmetic(now(0),0, \"Day\"), \"yyyy-MM-dd 23:30:00\"))))" + }, + { + "input": "Wrap Down", + "output": "if (dateFormat(dateArithmetic(now(),0, \"Day\"), \"HH:mm:ss\")\u003c\"23:30:00\",\r todate(dateFormat(dateArithmetic(now(0),0, \"Day\"), \"yyyy-MM-dd 2:30:00\")),\r if (dateFormat(dateArithmetic(now(),0, \"Day\"), \"HH:mm:ss\")\u003c\"2:30:00\",\r todate(dateFormat(dateArithmetic(now(),0, \"Day\"), \"yyyy-MM-dd HH:mm:ss\")), todate(dateFormat(dateArithmetic(now(0),0, \"Day\"), \"yyyy-MM-dd 2:30:00\"))))" + }, + { + "input": "Current Sort", + "output": "todate(dateFormat(dateArithmetic(now(),0, \"hour\"), \"yyyy-MM-dd HH:mm:ss\"))" + } + ], + "outputType": "expression", + "type": "map" + } + ], + "type": "property" + }, + "onChange": { + "enabled": null, + "script": "\t\n\tif self.getSibling(\"Period\").props.value !\u003d \"Custom\":\n\t\tself.props.value \u003d self.props.endDate" + } + }, + "props.maxDate": { + "binding": { + "config": { + "expression": "if(dateDiff({../StartTime.props.value},now(),\"day\") \u003c 7, now(),dateArithmetic({../StartTime.props.value}, 7, \"days\"))" + }, + "type": "expr" + } + }, + "props.minDate": { + "binding": { + "config": { + "expression": "{../StartTime.props.value}" + }, + "type": "expr" + } + } + }, + "props": { + "dismissOnSelect": false, + "formattedValue": "Aug 22, 2025 7:50 PM", + "formattedValues": { + "date": "Mar 29, 2021", + "datetime": "Mar 29, 2021 1:37 PM", + "time": "1:37 PM" + }, + "inputProps": { + "style": { + "fontSize": "1.5vmin" + } + }, + "style": { + "fontSize": "1.5vmin" + }, + "value": { + "$": [ + "ts", + 192, + 1755877828856 + ], + "$ts": 1755877828000 + } + }, + "type": "ia.input.date-time-input" + } + ], + "meta": { + "name": "Period_not_Global_0" + }, + "position": { + "height": 0.0269, + "width": 0.483, + "x": 0.0025, + "y": 0.0059 + }, + "propConfig": { + "custom.EndDate": { + "binding": { + "config": { + "path": "./EndTime.props.value" + }, + "type": "property" + } + }, + "custom.StartDate": { + "binding": { + "config": { + "path": "./StartTime.props.value" + }, + "type": "property" + } + } + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontSize": "1.5vmin" + } + }, + "type": "ia.container.flex" + }, + { + "meta": { + "name": "Label" + }, + "position": { + "height": 0.0344, + "width": 0.1833, + "x": 0.5195, + "y": 0.0041 + }, + "propConfig": { + "props.text": { + "binding": { + "config": { + "designerUseLimit": false, + "parameters": { + "endtime": "{../Period_not_Global_0.custom.EndDate}", + "starttime": "{../Period_not_Global_0.custom.StartDate}" + }, + "polling": { + "enabled": true, + "rate": "300" + }, + "queryPath": "Statistics-autStand/Max PPH 5 Min" + }, + "transforms": [ + { + "code": "\t\n\tmax_pph \u003d system.dataset.toPyDataSet(value)\n\treturn \"Highest Sorted PPH at 5 min Interval: \" + str(int(max_pph[0][0])) + \" pph\"\n\t\n\t", + "type": "script" + } + ], + "type": "query" + } + } + }, + "props": { + "style": { + "color": "#FFFFFF", + "fontFamily": "Arial", + "fontSize": 20 + }, + "textStyle": { + "fontSize": "1.5vmin" + } + }, + "type": "ia.display.label" + }, + { + "children": [ + { + "meta": { + "name": "Label_Lane" + }, + "position": { + "basis": "70px" + }, + "props": { + "style": { + "color": "#000000" + }, + "text": "Dumper:" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Dumper" + }, + "position": { + "basis": "171px" + }, + "props": { + "options": [ + { + "label": "ULGL1-1", + "value": "ULGL1-1" + }, + { + "label": "ULGL2-1", + "value": "ULGL2-1" + }, + { + "label": "ULGL3-1", + "value": "ULGL3-1" + } + ], + "value": "S0101" + }, + "type": "ia.input.dropdown" + } + ], + "meta": { + "name": "Dumper Drop Down_0", + "visible": false + }, + "position": { + "height": 0.0269, + "width": 0.1219, + "x": 0.8469, + "y": 0.0922 + }, + "propConfig": { + "meta.visible": { + "binding": { + "config": { + "expression": "if ({../Statistics.props.currentTabIndex} \u003d 12 ,\r\ntrue,\r\nfalse)" + }, + "enabled": false, + "type": "expr" + } + } + }, + "props": { + "style": { + "fontFamily": "Arial" + } + }, + "type": "ia.container.flex" + }, + { + "meta": { + "name": "Info", + "tooltip": { + "enabled": true, + "style": { + "backgroundColor": "#2B2B2BBF", + "color": "#FFFFFF", + "fontFamily": "Arial", + "fontSize": "1.5vmin", + "lineHeight": "1.4", + "maxWidth": "40vw", + "textAlign": "left", + "white-space": "pre" + } + } + }, + "position": { + "height": 0.033, + "width": 0.0158, + "x": 0.7223, + "y": 0.0021 + }, + "propConfig": { + "meta.tooltip.text": { + "binding": { + "config": { + "expression": "if ({view.params.Table} \u003d \"Statistics\" \u0026\u0026 {view.params.Tab_ID} \u003d 0,\r\n\t\"About: Induct Details\"+ \r\n\t\"\\n\"+\r\n\t\"\\n\"+\"Start Timestamp - time of the first value determined by the selected period.\"+\r\n\t\"\\n\"+\"End Timestamp - time of the last value determined by the selected period.\"+\r\n\t\"\\n\"+\"Sorter Number - sorter name.\"+\r\n\t\"\\n\"+\"Induct Number - induct name.\"+\r\n\t\"\\n\"+\"Total Count - the total number of parcels.\"+\r\n\t\"\\n\"+\"Single Carrier Count - the number of single parcels.\"+\r\n\t\"\\n\"+\"Double Carrier Count - the number of paired parcels.\",\r\nif ({view.params.Table} \u003d \"Statistics\" \u0026\u0026 {view.params.Tab_ID} \u003d 1,\r\n\t\"About: Scanner Details\"+ \r\n\t\"\\n\"+\r\n\t\"\\n\"+\"Start Timestamp - time of the first value determined by the selected period.\"+\r\n\t\"\\n\"+\"End Timestamp - time of the last value determined by the selected period.\"+\r\n\t\"\\n\"+\"Sorter Number - sorter name.\"+\r\n\t\"\\n\"+\"Scanner Number - scanner name.\"+\r\n\t\"\\n\"+\"Total Count - total number of scanned parcels.\"+\r\n\t\"\\n\"+\"Good Read Count - number of good reads.\"+\r\n\t\"\\n\"+\"No Read Count - number of noreads.\"+\r\n\t\"\\n\"+\"Multi Read Count - number of multireads.\"+\r\n\t\"\\n\"+\"No Code Count - number of no codes.\",\r\nif ({view.params.Table} \u003d \"Statistics\" \u0026\u0026 {view.params.Tab_ID} \u003d 2,\r\n\t\"About: Sorter Summary\"+ \r\n\t\"\\n\"+\r\n\t\"\\n\"+\"Start Timestamp - time of the first value determined by the selected period.\"+\r\n\t\"\\n\"+\"End Timestamp - time of the last value determined by the selected period.\"+\r\n\t\"\\n\"+\"Sorter Number - sorter name.\"+\r\n\t\"\\n\"+\"Inducted - the total number of received parcels.\"+\r\n\t\"\\n\"+\"Sorted - the number of parcels sorted.\"+\r\n\t\"\\n\"+\"AWCS Recirc - the number of parcels sent for recirc.\"+\r\n\t\"\\n\"+\"Operational Recirc - \"+\r\n\t\"\\n\"+\"Machine Recirc - \",\r\nif ({view.params.Table} \u003d \"Statistics\" \u0026\u0026 {view.params.Tab_ID} \u003d 3,\r\n\t\"About: Sorter Details\"+ \r\n\t\"\\n\"+\r\n\t\"\\n\"+\"Start Timestamp - time of the first value determined by the selected period.\"+\r\n\t\"\\n\"+\"End Timestamp - time of the last value determined by the selected period.\"+\r\n\t\"\\n\"+\"Sorter Number - sorter name.\"+\r\n\t\"\\n\"+\"Inducted Count - the total number of received parcels.\"+\r\n\t\"\\n\"+\"Sorted Count - the number of parcels sorted.\"+\r\n\t\"\\n\"+\"Assigned Count - not applicable.\"+\r\n\t\"\\n\"+\"Destination Inv Count - the total number of the requested destination \\n\\t\\tassigned by AWCS is not valid for the current scan point or sorter.\"+\r\n\t\"\\n\"+\"Dest None Count - not applicable.\"+\r\n\t\"\\n\"+\"Dest Dis Count - not applicable.\"+\r\n\t\"\\n\"+\"Destination Full Count - the total number of the requested destination for \\n\\t\\tthe container was full. \"+\r\n\t\"\\n\"+\"Unexpected Count - the total number of an unexpected container was \\n\\t\\tidentified during sortation.\"+\r\n\t\"\\n\"+\"Destination Fault Count - the total number of the requested destination \\n\\t\\tfor the container was non-operational due to a fault\"+\r\n\t\"\\n\"+\"Divert Fail Count - the total number of the sorter attempted to divert \\n\\t\\tthe container to the requested destination\tbut failed. \"+\r\n\t\"\\n\"+\"Gap Error Count - the total number of containers were inducted into the \\n\\t\\tsorter with less than the minimum gap between containers the \\n\\t\\tsorter supports.\"+\r\n\t\"\\n\"+\"Lost Count - the total number of the container was lost on the sorter after \\n\\t\\tit was scanned at a scan point.\"+\r\n\t\"\\n\"+\"Track Error - the total number of the container was lost on the sorter after \\n\\t\\tit was scanned at a scan point.\"+\r\n\t\"\\n\"+\"Unknown Count - the total number of\"+\r\n\t\"\\n\"+\"Unsafe Count - the total number of the sorter did not attempt to divert \\n\\t\\tthe container to the requested destination because the container \\n\\t\\twas unable to be diverted accurately or safely\",\r\nif ({view.params.Table} \u003d \"Statistics\" \u0026\u0026 {view.params.Tab_ID} \u003d 4,\r\n\t\"About: Lane Details\"+ \r\n\t\"\\n\"+\r\n\t\"\\n\"+\"Start Timestamp - time of the first value determined by the selected period.\"+\r\n\t\"\\n\"+\"End Timestamp - time of the last value determined by the selected period.\"+\r\n\t\"\\n\"+\"Sorter Number - sorter name.\"+\r\n\t\"\\n\"+\"Lane/Chute Number - lane/chute name.\"+\r\n\t\"\\n\"+\"Total Count - total number of diverted parcels on this chute.\"+\r\n\t\"\\n\"+\"Diverted Count - the number of successfully diverted parcels to this chute.\"+\r\n\t\"\\n\"+\"Destination Full Count - the number of full states.\"+\r\n\t\"\\n\"+\"Destination Jam Count - the number of jam states.\"+\r\n\t\"\\n\"+\"Destination Disabled Count - the number of Disabled states.\"+\r\n\t\"\\n\"+\"Destination Fault Count - not applicable.\"+\r\n\t\"\\n\"+\"Divert Fail Count - the number of unsuccessfully diverted parcels to this chute.\"+\r\n\t\"\\n\"+\"Lost Count - not applicable.\"+\r\n\t\"\\n\"+\"Unsafe Count - not applicable.\"+\r\n\t\"\\n\"+\"Dim Error - not applicable.\"+\r\n\t\"\\n\"+\"Gap Error Count - not applicable.\"+\r\n\t\"\\n\"+\"Unknown Count - not applicable.\",\r\nif ({view.params.Table} \u003d \"Statistics\" \u0026\u0026 {view.params.Tab_ID} \u003d 5,\r\n\t\"About: Hourly Induct\"+ \r\n\t\"\\n\"+\r\n\t\"\\n\"+\"Start Timestamp - time value for counting on hourly values.\"+\r\n\t\"\\n\"+\"Hour – Hour of the day (H1-H24) - time in the selected period \\n\\t\\tdivided by whole hours. The choice of the time period \\n\\t\\tthat will be viewed for the Hourly tables should be \\n\\t\\tin whole hours (example: 7:00).\"+\r\n\t\"\\n\"+\"Total (#) - the total number of parcels.\"+\r\n\t\"\\n\"+\"Single Carrier (#) - the number of single parcels.\"+\r\n\t\"\\n\"+\"Double Carrier (#) - the number of paired parcels.\",\r\nif ({view.params.Table} \u003d \"Statistics\" \u0026\u0026 {view.params.Tab_ID} \u003d 6,\r\n\t\"About: Hourly Scanner\"+ \r\n\t\"\\n\"+\r\n\t\"\\n\"+\"Start Timestamp - time value for counting on hourly values.\"+\r\n\t\"\\n\"+\"Hour – Hour of the day (H1-H24) - time in the selected period \\n\\t\\tdivided by whole hours. The choice of the time period \\n\\t\\tthat will be viewed for the Hourly tables should be \\n\\t\\tin whole hours (example: 7:00).\"+\r\n\t\"\\n\"+\"Total (#) - total number of scanned parcels.\"+\r\n\t\"\\n\"+\"Good read (#) - number of good reads.\"+\r\n\t\"\\n\"+\"No Read (#) - number of noreads.\"+\r\n\t\"\\n\"+\"Multi Read (#) - number of multireads.\"+\r\n\t\"\\n\"+\"No Code (#) - number of no codes.\",\r\nif ({view.params.Table} \u003d \"Statistics\" \u0026\u0026 {view.params.Tab_ID} \u003d 7,\r\n\t\"About: Hourly Sorter Summary\"+ \r\n\t\"\\n\"+\r\n\t\"\\n\"+\"Start Timestamp - time value for counting on hourly values.\"+\r\n\t\"\\n\"+\"Hour – Hour of the day (H1-H24) - time in the selected period \\n\\t\\tdivided by whole hours. The choice of the time period \\n\\t\\tthat will be viewed for the Hourly tables should be \\n\\t\\tin whole hours (example: 7:00).\"+\r\n\t\"\\n\"+\"Total Inducted(#) - the total number of received parcels.\"+\r\n\t\"\\n\"+\"Total Sorted(#) - the number of parcels sorted.\"+\r\n\t\"\\n\"+\"AWCS Recirculate (#) - the number of parcels sent for recirc.\"+\r\n\t\"\\n\"+\"Operational Recirculate(#) - \"+\r\n\t\"\\n\"+\"Machine Recirculate(#) - \",\r\nif ({view.params.Table} \u003d \"Statistics\" \u0026\u0026 {view.params.Tab_ID} \u003d 8,\r\n\t\"About: Hourly Sorter Details\"+ \r\n\t\"\\n\"+\r\n\t\"\\n\"+\"Start Timestamp - time value for counting on hourly values.\"+\r\n\t\"\\n\"+\"Hour – Hour of the day (H1-H24) - time in the selected period \\n\\t\\tdivided by whole hours. The choice of the time period \\n\\t\\tthat will be viewed for the Hourly tables should be \\n\\t\\tin whole hours (example: 7:00).\"+\r\n\t\"\\n\"+\"Inducted (#) - the total number of received parcels.\"+\r\n\t\"\\n\"+\"Sorted (#) - the number of parcels sorted.\"+\r\n\t\"\\n\"+\"Assigned (#) - not applicable.\"+\r\n\t\"\\n\"+\"Destination Inv (#) - the total number of the requested destination \\n\\t\\tassigned by AWCS is not valid for the current scan point or sorter.\"+\r\n\t\"\\n\"+\"Dest None (#) - not applicable.\"+\r\n\t\"\\n\"+\"Dest Dis Count - not applicable.\"+\r\n\t\"\\n\"+\"Destination Full (#) - the total number of the requested destination for \\n\\t\\tthe container was full.\"+\r\n\t\"\\n\"+\"Unexpected (#) - the total number of an unexpected container was \\n\\t\\tidentified during sortation.\"+\r\n\t\"\\n\"+\"Destination Fault (#) - the total number of the requested destination \\n\\t\\tfor the container was non-operational due to a fault.\"+\r\n\t\"\\n\"+\"Divert Fail (#) - - the total number of the sorter attempted to divert \\n\\t\\tthe container to the requested destination but failed.\"+\r\n\t\"\\n\"+\"Gap Error (#) - the total number of containers were inducted into the \\n\\t\\tsorter with less than the minimum gap between containers the \\n\\t\\tsorter supports.\"+\r\n\t\"\\n\"+\"Lost (#) - the total number of the container was lost on the sorter after \\n\\t\\tit was scanned at a scan point.\"+\r\n\t\"\\n\"+\"Track Error (#) - the total number of the container was lost on the sorter after \\n\\t\\tit was scanned at a scan point.\"+\r\n\t\"\\n\"+\"Unknown Count (#) - \"+\r\n\t\"\\n\"+\"Unsafe Count (#) - the total number of the sorter did not attempt to divert \\n\\t\\tthe container to the requested destination because the container \\n\\t\\twas unable to be diverted accurately or safely\",\r\nif ({view.params.Table} \u003d \"Statistics\" \u0026\u0026 {view.params.Tab_ID} \u003d 9,\r\n\t\"About: Hourly Lane Details\"+ \r\n\t\"\\n\"+\r\n\t\"\\n\"+\"Start Timestamp - time value for counting on hourly values.\"+\r\n\t\"\\n\"+\"Hour – Hour of the day (H1-H24) - time in the selected period \\n\\t\\tdivided by whole hours. The choice of the time period \\n\\t\\tthat will be viewed for the Hourly tables should be \\n\\t\\tin whole hours (example: 7:00).\"+\r\n\t\"\\n\"+\"Total (#) - total number of diverted parcels on this chute.\"+\r\n\t\"\\n\"+\"Diverted (#) - the number of successfully diverted parcels to this chute.\"+\r\n\t\"\\n\"+\"Destination Full (#) - the number of full states.\"+\r\n\t\"\\n\"+\"Destination Jam (#) - the number of jam states.\"+\r\n\t\"\\n\"+\"Destination Disabled (#) - the number of Disabled states.\"+\r\n\t\"\\n\"+\"Destination Fault Count - not applicable.\"+\r\n\t\"\\n\"+\"Divert Fail (#) - the number of unsuccessfully diverted parcels to this chute.\"+\r\n\t\"\\n\"+\"Lost (#) - not applicable.\"+\r\n\t\"\\n\"+\"Unsafe (#) - not applicable.\"+\r\n\t\"\\n\"+\"Dim (#) - not applicable.\"+\r\n\t\"\\n\"+\"Gap Error (#) - not applicable.\"+\r\n\t\"\\n\"+\"Unknown (#) - not applicable.\",\r\nif ({view.params.Table} \u003d \"Statistics\" \u0026\u0026 {view.params.Tab_ID} \u003d 10,\r\n\t\"About: Lane Total Full\"+\t\r\n\t\"\\n\"+\r\n\t\"\\n\"+\"Lane Number - lane name.\"+\r\n\t\"\\n\"+\"Total Count - total number of diverted parcels on this chute.\"+\r\n\t\"\\n\"+\"Destination Full Count - the number of full states.\",\r\nif ({view.params.Table} \u003d \"Statistics\" \u0026\u0026 {view.params.Tab_ID} \u003d 11,\r\n\t\"About: Jam by Area\"+\t\r\n\t\"\\n\"+\r\n\t\"\\n\"+\"Jam counts by areas\",\r\n\t\r\nif ({view.params.Table} \u003d \"Statistics\" \u0026\u0026 {view.params.Tab_ID} \u003d 12,\r\n\t\"About: Dumper cycles\"+\t\r\n\t\"\\n\"+\r\n\t\"\\n\"+\"Cycles counts by dumpers\",\t\t\r\n\r\n\"not response\")))))))))))))" + }, + "type": "expr" + } + } + }, + "props": { + "path": "material/help" + }, + "type": "ia.display.icon" + } + ], + "meta": { + "name": "root" + }, + "position": { + "x": 0, + "y": 0 + }, + "props": { + "mode": "percent", + "style": { + "backgroundColor": "#1A4A5E", + "overflow": "hidden" + } + }, + "type": "ia.container.coord" + } +} \ No newline at end of file diff --git a/.resources/60c38e944dbf0f08217b19eaa9eb8ba96db686bda89380a2e7467dd97f44f7e9 b/.resources/60c38e944dbf0f08217b19eaa9eb8ba96db686bda89380a2e7467dd97f44f7e9 new file mode 100644 index 00000000..f737d287 --- /dev/null +++ b/.resources/60c38e944dbf0f08217b19eaa9eb8ba96db686bda89380a2e7467dd97f44f7e9 @@ -0,0 +1,22 @@ +def set_priority_filters(self): + filters = self.props.value + payload = {} + payload["data"] = filters + system.perspective.sendMessage("set-priority-filters", payload = payload, + scope = "page") + +def set_time_from_filters(self): + "This filter sets the time from for history" + time = self.props.value + payload = {} + payload["data"] = time + system.perspective.sendMessage("set-from-filters", payload = payload, + scope = "page") + +def set_time_to_filters(self): + "This filter sets the time to for history" + time = self.props.value + payload = {} + payload["data"] = time + system.perspective.sendMessage("set-to-filters", payload = payload, + scope = "page") \ No newline at end of file diff --git a/.resources/62a2f6d944b4dcf07763c61c0e230678f6338824c734b41122770122b322b900 b/.resources/62a2f6d944b4dcf07763c61c0e230678f6338824c734b41122770122b322b900 new file mode 100644 index 00000000..a75de09a --- /dev/null +++ b/.resources/62a2f6d944b4dcf07763c61c0e230678f6338824c734b41122770122b322b900 @@ -0,0 +1,91 @@ +{ + "custom": {}, + "params": {}, + "props": { + "defaultSize": { + "height": 165, + "width": 400 + } + }, + "root": { + "children": [ + { + "children": [ + { + "meta": { + "name": "Label" + }, + "position": { + "basis": "32px" + }, + "props": { + "text": "An error occurred while connecting to the database." + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_0" + }, + "position": { + "basis": "32px" + }, + "props": { + "text": "Network or database connection failed. Check your settings or contact IT support." + }, + "type": "ia.display.label" + } + ], + "meta": { + "name": "FlexContainer" + }, + "position": { + "grow": 1 + }, + "props": { + "alignItems": "flex-start", + "direction": "column", + "justify": "space-around", + "style": { + "paddingLeft": 5, + "paddingRight": 5 + } + }, + "type": "ia.container.flex" + }, + { + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\tsystem.perspective.closePopup(\"\")" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Button" + }, + "props": { + "primary": false, + "style": { + "marginTop": 3 + }, + "text": "Dismiss" + }, + "type": "ia.input.button" + } + ], + "meta": { + "name": "root" + }, + "props": { + "alignContent": "flex-start", + "direction": "column", + "justify": "space-around" + }, + "type": "ia.container.flex" + } +} \ No newline at end of file diff --git a/.resources/62cc6cdc2d7897d71feb063b37cf251aec41c0d98773bc363cee8472289b585e b/.resources/62cc6cdc2d7897d71feb063b37cf251aec41c0d98773bc363cee8472289b585e new file mode 100644 index 00000000..766d7d6e --- /dev/null +++ b/.resources/62cc6cdc2d7897d71feb063b37cf251aec41c0d98773bc363cee8472289b585e @@ -0,0 +1,19 @@ +SELECT concat(date(alltable.t_stamp), ' ', hour(alltable.t_stamp), ':00') as StartTimestamp, + concat('H',TIMESTAMPDIFF(HOUR,DATE_FORMAT(alltable.t_stamp,"%Y-%m-%d %H:00:00"),DATE_FORMAT(now(),"%Y-%m-%d %H:00:00"))) as Hour, + concat(cast(COUNT(*) as char),' pph') AS Inducted, + concat(cast(SUM(alltable.ACTUAL_DEST <> 'S03999') as char),' pph') AS Sorted, + concat(cast(SUM(alltable.DivertStatus = 7) as char),' pph') AS DestinationInvalid, + concat(cast(SUM(alltable.DivertStatus = 16) as char),' pph') AS DestinationNone, + concat(cast(SUM(alltable.DivertStatus = 12) as char),' pph') AS DestinationDisabled, + concat(cast(SUM(alltable.DivertStatus = 5) as char),' pph') AS DestinationFull, + concat(cast(SUM(alltable.DivertStatus = 2) as char),' pph') AS Unexpected, + concat(cast(SUM(alltable.DivertStatus = 6) as char),' pph') AS DestinationFault, + concat(cast(SUM(alltable.DivertStatus = 14) as char),' pph') AS DivertFail, + concat(cast(SUM(alltable.DivertStatus = 4) as char),' pph') AS GapError, + concat(cast(SUM(alltable.DivertStatus = 17) as char),' pph') AS Lost, + concat(cast(SUM(alltable.DivertStatus = 3) as char),' pph') AS TrackingError, + concat(cast(SUM(alltable.DivertStatus = 1) as char),' pph') AS Unknown, + concat(cast(SUM(alltable.DivertStatus = 21) as char),' pph') AS Unsafe +FROM alltable +Where (alltable.t_stamp BETWEEN :starttime AND :endtime) +GROUP BY hour(alltable.t_stamp) \ No newline at end of file diff --git a/.resources/6392d400ded08524b28549be1e8e22a0e0b18669f95834f8ff4edaa95018b83a b/.resources/6392d400ded08524b28549be1e8e22a0e0b18669f95834f8ff4edaa95018b83a new file mode 100644 index 00000000..45a6a3f3 --- /dev/null +++ b/.resources/6392d400ded08524b28549be1e8e22a0e0b18669f95834f8ff4edaa95018b83a @@ -0,0 +1,6 @@ +Select + DATE_FORMAT(date(alltable.t_stamp),'%m/%d/%Y') as Day, + COUNT(*) AS Scans +FROM alltable +Where (alltable.t_stamp BETWEEN :starttime AND :endtime) +GROUP BY day(alltable.t_stamp) \ No newline at end of file diff --git a/.resources/6472f4db9735d7db44ef8597941835de336366d513021894e8d2eacd430ea4b0 b/.resources/6472f4db9735d7db44ef8597941835de336366d513021894e8d2eacd430ea4b0 new file mode 100644 index 00000000..c84362c2 --- /dev/null +++ b/.resources/6472f4db9735d7db44ef8597941835de336366d513021894e8d2eacd430ea4b0 @@ -0,0 +1,17 @@ +SELECT concat(date(alltable.t_stamp), ' ', hour(alltable.t_stamp), ':00') as StartTimestamp, + concat('H',TIMESTAMPDIFF(HOUR,DATE_FORMAT(alltable.t_stamp,"%Y-%m-%d %H:00:00"),DATE_FORMAT(now(),"%Y-%m-%d %H:00:00"))) as Hour, + COUNT(*) AS Total_count, + SUM(alltable.ACTUAL_DEST <> 'S03999') AS Diverted, + SUM(alltable.DivertStatus = 14) AS DivertFail, + SUM(alltable.DivertStatus = 5) AS DestinationFull, + SUM(alltable.DivertStatus = 6) AS DestinationJam, + SUM(alltable.DivertStatus = 12) AS DestinationDisabled, + SUM(alltable.DivertStatus = 6) as DestinationFault, + SUM(alltable.DivertStatus = 17) as Lost, + SUM(alltable.DivertStatus = 21) as Unsafe, + SUM(alltable.DivertStatus = 18) as DimError, + SUM(alltable.DivertStatus = 4) as GapError, + SUM(alltable.DivertStatus = 1) as Unknown +FROM alltable +Where (alltable.DEST_REQ = :lane AND alltable.t_stamp BETWEEN :starttime AND :endtime) +GROUP BY hour(alltable.t_stamp) \ No newline at end of file diff --git a/.resources/6a520f6be09c6da25614280abd17ec259b49001488018181079ee9ebb5297d9b b/.resources/6a520f6be09c6da25614280abd17ec259b49001488018181079ee9ebb5297d9b new file mode 100644 index 00000000..b01ca944 --- /dev/null +++ b/.resources/6a520f6be09c6da25614280abd17ec259b49001488018181079ee9ebb5297d9b @@ -0,0 +1,14 @@ +SELECT + alltable.DEST_REQ as Lane, + SUM(alltable.ACTUAL_DEST <> 'S0199') AS Diverted, + SUM(alltable.DivertStatus = 5) AS Full +FROM alltable +Where (alltable.DEST_REQ <> 'S0199' and alltable.t_stamp BETWEEN :starttime AND :endtime) +GROUP BY alltable.DEST_REQ +Union +Select + 'S0199' as Lane, + COUNT(*) AS Diverted, + 0 as Full +From alltable +Where (alltable.ACTUAL_DEST = 'S0199' and alltable.t_stamp BETWEEN :starttime AND :endtime) \ No newline at end of file diff --git a/.resources/6fa001fdcf863f22c9f69932761bcd5dcf3f9bdb47388e408318f0ae1e0313ed b/.resources/6fa001fdcf863f22c9f69932761bcd5dcf3f9bdb47388e408318f0ae1e0313ed new file mode 100644 index 00000000..124b9fcc Binary files /dev/null and b/.resources/6fa001fdcf863f22c9f69932761bcd5dcf3f9bdb47388e408318f0ae1e0313ed differ diff --git a/.resources/732b6bdd3fed349a0e95bfc51a962b6a08fa4adb3ec308491ec7c825816895d1 b/.resources/732b6bdd3fed349a0e95bfc51a962b6a08fa4adb3ec308491ec7c825816895d1 new file mode 100644 index 00000000..18f1ce61 --- /dev/null +++ b/.resources/732b6bdd3fed349a0e95bfc51a962b6a08fa4adb3ec308491ec7c825816895d1 @@ -0,0 +1,9 @@ +SELECT + + alltable.ACTUAL_DEST as Lane, + COUNT(*) AS Total_count, + SUM(alltable.DivertStatus = 5) AS DestFull_count + +FROM alltable +Where (alltable.t_stamp BETWEEN :starttime AND :endtime) +GROUP BY date(alltable.t_stamp),(alltable.ACTUAL_DEST) diff --git a/.resources/749d23499bb1b47d47712ebcbf1332d3ecb4d0697a8c5546ba74f89d53a82b79 b/.resources/749d23499bb1b47d47712ebcbf1332d3ecb4d0697a8c5546ba74f89d53a82b79 new file mode 100644 index 00000000..e46abe49 --- /dev/null +++ b/.resources/749d23499bb1b47d47712ebcbf1332d3ecb4d0697a8c5546ba74f89d53a82b79 @@ -0,0 +1,73 @@ +Select + SorterName,Lane,Startstamp,Endtstamp, + Total_count, DivertFail_count,Diverted_count, + DestFull_count,DestJam_count,DestDis_count, + DestFault_count,Lost_count,Unsafe_count,Dim_count,GapErr_count,Unknown_count, + + Total_count/Total_count as total_perc, + DivertFail_count/Total_count as DivertFail_perc, + Diverted_count/Total_count as Diverted_perc, + DestFull_count/Total_count as destfull_perc, + DestJam_count/Total_count as destjam_perc, + DestDis_count/Total_count as destdisabled_perc, + DestFault_count/Total_count as destfault_perc, + Lost_count/Total_count as lost_perc, + Unsafe_count/Total_count as unsafe_perc, + Dim_count/Total_count as dim_perc, + GapErr_count/Total_count as gaperr_perc, + Unknown_count/Total_count as unknown_perc, + + Total_count*3600/TIMESTAMPDIFF(second, :starttime, :endtime) as total_rate, + DivertFail_count*3600/TIMESTAMPDIFF(second, :starttime, :endtime) as DivertFail_rate, + Diverted_count*3600/TIMESTAMPDIFF(second, :starttime, :endtime) as Diverted_rate, + DestFull_count*3600/TIMESTAMPDIFF(second, :starttime, :endtime) as destfull_rate, + DestJam_count*3600/TIMESTAMPDIFF(second, :starttime, :endtime) as destjam_rate, + DestDis_count*3600/TIMESTAMPDIFF(second, :starttime, :endtime) as destdisabled_rate, + DestFault_count*3600/TIMESTAMPDIFF(second, :starttime, :endtime) as destfault_rate, + Lost_count*3600/TIMESTAMPDIFF(second, :starttime, :endtime) as lost_rate, + Unsafe_count*3600/TIMESTAMPDIFF(second, :starttime, :endtime) as unsafe_rate, + Dim_count*3600/TIMESTAMPDIFF(second, :starttime, :endtime) as dim_rate, + GapErr_count*3600/TIMESTAMPDIFF(second, :starttime, :endtime) as gaperr_rate, + Unknown_count*3600/TIMESTAMPDIFF(second, :starttime, :endtime) as unknown_rate +FROM + (Select + 'S03' AS SorterName, + alltable.DEST_REQ as Lane, + COUNT(*) AS Total_count, + SUM(alltable.ACTUAL_DEST <> 'S03999') AS Diverted_count, + SUM(alltable.DivertStatus = 14) AS DivertFail_count, + SUM(alltable.DivertStatus = 5) AS DestFull_count, + SUM(alltable.DivertStatus = 6) AS DestJam_count, + SUM(alltable.DivertStatus = 12) AS DestDis_count, + MIN(alltable.t_stamp) AS Startstamp, + Max(alltable.t_stamp) AS Endtstamp, + SUM(alltable.DivertStatus = 6) as DestFault_count, + SUM(alltable.DivertStatus = 17) as Lost_count, + SUM(alltable.DivertStatus = 21) as Unsafe_count, + SUM(alltable.DivertStatus = 18) as Dim_count, + SUM(alltable.DivertStatus = 4) as GapErr_count, + SUM(alltable.DivertStatus = 1) as Unknown_count + FROM alltable + Where (alltable.DEST_REQ <> 'S03999' AND alltable.t_stamp BETWEEN :starttime AND :endtime) + Group BY alltable.DEST_REQ + Union + Select + 'S03' AS SorterName, + alltable.ACTUAL_DEST as Lane, + COUNT(*) AS Total_count, + COUNT(*) AS Diverted_count, + 0 AS DivertFail_count, + 0 AS DestFull_count, + 0 AS DestJam_count, + 0 AS DestDis_count, + MIN(alltable.t_stamp) AS Startstamp, + Max(alltable.t_stamp) AS Endtstamp, + 0 as DestFault_count, + 0 as Lost_count, + 0 as Unsafe_count, + 0 as Dim_count, + 0 as GapErr_count, + 0 as Unknown_count + FROM alltable + Where (alltable.ACTUAL_DEST = 'S03999' AND alltable.t_stamp BETWEEN :starttime AND :endtime)) basa + \ No newline at end of file diff --git a/.resources/7835459c6e1ee3eb36c496e96205c3f003c5dd5c9406cf34ba9f67b24247baa7 b/.resources/7835459c6e1ee3eb36c496e96205c3f003c5dd5c9406cf34ba9f67b24247baa7 new file mode 100644 index 00000000..17dab707 --- /dev/null +++ b/.resources/7835459c6e1ee3eb36c496e96205c3f003c5dd5c9406cf34ba9f67b24247baa7 @@ -0,0 +1,418 @@ +{ + "custom": { + "dpm1-dpm2": false, + "dpm2-mcm": false, + "mcm-dpm1": false + }, + "params": { + "tagProps": [ + "DPM0_TAG", + "DPM1_TAG", + "DPM2_TAG" + ] + }, + "propConfig": { + "custom.dpm1-dpm2": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "1": "{view.params.tagProps[1]}", + "fc": "{session.custom.fc}" + }, + "tagPath": "[{fc}_SCADA_TAG_PROVIDER]{1}/STATE" + }, + "transforms": [ + { + "expression": "coalesce({value},{view.params.forceFaultStatus},1)", + "type": "expression" + }, + { + "fallback": false, + "inputType": "scalar", + "mappings": [ + { + "input": 0, + "output": true + }, + { + "input": 1, + "output": false + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "tag" + }, + "persistent": true + }, + "custom.dpm2-mcm": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "2": "{view.params.tagProps[2]}", + "fc": "{session.custom.fc}" + }, + "tagPath": "[{fc}_SCADA_TAG_PROVIDER]{2}/STATE" + }, + "transforms": [ + { + "expression": "coalesce({value},{view.params.forceFaultStatus},1)", + "type": "expression" + }, + { + "fallback": false, + "inputType": "scalar", + "mappings": [ + { + "input": 0, + "output": true + }, + { + "input": 1, + "output": false + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "tag" + }, + "persistent": true + }, + "custom.mcm-dpm1": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "0": "{view.params.tagProps[0]}", + "fc": "{session.custom.fc}" + }, + "tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/STATE" + }, + "transforms": [ + { + "expression": "coalesce({value},{view.params.forceFaultStatus},1)", + "type": "expression" + }, + { + "fallback": false, + "inputType": "scalar", + "mappings": [ + { + "input": 0, + "output": true + }, + { + "input": 1, + "output": false + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "tag" + }, + "persistent": true + }, + "params.tagProps": { + "paramDirection": "input", + "persistent": true + } + }, + "props": { + "defaultSize": { + "height": 894, + "width": 1920 + } + }, + "root": { + "children": [ + { + "events": { + "dom": { + "onClick": { + "config": { + "script": "\tself.session.custom.dpm_view_path \u003d self.props.params.view\n\tself.session.custom.show_dpm_device_view \u003d True" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "MCM02" + }, + "position": { + "height": 0.5, + "width": 0.5, + "x": 0.5, + "y": 0.5 + }, + "propConfig": { + "props.params.InOn": { + "binding": { + "config": { + "path": "view.custom.dpm2-mcm" + }, + "type": "property" + } + }, + "props.params.OutOn": { + "binding": { + "config": { + "path": "view.custom.mcm-dpm1" + }, + "type": "property" + } + } + }, + "props": { + "params": { + "InDown": false, + "InLeft": true, + "InUp": false, + "OutDown": false, + "OutRight": false, + "OutUp": true + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/EN4TR" + }, + "type": "ia.display.view" + }, + { + "events": { + "dom": { + "onClick": { + "config": { + "script": "\tself.session.custom.dpm_view_path \u003d self.props.params.view\n\tself.session.custom.show_dpm_device_view \u003d True" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "NCS1_1_DPM2" + }, + "position": { + "height": 0.5, + "width": 0.5, + "x": 0.5 + }, + "propConfig": { + "props.params.DownOn": { + "binding": { + "config": { + "path": "view.custom.mcm-dpm1" + }, + "type": "property" + } + }, + "props.params.InOn": { + "binding": { + "config": { + "path": "view.custom.dpm1-dpm2" + }, + "type": "property" + } + }, + "props.params.OutOn": { + "binding": { + "config": { + "path": "view.custom.mcm-dpm1" + }, + "type": "property" + } + } + }, + "props": { + "params": { + "Down1": false, + "Down2": false, + "Down3": true, + "DownLeft": false, + "DownRight": false, + "InDown": false, + "InLeft": true, + "InUp": false, + "OutDown": true, + "OutRight": false, + "OutUp": false, + "view": "autStand/Custom_Views/Enternet-Windows/DPMS/DPM Devices/MCM02/NCS1_1_DPM2" + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/DPM_BLOCK" + }, + "type": "ia.display.view" + }, + { + "events": { + "dom": { + "onClick": { + "config": { + "script": "\tself.session.custom.dpm_view_path \u003d self.props.params.view\n\tself.session.custom.show_dpm_device_view \u003d True" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "NCS1_1_DPM1" + }, + "position": { + "height": 0.5, + "width": 0.5 + }, + "propConfig": { + "props.params.DownOn": { + "binding": { + "config": { + "path": "view.custom.dpm2-mcm" + }, + "type": "property" + } + }, + "props.params.InOn": { + "binding": { + "config": { + "path": "view.custom.dpm2-mcm" + }, + "type": "property" + } + }, + "props.params.OutOn": { + "binding": { + "config": { + "path": "view.custom.dpm1-dpm2" + }, + "type": "property" + } + } + }, + "props": { + "params": { + "Down1": false, + "Down2": true, + "Down3": false, + "DownLeft": false, + "DownRight": false, + "InDown": true, + "InLeft": false, + "InUp": false, + "OutDown": false, + "OutRight": true, + "OutUp": false, + "view": "autStand/Custom_Views/Enternet-Windows/DPMS/DPM Devices/MCM02/NCS1_1_DPM1" + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/DPM_BLOCK" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "DPM1_label" + }, + "position": { + "height": 0.0358, + "width": 0.0547, + "x": 0.5572, + "y": 0.1 + }, + "props": { + "text": "NCS1_1_DPM2 11.200.1.3", + "textStyle": { + "fontSize": "1vmin" + } + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "DPM2_label" + }, + "position": { + "height": 0.0358, + "width": 0.0547, + "x": 0.036, + "y": 0.1 + }, + "props": { + "text": "NCS1_1_DPM1 11.200.1.2", + "textStyle": { + "fontSize": "1vmin" + } + }, + "type": "ia.display.label" + }, + { + "events": { + "dom": { + "onClick": { + "config": { + "script": "\tself.session.custom.dpm_view_path \u003d self.props.params.view\n\tself.session.custom.show_dpm_device_view \u003d True" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "comms" + }, + "position": { + "height": 0.5, + "width": 0.5, + "y": 0.5 + }, + "propConfig": { + "props.params.On": { + "binding": { + "config": { + "path": "view.custom.dpm2-mcm" + }, + "type": "property" + } + } + }, + "props": { + "params": { + "LD": false, + "LR": false, + "LRD": false, + "LRU": false, + "LU": false, + "RD": false, + "RLD": false, + "RLU": true, + "RU": false + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/CommLines" + }, + "type": "ia.display.view" + } + ], + "meta": { + "name": "root" + }, + "position": { + "x": 120, + "y": -723 + }, + "props": { + "mode": "percent", + "style": { + "backgroundColor": "#ffffff" + } + }, + "type": "ia.container.coord" + } +} \ No newline at end of file diff --git a/.resources/81626ccc14fb8b4bcf756963f454e073fcb7ea6f10a3be1180f891eb00efbe4a b/.resources/81626ccc14fb8b4bcf756963f454e073fcb7ea6f10a3be1180f891eb00efbe4a new file mode 100644 index 00000000..d7823999 --- /dev/null +++ b/.resources/81626ccc14fb8b4bcf756963f454e073fcb7ea6f10a3be1180f891eb00efbe4a @@ -0,0 +1,932 @@ +{ + "custom": {}, + "params": { + "value": { + "tagProps": [ + "MCM01", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + } + }, + "propConfig": { + "params.value": { + "paramDirection": "input", + "persistent": true + } + }, + "props": { + "defaultSize": { + "height": 50, + "width": 396 + } + }, + "root": { + "children": [ + { + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\ttag_name \u003d self.view.params.value.tagProps[0]\n\ttag_path \u003d \"[\" + self.session.custom.fc+ \"_SCADA_TAG_PROVIDER]\"+\"System/\"+tag_name +\"/\" + tag_name+\"/Start_PB\"\n\tsystem.tag.writeBlocking([tag_path],[True])\n\t" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Start", + "tooltip": { + "enabled": true, + "location": "top-left" + } + }, + "position": { + "basis": "80px" + }, + "propConfig": { + "meta.tooltip.text": { + "binding": { + "config": { + "expression": "if({this.props.enabled},\u0027Start \u0027 + {view.params.value.tagProps[0]},\"You do not have Maintenance or Administrator role!\")" + }, + "type": "expr" + } + }, + "props.enabled": { + "binding": { + "config": { + "expression": "indexOf({session.props.auth.user.roles}, \"Administrator\") \u003e\u003d 0 || indexOf({session.props.auth.user.roles}, \"Maintenance\") \u003e\u003d 0" + }, + "type": "expr" + } + }, + "props.image.icon.color": { + "binding": { + "config": { + "expression": "if({this.props.enabled},\u0027#FFFFFF\u0027,\u0027#979797\u0027)" + }, + "type": "expr" + } + }, + "props.style.backgroundColor": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "0": "{view.params.value.tagProps[0]}", + "fc": "{session.custom.fc}" + }, + "tagPath": "[{fc}_SCADA_TAG_PROVIDER]System/{0}/{0}/Start_PB_STATE" + }, + "transforms": [ + { + "expression": "coalesce({value},{view.params.forceFaultStatus},0)", + "type": "expression" + }, + { + "fallback": "#00A700", + "inputType": "scalar", + "mappings": [ + { + "input": 2, + "output": "#41E841" + }, + { + "input": 4, + "output": "#41E841" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "tag" + } + }, + "props.style.borderStyle": { + "binding": { + "config": { + "expression": "if({this.props.enabled},\u0027solid\u0027,\u0027none\u0027)" + }, + "type": "expr" + } + } + }, + "props": { + "image": { + "height": 32, + "icon": { + "path": "material/not_started" + }, + "position": "top", + "width": 32 + }, + "style": { + "borderColor": "#4A4A4A", + "borderWidth": 2, + "classes": "\n", + "marginBottom": 5, + "marginLeft": 5, + "marginRight": 5, + "marginTop": 5 + }, + "text": "", + "textStyle": { + "color": "#000000", + "fontSize": 12, + "fontWeight": "bold", + "textAlign": "center" + } + }, + "type": "ia.input.button" + }, + { + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\ttag_name \u003d self.view.params.value.tagProps[0]\n\ttag_path \u003d \"[\" + self.session.custom.fc+ \"_SCADA_TAG_PROVIDER]\"+\"System/\"+tag_name +\"/\" + tag_name+\"/Stop_PB\"\n\tsystem.tag.writeBlocking([tag_path],[True])" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Stop", + "tooltip": { + "enabled": true, + "location": "top-left" + } + }, + "position": { + "basis": "80px" + }, + "propConfig": { + "meta.tooltip.text": { + "binding": { + "config": { + "expression": "if({this.props.enabled},\u0027Stop \u0027 + {view.params.value.tagProps[0]},\"You do not have Maintenance or Administrator role!\")" + }, + "type": "expr" + } + }, + "props.enabled": { + "binding": { + "config": { + "expression": "indexOf({session.props.auth.user.roles}, \"Administrator\") \u003e\u003d 0 || indexOf({session.props.auth.user.roles}, \"Maintenance\") \u003e\u003d 0" + }, + "type": "expr" + } + }, + "props.image.icon.color": { + "binding": { + "config": { + "expression": "if({this.props.enabled},\u0027#FFFFFF\u0027,\u0027#979797\u0027)" + }, + "type": "expr" + } + }, + "props.style.backgroundColor": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "0": "{view.params.value.tagProps[0]}", + "fc": "{session.custom.fc}" + }, + "tagPath": "[{fc}_SCADA_TAG_PROVIDER]System/{0}/{0}/Stop_PB" + }, + "transforms": [ + { + "expression": "coalesce({value},{view.params.forceFaultStatus},0)", + "type": "expression" + }, + { + "fallback": "#CA0D0D", + "inputType": "scalar", + "mappings": [ + { + "input": 1, + "output": "#FF0000" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "tag" + } + }, + "props.style.borderStyle": { + "binding": { + "config": { + "expression": "if({this.props.enabled},\u0027solid\u0027,\u0027none\u0027)" + }, + "type": "expr" + } + } + }, + "props": { + "image": { + "height": 32, + "icon": { + "path": "material/stop_circle" + }, + "position": "top", + "width": 32 + }, + "style": { + "borderColor": "#4A4A4A", + "borderWidth": 2, + "classes": "\n", + "marginBottom": 5, + "marginLeft": 5, + "marginRight": 5, + "marginTop": 5 + }, + "text": "", + "textStyle": { + "fontSize": 12, + "fontWeight": "bold", + "textAlign": "center" + } + }, + "type": "ia.input.button" + }, + { + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\ttag_name \u003d self.view.params.value.tagProps[0]\n\ttag_path \u003d \"[\" + self.session.custom.fc+ \"_SCADA_TAG_PROVIDER]\"+\"System/\"+tag_name +\"/\" + tag_name+\"/Motor_Fault_Reset_PB\"\n\tsystem.tag.writeBlocking([tag_path],[True])" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "MotorFaultReset", + "tooltip": { + "enabled": true, + "location": "top-left" + } + }, + "position": { + "basis": "80px" + }, + "propConfig": { + "meta.tooltip.text": { + "binding": { + "config": { + "expression": "if({this.props.enabled},\u0027Motor Fault Reset \u0027 + {view.params.value.tagProps[0]},\"You do not have Maintenance or Administrator role!\")" + }, + "type": "expr" + } + }, + "props.enabled": { + "binding": { + "config": { + "expression": "indexOf({session.props.auth.user.roles}, \"Administrator\") \u003e\u003d 0 || indexOf({session.props.auth.user.roles}, \"Maintenance\") \u003e\u003d 0" + }, + "type": "expr" + } + }, + "props.image.icon.color": { + "binding": { + "config": { + "expression": "if({this.props.enabled},\u0027#000000\u0027,\u0027#979797\u0027)" + }, + "type": "expr" + } + }, + "props.style.backgroundColor": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "0": "{view.params.value.tagProps[0]}", + "fc": "{session.custom.fc}" + }, + "tagPath": "[{fc}_SCADA_TAG_PROVIDER]System/{0}/{0}/Motor_Fault_Reset_PB_STATE" + }, + "transforms": [ + { + "expression": "coalesce({value},{view.params.forceFaultStatus},0)", + "type": "expression" + }, + { + "fallback": "#DCDC03", + "inputType": "scalar", + "mappings": [ + { + "input": 2, + "output": "#FCFF86" + }, + { + "input": 4, + "output": "#FCFF86" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "tag" + } + }, + "props.style.borderStyle": { + "binding": { + "config": { + "expression": "if({this.props.enabled},\u0027solid\u0027,\u0027none\u0027)" + }, + "type": "expr" + } + } + }, + "props": { + "image": { + "height": 32, + "icon": { + "path": "material/refresh" + }, + "position": "top", + "width": 32 + }, + "style": { + "borderColor": "#4A4A4A", + "borderWidth": 2, + "classes": "\n", + "marginBottom": 5, + "marginLeft": 5, + "marginRight": 5, + "marginTop": 5 + }, + "text": "", + "textStyle": { + "fontSize": 12, + "fontWeight": "bold", + "textAlign": "center" + } + }, + "type": "ia.input.button" + }, + { + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\ttag_name \u003d self.view.params.value.tagProps[0]\n\ttag_path \u003d \"[\" + self.session.custom.fc+ \"_SCADA_TAG_PROVIDER]\"+\"System/\"+tag_name +\"/\" + tag_name+\"/Power_Branch_Fault_Reset_PB\"\n\tsystem.tag.writeBlocking([tag_path],[True])" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "PowerBranchFaultReset", + "tooltip": { + "enabled": true, + "location": "top-left" + } + }, + "position": { + "basis": "80px" + }, + "propConfig": { + "meta.tooltip.text": { + "binding": { + "config": { + "expression": "if({this.props.enabled},\u0027Power Branch Fault Reset \u0027 + {view.params.value.tagProps[0]},\"You do not have Maintenance or Administrator role!\")" + }, + "type": "expr" + } + }, + "props.enabled": { + "binding": { + "config": { + "expression": "indexOf({session.props.auth.user.roles}, \"Administrator\") \u003e\u003d 0 || indexOf({session.props.auth.user.roles}, \"Maintenance\") \u003e\u003d 0" + }, + "type": "expr" + } + }, + "props.image.icon.color": { + "binding": { + "config": { + "expression": "if({this.props.enabled},\u0027#000000\u0027,\u0027#979797\u0027)" + }, + "type": "expr" + } + }, + "props.style.backgroundColor": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "0": "{view.params.value.tagProps[0]}", + "fc": "{session.custom.fc}" + }, + "tagPath": "[{fc}_SCADA_TAG_PROVIDER]System/{0}/{0}/Power_Branch_Fault_Reset_PB_STATE" + }, + "transforms": [ + { + "expression": "coalesce({value},{view.params.forceFaultStatus},0)", + "type": "expression" + }, + { + "fallback": "#DCDC03", + "inputType": "scalar", + "mappings": [ + { + "input": 2, + "output": "#FCFF86" + }, + { + "input": 4, + "output": "#FCFF86" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "tag" + } + }, + "props.style.borderStyle": { + "binding": { + "config": { + "expression": "if({this.props.enabled},\u0027solid\u0027,\u0027none\u0027)" + }, + "type": "expr" + } + } + }, + "props": { + "image": { + "height": 32, + "icon": { + "path": "material/power" + }, + "position": "top", + "width": 32 + }, + "style": { + "borderColor": "#4A4A4A", + "borderWidth": 2, + "classes": "\n", + "marginBottom": 5, + "marginLeft": 5, + "marginRight": 5, + "marginTop": 5 + }, + "text": "", + "textStyle": { + "fontSize": 12, + "fontWeight": "bold", + "textAlign": "center" + } + }, + "type": "ia.input.button" + }, + { + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\ttag_name \u003d self.view.params.value.tagProps[0]\n\ttag_path \u003d \"[\" + self.session.custom.fc+ \"_SCADA_TAG_PROVIDER]\"+\"System/\"+tag_name +\"/\" + tag_name+\"/Low_Air_Pressure_Reset_PB\"\n\tsystem.tag.writeBlocking([tag_path],[True])" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "LowAirPressureReset", + "tooltip": { + "enabled": true, + "location": "top-left" + } + }, + "position": { + "basis": "80px" + }, + "propConfig": { + "meta.tooltip.text": { + "binding": { + "config": { + "expression": "if({this.props.enabled},\u0027Low Air Pressure Reset \u0027 + {view.params.value.tagProps[0]},\"You do not have Maintenance or Administrator role!\")" + }, + "type": "expr" + } + }, + "props.enabled": { + "binding": { + "config": { + "expression": "indexOf({session.props.auth.user.roles}, \"Administrator\") \u003e\u003d 0 || indexOf({session.props.auth.user.roles}, \"Maintenance\") \u003e\u003d 0" + }, + "type": "expr" + } + }, + "props.image.icon.color": { + "binding": { + "config": { + "expression": "if({this.props.enabled},\u0027#FFFFFF\u0027,\u0027#979797\u0027)" + }, + "type": "expr" + } + }, + "props.style.backgroundColor": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "0": "{view.params.value.tagProps[0]}", + "fc": "{session.custom.fc}" + }, + "tagPath": "[{fc}_SCADA_TAG_PROVIDER]System/{0}/{0}/Low_Air_Pressure_Reset_PB_STATE" + }, + "transforms": [ + { + "expression": "coalesce({value},{view.params.forceFaultStatus},0)", + "type": "expression" + }, + { + "fallback": "#0A0AA4", + "inputType": "scalar", + "mappings": [ + { + "input": 2, + "output": "#5D5DFF" + }, + { + "input": 4, + "output": "#5D5DFF" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "tag" + } + }, + "props.style.borderStyle": { + "binding": { + "config": { + "expression": "if({this.props.enabled},\u0027solid\u0027,\u0027none\u0027)" + }, + "type": "expr" + } + } + }, + "props": { + "image": { + "height": 32, + "icon": { + "path": "material/waves" + }, + "position": "top", + "width": 32 + }, + "style": { + "borderColor": "#4A4A4A", + "borderWidth": 2, + "classes": "\n", + "marginBottom": 5, + "marginLeft": 5, + "marginRight": 5, + "marginTop": 5 + }, + "text": "", + "textStyle": { + "fontSize": 12, + "fontWeight": "bold", + "textAlign": "center" + } + }, + "type": "ia.input.button" + }, + { + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\ttag_name \u003d self.view.params.value.tagProps[0]\n\ttag_path \u003d \"[\" + self.session.custom.fc+ \"_SCADA_TAG_PROVIDER]\"+\"System/\"+tag_name +\"/\" + tag_name+\"/Jam_Restart_PB\"\n\tsystem.tag.writeBlocking([tag_path],[True])" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "JAM_Reset", + "tooltip": { + "enabled": true, + "location": "top-left" + } + }, + "position": { + "basis": "80px" + }, + "propConfig": { + "meta.tooltip.text": { + "binding": { + "config": { + "expression": "if({this.props.enabled},\u0027Jam Reset \u0027 + {view.params.value.tagProps[0]},\"You do not have Maintenance or Administrator role!\")" + }, + "type": "expr" + } + }, + "props.enabled": { + "binding": { + "config": { + "expression": "indexOf({session.props.auth.user.roles}, \"Administrator\") \u003e\u003d 0 || indexOf({session.props.auth.user.roles}, \"Maintenance\") \u003e\u003d 0" + }, + "type": "expr" + } + }, + "props.image.icon.color": { + "binding": { + "config": { + "expression": "if({this.props.enabled},\u0027#000000\u0027,\u0027#979797\u0027)" + }, + "type": "expr" + } + }, + "props.style.backgroundColor": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "0": "{view.params.value.tagProps[0]}", + "fc": "{session.custom.fc}" + }, + "tagPath": "[{fc}_SCADA_TAG_PROVIDER]System/{0}/{0}/Jam_Restart_PB_STATE" + }, + "transforms": [ + { + "expression": "coalesce({value},{view.params.forceFaultStatus},0)", + "type": "expression" + }, + { + "fallback": "#D4D4D4", + "inputType": "scalar", + "mappings": [ + { + "input": 4, + "output": "#FFFFFF" + }, + { + "input": 2, + "output": "#FFFFFF" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "tag" + } + }, + "props.style.borderStyle": { + "binding": { + "config": { + "expression": "if({this.props.enabled},\u0027solid\u0027,\u0027none\u0027)" + }, + "type": "expr" + } + } + }, + "props": { + "image": { + "height": 32, + "icon": { + "path": "material/sync_problem" + }, + "position": "top", + "width": 32 + }, + "style": { + "borderColor": "#4A4A4A", + "borderWidth": 2, + "classes": "\n", + "marginBottom": 5, + "marginLeft": 5, + "marginRight": 5, + "marginTop": 5 + }, + "text": "", + "textStyle": { + "fontSize": 12, + "fontWeight": "bold", + "textAlign": "center" + } + }, + "type": "ia.input.button" + }, + { + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\ttag_name \u003d self.view.params.value.tagProps[0]\n\ttag_path \u003d \"[\" + self.session.custom.fc+ \"_SCADA_TAG_PROVIDER]\"+\"System/\"+tag_name +\"/\" + tag_name+\"/Setup_Motor_Speeds\"\n\tsystem.tag.writeBlocking([tag_path],[True])" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "SetupMotorSpeeds", + "tooltip": { + "enabled": true, + "location": "top-left" + } + }, + "position": { + "basis": "80px" + }, + "propConfig": { + "meta.tooltip.text": { + "binding": { + "config": { + "expression": "if({this.props.enabled},\u0027Setup Motor Speeds \u0027 + {view.params.value.tagProps[0]},\"You do not have Maintenance or Administrator role!\")" + }, + "type": "expr" + } + }, + "props.enabled": { + "binding": { + "config": { + "expression": "indexOf({session.props.auth.user.roles}, \"Administrator\") \u003e\u003d 0 || indexOf({session.props.auth.user.roles}, \"Maintenance\") \u003e\u003d 0" + }, + "type": "expr" + } + }, + "props.image.icon.color": { + "binding": { + "config": { + "expression": "if({this.props.enabled},\u0027#000000\u0027,\u0027#979797\u0027)" + }, + "type": "expr" + } + }, + "props.style.backgroundColor": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "0": "{view.params.value.tagProps[0]}", + "fc": "{session.custom.fc}" + }, + "tagPath": "[{fc}_SCADA_TAG_PROVIDER]System/{0}/{0}/Setup_Motor_Speeds" + }, + "transforms": [ + { + "expression": "coalesce({value},{view.params.forceFaultStatus},0)", + "type": "expression" + }, + { + "fallback": "#D4D4D4", + "inputType": "scalar", + "mappings": [ + { + "input": 1, + "output": "#FFFFFF" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "tag" + } + }, + "props.style.borderStyle": { + "binding": { + "config": { + "expression": "if({this.props.enabled},\u0027solid\u0027,\u0027none\u0027)" + }, + "type": "expr" + } + } + }, + "props": { + "image": { + "height": 32, + "icon": { + "path": "material/speed" + }, + "position": "top", + "width": 32 + }, + "style": { + "borderColor": "#4A4A4A", + "borderWidth": 2, + "classes": "\n", + "marginBottom": 5, + "marginLeft": 5, + "marginRight": 5, + "marginTop": 5 + }, + "text": "", + "textStyle": { + "fontSize": 12, + "fontWeight": "bold", + "textAlign": "center" + } + }, + "type": "ia.input.button" + } + ], + "meta": { + "name": "root" + }, + "propConfig": { + "custom.has_role": { + "binding": { + "config": { + "expression": "{session.custom.fc}" + }, + "transforms": [ + { + "code": "\trme_role \u003d value +\"-rme-c2c-all\"\n\troles \u003d (self.session.props.auth.user.roles)\n\tif (rme_role.lower() in roles \n\tor rme_role.upper() in roles \n\tor \"eurme-ignition-admins\" in roles):\n\t\treturn True\n\telse:\n\t\treturn False", + "type": "script" + } + ], + "type": "expr" + } + }, + "custom.status": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "0": "{view.params.tagProps[0]}", + "fc": "{session.custom.fc}" + }, + "tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/ALARMST" + }, + "transforms": [ + { + "expression": "if(isNull({value}), 0, {value})", + "type": "expression" + }, + { + "fallback": null, + "inputType": "scalar", + "mappings": [ + { + "input": 4, + "output": 1 + }, + { + "input": 3, + "output": 2 + }, + { + "input": 2, + "output": 3 + }, + { + "input": 1, + "output": 4 + }, + { + "input": 0, + "output": 5 + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "tag" + } + } + }, + "props": { + "justify": "center" + }, + "type": "ia.container.flex" + } +} \ No newline at end of file diff --git a/.resources/8429ef232c42199e85ea750b6f02b4539cc2a82886935406b025c81ef83d7f6e b/.resources/8429ef232c42199e85ea750b6f02b4539cc2a82886935406b025c81ef83d7f6e new file mode 100644 index 00000000..5034fd6a --- /dev/null +++ b/.resources/8429ef232c42199e85ea750b6f02b4539cc2a82886935406b025c81ef83d7f6e @@ -0,0 +1,12 @@ +SELECT concat(date(alltable.t_stamp), ' ', hour(alltable.t_stamp), ':00') as StartTimestamp, + concat('H',TIMESTAMPDIFF(HOUR,DATE_FORMAT(alltable.t_stamp,"%Y-%m-%d %H:00:00"),DATE_FORMAT(now(),"%Y-%m-%d %H:00:00"))) as Hour, + concat(cast(COUNT(*) as char),' pph') AS Total, + concat(cast(SUM(SUBSTRING(alltable.ScanLabel,1,1) <> '?' AND + SUBSTRING(alltable.ScanLabel,1,1) <> '9' AND + SUBSTRING(alltable.ScanLabel,1,1) <> '0') as char),' pph') AS GoodRead, + concat(cast(SUM(SUBSTRING(alltable.ScanLabel,1,1) = '?') as char),' pph') AS NoRead, + concat(cast(SUM(SUBSTRING(alltable.ScanLabel,1,1) = '9') as char),' pph') AS MultiRead, + concat(cast(SUM(SUBSTRING(alltable.ScanLabel,1,1) = '0') as char),' pph') AS NoCode +FROM alltable +Where (alltable.t_stamp BETWEEN :starttime AND :endtime) +GROUP BY hour(alltable.t_stamp) \ No newline at end of file diff --git a/.resources/87852d77de141e77cef70198c8364d60ac114059ae3336857580697b5552bb30 b/.resources/87852d77de141e77cef70198c8364d60ac114059ae3336857580697b5552bb30 new file mode 100644 index 00000000..2ca486af --- /dev/null +++ b/.resources/87852d77de141e77cef70198c8364d60ac114059ae3336857580697b5552bb30 @@ -0,0 +1,221 @@ +{ + "custom": { + "state": 1, + "string": "Device Disconnected" + }, + "params": { + "tagProps": [ + "value" + ] + }, + "propConfig": { + "custom.string": { + "binding": { + "config": { + "path": "view.custom.state" + }, + "transforms": [ + { + "fallback": "Unknown", + "inputType": "scalar", + "mappings": [ + { + "input": 0, + "output": "OK" + }, + { + "input": 1, + "output": "Device Disconnected" + }, + { + "input": 2, + "output": "Faulted" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + }, + "persistent": true + } + }, + "props": { + "defaultSize": { + "height": 26, + "width": 26 + } + }, + "root": { + "children": [ + { + "meta": { + "name": "VFD" + }, + "position": { + "height": 1, + "width": 1 + }, + "propConfig": { + "props.elements[1].fill.paint": { + "binding": { + "config": { + "path": "view.custom.state" + }, + "transforms": [ + { + "fallback": "#C2C2C2", + "inputType": "scalar", + "mappings": [ + { + "input": 0, + "output": "url(#splitGreenGrey)" + }, + { + "input": 1, + "output": "#C2C2C2" + }, + { + "input": 2, + "output": "url(#splitRedGrey)" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + } + } + }, + "props": { + "elements": [ + { + "elements": [ + { + "elements": [ + { + "offset": "0%", + "stop-color": "#C2C2C2", + "type": "stop" + }, + { + "offset": "49.5%", + "stop-color": "#C2C2C2", + "type": "stop" + }, + { + "offset": "50.5%", + "stop-color": "#00FF00", + "type": "stop" + }, + { + "offset": "100%", + "stop-color": "#00FF00", + "type": "stop" + } + ], + "gradientUnits": "userSpaceOnUse", + "id": "splitGreenGrey", + "type": "linearGradient", + "x1": "0", + "x2": "24", + "y1": "0", + "y2": "24" + }, + { + "elements": [ + { + "offset": "0%", + "stop-color": "#C2C2C2", + "type": "stop" + }, + { + "offset": "49.5%", + "stop-color": "#C2C2C2", + "type": "stop" + }, + { + "offset": "50.5%", + "stop-color": "#FF0000", + "type": "stop" + }, + { + "offset": "100%", + "stop-color": "#FF0000", + "type": "stop" + } + ], + "gradientUnits": "userSpaceOnUse", + "id": "splitRedGrey", + "type": "linearGradient", + "x1": "0", + "x2": "24", + "y1": "0", + "y2": "24" + } + ], + "type": "defs" + }, + { + "cx": "12", + "cy": "12", + "fill": {}, + "rx": "10", + "ry": "10", + "stroke": { + "paint": "#000000", + "width": "2" + }, + "type": "ellipse" + }, + { + "d": "M 6,18 L 18,6", + "fill": {}, + "stroke": { + "linecap": "round", + "paint": "#000000", + "width": "2" + }, + "type": "path" + } + ], + "viewBox": "0 0 24 24" + }, + "type": "ia.shapes.svg" + } + ], + "meta": { + "name": "VFD", + "tooltip": { + "enabled": true + } + }, + "propConfig": { + "meta.tooltip.text": { + "binding": { + "config": { + "expression": "\"Source Id: \" + {view.params.tagProps[0]} + \", Status: \" + {view.custom.string}\n" + }, + "type": "expr" + } + }, + "meta.visible": { + "binding": { + "config": { + "path": "session.custom.alarm_filter.show_VFD" + }, + "type": "property" + } + } + }, + "props": { + "mode": "percent", + "style": { + "cursor": "pointer" + } + }, + "type": "ia.container.coord" + } +} \ No newline at end of file diff --git a/.resources/8994b330ba062ca8455e4885b9a92e29af6052c5a9b942dc8671ec212b34fdd2 b/.resources/8994b330ba062ca8455e4885b9a92e29af6052c5a9b942dc8671ec212b34fdd2 new file mode 100644 index 00000000..f6f79582 --- /dev/null +++ b/.resources/8994b330ba062ca8455e4885b9a92e29af6052c5a9b942dc8671ec212b34fdd2 @@ -0,0 +1,2231 @@ +{ + "custom": {}, + "params": { + "con_lines": [ + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false + ], + "in": false, + "out": false, + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "propConfig": { + "params.con_lines": { + "paramDirection": "input", + "persistent": true + }, + "params.in": { + "paramDirection": "input", + "persistent": true + }, + "params.out": { + "paramDirection": "input", + "persistent": true + }, + "params.tagProps": { + "paramDirection": "input", + "persistent": true + } + }, + "props": { + "defaultSize": { + "height": 1080, + "width": 1920 + } + }, + "root": { + "children": [ + { + "meta": { + "name": "DPM_TO_HUB" + }, + "position": { + "height": 1, + "width": 1 + }, + "propConfig": { + "props.elements[1].elements[0].elements[1].stroke.paint": { + "binding": { + "config": { + "expression": "if(!{view.params.out}, \"#ff001d\", \"#00ff00\")" + }, + "type": "expr" + } + }, + "props.elements[1].elements[0].elements[2].stroke.paint": { + "binding": { + "config": { + "expression": "if(!{view.params.in}, \"#ff001d\", \"#00ff00\")" + }, + "type": "expr" + } + }, + "props.elements[1].elements[1].elements[0].stroke.paint": { + "binding": { + "config": { + "expression": "if(!{view.params.con_lines[0]}, \"#ff001d\", \"#00ff00\")" + }, + "type": "expr" + } + }, + "props.elements[1].elements[1].elements[10].stroke.paint": { + "binding": { + "config": { + "expression": "if(!{view.params.con_lines[17]}, \"#ff001d\", \"#00ff00\")" + }, + "type": "expr" + } + }, + "props.elements[1].elements[1].elements[11].stroke.paint": { + "binding": { + "config": { + "expression": "if(!{view.params.con_lines[4]}, \"#ff001d\", \"#00ff00\")" + }, + "type": "expr" + } + }, + "props.elements[1].elements[1].elements[12].stroke.paint": { + "binding": { + "config": { + "expression": "if(!{view.params.con_lines[5]}, \"#ff001d\", \"#00ff00\")" + }, + "type": "expr" + } + }, + "props.elements[1].elements[1].elements[13].stroke.paint": { + "binding": { + "config": { + "expression": "if(!{view.params.con_lines[6]}, \"#ff001d\", \"#00ff00\")" + }, + "type": "expr" + } + }, + "props.elements[1].elements[1].elements[14].stroke.paint": { + "binding": { + "config": { + "expression": "if(!{view.params.con_lines[15]}, \"#ff001d\", \"#00ff00\")" + }, + "type": "expr" + } + }, + "props.elements[1].elements[1].elements[15].stroke.paint": { + "binding": { + "config": { + "expression": "if(!{view.params.con_lines[16]}, \"#ff001d\", \"#00ff00\")" + }, + "type": "expr" + } + }, + "props.elements[1].elements[1].elements[16].stroke.paint": { + "binding": { + "config": { + "expression": "if(!{view.params.con_lines[7]}, \"#ff001d\", \"#00ff00\")" + }, + "type": "expr" + } + }, + "props.elements[1].elements[1].elements[17].stroke.paint": { + "binding": { + "config": { + "expression": "if(!{view.params.con_lines[8]}, \"#ff001d\", \"#00ff00\")" + }, + "type": "expr" + } + }, + "props.elements[1].elements[1].elements[18].stroke.paint": { + "binding": { + "config": { + "expression": "if(!{view.params.con_lines[10]}, \"#ff001d\", \"#00ff00\")" + }, + "type": "expr" + } + }, + "props.elements[1].elements[1].elements[19].stroke.paint": { + "binding": { + "config": { + "expression": "if(!{view.params.con_lines[13]}, \"#ff001d\", \"#00ff00\")" + }, + "type": "expr" + } + }, + "props.elements[1].elements[1].elements[1].stroke.paint": { + "binding": { + "config": { + "expression": "if(!{view.params.con_lines[23]}, \"#ff001d\", \"#00ff00\")" + }, + "type": "expr" + } + }, + "props.elements[1].elements[1].elements[20].stroke.paint": { + "binding": { + "config": { + "expression": "if(!{view.params.con_lines[12]}, \"#ff001d\", \"#00ff00\")" + }, + "type": "expr" + } + }, + "props.elements[1].elements[1].elements[21].stroke.paint": { + "binding": { + "config": { + "expression": "if(!{view.params.con_lines[11]}, \"#ff001d\", \"#00ff00\")" + }, + "type": "expr" + } + }, + "props.elements[1].elements[1].elements[22].stroke.paint": { + "binding": { + "config": { + "expression": "if(!{view.params.con_lines[10]}, \"#ff001d\", \"#00ff00\")" + }, + "type": "expr" + } + }, + "props.elements[1].elements[1].elements[23].stroke.paint": { + "binding": { + "config": { + "expression": "if(!{view.params.con_lines[14]}, \"#ff001d\", \"#00ff00\")" + }, + "type": "expr" + } + }, + "props.elements[1].elements[1].elements[2].stroke.paint": { + "binding": { + "config": { + "expression": "if(!{view.params.con_lines[1]}, \"#ff001d\", \"#00ff00\")" + }, + "type": "expr" + } + }, + "props.elements[1].elements[1].elements[3].stroke.paint": { + "binding": { + "config": { + "expression": "if(!{view.params.con_lines[22]}, \"#ff001d\", \"#00ff00\")" + }, + "type": "expr" + } + }, + "props.elements[1].elements[1].elements[4].stroke.paint": { + "binding": { + "config": { + "expression": "if(!{view.params.con_lines[2]}, \"#ff001d\", \"#00ff00\")" + }, + "type": "expr" + } + }, + "props.elements[1].elements[1].elements[5].stroke.paint": { + "binding": { + "config": { + "expression": "if(!{view.params.con_lines[3]}, \"#ff001d\", \"#00ff00\")" + }, + "type": "expr" + } + }, + "props.elements[1].elements[1].elements[6].stroke.paint": { + "binding": { + "config": { + "expression": "if(!{view.params.con_lines[21]}, \"#ff001d\", \"#00ff00\")" + }, + "type": "expr" + } + }, + "props.elements[1].elements[1].elements[7].stroke.paint": { + "binding": { + "config": { + "expression": "if(!({view.params.con_lines[20]}), \"#ff001d\", \"#00ff00\")" + }, + "type": "expr" + } + }, + "props.elements[1].elements[1].elements[8].stroke.paint": { + "binding": { + "config": { + "expression": "if(!{view.params.con_lines[19]}, \"#ff001d\", \"#00ff00\")" + }, + "type": "expr" + } + }, + "props.elements[1].elements[1].elements[9].stroke.paint": { + "binding": { + "config": { + "expression": "if(!{view.params.con_lines[18]}, \"#ff001d\", \"#00ff00\")" + }, + "type": "expr" + } + } + }, + "props": { + "elements": [ + { + "id": "defs1", + "name": "defs1", + "type": "defs" + }, + { + "elements": [ + { + "elements": [ + { + "elements": [ + { + "d": "m 74.541388,43.698219 h -0.232437 v -1.936962 h -0.43217 v -0.264292 c 0.18079,-0.03874 0.296148,-0.07834 0.341789,-0.129143 0.05765,-0.05853 0.116205,-0.193701 0.160972,-0.414073 h 0.161846 z", + "fill": { + "paint": "#000000" + }, + "id": "path1-7", + "name": "path1-7", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 40.340817,75.05145 c 0,-3.202491 -2.479357,-5.681795 -5.681821,-5.681795 -3.202463,0 -5.785114,2.479304 -5.785114,5.681795 0,3.202463 2.582651,5.785088 5.785114,5.785088 3.202464,0 5.681821,-2.582625 5.681821,-5.785088 M 35.588742,32.696209 c 0,-1.033065 -0.929746,-1.962811 -1.962811,-1.962811 -1.136333,0 -2.066079,0.929746 -2.066079,1.962811 0,1.136333 0.929746,2.066079 2.066079,2.066079 1.033065,0 1.962811,-0.929746 1.962811,-2.066079 m 30.268518,0 c 0,-1.033065 -0.929746,-1.962811 -1.962811,-1.962811 -1.136359,0 -2.066131,0.929746 -2.066131,1.962811 0,1.136333 0.929772,2.066079 2.066131,2.066079 1.033065,0 1.962811,-0.929746 1.962811,-2.066079 M 81.972899,156.97269 V 12.448308 M 40.96063,32.696209 c 0,-1.033065 -0.929745,-1.962811 -1.962811,-1.962811 -1.136359,0 -2.066105,0.929746 -2.066105,1.962811 0,1.136333 0.929746,2.066079 2.066105,2.066079 1.033066,0 1.962811,-0.929746 1.962811,-2.066079 m 5.371889,0 c 0,-1.033065 -0.929746,-1.962811 -1.962812,-1.962811 -1.136359,0 -2.066105,0.929746 -2.066105,1.962811 0,1.136333 0.929746,2.066079 2.066105,2.066079 1.033066,0 1.962812,-0.929746 1.962812,-2.066079 m 5.371888,0 c 0,-1.033065 -0.826426,-1.962811 -1.962812,-1.962811 -1.033039,0 -1.962811,0.929746 -1.962811,1.962811 0,1.136333 0.929772,2.066079 1.962811,2.066079 1.136386,0 1.962812,-0.929746 1.962812,-2.066079 m -11.36359,75.206381 c 0,-3.20246 -2.479357,-5.78511 -5.681821,-5.78511 -3.202463,0 -5.785114,2.58265 -5.785114,5.78511 0,3.20247 2.582651,5.78512 5.785114,5.78512 3.202464,0 5.681821,-2.58265 5.681821,-5.78512 m 0,32.74785 c 0,-3.20249 -2.479357,-5.68179 -5.681821,-5.68179 -3.202463,0 -5.785114,2.4793 -5.785114,5.68179 0,3.20246 2.582651,5.78509 5.785114,5.78509 3.202464,0 5.681821,-2.58263 5.681821,-5.78509 M 65.85726,19.266462 c 0,-1.136359 -0.929746,-1.962785 -1.962811,-1.962785 -1.136359,0 -2.066131,0.826426 -2.066131,1.962785 0,1.033066 0.929772,1.962812 2.066131,1.962812 1.033065,0 1.962811,-0.929746 1.962811,-1.962812 m 0,8.987578 c 0,-1.136359 -0.929746,-1.962811 -1.962811,-1.962811 -1.136359,0 -2.066131,0.826452 -2.066131,1.962811 0,1.033066 0.929772,1.962812 2.066131,1.962812 1.033065,0 1.962811,-0.929746 1.962811,-1.962812 m 0,-4.545435 c 0,-1.03304 -0.929746,-1.962785 -1.962811,-1.962785 -1.136359,0 -2.066131,0.929745 -2.066131,1.962785 0,1.136359 0.929772,2.066104 2.066131,2.066104 1.033065,0 1.962811,-0.929745 1.962811,-2.066104 M 81.972899,12.448308 H 24.121833 m -0.826426,0.929773 V 156.04295 M 24.225126,12.448308 c -0.516519,0 -0.929719,0.309933 -0.929719,0.826453 m 0.826426,143.697929 h 57.851066 m -58.677492,-0.92974 c 0,0.51652 0.4132,0.92974 0.929719,0.92974 m 48.037062,-49.0701 c 0,-3.20246 -2.479305,-5.78511 -5.681795,-5.78511 -3.20249,0 -5.785088,2.58265 -5.785088,5.78511 0,3.20247 2.582598,5.78512 5.785088,5.78512 3.20249,0 5.681795,-2.58265 5.681795,-5.78512 m 0,32.74785 c 0,-3.20249 -2.479305,-5.68179 -5.681795,-5.68179 -3.20249,0 -5.785088,2.4793 -5.785088,5.68179 0,3.20246 2.582598,5.78509 5.785088,5.78509 3.20249,0 5.681795,-2.58263 5.681795,-5.78509 M 10.175593,93.749739 c 0,-1.342972 -0.51652,-2.582651 -1.4462922,-3.409104 m -5.7850881,0 c -1.0330656,0.929773 -1.6528785,2.272745 -1.5495852,3.615717 0.1033198,1.446265 0.8264525,2.685944 1.9628114,3.409077 m 4.8553423,0 c 1.2396787,-0.723133 1.9628118,-2.169425 1.9628118,-3.61569 m -0.6198398,0 c 0,-0.929746 -0.3099064,-1.756199 -0.9297458,-2.479331 m -5.6817947,0 c -1.3429721,1.652878 -1.1363589,3.925596 0.4132262,5.268595 m 4.8553423,0 c 0.8264525,-0.61984 1.342972,-1.756199 1.342972,-2.789264 m 0.2066132,0 c 0,-1.033066 -0.3099065,-2.066132 -1.0330656,-2.789264 m -5.7850881,0 c -0.8264525,0.826452 -1.2396787,1.962811 -1.1363589,3.09917 0.1032933,1.136359 0.6198393,2.169425 1.5495851,2.789264 m 4.8553423,0 c 1.0330656,-0.723133 1.5495852,-1.859518 1.5495852,-3.09917 M 283.10872,90.960475 V 153.87355 M 282.9021,90.960475 v 62.913075 m 0.20662,-62.913075 h -0.20662 m 0,0 v -0.413226 -0.309907 -0.10332 l 0.1033,-0.103293 m 0,0 h 0.20661 m 0,0 v 0.103293 l -0.10329,0.10332 v 0.309907 0.413226 M 283.21201,154.7 h -0.20661 m 0,0 h -0.1033 v -0.20661 -0.30993 -0.30991 m 0,0 h 0.20662 m 0,0 v 0.30991 0.30993 l 0.10329,0.20661 m 1.03306,0 h -1.03306 m 1.03306,0 v -0.82645 m 0,-63.842821 h -1.03306 m 1.03306,0.929746 v -0.929746 m 0,63.842821 V 90.857181 M 20.816076,107.28275 h -0.10332 m -0.206613,-0.82642 h -3.512397 m 3.71901,0.82642 v -0.3099 l -0.103293,-0.30991 v -0.20661 h -0.10332 m 0,0 h 0.10332 m 0,0 h 0.103293 v 0.20661 l 0.10332,0.30991 v 0.3099 m -0.309933,49.68994 h -3.512397 m 3.615717,0 h -0.10332 m 0.206613,-0.92974 v -48.7602 m -0.206613,49.68994 0.10332,-0.10332 v -0.20661 l 0.103293,-0.20659 v -0.41322 m 0.10332,0 v -48.7602 m -0.10332,48.7602 h 0.10332 m 0,0 v 0.41322 l -0.10332,0.20659 v 0.20661 l -0.103293,0.10332 m -3.615717,-50.51636 v 0.20661 l -0.103293,0.30991 v 0.3099 m 0,48.7602 v -48.7602 m 0,48.7602 v 0.41322 l 0.103293,0.20659 v 0.20661 0.10332 M 65.444034,19.266462 c 0,-0.929746 -0.723133,-1.549585 -1.549585,-1.549585 -0.929746,0 -1.652905,0.619839 -1.652905,1.549585 0,0.826453 0.723159,1.549612 1.652905,1.549612 0.826452,0 1.549585,-0.723159 1.549585,-1.549612 M 35.175516,32.696209 c 0,-0.826452 -0.723133,-1.549585 -1.549585,-1.549585 -0.92972,0 -1.652879,0.723133 -1.652879,1.549585 0,0.92972 0.723159,1.652852 1.652879,1.652852 0.826452,0 1.549585,-0.723132 1.549585,-1.652852 M 98.08859,39.20443 c -0.309933,0 -0.61984,0.10332 -0.826453,0.206613 m 1.033066,-0.619839 c -0.516546,0 -1.033066,0.10332 -1.446292,0.309933 m -1.239679,1.136359 c -0.826426,1.136359 -0.929745,2.789237 -0.103293,3.925596 0.826453,1.239679 2.272718,1.859492 3.718983,1.549585 1.446268,-0.309906 2.479328,-1.446292 2.789268,-2.892557 m -5.165279,-3.718983 c -0.516519,0.309906 -0.929746,0.619839 -1.239679,1.136359 m 0.309933,-0.103294 c -0.929772,1.033039 -1.033065,2.582598 -0.309933,3.822277 0.61984,1.239679 2.066132,1.859492 3.512371,1.652905 1.342967,-0.309933 2.479357,-1.342999 2.685967,-2.789264 m 0,0.103293 h 0.20662 m -6.404958,-2.685917 0.309933,-0.103294 m 0.929746,-0.723159 V 39.20443 m 1.549585,-0.309906 c -0.516519,0 -1.033065,0.206613 -1.549585,0.413226 m 1.446292,-0.516546 0.103293,0.206613 m 2.892534,3.822303 0.51654,0.103293 m -0.41322,-1.033012 -0.10332,0.929719 m 0.51654,-0.826426 -0.41322,-0.103293 m 0.41322,0 c -0.10332,-1.239679 -0.92977,-2.376038 -2.169421,-2.789264 m -1.136359,0.413226 1.136359,-0.309933 m -1.239653,-0.206613 0.103294,0.516546 m -1.549586,0.309906 -0.103293,-0.413226 m -0.929746,0.723159 1.033039,-0.309933 m 4.028916,2.272745 c 0,-0.309933 -0.10332,-0.61984 -0.20661,-0.929773 m -0.72314,1.239653 0.92975,-0.30988 m -0.92975,0.206586 c -0.516541,0.103294 -0.929767,0.723133 -0.723154,1.342972 m 0.309933,1.549586 -0.309933,-1.446292 m -0.51652,1.652905 c 0.309907,-0.10332 0.619839,-0.10332 0.929746,-0.206613 m -1.342946,-1.239679 0.4132,1.446292 M 98.50179,43.853186 c -0.206587,-0.516546 -0.826426,-0.929773 -1.446266,-0.72316 m -1.446292,0.413227 1.446292,-0.413227 m -1.652905,-0.516519 c 0,0.309906 0.10332,0.619839 0.206613,0.929746 m 1.239679,-1.239653 -1.446292,0.4132 m 1.446292,-0.4132 c 0.619839,-0.206586 0.929746,-0.826426 0.826453,-1.446265 m -0.413227,-1.342972 0.413227,1.446265 m 0.826426,-0.206613 -0.4132,-1.549585 m 0.4132,1.446292 c 0.103319,0.619839 0.723132,0.929746 1.342972,0.826452 m 0.929748,-0.206613 -0.929748,0.206613 m 0.103293,-2.376037 c -0.51652,-0.309933 -1.033066,-0.413227 -1.652852,-0.309933 m 3.718987,3.099197 c -0.10332,-1.239679 -0.92978,-2.272745 -2.066135,-2.789264 m 2.066135,3.718983 v -0.929719 m 0,0.103293 h -0.20662 M 99.638149,39.20443 99.948055,39.101137 M 98.708403,42.3036 c 0,-0.103293 -0.103294,-0.206586 -0.206613,-0.206586 -0.103294,0 -0.206587,0.103293 -0.206587,0.206586 0,0.103294 0.103293,0.206587 0.206587,0.206587 0.103319,0 0.206613,-0.103293 0.206613,-0.206587 m -1.446266,-1.136359 c 0,-0.309906 -0.309933,-0.619839 -0.723132,-0.619839 -0.309933,0 -0.61984,0.309933 -0.61984,0.619839 0,0.413227 0.309907,0.72316 0.61984,0.72316 0.413199,0 0.723132,-0.309933 0.723132,-0.72316 m 2.995853,-0.826426 c 0,-0.309933 -0.309935,-0.619839 -0.723161,-0.619839 -0.309907,0 -0.61984,0.309906 -0.61984,0.619839 0,0.4132 0.309933,0.723133 0.61984,0.723133 0.413226,0 0.723161,-0.309933 0.723161,-0.723133 m 0.82642,2.995825 c 0,-0.309907 -0.3099,-0.61984 -0.72313,-0.61984 -0.30991,0 -0.619838,0.309933 -0.619838,0.61984 0,0.413226 0.309928,0.723132 0.619838,0.723132 0.41323,0 0.72313,-0.309906 0.72313,-0.723132 m -2.99582,0.826452 c 0,-0.309906 -0.309933,-0.619839 -0.723159,-0.619839 -0.309907,0 -0.61984,0.309933 -0.61984,0.619839 0,0.413226 0.309933,0.723133 0.61984,0.723133 0.413226,0 0.723159,-0.309907 0.723159,-0.723133 m -0.206613,0 c 0,-0.206613 -0.206613,-0.413226 -0.516546,-0.413226 -0.206613,0 -0.413227,0.206613 -0.413227,0.413226 0,0.309906 0.206614,0.51652 0.413227,0.51652 0.309933,0 0.516546,-0.206614 0.516546,-0.51652 M 100.8778,43.33664 c 0,-0.206614 -0.20661,-0.413227 -0.51652,-0.413227 -0.20661,0 -0.413225,0.206613 -0.413225,0.413227 0,0.309932 0.206615,0.516546 0.413225,0.516546 0.30991,0 0.51652,-0.206614 0.51652,-0.516546 m -0.82643,-2.995825 c 0,-0.206613 -0.206608,-0.413226 -0.516541,-0.413226 -0.206613,0 -0.413226,0.206613 -0.413226,0.413226 0,0.309907 0.206613,0.51652 0.413226,0.51652 0.309933,0 0.516541,-0.206613 0.516541,-0.51652 m -2.995846,0.826426 c 0,-0.206613 -0.206613,-0.413226 -0.516519,-0.413226 -0.206613,0 -0.413227,0.206613 -0.413227,0.413226 0,0.309933 0.206614,0.516546 0.413227,0.516546 0.309906,0 0.516519,-0.206613 0.516519,-0.516546 m -1.652905,0.516546 h 0.10332 m 0,0 0.206613,0.723107 m 0,0 0.103293,-0.103294 m 0,0 0.10332,0.103294 m 0,0 -0.10332,0.103293 m 0,0 -0.206613,0.10332 m 0,0 -0.206613,-0.92972 m 2.789264,3.305758 0.10332,0.206613 m 0,0 -0.10332,0.103293 m 0,0 -0.103293,-0.309906 m 0,0 h -0.10332 m 0,0 v -0.10332 m 0,0 h 0.10332 m 0,0 -0.10332,-0.103294 m 0,0 h 0.10332 m 0,0 0.103293,0.103294 m 0,0 0.309907,-0.103294 m 0,0 0.103319,0.103294 m 0,0 -0.206613,0.723159 m 0,0 h -0.103293 m 0,0 0.103293,-0.723159 m 0,0 -0.206613,0.10332 m 1.549559,0 0.10332,0.103293 h 0.206608 m 0,0 h 0.1033 m 0,0 c 0.10332,-0.103293 0.20661,-0.206613 0.10332,-0.309907 m 0,0.103294 h -0.10332 m -0.1033,0 c 0.1033,0 0.1033,0 0.1033,-0.103294 m -0.206615,0.103294 v 0 c 0,0.10332 0.103315,0.10332 0.103315,0 m -0.206608,0 0.103293,-0.103294 m 0,0 h 0.103315 m 0,0 v -0.103319 m 0,0 h -0.103315 m -0.103293,-0.206614 v 0.10332 h 0.103293 m -0.103293,-0.206613 v 0 c -0.10332,0 -0.10332,0.103293 0,0.103293 m 0,-0.103293 h 0.103293 l 0.103315,0.103293 m 0,0 0.1033,-0.103293 m 0,0 -0.1033,-0.10332 h -0.206608 m 0,0 -0.206613,0.10332 v 0.206613 m 0,0 c 0,0.103294 0.103293,0.103294 0.206613,0.103294 m 0,0.103319 -0.10332,0.103294 v 0.10332 m 1.136358,-4.752049 -0.51652,0.103319 m 0,0 v 0.103294 m 0,0 h 0.41323 m 0,0 -0.20662,0.413226 m 0,-0.10332 c 0,0.10332 0,0.206613 0.1033,0.309933 0.10332,0.103293 0.20661,0.103293 0.20661,0 0.10332,0 0.20661,-0.10332 0.10332,-0.206613 m 0,0 h -0.10332 m -0.20661,0 v 0.103293 c 0.10332,0.10332 0.10332,0.10332 0.20661,0 0,0 0.10332,-0.103293 0,-0.103293 m -0.20661,0 0.20661,-0.51652 m 0,0 v -0.103319 m -2.78921,31.714783 c -0.309933,0.103294 -0.61984,0.103294 -0.826453,0.206587 m 1.033066,-0.619813 c -0.516546,0 -1.033066,0.206613 -1.446292,0.413226 m -1.239679,1.033039 c -0.826426,1.239679 -0.929745,2.789264 -0.103293,4.028943 0.826453,1.239652 2.272718,1.859492 3.718983,1.549585 1.446268,-0.309933 2.479328,-1.446292 2.789268,-2.892584 m -5.165279,-3.718983 c -0.516519,0.206587 -0.929746,0.619813 -1.239679,1.033039 m 0.309933,-0.103293 c -0.929772,1.136359 -1.033065,2.685944 -0.309933,3.925623 0.61984,1.239652 2.066132,1.859492 3.512371,1.549585 1.342967,-0.206613 2.479357,-1.342972 2.685967,-2.685971 m 0,0 h 0.20662 m -6.404958,-2.582624 0.309933,-0.10332 m 0.929746,-0.826452 v -0.206587 m 1.549585,-0.206613 c -0.516519,0 -1.033065,0.103293 -1.549585,0.309907 m 1.446292,-0.51652 0.103293,0.206613 m 2.892534,3.925596 h 0.51654 m -0.41322,-0.929745 -0.10332,0.929745 m 0.51654,-0.929745 h -0.41322 m 0.41322,0 c -0.10332,-1.342972 -0.92977,-2.376038 -2.169421,-2.789238 m -1.136359,0.309907 1.136359,-0.309907 m -1.239653,-0.206613 0.103294,0.51652 m -1.549586,0.413226 -0.103293,-0.516546 m -0.929746,0.826452 1.033039,-0.309906 m 4.028916,2.169424 c 0,-0.309932 -0.10332,-0.516546 -0.20661,-0.826452 m -0.72314,1.136359 0.92975,-0.206613 m -0.92975,0.10332 c -0.516541,0.206613 -0.929767,0.826426 -0.723154,1.446265 m 0.309933,1.446292 -0.309933,-1.446292 m -0.51652,1.652905 c 0.309907,0 0.619839,-0.10332 0.929746,-0.206613 m -1.342946,-1.239679 0.4132,1.549585 M 98.50179,76.704328 c -0.206587,-0.619839 -0.826426,-0.929746 -1.446266,-0.826452 m -1.446292,0.516546 1.446292,-0.413227 m -1.652905,-0.516519 c 0,0.309906 0.10332,0.619813 0.206613,0.826426 m 1.239679,-1.136359 -1.446292,0.309933 m 1.446292,-0.413226 c 0.619839,-0.10332 0.929746,-0.72316 0.826453,-1.342973 m -0.413227,-1.446291 0.413227,1.446291 m 0.826426,-0.206613 -0.4132,-1.446291 m 0.4132,1.446291 c 0.103319,0.51652 0.723132,0.929746 1.342972,0.723133 m 0.929748,-0.206613 -0.929748,0.309906 m 0.103293,-2.479331 c -0.51652,-0.206613 -1.033066,-0.309906 -1.652852,-0.309906 m 3.718987,3.202464 c -0.10332,-1.239653 -0.92978,-2.376038 -2.066135,-2.892558 m 2.066135,3.822303 v -0.929745 m 0,0 h -0.20662 m -2.169421,-2.789238 0.309906,-0.10332 m 2.685945,0.929746 c 0,0 0.10332,0 0,0 m -3.925597,2.272745 c 0,-0.10332 -0.103294,-0.206614 -0.206613,-0.206614 -0.103294,0 -0.206587,0.103294 -0.206587,0.206614 0,0.103293 0.103293,0.309906 0.206587,0.309906 0.103319,0 0.206613,-0.206613 0.206613,-0.309906 m -1.446266,-1.033066 c 0,-0.413226 -0.309933,-0.723133 -0.723132,-0.723133 -0.309933,0 -0.61984,0.309907 -0.61984,0.723133 0,0.309906 0.309907,0.723133 0.61984,0.723133 0.413199,0 0.723132,-0.413227 0.723132,-0.723133 m 2.995853,-0.826453 c 0,-0.413226 -0.309935,-0.723132 -0.723161,-0.723132 -0.309907,0 -0.61984,0.309906 -0.61984,0.723132 0,0.309933 0.309933,0.723133 0.61984,0.723133 0.413226,0 0.723161,-0.4132 0.723161,-0.723133 m 0.82642,2.995878 c 0,-0.413227 -0.3099,-0.723133 -0.72313,-0.723133 -0.30991,0 -0.619838,0.309906 -0.619838,0.723133 0,0.309906 0.309928,0.723132 0.619838,0.723132 0.41323,0 0.72313,-0.413226 0.72313,-0.723132 m -2.99582,0.826452 c 0,-0.413226 -0.309933,-0.723159 -0.723159,-0.723159 -0.309907,0 -0.61984,0.309933 -0.61984,0.723159 0,0.309906 0.309933,0.723133 0.61984,0.723133 0.413226,0 0.723159,-0.413227 0.723159,-0.723133 m -0.206613,0 c 0,-0.309933 -0.206613,-0.516546 -0.516546,-0.516546 -0.206613,0 -0.413227,0.206613 -0.413227,0.516546 0,0.206613 0.206614,0.51652 0.413227,0.51652 0.309933,0 0.516546,-0.309907 0.516546,-0.51652 m 2.995823,-0.826452 c 0,-0.309933 -0.20661,-0.516547 -0.51652,-0.516547 -0.20661,0 -0.413225,0.206614 -0.413225,0.516547 0,0.206613 0.206615,0.516519 0.413225,0.516519 0.30991,0 0.51652,-0.309906 0.51652,-0.516519 m -0.82643,-2.995878 c 0,-0.309906 -0.206608,-0.516519 -0.516541,-0.516519 -0.206613,0 -0.413226,0.206613 -0.413226,0.516519 0,0.206614 0.206613,0.516546 0.413226,0.516546 0.309933,0 0.516541,-0.309932 0.516541,-0.516546 m -2.995846,0.826453 c 0,-0.309907 -0.206613,-0.51652 -0.516519,-0.51652 -0.206613,0 -0.413227,0.206613 -0.413227,0.51652 0,0.206613 0.206614,0.51652 0.413227,0.51652 0.309906,0 0.516519,-0.309907 0.516519,-0.51652 m -1.652905,0.51652 0.10332,-0.103294 m 0,0 0.206613,0.826453 m 0,0 0.103293,-0.206613 m 0,0 0.10332,0.206613 m 0,0 -0.10332,0.103293 m 0,0 h -0.206613 m 0,0 -0.206613,-0.826452 m 2.789264,3.20249 0.10332,0.309906 m 0,0 h -0.10332 m 0,0 -0.103293,-0.206613 m 0,0 h -0.10332 m 0,0 v -0.103293 m 0,0 h 0.10332 m 0,0 -0.10332,-0.206613 m 0,0 h 0.10332 m 0,0 0.103293,0.103293 m 0,0 0.309907,-0.103293 m 0,0 0.103319,0.206613 m 0,0 -0.206613,0.619839 m 0,0 -0.103293,0.103293 m 0,0 0.103293,-0.723132 m 0,0 h -0.206613 m 1.549559,0 0.10332,0.103293 0.206608,0.10332 m 0,0 h 0.1033 m 0,-0.10332 c 0.10332,0 0.20661,-0.206613 0.10332,-0.309906 m 0,0.103293 h -0.10332 m -0.1033,0.10332 c 0.1033,0 0.1033,-0.10332 0.1033,-0.10332 m -0.206615,0 v 0.10332 h 0.103315 m -0.206608,0 0.103293,-0.10332 v -0.103293 m 0,0 h 0.103315 m 0,0 v -0.10332 m 0,0 h -0.103315 m -0.103293,-0.103294 v 0.103294 h 0.103293 m -0.103293,-0.309907 v 0.10332 c -0.10332,0 -0.10332,0 0,0.103293 m 0,-0.103293 h 0.103293 0.103315 m 0,0 h 0.1033 m 0,0 -0.1033,-0.10332 -0.206608,-0.103293 m 0,0 -0.206613,0.206613 v 0.206587 m 0,-0.103294 c 0,0.103294 0.103293,0.206614 0.206613,0.206614 m 0,0 -0.10332,0.103293 v 0.10332 m 1.136358,-4.648756 -0.51652,0.103293 m 0,0 v 0.10332 m 0,0 0.41323,-0.10332 m 0,0 -0.20662,0.413227 m 0,0 c 0,0.103319 0,0.206613 0.1033,0.206613 0.10332,0.103293 0.20661,0.103293 0.20661,0.103293 0.10332,-0.103293 0.20661,-0.206587 0.10332,-0.309906 m 0,0.103319 h -0.10332 m -0.20661,-0.103319 v 0.206613 h 0.20661 c 0,0 0.10332,-0.103294 0,-0.206613 m -0.20661,0.103319 0.20661,-0.516546 m 0,0 v -0.103293 m -2.78921,31.714782 c -0.309933,0 -0.61984,0.10332 -0.826453,0.20661 m 1.033066,-0.61983 c -0.516546,0 -1.033066,0.10332 -1.446292,0.30993 m -1.239679,1.13636 c -0.826426,1.13636 -0.929745,2.78923 -0.103293,3.92559 0.826453,1.23966 2.272718,1.8595 3.718983,1.54959 1.446268,-0.30993 2.479328,-1.44629 2.789268,-2.89256 m -5.165279,-3.71898 c -0.516519,0.3099 -0.929746,0.61984 -1.239679,1.13636 m 0.309933,-0.10332 c -0.929772,1.03306 -1.033065,2.58262 -0.309933,3.8223 0.61984,1.23965 2.066132,1.85949 3.512371,1.65288 1.342967,-0.30991 2.479357,-1.34297 2.685967,-2.78924 m 0,0.10329 h 0.20662 m -6.404958,-2.68591 0.309933,-0.10332 m 0.929746,-0.72314 v -0.20661 m 1.549585,-0.3099 c -0.516519,0 -1.033065,0.20661 -1.549585,0.41322 m 1.446292,-0.51654 0.103293,0.20661 m 2.892534,3.92559 h 0.51654 m -0.41322,-1.03303 -0.10332,1.03303 m 0.51654,-0.92971 -0.41322,-0.10332 m 0.41322,0 c -0.10332,-1.23966 -0.92977,-2.37602 -2.169421,-2.78924 m -1.136359,0.41322 1.136359,-0.30993 m -1.239653,-0.20661 0.103294,0.51654 m -1.549586,0.4132 -0.103293,-0.51652 m -0.929746,0.72314 1.033039,-0.20662 m 4.028916,2.16943 c 0,-0.30991 -0.10332,-0.61981 -0.20661,-0.92975 m -0.72314,1.23968 0.92975,-0.30993 m -0.92975,0.20661 c -0.516541,0.10332 -0.929767,0.72313 -0.723154,1.34295 m 0.309933,1.54958 -0.309933,-1.44626 m -0.51652,1.65288 c 0.309907,-0.1033 0.619839,-0.1033 0.929746,-0.20662 m -1.342946,-1.23965 0.4132,1.44627 m -0.309906,-1.54959 c -0.206587,-0.51652 -0.826426,-0.92975 -1.446266,-0.72313 m -1.446292,0.41322 1.446292,-0.41322 m -1.652905,-0.5165 c 0,0.30988 0.10332,0.61982 0.206613,0.92972 m 1.239679,-1.23965 -1.446292,0.4132 m 1.446292,-0.4132 c 0.619839,-0.20661 0.929746,-0.82642 0.826453,-1.44626 m -0.413227,-1.34298 0.413227,1.44627 m 0.826426,-0.20661 -0.4132,-1.54959 m 0.4132,1.44629 c 0.103319,0.61984 0.723132,0.92975 1.342972,0.82646 m 0.929748,-0.20662 -0.929748,0.20662 m 0.103293,-2.37604 c -0.51652,-0.30993 -1.033066,-0.41323 -1.652852,-0.30993 m 3.718987,3.09917 c -0.10332,-1.23966 -0.92978,-2.27272 -2.066135,-2.78924 m 2.066135,3.71898 v -0.92974 m 0,0.10332 h -0.20662 m -2.169421,-2.78927 0.309906,-0.10329 m 2.685945,0.92974 c 0,0 0.10332,-0.10332 0,-0.10332 m -3.925597,2.37604 c 0,-0.10329 -0.103294,-0.20661 -0.206613,-0.20661 -0.103294,0 -0.206587,0.10332 -0.206587,0.20661 0,0.10332 0.103293,0.20662 0.206587,0.20662 0.103319,0 0.206613,-0.1033 0.206613,-0.20662 m -1.446266,-1.13636 c 0,-0.3099 -0.309933,-0.61984 -0.723132,-0.61984 -0.309933,0 -0.61984,0.30994 -0.61984,0.61984 0,0.41323 0.309907,0.72314 0.61984,0.72314 0.413199,0 0.723132,-0.30991 0.723132,-0.72314 m 2.995853,-0.82645 c 0,-0.30991 -0.309935,-0.61981 -0.723161,-0.61981 -0.309907,0 -0.61984,0.3099 -0.61984,0.61981 0,0.41323 0.309933,0.72316 0.61984,0.72316 0.413226,0 0.723161,-0.30993 0.723161,-0.72316 m 0.82642,2.99585 c 0,-0.30991 -0.3099,-0.61984 -0.72313,-0.61984 -0.30991,0 -0.619838,0.30993 -0.619838,0.61984 0,0.41323 0.309928,0.72313 0.619838,0.72313 0.41323,0 0.72313,-0.3099 0.72313,-0.72313 m -2.99582,0.82645 c 0,-0.30993 -0.309933,-0.61984 -0.723159,-0.61984 -0.309907,0 -0.61984,0.30991 -0.61984,0.61984 0,0.41323 0.309933,0.72314 0.61984,0.72314 0.413226,0 0.723159,-0.30991 0.723159,-0.72314 m -0.206613,0 c 0,-0.20661 -0.206613,-0.41322 -0.516546,-0.41322 -0.206613,0 -0.413227,0.20661 -0.413227,0.41322 0,0.30991 0.206614,0.51652 0.413227,0.51652 0.309933,0 0.516546,-0.20661 0.516546,-0.51652 m 2.995823,-0.82645 c 0,-0.20661 -0.20661,-0.41323 -0.51652,-0.41323 -0.20661,0 -0.413225,0.20662 -0.413225,0.41323 0,0.30991 0.206615,0.51652 0.413225,0.51652 0.30991,0 0.51652,-0.20661 0.51652,-0.51652 m -0.82643,-2.99585 c 0,-0.20661 -0.206608,-0.41323 -0.516541,-0.41323 -0.206613,0 -0.413226,0.20662 -0.413226,0.41323 0,0.30993 0.206613,0.51655 0.413226,0.51655 0.309933,0 0.516541,-0.20662 0.516541,-0.51655 m -2.995846,0.82645 c 0,-0.20661 -0.206613,-0.41322 -0.516519,-0.41322 -0.206613,0 -0.413227,0.20661 -0.413227,0.41322 0,0.30994 0.206614,0.51652 0.413227,0.51652 0.309906,0 0.516519,-0.20658 0.516519,-0.51652 m -1.652905,0.51652 h 0.10332 m 0,0 0.206613,0.72316 m 0,0 0.103293,-0.10332 m 0,0 0.10332,0.10332 m 0,0 -0.10332,0.1033 m 0,0 -0.206613,0.10331 m 0,0 -0.206613,-0.92977 m 2.789264,3.30579 0.10332,0.20658 m 0,0 -0.10332,0.10332 m 0,0 -0.103293,-0.3099 m 0,0 h -0.10332 m 0,0 v -0.10332 m 0,0 h 0.10332 m 0,0 -0.10332,-0.1033 m 0,0 h 0.10332 m 0,0 0.103293,0.1033 m 0,0 0.309907,-0.1033 m 0,0 0.103319,0.1033 m 0,0 -0.206613,0.72313 m 0,0 h -0.103293 m 0,0 0.103293,-0.72313 m 0,0 -0.206613,0.10332 m 1.549559,0 0.10332,0.10329 h 0.206608 m 0,0 h 0.1033 m 0,0 c 0.10332,-0.10329 0.20661,-0.20661 0.10332,-0.30991 m 0,0.1033 h -0.10332 m -0.1033,0.10332 c 0.1033,0 0.1033,-0.10332 0.1033,-0.10332 m -0.206615,0 v 0 c 0,0.10332 0.103315,0.10332 0.103315,0 m -0.206608,0 0.103293,-0.1033 m 0,0 h 0.103315 m 0,0 v -0.10332 m 0,0 h -0.103315 m -0.103293,-0.20661 v 0.10332 c 0,0.10329 0.103293,0.10329 0.103293,0 m -0.103293,-0.20661 v 0 c -0.10332,0 -0.10332,0.10329 0,0.10329 m 0,-0.10329 h 0.103293 l 0.103315,0.10329 m 0,0 0.1033,-0.10329 m 0,0 -0.1033,-0.10332 h -0.206608 m 0,0 -0.206613,0.10332 v 0.20661 m 0,0 c 0,0.10329 0.103293,0.10329 0.206613,0.10329 m 0,0.10332 -0.10332,0.1033 v 0.10332 m 1.136358,-4.75205 -0.51652,0.10329 m 0,0 v 0.10332 m 0,0 h 0.41323 m 0,0 -0.20662,0.41323 m 0,-0.10332 c 0,0.10332 0,0.20661 0.1033,0.30993 0.10332,0.10329 0.20661,0.10329 0.20661,0 0.10332,0 0.20661,-0.10332 0.10332,-0.20661 m 0,0 h -0.10332 m -0.20661,0 v 0.10329 c 0.10332,0.10332 0.10332,0.10332 0.20661,0 0,0 0.10332,-0.10329 0,-0.10329 m -0.20661,0 0.20661,-0.51655 m 0,0 v -0.10329 m -2.78921,31.71475 c -0.309933,0.10332 -0.61984,0.10332 -0.826453,0.20662 m 1.033066,-0.61982 c -0.516546,0 -1.033066,0.20659 -1.446292,0.4132 m -1.239679,1.03307 c -0.826426,1.23968 -0.929745,2.78926 -0.103293,4.02892 0.826453,1.23967 2.272718,1.85951 3.718983,1.54961 1.446268,-0.30994 2.479328,-1.44629 2.789268,-2.89259 m -5.165279,-3.71901 c -0.516519,0.20662 -0.929746,0.61984 -1.239679,1.03307 m 0.309933,-0.10329 c -0.929772,1.13636 -1.033065,2.68594 -0.309933,3.92562 0.61984,1.23965 2.066132,1.85949 3.512371,1.54958 1.342967,-0.20661 2.479357,-1.34299 2.685967,-2.68597 m 0,0 h 0.20662 m -6.404958,-2.58262 0.309933,-0.10332 m 0.929746,-0.82645 v -0.20662 m 1.549585,-0.20661 c -0.516519,0 -1.033065,0.10332 -1.549585,0.30993 m 1.446292,-0.51652 0.103293,0.20659 m 2.892534,3.92562 h 0.51654 m -0.41322,-0.92974 -0.10332,0.92974 m 0.51654,-0.92974 h -0.41322 m 0.41322,0 c -0.10332,-1.34297 -0.92977,-2.37604 -2.169421,-2.78927 m -1.136359,0.30994 1.136359,-0.30994 m -1.239653,-0.20661 0.103294,0.51655 m -1.549586,0.41322 -0.103293,-0.51654 m -0.929746,0.82645 1.033039,-0.30991 m 4.028916,2.16943 c 0,-0.30993 -0.10332,-0.51655 -0.20661,-0.82645 m -0.72314,1.13635 0.92975,-0.20661 m -0.92975,0.10332 c -0.516541,0.20659 -0.929767,0.82643 -0.723154,1.44627 m 0.309933,1.44629 -0.309933,-1.44629 m -0.51652,1.6529 c 0.309907,0 0.619839,-0.10332 0.929746,-0.20661 m -1.342946,-1.23968 0.4132,1.54958 m -0.309906,-1.54958 c -0.206587,-0.61984 -0.826426,-0.92975 -1.446266,-0.82645 m -1.446292,0.51654 1.446292,-0.41322 m -1.652905,-0.51655 c 0,0.30993 0.10332,0.61984 0.206613,0.82645 m 1.239679,-1.13636 -1.446292,0.30991 m 1.446292,-0.4132 c 0.619839,-0.10332 0.929746,-0.72316 0.826453,-1.343 m -0.413227,-1.44626 0.413227,1.44626 m 0.826426,-0.20661 -0.4132,-1.44627 m 0.4132,1.44627 c 0.103319,0.51655 0.723132,0.92977 1.342972,0.72316 m 0.929748,-0.20661 -0.929748,0.3099 m 0.103293,-2.47933 c -0.51652,-0.20661 -1.033066,-0.30991 -1.652852,-0.30991 m 3.718987,3.20247 c -0.10332,-1.23968 -0.92978,-2.37604 -2.066135,-2.89256 m 2.066135,3.8223 v -0.92974 m 0,0 h -0.20662 m -2.169421,-2.78927 0.309906,-0.10329 m 2.685945,0.92975 c 0,0 0.10332,0 0,0 m -3.925597,2.27274 c 0,-0.10332 -0.103294,-0.20661 -0.206613,-0.20661 -0.103294,0 -0.206587,0.10329 -0.206587,0.20661 0,0.10329 0.103293,0.30991 0.206587,0.30991 0.103319,0 0.206613,-0.20662 0.206613,-0.30991 m -1.446266,-1.03306 c 0,-0.41323 -0.309933,-0.72314 -0.723132,-0.72314 -0.309933,0 -0.61984,0.30991 -0.61984,0.72314 0,0.3099 0.309907,0.72313 0.61984,0.72313 0.413199,0 0.723132,-0.41323 0.723132,-0.72313 m 2.995853,-0.82646 c 0,-0.41322 -0.309935,-0.72313 -0.723161,-0.72313 -0.309907,0 -0.61984,0.30991 -0.61984,0.72313 0,0.30991 0.309933,0.72314 0.61984,0.72314 0.413226,0 0.723161,-0.41323 0.723161,-0.72314 m 0.82642,2.99588 c 0,-0.41323 -0.3099,-0.72316 -0.72313,-0.72316 -0.30991,0 -0.619838,0.30993 -0.619838,0.72316 0,0.30991 0.309928,0.72313 0.619838,0.72313 0.41323,0 0.72313,-0.41322 0.72313,-0.72313 m -2.99582,0.82643 c 0,-0.4132 -0.309933,-0.72314 -0.723159,-0.72314 -0.309907,0 -0.61984,0.30994 -0.61984,0.72314 0,0.30993 0.309933,0.72316 0.61984,0.72316 0.413226,0 0.723159,-0.41323 0.723159,-0.72316 m -0.206613,0 c 0,-0.30991 -0.206613,-0.51652 -0.516546,-0.51652 -0.206613,0 -0.413227,0.20661 -0.413227,0.51652 0,0.20661 0.206614,0.51654 0.413227,0.51654 0.309933,0 0.516546,-0.30993 0.516546,-0.51654 m 2.995823,-0.82643 c 0,-0.30993 -0.20661,-0.51655 -0.51652,-0.51655 -0.20661,0 -0.413225,0.20662 -0.413225,0.51655 0,0.20661 0.206615,0.51652 0.413225,0.51652 0.30991,0 0.51652,-0.30991 0.51652,-0.51652 m -0.82643,-2.99588 c 0,-0.3099 -0.206608,-0.51652 -0.516541,-0.51652 -0.206613,0 -0.413226,0.20662 -0.413226,0.51652 0,0.20662 0.206613,0.51652 0.413226,0.51652 0.309933,0 0.516541,-0.3099 0.516541,-0.51652 m -2.995846,0.82646 c 0,-0.30994 -0.206613,-0.51655 -0.516519,-0.51655 -0.206613,0 -0.413227,0.20661 -0.413227,0.51655 0,0.20661 0.206614,0.51652 0.413227,0.51652 0.309906,0 0.516519,-0.30991 0.516519,-0.51652 m -1.652905,0.51652 h 0.10332 m 0,0 0.206613,0.72313 m 0,0 0.103293,-0.20659 m 0,0 0.10332,0.20659 m 0,0 -0.10332,0.10332 m 0,0 h -0.206613 m 0,0 -0.206613,-0.82645 m 2.789264,3.20249 0.10332,0.3099 m 0,0 h -0.10332 m 0,0 -0.103293,-0.20661 m 0,0 h -0.10332 m 0,0 v -0.10329 m 0,0 h 0.10332 m 0,0 -0.10332,-0.20662 m 0,0 h 0.10332 m 0,0 0.103293,0.1033 m 0,0 0.309907,-0.1033 m 0,0 0.103319,0.20662 m 0,0 -0.206613,0.61983 m 0,0 -0.103293,0.1033 m 0,0 0.103293,-0.72313 m 0,0 h -0.206613 m 1.549559,0 0.10332,0.10329 0.206608,0.10332 m 0,0 h 0.1033 m 0,-0.10332 c 0.10332,0 0.20661,-0.20661 0.10332,-0.30991 m 0,0.1033 h -0.10332 m -0.1033,0.10332 c 0.1033,0 0.1033,0 0.1033,-0.10332 m -0.206615,0 v 0.10332 h 0.103315 m -0.206608,0 0.103293,-0.10332 v -0.1033 m 0,0 h 0.103315 m 0,0 v -0.10332 m 0,0 h -0.103315 m -0.103293,-0.10329 v 0.10329 h 0.103293 m -0.103293,-0.3099 v 0.10329 c -0.10332,0 -0.10332,0 0,0.10332 m 0,-0.10332 h 0.103293 0.103315 m 0,0 h 0.1033 m 0,0 -0.1033,-0.10329 -0.206608,-0.10332 m 0,0 -0.206613,0.20661 v 0.20661 m 0,-0.10329 c 0,0.10329 0.103293,0.20661 0.206613,0.20661 m 0,0 -0.10332,0.1033 v 0.10332 m 1.136358,-4.64876 -0.51652,0.10329 m 0,0 v 0.10332 m 0,0 0.41323,-0.10332 m 0,0 -0.20662,0.41323 m 0,0 c 0,0.10329 0,0.20661 0.1033,0.20661 0.10332,0.1033 0.20661,0.1033 0.20661,0.1033 0.10332,-0.1033 0.20661,-0.20662 0.10332,-0.30991 m 0,0.10329 h -0.10332 m -0.20661,-0.10329 v 0.20661 h 0.20661 c 0,0 0.10332,-0.10332 0,-0.20661 m -0.20661,0.10329 0.20661,-0.51652 m 0,0 v -0.10329 M 33.109411,71.952279 v 0 m 1.239652,-0.413226 c 0,0 -0.103293,0.103293 0,0.103293 m -0.826452,0.723133 c 0.10332,0.10332 0.309933,0.206613 0.413226,0.10332 0.206613,0 0.309933,-0.10332 0.413226,-0.309933 m 0,0 v -0.309907 m 0.61984,6.301661 c 0.309906,0 0.619839,-0.10332 0.929746,-0.206613 m -2.789238,-6.095048 c -1.652878,0.826453 -2.479331,2.789264 -1.756172,4.442143 0.619813,1.756198 2.479305,2.68597 4.235503,2.169424 1.756198,-0.413226 2.789264,-2.169424 2.582651,-3.925622 -0.309933,-1.859492 -1.962812,-3.099171 -3.82233,-2.995851 m 0,0 c -0.413226,0 -0.826452,0.206613 -1.239652,0.309906 m 0.103293,0.10332 c -1.549558,0.723133 -2.376011,2.582625 -1.756171,4.23553 0.619839,1.652878 2.376011,2.58265 4.028889,2.169424 1.756199,-0.516546 2.789264,-2.169424 2.479358,-3.925623 -0.309933,-1.652905 -1.859518,-2.892557 -3.615717,-2.685944 m -0.103293,0.103293 v -0.103293 m 0.413226,1.756198 -0.413226,-1.239678 m 0.413226,1.239678 c 0.103294,0.51652 0.723133,0.929746 1.342972,0.723133 m 1.446266,-0.309933 -1.446266,0.413226 m 1.756199,0.413227 c -0.10332,-0.309907 -0.10332,-0.61984 -0.206613,-0.929746 m -0.413227,1.136359 0.51652,-0.206613 m -0.51652,0.206613 h 0.103294 l 0.103319,0.10332 m 0,0 v 0.103293 0.10332 m 0,0 0.103294,0.103293 v 0.10332 m 0,0 v 0.206586 l -0.103294,0.10332 m 0,0 h -0.206613 l -0.10332,-0.10332 m 0,0 0.10332,-0.103293 m 0,0 v 0.103293 h 0.103294 m 0,0 0.103319,-0.103293 v -0.103293 m 0,0 v -0.10332 h -0.103319 m 0,0 h -0.103294 m 0,0 v -0.103293 m 0,0 h 0.103294 v -0.10332 m 0,0 V 75.05145 h -0.103294 m 0,0 h -0.10332 v 0.103293 m 0,0 h -0.103293 m 0,0 V 75.05145 l 0.103293,-0.10332 m -0.826426,0.206613 0.826426,-0.206613 m -0.826426,0.10332 c -0.516546,0.206613 -0.929772,0.826426 -0.723159,1.446265 m 0.309933,1.446292 -0.413226,-1.446292 m -0.826453,0.206613 0.413227,1.549585 m -0.309907,-1.549585 c -0.206613,-0.619839 -0.826452,-0.929746 -1.446292,-0.826452 m -1.446265,0.516546 1.446265,-0.413227 m -1.652852,-0.516519 c 0,0.309906 0.103294,0.619813 0.206587,0.826426 m 1.239652,-1.136359 -1.549558,0.309933 m 1.549558,-0.413226 c 0.61984,-0.10332 0.929746,-0.72316 0.826453,-1.342973 m -0.413226,-1.239678 0.309906,1.239678 m -0.4132,-1.549611 c 0,0.10332 0.103294,0.206613 0.206587,0.206613 m -0.309907,-0.309906 v 0.103293 m -0.619813,4.752075 -0.413226,0.10332 m 0,0 v -0.10332 m 0,0 0.10332,-0.723132 m 0,0 h 0.206613 m 0,0 -0.206613,0.619839 m 0,0 h 0.309906 m 0,0 -0.103293,-0.309933 m 0,0 h 0.103293 m 0,0 0.10332,0.309933 m 0,0 v -0.10332 m 0,0 0.103294,0.10332 m 0,0 -0.103294,0.103293 m 0,0 v 0.10332 m 0,0 h -0.10332 m 0,0 v -0.10332 m -0.516519,-1.962811 -0.206613,0.10332 m 0,0 -0.10332,-0.72316 m 0,0 -0.103293,0.10332 m 0,0 -0.103294,-0.10332 m 0,0 0.103294,-0.206613 m 0,0 h 0.103293 m 0,0 0.309933,0.826453 m 5.061955,-1.342972 -0.516519,0.206613 m 0,0 -0.10332,-0.206613 m 0,0 0.309933,-0.413227 m 0,-0.103293 c 0.103293,0 0.103293,-0.10332 0,-0.10332 m 0,0.10332 -0.10332,-0.10332 h -0.103293 m 0,0 -0.10332,0.10332 m 0,0 -0.103293,0.103293 m 0,0 v -0.206613 l 0.206613,-0.103293 m 0,0 h 0.206613 l 0.103293,0.103293 m 0,0 v 0.206613 m 0,0 -0.206613,0.413227 m 0,0 0.309906,-0.103294 m 0,0 0.10332,0.103294 m -2.789264,-2.066105 v 0 m -1.136359,0.413226 v 0.103294 m 0,-0.103294 c 0,0 -0.103293,-0.10332 -0.103293,0 m 4.028916,2.995851 h -0.10332 m -2.169398,0.10332 c 0,-0.10332 -0.103319,-0.206614 -0.206613,-0.206614 -0.10332,0 -0.309933,0.103294 -0.309933,0.206614 0,0.103293 0.206613,0.309906 0.309933,0.309906 0.103294,0 0.206613,-0.206613 0.206613,-0.309906 m 1.549586,-1.859519 c 0,-0.413226 -0.309933,-0.723132 -0.72316,-0.723132 -0.309906,0 -0.723132,0.309906 -0.723132,0.723132 0,0.309933 0.413226,0.723133 0.723132,0.723133 0.413227,0 0.72316,-0.4132 0.72316,-0.723133 m 0.826426,2.995878 c 0,-0.413227 -0.309907,-0.723133 -0.723133,-0.723133 -0.309907,0 -0.723133,0.309906 -0.723133,0.723133 0,0.309906 0.413226,0.723132 0.723133,0.723132 0.413226,0 0.723133,-0.413226 0.723133,-0.723132 m -2.995851,0.826452 c 0,-0.413226 -0.309933,-0.723159 -0.723159,-0.723159 -0.309907,0 -0.723106,0.309933 -0.723106,0.723159 0,0.309906 0.413199,0.723133 0.723106,0.723133 0.413226,0 0.723159,-0.413227 0.723159,-0.723133 m -0.826452,-2.995877 c 0,-0.413226 -0.309907,-0.723133 -0.723107,-0.723133 -0.309933,0 -0.723159,0.309907 -0.723159,0.723133 0,0.309906 0.413226,0.723133 0.723159,0.723133 0.4132,0 0.723107,-0.413227 0.723107,-0.723133 m -0.206614,0 c 0,-0.309907 -0.206613,-0.51652 -0.516493,-0.51652 -0.206613,0 -0.516546,0.206613 -0.516546,0.51652 0,0.206613 0.309933,0.51652 0.516546,0.51652 0.30988,0 0.516493,-0.309907 0.516493,-0.51652 m 0.826453,2.995877 c 0,-0.309933 -0.206613,-0.516546 -0.516546,-0.516546 -0.206587,0 -0.51652,0.206613 -0.51652,0.516546 0,0.206613 0.309933,0.51652 0.51652,0.51652 0.309933,0 0.516546,-0.309907 0.516546,-0.51652 m 2.99585,-0.826452 c 0,-0.309933 -0.206586,-0.516547 -0.516519,-0.516547 -0.206613,0 -0.51652,0.206614 -0.51652,0.516547 0,0.206613 0.309907,0.516519 0.51652,0.516519 0.309933,0 0.516519,-0.309906 0.516519,-0.516519 m -0.826426,-2.995878 c 0,-0.309906 -0.206613,-0.516519 -0.516546,-0.516519 -0.206613,0 -0.516519,0.206613 -0.516519,0.516519 0,0.206614 0.309906,0.516546 0.516519,0.516546 0.309933,0 0.516546,-0.309932 0.516546,-0.516546 m -2.892557,31.714809 c 0,0.10329 0.103294,0.20661 0.206587,0.30991 m 0,0 c 0.10332,0.10332 0.309933,0.10332 0.413226,0.10332 0.206613,-0.10332 0.309933,-0.20662 0.413226,-0.30994 m 0,0 v -0.41322 m -1.136359,0.30993 v -0.10332 m 0,0.10332 v 0.10329 m 1.136359,-0.61983 c -0.413226,0 -0.826452,0.10332 -1.239652,0.30993 m 0.103293,0.10329 c -1.549558,0.72313 -2.376011,2.58265 -1.756171,4.2355 0.619839,1.65291 2.376011,2.58266 4.028889,2.06614 1.756199,-0.41323 2.789264,-2.06614 2.479358,-3.82231 -0.309933,-1.7562 -1.859518,-2.89255 -3.615717,-2.78923 m -0.103293,0.20661 v -0.10332 m 0.413226,1.7562 -0.413226,-1.34298 m 0.413226,1.23968 c 0.103294,0.61984 0.723133,0.92975 1.342972,0.82646 m 1.446266,-0.41323 -1.446266,0.41323 m 1.756199,0.4132 c -0.10332,-0.30991 -0.10332,-0.61982 -0.206613,-0.82643 m -1.342973,1.34297 1.446266,-0.41322 m -1.446266,0.3099 c -0.516546,0.10332 -0.929772,0.72313 -0.723159,1.34295 m 0.309933,1.54958 -0.413226,-1.44626 m -0.413226,1.65288 c 0.309906,-0.1033 0.619839,-0.1033 0.929746,-0.20662 m -1.342973,-1.23965 0.413227,1.44627 m -0.309907,-1.54959 c -0.206613,-0.51652 -0.826452,-0.92975 -1.446292,-0.72313 m -1.446265,0.41322 1.446265,-0.41322 m -1.652852,-0.5165 c 0,0.30988 0.103294,0.61982 0.206587,0.92972 m 1.239652,-1.23965 -1.549558,0.4132 m 1.549558,-0.4132 c 0.61984,-0.20661 0.929746,-0.82642 0.826453,-1.44626 m -0.413226,-1.23968 0.309906,1.34297 m 0.516546,3.20246 c 0,-0.30993 -0.309933,-0.61984 -0.723159,-0.61984 -0.309907,0 -0.723106,0.30991 -0.723106,0.61984 0,0.41323 0.413199,0.72314 0.723106,0.72314 0.413226,0 0.723159,-0.30991 0.723159,-0.72314 m 2.995851,-0.72316 c 0,-0.4132 -0.309907,-0.72313 -0.723133,-0.72313 -0.309907,0 -0.723133,0.30993 -0.723133,0.72313 0,0.30994 0.413226,0.72316 0.723133,0.72316 0.413226,0 0.723133,-0.41322 0.723133,-0.72316 m -3.822303,-2.27269 c 0,-0.3099 -0.309907,-0.61984 -0.723107,-0.61984 -0.309933,0 -0.723159,0.30994 -0.723159,0.61984 0,0.41323 0.413226,0.72314 0.723159,0.72314 0.4132,0 0.723107,-0.30991 0.723107,-0.72314 m 2.995877,-0.82645 c 0,-0.30991 -0.309933,-0.61981 -0.61984,-0.61981 -0.413226,0 -0.723132,0.3099 -0.723132,0.61981 0,0.41323 0.309906,0.72316 0.723132,0.72316 0.309907,0 0.61984,-0.30993 0.61984,-0.72316 m -1.342972,1.96281 c 0,-0.3099 -0.206614,-0.51652 -0.413227,-0.51652 -0.309933,0 -0.516546,0.20662 -0.516546,0.51652 0,0.20662 0.206613,0.51652 0.516546,0.51652 0.206613,0 0.413227,-0.3099 0.413227,-0.51652 m -0.826453,-3.30578 v -0.10329 m -1.033066,0.3099 v -0.10329 h -0.103293 m 0,0 c -1.652878,0.82642 -2.479331,2.68594 -1.756172,4.44211 0.619813,1.65288 2.479305,2.58266 4.235503,2.16943 1.756198,-0.51655 2.789264,-2.27275 2.582651,-4.02892 -0.309933,-1.7562 -1.962812,-3.09917 -3.82233,-2.89255 m 0,0 v 0 c 0,0 -0.103293,0 0,0 m -0.309906,5.37188 c 0,-0.20661 -0.206613,-0.41322 -0.516546,-0.41322 -0.206587,0 -0.51652,0.20661 -0.51652,0.41322 0,0.30991 0.309933,0.51652 0.51652,0.51652 0.309933,0 0.516546,-0.20661 0.516546,-0.51652 m 2.99585,-0.72316 c 0,-0.3099 -0.206586,-0.51652 -0.516519,-0.51652 -0.206613,0 -0.51652,0.20662 -0.51652,0.51652 0,0.20662 0.309907,0.51655 0.51652,0.51655 0.309933,0 0.516519,-0.30993 0.516519,-0.51655 m -3.822303,-2.27269 c 0,-0.20661 -0.206613,-0.41322 -0.516493,-0.41322 -0.206613,0 -0.516546,0.20661 -0.516546,0.41322 0,0.30994 0.309933,0.51652 0.516546,0.51652 0.30988,0 0.516493,-0.20658 0.516493,-0.51652 m 2.995877,-0.82645 c 0,-0.20661 -0.206613,-0.41323 -0.413226,-0.41323 -0.309933,0 -0.516546,0.20662 -0.516546,0.41323 0,0.30993 0.206613,0.51655 0.516546,0.51655 0.206613,0 0.413226,-0.20662 0.413226,-0.51655 m 29.855292,37.80983 c 0.103294,-0.20661 0.103294,-0.41322 0.103294,-0.61984 m -0.103294,-4.33885 c 0.103294,-0.20661 0.103294,-0.41322 0.103294,-0.61984 m -2.685944,3.71901 c 0,0.30994 0.309906,0.61984 0.619839,0.61984 0.309906,0 0.51652,-0.3099 0.51652,-0.61984 m -1.136359,-2.47933 c 0,0.30991 0.309906,0.61984 0.619839,0.61984 0.309906,0 0.51652,-0.30993 0.51652,-0.61984 m 0.103319,-1.23968 c 0,0.30994 0.309907,0.61984 0.619813,0.61984 0.309933,0 0.516546,-0.3099 0.516546,-0.61984 m 1.342972,0 c 0,0.30994 0.309907,0.61984 0.61984,0.61984 0.309906,0 0.516519,-0.3099 0.516519,-0.61984 m 0.10332,1.23968 c 0,0.30991 0.309906,0.61984 0.619813,0.61984 0.309933,0 0.516546,-0.30993 0.516546,-0.61984 m -1.136359,2.47933 c 0,0.30994 0.309906,0.61984 0.619813,0.61984 0.309933,0 0.516546,-0.3099 0.516546,-0.61984 m -2.376038,1.23968 c 0,0.30991 0.309907,0.61984 0.61984,0.61984 0.309906,0 0.516519,-0.30993 0.516519,-0.61984 m -3.61569,0 c 0,0.30991 0.309907,0.61984 0.619813,0.61984 0.309933,0 0.516546,-0.30993 0.516546,-0.61984 m 4.338849,-2.47933 c 0,-0.30993 0,-0.72316 -0.103319,-1.03306 m -7.024794,0 c -0.103293,0.3099 -0.206613,0.72313 -0.206613,1.03306 m 4.752076,-3.5124 c -0.72316,-0.10332 -1.446292,-0.10332 -2.066132,0 m 0,0 c -1.239652,0.4132 -2.169424,1.34298 -2.479331,2.47934 m 0,0 c 0,0.10329 -0.103293,0.10329 -0.103293,0.10329 m 0,0 c 0,0.20661 0.206613,0.41323 0.4132,0.41323 m 2.582651,-2.58266 c 0,-0.10329 0,-0.20661 -0.103294,-0.3099 -0.10332,0 -0.206613,-0.1033 -0.309933,0 m 4.545463,2.37604 c -0.413227,-1.13636 -1.342973,-2.06614 -2.479331,-2.47934 m 0,0.1033 c -0.10332,-0.1033 -0.309933,0 -0.309933,0 -0.103294,0.10329 -0.206613,0.20661 -0.206613,0.3099 m 2.58265,2.58266 c 0.10332,0 0.206613,-0.1033 0.309933,-0.20662 0,0 0.103294,-0.20661 0,-0.3099 m -2.892583,4.23552 c 0,0.10332 0.103319,0.20662 0.206613,0.30994 0,0 0.206613,0.10329 0.309933,0 m 0,0 c 1.136358,-0.30994 2.066104,-1.23968 2.479331,-2.47936 m -0.103294,0 c 0.103294,-0.10329 0,-0.20661 0,-0.30991 -0.10332,-0.10332 -0.206613,-0.10332 -0.309933,-0.10332 m -6.611567,0.41323 c 0.309907,1.23968 1.239679,2.16942 2.479331,2.47936 m 0,0 c 0.10332,0.10329 0.206613,0 0.309933,0 0.103294,-0.10332 0.103294,-0.20662 0.103294,-0.30994 m -2.582651,-2.58265 c -0.206587,0 -0.4132,0.10332 -0.4132,0.30994 m 0,0 c 0,0.10329 0.103293,0.10329 0.103293,0.10329 m -0.206613,-1.03304 c 0,0.4132 0.10332,0.72313 0.206613,1.03304 m 7.024794,0 c 0.103319,-0.30991 0.103319,-0.61984 0.103319,-1.03304 m -4.648782,3.5124 c 0.61984,0.20658 1.342972,0.20658 2.066132,0 m -1.756199,-1.03307 c 0,-0.30993 -0.206613,-0.51654 -0.516546,-0.51654 -0.309906,0 -0.619813,0.20661 -0.619813,0.51654 m 3.61569,0 c 0,-0.30993 -0.206613,-0.51654 -0.516519,-0.51654 -0.309933,0 -0.61984,0.20661 -0.61984,0.51654 m 2.376038,-1.23968 c 0,-0.3099 -0.206613,-0.51652 -0.516546,-0.51652 -0.309907,0 -0.619813,0.20662 -0.619813,0.51652 m 1.136359,-2.47933 c 0,-0.30993 -0.206613,-0.51652 -0.516546,-0.51652 -0.309907,0 -0.619813,0.20659 -0.619813,0.51652 m -0.10332,-1.23968 c 0,-0.3099 -0.206613,-0.51652 -0.516519,-0.51652 -0.309933,0 -0.61984,0.20662 -0.61984,0.51652 m -1.342972,0 c 0,-0.3099 -0.206613,-0.51652 -0.516546,-0.51652 -0.309906,0 -0.619813,0.20662 -0.619813,0.51652 m -0.103319,1.23968 c 0,-0.30993 -0.206614,-0.51652 -0.51652,-0.51652 -0.309933,0 -0.619839,0.20659 -0.619839,0.51652 m 1.136359,2.47933 c 0,-0.3099 -0.206614,-0.51652 -0.51652,-0.51652 -0.309933,0 -0.619839,0.20662 -0.619839,0.51652 m 0,-1.65288 h -0.10332 m 3.615716,3.61569 v -0.10329 m -1.033065,0 v 0.10329 m -2.582651,-2.58265 h 0.10332 m 0,-1.13635 c 0.413226,0.30993 0.826452,0.30993 1.136359,0 m 1.033065,0.10331 h -1.033065 m 1.033065,-0.10331 c 0.206613,0 0.309907,-0.1033 0.309907,-0.30991 m 0,-1.03307 v 1.03307 m 0.206613,-1.65291 c 0,-0.20661 0,-0.41322 -0.103294,-0.51652 m 1.03304,0 c -0.309907,0.30991 -0.309907,0.72314 0,1.13636 m -0.103294,1.03307 v -1.03307 m 0.103294,1.03307 c 0,0.20661 0.103319,0.30991 0.309932,0.30991 m 1.033066,0.10331 h -1.033066 m 1.033066,-0.10331 c 0.4132,0.30993 0.826426,0.30993 1.136359,0 m 0,1.03306 c -0.309933,-0.20661 -0.723159,-0.20661 -1.136359,0 m -0.413226,0.10329 h 0.413226 m -0.309933,0 c -0.103293,0 -0.206613,0 -0.206613,0.10332 m 0,0.51652 v -0.41322 m -0.206613,0.61984 c 0.10332,0 0.206613,-0.1033 0.206613,-0.20662 m -0.723133,0.20662 h 0.51652 m -0.413226,0 c -0.103294,0 -0.206613,0 -0.206613,0.10332 m -0.103294,0.4132 v -0.30991 m 0.103294,0.30991 c -0.309907,0.30993 -0.309907,0.72316 0,1.13638 m -0.929746,-0.61984 c 0,-0.20661 0,-0.41322 -0.103294,-0.51654 m -0.103319,-1.03304 v 1.03304 m 0,-1.03304 c 0,-0.20662 -0.103294,-0.30994 -0.309907,-0.30994 m -1.033065,0 h 1.033065 m -1.033065,-0.10329 c -0.309907,-0.20661 -0.723133,-0.20661 -1.136359,0 m 1.033065,0 h 2.066105 m 0,0 v 2.58265 m 0,0 h 0.206613 m 0,0 v -0.51654 m 0.206613,-0.61984 c -0.10332,0.10332 -0.206613,0.30993 -0.206613,0.51654 m 0.206613,-0.41322 v -2.16943 m 0,0 h 2.479331 m 0,0 v -0.10329 m 0,0 h -0.516519 m -0.51652,-0.20662 c 0.206587,0.1033 0.4132,0.20662 0.619813,0.20662 m -0.619813,-0.20662 H 66.37378 m 0,0 v -2.47935 m 0,0 h -0.206613 m 0,0 v 0.51654 m -0.103294,0.51652 c 0.103294,-0.20661 0.206613,-0.41322 0.206613,-0.61984 m -0.206613,0.61984 v 2.06611 m 0,0 h -2.58265 m 0,0 v 0.20661 m 0,0 h 0.516519 m 0.61984,0.10332 c -0.103294,-0.10332 -0.309907,-0.20661 -0.51652,-0.20661 m 2.479331,2.78926 H 66.4771 m 2.99585,-3.20249 v 0.20661 m -3.09917,-2.99587 h 0.10332 m -2.995877,3.09917 v -0.1033 m 0,0 h 2.58265 m 0.413227,-2.99587 v 2.47935 m 2.99585,0.51652 h -2.479331 m -0.516519,2.99588 v -2.58265 m -0.413227,-30.26852 c 0.103294,-0.10332 0.103294,-0.3099 0.103294,-0.51652 m -0.103294,-4.44214 c 0.103294,-0.10329 0.103294,-0.30991 0.103294,-0.51652 m -2.685944,3.71898 c 0,0.30991 0.309906,0.61984 0.619839,0.61984 0.309906,0 0.51652,-0.30993 0.51652,-0.61984 m -1.136359,-2.4793 c 0,0.30991 0.309906,0.61981 0.619839,0.61981 0.309906,0 0.51652,-0.3099 0.51652,-0.61981 m 0.103319,-1.23968 c 0,0.30991 0.309907,0.61984 0.619813,0.61984 0.309933,0 0.516546,-0.30993 0.516546,-0.61984 m 1.342972,0 c 0,0.30991 0.309907,0.61984 0.61984,0.61984 0.309906,0 0.516519,-0.30993 0.516519,-0.61984 m 0.10332,1.23968 c 0,0.30991 0.309906,0.61981 0.619813,0.61981 0.309933,0 0.516546,-0.3099 0.516546,-0.61981 m -1.136359,2.4793 c 0,0.30991 0.309906,0.61984 0.619813,0.61984 0.309933,0 0.516546,-0.30993 0.516546,-0.61984 m -2.376038,1.23968 c 0,0.30991 0.309907,0.61982 0.61984,0.61982 0.309906,0 0.516519,-0.30991 0.516519,-0.61982 m -3.61569,0 c 0,0.30991 0.309907,0.61982 0.619813,0.61982 0.309933,0 0.516546,-0.30991 0.516546,-0.61982 m 4.338849,-2.47933 c 0,-0.41322 0,-0.72313 -0.103319,-1.03304 m -7.024794,0 c -0.103293,0.30991 -0.206613,0.61982 -0.206613,1.03304 m 4.752076,-3.51239 c -0.72316,-0.20662 -1.446292,-0.20662 -2.066132,0 m 0,0 c -1.239652,0.30993 -2.169424,1.23967 -2.479331,2.47935 m 0,0 c 0,0 -0.103293,0 -0.103293,0.1033 m 0,0 c 0,0.20661 0.206613,0.41322 0.4132,0.41322 m 2.582651,-2.58265 c 0,-0.10329 0,-0.3099 -0.103294,-0.3099 -0.10332,-0.10332 -0.206613,-0.10332 -0.309933,-0.10332 m 4.545463,2.47935 c -0.413227,-1.23968 -1.342973,-2.16942 -2.479331,-2.47935 m 0,0 c -0.10332,0 -0.309933,0 -0.309933,0.10332 -0.103294,0 -0.206613,0.20661 -0.206613,0.3099 m 2.58265,2.58265 c 0.10332,0 0.206613,-0.10332 0.309933,-0.20661 0,-0.10329 0.103294,-0.20661 0,-0.30991 m -2.892583,4.13219 c 0,0.10332 0.103319,0.20661 0.206613,0.30993 0,0 0.206613,0.10329 0.309933,0 m 0,0.10329 c 1.136358,-0.41322 2.066104,-1.34297 2.479331,-2.47933 m -0.103294,0 c 0.103294,-0.10329 0,-0.30991 0,-0.30991 -0.10332,-0.10332 -0.206613,-0.20661 -0.309933,-0.20661 m -6.611567,0.51652 c 0.309907,1.13636 1.239679,2.06611 2.479331,2.47933 m 0,-0.10329 c 0.10332,0.10329 0.206613,0 0.309933,0 0.103294,-0.10332 0.103294,-0.20661 0.103294,-0.30993 m -2.582651,-2.58263 c -0.206587,0 -0.4132,0.20661 -0.4132,0.41323 m 0,0 c 0,0 0.103293,0 0.103293,0.10329 m -0.206613,-1.03304 c 0,0.30993 0.10332,0.72313 0.206613,1.03304 m 7.024794,0 c 0.103319,-0.30991 0.103319,-0.72311 0.103319,-1.03304 m -4.648782,3.51237 c 0.61984,0.10332 1.342972,0.10332 2.066132,0 m -1.756199,-1.03304 c 0,-0.30993 -0.206613,-0.61984 -0.516546,-0.61984 -0.309906,0 -0.619813,0.30991 -0.619813,0.61984 m 3.61569,0 c 0,-0.30993 -0.206613,-0.61984 -0.516519,-0.61984 -0.309933,0 -0.61984,0.30991 -0.61984,0.61984 m 2.376038,-1.23968 c 0,-0.3099 -0.206613,-0.61984 -0.516546,-0.61984 -0.309907,0 -0.619813,0.30994 -0.619813,0.61984 m 1.136359,-2.4793 c 0,-0.30993 -0.206613,-0.61984 -0.516546,-0.61984 -0.309907,0 -0.619813,0.30991 -0.619813,0.61984 m -0.10332,-1.23968 c 0,-0.30991 -0.206613,-0.61984 -0.516519,-0.61984 -0.309933,0 -0.61984,0.30993 -0.61984,0.61984 m -1.342972,0 c 0,-0.30991 -0.206613,-0.61984 -0.516546,-0.61984 -0.309906,0 -0.619813,0.30993 -0.619813,0.61984 m -0.103319,1.23968 c 0,-0.30993 -0.206614,-0.61984 -0.51652,-0.61984 -0.309933,0 -0.619839,0.30991 -0.619839,0.61984 m 1.136359,2.4793 c 0,-0.3099 -0.206614,-0.61984 -0.51652,-0.61984 -0.309933,0 -0.619839,0.30994 -0.619839,0.61984 m 0,-1.75617 h -0.10332 m 2.582651,-2.58265 v 0.10332 m 1.033065,0 v -0.10332 m -3.615716,3.61569 h 0.10332 m 0,-1.03304 c 0.413226,0.20662 0.826452,0.20662 1.136359,0 m 1.033065,0 h -1.033065 m 1.033065,0 c 0.206613,0 0.309907,-0.20661 0.309907,-0.41322 m 0,-0.92975 v 1.03307 m 0.206613,-1.65291 c 0,-0.20661 0,-0.41323 -0.103294,-0.61984 m 1.03304,0 c -0.309907,0.41323 -0.309907,0.82645 0,1.13636 m -0.103294,1.13639 v -1.03307 m 0.103294,0.92975 c 0,0.20661 0.103319,0.41322 0.309932,0.41322 m 1.033066,0 h -1.033066 m 1.033066,0 c 0.4132,0.20662 0.826426,0.20662 1.136359,0 m 0,1.03304 c -0.309933,-0.3099 -0.723159,-0.3099 -1.136359,0 m -0.413226,0 h 0.413226 m -0.309933,0 c -0.103293,0 -0.206613,0.10329 -0.206613,0.20661 m 0,0.51652 v -0.51652 m -0.206613,0.61982 c 0.10332,0 0.206613,-0.1033 0.206613,-0.20662 m -0.723133,0.30994 h 0.51652 m -0.413226,-0.10332 c -0.103294,0 -0.206613,0.10332 -0.206613,0.20661 m -0.103294,0.41323 v -0.41323 m 0.103294,0.30993 c -0.309907,0.41323 -0.309907,0.82646 0,1.13636 m -0.929746,-0.51652 c 0,-0.20661 0,-0.41322 -0.103294,-0.61984 m -0.103319,-0.92974 v 1.03304 m 0,-1.13636 c 0,-0.20662 -0.103294,-0.30991 -0.309907,-0.30991 m -1.033065,0 h 1.033065 m -1.033065,0 c -0.309907,-0.3099 -0.723133,-0.3099 -1.136359,0 m 1.033065,0 h 2.066105 m 0,0 v 2.47933 m 0,0 h 0.206613 m 0,0 v -0.51652 m 0.206613,-0.61984 c -0.10332,0.20662 -0.206613,0.41323 -0.206613,0.61984 m 0.206613,-0.51654 v -2.06608 m 0,0 h 2.479331 m 0,0 v -0.20661 m 0,0 h -0.516519 m -0.51652,-0.20662 c 0.206587,0.1033 0.4132,0.20662 0.619813,0.20662 m -0.619813,-0.10332 H 66.37378 m 0,0 v -2.58263 m 0,0 h -0.206613 m 0,0 v 0.51652 m -0.103294,0.51652 c 0.103294,-0.10329 0.206613,-0.30991 0.206613,-0.51652 m -0.206613,0.61984 v 2.06611 m 0,0 h -2.58265 m 0,0 v 0.10331 m 0,0 h 0.516519 m 0.61984,0.10327 c -0.103294,-0.10327 -0.309907,-0.10327 -0.51652,-0.10327 m 2.479331,2.68592 H 66.4771 m 2.99585,-3.09914 v 0.10329 m -3.09917,-2.99585 h 0.10332 m -2.995877,3.20247 v -0.20662 m 0,0 h 2.58265 m 0.413227,-2.99585 v 2.58263 m 2.99585,0.41322 h -2.479331 m -0.516519,2.99585 v -2.47933 m 63.53286,-69.21468 c -0.30991,0 -0.61984,0.10332 -0.82645,0.206613 m 1.03306,-0.619839 c -0.51652,0 -1.03306,0.10332 -1.44629,0.309933 m -1.23965,1.136359 c -0.82643,1.136359 -0.92972,2.789237 -0.10332,3.925596 0.82645,1.239679 2.27274,1.859492 3.71901,1.549585 1.44629,-0.309906 2.47936,-1.446292 2.78926,-2.892557 m -5.1653,-3.718983 c -0.51652,0.309906 -0.92974,0.619839 -1.23965,1.136359 m 0.30991,-0.103294 c -0.92972,1.033039 -1.03304,2.582598 -0.30991,3.822277 0.61984,1.239679 2.0661,1.859492 3.5124,1.652905 1.34297,-0.309933 2.47933,-1.342999 2.68594,-2.789264 m 0,0.103293 h 0.10329 m -6.30163,-2.685917 0.20661,-0.103294 m 1.03304,-0.723159 V 39.20443 m 1.54959,-0.309906 c -0.51652,0 -1.03304,0.206613 -1.54959,0.413226 m 1.44629,-0.516546 0.1033,0.206613 m 2.89258,3.822303 0.51652,0.103293 m -0.41323,-1.033012 -0.10329,0.929719 m 0.51652,-0.826426 -0.41323,-0.103293 m 0.41323,0 c -0.10329,-1.239679 -0.92975,-2.376038 -2.16942,-2.789264 m -1.13636,0.413226 1.13636,-0.309933 m -1.23968,-0.206613 0.10332,0.516546 m -1.54959,0.309906 -0.10332,-0.413226 m -1.03304,0.723159 1.13636,-0.309933 m 4.02892,2.272745 c 0,-0.309933 -0.1033,-0.61984 -0.20662,-0.929773 m -0.72313,1.239653 0.92975,-0.30988 m -0.92975,0.206586 c -0.61984,0.103294 -0.92974,0.723133 -0.82645,1.342972 m 0.41323,1.549586 -0.30991,-1.446292 m -0.51655,1.652905 c 0.30994,-0.10332 0.61984,-0.10332 0.92978,-0.206613 m -1.343,-1.239679 0.41322,1.446292 m -0.41322,-1.549585 c -0.1033,-0.516546 -0.72314,-0.929773 -1.34298,-0.72316 m -1.44626,0.413227 1.44626,-0.413227 m -1.65287,-0.516519 c 0,0.309906 0.10329,0.619839 0.20661,0.929746 m 1.23965,-1.239653 -1.44626,0.4132 m 1.44626,-0.4132 c 0.61984,-0.206586 0.92977,-0.826426 0.82645,-1.446265 m -0.41322,-1.342972 0.41322,1.446265 m 0.82646,-0.206613 -0.41323,-1.549585 m 0.41323,1.446292 c 0.10329,0.619839 0.72313,0.929746 1.34297,0.826452 m 0.92974,-0.206613 -0.92974,0.206613 m 0.10332,-2.376037 c -0.51655,-0.309933 -1.03307,-0.413227 -1.65291,-0.309933 m 3.71901,3.099197 c -0.10332,-1.239679 -0.92974,-2.272745 -2.0661,-2.789264 m 2.0661,3.718983 v -0.929719 m 0,0.103293 h -0.20661 m -2.16942,-2.789264 0.30993,-0.103293 M 130.6298,42.3036 c 0,-0.103293 -0.10332,-0.206586 -0.20661,-0.206586 -0.10332,0 -0.20662,0.103293 -0.20662,0.206586 0,0.103294 0.1033,0.206587 0.20662,0.206587 0.10329,0 0.20661,-0.103293 0.20661,-0.206587 m -1.44629,-1.136359 c 0,-0.309906 -0.30991,-0.619839 -0.72314,-0.619839 -0.3099,0 -0.61983,0.309933 -0.61983,0.619839 0,0.413227 0.30993,0.72316 0.61983,0.72316 0.41323,0 0.72314,-0.309933 0.72314,-0.72316 m 2.99587,-0.826426 c 0,-0.309933 -0.3099,-0.619839 -0.72313,-0.619839 -0.30993,0 -0.61984,0.309906 -0.61984,0.619839 0,0.4132 0.30991,0.723133 0.61984,0.723133 0.41323,0 0.72313,-0.309933 0.72313,-0.723133 m 0.82646,2.995825 c 0,-0.309907 -0.41323,-0.61984 -0.72316,-0.61984 -0.4132,0 -0.72313,0.309933 -0.72313,0.61984 0,0.413226 0.30993,0.723132 0.72313,0.723132 0.30993,0 0.72316,-0.309906 0.72316,-0.723132 m -2.99588,0.826452 c 0,-0.309906 -0.41323,-0.619839 -0.72313,-0.619839 -0.41323,0 -0.72316,0.309933 -0.72316,0.619839 0,0.413226 0.30993,0.723133 0.72316,0.723133 0.3099,0 0.72313,-0.309907 0.72313,-0.723133 m -0.20661,0 c 0,-0.206613 -0.30991,-0.413226 -0.51652,-0.413226 -0.30994,0 -0.51655,0.206613 -0.51655,0.413226 0,0.309906 0.20661,0.51652 0.51655,0.51652 0.20661,0 0.51652,-0.206614 0.51652,-0.51652 m 2.99587,-0.826452 c 0,-0.206614 -0.30993,-0.413227 -0.51654,-0.413227 -0.30991,0 -0.51652,0.206613 -0.51652,0.413227 0,0.309932 0.20661,0.516546 0.51652,0.516546 0.20661,0 0.51654,-0.206614 0.51654,-0.516546 m -0.82645,-2.995825 c 0,-0.206613 -0.20661,-0.413226 -0.51652,-0.413226 -0.20661,0 -0.41322,0.206613 -0.41322,0.413226 0,0.309907 0.20661,0.51652 0.41322,0.51652 0.30991,0 0.51652,-0.206613 0.51652,-0.51652 m -2.99588,0.826426 c 0,-0.206613 -0.20661,-0.413226 -0.51652,-0.413226 -0.20661,0 -0.41322,0.206613 -0.41322,0.413226 0,0.309933 0.20661,0.516546 0.41322,0.516546 0.30991,0 0.51652,-0.206613 0.51652,-0.516546 m -1.65287,0.516546 h 0.10329 m 0,0 0.20661,0.723107 m 0,0 0.10332,-0.103294 m 0,0 v 0.103294 m 0,0 v 0.103293 m 0,0 -0.20661,0.10332 m 0,0 -0.20661,-0.92972 m 2.78926,3.305758 0.10329,0.206613 m 0,0 -0.20661,0.103293 m 0,0 v -0.309906 m 0,0 h -0.10329 m 0,0 v -0.10332 m 0,0 h 0.10329 m 0,0 -0.10329,-0.103294 m 0,0 h 0.10329 m 0,0 0.10332,0.103294 m 0,0 0.30991,-0.103294 m 0,0 v 0.103294 m 0,0 -0.10332,0.723159 m 0,0 h -0.1033 m 0,0 0.1033,-0.723159 m 0,0 -0.20659,0.10332 m 1.54959,0 0.10329,0.103293 h 0.20661 m 0,0 h 0.10329 m 0,0 c 0.10332,-0.103293 0.10332,-0.206613 0.10332,-0.309907 m 0,0.103294 h -0.10332 m -0.10329,0 c 0.10329,0 0.10329,0 0.10329,-0.103294 m -0.20658,0.103294 v 0 c 0,0.10332 0.10329,0.10332 0.10329,0 m -0.20661,0 v -0.103294 h 0.10332 m 0,0 h 0.10329 m 0,0 -0.10329,-0.103319 m -0.10332,-0.206614 v 0.10332 h 0.10332 m -0.10332,-0.206613 v 0 c -0.10329,0 -0.10329,0.103293 0,0.103293 m 0,-0.103293 h 0.10332 l 0.10329,0.103293 m 0,0 0.10329,-0.103293 m 0,0 -0.10329,-0.10332 h -0.20661 m 0,0 -0.20661,0.10332 v 0.206613 m 0,0 c 0,0.103294 0.10332,0.103294 0.20661,0.103294 m 0,0.103319 -0.10329,0.103294 v 0.10332 m 1.13635,-4.752049 -0.51654,0.103319 m 0,0 v 0.103294 m 0,0 h 0.30993 m 0,0 -0.10332,0.413226 m 0,-0.10332 c -0.10329,0.10332 0,0.206613 0,0.309933 0.10332,0.103293 0.20661,0.103293 0.30993,0 0.1033,0 0.1033,-0.10332 0.1033,-0.206613 m 0,0 h -0.1033 m -0.20661,0 c -0.10332,0 -0.10332,0.103293 0,0.103293 0,0.10332 0.10329,0.10332 0.10329,0 0.10332,0 0.10332,-0.103293 0.10332,-0.103293 m -0.20661,0 0.20661,-0.51652 m 0,0 v -0.103319 m -2.78926,64.565924 c -0.30991,0 -0.61984,0.10332 -0.82645,0.20661 m 1.03306,-0.61983 c -0.51652,0 -1.03306,0.10332 -1.44629,0.30993 m -1.23965,1.13636 c -0.82643,1.13636 -0.92972,2.78923 -0.10332,3.92559 0.82645,1.23966 2.27274,1.8595 3.71901,1.54959 1.44629,-0.30993 2.47936,-1.44629 2.78926,-2.89256 m -5.1653,-3.71898 c -0.51652,0.3099 -0.92974,0.61984 -1.23965,1.13636 m 0.30991,-0.10332 c -0.92972,1.03306 -1.03304,2.58262 -0.30991,3.8223 0.61984,1.23965 2.0661,1.85949 3.5124,1.65288 1.34297,-0.30991 2.47933,-1.34297 2.68594,-2.78924 m 0,0.10329 h 0.10329 m -6.30163,-2.68591 0.20661,-0.10332 m 1.03304,-0.72314 v -0.20661 m 1.54959,-0.3099 c -0.51652,0 -1.03304,0.20661 -1.54959,0.41322 m 1.44629,-0.51654 0.1033,0.20661 m 2.89258,3.92559 h 0.51652 m -0.41323,-1.03303 -0.10329,1.03303 m 0.51652,-0.92971 -0.41323,-0.10332 m 0.41323,0 c -0.10329,-1.23966 -0.92975,-2.37602 -2.16942,-2.78924 m -1.13636,0.41322 1.13636,-0.30993 m -1.23968,-0.20661 0.10332,0.51654 m -1.54959,0.4132 -0.10332,-0.51652 m -1.03304,0.72314 1.13636,-0.20662 m 4.02892,2.16943 c 0,-0.30991 -0.1033,-0.61981 -0.20662,-0.92975 m -0.72313,1.23968 0.92975,-0.30993 m -0.92975,0.20661 c -0.61984,0.10332 -0.92974,0.72313 -0.82645,1.34295 m 0.41323,1.54958 -0.30991,-1.44626 m -0.51655,1.65288 c 0.30994,-0.1033 0.61984,-0.1033 0.92978,-0.20662 m -1.343,-1.23965 0.41322,1.44627 m -0.41322,-1.54959 c -0.1033,-0.51652 -0.72314,-0.92975 -1.34298,-0.72313 m -1.44626,0.41322 1.44626,-0.41322 m -1.65287,-0.5165 c 0,0.30988 0.10329,0.61982 0.20661,0.92972 m 1.23965,-1.23965 -1.44626,0.4132 m 1.44626,-0.4132 c 0.61984,-0.20661 0.92977,-0.82642 0.82645,-1.44626 m -0.41322,-1.34298 0.41322,1.44627 m 0.82646,-0.20661 -0.41323,-1.54959 m 0.41323,1.44629 c 0.10329,0.61984 0.72313,0.92975 1.34297,0.82646 m 0.92974,-0.20662 -0.92974,0.20662 m 0.10332,-2.37604 c -0.51655,-0.30993 -1.03307,-0.41323 -1.65291,-0.30993 m 3.71901,3.09917 c -0.10332,-1.23966 -0.92974,-2.27272 -2.0661,-2.78924 m 2.0661,3.71898 v -0.92974 m 0,0.10332 h -0.20661 m -2.16942,-2.78927 0.30993,-0.10329 m 2.68594,0.92974 c 0,0 0.1033,-0.10332 0,-0.10332 m -3.92562,2.37604 c 0,-0.10329 -0.10332,-0.20661 -0.20661,-0.20661 -0.10332,0 -0.20662,0.10332 -0.20662,0.20661 0,0.10332 0.1033,0.20662 0.20662,0.20662 0.10329,0 0.20661,-0.1033 0.20661,-0.20662 m -1.44629,-1.13636 c 0,-0.3099 -0.30991,-0.61984 -0.72314,-0.61984 -0.3099,0 -0.61983,0.30994 -0.61983,0.61984 0,0.41323 0.30993,0.72314 0.61983,0.72314 0.41323,0 0.72314,-0.30991 0.72314,-0.72314 m 2.99587,-0.82645 c 0,-0.30991 -0.3099,-0.61981 -0.72313,-0.61981 -0.30993,0 -0.61984,0.3099 -0.61984,0.61981 0,0.41323 0.30991,0.72316 0.61984,0.72316 0.41323,0 0.72313,-0.30993 0.72313,-0.72316 m 0.82646,2.99585 c 0,-0.30991 -0.41323,-0.61984 -0.72316,-0.61984 -0.4132,0 -0.72313,0.30993 -0.72313,0.61984 0,0.41323 0.30993,0.72313 0.72313,0.72313 0.30993,0 0.72316,-0.3099 0.72316,-0.72313 m -2.99588,0.82645 c 0,-0.30993 -0.41323,-0.61984 -0.72313,-0.61984 -0.41323,0 -0.72316,0.30991 -0.72316,0.61984 0,0.41323 0.30993,0.72314 0.72316,0.72314 0.3099,0 0.72313,-0.30991 0.72313,-0.72314 m -0.20661,0 c 0,-0.20661 -0.30991,-0.41322 -0.51652,-0.41322 -0.30994,0 -0.51655,0.20661 -0.51655,0.41322 0,0.30991 0.20661,0.51652 0.51655,0.51652 0.20661,0 0.51652,-0.20661 0.51652,-0.51652 m 2.99587,-0.82645 c 0,-0.20661 -0.30993,-0.41323 -0.51654,-0.41323 -0.30991,0 -0.51652,0.20662 -0.51652,0.41323 0,0.30991 0.20661,0.51652 0.51652,0.51652 0.20661,0 0.51654,-0.20661 0.51654,-0.51652 m -0.82645,-2.99585 c 0,-0.20661 -0.20661,-0.41323 -0.51652,-0.41323 -0.20661,0 -0.41322,0.20662 -0.41322,0.41323 0,0.30993 0.20661,0.51655 0.41322,0.51655 0.30991,0 0.51652,-0.20662 0.51652,-0.51655 m -2.99588,0.82645 c 0,-0.20661 -0.20661,-0.41322 -0.51652,-0.41322 -0.20661,0 -0.41322,0.20661 -0.41322,0.41322 0,0.30994 0.20661,0.51652 0.41322,0.51652 0.30991,0 0.51652,-0.20658 0.51652,-0.51652 m -1.65287,0.51652 h 0.10329 m 0,0 0.20661,0.72316 m 0,0 0.10332,-0.10332 m 0,0 v 0.10332 m 0,0 v 0.1033 m 0,0 -0.20661,0.10331 m 0,0 -0.20661,-0.92977 m 2.78926,3.30579 0.10329,0.20658 m 0,0 -0.20661,0.10332 m 0,0 v -0.3099 m 0,0 h -0.10329 m 0,0 v -0.10332 m 0,0 h 0.10329 m 0,0 -0.10329,-0.1033 m 0,0 h 0.10329 m 0,0 0.10332,0.1033 m 0,0 0.30991,-0.1033 m 0,0 v 0.1033 m 0,0 -0.10332,0.72313 m 0,0 h -0.1033 m 0,0 0.1033,-0.72313 m 0,0 -0.20659,0.10332 m 1.54959,0 0.10329,0.10329 h 0.20661 m 0,0 h 0.10329 m 0,0 c 0.10332,-0.10329 0.10332,-0.20661 0.10332,-0.30991 m 0,0.1033 h -0.10332 m -0.10329,0.10332 c 0.10329,0 0.10329,-0.10332 0.10329,-0.10332 m -0.20658,0 v 0 c 0,0.10332 0.10329,0.10332 0.10329,0 m -0.20661,0 v -0.1033 h 0.10332 m 0,0 h 0.10329 m 0,0 -0.10329,-0.10332 m -0.10332,-0.20661 v 0.10332 c 0,0.10329 0.10332,0.10329 0.10332,0 m -0.10332,-0.20661 v 0 c -0.10329,0 -0.10329,0.10329 0,0.10329 m 0,-0.10329 h 0.10332 l 0.10329,0.10329 m 0,0 0.10329,-0.10329 m 0,0 -0.10329,-0.10332 h -0.20661 m 0,0 -0.20661,0.10332 v 0.20661 m 0,0 c 0,0.10329 0.10332,0.10329 0.20661,0.10329 m 0,0.10332 -0.10329,0.1033 v 0.10332 m 1.13635,-4.75205 -0.51654,0.10329 m 0,0 v 0.10332 m 0,0 h 0.30993 m 0,0 -0.10332,0.41323 m 0,-0.10332 c -0.10329,0.10332 0,0.20661 0,0.30993 0.10332,0.10329 0.20661,0.10329 0.30993,0 0.1033,0 0.1033,-0.10332 0.1033,-0.20661 m 0,0 h -0.1033 m -0.20661,0 c -0.10332,0 -0.10332,0.10329 0,0.10329 0,0.10332 0.10329,0.10332 0.10329,0 0.10332,0 0.10332,-0.10329 0.10332,-0.10329 m -0.20661,0 0.20661,-0.51655 m 0,0 v -0.10329 m -2.78926,31.71475 c -0.30991,0.10332 -0.61984,0.10332 -0.82645,0.20662 m 1.03306,-0.61982 c -0.51652,0 -1.03306,0.20659 -1.44629,0.4132 m -1.23965,1.03307 c -0.82643,1.23968 -0.92972,2.78926 -0.10332,4.02892 0.82645,1.23967 2.27274,1.85951 3.71901,1.54961 1.44629,-0.30994 2.47936,-1.44629 2.78926,-2.89259 m -5.1653,-3.71901 c -0.51652,0.20662 -0.92974,0.61984 -1.23965,1.03307 m 0.30991,-0.10329 c -0.92972,1.13636 -1.03304,2.68594 -0.30991,3.92562 0.61984,1.23965 2.0661,1.85949 3.5124,1.54958 1.34297,-0.20661 2.47933,-1.34299 2.68594,-2.68597 m 0,0 h 0.10329 m -6.30163,-2.58262 0.20661,-0.10332 m 1.03304,-0.82645 v -0.20662 m 1.54959,-0.20661 c -0.51652,0 -1.03304,0.10332 -1.54959,0.30993 m 1.44629,-0.51652 0.1033,0.20659 m 2.89258,3.92562 h 0.51652 m -0.41323,-0.92974 -0.10329,0.92974 m 0.51652,-0.92974 h -0.41323 m 0.41323,0 c -0.10329,-1.34297 -0.92975,-2.37604 -2.16942,-2.78927 m -1.13636,0.30994 1.13636,-0.30994 m -1.23968,-0.20661 0.10332,0.51655 m -1.54959,0.41322 -0.10332,-0.51654 m -1.03304,0.82645 1.13636,-0.30991 m 4.02892,2.16943 c 0,-0.30993 -0.1033,-0.51655 -0.20662,-0.82645 m -0.72313,1.13635 0.92975,-0.20661 m -0.92975,0.10332 c -0.61984,0.20659 -0.92974,0.82643 -0.82645,1.44627 m 0.41323,1.44629 -0.30991,-1.44629 m -0.51655,1.6529 c 0.30994,0 0.61984,-0.10332 0.92978,-0.20661 m -1.343,-1.23968 0.41322,1.54958 m -0.41322,-1.54958 c -0.1033,-0.61984 -0.72314,-0.92975 -1.34298,-0.82645 m -1.44626,0.51654 1.44626,-0.41322 m -1.65287,-0.51655 c 0,0.30993 0.10329,0.61984 0.20661,0.82645 m 1.23965,-1.13636 -1.44626,0.30991 m 1.44626,-0.4132 c 0.61984,-0.10332 0.92977,-0.72316 0.82645,-1.343 m -0.41322,-1.44626 0.41322,1.44626 m 0.82646,-0.20661 -0.41323,-1.44627 m 0.41323,1.44627 c 0.10329,0.51655 0.72313,0.92977 1.34297,0.72316 m 0.92974,-0.20661 -0.92974,0.3099 m 0.10332,-2.47933 c -0.51655,-0.20661 -1.03307,-0.30991 -1.65291,-0.30991 m 3.71901,3.20247 c -0.10332,-1.23968 -0.92974,-2.37604 -2.0661,-2.89256 m 2.0661,3.8223 v -0.92974 m 0,0 h -0.20661 m -2.16942,-2.78927 0.30993,-0.10329 m 2.68594,0.92975 c 0,0 0.1033,0 0,0 m -3.92562,2.27274 c 0,-0.10332 -0.10332,-0.20661 -0.20661,-0.20661 -0.10332,0 -0.20662,0.10329 -0.20662,0.20661 0,0.10329 0.1033,0.30991 0.20662,0.30991 0.10329,0 0.20661,-0.20662 0.20661,-0.30991 m -1.44629,-1.03306 c 0,-0.41323 -0.30991,-0.72314 -0.72314,-0.72314 -0.3099,0 -0.61983,0.30991 -0.61983,0.72314 0,0.3099 0.30993,0.72313 0.61983,0.72313 0.41323,0 0.72314,-0.41323 0.72314,-0.72313 m 2.99587,-0.82646 c 0,-0.41322 -0.3099,-0.72313 -0.72313,-0.72313 -0.30993,0 -0.61984,0.30991 -0.61984,0.72313 0,0.30991 0.30991,0.72314 0.61984,0.72314 0.41323,0 0.72313,-0.41323 0.72313,-0.72314 m 0.82646,2.99588 c 0,-0.41323 -0.41323,-0.72316 -0.72316,-0.72316 -0.4132,0 -0.72313,0.30993 -0.72313,0.72316 0,0.30991 0.30993,0.72313 0.72313,0.72313 0.30993,0 0.72316,-0.41322 0.72316,-0.72313 m -2.99588,0.82643 c 0,-0.4132 -0.41323,-0.72314 -0.72313,-0.72314 -0.41323,0 -0.72316,0.30994 -0.72316,0.72314 0,0.30993 0.30993,0.72316 0.72316,0.72316 0.3099,0 0.72313,-0.41323 0.72313,-0.72316 m -0.20661,0 c 0,-0.30991 -0.30991,-0.51652 -0.51652,-0.51652 -0.30994,0 -0.51655,0.20661 -0.51655,0.51652 0,0.20661 0.20661,0.51654 0.51655,0.51654 0.20661,0 0.51652,-0.30993 0.51652,-0.51654 m 2.99587,-0.82643 c 0,-0.30993 -0.30993,-0.51655 -0.51654,-0.51655 -0.30991,0 -0.51652,0.20662 -0.51652,0.51655 0,0.20661 0.20661,0.51652 0.51652,0.51652 0.20661,0 0.51654,-0.30991 0.51654,-0.51652 m -0.82645,-2.99588 c 0,-0.3099 -0.20661,-0.51652 -0.51652,-0.51652 -0.20661,0 -0.41322,0.20662 -0.41322,0.51652 0,0.20662 0.20661,0.51652 0.41322,0.51652 0.30991,0 0.51652,-0.3099 0.51652,-0.51652 m -2.99588,0.82646 c 0,-0.30994 -0.20661,-0.51655 -0.51652,-0.51655 -0.20661,0 -0.41322,0.20661 -0.41322,0.51655 0,0.20661 0.20661,0.51652 0.41322,0.51652 0.30991,0 0.51652,-0.30991 0.51652,-0.51652 m -1.65287,0.51652 h 0.10329 m 0,0 0.20661,0.72313 m 0,0 0.10332,-0.20659 m 0,0 v 0.20659 m 0,0 v 0.10332 m 0,0 h -0.20661 m 0,0 -0.20661,-0.82645 m 2.78926,3.20249 0.10329,0.3099 m 0,0 h -0.20661 m 0,0 v -0.20661 m 0,0 h -0.10329 m 0,0 v -0.10329 m 0,0 h 0.10329 m 0,0 -0.10329,-0.20662 m 0,0 h 0.10329 m 0,0 0.10332,0.1033 m 0,0 0.30991,-0.1033 m 0,0 v 0.20662 m 0,0 -0.10332,0.61983 m 0,0 -0.1033,0.1033 m 0,0 0.1033,-0.72313 m 0,0 h -0.20659 m 1.54959,0 0.10329,0.10329 0.20661,0.10332 m 0,0 h 0.10329 m 0,-0.10332 c 0.10332,0 0.10332,-0.20661 0.10332,-0.30991 m 0,0.1033 h -0.10332 m -0.10329,0.10332 c 0.10329,0 0.10329,0 0.10329,-0.10332 m -0.20658,0 v 0.10332 h 0.10329 m -0.20661,0 v -0.10332 l 0.10332,-0.1033 m 0,0 h 0.10329 m 0,0 -0.10329,-0.10332 m -0.10332,-0.10329 v 0.10329 h 0.10332 m -0.10332,-0.3099 v 0.10329 c -0.10329,0 -0.10329,0 0,0.10332 m 0,-0.10332 h 0.10332 0.10329 m 0,0 h 0.10329 m 0,0 -0.10329,-0.10329 -0.20661,-0.10332 m 0,0 -0.20661,0.20661 v 0.20661 m 0,-0.10329 c 0,0.10329 0.10332,0.20661 0.20661,0.20661 m 0,0 -0.10329,0.1033 v 0.10332 m 1.13635,-4.64876 -0.51654,0.10329 m 0,0 v 0.10332 m 0,0 0.30993,-0.10332 m 0,0 -0.10332,0.41323 m 0,0 c -0.10329,0.10329 0,0.20661 0,0.20661 0.10332,0.1033 0.20661,0.1033 0.30993,0.1033 0.1033,-0.1033 0.1033,-0.20662 0.1033,-0.30991 m 0,0.10329 h -0.1033 m -0.20661,-0.10329 c -0.10332,0.10329 -0.10332,0.10329 0,0.20661 h 0.10329 c 0.10332,0 0.10332,-0.10332 0.10332,-0.20661 m -0.20661,0.10329 0.20661,-0.51652 m 0,0 v -0.10329 m 29.13214,-99.4832 c -0.30991,0 -0.61982,0.10332 -0.92975,0.206613 m 1.13636,-0.619839 c -0.51652,0 -1.03304,0.10332 -1.54959,0.309933 m -1.23965,1.136359 c -0.82645,1.136359 -0.82645,2.789237 0,3.925596 0.72314,1.239679 2.27272,1.859492 3.61569,1.549585 1.44629,-0.309906 2.58263,-1.446292 2.78924,-2.892557 m -5.16528,-3.718983 c -0.41322,0.309906 -0.82642,0.619839 -1.23965,1.136359 m 0.30991,-0.103294 c -0.92975,1.033039 -1.03307,2.582598 -0.30991,3.822277 0.72314,1.239679 2.16943,1.859492 3.5124,1.652905 1.44626,-0.309933 2.4793,-1.342999 2.78921,-2.789264 m 0,0.103293 h 0.10332 m -6.30163,-2.685917 0.20661,-0.103294 m 1.03306,-0.723159 V 39.20443 m 1.44627,-0.309906 c -0.51652,0 -1.03304,0.206613 -1.44627,0.413226 m 1.44627,-0.516546 v 0.206613 m 2.99585,3.822303 0.51652,0.103293 m -0.51652,-1.033012 v 0.929719 m 0.51652,-0.826426 -0.51652,-0.103293 m 0.51652,0 c -0.20661,-1.239679 -1.03301,-2.376038 -2.16937,-2.789264 m -1.13639,0.413226 1.13639,-0.309933 m -1.343,-0.206613 0.20661,0.516546 m -1.54958,0.309906 -0.1033,-0.413226 m -1.03306,0.723159 1.13636,-0.309933 m 3.92559,2.272745 c 0,-0.309933 -0.10326,-0.61984 -0.20658,-0.929773 m -0.61984,1.239653 0.92974,-0.30988 m -0.92974,0.206586 c -0.61981,0.103294 -0.92975,0.723133 -0.82643,1.342972 m 0.41323,1.549586 -0.41323,-1.446292 m -0.41322,1.652905 c 0.3099,-0.10332 0.61984,-0.10332 0.82645,-0.206613 m -1.23968,-1.239679 0.41323,1.446292 m -0.41323,-1.549585 c -0.10332,-0.516546 -0.72313,-0.929773 -1.34297,-0.72316 m -1.44629,0.413227 1.44629,-0.413227 m -1.7562,-0.516519 c 0.10329,0.309906 0.10329,0.619839 0.20661,0.929746 m 1.34297,-1.239653 -1.44629,0.4132 m 1.44629,-0.4132 c 0.61984,-0.206586 0.92975,-0.826426 0.82646,-1.446265 m -0.41323,-1.342972 0.30991,1.446265 m 0.92974,-0.206613 -0.41322,-1.549585 m 0.41322,1.446292 c 0.10332,0.619839 0.72316,0.929746 1.34298,0.826452 m 0.92977,-0.206613 -0.92977,0.206613 m 0,-2.376037 c -0.51652,-0.309933 -1.03304,-0.413227 -1.54959,-0.309933 m 3.61569,3.099197 c -0.10332,-1.239679 -0.92975,-2.272745 -2.0661,-2.789264 m 2.0661,3.718983 c 0.10329,-0.309933 0.10329,-0.619813 0,-0.929719 m 0.10329,0.103293 h -0.20661 m -2.16937,-2.789264 0.3099,-0.103293 M 162.5512,42.3036 c 0,-0.103293 -0.20662,-0.206586 -0.30991,-0.206586 -0.10332,0 -0.20661,0.103293 -0.20661,0.206586 0,0.103294 0.10329,0.206587 0.20661,0.206587 0.10329,0 0.30991,-0.103293 0.30991,-0.206587 m -1.44627,-1.136359 c 0,-0.309906 -0.30993,-0.619839 -0.72316,-0.619839 -0.3099,0 -0.61981,0.309933 -0.61981,0.619839 0,0.413227 0.30991,0.72316 0.61981,0.72316 0.41323,0 0.72316,-0.309933 0.72316,-0.72316 m 2.99585,-0.826426 c 0,-0.309933 -0.30991,-0.619839 -0.72313,-0.619839 -0.30991,0 -0.61984,0.309906 -0.61984,0.619839 0,0.4132 0.30993,0.723133 0.61984,0.723133 0.41322,0 0.72313,-0.309933 0.72313,-0.723133 m 0.82643,2.995825 c 0,-0.309907 -0.4132,-0.61984 -0.72311,-0.61984 -0.41323,0 -0.72313,0.309933 -0.72313,0.61984 0,0.413226 0.3099,0.723132 0.72313,0.723132 0.30991,0 0.72311,-0.309906 0.72311,-0.723132 m -2.99585,0.826452 c 0,-0.309906 -0.4132,-0.619839 -0.72314,-0.619839 -0.41322,0 -0.72313,0.309933 -0.72313,0.619839 0,0.413226 0.30991,0.723133 0.72313,0.723133 0.30994,0 0.72314,-0.309907 0.72314,-0.723133 m -0.20659,0 c 0,-0.206613 -0.30993,-0.413226 -0.51655,-0.413226 -0.3099,0 -0.51652,0.206613 -0.51652,0.413226 0,0.309906 0.20662,0.51652 0.51652,0.51652 0.20662,0 0.51655,-0.206614 0.51655,-0.51652 m 2.99582,-0.826452 c 0,-0.206614 -0.30988,-0.413227 -0.51649,-0.413227 -0.30993,0 -0.51654,0.206613 -0.51654,0.413227 0,0.309932 0.20661,0.516546 0.51654,0.516546 0.20661,0 0.51649,-0.206614 0.51649,-0.516546 m -0.82642,-2.995825 c 0,-0.206613 -0.20661,-0.413226 -0.51652,-0.413226 -0.20661,0 -0.41323,0.206613 -0.41323,0.413226 0,0.309907 0.20662,0.51652 0.41323,0.51652 0.30991,0 0.51652,-0.206613 0.51652,-0.51652 m -2.99585,0.826426 c 0,-0.206613 -0.20662,-0.413226 -0.51655,-0.413226 -0.20661,0 -0.4132,0.206613 -0.4132,0.413226 0,0.309933 0.20659,0.516546 0.4132,0.516546 0.30993,0 0.51655,-0.206613 0.51655,-0.516546 m -1.65291,0.516546 h 0.10332 m 0,0 0.20662,0.723107 m 0,0 0.10329,-0.103294 m 0,0 v 0.103294 m 0,0 -0.10329,0.103293 m 0,0 -0.10332,0.10332 m 0,0 -0.20662,-0.92972 m 2.78927,3.305758 0.10329,0.206613 m 0,0 -0.20661,0.103293 m 0,0 v -0.309906 m 0,0 h -0.1033 m 0,0 v -0.10332 m 0,0 v -0.103294 m 0,0 h 0.1033 m 0,0 0.10332,0.103294 m 0,0 0.3099,-0.103294 m 0,0 v 0.103294 m 0,0 -0.10329,0.723159 m 0,0 h -0.10332 m 0,0 0.10332,-0.723159 m 0,0 -0.20661,0.10332 m 1.54958,0 0.1033,0.103293 h 0.10331 m 0,0 h 0.20662 m 0,0 c 0.10329,-0.103293 0.10329,-0.206613 0.10329,-0.309907 m 0,0.103294 h -0.10329 m -0.10332,0 c 0,0 0.10332,0 0,-0.103294 m -0.20661,0.103294 h 0.10331 c 0,0.10332 0,0.10332 0.1033,0 m -0.20661,0 v -0.103294 h 0.10331 m 0,0 h 0.1033 m 0,0 -0.1033,-0.103319 m -0.20661,-0.206614 c 0,0 0,0.10332 0.1033,0.10332 h 0.10331 m -0.10331,-0.206613 h -0.1033 v 0.103293 m 0.1033,-0.103293 h 0.10331 l 0.1033,0.103293 m 0,0 0.10332,-0.103293 m 0,0 -0.10332,-0.10332 h -0.20661 m 0,0 -0.20659,0.10332 v 0.206613 m 0,0 c 0,0.103294 0.10329,0.103294 0.20659,0.103294 m -0.1033,0.103319 v 0.103294 0.10332 m 1.13633,-4.752049 -0.51649,0.103319 m 0,0 v 0.103294 m 0,0 h 0.30991 m 0,0 -0.1033,0.413226 m 0,-0.10332 c -0.10332,0.10332 0,0.206613 0,0.309933 0.1033,0.103293 0.20662,0.103293 0.30988,0 0.10332,0 0.10332,-0.10332 0.10332,-0.206613 m 0,0 h -0.10332 m -0.20658,0 c -0.1033,0 -0.1033,0.103293 0,0.103293 0,0.10332 0.10332,0.10332 0.10332,0 0.10326,0 0.10326,-0.103293 0.10326,-0.103293 m -0.20658,0 0.20658,-0.51652 m 0,0 v -0.103319 m -2.78923,31.714783 c -0.30991,0.103294 -0.61982,0.103294 -0.92975,0.206587 m 1.13636,-0.619813 c -0.51652,0 -1.03304,0.206613 -1.54959,0.413226 m -1.23965,1.033039 c -0.82645,1.239679 -0.82645,2.789264 0,4.028943 0.72314,1.239652 2.27272,1.859492 3.61569,1.549585 1.44629,-0.309933 2.58263,-1.446292 2.78924,-2.892584 m -5.16528,-3.718983 c -0.41322,0.206587 -0.82642,0.619813 -1.23965,1.033039 m 0.30991,-0.103293 c -0.92975,1.136359 -1.03307,2.685944 -0.30991,3.925623 0.72314,1.239652 2.16943,1.859492 3.5124,1.549585 1.44626,-0.206613 2.4793,-1.342972 2.78921,-2.685971 m 0,0 h 0.10332 m -6.30163,-2.582624 0.20661,-0.10332 m 1.03306,-0.826452 v -0.206587 m 1.44627,-0.206613 c -0.51652,0 -1.03304,0.103293 -1.44627,0.309907 m 1.44627,-0.51652 v 0.206613 m 2.99585,3.925596 h 0.51652 m -0.51652,-0.929745 v 0.929745 m 0.51652,-0.929745 h -0.51652 m 0.51652,0 c -0.20661,-1.342972 -1.03301,-2.376038 -2.16937,-2.789238 m -1.13639,0.309907 1.13639,-0.309907 m -1.343,-0.206613 0.20661,0.51652 m -1.54958,0.413226 -0.1033,-0.516546 m -1.03306,0.826452 1.13636,-0.309906 m 3.92559,2.169424 c 0,-0.309932 -0.10326,-0.516546 -0.20658,-0.826452 m -0.61984,1.136359 0.92974,-0.206613 m -0.92974,0.10332 c -0.61981,0.206613 -0.92975,0.826426 -0.82643,1.446265 m 0.41323,1.446292 -0.41323,-1.446292 m -0.41322,1.652905 c 0.3099,0 0.61984,-0.10332 0.82645,-0.206613 m -1.23968,-1.239679 0.41323,1.549585 m -0.41323,-1.549585 c -0.10332,-0.619839 -0.72313,-0.929746 -1.34297,-0.826452 m -1.44629,0.516546 1.44629,-0.413227 m -1.7562,-0.516519 c 0.10329,0.309906 0.10329,0.619813 0.20661,0.826426 m 1.34297,-1.136359 -1.44629,0.309933 m 1.44629,-0.413226 c 0.61984,-0.10332 0.92975,-0.72316 0.82646,-1.342973 m -0.41323,-1.446291 0.30991,1.446291 m 0.92974,-0.206613 -0.41322,-1.446291 m 0.41322,1.446291 c 0.10332,0.51652 0.72316,0.929746 1.34298,0.723133 m 0.92977,-0.206613 -0.92977,0.309906 m 0,-2.479331 c -0.51652,-0.206613 -1.03304,-0.309906 -1.54959,-0.309906 m 3.61569,3.202464 c -0.10332,-1.239653 -0.92975,-2.376038 -2.0661,-2.892558 m 2.0661,3.822303 c 0.10329,-0.309906 0.10329,-0.619812 0,-0.929745 m 0.10329,0 h -0.20661 m -2.16937,-2.789238 0.3099,-0.10332 m -1.23967,3.202491 c 0,-0.10332 -0.20662,-0.206614 -0.30991,-0.206614 -0.10332,0 -0.20661,0.103294 -0.20661,0.206614 0,0.103293 0.10329,0.309906 0.20661,0.309906 0.10329,0 0.30991,-0.206613 0.30991,-0.309906 m -1.44627,-1.033066 c 0,-0.413226 -0.30993,-0.723133 -0.72316,-0.723133 -0.3099,0 -0.61981,0.309907 -0.61981,0.723133 0,0.309906 0.30991,0.723133 0.61981,0.723133 0.41323,0 0.72316,-0.413227 0.72316,-0.723133 m 2.99585,-0.826453 c 0,-0.413226 -0.30991,-0.723132 -0.72313,-0.723132 -0.30991,0 -0.61984,0.309906 -0.61984,0.723132 0,0.309933 0.30993,0.723133 0.61984,0.723133 0.41322,0 0.72313,-0.4132 0.72313,-0.723133 m 0.82643,2.995878 c 0,-0.413227 -0.4132,-0.723133 -0.72311,-0.723133 -0.41323,0 -0.72313,0.309906 -0.72313,0.723133 0,0.309906 0.3099,0.723132 0.72313,0.723132 0.30991,0 0.72311,-0.413226 0.72311,-0.723132 m -2.99585,0.826452 c 0,-0.413226 -0.4132,-0.723159 -0.72314,-0.723159 -0.41322,0 -0.72313,0.309933 -0.72313,0.723159 0,0.309906 0.30991,0.723133 0.72313,0.723133 0.30994,0 0.72314,-0.413227 0.72314,-0.723133 m -0.20659,0 c 0,-0.309933 -0.30993,-0.516546 -0.51655,-0.516546 -0.3099,0 -0.51652,0.206613 -0.51652,0.516546 0,0.206613 0.20662,0.51652 0.51652,0.51652 0.20662,0 0.51655,-0.309907 0.51655,-0.51652 m 2.99582,-0.826452 c 0,-0.309933 -0.30988,-0.516547 -0.51649,-0.516547 -0.30993,0 -0.51654,0.206614 -0.51654,0.516547 0,0.206613 0.20661,0.516519 0.51654,0.516519 0.20661,0 0.51649,-0.309906 0.51649,-0.516519 m -0.82642,-2.995878 c 0,-0.309906 -0.20661,-0.516519 -0.51652,-0.516519 -0.20661,0 -0.41323,0.206613 -0.41323,0.516519 0,0.206614 0.20662,0.516546 0.41323,0.516546 0.30991,0 0.51652,-0.309932 0.51652,-0.516546 m -2.99585,0.826453 c 0,-0.309907 -0.20662,-0.51652 -0.51655,-0.51652 -0.20661,0 -0.4132,0.206613 -0.4132,0.51652 0,0.206613 0.20659,0.51652 0.4132,0.51652 0.30993,0 0.51655,-0.309907 0.51655,-0.51652 m -1.65291,0.51652 0.10332,-0.103294 m 0,0 0.20662,0.826453 m 0,0 0.10329,-0.206613 m 0,0 v 0.206613 m 0,0 -0.10329,0.103293 m 0,0 h -0.10332 m 0,0 -0.20662,-0.826452 m 2.78927,3.20249 0.10329,0.309906 m 0,0 h -0.20661 m 0,0 v -0.206613 m 0,0 h -0.1033 m 0,0 v -0.103293 m 0,0 v -0.206613 m 0,0 h 0.1033 m 0,0 0.10332,0.103293 m 0,0 0.3099,-0.103293 m 0,0 v 0.206613 m 0,0 -0.10329,0.619839 m 0,0 -0.10332,0.103293 m 0,0 0.10332,-0.723132 m 0,0 h -0.20661 m 1.54958,0 0.1033,0.103293 0.10331,0.10332 m 0,0 h 0.20662 m 0,-0.10332 c 0.10329,0 0.10329,-0.206613 0.10329,-0.309906 m 0,0.103293 h -0.10329 m -0.10332,0.10332 c 0,0 0.10332,-0.10332 0,-0.10332 m -0.20661,0 c 0,0 0,0.10332 0.10331,0.10332 h 0.1033 m -0.20661,0 v -0.10332 l 0.10331,-0.103293 m 0,0 h 0.1033 m 0,0 -0.1033,-0.10332 m -0.20661,-0.103294 c 0,0 0,0.103294 0.1033,0.103294 h 0.10331 m -0.10331,-0.309907 c 0,0 -0.1033,0 -0.1033,0.10332 v 0.103293 m 0.1033,-0.103293 h 0.10331 0.1033 m 0,0 h 0.10332 m 0,0 -0.10332,-0.10332 -0.20661,-0.103293 m 0,0 -0.20659,0.206613 v 0.206587 m 0,-0.103294 c 0,0.103294 0.10329,0.206614 0.20659,0.206614 m -0.1033,0 v 0.103293 0.10332 m 1.13633,-4.648756 -0.51649,0.103293 m 0,0 v 0.10332 m 0,0 0.30991,-0.10332 m 0,0 -0.1033,0.413227 m 0,0 c -0.10332,0.103319 0,0.206613 0,0.206613 0.1033,0.103293 0.20662,0.103293 0.30988,0.103293 0.10332,-0.103293 0.10332,-0.206587 0.10332,-0.309906 m 0,0.103319 h -0.10332 m -0.20658,-0.103319 c -0.1033,0.103319 -0.1033,0.103319 0,0.206613 h 0.10332 c 0.10326,0 0.10326,-0.103294 0.10326,-0.206613 m -0.20658,0.103319 0.20658,-0.516546 m 0,0 v -0.103293 m -2.78923,31.714782 c -0.30991,0 -0.61982,0.10332 -0.92975,0.20661 m 1.13636,-0.61983 c -0.51652,0 -1.03304,0.10332 -1.54959,0.30993 m -1.23965,1.13636 c -0.82645,1.13636 -0.82645,2.78923 0,3.92559 0.72314,1.23966 2.27272,1.8595 3.61569,1.54959 1.44629,-0.30993 2.58263,-1.44629 2.78924,-2.89256 m -5.16528,-3.71898 c -0.41322,0.3099 -0.82642,0.61984 -1.23965,1.13636 m 0.30991,-0.10332 c -0.92975,1.03306 -1.03307,2.58262 -0.30991,3.8223 0.72314,1.23965 2.16943,1.85949 3.5124,1.65288 1.44626,-0.30991 2.4793,-1.34297 2.78921,-2.78924 m 0,0.10329 h 0.10332 m -6.30163,-2.68591 0.20661,-0.10332 m 1.03306,-0.72314 v -0.20661 m 1.44627,-0.3099 c -0.51652,0 -1.03304,0.20661 -1.44627,0.41322 m 1.44627,-0.51654 v 0.20661 m 2.99585,3.92559 h 0.51652 m -0.51652,-1.03303 v 1.03303 m 0.51652,-0.92971 -0.51652,-0.10332 m 0.51652,0 c -0.20661,-1.23966 -1.03301,-2.37602 -2.16937,-2.78924 m -1.13639,0.41322 1.13639,-0.30993 m -1.343,-0.20661 0.20661,0.51654 m -1.54958,0.4132 -0.1033,-0.51652 m -1.03306,0.72314 1.13636,-0.20662 m 3.92559,2.16943 c 0,-0.30991 -0.10326,-0.61981 -0.20658,-0.92975 m -0.61984,1.23968 0.92974,-0.30993 m -0.92974,0.20661 c -0.61981,0.10332 -0.92975,0.72313 -0.82643,1.34295 m 0.41323,1.54958 -0.41323,-1.44626 m -0.41322,1.65288 c 0.3099,-0.1033 0.61984,-0.1033 0.82645,-0.20662 m -1.23968,-1.23965 0.41323,1.44627 m -0.41323,-1.54959 c -0.10332,-0.51652 -0.72313,-0.92975 -1.34297,-0.72313 m -1.44629,0.41322 1.44629,-0.41322 m -1.7562,-0.5165 c 0.10329,0.30988 0.10329,0.61982 0.20661,0.92972 m 1.34297,-1.23965 -1.44629,0.4132 m 1.44629,-0.4132 c 0.61984,-0.20661 0.92975,-0.82642 0.82646,-1.44626 m -0.41323,-1.34298 0.30991,1.44627 m 0.92974,-0.20661 -0.41322,-1.54959 m 0.41322,1.44629 c 0.10332,0.61984 0.72316,0.92975 1.34298,0.82646 m 0.92977,-0.20662 -0.92977,0.20662 m 0,-2.37604 c -0.51652,-0.30993 -1.03304,-0.41323 -1.54959,-0.30993 m 3.61569,3.09917 c -0.10332,-1.23966 -0.92975,-2.27272 -2.0661,-2.78924 m 2.0661,3.71898 c 0.10329,-0.3099 0.10329,-0.61981 0,-0.92974 m 0.10329,0.10332 h -0.20661 m -2.16937,-2.78927 0.3099,-0.10329 m -6.19834,2.27272 h -0.10332 m 5.06199,0.92974 c 0,-0.10329 -0.20662,-0.20661 -0.30991,-0.20661 -0.10332,0 -0.20661,0.10332 -0.20661,0.20661 0,0.10332 0.10329,0.20662 0.20661,0.20662 0.10329,0 0.30991,-0.1033 0.30991,-0.20662 m -1.44627,-1.13636 c 0,-0.3099 -0.30993,-0.61984 -0.72316,-0.61984 -0.3099,0 -0.61981,0.30994 -0.61981,0.61984 0,0.41323 0.30991,0.72314 0.61981,0.72314 0.41323,0 0.72316,-0.30991 0.72316,-0.72314 m 2.99585,-0.82645 c 0,-0.30991 -0.30991,-0.61981 -0.72313,-0.61981 -0.30991,0 -0.61984,0.3099 -0.61984,0.61981 0,0.41323 0.30993,0.72316 0.61984,0.72316 0.41322,0 0.72313,-0.30993 0.72313,-0.72316 m 0.82643,2.99585 c 0,-0.30991 -0.4132,-0.61984 -0.72311,-0.61984 -0.41323,0 -0.72313,0.30993 -0.72313,0.61984 0,0.41323 0.3099,0.72313 0.72313,0.72313 0.30991,0 0.72311,-0.3099 0.72311,-0.72313 m -2.99585,0.82645 c 0,-0.30993 -0.4132,-0.61984 -0.72314,-0.61984 -0.41322,0 -0.72313,0.30991 -0.72313,0.61984 0,0.41323 0.30991,0.72314 0.72313,0.72314 0.30994,0 0.72314,-0.30991 0.72314,-0.72314 m -0.20659,0 c 0,-0.20661 -0.30993,-0.41322 -0.51655,-0.41322 -0.3099,0 -0.51652,0.20661 -0.51652,0.41322 0,0.30991 0.20662,0.51652 0.51652,0.51652 0.20662,0 0.51655,-0.20661 0.51655,-0.51652 m 2.99582,-0.82645 c 0,-0.20661 -0.30988,-0.41323 -0.51649,-0.41323 -0.30993,0 -0.51654,0.20662 -0.51654,0.41323 0,0.30991 0.20661,0.51652 0.51654,0.51652 0.20661,0 0.51649,-0.20661 0.51649,-0.51652 m -0.82642,-2.99585 c 0,-0.20661 -0.20661,-0.41323 -0.51652,-0.41323 -0.20661,0 -0.41323,0.20662 -0.41323,0.41323 0,0.30993 0.20662,0.51655 0.41323,0.51655 0.30991,0 0.51652,-0.20662 0.51652,-0.51655 m -2.99585,0.82645 c 0,-0.20661 -0.20662,-0.41322 -0.51655,-0.41322 -0.20661,0 -0.4132,0.20661 -0.4132,0.41322 0,0.30994 0.20659,0.51652 0.4132,0.51652 0.30993,0 0.51655,-0.20658 0.51655,-0.51652 m -1.65291,0.51652 h 0.10332 m 0,0 0.20662,0.72316 m 0,0 0.10329,-0.10332 m 0,0 v 0.10332 m 0,0 -0.10329,0.1033 m 0,0 -0.10332,0.10331 m 0,0 -0.20662,-0.92977 m 2.78927,3.30579 0.10329,0.20658 m 0,0 -0.20661,0.10332 m 0,0 v -0.3099 m 0,0 h -0.1033 m 0,0 v -0.10332 m 0,0 v -0.1033 m 0,0 h 0.1033 m 0,0 0.10332,0.1033 m 0,0 0.3099,-0.1033 m 0,0 v 0.1033 m 0,0 -0.10329,0.72313 m 0,0 h -0.10332 m 0,0 0.10332,-0.72313 m 0,0 -0.20661,0.10332 m 1.54958,0 0.1033,0.10329 h 0.10331 m 0,0 h 0.20662 m 0,0 c 0.10329,-0.10329 0.10329,-0.20661 0.10329,-0.30991 m 0,0.1033 h -0.10329 m -0.10332,0.10332 c 0,0 0.10332,-0.10332 0,-0.10332 m -0.20661,0 h 0.10331 c 0,0.10332 0,0.10332 0.1033,0 m -0.20661,0 v -0.1033 h 0.10331 m 0,0 h 0.1033 m 0,0 -0.1033,-0.10332 m -0.20661,-0.20661 c 0,0.10332 0,0.10332 0.1033,0.10332 0,0.10329 0,0.10329 0.10331,0 m -0.10331,-0.20661 h -0.1033 v 0.10329 m 0.1033,-0.10329 h 0.10331 l 0.1033,0.10329 m 0,0 0.10332,-0.10329 m 0,0 -0.10332,-0.10332 h -0.20661 m 0,0 -0.20659,0.10332 v 0.20661 m 0,0 c 0,0.10329 0.10329,0.10329 0.20659,0.10329 m -0.1033,0.10332 v 0.1033 0.10332 m 1.13633,-4.75205 -0.51649,0.10329 m 0,0 v 0.10332 m 0,0 h 0.30991 m 0,0 -0.1033,0.41323 m 0,-0.10332 c -0.10332,0.10332 0,0.20661 0,0.30993 0.1033,0.10329 0.20662,0.10329 0.30988,0 0.10332,0 0.10332,-0.10332 0.10332,-0.20661 m 0,0 h -0.10332 m -0.20658,0 c -0.1033,0 -0.1033,0.10329 0,0.10329 0,0.10332 0.10332,0.10332 0.10332,0 0.10326,0 0.10326,-0.10329 0.10326,-0.10329 m -0.20658,0 0.20658,-0.51655 m 0,0 v -0.10329 m -2.78923,31.71475 c -0.30991,0.10332 -0.61982,0.10332 -0.92975,0.20662 m 1.13636,-0.61982 c -0.51652,0 -1.03304,0.20659 -1.54959,0.4132 m -1.23965,1.03307 c -0.82645,1.23968 -0.82645,2.78926 0,4.02892 0.72314,1.23967 2.27272,1.85951 3.61569,1.54961 1.44629,-0.30994 2.58263,-1.44629 2.78924,-2.89259 m -5.16528,-3.71901 c -0.41322,0.20662 -0.82642,0.61984 -1.23965,1.03307 m 0.30991,-0.10329 c -0.92975,1.13636 -1.03307,2.68594 -0.30991,3.92562 0.72314,1.23965 2.16943,1.85949 3.5124,1.54958 1.44626,-0.20661 2.4793,-1.34299 2.78921,-2.68597 m 0,0 h 0.10332 m -6.30163,-2.58262 0.20661,-0.10332 m 1.03306,-0.82645 v -0.20662 m 1.44627,-0.20661 c -0.51652,0 -1.03304,0.10332 -1.44627,0.30993 m 1.44627,-0.51652 v 0.20659 m 2.99585,3.92562 h 0.51652 m -0.51652,-0.92974 v 0.92974 m 0.51652,-0.92974 h -0.51652 m 0.51652,0 c -0.20661,-1.34297 -1.03301,-2.37604 -2.16937,-2.78927 m -1.13639,0.30994 1.13639,-0.30994 m -1.343,-0.20661 0.20661,0.51655 m -1.54958,0.41322 -0.1033,-0.51654 m -1.03306,0.82645 1.13636,-0.30991 m 3.92559,2.16943 c 0,-0.30993 -0.10326,-0.51655 -0.20658,-0.82645 m -0.61984,1.13635 0.92974,-0.20661 m -0.92974,0.10332 c -0.61981,0.20659 -0.92975,0.82643 -0.82643,1.44627 m 0.41323,1.44629 -0.41323,-1.44629 m -0.41322,1.6529 c 0.3099,0 0.61984,-0.10332 0.82645,-0.20661 m -1.23968,-1.23968 0.41323,1.54958 m -0.41323,-1.54958 c -0.10332,-0.61984 -0.72313,-0.92975 -1.34297,-0.82645 m -1.44629,0.51654 1.44629,-0.41322 m -1.7562,-0.51655 c 0.10329,0.30993 0.10329,0.61984 0.20661,0.82645 m 1.34297,-1.13636 -1.44629,0.30991 m 1.44629,-0.4132 c 0.61984,-0.10332 0.92975,-0.72316 0.82646,-1.343 m -0.41323,-1.44626 0.30991,1.44626 m 0.92974,-0.20661 -0.41322,-1.44627 m 0.41322,1.44627 c 0.10332,0.51655 0.72316,0.92977 1.34298,0.72316 m 0.92977,-0.20661 -0.92977,0.3099 m 0,-2.47933 c -0.51652,-0.20661 -1.03304,-0.30991 -1.54959,-0.30991 m 3.61569,3.20247 c -0.10332,-1.23968 -0.92975,-2.37604 -2.0661,-2.89256 m 2.0661,3.8223 c 0.10329,-0.3099 0.10329,-0.61981 0,-0.92974 m 0.10329,0 h -0.20661 m -2.16937,-2.78927 0.3099,-0.10329 m -6.19834,2.37604 h -0.10332 m 5.06199,0.82645 c 0,-0.10332 -0.20662,-0.20661 -0.30991,-0.20661 -0.10332,0 -0.20661,0.10329 -0.20661,0.20661 0,0.10329 0.10329,0.30991 0.20661,0.30991 0.10329,0 0.30991,-0.20662 0.30991,-0.30991 m -1.44627,-1.03306 c 0,-0.41323 -0.30993,-0.72314 -0.72316,-0.72314 -0.3099,0 -0.61981,0.30991 -0.61981,0.72314 0,0.3099 0.30991,0.72313 0.61981,0.72313 0.41323,0 0.72316,-0.41323 0.72316,-0.72313 m 2.99585,-0.82646 c 0,-0.41322 -0.30991,-0.72313 -0.72313,-0.72313 -0.30991,0 -0.61984,0.30991 -0.61984,0.72313 0,0.30991 0.30993,0.72314 0.61984,0.72314 0.41322,0 0.72313,-0.41323 0.72313,-0.72314 m 0.82643,2.99588 c 0,-0.41323 -0.4132,-0.72316 -0.72311,-0.72316 -0.41323,0 -0.72313,0.30993 -0.72313,0.72316 0,0.30991 0.3099,0.72313 0.72313,0.72313 0.30991,0 0.72311,-0.41322 0.72311,-0.72313 m -2.99585,0.82643 c 0,-0.4132 -0.4132,-0.72314 -0.72314,-0.72314 -0.41322,0 -0.72313,0.30994 -0.72313,0.72314 0,0.30993 0.30991,0.72316 0.72313,0.72316 0.30994,0 0.72314,-0.41323 0.72314,-0.72316 m -0.20659,0 c 0,-0.30991 -0.30993,-0.51652 -0.51655,-0.51652 -0.3099,0 -0.51652,0.20661 -0.51652,0.51652 0,0.20661 0.20662,0.51654 0.51652,0.51654 0.20662,0 0.51655,-0.30993 0.51655,-0.51654 m 2.99582,-0.82643 c 0,-0.30993 -0.30988,-0.51655 -0.51649,-0.51655 -0.30993,0 -0.51654,0.20662 -0.51654,0.51655 0,0.20661 0.20661,0.51652 0.51654,0.51652 0.20661,0 0.51649,-0.30991 0.51649,-0.51652 m -0.82642,-2.99588 c 0,-0.3099 -0.20661,-0.51652 -0.51652,-0.51652 -0.20661,0 -0.41323,0.20662 -0.41323,0.51652 0,0.20662 0.20662,0.51652 0.41323,0.51652 0.30991,0 0.51652,-0.3099 0.51652,-0.51652 m -2.99585,0.82646 c 0,-0.30994 -0.20662,-0.51655 -0.51655,-0.51655 -0.20661,0 -0.4132,0.20661 -0.4132,0.51655 0,0.20661 0.20659,0.51652 0.4132,0.51652 0.30993,0 0.51655,-0.30991 0.51655,-0.51652 m -1.65291,0.51652 h 0.10332 m 0,0 0.20662,0.72313 m 0,0 0.10329,-0.20659 m 0,0 v 0.20659 m 0,0 -0.10329,0.10332 m 0,0 h -0.10332 m 0,0 -0.20662,-0.82645 m 2.78927,3.20249 0.10329,0.3099 m 0,0 h -0.20661 m 0,0 v -0.20661 m 0,0 h -0.1033 m 0,0 v -0.10329 m 0,0 v -0.20662 m 0,0 h 0.1033 m 0,0 0.10332,0.1033 m 0,0 0.3099,-0.1033 m 0,0 v 0.20662 m 0,0 -0.10329,0.61983 m 0,0 -0.10332,0.1033 m 0,0 0.10332,-0.72313 m 0,0 h -0.20661 m 1.54958,0 0.1033,0.10329 0.10331,0.10332 m 0,0 h 0.20662 m 0,-0.10332 c 0.10329,0 0.10329,-0.20661 0.10329,-0.30991 m 0,0.1033 h -0.10329 m -0.10332,0.10332 c 0,0 0.10332,0 0,-0.10332 m -0.20661,0 c 0,0 0,0.10332 0.10331,0.10332 h 0.1033 m -0.20661,0 v -0.10332 l 0.10331,-0.1033 m 0,0 h 0.1033 m 0,0 -0.1033,-0.10332 m -0.20661,-0.10329 c 0,0 0,0.10329 0.1033,0.10329 h 0.10331 m -0.10331,-0.3099 c 0,0 -0.1033,0 -0.1033,0.10329 v 0.10332 m 0.1033,-0.10332 h 0.10331 0.1033 m 0,0 h 0.10332 m 0,0 -0.10332,-0.10329 -0.20661,-0.10332 m 0,0 -0.20659,0.20661 v 0.20661 m 0,-0.10329 c 0,0.10329 0.10329,0.20661 0.20659,0.20661 m -0.1033,0 v 0.1033 0.10332 m 1.13633,-4.64876 -0.51649,0.10329 m 0,0 v 0.10332 m 0,0 0.30991,-0.10332 m 0,0 -0.1033,0.41323 m 0,0 c -0.10332,0.10329 0,0.20661 0,0.20661 0.1033,0.1033 0.20662,0.1033 0.30988,0.1033 0.10332,-0.1033 0.10332,-0.20662 0.10332,-0.30991 m 0,0.10329 h -0.10332 m -0.20658,-0.10329 c -0.1033,0.10329 -0.1033,0.10329 0,0.20661 h 0.10332 c 0.10326,0 0.10326,-0.10332 0.10326,-0.20661 m -0.20658,0.10329 0.20658,-0.51652 m 0,0 v -0.10329 m 29.13217,-99.4832 c -0.30992,0 -0.61983,0.10332 -0.92975,0.206613 m 1.13636,-0.619839 c -0.51653,0 -1.03305,0.10332 -1.54958,0.309933 m -1.23967,1.136359 c -0.82644,1.136359 -0.82644,2.789237 0,3.925596 0.72314,1.239679 2.27272,1.859492 3.6157,1.549585 1.44627,-0.309906 2.58263,-1.446292 2.78924,-2.892557 m -5.16527,-3.718983 c -0.41322,0.309906 -0.82645,0.619839 -1.23967,1.136359 m 0.30992,-0.103294 c -0.92975,1.033039 -1.03305,2.582598 -0.30992,3.822277 0.72314,1.239679 2.16942,1.859492 3.51239,1.652905 1.44628,-0.309933 2.47933,-1.342999 2.78925,-2.789264 m 0,0.103293 h 0.1033 m -6.30163,-2.685917 0.20661,-0.103294 m 1.03305,-0.723159 -0.1033,-0.206613 m 1.54958,-0.309906 c -0.51653,0 -1.03305,0.206613 -1.44628,0.413226 m 1.44628,-0.516546 v 0.206613 m 2.99586,3.822303 0.51653,0.103293 m -0.51653,-1.033012 v 0.929719 m 0.51653,-0.826426 -0.51653,-0.103293 m 0.51653,0 c -0.20661,-1.239679 -1.03306,-2.376038 -2.16942,-2.789264 m -1.13636,0.413226 1.13636,-0.309933 m -1.34297,-0.206613 0.20661,0.516546 m -1.54958,0.309906 -0.10331,-0.413226 m -1.03305,0.723159 1.13636,-0.309933 m 3.92561,2.272745 c 0,-0.309933 -0.10331,-0.61984 -0.20661,-0.929773 m -0.61984,1.239653 0.92976,-0.30988 m -0.92976,0.206586 c -0.61983,0.103294 -0.92974,0.723133 -0.82644,1.342972 m 0.41322,1.549586 -0.41322,-1.446292 m -0.41322,1.652905 c 0.30992,-0.10332 0.61983,-0.10332 0.82644,-0.206613 m -1.23966,-1.239679 0.41322,1.446292 m -0.41322,-1.549585 c -0.10331,-0.516546 -0.72314,-0.929773 -1.34297,-0.72316 m -1.44628,0.413227 1.44628,-0.413227 m -1.7562,-0.516519 c 0.10331,0.309906 0.10331,0.619839 0.20661,0.929746 m 1.34297,-1.239653 -1.44627,0.4132 m 1.44627,-0.4132 c 0.51653,-0.206586 0.92975,-0.826426 0.72314,-1.446265 m -0.30991,-1.342972 0.30991,1.446265 m 0.92975,-0.206613 -0.41322,-1.549585 m 0.30992,1.446292 c 0.20661,0.619839 0.82644,0.929746 1.44627,0.826452 m 0.92975,-0.206613 -0.92975,0.206613 m 0,-2.376037 c -0.51652,-0.309933 -1.03305,-0.413227 -1.54958,-0.309933 m 3.61569,3.099197 c -0.1033,-1.239679 -0.92974,-2.272745 -2.06611,-2.789264 m 2.06611,3.718983 c 0.10331,-0.309933 0.10331,-0.619813 0,-0.929719 m 0.10331,0.103293 h -0.20661 m -2.16942,-2.789264 0.20661,-0.103293 m -1.13636,3.202463 c 0,-0.103293 -0.20661,-0.206586 -0.30991,-0.206586 -0.10331,0 -0.20661,0.103293 -0.20661,0.206586 0,0.103294 0.1033,0.206587 0.20661,0.206587 0.1033,0 0.30991,-0.103293 0.30991,-0.206587 m -1.44627,-1.136359 c 0,-0.309906 -0.41323,-0.619839 -0.72314,-0.619839 -0.41322,0 -0.72314,0.309933 -0.72314,0.619839 0,0.413227 0.30992,0.72316 0.72314,0.72316 0.30991,0 0.72314,-0.309933 0.72314,-0.72316 m 2.99586,-0.826426 c 0,-0.309933 -0.41323,-0.619839 -0.72314,-0.619839 -0.41322,0 -0.72314,0.309906 -0.72314,0.619839 0,0.4132 0.30992,0.723133 0.72314,0.723133 0.30991,0 0.72314,-0.309933 0.72314,-0.723133 m 0.82644,2.995825 c 0,-0.309907 -0.41322,-0.61984 -0.72314,-0.61984 -0.41322,0 -0.72314,0.309933 -0.72314,0.61984 0,0.413226 0.30992,0.723132 0.72314,0.723132 0.30992,0 0.72314,-0.309906 0.72314,-0.723132 m -2.99586,0.826452 c 0,-0.309906 -0.41322,-0.619839 -0.72314,-0.619839 -0.41322,0 -0.72313,0.309933 -0.72313,0.619839 0,0.413226 0.30991,0.723133 0.72313,0.723133 0.30992,0 0.72314,-0.309907 0.72314,-0.723133 m -0.20661,0 c 0,-0.206613 -0.30992,-0.413226 -0.51653,-0.413226 -0.30991,0 -0.51653,0.206613 -0.51653,0.413226 0,0.309906 0.20662,0.51652 0.51653,0.51652 0.20661,0 0.51653,-0.206614 0.51653,-0.51652 m 2.99586,-0.826452 c 0,-0.206614 -0.30992,-0.413227 -0.51653,-0.413227 -0.30992,0 -0.51653,0.206613 -0.51653,0.413227 0,0.309932 0.20661,0.516546 0.51653,0.516546 0.20661,0 0.51653,-0.206614 0.51653,-0.516546 m -0.82645,-2.995825 c 0,-0.206613 -0.30991,-0.413226 -0.51652,-0.413226 -0.30992,0 -0.51653,0.206613 -0.51653,0.413226 0,0.309907 0.20661,0.51652 0.51653,0.51652 0.20661,0 0.51652,-0.206613 0.51652,-0.51652 m -2.99585,0.826426 c 0,-0.206613 -0.30992,-0.413226 -0.51653,-0.413226 -0.30992,0 -0.51653,0.206613 -0.51653,0.413226 0,0.309933 0.20661,0.516546 0.51653,0.516546 0.20661,0 0.51653,-0.206613 0.51653,-0.516546 m -1.65289,0.516546 h 0.1033 m 0,0 0.20661,0.723107 m 0,0 0.10331,-0.103294 m 0,0 v 0.103294 m 0,0 -0.10331,0.103293 m 0,0 -0.1033,0.10332 m 0,0 -0.20661,-0.92972 m 2.78925,3.305758 v 0.206613 m 0,0 -0.10331,0.103293 m 0,0 v -0.309906 m 0,0 h -0.10331 m 0,0 v -0.10332 m 0,0 v -0.103294 m 0,0 h 0.10331 m 0,0 0.10331,0.103294 m 0,0 0.30991,-0.103294 m 0,0 v 0.103294 m 0,0 -0.1033,0.723159 m 0,0 h -0.10331 m 0,0 0.10331,-0.723159 m 0,0 -0.20661,0.10332 m 1.54958,0 0.1033,0.103293 h 0.10331 m 0,0 h 0.20661 m 0,0 c 0.10331,-0.103293 0.10331,-0.206613 0.10331,-0.309907 m 0,0.103294 h -0.10331 m -0.10331,0 c 0,0 0.10331,0 0,-0.103294 m -0.20661,0.103294 h 0.10331 c 0,0.10332 0,0.10332 0.1033,0 m -0.20661,0 v -0.103294 h 0.10331 m 0,0 h 0.1033 m 0,0 -0.1033,-0.103319 m -0.20661,-0.206614 c 0,0 0,0.10332 0.1033,0.10332 h 0.10331 m -0.10331,-0.206613 h -0.1033 v 0.103293 m 0.1033,-0.103293 h 0.10331 l 0.1033,0.103293 m 0,0 0.10331,-0.103293 m 0,0 -0.10331,-0.10332 h -0.20661 m 0,0 -0.20661,0.10332 v 0.206613 m 0,0 c 0,0.103294 0.10331,0.103294 0.20661,0.103294 m -0.1033,0.103319 v 0.103294 0.10332 m 1.13636,-4.752049 -0.51653,0.103319 m 0,0 v 0.103294 m 0,0 h 0.30992 m 0,0 -0.20661,0.413226 m 0.1033,-0.10332 c -0.1033,0.10332 0,0.206613 0,0.309933 0.10331,0.103293 0.20661,0.103293 0.30992,0 0.10331,0 0.10331,-0.10332 0.10331,-0.206613 m 0,0 h -0.10331 m -0.20661,0 c -0.10331,0 -0.10331,0.103293 0,0.103293 0,0.10332 0.1033,0.10332 0.1033,0 0.10331,0 0.10331,-0.103293 0.10331,-0.103293 m -0.20661,0 0.20661,-0.51652 m 0,0 v -0.103319 m -2.78925,31.714783 c -0.30992,0.103294 -0.61983,0.103294 -0.92975,0.206587 m 1.13636,-0.619813 c -0.51653,0 -1.03305,0.206613 -1.54958,0.413226 m -1.23967,1.033039 c -0.82644,1.239679 -0.82644,2.789264 0,4.028943 0.72314,1.239652 2.27272,1.859492 3.6157,1.549585 1.44627,-0.309933 2.58263,-1.446292 2.78924,-2.892584 m -5.16527,-3.718983 c -0.41322,0.206587 -0.82645,0.619813 -1.23967,1.033039 m 0.30992,-0.103293 c -0.92975,1.136359 -1.03305,2.685944 -0.30992,3.925623 0.72314,1.239652 2.16942,1.859492 3.51239,1.549585 1.44628,-0.206613 2.47933,-1.342972 2.78925,-2.685971 m 0,0 h 0.1033 m -6.30163,-2.582624 0.20661,-0.10332 m 1.03305,-0.826452 -0.1033,-0.206587 m 1.54958,-0.206613 c -0.51653,0 -1.03305,0.103293 -1.44628,0.309907 m 1.44628,-0.51652 v 0.206613 m 2.99586,3.925596 h 0.51653 m -0.51653,-0.929745 v 0.929745 m 0.51653,-0.929745 h -0.51653 m 0.51653,0 c -0.20661,-1.342972 -1.03306,-2.376038 -2.16942,-2.789238 m -1.13636,0.309907 1.13636,-0.309907 m -1.34297,-0.206613 0.20661,0.51652 m -1.54958,0.413226 -0.10331,-0.516546 m -1.03305,0.826452 1.13636,-0.309906 m 3.92561,2.169424 c 0,-0.309932 -0.10331,-0.516546 -0.20661,-0.826452 m -0.61984,1.136359 0.92976,-0.206613 m -0.92976,0.10332 c -0.61983,0.206613 -0.92974,0.826426 -0.82644,1.446265 m 0.41322,1.446292 -0.41322,-1.446292 m -0.41322,1.652905 c 0.30992,0 0.61983,-0.10332 0.82644,-0.206613 m -1.23966,-1.239679 0.41322,1.549585 m -0.41322,-1.549585 c -0.10331,-0.619839 -0.72314,-0.929746 -1.34297,-0.826452 m -1.44628,0.516546 1.44628,-0.413227 m -1.7562,-0.516519 c 0.10331,0.309906 0.10331,0.619813 0.20661,0.826426 m 1.34297,-1.136359 -1.44627,0.309933 m 1.44627,-0.413226 c 0.51653,-0.10332 0.92975,-0.72316 0.72314,-1.342973 m -0.30991,-1.446291 0.30991,1.446291 m 0.92975,-0.206613 -0.41322,-1.446291 m 0.30992,1.446291 c 0.20661,0.51652 0.82644,0.929746 1.44627,0.723133 m 0.92975,-0.206613 -0.92975,0.309906 m 0,-2.479331 c -0.51652,-0.206613 -1.03305,-0.309906 -1.54958,-0.309906 m 3.61569,3.202464 c -0.1033,-1.239653 -0.92974,-2.376038 -2.06611,-2.892558 m 2.06611,3.822303 c 0.10331,-0.309906 0.10331,-0.619812 0,-0.929745 m 0.10331,0 h -0.20661 m -2.16942,-2.789238 0.20661,-0.10332 m -1.13636,3.202491 c 0,-0.10332 -0.20661,-0.206614 -0.30991,-0.206614 -0.10331,0 -0.20661,0.103294 -0.20661,0.206614 0,0.103293 0.1033,0.309906 0.20661,0.309906 0.1033,0 0.30991,-0.206613 0.30991,-0.309906 m -1.44627,-1.033066 c 0,-0.413226 -0.41323,-0.723133 -0.72314,-0.723133 -0.41322,0 -0.72314,0.309907 -0.72314,0.723133 0,0.309906 0.30992,0.723133 0.72314,0.723133 0.30991,0 0.72314,-0.413227 0.72314,-0.723133 m 2.99586,-0.826453 c 0,-0.413226 -0.41323,-0.723132 -0.72314,-0.723132 -0.41322,0 -0.72314,0.309906 -0.72314,0.723132 0,0.309933 0.30992,0.723133 0.72314,0.723133 0.30991,0 0.72314,-0.4132 0.72314,-0.723133 m 0.82644,2.995878 c 0,-0.413227 -0.41322,-0.723133 -0.72314,-0.723133 -0.41322,0 -0.72314,0.309906 -0.72314,0.723133 0,0.309906 0.30992,0.723132 0.72314,0.723132 0.30992,0 0.72314,-0.413226 0.72314,-0.723132 m -2.99586,0.826452 c 0,-0.413226 -0.41322,-0.723159 -0.72314,-0.723159 -0.41322,0 -0.72313,0.309933 -0.72313,0.723159 0,0.309906 0.30991,0.723133 0.72313,0.723133 0.30992,0 0.72314,-0.413227 0.72314,-0.723133 m -0.20661,0 c 0,-0.309933 -0.30992,-0.516546 -0.51653,-0.516546 -0.30991,0 -0.51653,0.206613 -0.51653,0.516546 0,0.206613 0.20662,0.51652 0.51653,0.51652 0.20661,0 0.51653,-0.309907 0.51653,-0.51652 m 2.99586,-0.826452 c 0,-0.309933 -0.30992,-0.516547 -0.51653,-0.516547 -0.30992,0 -0.51653,0.206614 -0.51653,0.516547 0,0.206613 0.20661,0.516519 0.51653,0.516519 0.20661,0 0.51653,-0.309906 0.51653,-0.516519 m -0.82645,-2.995878 c 0,-0.309906 -0.30991,-0.516519 -0.51652,-0.516519 -0.30992,0 -0.51653,0.206613 -0.51653,0.516519 0,0.206614 0.20661,0.516546 0.51653,0.516546 0.20661,0 0.51652,-0.309932 0.51652,-0.516546 m -2.99585,0.826453 c 0,-0.309907 -0.30992,-0.51652 -0.51653,-0.51652 -0.30992,0 -0.51653,0.206613 -0.51653,0.51652 0,0.206613 0.20661,0.51652 0.51653,0.51652 0.20661,0 0.51653,-0.309907 0.51653,-0.51652 m -1.65289,0.51652 0.1033,-0.103294 m 0,0 0.20661,0.826453 m 0,0 0.10331,-0.206613 m 0,0 v 0.206613 m 0,0 -0.10331,0.103293 m 0,0 h -0.1033 m 0,0 -0.20661,-0.826452 m 2.78925,3.20249 V 78.0473 m 0,0 h -0.10331 m 0,0 v -0.206613 m 0,0 h -0.10331 m 0,0 v -0.103293 m 0,0 v -0.206613 m 0,0 h 0.10331 m 0,0 0.10331,0.103293 m 0,0 0.30991,-0.103293 m 0,0 v 0.206613 m 0,0 -0.1033,0.619839 m 0,0 -0.10331,0.103293 m 0,0 0.10331,-0.723132 m 0,0 h -0.20661 m 1.54958,0 0.1033,0.103293 0.10331,0.10332 m 0,0 h 0.20661 m 0,-0.10332 c 0.10331,0 0.10331,-0.206613 0.10331,-0.309906 m 0,0.103293 h -0.10331 m -0.10331,0.10332 c 0,0 0.10331,-0.10332 0,-0.10332 m -0.20661,0 c 0,0 0,0.10332 0.10331,0.10332 h 0.1033 m -0.20661,0 v -0.10332 l 0.10331,-0.103293 m 0,0 h 0.1033 m 0,0 -0.1033,-0.10332 m -0.20661,-0.103294 c 0,0 0,0.103294 0.1033,0.103294 h 0.10331 m -0.10331,-0.309907 c 0,0 -0.1033,0 -0.1033,0.10332 v 0.103293 m 0.1033,-0.103293 h 0.10331 0.1033 m 0,0 h 0.10331 m 0,0 -0.10331,-0.10332 -0.20661,-0.103293 m 0,0 -0.20661,0.206613 v 0.206587 m 0,-0.103294 c 0,0.103294 0.10331,0.206614 0.20661,0.206614 m -0.1033,0 v 0.103293 0.10332 m 1.13636,-4.648756 -0.51653,0.103293 m 0,0 v 0.10332 m 0,0 0.30992,-0.10332 m 0,0 -0.20661,0.413227 m 0.1033,0 c -0.1033,0.103319 0,0.206613 0,0.206613 0.10331,0.103293 0.20661,0.103293 0.30992,0.103293 0.10331,-0.103293 0.10331,-0.206587 0.10331,-0.309906 m 0,0.103319 h -0.10331 m -0.20661,-0.103319 c -0.10331,0.103319 -0.10331,0.103319 0,0.206613 h 0.1033 c 0.10331,0 0.10331,-0.103294 0.10331,-0.206613 m -0.20661,0.103319 0.20661,-0.516546 m 0,0 v -0.103293 m -2.78925,31.714782 c -0.30992,0 -0.61983,0.10332 -0.92975,0.20661 m 1.13636,-0.61983 c -0.51653,0 -1.03305,0.10332 -1.54958,0.30993 m -1.23967,1.13636 c -0.82644,1.13636 -0.82644,2.78923 0,3.92559 0.72314,1.23966 2.27272,1.8595 3.6157,1.54959 1.44627,-0.30993 2.58263,-1.44629 2.78924,-2.89256 m -5.16527,-3.71898 c -0.41322,0.3099 -0.82645,0.61984 -1.23967,1.13636 m 0.30992,-0.10332 c -0.92975,1.03306 -1.03305,2.58262 -0.30992,3.8223 0.72314,1.23965 2.16942,1.85949 3.51239,1.65288 1.44628,-0.30991 2.47933,-1.34297 2.78925,-2.78924 m 0,0.10329 h 0.1033 m -6.30163,-2.68591 0.20661,-0.10332 m 1.03305,-0.72314 -0.1033,-0.20661 m 1.54958,-0.3099 c -0.51653,0 -1.03305,0.20661 -1.44628,0.41322 m 1.44628,-0.51654 v 0.20661 m 2.99586,3.92559 h 0.51653 m -0.51653,-1.03303 v 1.03303 m 0.51653,-0.92971 -0.51653,-0.10332 m 0.51653,0 c -0.20661,-1.23966 -1.03306,-2.37602 -2.16942,-2.78924 m -1.13636,0.41322 1.13636,-0.30993 m -1.34297,-0.20661 0.20661,0.51654 m -1.54958,0.4132 -0.10331,-0.51652 m -1.03305,0.72314 1.13636,-0.20662 m 3.92561,2.16943 c 0,-0.30991 -0.10331,-0.61981 -0.20661,-0.92975 m -0.61984,1.23968 0.92976,-0.30993 m -0.92976,0.20661 c -0.61983,0.10332 -0.92974,0.72313 -0.82644,1.34295 m 0.41322,1.54958 -0.41322,-1.44626 m -0.41322,1.65288 c 0.30992,-0.1033 0.61983,-0.1033 0.82644,-0.20662 m -1.23966,-1.23965 0.41322,1.44627 m -0.41322,-1.54959 c -0.10331,-0.51652 -0.72314,-0.92975 -1.34297,-0.72313 m -1.44628,0.41322 1.44628,-0.41322 m -1.7562,-0.5165 c 0.10331,0.30988 0.10331,0.61982 0.20661,0.92972 m 1.34297,-1.23965 -1.44627,0.4132 m 1.44627,-0.4132 c 0.51653,-0.20661 0.92975,-0.82642 0.72314,-1.44626 m -0.30991,-1.34298 0.30991,1.44627 m 0.92975,-0.20661 -0.41322,-1.54959 m 0.30992,1.44629 c 0.20661,0.61984 0.82644,0.92975 1.44627,0.82646 m 0.92975,-0.20662 -0.92975,0.20662 m 0,-2.37604 c -0.51652,-0.30993 -1.03305,-0.41323 -1.54958,-0.30993 m 3.61569,3.09917 c -0.1033,-1.23966 -0.92974,-2.27272 -2.06611,-2.78924 m 2.06611,3.71898 c 0.10331,-0.3099 0.10331,-0.61981 0,-0.92974 m 0.10331,0.10332 h -0.20661 m -2.16942,-2.78927 0.20661,-0.10329 m -6.09502,2.27272 h -0.10331 m 5.06197,0.92974 c 0,-0.10329 -0.20661,-0.20661 -0.30991,-0.20661 -0.10331,0 -0.20661,0.10332 -0.20661,0.20661 0,0.10332 0.1033,0.20662 0.20661,0.20662 0.1033,0 0.30991,-0.1033 0.30991,-0.20662 m -1.44627,-1.13636 c 0,-0.3099 -0.41323,-0.61984 -0.72314,-0.61984 -0.41322,0 -0.72314,0.30994 -0.72314,0.61984 0,0.41323 0.30992,0.72314 0.72314,0.72314 0.30991,0 0.72314,-0.30991 0.72314,-0.72314 m 2.99586,-0.82645 c 0,-0.30991 -0.41323,-0.61981 -0.72314,-0.61981 -0.41322,0 -0.72314,0.3099 -0.72314,0.61981 0,0.41323 0.30992,0.72316 0.72314,0.72316 0.30991,0 0.72314,-0.30993 0.72314,-0.72316 m 0.82644,2.99585 c 0,-0.30991 -0.41322,-0.61984 -0.72314,-0.61984 -0.41322,0 -0.72314,0.30993 -0.72314,0.61984 0,0.41323 0.30992,0.72313 0.72314,0.72313 0.30992,0 0.72314,-0.3099 0.72314,-0.72313 m -2.99586,0.82645 c 0,-0.30993 -0.41322,-0.61984 -0.72314,-0.61984 -0.41322,0 -0.72313,0.30991 -0.72313,0.61984 0,0.41323 0.30991,0.72314 0.72313,0.72314 0.30992,0 0.72314,-0.30991 0.72314,-0.72314 m -0.20661,0 c 0,-0.20661 -0.30992,-0.41322 -0.51653,-0.41322 -0.30991,0 -0.51653,0.20661 -0.51653,0.41322 0,0.30991 0.20662,0.51652 0.51653,0.51652 0.20661,0 0.51653,-0.20661 0.51653,-0.51652 m 2.99586,-0.82645 c 0,-0.20661 -0.30992,-0.41323 -0.51653,-0.41323 -0.30992,0 -0.51653,0.20662 -0.51653,0.41323 0,0.30991 0.20661,0.51652 0.51653,0.51652 0.20661,0 0.51653,-0.20661 0.51653,-0.51652 m -0.82645,-2.99585 c 0,-0.20661 -0.30991,-0.41323 -0.51652,-0.41323 -0.30992,0 -0.51653,0.20662 -0.51653,0.41323 0,0.30993 0.20661,0.51655 0.51653,0.51655 0.20661,0 0.51652,-0.20662 0.51652,-0.51655 m -2.99585,0.82645 c 0,-0.20661 -0.30992,-0.41322 -0.51653,-0.41322 -0.30992,0 -0.51653,0.20661 -0.51653,0.41322 0,0.30994 0.20661,0.51652 0.51653,0.51652 0.20661,0 0.51653,-0.20658 0.51653,-0.51652 m -1.65289,0.51652 h 0.1033 m 0,0 0.20661,0.72316 m 0,0 0.10331,-0.10332 m 0,0 v 0.10332 m 0,0 -0.10331,0.1033 m 0,0 -0.1033,0.10331 m 0,0 -0.20661,-0.92977 m 2.78925,3.30579 v 0.20658 m 0,0 -0.10331,0.10332 m 0,0 v -0.3099 m 0,0 h -0.10331 m 0,0 v -0.10332 m 0,0 v -0.1033 m 0,0 h 0.10331 m 0,0 0.10331,0.1033 m 0,0 0.30991,-0.1033 m 0,0 v 0.1033 m 0,0 -0.1033,0.72313 m 0,0 h -0.10331 m 0,0 0.10331,-0.72313 m 0,0 -0.20661,0.10332 m 1.54958,0 0.1033,0.10329 h 0.10331 m 0,0 h 0.20661 m 0,0 c 0.10331,-0.10329 0.10331,-0.20661 0.10331,-0.30991 m 0,0.1033 h -0.10331 m -0.10331,0.10332 c 0,0 0.10331,-0.10332 0,-0.10332 m -0.20661,0 h 0.10331 c 0,0.10332 0,0.10332 0.1033,0 m -0.20661,0 v -0.1033 h 0.10331 m 0,0 h 0.1033 m 0,0 -0.1033,-0.10332 m -0.20661,-0.20661 c 0,0.10332 0,0.10332 0.1033,0.10332 0,0.10329 0,0.10329 0.10331,0 m -0.10331,-0.20661 h -0.1033 v 0.10329 m 0.1033,-0.10329 h 0.10331 l 0.1033,0.10329 m 0,0 0.10331,-0.10329 m 0,0 -0.10331,-0.10332 h -0.20661 m 0,0 -0.20661,0.10332 v 0.20661 m 0,0 c 0,0.10329 0.10331,0.10329 0.20661,0.10329 m -0.1033,0.10332 v 0.1033 0.10332 m 1.13636,-4.75205 -0.51653,0.10329 m 0,0 v 0.10332 m 0,0 h 0.30992 m 0,0 -0.20661,0.41323 m 0.1033,-0.10332 c -0.1033,0.10332 0,0.20661 0,0.30993 0.10331,0.10329 0.20661,0.10329 0.30992,0 0.10331,0 0.10331,-0.10332 0.10331,-0.20661 m 0,0 h -0.10331 m -0.20661,0 c -0.10331,0 -0.10331,0.10329 0,0.10329 0,0.10332 0.1033,0.10332 0.1033,0 0.10331,0 0.10331,-0.10329 0.10331,-0.10329 m -0.20661,0 0.20661,-0.51655 m 0,0 v -0.10329 m -2.78925,31.71475 c -0.30992,0.10332 -0.61983,0.10332 -0.92975,0.20662 m 1.13636,-0.61982 c -0.51653,0 -1.03305,0.20659 -1.54958,0.4132 m -1.23967,1.03307 c -0.82644,1.23968 -0.82644,2.78926 0,4.02892 0.72314,1.23967 2.27272,1.85951 3.6157,1.54961 1.44627,-0.30994 2.58263,-1.44629 2.78924,-2.89259 m -5.16527,-3.71901 c -0.41322,0.20662 -0.82645,0.61984 -1.23967,1.03307 m 0.30992,-0.10329 c -0.92975,1.13636 -1.03305,2.68594 -0.30992,3.92562 0.72314,1.23965 2.16942,1.85949 3.51239,1.54958 1.44628,-0.20661 2.47933,-1.34299 2.78925,-2.68597 m 0,0 h 0.1033 m -6.30163,-2.58262 0.20661,-0.10332 m 1.03305,-0.82645 -0.1033,-0.20662 m 1.54958,-0.20661 c -0.51653,0 -1.03305,0.10332 -1.44628,0.30993 m 1.44628,-0.51652 v 0.20659 m 2.99586,3.92562 h 0.51653 m -0.51653,-0.92974 v 0.92974 m 0.51653,-0.92974 h -0.51653 m 0.51653,0 c -0.20661,-1.34297 -1.03306,-2.37604 -2.16942,-2.78927 m -1.13636,0.30994 1.13636,-0.30994 m -1.34297,-0.20661 0.20661,0.51655 m -1.54958,0.41322 -0.10331,-0.51654 m -1.03305,0.82645 1.13636,-0.30991 m 3.92561,2.16943 c 0,-0.30993 -0.10331,-0.51655 -0.20661,-0.82645 m -0.61984,1.13635 0.92976,-0.20661 m -0.92976,0.10332 c -0.61983,0.20659 -0.92974,0.82643 -0.82644,1.44627 m 0.41322,1.44629 -0.41322,-1.44629 m -0.41322,1.6529 c 0.30992,0 0.61983,-0.10332 0.82644,-0.20661 m -1.23966,-1.23968 0.41322,1.54958 m -0.41322,-1.54958 c -0.10331,-0.61984 -0.72314,-0.92975 -1.34297,-0.82645 m -1.44628,0.51654 1.44628,-0.41322 m -1.7562,-0.51655 c 0.10331,0.30993 0.10331,0.61984 0.20661,0.82645 m 1.34297,-1.13636 -1.44627,0.30991 m 1.44627,-0.4132 c 0.51653,-0.10332 0.92975,-0.72316 0.72314,-1.343 m -0.30991,-1.44626 0.30991,1.44626 m 0.92975,-0.20661 -0.41322,-1.44627 m 0.30992,1.44627 c 0.20661,0.51655 0.82644,0.92977 1.44627,0.72316 m 0.92975,-0.20661 -0.92975,0.3099 m 0,-2.47933 c -0.51652,-0.20661 -1.03305,-0.30991 -1.54958,-0.30991 m 3.61569,3.20247 c -0.1033,-1.23968 -0.92974,-2.37604 -2.06611,-2.89256 m 2.06611,3.8223 c 0.10331,-0.3099 0.10331,-0.61981 0,-0.92974 m 0.10331,0 h -0.20661 m -2.16942,-2.78927 0.20661,-0.10329 m -6.09502,2.37604 h -0.10331 m 5.06197,0.82645 c 0,-0.10332 -0.20661,-0.20661 -0.30991,-0.20661 -0.10331,0 -0.20661,0.10329 -0.20661,0.20661 0,0.10329 0.1033,0.30991 0.20661,0.30991 0.1033,0 0.30991,-0.20662 0.30991,-0.30991 m -1.44627,-1.03306 c 0,-0.41323 -0.41323,-0.72314 -0.72314,-0.72314 -0.41322,0 -0.72314,0.30991 -0.72314,0.72314 0,0.3099 0.30992,0.72313 0.72314,0.72313 0.30991,0 0.72314,-0.41323 0.72314,-0.72313 m 2.99586,-0.82646 c 0,-0.41322 -0.41323,-0.72313 -0.72314,-0.72313 -0.41322,0 -0.72314,0.30991 -0.72314,0.72313 0,0.30991 0.30992,0.72314 0.72314,0.72314 0.30991,0 0.72314,-0.41323 0.72314,-0.72314 m 0.82644,2.99588 c 0,-0.41323 -0.41322,-0.72316 -0.72314,-0.72316 -0.41322,0 -0.72314,0.30993 -0.72314,0.72316 0,0.30991 0.30992,0.72313 0.72314,0.72313 0.30992,0 0.72314,-0.41322 0.72314,-0.72313 m -2.99586,0.82643 c 0,-0.4132 -0.41322,-0.72314 -0.72314,-0.72314 -0.41322,0 -0.72313,0.30994 -0.72313,0.72314 0,0.30993 0.30991,0.72316 0.72313,0.72316 0.30992,0 0.72314,-0.41323 0.72314,-0.72316 m -0.20661,0 c 0,-0.30991 -0.30992,-0.51652 -0.51653,-0.51652 -0.30991,0 -0.51653,0.20661 -0.51653,0.51652 0,0.20661 0.20662,0.51654 0.51653,0.51654 0.20661,0 0.51653,-0.30993 0.51653,-0.51654 m 2.99586,-0.82643 c 0,-0.30993 -0.30992,-0.51655 -0.51653,-0.51655 -0.30992,0 -0.51653,0.20662 -0.51653,0.51655 0,0.20661 0.20661,0.51652 0.51653,0.51652 0.20661,0 0.51653,-0.30991 0.51653,-0.51652 m -0.82645,-2.99588 c 0,-0.3099 -0.30991,-0.51652 -0.51652,-0.51652 -0.30992,0 -0.51653,0.20662 -0.51653,0.51652 0,0.20662 0.20661,0.51652 0.51653,0.51652 0.20661,0 0.51652,-0.3099 0.51652,-0.51652 m -2.99585,0.82646 c 0,-0.30994 -0.30992,-0.51655 -0.51653,-0.51655 -0.30992,0 -0.51653,0.20661 -0.51653,0.51655 0,0.20661 0.20661,0.51652 0.51653,0.51652 0.20661,0 0.51653,-0.30991 0.51653,-0.51652 m -1.65289,0.51652 h 0.1033 m 0,0 0.20661,0.72313 m 0,0 0.10331,-0.20659 m 0,0 v 0.20659 m 0,0 -0.10331,0.10332 m 0,0 h -0.1033 m 0,0 -0.20661,-0.82645 m 2.78925,3.20249 v 0.3099 m 0,0 h -0.10331 m 0,0 v -0.20661 m 0,0 h -0.10331 m 0,0 v -0.10329 m 0,0 v -0.20662 m 0,0 h 0.10331 m 0,0 0.10331,0.1033 m 0,0 0.30991,-0.1033 m 0,0 v 0.20662 m 0,0 -0.1033,0.61983 m 0,0 -0.10331,0.1033 m 0,0 0.10331,-0.72313 m 0,0 h -0.20661 m 1.54958,0 0.1033,0.10329 0.10331,0.10332 m 0,0 h 0.20661 m 0,-0.10332 c 0.10331,0 0.10331,-0.20661 0.10331,-0.30991 m 0,0.1033 h -0.10331 m -0.10331,0.10332 c 0,0 0.10331,0 0,-0.10332 m -0.20661,0 c 0,0 0,0.10332 0.10331,0.10332 h 0.1033 m -0.20661,0 v -0.10332 l 0.10331,-0.1033 m 0,0 h 0.1033 m 0,0 -0.1033,-0.10332 m -0.20661,-0.10329 c 0,0 0,0.10329 0.1033,0.10329 h 0.10331 m -0.10331,-0.3099 c 0,0 -0.1033,0 -0.1033,0.10329 v 0.10332 m 0.1033,-0.10332 h 0.10331 0.1033 m 0,0 h 0.10331 m 0,0 -0.10331,-0.10329 -0.20661,-0.10332 m 0,0 -0.20661,0.20661 v 0.20661 m 0,-0.10329 c 0,0.10329 0.10331,0.20661 0.20661,0.20661 m -0.1033,0 v 0.1033 0.10332 m 1.13636,-4.64876 -0.51653,0.10329 m 0,0 v 0.10332 m 0,0 0.30992,-0.10332 m 0,0 -0.20661,0.41323 m 0.1033,0 c -0.1033,0.10329 0,0.20661 0,0.20661 0.10331,0.1033 0.20661,0.1033 0.30992,0.1033 0.10331,-0.1033 0.10331,-0.20662 0.10331,-0.30991 m 0,0.10329 h -0.10331 m -0.20661,-0.10329 c -0.10331,0.10329 -0.10331,0.10329 0,0.20661 h 0.1033 c 0.10331,0 0.10331,-0.10332 0.10331,-0.20661 m -0.20661,0.10329 0.20661,-0.51652 m 0,0 v -0.10329 M 130.00996,71.952279 c -0.30991,0.103294 -0.61984,0.103294 -0.82645,0.206587 m 1.03306,-0.619813 c -0.51652,0 -1.03306,0.206613 -1.44629,0.413226 m -1.23965,1.033039 c -0.82643,1.239679 -0.92972,2.789264 -0.10332,4.028943 0.82645,1.239652 2.27274,1.859492 3.71901,1.549585 1.44629,-0.309933 2.47936,-1.446292 2.78926,-2.892584 m -5.1653,-3.718983 c -0.51652,0.206587 -0.92974,0.619813 -1.23965,1.033039 m 0.30991,-0.103293 c -0.92972,1.136359 -1.03304,2.685944 -0.30991,3.925623 0.61984,1.239652 2.0661,1.859492 3.5124,1.549585 1.34297,-0.206613 2.47933,-1.342972 2.68594,-2.685971 m 0,0 h 0.10329 m -6.30163,-2.582624 0.20661,-0.10332 m 1.03304,-0.826452 v -0.206587 m 1.54959,-0.206613 c -0.51652,0 -1.03304,0.103293 -1.54959,0.309907 m 1.44629,-0.51652 0.1033,0.206613 m 2.89258,3.925596 h 0.51652 m -0.41323,-0.929745 -0.10329,0.929745 m 0.51652,-0.929745 h -0.41323 m 0.41323,0 c -0.10329,-1.342972 -0.92975,-2.376038 -2.16942,-2.789238 m -1.13636,0.309907 1.13636,-0.309907 m -1.23968,-0.206613 0.10332,0.51652 m -1.54959,0.413226 -0.10332,-0.516546 m -1.03304,0.826452 1.13636,-0.309906 m 4.02892,2.169424 c 0,-0.309932 -0.1033,-0.516546 -0.20662,-0.826452 m -0.72313,1.136359 0.92975,-0.206613 m -0.92975,0.10332 c -0.61984,0.206613 -0.92974,0.826426 -0.82645,1.446265 m 0.41323,1.446292 -0.30991,-1.446292 m -0.51655,1.652905 c 0.30994,0 0.61984,-0.10332 0.92978,-0.206613 m -1.343,-1.239679 0.41322,1.549585 m -0.41322,-1.549585 c -0.1033,-0.619839 -0.72314,-0.929746 -1.34298,-0.826452 m -1.44626,0.516546 1.44626,-0.413227 m -1.65287,-0.516519 c 0,0.309906 0.10329,0.619813 0.20661,0.826426 m 1.23965,-1.136359 -1.44626,0.309933 m 1.44626,-0.413226 c 0.61984,-0.10332 0.92977,-0.72316 0.82645,-1.342973 m -0.41322,-1.446291 0.41322,1.446291 m 0.82646,-0.206613 -0.41323,-1.446291 m 0.41323,1.446291 c 0.10329,0.51652 0.72313,0.929746 1.34297,0.723133 m 0.92974,-0.206613 -0.92974,0.309906 m 0.10332,-2.479331 c -0.51655,-0.206613 -1.03307,-0.309906 -1.65291,-0.309906 m 3.71901,3.202464 c -0.10332,-1.239653 -0.92974,-2.376038 -2.0661,-2.892558 m 2.0661,3.822303 v -0.929745 m 0,0 h -0.20661 m -2.16942,-2.789238 0.30993,-0.10332 m 2.68594,0.929746 c 0,0 0.1033,0 0,0 m -3.92562,2.272745 c 0,-0.10332 -0.10332,-0.206614 -0.20661,-0.206614 -0.10332,0 -0.20662,0.103294 -0.20662,0.206614 0,0.103293 0.1033,0.309906 0.20662,0.309906 0.10329,0 0.20661,-0.206613 0.20661,-0.309906 m -1.44629,-1.033066 c 0,-0.413226 -0.30991,-0.723133 -0.72314,-0.723133 -0.3099,0 -0.61983,0.309907 -0.61983,0.723133 0,0.309906 0.30993,0.723133 0.61983,0.723133 0.41323,0 0.72314,-0.413227 0.72314,-0.723133 m 2.99587,-0.826453 c 0,-0.413226 -0.3099,-0.723132 -0.72313,-0.723132 -0.30993,0 -0.61984,0.309906 -0.61984,0.723132 0,0.309933 0.30991,0.723133 0.61984,0.723133 0.41323,0 0.72313,-0.4132 0.72313,-0.723133 m 0.82646,2.995878 c 0,-0.413227 -0.41323,-0.723133 -0.72316,-0.723133 -0.4132,0 -0.72313,0.309906 -0.72313,0.723133 0,0.309906 0.30993,0.723132 0.72313,0.723132 0.30993,0 0.72316,-0.413226 0.72316,-0.723132 m -2.99588,0.826452 c 0,-0.413226 -0.41323,-0.723159 -0.72313,-0.723159 -0.41323,0 -0.72316,0.309933 -0.72316,0.723159 0,0.309906 0.30993,0.723133 0.72316,0.723133 0.3099,0 0.72313,-0.413227 0.72313,-0.723133 m -0.20661,0 c 0,-0.309933 -0.30991,-0.516546 -0.51652,-0.516546 -0.30994,0 -0.51655,0.206613 -0.51655,0.516546 0,0.206613 0.20661,0.51652 0.51655,0.51652 0.20661,0 0.51652,-0.309907 0.51652,-0.51652 m 2.99587,-0.826452 c 0,-0.309933 -0.30993,-0.516547 -0.51654,-0.516547 -0.30991,0 -0.51652,0.206614 -0.51652,0.516547 0,0.206613 0.20661,0.516519 0.51652,0.516519 0.20661,0 0.51654,-0.309906 0.51654,-0.516519 m -0.82645,-2.995878 c 0,-0.309906 -0.20661,-0.516519 -0.51652,-0.516519 -0.20661,0 -0.41322,0.206613 -0.41322,0.516519 0,0.206614 0.20661,0.516546 0.41322,0.516546 0.30991,0 0.51652,-0.309932 0.51652,-0.516546 m -2.99588,0.826453 c 0,-0.309907 -0.20661,-0.51652 -0.51652,-0.51652 -0.20661,0 -0.41322,0.206613 -0.41322,0.51652 0,0.206613 0.20661,0.51652 0.41322,0.51652 0.30991,0 0.51652,-0.309907 0.51652,-0.51652 m -1.65287,0.51652 0.10329,-0.103294 m 0,0 0.20661,0.826453 m 0,0 0.10332,-0.206613 m 0,0 v 0.206613 m 0,0 v 0.103293 m 0,0 h -0.20661 m 0,0 -0.20661,-0.826452 m 2.78926,3.20249 0.10329,0.309906 m 0,0 h -0.20661 m 0,0 v -0.206613 m 0,0 h -0.10329 m 0,0 v -0.103293 m 0,0 h 0.10329 m 0,0 -0.10329,-0.206613 m 0,0 h 0.10329 m 0,0 0.10332,0.103293 m 0,0 0.30991,-0.103293 m 0,0 v 0.206613 m 0,0 -0.10332,0.619839 m 0,0 -0.1033,0.103293 m 0,0 0.1033,-0.723132 m 0,0 h -0.20659 m 1.54959,0 0.10329,0.103293 0.20661,0.10332 m 0,0 h 0.10329 m 0,-0.10332 c 0.10332,0 0.10332,-0.206613 0.10332,-0.309906 m 0,0.103293 h -0.10332 m -0.10329,0.10332 c 0.10329,0 0.10329,-0.10332 0.10329,-0.10332 m -0.20658,0 v 0.10332 h 0.10329 m -0.20661,0 v -0.10332 l 0.10332,-0.103293 m 0,0 h 0.10329 m 0,0 -0.10329,-0.10332 m -0.10332,-0.103294 v 0.103294 h 0.10332 m -0.10332,-0.309907 v 0.10332 c -0.10329,0 -0.10329,0 0,0.103293 m 0,-0.103293 h 0.10332 0.10329 m 0,0 h 0.10329 m 0,0 -0.10329,-0.10332 -0.20661,-0.103293 m 0,0 -0.20661,0.206613 v 0.206587 m 0,-0.103294 c 0,0.103294 0.10332,0.206614 0.20661,0.206614 m 0,0 -0.10329,0.103293 v 0.10332 m 1.13635,-4.648756 -0.51654,0.103293 m 0,0 v 0.10332 m 0,0 0.30993,-0.10332 m 0,0 -0.10332,0.413227 m 0,0 c -0.10329,0.103319 0,0.206613 0,0.206613 0.10332,0.103293 0.20661,0.103293 0.30993,0.103293 0.1033,-0.103293 0.1033,-0.206587 0.1033,-0.309906 m 0,0.103319 h -0.1033 m -0.20661,-0.103319 c -0.10332,0.103319 -0.10332,0.103319 0,0.206613 h 0.10329 c 0.10332,0 0.10332,-0.103294 0.10332,-0.206613 m -0.20661,0.103319 0.20661,-0.516546 m 0,0 V 73.088638 M 33.935837,142.61323 c 0,-0.30991 -0.103293,-0.4132 -0.413226,-0.4132 -0.206587,0 -0.4132,0.10329 -0.4132,0.4132 0,0.20661 0.206613,0.41322 0.4132,0.41322 0.309933,0 0.413226,-0.20661 0.413226,-0.41322 m -0.206613,0 c 0,-0.1033 -0.103293,-0.20659 -0.206613,-0.20659 -0.103293,0 -0.206587,0.10329 -0.206587,0.20659 0,0.10332 0.103294,0.20661 0.206587,0.20661 0.10332,0 0.206613,-0.10329 0.206613,-0.20661 m -0.619813,-2.99585 c 0,-0.30994 -0.10332,-0.41323 -0.4132,-0.41323 -0.206613,0 -0.413226,0.10329 -0.413226,0.41323 0,0.20661 0.206613,0.41322 0.413226,0.41322 0.30988,0 0.4132,-0.20661 0.4132,-0.41322 m -0.206587,0 c 0,-0.10332 -0.103319,-0.20662 -0.206613,-0.20662 -0.10332,0 -0.206613,0.1033 -0.206613,0.20662 0,0.10329 0.103293,0.20661 0.206613,0.20661 0.103294,0 0.206613,-0.10332 0.206613,-0.20661 m 4.02889,2.16942 c 0,-0.20661 -0.103293,-0.41323 -0.413226,-0.41323 -0.206613,0 -0.413226,0.20662 -0.413226,0.41323 0,0.30991 0.206613,0.51652 0.413226,0.51652 0.309933,0 0.413226,-0.20661 0.413226,-0.51652 m -0.206613,0 c 0,-0.10332 -0.103293,-0.10332 -0.206613,-0.10332 -0.103293,0 -0.206613,0 -0.206613,0.10332 0,0.10329 0.10332,0.20661 0.206613,0.20661 0.10332,0 0.206613,-0.10332 0.206613,-0.20661 m -1.652878,-1.13636 c 0,-0.20661 -0.206614,-0.41323 -0.413227,-0.41323 -0.309933,0 -0.516546,0.20662 -0.516546,0.41323 0,0.30991 0.206613,0.51652 0.516546,0.51652 0.206613,0 0.413227,-0.20661 0.413227,-0.51652 m -0.309933,0 c 0,-0.10332 0,-0.10332 -0.103294,-0.10332 -0.10332,0 -0.206613,0 -0.206613,0.10332 0,0.10329 0.103293,0.20659 0.206613,0.20659 0.103294,0 0.103294,-0.1033 0.103294,-0.20659 m 1.446291,-1.85952 c 0,-0.3099 -0.206613,-0.41322 -0.413226,-0.41322 -0.309933,0 -0.516546,0.10332 -0.516546,0.41322 0,0.20662 0.206613,0.41323 0.516546,0.41323 0.206613,0 0.413226,-0.20661 0.413226,-0.41323 m -0.309932,0 c 0,-0.10329 0,-0.20661 -0.103294,-0.20661 -0.10332,0 -0.206613,0.10332 -0.206613,0.20661 0,0.10332 0.103293,0.20662 0.206613,0.20662 0.103294,0 0.103294,-0.1033 0.103294,-0.20662 m 2.892557,1.85952 c 0,-2.27274 -1.859492,-4.13223 -4.13221,-4.13223 -2.376011,0 -4.235529,1.85949 -4.235529,4.13223 0,2.37601 1.859518,4.23553 4.235529,4.23553 2.272718,0 4.13221,-1.85952 4.13221,-4.23553 m -0.51652,0 c 0,-1.96281 -1.652878,-3.61572 -3.61569,-3.61572 -2.066105,0 -3.718983,1.65291 -3.718983,3.61572 0,2.06611 1.652878,3.71898 3.718983,3.71898 1.962812,0 3.61569,-1.65287 3.61569,-3.71898 m -0.516519,-0.20661 0.516519,-0.10332 m -0.723132,-1.03307 c -0.309933,0.10332 -0.516547,0.41323 -0.413227,0.72316 0.103294,0.20661 0.413227,0.41323 0.723133,0.30991 m -0.413226,-0.92975 0.516546,-0.10332 m 219.73078,-34.50402 c -0.30991,0 -0.61984,0.10332 -0.92975,0.20661 m 1.13636,-0.61983 c -0.51652,0 -1.03306,0.10332 -1.54958,0.30993 m -1.23968,1.13636 c -0.82645,1.13636 -0.82645,2.78923 0,3.92559 0.72313,1.23966 2.27274,1.8595 3.61571,1.54959 1.44626,-0.30993 2.58262,-1.44629 2.78923,-2.89256 m -5.16526,-3.71898 c -0.41323,0.3099 -0.82645,0.61984 -1.23968,1.13636 m 0.30994,-0.10332 c -0.92977,1.03306 -1.03307,2.58262 -0.30994,3.8223 0.72313,1.23965 2.16942,1.85949 3.51239,1.65288 1.44629,-0.30991 2.47933,-1.34297 2.78926,-2.78924 m -0.10332,0.10329 h 0.20661 m -6.40494,-2.68591 0.30994,-0.10332 m 0.92974,-0.72314 v -0.20661 m 1.54958,-0.3099 c -0.51652,0 -1.03306,0.20661 -1.44629,0.41322 m 1.34297,-0.51654 0.10332,0.20661 m 2.89255,3.92559 h 0.51652 m -0.4132,-1.03303 -0.10332,1.03303 m 0.51652,-0.92971 -0.4132,-0.10332 m 0.51652,0 c -0.20662,-1.23966 -1.03307,-2.37602 -2.16942,-2.78924 m -1.23968,0.41322 1.13639,-0.30993 m -1.23968,-0.20661 0.10329,0.51654 m -1.44626,0.4132 -0.20661,-0.51652 m -0.92974,0.72314 1.13635,-0.20662 m 3.92561,2.16943 c 0,-0.30991 -0.10332,-0.61981 -0.20661,-0.92975 m -0.72316,1.23968 0.92977,-0.30993 m -0.82645,0.20661 c -0.61983,0.10332 -0.92974,0.72313 -0.82645,1.34295 m 0.41323,1.54958 -0.41323,-1.44626 m -0.41322,1.65288 c 0.30993,-0.1033 0.61984,-0.1033 0.82645,-0.20662 m -1.34297,-1.23965 0.41323,1.44627 m -0.30994,-1.54959 c -0.10329,-0.51652 -0.72313,-0.92975 -1.34297,-0.72313 m -1.54958,0.41322 1.44629,-0.41322 m -1.6529,-0.5165 c 0.10332,0.30988 0.10332,0.61982 0.20661,0.92972 m 1.23968,-1.23965 -1.44629,0.4132 m 1.54958,-0.4132 c 0.51655,-0.20661 0.92977,-0.82642 0.72316,-1.44626 m -0.41323,-1.34298 0.41323,1.44627 m 0.82642,-0.20661 -0.41322,-1.54959 m 0.41322,1.44629 c 0.20662,0.61984 0.82645,0.92975 1.44629,0.82646 m 0.82645,-0.20662 -0.92977,0.20662 m 0.10332,-2.37604 c -0.51652,-0.30993 -1.03306,-0.41323 -1.54958,-0.30993 m 3.61568,3.09917 c -0.10329,-1.23966 -0.92974,-2.27272 -2.0661,-2.78924 m 2.0661,3.71898 c 0.10332,-0.3099 0.10332,-0.61981 0,-0.92974 m 0,0.10332 h -0.20661 m -2.16939,-2.78927 0.3099,-0.10329 m -1.23967,3.20246 c 0,-0.10329 -0.1033,-0.20661 -0.20662,-0.20661 -0.10329,0 -0.20661,0.10332 -0.20661,0.20661 0,0.10332 0.10332,0.20662 0.20661,0.20662 0.10332,0 0.20662,-0.1033 0.20662,-0.20662 m -1.44627,-1.13636 c 0,-0.3099 -0.30993,-0.61984 -0.61983,-0.61984 -0.41323,0 -0.72313,0.30994 -0.72313,0.61984 0,0.41323 0.3099,0.72314 0.72313,0.72314 0.3099,0 0.61983,-0.30991 0.61983,-0.72314 m 2.99585,-0.82645 c 0,-0.30991 -0.30991,-0.61981 -0.61981,-0.61981 -0.41323,0 -0.72316,0.3099 -0.72316,0.61981 0,0.41323 0.30993,0.72316 0.72316,0.72316 0.3099,0 0.61981,-0.30993 0.61981,-0.72316 m 0.82645,2.99585 c 0,-0.30991 -0.30991,-0.61984 -0.61984,-0.61984 -0.41323,0 -0.72313,0.30993 -0.72313,0.61984 0,0.41323 0.3099,0.72313 0.72313,0.72313 0.30993,0 0.61984,-0.3099 0.61984,-0.72313 m -2.99587,0.82645 c 0,-0.30993 -0.30991,-0.61984 -0.61981,-0.61984 -0.41323,0 -0.72316,0.30991 -0.72316,0.61984 0,0.41323 0.30993,0.72314 0.72316,0.72314 0.3099,0 0.61981,-0.30991 0.61981,-0.72314 m -0.20659,0 c 0,-0.20661 -0.20661,-0.41322 -0.41322,-0.41322 -0.30994,0 -0.51655,0.20661 -0.51655,0.41322 0,0.30991 0.20661,0.51652 0.51655,0.51652 0.20661,0 0.41322,-0.20661 0.41322,-0.51652 m 2.99584,-0.82645 c 0,-0.20661 -0.20661,-0.41323 -0.41322,-0.41323 -0.30991,0 -0.51652,0.20662 -0.51652,0.41323 0,0.30991 0.20661,0.51652 0.51652,0.51652 0.20661,0 0.41322,-0.20661 0.41322,-0.51652 m -0.82645,-2.99585 c 0,-0.20661 -0.20661,-0.41323 -0.41319,-0.41323 -0.30994,0 -0.51655,0.20662 -0.51655,0.41323 0,0.30993 0.20661,0.51655 0.51655,0.51655 0.20658,0 0.41319,-0.20662 0.41319,-0.51655 m -2.99584,0.82645 c 0,-0.20661 -0.20661,-0.41322 -0.41322,-0.41322 -0.30994,0 -0.51652,0.20661 -0.51652,0.41322 0,0.30994 0.20658,0.51652 0.51652,0.51652 0.20661,0 0.41322,-0.20658 0.41322,-0.51652 m -1.6529,0.51652 h 0.10332 m 0,0 0.20661,0.72316 m 0,0 0.1033,-0.10332 m 0,0 0.10332,0.10332 m 0,0 -0.10332,0.1033 m 0,0 -0.1033,0.10331 m 0,0 -0.30993,-0.92977 m 2.78926,3.30579 0.10329,0.20658 m 0,0 -0.10329,0.10332 m 0,0 -0.10332,-0.3099 m 0,0 h -0.1033 m 0,0 v -0.10332 m 0,0 h 0.1033 m 0,0 -0.1033,-0.1033 m 0,0 h 0.20662 m 0,0 v 0.1033 m 0,0 0.3099,-0.1033 m 0,0 0.10332,0.1033 m 0,0 -0.20661,0.72313 m 0,0 h -0.10332 m 0,0 0.10332,-0.72313 m 0,0 -0.20661,0.10332 m 1.54958,0 0.10329,0.10329 h 0.20661 m 0,0 h 0.10332 m 0.1033,0 c 0.10332,-0.10329 0.10332,-0.20661 0.10332,-0.30991 m -0.10332,0.1033 h -0.1033 m 0,0.10332 c 0,0 0.1033,-0.10332 0,-0.10332 m -0.20661,0 h 0.10329 c 0,0.10332 0,0.10332 0.10332,0 m -0.30993,0 0.10332,-0.1033 m 0,0 h 0.10329 m 0,0 v -0.10332 m 0,0 h -0.10329 m -0.10332,-0.20661 c 0,0.10332 0,0.10332 0.10332,0.10332 0,0.10329 0,0.10329 0.10329,0 m -0.10329,-0.20661 h -0.10332 v 0.10329 m 0,-0.10329 h 0.10332 l 0.10329,0.10329 m 0,0 0.10332,-0.10329 m 0,0 -0.10332,-0.10332 h -0.20661 m 0,0 -0.20658,0.10332 v 0.20661 m 0.10329,0 c 0,0.10329 0,0.10329 0.10329,0.10329 m 0,0.10332 -0.10329,0.1033 v 0.10332 m 1.13635,-4.75205 -0.51651,0.10329 m 0,0 v 0.10332 m 0,0 h 0.41322 m 0,0 -0.20661,0.41323 m 0.10329,-0.10332 c -0.10329,0.10332 0,0.20661 0,0.30993 0.10332,0.10329 0.20661,0.10329 0.30993,0 0.1033,0 0.1033,-0.10332 0.1033,-0.20661 m -0.1033,0 h -0.10332 m -0.10329,0 c -0.10332,0 -0.10332,0.10329 0,0.10329 0,0.10332 0.10329,0.10332 0.10329,0 0.10332,0 0.10332,-0.10329 0.10332,-0.10329 m -0.30993,0 0.20661,-0.51655 m 0,0 v -0.10329 m -2.68593,31.71475 c -0.30991,0.10332 -0.61984,0.10332 -0.92975,0.20662 m 1.13636,-0.61982 c -0.51652,0 -1.03306,0.20659 -1.54958,0.4132 m -1.23968,1.03307 c -0.82645,1.23968 -0.82645,2.78926 0,4.02892 0.72313,1.23967 2.27274,1.85951 3.61571,1.54961 1.44626,-0.30994 2.58262,-1.44629 2.78923,-2.89259 m -5.16526,-3.71901 c -0.41323,0.20662 -0.82645,0.61984 -1.23968,1.03307 m 0.30994,-0.10329 c -0.92977,1.13636 -1.03307,2.68594 -0.30994,3.92562 0.72313,1.23965 2.16942,1.85949 3.51239,1.54958 1.44629,-0.20661 2.47933,-1.34299 2.78926,-2.68597 m -0.10332,0 h 0.20661 m -6.40494,-2.58262 0.30994,-0.10332 m 0.92974,-0.82645 v -0.20662 m 1.54958,-0.20661 c -0.51652,0 -1.03306,0.10332 -1.44629,0.30993 m 1.34297,-0.51652 0.10332,0.20659 m 2.89255,3.92562 h 0.51652 m -0.4132,-0.92974 -0.10332,0.92974 m 0.51652,-0.92974 h -0.4132 m 0.51652,0 c -0.20662,-1.34297 -1.03307,-2.37604 -2.16942,-2.78927 m -1.23968,0.30994 1.13639,-0.30994 m -1.23968,-0.20661 0.10329,0.51655 m -1.44626,0.41322 -0.20661,-0.51654 m -0.92974,0.82645 1.13635,-0.30991 m 3.92561,2.16943 c 0,-0.30993 -0.10332,-0.51655 -0.20661,-0.82645 m -0.72316,1.13635 0.92977,-0.20661 m -0.82645,0.10332 c -0.61983,0.20659 -0.92974,0.82643 -0.82645,1.44627 m 0.41323,1.44629 -0.41323,-1.44629 m -0.41322,1.6529 c 0.30993,0 0.61984,-0.10332 0.82645,-0.20661 m -1.34297,-1.23968 0.41323,1.54958 m -0.30994,-1.54958 c -0.10329,-0.61984 -0.72313,-0.92975 -1.34297,-0.82645 m -1.54958,0.51654 1.44629,-0.41322 m -1.6529,-0.51655 c 0.10332,0.30993 0.10332,0.61984 0.20661,0.82645 m 1.23968,-1.13636 -1.44629,0.30991 m 1.54958,-0.4132 c 0.51655,-0.10332 0.92977,-0.72316 0.72316,-1.343 m -0.41323,-1.44626 0.41323,1.44626 m 0.82642,-0.20661 -0.41322,-1.44627 m 0.41322,1.44627 c 0.20662,0.51655 0.82645,0.92977 1.44629,0.72316 m 0.82645,-0.20661 -0.92977,0.3099 m 0.10332,-2.47933 c -0.51652,-0.20661 -1.03306,-0.30991 -1.54958,-0.30991 m 3.61568,3.20247 c -0.10329,-1.23968 -0.92974,-2.37604 -2.0661,-2.89256 m 2.0661,3.8223 c 0.10332,-0.3099 0.10332,-0.61981 0,-0.92974 m 0,0 h -0.20661 m -2.16939,-2.78927 0.3099,-0.10329 m -1.23967,3.20249 c 0,-0.10332 -0.1033,-0.20661 -0.20662,-0.20661 -0.10329,0 -0.20661,0.10329 -0.20661,0.20661 0,0.10329 0.10332,0.30991 0.20661,0.30991 0.10332,0 0.20662,-0.20662 0.20662,-0.30991 m -1.44627,-1.03306 c 0,-0.41323 -0.30993,-0.72314 -0.61983,-0.72314 -0.41323,0 -0.72313,0.30991 -0.72313,0.72314 0,0.3099 0.3099,0.72313 0.72313,0.72313 0.3099,0 0.61983,-0.41323 0.61983,-0.72313 m 2.99585,-0.82646 c 0,-0.41322 -0.30991,-0.72313 -0.61981,-0.72313 -0.41323,0 -0.72316,0.30991 -0.72316,0.72313 0,0.30991 0.30993,0.72314 0.72316,0.72314 0.3099,0 0.61981,-0.41323 0.61981,-0.72314 m 0.82645,2.99588 c 0,-0.41323 -0.30991,-0.72316 -0.61984,-0.72316 -0.41323,0 -0.72313,0.30993 -0.72313,0.72316 0,0.30991 0.3099,0.72313 0.72313,0.72313 0.30993,0 0.61984,-0.41322 0.61984,-0.72313 m -2.99587,0.82643 c 0,-0.4132 -0.30991,-0.72314 -0.61981,-0.72314 -0.41323,0 -0.72316,0.30994 -0.72316,0.72314 0,0.30993 0.30993,0.72316 0.72316,0.72316 0.3099,0 0.61981,-0.41323 0.61981,-0.72316 m -0.20659,0 c 0,-0.30991 -0.20661,-0.51652 -0.41322,-0.51652 -0.30994,0 -0.51655,0.20661 -0.51655,0.51652 0,0.20661 0.20661,0.51654 0.51655,0.51654 0.20661,0 0.41322,-0.30993 0.41322,-0.51654 m 2.99584,-0.82643 c 0,-0.30993 -0.20661,-0.51655 -0.41322,-0.51655 -0.30991,0 -0.51652,0.20662 -0.51652,0.51655 0,0.20661 0.20661,0.51652 0.51652,0.51652 0.20661,0 0.41322,-0.30991 0.41322,-0.51652 m -0.82645,-2.99588 c 0,-0.3099 -0.20661,-0.51652 -0.41319,-0.51652 -0.30994,0 -0.51655,0.20662 -0.51655,0.51652 0,0.20662 0.20661,0.51652 0.51655,0.51652 0.20658,0 0.41319,-0.3099 0.41319,-0.51652 m -2.99584,0.82646 c 0,-0.30994 -0.20661,-0.51655 -0.41322,-0.51655 -0.30994,0 -0.51652,0.20661 -0.51652,0.51655 0,0.20661 0.20658,0.51652 0.51652,0.51652 0.20661,0 0.41322,-0.30991 0.41322,-0.51652 m -1.6529,0.51652 h 0.10332 m 0,0 0.20661,0.72313 m 0,0 0.1033,-0.20659 m 0,0 0.10332,0.20659 m 0,0 -0.10332,0.10332 m 0,0 h -0.1033 m 0,0 -0.30993,-0.82645 m 2.78926,3.20249 0.10329,0.3099 m 0,0 h -0.10329 m 0,0 -0.10332,-0.20661 m 0,0 h -0.1033 m 0,0 v -0.10329 m 0,0 h 0.1033 m 0,0 -0.1033,-0.20662 m 0,0 h 0.20662 m 0,0 v 0.1033 m 0,0 0.3099,-0.1033 m 0,0 0.10332,0.20662 m 0,0 -0.20661,0.61983 m 0,0 -0.10332,0.1033 m 0,0 0.10332,-0.72313 m 0,0 h -0.20661 m 1.54958,0 0.10329,0.10329 0.20661,0.10332 m 0,0 h 0.10332 m 0.1033,-0.10332 c 0.10332,0 0.10332,-0.20661 0.10332,-0.30991 m -0.10332,0.1033 h -0.1033 m 0,0.10332 c 0,0 0.1033,0 0,-0.10332 m -0.20661,0 c 0,0 0,0.10332 0.10329,0.10332 h 0.10332 m -0.30993,0 0.10332,-0.10332 v -0.1033 m 0,0 h 0.10329 m 0,0 v -0.10332 m 0,0 h -0.10329 m -0.10332,-0.10329 c 0,0 0,0.10329 0.10332,0.10329 h 0.10329 m -0.10329,-0.3099 c 0,0 -0.10332,0 -0.10332,0.10329 v 0.10332 m 0,-0.10332 h 0.10332 0.10329 m 0,0 h 0.10332 m 0,0 -0.10332,-0.10329 -0.20661,-0.10332 m 0,0 -0.20658,0.20661 v 0.20661 m 0.10329,-0.10329 c 0,0.10329 0,0.20661 0.10329,0.20661 m 0,0 -0.10329,0.1033 v 0.10332 m 1.13635,-4.64876 -0.51651,0.10329 m 0,0 v 0.10332 m 0,0 0.41322,-0.10332 m 0,0 -0.20661,0.41323 m 0.10329,0 c -0.10329,0.10329 0,0.20661 0,0.20661 0.10332,0.1033 0.20661,0.1033 0.30993,0.1033 0.1033,-0.1033 0.1033,-0.20662 0.1033,-0.30991 m -0.1033,0.10329 h -0.10332 m -0.10329,-0.10329 c -0.10332,0.10329 -0.10332,0.10329 0,0.20661 h 0.10329 c 0.10332,0 0.10332,-0.10332 0.10332,-0.20661 m -0.30993,0.10329 0.20661,-0.51652 m 0,0 v -0.10329 m -2.68593,-66.735351 c -0.30991,0.103294 -0.61984,0.103294 -0.92975,0.206587 m 1.13636,-0.619813 c -0.51652,0 -1.03306,0.206613 -1.54958,0.413226 m -1.23968,1.033039 c -0.82645,1.239679 -0.82645,2.789264 0,4.028943 0.72313,1.239652 2.27274,1.859492 3.61571,1.549585 1.44626,-0.309933 2.58262,-1.446292 2.78923,-2.892584 m -5.16526,-3.718983 c -0.41323,0.206587 -0.82645,0.619813 -1.23968,1.033039 m 0.30994,-0.103293 c -0.92977,1.136359 -1.03307,2.685944 -0.30994,3.925623 0.72313,1.239652 2.16942,1.859492 3.51239,1.549585 1.44629,-0.206613 2.47933,-1.342972 2.78926,-2.685971 m -0.10332,0 h 0.20661 m -6.40494,-2.582624 0.30994,-0.10332 m 0.92974,-0.826452 v -0.206587 m 1.54958,-0.206613 c -0.51652,0 -1.03306,0.103293 -1.44629,0.309907 m 1.34297,-0.51652 0.10332,0.206613 m 2.89255,3.925596 h 0.51652 m -0.4132,-0.929745 -0.10332,0.929745 m 0.51652,-0.929745 h -0.4132 m 0.51652,0 c -0.20662,-1.342972 -1.03307,-2.376038 -2.16942,-2.789238 m -1.23968,0.309907 1.13639,-0.309907 m -1.23968,-0.206613 0.10329,0.51652 m -1.44626,0.413226 -0.20661,-0.516546 m -0.92974,0.826452 1.13635,-0.309906 m 3.92561,2.169424 c 0,-0.309932 -0.10332,-0.516546 -0.20661,-0.826452 m -0.72316,1.136359 0.92977,-0.206613 m -0.82645,0.10332 c -0.61983,0.206613 -0.92974,0.826426 -0.82645,1.446265 m 0.41323,1.446292 -0.41323,-1.446292 m -0.41322,1.652905 c 0.30993,0 0.61984,-0.10332 0.82645,-0.206613 m -1.34297,-1.239679 0.41323,1.549585 m -0.30994,-1.549585 c -0.10329,-0.619839 -0.72313,-0.929746 -1.34297,-0.826452 m -1.54958,0.516546 1.44629,-0.413227 m -1.6529,-0.516519 c 0.10332,0.309906 0.10332,0.619813 0.20661,0.826426 m 1.23968,-1.136359 -1.44629,0.309933 m 1.54958,-0.413226 c 0.51655,-0.10332 0.92977,-0.72316 0.72316,-1.342973 m -0.41323,-1.446291 0.41323,1.446291 m 0.82642,-0.206613 -0.41322,-1.446291 m 0.41322,1.446291 c 0.20662,0.51652 0.82645,0.929746 1.44629,0.723133 m 0.82645,-0.206613 -0.92977,0.309906 m 0.10332,-2.479331 c -0.51652,-0.206613 -1.03306,-0.309906 -1.54958,-0.309906 m 3.61568,3.202464 c -0.10329,-1.239653 -0.92974,-2.376038 -2.0661,-2.892558 m 2.0661,3.822303 c 0.10332,-0.309906 0.10332,-0.619812 0,-0.929745 m 0,0 h -0.20661 m -2.16939,-2.789238 0.3099,-0.10332 m -1.23967,3.202491 c 0,-0.10332 -0.1033,-0.206614 -0.20662,-0.206614 -0.10329,0 -0.20661,0.103294 -0.20661,0.206614 0,0.103293 0.10332,0.309906 0.20661,0.309906 0.10332,0 0.20662,-0.206613 0.20662,-0.309906 m -1.44627,-1.033066 c 0,-0.413226 -0.30993,-0.723133 -0.61983,-0.723133 -0.41323,0 -0.72313,0.309907 -0.72313,0.723133 0,0.309906 0.3099,0.723133 0.72313,0.723133 0.3099,0 0.61983,-0.413227 0.61983,-0.723133 m 2.99585,-0.826453 c 0,-0.413226 -0.30991,-0.723132 -0.61981,-0.723132 -0.41323,0 -0.72316,0.309906 -0.72316,0.723132 0,0.309933 0.30993,0.723133 0.72316,0.723133 0.3099,0 0.61981,-0.4132 0.61981,-0.723133 m 0.82645,2.995878 c 0,-0.413227 -0.30991,-0.723133 -0.61984,-0.723133 -0.41323,0 -0.72313,0.309906 -0.72313,0.723133 0,0.309906 0.3099,0.723132 0.72313,0.723132 0.30993,0 0.61984,-0.413226 0.61984,-0.723132 m -2.99587,0.826452 c 0,-0.413226 -0.30991,-0.723159 -0.61981,-0.723159 -0.41323,0 -0.72316,0.309933 -0.72316,0.723159 0,0.309906 0.30993,0.723133 0.72316,0.723133 0.3099,0 0.61981,-0.413227 0.61981,-0.723133 m -0.20659,0 c 0,-0.309933 -0.20661,-0.516546 -0.41322,-0.516546 -0.30994,0 -0.51655,0.206613 -0.51655,0.516546 0,0.206613 0.20661,0.51652 0.51655,0.51652 0.20661,0 0.41322,-0.309907 0.41322,-0.51652 m 2.99584,-0.826452 c 0,-0.309933 -0.20661,-0.516547 -0.41322,-0.516547 -0.30991,0 -0.51652,0.206614 -0.51652,0.516547 0,0.206613 0.20661,0.516519 0.51652,0.516519 0.20661,0 0.41322,-0.309906 0.41322,-0.516519 m -0.82645,-2.995878 c 0,-0.309906 -0.20661,-0.516519 -0.41319,-0.516519 -0.30994,0 -0.51655,0.206613 -0.51655,0.516519 0,0.206614 0.20661,0.516546 0.51655,0.516546 0.20658,0 0.41319,-0.309932 0.41319,-0.516546 m -2.99584,0.826453 c 0,-0.309907 -0.20661,-0.51652 -0.41322,-0.51652 -0.30994,0 -0.51652,0.206613 -0.51652,0.51652 0,0.206613 0.20658,0.51652 0.51652,0.51652 0.20661,0 0.41322,-0.309907 0.41322,-0.51652 m -1.6529,0.51652 0.10332,-0.103294 m 0,0 0.20661,0.826453 m 0,0 0.1033,-0.206613 m 0,0 0.10332,0.206613 m 0,0 -0.10332,0.103293 m 0,0 h -0.1033 m 0,0 -0.30993,-0.826452 m 2.78926,3.20249 0.10329,0.309906 m 0,0 h -0.10329 m 0,0 -0.10332,-0.206613 m 0,0 h -0.1033 m 0,0 v -0.103293 m 0,0 h 0.1033 m 0,0 -0.1033,-0.206613 m 0,0 h 0.20662 m 0,0 v 0.103293 m 0,0 0.3099,-0.103293 m 0,0 0.10332,0.206613 m 0,0 -0.20661,0.619839 m 0,0 -0.10332,0.103293 m 0,0 0.10332,-0.723132 m 0,0 h -0.20661 m 1.54958,0 0.10329,0.103293 0.20661,0.10332 m 0,0 h 0.10332 m 0.1033,-0.10332 c 0.10332,0 0.10332,-0.206613 0.10332,-0.309906 m -0.10332,0.103293 h -0.1033 m 0,0.10332 c 0,0 0.1033,-0.10332 0,-0.10332 m -0.20661,0 c 0,0 0,0.10332 0.10329,0.10332 h 0.10332 m -0.30993,0 0.10332,-0.10332 v -0.103293 m 0,0 h 0.10329 m 0,0 v -0.10332 m 0,0 h -0.10329 m -0.10332,-0.103294 c 0,0 0,0.103294 0.10332,0.103294 h 0.10329 m -0.10329,-0.309907 c 0,0 -0.10332,0 -0.10332,0.10332 v 0.103293 m 0,-0.103293 h 0.10332 0.10329 m 0,0 h 0.10332 m 0,0 -0.10332,-0.10332 -0.20661,-0.103293 m 0,0 -0.20658,0.206613 v 0.206587 m 0.10329,-0.103294 c 0,0.103294 0,0.206614 0.10329,0.206614 m 0,0 -0.10329,0.103293 v 0.10332 m 1.13635,-4.648756 -0.51651,0.103293 m 0,0 v 0.10332 m 0,0 0.41322,-0.10332 m 0,0 -0.20661,0.413227 m 0.10329,0 c -0.10329,0.103319 0,0.206613 0,0.206613 0.10332,0.103293 0.20661,0.103293 0.30993,0.103293 0.1033,-0.103293 0.1033,-0.206587 0.1033,-0.309906 m -0.1033,0.103319 h -0.10332 m -0.10329,-0.103319 c -0.10332,0.103319 -0.10332,0.103319 0,0.206613 h 0.10329 c 0.10332,0 0.10332,-0.103294 0.10332,-0.206613 m -0.30993,0.103319 0.20661,-0.516546 m 0,0 V 73.088638 M 257.69556,39.20443 c -0.30991,0 -0.61984,0.10332 -0.92975,0.206613 m 1.13636,-0.619839 c -0.51652,0 -1.03306,0.10332 -1.54958,0.309933 m -1.23968,1.136359 c -0.82645,1.136359 -0.82645,2.789237 0,3.925596 0.72313,1.239679 2.27274,1.859492 3.61571,1.549585 1.44626,-0.309906 2.58262,-1.446292 2.78923,-2.892557 m -5.16526,-3.718983 c -0.41323,0.309906 -0.82645,0.619839 -1.23968,1.136359 m 0.30994,-0.103294 c -0.92977,1.033039 -1.03307,2.582598 -0.30994,3.822277 0.72313,1.239679 2.16942,1.859492 3.51239,1.652905 1.44629,-0.309933 2.47933,-1.342999 2.78926,-2.789264 m -0.10332,0.103293 h 0.20661 m -6.40494,-2.685917 0.30994,-0.103294 m 0.92974,-0.723159 V 39.20443 m 1.54958,-0.309906 c -0.51652,0 -1.03306,0.206613 -1.44629,0.413226 m 1.34297,-0.516546 0.10332,0.206613 m 2.89255,3.822303 0.51652,0.103293 m -0.4132,-1.033012 -0.10332,0.929719 m 0.51652,-0.826426 -0.4132,-0.103293 m 0.51652,0 c -0.20662,-1.239679 -1.03307,-2.376038 -2.16942,-2.789264 m -1.23968,0.413226 1.13639,-0.309933 m -1.23968,-0.206613 0.10329,0.516546 m -1.44626,0.309906 -0.20661,-0.413226 m -0.92974,0.723159 1.13635,-0.309933 m 3.92561,2.272745 c 0,-0.309933 -0.10332,-0.61984 -0.20661,-0.929773 m -0.72316,1.239653 0.92977,-0.30988 m -0.82645,0.206586 c -0.61983,0.103294 -0.92974,0.723133 -0.82645,1.342972 m 0.41323,1.549586 -0.41323,-1.446292 m -0.41322,1.652905 c 0.30993,-0.10332 0.61984,-0.10332 0.82645,-0.206613 m -1.34297,-1.239679 0.41323,1.446292 m -0.30994,-1.549585 c -0.10329,-0.516546 -0.72313,-0.929773 -1.34297,-0.72316 m -1.54958,0.413227 1.44629,-0.413227 m -1.6529,-0.516519 c 0.10332,0.309906 0.10332,0.619839 0.20661,0.929746 m 1.23968,-1.239653 -1.44629,0.4132 m 1.54958,-0.4132 c 0.51655,-0.206586 0.92977,-0.826426 0.72316,-1.446265 m -0.41323,-1.342972 0.41323,1.446265 m 0.82642,-0.206613 -0.41322,-1.549585 m 0.41322,1.446292 c 0.20662,0.619839 0.82645,0.929746 1.44629,0.826452 m 0.82645,-0.206613 -0.92977,0.206613 m 0.10332,-2.376037 c -0.51652,-0.309933 -1.03306,-0.413227 -1.54958,-0.309933 m 3.61568,3.099197 c -0.10329,-1.239679 -0.92974,-2.272745 -2.0661,-2.789264 m 2.0661,3.718983 c 0.10332,-0.309933 0.10332,-0.619813 0,-0.929719 m 0,0.103293 h -0.20661 m -2.16939,-2.789264 0.3099,-0.103293 m -1.23967,3.202463 c 0,-0.103293 -0.1033,-0.206586 -0.20662,-0.206586 -0.10329,0 -0.20661,0.103293 -0.20661,0.206586 0,0.103294 0.10332,0.206587 0.20661,0.206587 0.10332,0 0.20662,-0.103293 0.20662,-0.206587 m -1.44627,-1.136359 c 0,-0.309906 -0.30993,-0.619839 -0.61983,-0.619839 -0.41323,0 -0.72313,0.309933 -0.72313,0.619839 0,0.413227 0.3099,0.72316 0.72313,0.72316 0.3099,0 0.61983,-0.309933 0.61983,-0.72316 m 2.99585,-0.826426 c 0,-0.309933 -0.30991,-0.619839 -0.61981,-0.619839 -0.41323,0 -0.72316,0.309906 -0.72316,0.619839 0,0.4132 0.30993,0.723133 0.72316,0.723133 0.3099,0 0.61981,-0.309933 0.61981,-0.723133 m 0.82645,2.995825 c 0,-0.309907 -0.30991,-0.61984 -0.61984,-0.61984 -0.41323,0 -0.72313,0.309933 -0.72313,0.61984 0,0.413226 0.3099,0.723132 0.72313,0.723132 0.30993,0 0.61984,-0.309906 0.61984,-0.723132 m -2.99587,0.826452 c 0,-0.309906 -0.30991,-0.619839 -0.61981,-0.619839 -0.41323,0 -0.72316,0.309933 -0.72316,0.619839 0,0.413226 0.30993,0.723133 0.72316,0.723133 0.3099,0 0.61981,-0.309907 0.61981,-0.723133 m -0.20659,0 c 0,-0.206613 -0.20661,-0.413226 -0.41322,-0.413226 -0.30994,0 -0.51655,0.206613 -0.51655,0.413226 0,0.309906 0.20661,0.51652 0.51655,0.51652 0.20661,0 0.41322,-0.206614 0.41322,-0.51652 m 2.99584,-0.826452 c 0,-0.206614 -0.20661,-0.413227 -0.41322,-0.413227 -0.30991,0 -0.51652,0.206613 -0.51652,0.413227 0,0.309932 0.20661,0.516546 0.51652,0.516546 0.20661,0 0.41322,-0.206614 0.41322,-0.516546 m -0.82645,-2.995825 c 0,-0.206613 -0.20661,-0.413226 -0.41319,-0.413226 -0.30994,0 -0.51655,0.206613 -0.51655,0.413226 0,0.309907 0.20661,0.51652 0.51655,0.51652 0.20658,0 0.41319,-0.206613 0.41319,-0.51652 m -2.99584,0.826426 c 0,-0.206613 -0.20661,-0.413226 -0.41322,-0.413226 -0.30994,0 -0.51652,0.206613 -0.51652,0.413226 0,0.309933 0.20658,0.516546 0.51652,0.516546 0.20661,0 0.41322,-0.206613 0.41322,-0.516546 m -1.6529,0.516546 h 0.10332 m 0,0 0.20661,0.723107 m 0,0 0.1033,-0.103294 m 0,0 0.10332,0.103294 m 0,0 -0.10332,0.103293 m 0,0 -0.1033,0.10332 m 0,0 -0.30993,-0.92972 m 2.78926,3.305758 0.10329,0.206613 m 0,0 -0.10329,0.103293 m 0,0 -0.10332,-0.309906 m 0,0 h -0.1033 m 0,0 v -0.10332 m 0,0 h 0.1033 m 0,0 -0.1033,-0.103294 m 0,0 h 0.20662 m 0,0 v 0.103294 m 0,0 0.3099,-0.103294 m 0,0 0.10332,0.103294 m 0,0 -0.20661,0.723159 m 0,0 h -0.10332 m 0,0 0.10332,-0.723159 m 0,0 -0.20661,0.10332 m 1.54958,0 0.10329,0.103293 h 0.20661 m 0,0 h 0.10332 m 0.1033,0 c 0.10332,-0.103293 0.10332,-0.206613 0.10332,-0.309907 m -0.10332,0.103294 h -0.1033 m 0,0 c 0,0 0.1033,0 0,-0.103294 m -0.20661,0.103294 h 0.10329 c 0,0.10332 0,0.10332 0.10332,0 m -0.30993,0 0.10332,-0.103294 m 0,0 h 0.10329 m 0,0 v -0.103319 m 0,0 h -0.10329 m -0.10332,-0.206614 c 0,0 0,0.10332 0.10332,0.10332 h 0.10329 m -0.10329,-0.206613 h -0.10332 v 0.103293 m 0,-0.103293 h 0.10332 l 0.10329,0.103293 m 0,0 0.10332,-0.103293 m 0,0 -0.10332,-0.10332 h -0.20661 m 0,0 -0.20658,0.10332 v 0.206613 m 0.10329,0 c 0,0.103294 0,0.103294 0.10329,0.103294 m 0,0.103319 -0.10329,0.103294 v 0.10332 m 1.13635,-4.752049 -0.51651,0.103319 m 0,0 v 0.103294 m 0,0 h 0.41322 m 0,0 -0.20661,0.413226 m 0.10329,-0.10332 c -0.10329,0.10332 0,0.206613 0,0.309933 0.10332,0.103293 0.20661,0.103293 0.30993,0 0.1033,0 0.1033,-0.10332 0.1033,-0.206613 m -0.1033,0 h -0.10332 m -0.10329,0 c -0.10332,0 -0.10332,0.103293 0,0.103293 0,0.10332 0.10329,0.10332 0.10329,0 0.10332,0 0.10332,-0.103293 0.10332,-0.103293 m -0.30993,0 0.20661,-0.51652 m 0,0 v -0.103319 m -34.60732,97.313744 c -0.30993,0.10332 -0.61984,0.10332 -0.92977,0.20662 m 1.13636,-0.61982 c -0.51652,0 -1.03304,0.20659 -1.54958,0.4132 m -1.23965,1.03307 c -0.82645,1.23968 -0.82645,2.78926 0,4.02892 0.72313,1.23967 2.27271,1.85951 3.61568,1.54961 1.44628,-0.30994 2.58264,-1.44629 2.78925,-2.89259 m -5.16528,-3.71901 c -0.4132,0.20662 -0.82643,0.61984 -1.23965,1.03307 m 0.3099,-0.10329 c -0.92974,1.13636 -1.03306,2.68594 -0.3099,3.92562 0.72313,1.23965 2.16942,1.85949 3.51238,1.54958 1.44627,-0.20661 2.47933,-1.34299 2.78923,-2.68597 m -0.10329,0 h 0.20661 m -6.40493,-2.58262 0.3099,-0.10332 m 0.92975,-0.82645 v -0.20662 m 1.54958,-0.20661 c -0.51652,0 -1.03304,0.10332 -1.44626,0.30993 m 1.34296,-0.51652 0.1033,0.20659 m 2.99587,3.92562 h 0.41322 m -0.41322,-0.92974 v 0.92974 m 0.41322,-0.92974 h -0.41322 m 0.51651,0 c -0.20658,-1.34297 -1.03303,-2.37604 -2.16939,-2.78927 m -1.23967,0.30994 1.13635,-0.30994 m -1.23967,-0.20661 0.10332,0.51655 m -1.44629,0.41322 -0.20661,-0.51654 m -0.92975,0.82645 1.13636,-0.30991 m 3.92561,2.16943 c 0,-0.30993 -0.10329,-0.51655 -0.20661,-0.82645 m -0.72313,1.13635 0.92974,-0.20661 m -0.82645,0.10332 c -0.61981,0.20659 -0.92974,0.82643 -0.82642,1.44627 m 0.41322,1.44629 -0.41322,-1.44629 m -0.41323,1.6529 c 0.30991,0 0.61984,-0.10332 0.82645,-0.20661 m -1.23967,-1.23968 0.3099,1.54958 m -0.3099,-1.54958 c -0.10332,-0.61984 -0.72313,-0.92975 -1.34297,-0.82645 m -1.54958,0.51654 1.44626,-0.41322 m -1.65287,-0.51655 c 0.10329,0.30993 0.10329,0.61984 0.20661,0.82645 m 1.23965,-1.13636 -1.44626,0.30991 m 1.54958,-0.4132 c 0.51651,-0.10332 0.92974,-0.72316 0.72313,-1.343 m -0.41323,-1.44626 0.41323,1.44626 m 0.82645,-0.20661 -0.41323,-1.44627 m 0.41323,1.44627 c 0.20661,0.51655 0.82645,0.92977 1.44628,0.72316 m 0.82643,-0.20661 -0.92975,0.3099 m 0.10332,-2.47933 c -0.51654,-0.20661 -1.03306,-0.30991 -1.5496,-0.30991 m 3.6157,3.20247 c -0.10332,-1.23968 -0.92974,-2.37604 -2.0661,-2.89256 m 2.0661,3.8223 c 0.1033,-0.3099 0.1033,-0.61981 0,-0.92974 m 0,0 h -0.20661 m -2.16942,-2.78927 0.30993,-0.10329 m -1.23967,3.20249 c 0,-0.10332 -0.10332,-0.20661 -0.20661,-0.20661 -0.10332,0 -0.20662,0.10329 -0.20662,0.20661 0,0.10329 0.1033,0.30991 0.20662,0.30991 0.10329,0 0.20661,-0.20662 0.20661,-0.30991 m -1.44629,-1.03306 c 0,-0.41323 -0.3099,-0.72314 -0.61984,-0.72314 -0.41319,0 -0.72313,0.30991 -0.72313,0.72314 0,0.3099 0.30994,0.72313 0.72313,0.72313 0.30994,0 0.61984,-0.41323 0.61984,-0.72313 m 2.99587,-0.82646 c 0,-0.41322 -0.30991,-0.72313 -0.61984,-0.72313 -0.41322,0 -0.72313,0.30991 -0.72313,0.72313 0,0.30991 0.30991,0.72314 0.72313,0.72314 0.30993,0 0.61984,-0.41323 0.61984,-0.72314 m 0.82645,2.99588 c 0,-0.41323 -0.30993,-0.72316 -0.61984,-0.72316 -0.41322,0 -0.72313,0.30993 -0.72313,0.72316 0,0.30991 0.30991,0.72313 0.72313,0.72313 0.30991,0 0.61984,-0.41322 0.61984,-0.72313 m -2.99587,0.82643 c 0,-0.4132 -0.3099,-0.72314 -0.61984,-0.72314 -0.41322,0 -0.72313,0.30994 -0.72313,0.72314 0,0.30993 0.30991,0.72316 0.72313,0.72316 0.30994,0 0.61984,-0.41323 0.61984,-0.72316 m -0.20661,0 c 0,-0.30991 -0.20661,-0.51652 -0.41323,-0.51652 -0.3099,0 -0.51651,0.20661 -0.51651,0.51652 0,0.20661 0.20661,0.51654 0.51651,0.51654 0.20662,0 0.41323,-0.30993 0.41323,-0.51654 m 2.99587,-0.82643 c 0,-0.30993 -0.20662,-0.51655 -0.41323,-0.51655 -0.30993,0 -0.51652,0.20662 -0.51652,0.51655 0,0.20661 0.20659,0.51652 0.51652,0.51652 0.20661,0 0.41323,-0.30991 0.41323,-0.51652 m -0.82645,-2.99588 c 0,-0.3099 -0.20662,-0.51652 -0.41323,-0.51652 -0.3099,0 -0.51652,0.20662 -0.51652,0.51652 0,0.20662 0.20662,0.51652 0.51652,0.51652 0.20661,0 0.41323,-0.3099 0.41323,-0.51652 m -2.99587,0.82646 c 0,-0.30994 -0.20661,-0.51655 -0.41323,-0.51655 -0.3099,0 -0.51651,0.20661 -0.51651,0.51655 0,0.20661 0.20661,0.51652 0.51651,0.51652 0.20662,0 0.41323,-0.30991 0.41323,-0.51652 m -1.65287,0.51652 h 0.20661 m 0,0 0.10329,0.72313 m 0,0 0.10332,-0.20659 m 0,0 0.10329,0.20659 m 0,0 -0.10329,0.10332 m 0,0 h -0.10332 m 0,0 -0.3099,-0.82645 m 2.78925,3.20249 0.10329,0.3099 m 0,0 h -0.10329 m 0,0 -0.10332,-0.20661 m 0,0 h -0.10329 m 0,0 v -0.10329 m 0,0 h 0.10329 m 0,0 -0.10329,-0.20662 m 0,0 h 0.20661 m 0,0 v 0.1033 m 0,0 0.30991,-0.1033 m 0,0 0.10329,0.20662 m 0,0 -0.10329,0.61983 m 0,0 -0.20662,0.1033 m 0,0 0.1033,-0.72313 m 0,0 h -0.20659 m 1.54958,0 0.10329,0.10329 0.20662,0.10332 m 0,0 h 0.10329 m 0.10332,-0.10332 c 0.10329,0 0.10329,-0.20661 0.10329,-0.30991 m -0.10329,0.1033 h -0.10332 m 0,0.10332 c 0,0 0.10332,0 0,-0.10332 m -0.20659,0 c 0,0 0,0.10332 0.1033,0.10332 h 0.10329 m -0.20659,0 v -0.10332 l 0.1033,-0.1033 m 0,0 v -0.10332 m 0,0 h -0.1033 m -0.10332,-0.10329 c 0,0 0,0.10329 0.10332,0.10329 h 0.1033 m -0.1033,-0.3099 c 0,0 -0.10332,0 -0.10332,0.10329 v 0.10332 m 0,-0.10332 h 0.10332 0.1033 m 0,0 h 0.10329 m 0,0 -0.10329,-0.10329 -0.20662,-0.10332 m 0,0 -0.10329,0.20661 -0.10332,0.20661 m 0.10332,-0.10329 c 0,0.10329 0,0.20661 0.10329,0.20661 m 0,0 -0.10329,0.1033 v 0.10332 m 1.13636,-4.64876 -0.51655,0.10329 m 0,0 0.10332,0.10332 m 0,0 0.30991,-0.10332 m 0,0 -0.20661,0.41323 m 0.10331,0 c -0.10331,0.10329 0,0.20661 0,0.20661 0.1033,0.1033 0.20662,0.1033 0.30991,0.1033 0.10332,-0.1033 0.10332,-0.20662 0.10332,-0.30991 m 0,0.10329 h -0.20661 m -0.10332,-0.10329 c -0.1033,0.10329 -0.1033,0.10329 0,0.20661 h 0.10332 c 0.10329,0 0.10329,-0.10332 0.10329,-0.20661 m -0.30991,0.10329 0.20662,-0.51652 m 0,0 v -0.10329 m -2.68594,-33.88421 c -0.30993,0 -0.61984,0.10332 -0.92977,0.20661 m 1.13636,-0.61983 c -0.51652,0 -1.03304,0.10332 -1.54958,0.30993 m -1.23965,1.13636 c -0.82645,1.13636 -0.82645,2.78923 0,3.92559 0.72313,1.23966 2.27271,1.8595 3.61568,1.54959 1.44628,-0.30993 2.58264,-1.44629 2.78925,-2.89256 m -5.16528,-3.71898 c -0.4132,0.3099 -0.82643,0.61984 -1.23965,1.13636 m 0.3099,-0.10332 c -0.92974,1.03306 -1.03306,2.58262 -0.3099,3.8223 0.72313,1.23965 2.16942,1.85949 3.51238,1.65288 1.44627,-0.30991 2.47933,-1.34297 2.78923,-2.78924 m -0.10329,0.10329 h 0.20661 m -6.40493,-2.68591 0.3099,-0.10332 m 0.92975,-0.72314 v -0.20661 m 1.54958,-0.3099 c -0.51652,0 -1.03304,0.20661 -1.44626,0.41322 m 1.34296,-0.51654 0.1033,0.20661 m 2.99587,3.92559 h 0.41322 m -0.41322,-1.03303 v 1.03303 m 0.41322,-0.92971 -0.41322,-0.10332 m 0.51651,0 c -0.20658,-1.23966 -1.03303,-2.37602 -2.16939,-2.78924 m -1.23967,0.41322 1.13635,-0.30993 m -1.23967,-0.20661 0.10332,0.51654 m -1.44629,0.4132 -0.20661,-0.51652 m -0.92975,0.72314 1.13636,-0.20662 m 3.92561,2.16943 c 0,-0.30991 -0.10329,-0.61981 -0.20661,-0.92975 m -0.72313,1.23968 0.92974,-0.30993 m -0.82645,0.20661 c -0.61981,0.10332 -0.92974,0.72313 -0.82642,1.34295 m 0.41322,1.54958 -0.41322,-1.44626 m -0.41323,1.65288 c 0.30991,-0.1033 0.61984,-0.1033 0.82645,-0.20662 m -1.23967,-1.23965 0.3099,1.44627 m -0.3099,-1.54959 c -0.10332,-0.51652 -0.72313,-0.92975 -1.34297,-0.72313 m -1.54958,0.41322 1.44626,-0.41322 m -1.65287,-0.5165 c 0.10329,0.30988 0.10329,0.61982 0.20661,0.92972 m 1.23965,-1.23965 -1.44626,0.4132 m 1.54958,-0.4132 c 0.51651,-0.20661 0.92974,-0.82642 0.72313,-1.44626 m -0.41323,-1.34298 0.41323,1.44627 m 0.82645,-0.20661 -0.41323,-1.54959 m 0.41323,1.44629 c 0.20661,0.61984 0.82645,0.92975 1.44628,0.82646 m 0.82643,-0.20662 -0.92975,0.20662 m 0.10332,-2.37604 c -0.51654,-0.30993 -1.03306,-0.41323 -1.5496,-0.30993 m 3.6157,3.09917 c -0.10332,-1.23966 -0.92974,-2.27272 -2.0661,-2.78924 m 2.0661,3.71898 c 0.1033,-0.3099 0.1033,-0.61981 0,-0.92974 m 0,0.10332 h -0.20661 m -2.16942,-2.78927 0.30993,-0.10329 m -1.23967,3.20246 c 0,-0.10329 -0.10332,-0.20661 -0.20661,-0.20661 -0.10332,0 -0.20662,0.10332 -0.20662,0.20661 0,0.10332 0.1033,0.20662 0.20662,0.20662 0.10329,0 0.20661,-0.1033 0.20661,-0.20662 m -1.44629,-1.13636 c 0,-0.3099 -0.3099,-0.61984 -0.61984,-0.61984 -0.41319,0 -0.72313,0.30994 -0.72313,0.61984 0,0.41323 0.30994,0.72314 0.72313,0.72314 0.30994,0 0.61984,-0.30991 0.61984,-0.72314 m 2.99587,-0.82645 c 0,-0.30991 -0.30991,-0.61981 -0.61984,-0.61981 -0.41322,0 -0.72313,0.3099 -0.72313,0.61981 0,0.41323 0.30991,0.72316 0.72313,0.72316 0.30993,0 0.61984,-0.30993 0.61984,-0.72316 m 0.82645,2.99585 c 0,-0.30991 -0.30993,-0.61984 -0.61984,-0.61984 -0.41322,0 -0.72313,0.30993 -0.72313,0.61984 0,0.41323 0.30991,0.72313 0.72313,0.72313 0.30991,0 0.61984,-0.3099 0.61984,-0.72313 m -2.99587,0.82645 c 0,-0.30993 -0.3099,-0.61984 -0.61984,-0.61984 -0.41322,0 -0.72313,0.30991 -0.72313,0.61984 0,0.41323 0.30991,0.72314 0.72313,0.72314 0.30994,0 0.61984,-0.30991 0.61984,-0.72314 m -0.20661,0 c 0,-0.20661 -0.20661,-0.41322 -0.41323,-0.41322 -0.3099,0 -0.51651,0.20661 -0.51651,0.41322 0,0.30991 0.20661,0.51652 0.51651,0.51652 0.20662,0 0.41323,-0.20661 0.41323,-0.51652 m 2.99587,-0.82645 c 0,-0.20661 -0.20662,-0.41323 -0.41323,-0.41323 -0.30993,0 -0.51652,0.20662 -0.51652,0.41323 0,0.30991 0.20659,0.51652 0.51652,0.51652 0.20661,0 0.41323,-0.20661 0.41323,-0.51652 m -0.82645,-2.99585 c 0,-0.20661 -0.20662,-0.41323 -0.41323,-0.41323 -0.3099,0 -0.51652,0.20662 -0.51652,0.41323 0,0.30993 0.20662,0.51655 0.51652,0.51655 0.20661,0 0.41323,-0.20662 0.41323,-0.51655 m -2.99587,0.82645 c 0,-0.20661 -0.20661,-0.41322 -0.41323,-0.41322 -0.3099,0 -0.51651,0.20661 -0.51651,0.41322 0,0.30994 0.20661,0.51652 0.51651,0.51652 0.20662,0 0.41323,-0.20658 0.41323,-0.51652 m -1.65287,0.51652 h 0.20661 m 0,0 0.10329,0.72316 m 0,0 0.10332,-0.10332 m 0,0 0.10329,0.10332 m 0,0 -0.10329,0.1033 m 0,0 -0.10332,0.10331 m 0,0 -0.3099,-0.92977 m 2.78925,3.30579 0.10329,0.20658 m 0,0 -0.10329,0.10332 m 0,0 -0.10332,-0.3099 m 0,0 h -0.10329 m 0,0 v -0.10332 m 0,0 h 0.10329 m 0,0 -0.10329,-0.1033 m 0,0 h 0.20661 m 0,0 v 0.1033 m 0,0 0.30991,-0.1033 m 0,0 0.10329,0.1033 m 0,0 -0.10329,0.72313 m 0,0 h -0.20662 m 0,0 0.1033,-0.72313 m 0,0 -0.20659,0.10332 m 1.54958,0 0.10329,0.10329 h 0.20662 m 0,0 h 0.10329 m 0.10332,0 c 0.10329,-0.10329 0.10329,-0.20661 0.10329,-0.30991 m -0.10329,0.1033 h -0.10332 m 0,0.10332 c 0,0 0.10332,-0.10332 0,-0.10332 m -0.20659,0 h 0.1033 c 0,0.10332 0,0.10332 0.10329,0 m -0.20659,0 v -0.1033 h 0.1033 m 0,0 v -0.10332 m 0,0 h -0.1033 m -0.10332,-0.20661 c 0,0.10332 0,0.10332 0.10332,0.10332 0,0.10329 0,0.10329 0.1033,0 m -0.1033,-0.20661 h -0.10332 v 0.10329 m 0,-0.10329 h 0.10332 l 0.1033,0.10329 m 0,0 0.10329,-0.10329 m 0,0 -0.10329,-0.10332 h -0.20662 m 0,0 -0.10329,0.10332 -0.10332,0.20661 m 0.10332,0 c 0,0.10329 0,0.10329 0.10329,0.10329 m 0,0.10332 -0.10329,0.1033 v 0.10332 m 1.13636,-4.75205 -0.51655,0.10329 m 0,0 0.10332,0.10332 m 0,0 h 0.30991 m 0,0 -0.20661,0.41323 m 0.10331,-0.10332 c -0.10331,0.10332 0,0.20661 0,0.30993 0.1033,0.10329 0.20662,0.10329 0.30991,0 0.10332,0 0.10332,-0.10332 0.10332,-0.20661 m 0,0 h -0.20661 m -0.10332,0 c -0.1033,0 -0.1033,0.10329 0,0.10329 0,0.10332 0.10332,0.10332 0.10332,0 0.10329,0 0.10329,-0.10329 0.10329,-0.10329 m -0.30991,0 0.20662,-0.51655 m 0,0 v -0.10329 m -2.68594,-33.884211 c -0.30993,0.103294 -0.61984,0.103294 -0.92977,0.206587 m 1.13636,-0.619813 c -0.51652,0 -1.03304,0.206613 -1.54958,0.413226 m -1.23965,1.033039 c -0.82645,1.239679 -0.82645,2.789264 0,4.028943 0.72313,1.239652 2.27271,1.859492 3.61568,1.549585 1.44628,-0.309933 2.58264,-1.446292 2.78925,-2.892584 m -5.16528,-3.718983 c -0.4132,0.206587 -0.82643,0.619813 -1.23965,1.033039 m 0.3099,-0.103293 c -0.92974,1.136359 -1.03306,2.685944 -0.3099,3.925623 0.72313,1.239652 2.16942,1.859492 3.51238,1.549585 1.44627,-0.206613 2.47933,-1.342972 2.78923,-2.685971 m -0.10329,0 h 0.20661 m -6.40493,-2.582624 0.3099,-0.10332 m 0.92975,-0.826452 v -0.206587 m 1.54958,-0.206613 c -0.51652,0 -1.03304,0.103293 -1.44626,0.309907 m 1.34296,-0.51652 0.1033,0.206613 m 2.99587,3.925596 h 0.41322 m -0.41322,-0.929745 v 0.929745 m 0.41322,-0.929745 h -0.41322 m 0.51651,0 c -0.20658,-1.342972 -1.03303,-2.376038 -2.16939,-2.789238 m -1.23967,0.309907 1.13635,-0.309907 m -1.23967,-0.206613 0.10332,0.51652 m -1.44629,0.413226 -0.20661,-0.516546 m -0.92975,0.826452 1.13636,-0.309906 m 3.92561,2.169424 c 0,-0.309932 -0.10329,-0.516546 -0.20661,-0.826452 m -0.72313,1.136359 0.92974,-0.206613 m -0.82645,0.10332 c -0.61981,0.206613 -0.92974,0.826426 -0.82642,1.446265 m 0.41322,1.446292 -0.41322,-1.446292 m -0.41323,1.652905 c 0.30991,0 0.61984,-0.10332 0.82645,-0.206613 m -1.23967,-1.239679 0.3099,1.549585 m -0.3099,-1.549585 c -0.10332,-0.619839 -0.72313,-0.929746 -1.34297,-0.826452 m -1.54958,0.516546 1.44626,-0.413227 m -1.65287,-0.516519 c 0.10329,0.309906 0.10329,0.619813 0.20661,0.826426 m 1.23965,-1.136359 -1.44626,0.309933 m 1.54958,-0.413226 c 0.51651,-0.10332 0.92974,-0.72316 0.72313,-1.342973 m -0.41323,-1.446291 0.41323,1.446291 m 0.82645,-0.206613 -0.41323,-1.446291 m 0.41323,1.446291 c 0.20661,0.51652 0.82645,0.929746 1.44628,0.723133 m 0.82643,-0.206613 -0.92975,0.309906 m 0.10332,-2.479331 c -0.51654,-0.206613 -1.03306,-0.309906 -1.5496,-0.309906 m 3.6157,3.202464 c -0.10332,-1.239653 -0.92974,-2.376038 -2.0661,-2.892558 m 2.0661,3.822303 c 0.1033,-0.309906 0.1033,-0.619812 0,-0.929745 m 0,0 h -0.20661 m -2.16942,-2.789238 0.30993,-0.10332 m -1.23967,3.202491 c 0,-0.10332 -0.10332,-0.206614 -0.20661,-0.206614 -0.10332,0 -0.20662,0.103294 -0.20662,0.206614 0,0.103293 0.1033,0.309906 0.20662,0.309906 0.10329,0 0.20661,-0.206613 0.20661,-0.309906 m -1.44629,-1.033066 c 0,-0.413226 -0.3099,-0.723133 -0.61984,-0.723133 -0.41319,0 -0.72313,0.309907 -0.72313,0.723133 0,0.309906 0.30994,0.723133 0.72313,0.723133 0.30994,0 0.61984,-0.413227 0.61984,-0.723133 m 2.99587,-0.826453 c 0,-0.413226 -0.30991,-0.723132 -0.61984,-0.723132 -0.41322,0 -0.72313,0.309906 -0.72313,0.723132 0,0.309933 0.30991,0.723133 0.72313,0.723133 0.30993,0 0.61984,-0.4132 0.61984,-0.723133 m 0.82645,2.995878 c 0,-0.413227 -0.30993,-0.723133 -0.61984,-0.723133 -0.41322,0 -0.72313,0.309906 -0.72313,0.723133 0,0.309906 0.30991,0.723132 0.72313,0.723132 0.30991,0 0.61984,-0.413226 0.61984,-0.723132 m -2.99587,0.826452 c 0,-0.413226 -0.3099,-0.723159 -0.61984,-0.723159 -0.41322,0 -0.72313,0.309933 -0.72313,0.723159 0,0.309906 0.30991,0.723133 0.72313,0.723133 0.30994,0 0.61984,-0.413227 0.61984,-0.723133 m -0.20661,0 c 0,-0.309933 -0.20661,-0.516546 -0.41323,-0.516546 -0.3099,0 -0.51651,0.206613 -0.51651,0.516546 0,0.206613 0.20661,0.51652 0.51651,0.51652 0.20662,0 0.41323,-0.309907 0.41323,-0.51652 m 2.99587,-0.826452 c 0,-0.309933 -0.20662,-0.516547 -0.41323,-0.516547 -0.30993,0 -0.51652,0.206614 -0.51652,0.516547 0,0.206613 0.20659,0.516519 0.51652,0.516519 0.20661,0 0.41323,-0.309906 0.41323,-0.516519 m -0.82645,-2.995878 c 0,-0.309906 -0.20662,-0.516519 -0.41323,-0.516519 -0.3099,0 -0.51652,0.206613 -0.51652,0.516519 0,0.206614 0.20662,0.516546 0.51652,0.516546 0.20661,0 0.41323,-0.309932 0.41323,-0.516546 m -2.99587,0.826453 c 0,-0.309907 -0.20661,-0.51652 -0.41323,-0.51652 -0.3099,0 -0.51651,0.206613 -0.51651,0.51652 0,0.206613 0.20661,0.51652 0.51651,0.51652 0.20662,0 0.41323,-0.309907 0.41323,-0.51652 m -1.65287,0.51652 0.20661,-0.103294 m 0,0 0.10329,0.826453 m 0,0 0.10332,-0.206613 m 0,0 0.10329,0.206613 m 0,0 -0.10329,0.103293 m 0,0 h -0.10332 m 0,0 -0.3099,-0.826452 m 2.78925,3.20249 0.10329,0.309906 m 0,0 h -0.10329 m 0,0 -0.10332,-0.206613 m 0,0 h -0.10329 m 0,0 v -0.103293 m 0,0 h 0.10329 m 0,0 -0.10329,-0.206613 m 0,0 h 0.20661 m 0,0 v 0.103293 m 0,0 0.30991,-0.103293 m 0,0 0.10329,0.206613 m 0,0 -0.10329,0.619839 m 0,0 -0.20662,0.103293 m 0,0 0.1033,-0.723132 m 0,0 h -0.20659 m 1.54958,0 0.10329,0.103293 0.20662,0.10332 m 0,0 h 0.10329 m 0.10332,-0.10332 c 0.10329,0 0.10329,-0.206613 0.10329,-0.309906 m -0.10329,0.103293 h -0.10332 m 0,0.10332 c 0,0 0.10332,-0.10332 0,-0.10332 m -0.20659,0 c 0,0 0,0.10332 0.1033,0.10332 h 0.10329 m -0.20659,0 v -0.10332 l 0.1033,-0.103293 m 0,0 v -0.10332 m 0,0 h -0.1033 m -0.10332,-0.103294 c 0,0 0,0.103294 0.10332,0.103294 h 0.1033 m -0.1033,-0.309907 c 0,0 -0.10332,0 -0.10332,0.10332 v 0.103293 m 0,-0.103293 h 0.10332 0.1033 m 0,0 h 0.10329 m 0,0 -0.10329,-0.10332 -0.20662,-0.103293 m 0,0 -0.10329,0.206613 -0.10332,0.206587 m 0.10332,-0.103294 c 0,0.103294 0,0.206614 0.10329,0.206614 m 0,0 -0.10329,0.103293 v 0.10332 m 1.13636,-4.648756 -0.51655,0.103293 m 0,0 0.10332,0.10332 m 0,0 0.30991,-0.10332 m 0,0 -0.20661,0.413227 m 0.10331,0 c -0.10331,0.103319 0,0.206613 0,0.206613 0.1033,0.103293 0.20662,0.103293 0.30991,0.103293 0.10332,-0.103293 0.10332,-0.206587 0.10332,-0.309906 m 0,0.103319 h -0.20661 m -0.10332,-0.103319 c -0.1033,0.103319 -0.1033,0.103319 0,0.206613 h 0.10332 c 0.10329,0 0.10329,-0.103294 0.10329,-0.206613 m -0.30991,0.103319 0.20662,-0.516546 m 0,0 V 73.088638 M 225.77417,39.20443 c -0.30993,0 -0.61984,0.10332 -0.92977,0.206613 m 1.13636,-0.619839 c -0.51652,0 -1.03304,0.10332 -1.54958,0.309933 m -1.23965,1.136359 c -0.82645,1.136359 -0.82645,2.789237 0,3.925596 0.72313,1.239679 2.27271,1.859492 3.61568,1.549585 1.44628,-0.309906 2.58264,-1.446292 2.78925,-2.892557 m -5.16528,-3.718983 c -0.4132,0.309906 -0.82643,0.619839 -1.23965,1.136359 m 0.3099,-0.103294 c -0.92974,1.033039 -1.03306,2.582598 -0.3099,3.822277 0.72313,1.239679 2.16942,1.859492 3.51238,1.652905 1.44627,-0.309933 2.47933,-1.342999 2.78923,-2.789264 m -0.10329,0.103293 h 0.20661 m -6.40493,-2.685917 0.3099,-0.103294 m 0.92975,-0.723159 V 39.20443 m 1.54958,-0.309906 c -0.51652,0 -1.03304,0.206613 -1.44626,0.413226 m 1.34296,-0.516546 0.1033,0.206613 m 2.99587,3.822303 0.41322,0.103293 m -0.41322,-1.033012 v 0.929719 m 0.41322,-0.826426 -0.41322,-0.103293 m 0.51651,0 c -0.20658,-1.239679 -1.03303,-2.376038 -2.16939,-2.789264 m -1.23967,0.413226 1.13635,-0.309933 m -1.23967,-0.206613 0.10332,0.516546 m -1.44629,0.309906 -0.20661,-0.413226 m -0.92975,0.723159 1.13636,-0.309933 m 3.92561,2.272745 c 0,-0.309933 -0.10329,-0.61984 -0.20661,-0.929773 m -0.72313,1.239653 0.92974,-0.30988 m -0.82645,0.206586 c -0.61981,0.103294 -0.92974,0.723133 -0.82642,1.342972 m 0.41322,1.549586 -0.41322,-1.446292 m -0.41323,1.652905 c 0.30991,-0.10332 0.61984,-0.10332 0.82645,-0.206613 m -1.23967,-1.239679 0.3099,1.446292 m -0.3099,-1.549585 c -0.10332,-0.516546 -0.72313,-0.929773 -1.34297,-0.72316 m -1.54958,0.413227 1.44626,-0.413227 m -1.65287,-0.516519 c 0.10329,0.309906 0.10329,0.619839 0.20661,0.929746 m 1.23965,-1.239653 -1.44626,0.4132 m 1.54958,-0.4132 c 0.51651,-0.206586 0.92974,-0.826426 0.72313,-1.446265 m -0.41323,-1.342972 0.41323,1.446265 m 0.82645,-0.206613 -0.41323,-1.549585 m 0.41323,1.446292 c 0.20661,0.619839 0.82645,0.929746 1.44628,0.826452 m 0.82643,-0.206613 -0.92975,0.206613 m 0.10332,-2.376037 c -0.51654,-0.309933 -1.03306,-0.413227 -1.5496,-0.309933 m 3.6157,3.099197 c -0.10332,-1.239679 -0.92974,-2.272745 -2.0661,-2.789264 m 2.0661,3.718983 c 0.1033,-0.309933 0.1033,-0.619813 0,-0.929719 m 0,0.103293 h -0.20661 m -2.16942,-2.789264 0.30993,-0.103293 m -1.23967,3.202463 c 0,-0.103293 -0.10332,-0.206586 -0.20661,-0.206586 -0.10332,0 -0.20662,0.103293 -0.20662,0.206586 0,0.103294 0.1033,0.206587 0.20662,0.206587 0.10329,0 0.20661,-0.103293 0.20661,-0.206587 m -1.44629,-1.136359 c 0,-0.309906 -0.3099,-0.619839 -0.61984,-0.619839 -0.41319,0 -0.72313,0.309933 -0.72313,0.619839 0,0.413227 0.30994,0.72316 0.72313,0.72316 0.30994,0 0.61984,-0.309933 0.61984,-0.72316 m 2.99587,-0.826426 c 0,-0.309933 -0.30991,-0.619839 -0.61984,-0.619839 -0.41322,0 -0.72313,0.309906 -0.72313,0.619839 0,0.4132 0.30991,0.723133 0.72313,0.723133 0.30993,0 0.61984,-0.309933 0.61984,-0.723133 m 0.82645,2.995825 c 0,-0.309907 -0.30993,-0.61984 -0.61984,-0.61984 -0.41322,0 -0.72313,0.309933 -0.72313,0.61984 0,0.413226 0.30991,0.723132 0.72313,0.723132 0.30991,0 0.61984,-0.309906 0.61984,-0.723132 m -2.99587,0.826452 c 0,-0.309906 -0.3099,-0.619839 -0.61984,-0.619839 -0.41322,0 -0.72313,0.309933 -0.72313,0.619839 0,0.413226 0.30991,0.723133 0.72313,0.723133 0.30994,0 0.61984,-0.309907 0.61984,-0.723133 m -0.20661,0 c 0,-0.206613 -0.20661,-0.413226 -0.41323,-0.413226 -0.3099,0 -0.51651,0.206613 -0.51651,0.413226 0,0.309906 0.20661,0.51652 0.51651,0.51652 0.20662,0 0.41323,-0.206614 0.41323,-0.51652 m 2.99587,-0.826452 c 0,-0.206614 -0.20662,-0.413227 -0.41323,-0.413227 -0.30993,0 -0.51652,0.206613 -0.51652,0.413227 0,0.309932 0.20659,0.516546 0.51652,0.516546 0.20661,0 0.41323,-0.206614 0.41323,-0.516546 m -0.82645,-2.995825 c 0,-0.206613 -0.20662,-0.413226 -0.41323,-0.413226 -0.3099,0 -0.51652,0.206613 -0.51652,0.413226 0,0.309907 0.20662,0.51652 0.51652,0.51652 0.20661,0 0.41323,-0.206613 0.41323,-0.51652 m -2.99587,0.826426 c 0,-0.206613 -0.20661,-0.413226 -0.41323,-0.413226 -0.3099,0 -0.51651,0.206613 -0.51651,0.413226 0,0.309933 0.20661,0.516546 0.51651,0.516546 0.20662,0 0.41323,-0.206613 0.41323,-0.516546 m -1.65287,0.516546 h 0.20661 m 0,0 0.10329,0.723107 m 0,0 0.10332,-0.103294 m 0,0 0.10329,0.103294 m 0,0 -0.10329,0.103293 m 0,0 -0.10332,0.10332 m 0,0 -0.3099,-0.92972 m 2.78925,3.305758 0.10329,0.206613 m 0,0 -0.10329,0.103293 m 0,0 -0.10332,-0.309906 m 0,0 h -0.10329 m 0,0 v -0.10332 m 0,0 h 0.10329 m 0,0 -0.10329,-0.103294 m 0,0 h 0.20661 m 0,0 v 0.103294 m 0,0 0.30991,-0.103294 m 0,0 0.10329,0.103294 m 0,0 -0.10329,0.723159 m 0,0 h -0.20662 m 0,0 0.1033,-0.723159 m 0,0 -0.20659,0.10332 m 1.54958,0 0.10329,0.103293 h 0.20662 m 0,0 h 0.10329 m 0.10332,0 c 0.10329,-0.103293 0.10329,-0.206613 0.10329,-0.309907 m -0.10329,0.103294 h -0.10332 m 0,0 c 0,0 0.10332,0 0,-0.103294 m -0.20659,0.103294 h 0.1033 c 0,0.10332 0,0.10332 0.10329,0 m -0.20659,0 v -0.103294 h 0.1033 m 0,0 v -0.103319 m 0,0 h -0.1033 m -0.10332,-0.206614 c 0,0 0,0.10332 0.10332,0.10332 h 0.1033 m -0.1033,-0.206613 h -0.10332 v 0.103293 m 0,-0.103293 h 0.10332 l 0.1033,0.103293 m 0,0 0.10329,-0.103293 m 0,0 -0.10329,-0.10332 h -0.20662 m 0,0 -0.10329,0.10332 -0.10332,0.206613 m 0.10332,0 c 0,0.103294 0,0.103294 0.10329,0.103294 m 0,0.103319 -0.10329,0.103294 v 0.10332 m 1.13636,-4.752049 -0.51655,0.103319 m 0,0 0.10332,0.103294 m 0,0 h 0.30991 m 0,0 -0.20661,0.413226 m 0.10331,-0.10332 c -0.10331,0.10332 0,0.206613 0,0.309933 0.1033,0.103293 0.20662,0.103293 0.30991,0 0.10332,0 0.10332,-0.10332 0.10332,-0.206613 m 0,0 h -0.20661 m -0.10332,0 c -0.1033,0 -0.1033,0.103293 0,0.103293 0,0.10332 0.10332,0.10332 0.10332,0 0.10329,0 0.10329,-0.103293 0.10329,-0.103293 m -0.30991,0 0.20662,-0.51652 m 0,0 V 40.237496 M 11.518565,104.3902 H 9.3491401 m 2.1694249,2.89255 H 9.142527 m 2.376038,-0.61981 H 9.3491401 M 2.0144669,105.73317 H 0.3615619 M 11.518565,104.80342 H 9.4524599 m 1.6528781,-5.268593 v -7.23138 M 276.80708,10.69211 V 8.5227121 m 2.16941,2.1693979 h -2.16941 m -253.718286,0 V 8.5227121 M 278.97649,158.72889 h -2.16941 m 0,2.16943 v -2.16943 m -253.718286,2.16943 v -2.16943 M 277.2203,167.19992 H 218.54279 M 12.654924,151.1876 H 12.44831 M 22.572274,2.221078 H 79.080368 M 287.13762,151.1876 h 0.30994 M 287.13762,18.233423 h 0.30994 M 0.05165544,99.534827 V 25.25819 m 0,80.99152 v -0.10332 m 0,7.64461 v -0.20661 M 12.654924,18.233423 H 12.44831 M 13.06815,151.1876 h -0.413226 m 274.586016,0 h -0.41322 m 0,-133.057497 c 0.10329,0 0.20661,0.10332 0.41322,0.10332 m -274.586016,0 c 0.206613,0 0.309933,-0.10332 0.413226,-0.10332 m -1.549585,0.516546 h -0.413227 m 0.826453,-0.413226 h -0.826453 m 0,0.413226 H 7.0764222 m 4.0289158,0 v -0.413226 m 0,132.540957 v -31.71481 m 0,32.12803 h 0.826453 m -0.413226,-0.41322 H 11.105338 M 0.46488169,119.05957 v 24.99995 M 11.105338,151.1876 H 7.0764222 m 4.0289158,0 v -0.41322 m 277.581862,0 h 4.13223 M 288.6872,18.233423 h 4.13223 m -4.13223,0.413226 v 58.470905 m -0.82645,74.070046 h 0.82645 m 0,-0.41322 h -0.41322 m 0.41322,0.41322 v -0.41322 M 288.27398,18.646649 h 0.41322 m 0,-0.413226 h -0.82645 m 0.82645,0.413226 V 18.233423 M 0.05165544,106.86955 v -0.20661 M 11.518565,106.24971 H 9.4524599 m 2.0661051,-0.92974 H 9.5557532 m 1.9628118,0.4132 H 9.5557532 m -9.50409776,-0.72314 v -0.20661 m 1.96281146,0.51655 h -1.652905 m -0.30990646,-2.16943 v -0.20661 m 11.46690956,0 H 8.8326205 m -6.0950209,0 H 0.05165544 m 0,0 v -0.41323 m 11.46690956,0 H 8.7293008 m -5.8883814,0 H 0.05165544 m 0,0 v -0.20661 M 11.518565,102.01416 H 8.6260074 m -5.5784749,0 H 0.3615619 m -0.30990646,-0.82643 v -0.20661 M 11.518565,101.60096 H 8.4193943 m -5.2685685,0 H 0.3615619 M 11.518565,100.98112 H 8.316101 m -4.9586621,0 H 0.05165544 m 0,0 v -0.30993 m 11.46690956,0 H 8.2127812 m -4.7520489,0 H 0.05165544 m 0,0 v -0.20662 M 11.518565,100.36128 H 8.1094878 m -4.5454357,0 H 0.15494878 m -0.10329334,17.76854 v -0.20661 M 11.518565,118.33644 H 0.15494878 M 11.518565,117.92321 H 0.05165544 m 0,0 v -0.30988 m 11.46690956,0 H 0.05165544 m 0,0 v -0.20661 m 0,-4.8554 v -0.20659 m 11.46690956,0 H 0.05165544 m 0,0 v -0.41322 m 11.46690956,0 H 0.05165544 m 0,0 V 111.7249 M 11.518565,111.41496 H 0.3615619 m -0.30990646,-0.82642 v -0.20662 M 11.518565,111.00174 H 0.3615619 M 11.518565,110.38192 H 0.05165544 m 0,0 v -0.30993 m 11.46690956,0 H 0.05165544 m 0,0 v -0.20661 M 11.518565,109.45215 H 0.3615619 M 0.05165544,108.72902 V 108.5224 M 11.518565,109.14224 H 7.0764222 m -2.6859176,0 H 0.3615619 M 11.518565,108.5224 H 8.1094878 m -4.6487555,0 H 0.05165544 m 0,0 v -0.30988 M 11.518565,99.534827 H 7.7995549 m -4.0288897,0 H 0.05165544 M 11.518565,119.05957 H 0.05165544 m 4.95866206,-5.06196 c -0.3099065,0.30994 -0.4131998,0.82646 -0.2066132,1.23968 0.1032934,0.41323 0.5165196,0.72313 1.0330392,0.72313 0.4132262,-0.10329 0.8264525,-0.3099 1.0330656,-0.72313 0.1032933,-0.41322 0,-0.92974 -0.3099064,-1.23968 m 0.2066131,1.65291 -0.3099329,0.20661 -0.1032934,0.10329 -0.1033198,0.10332 m -6.19831426,1.34298 0.30990646,-0.41323 m -0.30990646,-0.72316 v 1.13639 m 0,-4.8554 v 1.03307 m 0.30990646,-0.72314 -0.30990646,-0.30993 m 0,1.03307 0.30990646,-0.30991 m -0.30990646,-8.26445 v 1.13636 m 0.30990646,-0.82642 -0.30990646,-0.30994 m 0.41322625,0.72314 c 0.10329333,-0.1033 0.10329333,-0.30991 0,-0.4132 m -0.41322625,0.82642 0.30990646,-0.41322 m -0.30990646,12.39665 v 0.92975 m 0.10329334,-0.72313 -0.10329334,-0.20662 m 0,0.82646 c 0.20661313,0 0.30990646,-0.20662 0.30990646,-0.30994 0,-0.10329 0,-0.3099 -0.10329333,-0.41322 m -0.20661313,-7.64458 v 1.13636 m 0.30990646,-0.72316 -0.30990646,-0.4132 m 0.41322625,0.72313 c 0.10329333,-0.10332 0.10329333,-0.30993 0,-0.41323 m -0.41322625,0.82646 0.30990646,-0.30994 m -0.30990646,-2.68594 v 1.13636 m 0.30990646,-0.72314 -0.30990646,-0.41322 m 0.41322625,0.72313 c 0.10329333,-0.10329 0.10329333,-0.30991 0,-0.41323 m -0.41322625,0.82646 0.30990646,-0.41323 m -0.30990646,-2.5826 v 1.13636 m 0.30990646,-0.72316 -0.30990646,-0.4132 m 0,-3.71901 v 1.03304 m 0.30990646,-0.72313 -0.30990646,-0.30991 m 0,-1.96281 v 1.13636 m 0.30990646,-0.72313 -0.30990646,-0.41323 m 0.41322625,0.72313 c 0.10329333,-0.10329 0.10329333,-0.3099 0,-0.41322 m -0.41322625,0.82645 0.30990646,-0.30993 M 0.05165544,99.534827 v 0.929743 m 0.20661313,-0.20661 c 0.10329333,-0.10329 0.10329333,-0.309907 0.10329333,-0.4132 0,-0.10332 -0.10329333,-0.309933 -0.30990646,-0.309933 m 0,0.929743 0.10329334,-0.10329 M 276.80708,10.69211 H 23.088794 M 276.80708,158.72889 V 10.69211 M 23.088794,158.72889 H 276.80708 M 6.5599027,113.99761 c 0.1032933,0.10332 0.2066131,0.10332 0.3099064,0.10332 m -0.3099064,-0.10332 c 0,-0.10329 -0.1033198,-0.10329 -0.2066132,-0.20661 m 0.1032934,2.78926 c -0.1032934,-0.20661 -0.1032934,-0.30993 -0.1032934,-0.51652 m 5.1652755,0 H 6.2499697 m 0.1033198,0.61982 -0.1033198,0.10332 H 6.1466764 5.7334502 5.4235173 5.2169041 l -0.1032933,-0.10332 m 6.4049542,0 H 6.3532895 m 5.1652755,0.30993 H 0.3615619 m 0.10331979,0 c 0.10329333,-0.10332 0.10329333,-0.30993 0,-0.41323 m -0.41322625,-0.30993 v -0.20659 m 5.26856846,0 c -0.1033198,0.20659 -0.1033198,0.30991 -0.1033198,0.51652 m -0.1032933,0.1033 H 0.3615619 m 0,0 -0.30990646,-0.41323 m 0,-0.20659 v -0.41322 m 5.16524866,0.41322 v -0.10332 l -0.2065866,-0.10329 -0.2066132,-0.20661 m 0.4131998,0.41322 H 0.05165544 m 4.75204886,-0.41322 -0.826426,-0.51655 m 0.826426,0.51655 H 0.05165544 m 0,0 v -0.10332 m 6.71486036,-1.34297 0.826426,0.51652 m 3.9256232,-0.51652 H 6.7665158 m -2.6859442,0.51652 c -0.1032933,0 -0.1032933,0.10332 -0.1032933,0.20661 0,0 0,0.10332 0.1032933,0.10332 m -0.1032933,0.10329 H 0.3615619 m 11.1570031,0.51655 H 6.7665158 m 0.826426,-0.51655 -0.826426,0.51655 m -6.71486036,-1.23968 v -0.20661 m 3.92562286,0.51652 0.826426,-0.51652 m -0.826426,0.51652 H 0.3615619 m 11.1570031,0.41322 H 7.5929418 m 0,-0.10329 c 0.1033198,0 0.1033198,-0.10332 0.1033198,-0.10332 0,-0.10329 0,-0.20661 -0.1033198,-0.20661 m 3.9256232,0 H 7.5929418 M 0.05165544,114.20423 V 113.791 m 5.26856846,0 H 0.05165544 m 5.16524866,0 c 0,0.10332 -0.1032933,0.10332 -0.2065866,0.20661 m -0.2066132,0.10332 c 0.1032934,0 0.2066132,0 0.3099065,-0.10332 m -0.3099065,0.20662 H 0.05165544 M 11.518565,113.791 H 6.2499697 m 5.2685953,-0.92975 H 0.3615619 m 11.1570031,0.41323 H 6.3532895 m -1.2396787,0 H 0.3615619 m 0.10331979,-0.10332 c 0.10329333,-0.10329 0.10329333,-0.30991 0,-0.41323 M 23.088794,10.69211 v 148.03678 m 0,0 H 20.919369 M 23.088794,10.69211 h -2.169425 m -9.400804,96.90058 H 8.9359139 m 2.5826511,0.61983 H 8.5227141 m -5.4751816,0 H 0.05165544 m 0,0 v -0.20661 m 0,0 0.30990646,-0.41322 m 2.0661312,-0.30994 H 0.3615619 m 2.2727443,0.30994 H 0.3615619 m 0.10331979,0 c 0.10329333,-0.10332 0.10329333,-0.30994 0,-0.41323 M 0.05165544,104.3902 v -0.20662 m 0,0 0.30990646,-0.3099 M 11.518565,103.46045 H 9.0392337 m -6.5082472,0 H 0.3615619 m 11.1570031,0.41323 H 9.142527 m -6.7148339,0 H 0.3615619 m 0.10331979,-0.10332 c 0.10329333,-0.1033 0.10329333,-0.30991 0,-0.4132 m 1.65287851,1.44626 H 0.05165544 m 0,0 v -0.41322 m 2.16942456,0 H 0.05165544 m 2.06610476,2.27274 H 0.05165544 m 0,0 v -0.41323 m 2.06610476,0 H 0.05165544 m 5.06195536,7.02477 0.2066131,-0.10332 0.1032934,-0.10329 h 0.3099329 0.4132262 l 0.1032933,0.10329 0.1033198,0.10332 m 0,0.51652 c 0.1032934,-0.20661 0.1032934,-0.41323 0.1032934,-0.61984 m -0.2066132,0.61984 0.1033198,0.10332 m 0,-0.10332 c -0.3099329,-0.10329 -0.7231591,-0.10329 -1.1363854,0 m 0,0.10332 0.1033198,-0.10332 m -0.1033198,-0.61984 c 0,0.20661 0,0.41323 0.1033198,0.61984 m -5.26856846,0.61984 v 1.13636 m 0.30990646,-0.82645 -0.30990646,-0.30991 m 0.41322625,0.72313 c 0.10329333,-0.10329 0.10329333,-0.3099 0,-0.41322 M 0.05165544,115.5472 0.3615619,115.13397 M 39.307752,75.05145 c 0,-2.582651 -2.066131,-4.648756 -4.648756,-4.648756 -2.582624,0 -4.752049,2.066105 -4.752049,4.648756 0,2.582624 2.169425,4.752048 4.752049,4.752048 2.582625,0 4.648756,-2.169424 4.648756,-4.752048 m 0.619839,0 c 0,-2.892584 -2.376037,-5.268569 -5.268595,-5.268569 -2.99585,0 -5.371888,2.375985 -5.371888,5.268569 0,2.99585 2.376038,5.371861 5.371888,5.371861 2.892558,0 5.268595,-2.376011 5.268595,-5.371861 m -0.516546,0 c 0,-2.685971 -2.066105,-4.752049 -4.752049,-4.752049 -2.685944,0 -4.855342,2.066078 -4.855342,4.752049 0,2.685944 2.169398,4.855368 4.855342,4.855368 2.685944,0 4.752049,-2.169424 4.752049,-4.855368 m -1.136359,0 c 0,-1.962812 -1.652878,-3.615717 -3.61569,-3.615717 -2.066105,0 -3.718983,1.652905 -3.718983,3.615717 0,2.066104 1.652878,3.719009 3.718983,3.719009 1.962812,0 3.61569,-1.652905 3.61569,-3.719009 m 1.033066,32.85114 c 0,-2.58262 -2.066131,-4.64875 -4.648756,-4.64875 -2.582624,0 -4.752049,2.06613 -4.752049,4.64875 0,2.58263 2.169425,4.64873 4.752049,4.64873 2.582625,0 4.648756,-2.0661 4.648756,-4.64873 m 0.619839,0 c 0,-2.99585 -2.376037,-5.26859 -5.268595,-5.26859 -2.99585,0 -5.371888,2.27274 -5.371888,5.26859 0,2.89253 2.376038,5.26857 5.371888,5.26857 2.892558,0 5.268595,-2.37604 5.268595,-5.26857 m -0.516546,0 c 0,-2.68594 -2.066105,-4.85537 -4.752049,-4.85537 -2.685944,0 -4.855342,2.16943 -4.855342,4.85537 0,2.68595 2.169398,4.85534 4.855342,4.85534 2.685944,0 4.752049,-2.16939 4.752049,-4.85534 m -1.136359,0 c 0,-2.0661 -1.652878,-3.71901 -3.61569,-3.71901 -2.066105,0 -3.718983,1.65291 -3.718983,3.71901 0,1.96279 1.652878,3.71899 3.718983,3.71899 1.962812,0 3.61569,-1.7562 3.61569,-3.71899 m 31.921423,0 c 0,-2.0661 -1.652905,-3.71901 -3.615716,-3.71901 -2.066105,0 -3.71901,1.65291 -3.71901,3.71901 0,1.96279 1.652905,3.71899 3.71901,3.71899 1.962811,0 3.615716,-1.7562 3.615716,-3.71899 m 1.033013,0 c 0,-2.58262 -2.066078,-4.64875 -4.648729,-4.64875 -2.582651,0 -4.752075,2.06613 -4.752075,4.64875 0,2.58263 2.169424,4.64873 4.752075,4.64873 2.582651,0 4.648729,-2.0661 4.648729,-4.64873 m 0.619839,0 c 0,-2.99585 -2.376011,-5.26859 -5.268568,-5.26859 -2.995877,0 -5.371888,2.27274 -5.371888,5.26859 0,2.89253 2.376011,5.26857 5.371888,5.26857 2.892557,0 5.268568,-2.37604 5.268568,-5.26857 m -0.516519,0 c 0,-2.68594 -2.066105,-4.85537 -4.752049,-4.85537 -2.685944,0 -4.855369,2.16943 -4.855369,4.85537 0,2.68595 2.169425,4.85534 4.855369,4.85534 2.685944,0 4.752049,-2.16939 4.752049,-4.85534 m -1.136333,32.74785 c 0,-1.96281 -1.652905,-3.61572 -3.615716,-3.61572 -2.066105,0 -3.71901,1.65291 -3.71901,3.61572 0,2.06611 1.652905,3.71898 3.71901,3.71898 1.962811,0 3.615716,-1.65287 3.615716,-3.71898 m 1.033013,0 c 0,-2.58265 -2.066078,-4.64875 -4.648729,-4.64875 -2.582651,0 -4.752075,2.0661 -4.752075,4.64875 0,2.58263 2.169424,4.75205 4.752075,4.75205 2.582651,0 4.648729,-2.16942 4.648729,-4.75205 m 0.619839,0 c 0,-2.89258 -2.376011,-5.26857 -5.268568,-5.26857 -2.995877,0 -5.371888,2.37599 -5.371888,5.26857 0,2.99585 2.376011,5.37186 5.371888,5.37186 2.892557,0 5.268568,-2.37601 5.268568,-5.37186 m -0.516519,0 c 0,-2.68597 -2.066105,-4.75205 -4.752049,-4.75205 -2.685944,0 -4.855369,2.06608 -4.855369,4.75205 0,2.68595 2.169425,4.85537 4.855369,4.85537 2.685944,0 4.752049,-2.16942 4.752049,-4.85537 M 103.15055,42.3036 c 0,-2.582624 -2.06614,-4.648755 -4.64876,-4.648755 -2.582625,0 -4.648756,2.066131 -4.648756,4.648755 0,2.582625 2.066131,4.648756 4.648756,4.648756 2.58262,0 4.64876,-2.066131 4.64876,-4.648756 m 0.61983,0 c 0,-2.99585 -2.37603,-5.268595 -5.26859,-5.268595 -2.995851,0 -5.268595,2.272745 -5.268595,5.268595 0,2.892558 2.272744,5.268569 5.268595,5.268569 2.89256,0 5.26859,-2.376011 5.26859,-5.268569 m -0.41322,0 c 0,-2.685944 -2.16943,-4.855368 -4.85537,-4.855368 -2.685945,0 -4.855369,2.169424 -4.855369,4.855368 0,2.685945 2.169424,4.855369 4.855369,4.855369 2.68594,0 4.85537,-2.169424 4.85537,-4.855369 m -0.20661,32.74785 c 0,-2.582651 -2.06614,-4.648756 -4.64876,-4.648756 -2.582625,0 -4.648756,2.066105 -4.648756,4.648756 0,2.582624 2.066131,4.752048 4.648756,4.752048 2.58262,0 4.64876,-2.169424 4.64876,-4.752048 m 0.61983,0 c 0,-2.892584 -2.37603,-5.268569 -5.26859,-5.268569 -2.995851,0 -5.268595,2.375985 -5.268595,5.268569 0,2.99585 2.272744,5.371861 5.268595,5.371861 2.89256,0 5.26859,-2.376011 5.26859,-5.371861 m -0.41322,0 c 0,-2.685971 -2.16943,-4.752049 -4.85537,-4.752049 -2.685945,0 -4.855369,2.066078 -4.855369,4.752049 0,2.685944 2.169424,4.855368 4.855369,4.855368 2.68594,0 4.85537,-2.169424 4.85537,-4.855368 m -0.20661,32.85114 c 0,-2.58262 -2.06614,-4.64875 -4.64876,-4.64875 -2.582625,0 -4.648756,2.06613 -4.648756,4.64875 0,2.58263 2.066131,4.64873 4.648756,4.64873 2.58262,0 4.64876,-2.0661 4.64876,-4.64873 m 0.61983,0 c 0,-2.99585 -2.37603,-5.26859 -5.26859,-5.26859 -2.995851,0 -5.268595,2.27274 -5.268595,5.26859 0,2.89253 2.272744,5.26857 5.268595,5.26857 2.89256,0 5.26859,-2.37604 5.26859,-5.26857 m -0.41322,0 c 0,-2.68594 -2.16943,-4.85537 -4.85537,-4.85537 -2.685945,0 -4.855369,2.16943 -4.855369,4.85537 0,2.68595 2.169424,4.85534 4.855369,4.85534 2.68594,0 4.85537,-2.16939 4.85537,-4.85534 m -0.20661,32.74785 c 0,-2.58265 -2.06614,-4.64875 -4.64876,-4.64875 -2.582625,0 -4.648756,2.0661 -4.648756,4.64875 0,2.58263 2.066131,4.75205 4.648756,4.75205 2.58262,0 4.64876,-2.16942 4.64876,-4.75205 m 0.61983,0 c 0,-2.89258 -2.37603,-5.26857 -5.26859,-5.26857 -2.995851,0 -5.268595,2.37599 -5.268595,5.26857 0,2.99585 2.272744,5.37186 5.268595,5.37186 2.89256,0 5.26859,-2.37601 5.26859,-5.37186 m -0.41322,0 c 0,-2.68597 -2.16943,-4.75205 -4.85537,-4.75205 -2.685945,0 -4.855369,2.06608 -4.855369,4.75205 0,2.68595 2.169424,4.85537 4.855369,4.85537 2.68594,0 4.85537,-2.16942 4.85537,-4.85537 M 135.07194,42.3036 c 0,-2.582624 -2.0661,-4.648755 -4.64875,-4.648755 -2.58265,0 -4.64873,2.066131 -4.64873,4.648755 0,2.582625 2.06608,4.648756 4.64873,4.648756 2.58265,0 4.64875,-2.066131 4.64875,-4.648756 m 0.61984,0 c 0,-2.99585 -2.37604,-5.268595 -5.26859,-5.268595 -2.99588,0 -5.26857,2.272745 -5.26857,5.268595 0,2.892558 2.27269,5.268569 5.26857,5.268569 2.89255,0 5.26859,-2.376011 5.26859,-5.268569 m -0.41323,0 c 0,-2.685944 -2.16942,-4.855368 -4.85536,-4.855368 -2.68595,0 -4.85535,2.169424 -4.85535,4.855368 0,2.685945 2.1694,4.855369 4.85535,4.855369 2.68594,0 4.85536,-2.169424 4.85536,-4.855369 m -0.20661,32.74785 c 0,-2.582651 -2.0661,-4.648756 -4.64875,-4.648756 -2.58265,0 -4.64873,2.066105 -4.64873,4.648756 0,2.582624 2.06608,4.752048 4.64873,4.752048 2.58265,0 4.64875,-2.169424 4.64875,-4.752048 m 0.61984,0 c 0,-2.892584 -2.37604,-5.268569 -5.26859,-5.268569 -2.99588,0 -5.26857,2.375985 -5.26857,5.268569 0,2.99585 2.27269,5.371861 5.26857,5.371861 2.89255,0 5.26859,-2.376011 5.26859,-5.371861 m -0.41323,0 c 0,-2.685971 -2.16942,-4.752049 -4.85536,-4.752049 -2.68595,0 -4.85535,2.066078 -4.85535,4.752049 0,2.685944 2.1694,4.855368 4.85535,4.855368 2.68594,0 4.85536,-2.169424 4.85536,-4.855368 m -0.20661,32.85114 c 0,-2.58262 -2.0661,-4.64875 -4.64875,-4.64875 -2.58265,0 -4.64873,2.06613 -4.64873,4.64875 0,2.58263 2.06608,4.64873 4.64873,4.64873 2.58265,0 4.64875,-2.0661 4.64875,-4.64873 m 0.61984,0 c 0,-2.99585 -2.37604,-5.26859 -5.26859,-5.26859 -2.99588,0 -5.26857,2.27274 -5.26857,5.26859 0,2.89253 2.27269,5.26857 5.26857,5.26857 2.89255,0 5.26859,-2.37604 5.26859,-5.26857 m -0.41323,0 c 0,-2.68594 -2.16942,-4.85537 -4.85536,-4.85537 -2.68595,0 -4.85535,2.16943 -4.85535,4.85537 0,2.68595 2.1694,4.85534 4.85535,4.85534 2.68594,0 4.85536,-2.16939 4.85536,-4.85534 m -0.20661,32.74785 c 0,-2.58265 -2.0661,-4.64875 -4.64875,-4.64875 -2.58265,0 -4.64873,2.0661 -4.64873,4.64875 0,2.58263 2.06608,4.75205 4.64873,4.75205 2.58265,0 4.64875,-2.16942 4.64875,-4.75205 m 0.61984,0 c 0,-2.89258 -2.37604,-5.26857 -5.26859,-5.26857 -2.99588,0 -5.26857,2.37599 -5.26857,5.26857 0,2.99585 2.27269,5.37186 5.26857,5.37186 2.89255,0 5.26859,-2.37601 5.26859,-5.37186 m -0.41323,0 c 0,-2.68597 -2.16942,-4.75205 -4.85536,-4.75205 -2.68595,0 -4.85535,2.06608 -4.85535,4.75205 0,2.68595 2.1694,4.85537 4.85535,4.85537 2.68594,0 4.85536,-2.16942 4.85536,-4.85537 M 166.99334,42.3036 c 0,-2.582624 -2.16943,-4.648755 -4.75205,-4.648755 -2.58265,0 -4.64876,2.066131 -4.64876,4.648755 0,2.582625 2.06611,4.648756 4.64876,4.648756 2.58262,0 4.75205,-2.066131 4.75205,-4.648756 m 0.61981,0 c 0,-2.99585 -2.37601,-5.268595 -5.37186,-5.268595 -2.89256,0 -5.2686,2.272745 -5.2686,5.268595 0,2.892558 2.37604,5.268569 5.2686,5.268569 2.99585,0 5.37186,-2.376011 5.37186,-5.268569 m -0.51652,0 c 0,-2.685944 -2.16942,-4.855368 -4.85534,-4.855368 -2.68594,0 -4.75208,2.169424 -4.75208,4.855368 0,2.685945 2.06614,4.855369 4.75208,4.855369 2.68592,0 4.85534,-2.169424 4.85534,-4.855369 m -0.10329,32.74785 c 0,-2.582651 -2.16943,-4.648756 -4.75205,-4.648756 -2.58265,0 -4.64876,2.066105 -4.64876,4.648756 0,2.582624 2.06611,4.752048 4.64876,4.752048 2.58262,0 4.75205,-2.169424 4.75205,-4.752048 m 0.61981,0 c 0,-2.892584 -2.37601,-5.268569 -5.37186,-5.268569 -2.89256,0 -5.2686,2.375985 -5.2686,5.268569 0,2.99585 2.37604,5.371861 5.2686,5.371861 2.99585,0 5.37186,-2.376011 5.37186,-5.371861 m -0.51652,0 c 0,-2.685971 -2.16942,-4.752049 -4.85534,-4.752049 -2.68594,0 -4.75208,2.066078 -4.75208,4.752049 0,2.685944 2.06614,4.855368 4.75208,4.855368 2.68592,0 4.85534,-2.169424 4.85534,-4.855368 m -0.10329,32.85114 c 0,-2.58262 -2.16943,-4.64875 -4.75205,-4.64875 -2.58265,0 -4.64876,2.06613 -4.64876,4.64875 0,2.58263 2.06611,4.64873 4.64876,4.64873 2.58262,0 4.75205,-2.0661 4.75205,-4.64873 m 0.61981,0 c 0,-2.99585 -2.37601,-5.26859 -5.37186,-5.26859 -2.89256,0 -5.2686,2.27274 -5.2686,5.26859 0,2.89253 2.37604,5.26857 5.2686,5.26857 2.99585,0 5.37186,-2.37604 5.37186,-5.26857 m -0.51652,0 c 0,-2.68594 -2.16942,-4.85537 -4.85534,-4.85537 -2.68594,0 -4.75208,2.16943 -4.75208,4.85537 0,2.68595 2.06614,4.85534 4.75208,4.85534 2.68592,0 4.85534,-2.16939 4.85534,-4.85534 m -0.10329,32.74785 c 0,-2.58265 -2.16943,-4.64875 -4.75205,-4.64875 -2.58265,0 -4.64876,2.0661 -4.64876,4.64875 0,2.58263 2.06611,4.75205 4.64876,4.75205 2.58262,0 4.75205,-2.16942 4.75205,-4.75205 m 0.61981,0 c 0,-2.89258 -2.37601,-5.26857 -5.37186,-5.26857 -2.89256,0 -5.2686,2.37599 -5.2686,5.26857 0,2.99585 2.37604,5.37186 5.2686,5.37186 2.99585,0 5.37186,-2.37601 5.37186,-5.37186 m -0.51652,0 c 0,-2.68597 -2.16942,-4.75205 -4.85534,-4.75205 -2.68594,0 -4.75208,2.06608 -4.75208,4.75205 0,2.68595 2.06614,4.85537 4.75208,4.85537 2.68592,0 4.85534,-2.16942 4.85534,-4.85537 m 31.8181,-98.34684 c 0,-2.582624 -2.16941,-4.648755 -4.75205,-4.648755 -2.58264,0 -4.64875,2.066131 -4.64875,4.648755 0,2.582625 2.06611,4.648756 4.64875,4.648756 2.58264,0 4.75205,-2.066131 4.75205,-4.648756 m 0.61983,0 c 0,-2.99585 -2.37603,-5.268595 -5.37188,-5.268595 -2.89256,0 -5.26858,2.272745 -5.26858,5.268595 0,2.892558 2.37602,5.268569 5.26858,5.268569 2.99585,0 5.37188,-2.376011 5.37188,-5.268569 m -0.51652,0 c 0,-2.685944 -2.16942,-4.855368 -4.85536,-4.855368 -2.68595,0 -4.75206,2.169424 -4.75206,4.855368 0,2.685945 2.06611,4.855369 4.75206,4.855369 2.68594,0 4.85536,-2.169424 4.85536,-4.855369 m -0.10331,32.74785 c 0,-2.582651 -2.16941,-4.648756 -4.75205,-4.648756 -2.58264,0 -4.64875,2.066105 -4.64875,4.648756 0,2.582624 2.06611,4.752048 4.64875,4.752048 2.58264,0 4.75205,-2.169424 4.75205,-4.752048 m 0.61983,0 c 0,-2.892584 -2.37603,-5.268569 -5.37188,-5.268569 -2.89256,0 -5.26858,2.375985 -5.26858,5.268569 0,2.99585 2.37602,5.371861 5.26858,5.371861 2.99585,0 5.37188,-2.376011 5.37188,-5.371861 m -0.51652,0 c 0,-2.685971 -2.16942,-4.752049 -4.85536,-4.752049 -2.68595,0 -4.75206,2.066078 -4.75206,4.752049 0,2.685944 2.06611,4.855368 4.75206,4.855368 2.68594,0 4.85536,-2.169424 4.85536,-4.855368 m -0.10331,32.85114 c 0,-2.58262 -2.16941,-4.64875 -4.75205,-4.64875 -2.58264,0 -4.64875,2.06613 -4.64875,4.64875 0,2.58263 2.06611,4.64873 4.64875,4.64873 2.58264,0 4.75205,-2.0661 4.75205,-4.64873 m 0.61983,0 c 0,-2.99585 -2.37603,-5.26859 -5.37188,-5.26859 -2.89256,0 -5.26858,2.27274 -5.26858,5.26859 0,2.89253 2.37602,5.26857 5.26858,5.26857 2.99585,0 5.37188,-2.37604 5.37188,-5.26857 m -0.51652,0 c 0,-2.68594 -2.16942,-4.85537 -4.85536,-4.85537 -2.68595,0 -4.75206,2.16943 -4.75206,4.85537 0,2.68595 2.06611,4.85534 4.75206,4.85534 2.68594,0 4.85536,-2.16939 4.85536,-4.85534 m -0.10331,32.74785 c 0,-2.58265 -2.16941,-4.64875 -4.75205,-4.64875 -2.58264,0 -4.64875,2.0661 -4.64875,4.64875 0,2.58263 2.06611,4.75205 4.64875,4.75205 2.58264,0 4.75205,-2.16942 4.75205,-4.75205 m 0.61983,0 c 0,-2.89258 -2.37603,-5.26857 -5.37188,-5.26857 -2.89256,0 -5.26858,2.37599 -5.26858,5.26857 0,2.99585 2.37602,5.37186 5.26858,5.37186 2.99585,0 5.37188,-2.37601 5.37188,-5.37186 m -0.51652,0 c 0,-2.68597 -2.16942,-4.75205 -4.85536,-4.75205 -2.68595,0 -4.75206,2.06608 -4.75206,4.75205 0,2.68595 2.06611,4.85537 4.75206,4.85537 2.68594,0 4.85536,-2.16942 4.85536,-4.85537 M 230.73282,42.3036 c 0,-2.582624 -2.0661,-4.648755 -4.64874,-4.648755 -2.58265,0 -4.64874,2.066131 -4.64874,4.648755 0,2.582625 2.06609,4.648756 4.64874,4.648756 2.58264,0 4.64874,-2.066131 4.64874,-4.648756 m 0.61984,0 c 0,-2.99585 -2.27271,-5.268595 -5.26858,-5.268595 -2.89255,0 -5.26858,2.272745 -5.26858,5.268595 0,2.892558 2.37603,5.268569 5.26858,5.268569 2.99587,0 5.26858,-2.376011 5.26858,-5.268569 m -0.41323,0 c 0,-2.685944 -2.16942,-4.855368 -4.85535,-4.855368 -2.68594,0 -4.85536,2.169424 -4.85536,4.855368 0,2.685945 2.16942,4.855369 4.85536,4.855369 2.68593,0 4.85535,-2.169424 4.85535,-4.855369 m -0.20661,32.74785 c 0,-2.582651 -2.0661,-4.648756 -4.64874,-4.648756 -2.58265,0 -4.64874,2.066105 -4.64874,4.648756 0,2.582624 2.06609,4.752048 4.64874,4.752048 2.58264,0 4.64874,-2.169424 4.64874,-4.752048 m 0.61984,0 c 0,-2.892584 -2.27271,-5.268569 -5.26858,-5.268569 -2.89255,0 -5.26858,2.375985 -5.26858,5.268569 0,2.99585 2.37603,5.371861 5.26858,5.371861 2.99587,0 5.26858,-2.376011 5.26858,-5.371861 m -0.41323,0 c 0,-2.685971 -2.16942,-4.752049 -4.85535,-4.752049 -2.68594,0 -4.85536,2.066078 -4.85536,4.752049 0,2.685944 2.16942,4.855368 4.85536,4.855368 2.68593,0 4.85535,-2.169424 4.85535,-4.855368 m -0.20661,32.85114 c 0,-2.58262 -2.0661,-4.64875 -4.64874,-4.64875 -2.58265,0 -4.64874,2.06613 -4.64874,4.64875 0,2.58263 2.06609,4.64873 4.64874,4.64873 2.58264,0 4.64874,-2.0661 4.64874,-4.64873 m 0.61984,0 c 0,-2.99585 -2.27271,-5.26859 -5.26858,-5.26859 -2.89255,0 -5.26858,2.27274 -5.26858,5.26859 0,2.89253 2.37603,5.26857 5.26858,5.26857 2.99587,0 5.26858,-2.37604 5.26858,-5.26857 m -0.41323,0 c 0,-2.68594 -2.16942,-4.85537 -4.85535,-4.85537 -2.68594,0 -4.85536,2.16943 -4.85536,4.85537 0,2.68595 2.16942,4.85534 4.85536,4.85534 2.68593,0 4.85535,-2.16939 4.85535,-4.85534 m -0.20661,32.74785 c 0,-2.58265 -2.0661,-4.64875 -4.64874,-4.64875 -2.58265,0 -4.64874,2.0661 -4.64874,4.64875 0,2.58263 2.06609,4.75205 4.64874,4.75205 2.58264,0 4.64874,-2.16942 4.64874,-4.75205 m 0.61984,0 c 0,-2.89258 -2.27271,-5.26857 -5.26858,-5.26857 -2.89255,0 -5.26858,2.37599 -5.26858,5.26857 0,2.99585 2.37603,5.37186 5.26858,5.37186 2.99587,0 5.26858,-2.37601 5.26858,-5.37186 m -0.41323,0 c 0,-2.68597 -2.16942,-4.75205 -4.85535,-4.75205 -2.68594,0 -4.85536,2.06608 -4.85536,4.75205 0,2.68595 2.16942,4.85537 4.85536,4.85537 2.68593,0 4.85535,-2.16942 4.85535,-4.85537 M 262.65424,42.3036 c 0,-2.582624 -2.06613,-4.648755 -4.64878,-4.648755 -2.58261,0 -4.64874,2.066131 -4.64874,4.648755 0,2.582625 2.06613,4.648756 4.64874,4.648756 2.58265,0 4.64878,-2.066131 4.64878,-4.648756 m 0.61981,0 c 0,-2.99585 -2.27272,-5.268595 -5.26859,-5.268595 -2.89255,0 -5.26858,2.272745 -5.26858,5.268595 0,2.892558 2.37603,5.268569 5.26858,5.268569 2.99587,0 5.26859,-2.376011 5.26859,-5.268569 m -0.41323,0 c 0,-2.685944 -2.16939,-4.855368 -4.85536,-4.855368 -2.68593,0 -4.85535,2.169424 -4.85535,4.855368 0,2.685945 2.16942,4.855369 4.85535,4.855369 2.68597,0 4.85536,-2.169424 4.85536,-4.855369 m -0.20658,32.74785 c 0,-2.582651 -2.06613,-4.648756 -4.64878,-4.648756 -2.58261,0 -4.64874,2.066105 -4.64874,4.648756 0,2.582624 2.06613,4.752048 4.64874,4.752048 2.58265,0 4.64878,-2.169424 4.64878,-4.752048 m 0.61981,0 c 0,-2.892584 -2.27272,-5.268569 -5.26859,-5.268569 -2.89255,0 -5.26858,2.375985 -5.26858,5.268569 0,2.99585 2.37603,5.371861 5.26858,5.371861 2.99587,0 5.26859,-2.376011 5.26859,-5.371861 m -0.41323,0 c 0,-2.685971 -2.16939,-4.752049 -4.85536,-4.752049 -2.68593,0 -4.85535,2.066078 -4.85535,4.752049 0,2.685944 2.16942,4.855368 4.85535,4.855368 2.68597,0 4.85536,-2.169424 4.85536,-4.855368 m -0.20658,32.85114 c 0,-2.58262 -2.06613,-4.64875 -4.64878,-4.64875 -2.58261,0 -4.64874,2.06613 -4.64874,4.64875 0,2.58263 2.06613,4.64873 4.64874,4.64873 2.58265,0 4.64878,-2.0661 4.64878,-4.64873 m 0.61981,0 c 0,-2.99585 -2.27272,-5.26859 -5.26859,-5.26859 -2.89255,0 -5.26858,2.27274 -5.26858,5.26859 0,2.89253 2.37603,5.26857 5.26858,5.26857 2.99587,0 5.26859,-2.37604 5.26859,-5.26857 m -0.41323,0 c 0,-2.68594 -2.16939,-4.85537 -4.85536,-4.85537 -2.68593,0 -4.85535,2.16943 -4.85535,4.85537 0,2.68595 2.16942,4.85534 4.85535,4.85534 2.68597,0 4.85536,-2.16939 4.85536,-4.85534 m -0.20658,32.74785 c 0,-2.58265 -2.06613,-4.64875 -4.64878,-4.64875 -2.58261,0 -4.64874,2.0661 -4.64874,4.64875 0,2.58263 2.06613,4.75205 4.64874,4.75205 2.58265,0 4.64878,-2.16942 4.64878,-4.75205 m 0.61981,0 c 0,-2.89258 -2.27272,-5.26857 -5.26859,-5.26857 -2.89255,0 -5.26858,2.37599 -5.26858,5.26857 0,2.99585 2.37603,5.37186 5.26858,5.37186 2.99587,0 5.26859,-2.37601 5.26859,-5.37186 m -0.41323,0 c 0,-2.68597 -2.16939,-4.75205 -4.85536,-4.75205 -2.68593,0 -4.85535,2.06608 -4.85535,4.75205 0,2.68595 2.16942,4.85537 4.85535,4.85537 2.68597,0 4.85536,-2.16942 4.85536,-4.85537 m -224.069614,0 c 0,-2.27274 -1.859492,-4.13223 -4.13221,-4.13223 -2.376011,0 -4.235529,1.85949 -4.235529,4.13223 0,2.37601 1.859518,4.23553 4.235529,4.23553 2.272718,0 4.13221,-1.85952 4.13221,-4.23553 m 1.136385,0 c 0,-2.89258 -2.376037,-5.26857 -5.268595,-5.26857 -2.99585,0 -5.371888,2.37599 -5.371888,5.26857 0,2.99585 2.376038,5.37186 5.371888,5.37186 2.892558,0 5.268595,-2.37601 5.268595,-5.37186 m -0.413226,0 c 0,-2.68597 -2.169425,-4.85537 -4.855369,-4.85537 -2.685944,0 -4.958662,2.1694 -4.958662,4.85537 0,2.68595 2.272718,4.95866 4.958662,4.95866 2.685944,0 4.855369,-2.27271 4.855369,-4.95866 M 23.088794,3.4607303 H 79.8035 m 71.90063,0 h 58.88411 m 73.45022,7.1280867 c 0,-3.925623 -3.20248,-7.1280867 -7.23138,-7.1280867 m 7.12806,7.2313797 v 4.028916 m 0,64.669246 v 0.309933 m -7.12806,86.156745 c 4.0289,0 7.23138,-3.20244 7.23138,-7.23138 m -7.23138,7.23138 H 217.71634 M 15.857387,158.62557 c 0,4.02894 3.305784,7.23138 7.231407,7.23138 m -7.231407,-7.12806 V 89.720796 M 23.088794,3.4607303 c -3.925623,0 -7.231407,3.2024637 -7.231407,7.1280867 M 276.80708,8.5227121 V 3.4607303 M 149.94793,8.5227121 h 126.85915 m 2.16941,2.1693979 h 4.95865 m -4.95865,-0.103293 c 0,-1.1363591 -0.92974,-2.0661049 -2.16941,-2.0661049 m 2.16941,150.2061779 h 4.95865 M 278.97649,10.69211 v 148.03678 m -2.16941,2.16943 v 4.95863 m 0,-5.06195 c 1.23967,0 2.16941,-0.92975 2.16941,-2.16943 m -255.887696,2.27275 v 4.95863 M 276.80708,160.89832 H 23.088794 m -2.169425,-2.16943 h -5.061982 m 5.061982,-0.10332 c 0,1.23968 1.033066,2.16943 2.169425,2.16943 M 20.919369,10.69211 h -5.061982 m 5.061982,148.03678 V 10.69211 M 23.088794,8.5227121 V 3.4607303 m 0,5.0619818 c -1.136359,0 -2.169425,0.9297458 -2.169425,2.0661049 M 23.088794,8.5227121 H 149.94793 m 0,0 V 3.56405 m 26.6528,161.98299 0.10332,-0.10332 h 0.20661 l 0.30991,-0.10329 h 0.51655 l 0.61981,-0.10329 0.72316,-0.10332 h 0.82642 l 0.92978,-0.10329 h 1.03303 l 1.13639,-0.10332 h 1.23964 l 1.34297,-0.1033 h 2.68595 2.78924 2.89256 2.68594 l 1.23966,0.1033 h 1.23967 l 1.13636,0.10332 h 1.03306 l 1.03305,0.10329 h 0.82644 l 0.72314,0.10332 0.61984,0.10329 h 0.51652 l 0.30992,0.10329 h 0.20661 l 0.1033,0.10332 h -0.1033 l -0.20661,0.1033 h -0.30992 -0.51652 l -0.61984,0.10332 h -0.72314 -0.82644 -0.92975 l -1.13636,0.10329 h -1.13636 -1.13636 -1.34297 -2.68594 -2.78925 -2.89255 -2.68595 -1.34297 -1.13635 -1.23968 l -1.03303,-0.10329 h -0.92978 -0.82642 -0.72316 l -0.61981,-0.10332 h -0.51655 -0.30991 l -0.20661,-0.1033 h -0.10332 m 33.26438,1.65288 h -57.43785 m 66.11553,0 -1.343,1.03307 m 2.27274,-1.03307 -0.72313,0.72316 -0.51655,0.41323 -0.51651,0.51652 m -7.1281,-2.99588 h -58.88411 m 64.97914,0 h 1.13636 m -1.23965,0 h -4.85536 m -1.03306,0 h 1.13636 m 5.88842,0 -0.41323,0.51655 -0.61984,0.41322 m -0.10329,-0.92977 -0.30993,0.30993 m -72.52044,1.03304 H 87.75804 m 64.66922,0 -1.34297,1.03307 m 2.27271,-1.03307 -0.72313,0.72316 -0.51652,0.41323 -0.51654,0.51652 m -7.02477,-2.99588 H 86.931587 m 63.636183,0 h 1.13636 m -1.13636,0 h -4.85534 m -1.13639,0 h 1.13639 m 5.9917,0 -0.51652,0.51655 -0.61984,0.41322 m 0,-0.92977 -0.41323,0.30993 m -71.074172,1.03304 H 22.572274 m 65.185766,0 -1.342999,1.03307 m 2.272744,-1.03307 -0.723159,0.72316 -0.516519,0.41323 -0.61984,0.51652 M 79.8035,165.85695 H 23.088794 m 62.706434,0 h 1.136359 m -1.136359,0 h -4.855395 m -1.136333,0 h 1.136333 m 5.991754,0 -0.413226,0.51655 -0.61984,0.41322 m -0.103293,-0.92977 -0.309933,0.30993 M 283.93514,89.720796 v 0.309933 m 0,64.669271 v 4.02889 m 0,-77.685739 v -1.446266 m 0,1.549559 v 7.128113 m 0.10332,1.446239 v -1.549559 m 3.20248,-5.475208 v 4.028943 m 0,0 -0.30993,0.516519 -0.41322,0.516547 -0.72314,0.723132 -0.61983,0.51652 -0.20662,0.206613 -0.41322,0.206587 -0.20661,0.103319 -0.1033,0.103294 -0.30993,0.103293 m 2.06613,-3.40905 -0.41323,0.516519 -0.41322,0.413226 -0.51652,0.516547 -0.30993,0.206586 -0.1033,0.10332 -0.30993,0.206613 m 2.06613,-5.165302 h 0.10329 l 0.20661,-0.103293 0.30993,-0.10332 0.61984,-0.206613 m -3.3058,-2.995824 0.30993,0.103293 0.1033,0.10332 0.20661,0.103267 0.41322,0.206613 0.20662,0.10332 0.61983,0.619813 0.72314,0.723159 0.41322,0.51652 0.30993,0.516519 m -3.3058,-1.549585 0.30993,0.10332 0.1033,0.103293 0.30993,0.309933 0.51652,0.51652 0.41322,0.413226 0.41323,0.516519 m 0,0 v 3.202491 m 0,0 0.3099,0.103293 0.30993,0.10332 0.61984,0.206613 m 1.44626,5.578475 v 58.470933 m 0.82645,-69.627936 c 0.61984,-0.51652 0.92975,-1.342946 0.82645,-2.066078 m -2.06612,-2.376038 h 0.10332 l 0.10329,0.10332 0.20661,0.309906 m -0.41322,2.582651 1.23967,1.446239 m -0.82645,-4.02889 0.82645,0.929746 0.82645,1.033066 m 0,11.156976 -0.82645,1.136359 -0.82645,0.929746 m 0.82645,-4.13221 -1.23967,1.549559 m 0.41322,2.582651 -0.20661,0.309933 -0.10329,0.103293 h -0.10332 m 1.23967,-11.570229 v 7.024793 m 0.82645,2.066105 c 0.1033,-0.723133 -0.20661,-1.549559 -0.82645,-2.066105 M 218.54279,2.221078 h 58.67751 m -67.35519,0 1.34297,-1.0330656 m -2.37602,1.0330656 0.82644,-0.7231327 0.51652,-0.4132263 0.51654,-0.51654601 m 7.02478,2.89255731 h 59.09074 m -64.97916,0 h -1.13636 m 1.03306,0.1033197 h 4.85536 m 1.23965,-0.1033197 h -1.13636 m -6.09503,0 0.51655,-0.4131998 0.61983,-0.4132263 m 0,0.9297458 0.4132,-0.3099064 M 152.42726,2.221078 h 57.43785 m -66.1155,0 1.34298,-1.0330656 m -2.27275,1.0330656 0.72316,-0.7231327 0.51652,-0.4132263 0.51652,-0.51654601 m 1.13639,2.89255731 h -1.13639 m 1.13639,0.1033197 h 4.2355 m 1.7562,-0.1033197 h -1.13636 M 149.94793,3.56405 h 0.61984 m -5.99173,-0.1033197 0.41323,-0.4131998 0.61984,-0.4132263 m 0.10332,0.9297458 0.30988,-0.3099064 M 87.75804,2.221078 h 55.99157 m -64.669242,0 1.342945,-1.0330656 M 78.047302,2.221078 78.873755,1.4979453 79.390274,1.084719 79.90682,0.56817299 M 86.931587,3.4607303 H 144.57604 M 80.939833,3.56405 h 4.855395 M 79.8035,3.4607303 80.32002,3.0475305 80.83654,2.6343042 m 6.095047,0.8264261 H 85.795228 M 80.939833,3.56405 81.353059,3.2541436 M 80.939833,3.4607303 H 79.8035 M 216.27005,166.16688 v 0.20662 h 0.10332 l 0.10329,0.20661 0.20661,0.20661 m -1.03306,0.4132 h -2.89255 m 2.37603,-0.61981 h -1.85949 m 2.37601,0.61981 -0.20661,-0.3099 -0.20659,-0.1033 -0.10332,-0.10332 v -0.10329 m 0,0 h 0.30991 l 0.30993,-0.10332 0.3099,-0.10329 0.20662,-0.20662 m 0.41322,0.61984 -0.51652,0.30991 -0.51654,0.10329 M 81.353059,3.2541436 81.146446,3.1508238 V 3.0475305 L 81.043153,2.8409173 80.83654,2.6343042 M 81.972899,2.221078 h 2.892557 m -2.376011,0.6198393 h 1.859491 m -2.376037,-0.6198393 0.206613,0.2066131 0.103319,0.2066131 v 0.1032934 l 0.206614,0.1033197 m 0,0 H 82.179512 L 81.869605,2.9442107 81.559672,3.0475305 81.353059,3.2541436 M 80.83654,2.6343042 81.353059,2.3243713 81.972899,2.221078 m 2.376037,0.6198393 V 2.6343042 H 84.45223 L 84.555549,2.4276911 84.865456,2.221078 m 1.033065,0.4132262 0.61984,0.4132263 0.413226,0.4131998 M 85.485295,3.2541436 85.795228,3.56405 m 0.103293,-0.9297458 -0.206613,0.2066131 -0.103293,0.2066132 h -0.10332 v 0.2066131 m 0,0 L 85.278682,3.0475305 84.968776,2.9442107 84.658843,2.8409173 h -0.309907 m 0.51652,-0.6198393 0.516546,0.1032933 0.516519,0.3099329 m 60.123789,0.6198394 -0.1033,-0.1033198 -0.10329,-0.1032933 -0.10329,-0.2066132 -0.10332,-0.2066131 m 1.03303,-0.4132262 h 2.89256 m -2.37604,0.6198393 h 1.96282 m -2.47934,-0.6198393 0.20662,0.2066131 0.10329,0.2066131 0.10332,0.1032934 0.10329,0.1033197 m 0,0 h -0.3099 l -0.30994,0.1032934 -0.3099,0.1033198 -0.20661,0.2066131 m -0.4132,-0.6198394 0.51649,-0.3099329 0.51654,-0.1032933 m 2.47934,0.6198393 V 2.6343042 h 0.10332 l 0.10329,-0.2066131 0.20661,-0.2066131 m 1.03307,0.4132262 0.61984,0.4132263 0.51652,0.4131998 m -1.54959,-0.2065867 0.41323,0.3099064 m 0,-0.9297458 -0.10332,0.2066131 -0.20662,0.2066132 -0.10329,0.2066131 m 0,0 -0.20661,-0.2066131 -0.30993,-0.1033198 -0.30991,-0.1032934 h -0.20661 m 0.41322,-0.6198393 0.51652,0.1032933 0.51655,0.3099329 m 61.57005,0.6198394 -0.20661,-0.1033198 V 3.0475305 l -0.10329,-0.2066132 -0.1033,-0.2066131 m 1.03304,-0.4132262 h 2.89255 m -2.37601,0.6198393 h 1.85949 m -2.37603,-0.6198393 0.20661,0.2066131 0.10332,0.2066131 v 0.1032934 l 0.20661,0.1033197 m 0,0 h -0.30993 l -0.3099,0.1032934 -0.30994,0.1033198 -0.20661,0.2066131 m -0.4132,-0.6198394 0.4132,-0.3099329 0.61984,-0.1032933 m 2.37603,0.6198393 V 2.6343042 h 0.10332 l 0.20659,-0.2066131 0.20661,-0.2066131 m 1.03306,0.4132262 0.61984,0.4132263 0.41323,0.4131998 m -1.44629,-0.2065867 0.30993,0.3099064 m 0.10329,-0.9297458 -0.20661,0.2066131 -0.10329,0.2066132 h -0.10332 v 0.2066131 m 0,0 -0.20662,-0.2066131 -0.3099,-0.1033198 -0.30993,-0.1032934 h -0.30991 m 0.51652,-0.6198393 0.51654,0.1032933 0.51652,0.3099329 M 82.489445,166.58011 82.282831,166.6834 v 0.10332 l -0.103319,0.1033 -0.206613,0.3099 m -1.136359,-0.4132 -0.51652,-0.41322 -0.51652,-0.51655 m 1.549559,0.30993 -0.413226,-0.30993 m -0.103293,0.92977 0.206613,-0.20661 0.103293,-0.20661 v -0.10332 l 0.206613,-0.1033 m 0,0 0.206613,0.20662 0.309933,0.10329 0.309907,0.10332 h 0.309933 m -0.516546,0.61981 -0.61984,-0.10329 -0.516519,-0.30991 m 4.648755,-0.61984 v 0.20662 h 0.10332 l 0.103293,0.20661 0.206613,0.20661 m -1.549585,-0.20661 h -1.859491 m 2.376011,0.61981 h -2.892557 m 2.892557,0 -0.206613,-0.3099 -0.206613,-0.1033 -0.103294,-0.10332 v -0.10329 m 0,0 h 0.309907 l 0.309933,-0.10332 0.309906,-0.10329 0.206613,-0.20662 m 0.413226,0.61984 -0.516519,0.30991 -0.516546,0.10329 m 62.293204,-0.61981 -0.10329,0.10329 -0.10332,0.10332 -0.10329,0.1033 -0.20662,0.3099 m -1.03303,-0.4132 -0.61984,-0.41322 -0.41323,-0.51655 m 1.44627,0.30993 -0.30988,-0.30993 m -0.10332,0.92977 0.10332,-0.20661 0.10329,-0.20661 0.10329,-0.10332 0.1033,-0.1033 m 0,0 0.20661,0.20662 0.3099,0.10329 0.30994,0.10332 h 0.3099 m -0.51652,0.61981 -0.51654,-0.10329 -0.51649,-0.30991 m 4.54543,-0.61984 0.10329,0.20662 0.20662,0.20661 0.10332,0.20661 m -1.44629,-0.20661 h -1.96282 m 2.37604,0.61981 h -2.89256 m 2.89256,0 -0.20661,-0.3099 -0.10329,-0.1033 -0.10332,-0.10332 v -0.10329 m 0,0 h 0.20661 l 0.30991,-0.10332 0.30993,-0.10329 0.20661,-0.20662 m 0.41323,0.61984 -0.51655,0.30991 -0.51652,0.10329 m 63.7395,-0.61981 -0.20661,0.10329 v 0.10332 l -0.10332,0.1033 -0.20661,0.3099 m -1.03304,-0.4132 -0.61983,-0.41322 -0.51655,-0.51655 m 1.54958,0.30993 -0.4132,-0.30993 m 0,0.92977 0.1033,-0.20661 0.10329,-0.20661 v -0.10332 l 0.20661,-0.1033 m 0,0 0.20661,0.20662 0.30994,0.10329 0.3099,0.10332 h 0.30993 m -0.51654,0.61981 -0.61984,-0.10329 -0.4132,-0.30991 m 5.47517,1.44627 0.20661,0.20661 0.10332,0.20662 0.1033,0.10331 0.10332,0.1033 m -1.65291,0.51652 h -3.719 m 5.37191,-0.51652 -0.41323,0.20661 -0.41322,0.20661 -0.41323,0.1033 h -0.41323 m -0.3099,-0.72313 h -3.09916 m 3.40906,0.72313 -0.10329,-0.1033 v -0.20661 l -0.10332,-0.20661 -0.10329,-0.20661 m 0,0 0.41322,-0.1033 h 0.30991 l 0.41323,-0.20661 0.3099,-0.10332 M 80.423313,1.1880124 C 80.32002,0.98139924 80.113407,0.67149279 79.90682,0.56817299 m 1.652852,-0.51651957 h 3.71901 m -5.371862,0.51651957 0.4132,-0.20661312 0.309907,-0.20661312 0.516519,-0.10329333 h 0.413226 m 0.309933,0.7231327 h 3.099171 m -3.409104,-0.7231327 v 0.10329333 l 0.10332,0.10331979 0.103293,0.20661312 0.10332,0.30990646 m 0,0 H 81.456379 L 81.043153,0.87810591 80.733246,1.084719 80.423313,1.1880124 m 4.545463,-0.41322628 0.103293,-0.20661313 0.10332,-0.30990645 V 0.15494675 l 0.103293,-0.10329333 m 1.549585,0.51651957 0.61984,0.51654601 0.516519,0.4132263 0.723159,0.7231327 M 85.278682,0.05165342 h 0.413226 l 0.413227,0.10329333 0.413226,0.20661312 0.309906,0.20661312 M 86.415041,1.1880124 87.75804,2.221078 M 86.828267,0.56817299 v 0.1033198 l -0.103293,0.10329333 -0.10332,0.20661312 -0.206613,0.20661316 m 0,0 L 86.105135,1.084719 85.691908,0.87810591 85.382002,0.77478612 H 84.968776 M 145.09259,1.1880124 c -0.10332,-0.20661316 -0.30994,-0.51651961 -0.41323,-0.61983941 m 1.54956,-0.51651957 h 3.71901 m -5.37189,0.51651957 0.41323,-0.20661312 0.41322,-0.20661312 0.41323,-0.10329333 h 0.4132 m 0.3099,0.7231327 h 3.09918 m -3.40908,-0.7231327 0.10329,0.10329333 v 0.10331979 l 0.10332,0.20661312 0.10329,0.30990646 m 0,0 h -0.41322 l -0.30988,0.10331979 -0.41323,0.20661309 -0.3099,0.1032934 M 149.638,0.77478612 149.84461,0.56817299 V 0.25826654 l 0.10332,-0.10331979 V 0.05165342 m 1.65288,0.51651957 0.51654,0.51654601 0.51652,0.4132263 0.72313,0.7231327 m -3.40907,-2.16942458 h 0.41322 l 0.41323,0.10329333 0.41323,0.20661312 0.4132,0.20661312 m -0.51652,0.61983941 1.34297,1.0330656 m -0.82645,-1.65290501 -0.1033,0.1033198 -0.10332,0.10329333 -0.10329,0.20661312 -0.20661,0.20661316 m 0,0 -0.30991,-0.1032934 -0.30993,-0.20661309 -0.41323,-0.10331979 H 149.638 m 61.57008,0.41322628 c -0.10329,-0.20661316 -0.30991,-0.51651961 -0.41323,-0.61983941 m 1.54958,-0.51651957 h 3.719 m -5.37187,0.51651957 0.41323,-0.20661312 0.3099,-0.20661312 0.51652,-0.10329333 h 0.41322 m 0.30994,0.7231327 h 3.09916 m -3.4091,-0.7231327 v 0.10329333 l 0.10332,0.10331979 0.1033,0.20661312 0.10332,0.30990646 m 0,0 h -0.41323 l -0.41322,0.10331979 -0.30991,0.20661309 -0.30993,0.1032934 m 4.54545,-0.41322628 0.10329,-0.20661313 0.10332,-0.30990645 V 0.15494675 l 0.10329,-0.10329333 m 1.65291,0.51651957 0.51651,0.51654601 0.51655,0.4132263 0.72313,0.7231327 m -3.4091,-2.16942458 h 0.41323 l 0.41323,0.10329333 0.41322,0.20661312 0.41323,0.20661312 m -0.51655,0.61983941 1.343,1.0330656 m -0.82645,-1.65290501 -0.10332,0.1033198 -0.1033,0.10329333 -0.10332,0.20661312 -0.20661,0.20661316 m 0,0 -0.3099,-0.1032934 -0.41323,-0.20661309 -0.30991,-0.10331979 h -0.41322 M 81.869605,168.64622 l -0.10332,0.3099 -0.103293,0.20661 -0.10332,0.10332 v 0.1033 m -1.652852,-0.51652 -0.516546,-0.51652 -0.516519,-0.41323 -0.826453,-0.72316 m 3.51237,2.16943 h -0.413226 l -0.516519,-0.1033 -0.309907,-0.20661 -0.4132,-0.20661 m 0.516493,-0.61984 -1.342945,-1.03307 m 0.826452,1.54961 c 0.206587,-0.10331 0.4132,-0.41322 0.516493,-0.61983 m 0,0.10329 0.309933,0.10332 0.309907,0.20661 h 0.413226 l 0.413226,0.1033 m 4.545436,-0.41323 0.206613,0.20661 0.10332,0.20662 0.103293,0.10331 v 0.1033 m -1.549585,0.51652 h -3.71901 m 5.268595,-0.51652 -0.309906,0.20661 -0.413226,0.20661 -0.413227,0.1033 h -0.413226 m -0.309906,-0.72313 h -3.099171 m 3.409077,0.72313 -0.103293,-0.1033 v -0.20661 l -0.10332,-0.20661 -0.103293,-0.20661 m 0,0 0.413226,-0.1033 h 0.309906 l 0.413227,-0.20661 0.309906,-0.10332 m 60.123779,0.41323 -0.10329,0.3099 -0.10332,0.20661 v 0.10332 l -0.10329,0.1033 m -1.65288,-0.51652 -0.51652,-0.51652 -0.51652,-0.41323 -0.72316,-0.72316 m 3.40908,2.16943 h -0.4132 l -0.41323,-0.1033 -0.41322,-0.20661 -0.41323,-0.20661 m 0.51655,-0.61984 -1.34298,-1.03307 m 0.92975,1.54961 c 0.10329,-0.10331 0.30991,-0.41322 0.41323,-0.61983 m 0,0.10329 0.3099,0.10332 0.41323,0.20661 h 0.30988 l 0.41322,0.1033 m 4.54547,-0.41323 0.20661,0.20661 0.10329,0.20662 0.10332,0.10331 0.1033,0.1033 m -1.65288,0.51652 h -3.71901 m 5.37189,-0.51652 -0.4132,0.20661 -0.41323,0.20661 -0.41323,0.1033 h -0.41322 m -0.30993,-0.72313 h -3.09918 m 3.40911,0.72313 v -0.1033 l -0.10332,-0.20661 v -0.20661 l -0.20661,-0.20661 m 0,0 0.41322,-0.1033 h 0.41323 l 0.30993,-0.20661 0.30991,-0.10332 m 61.57008,0.41323 -0.10332,0.3099 -0.1033,0.20661 -0.10332,0.10332 v 0.1033 m -1.65287,-0.51652 -0.51654,-0.51652 -0.51652,-0.41323 -0.82644,-0.72316 m 3.51237,2.16943 h -0.41322 l -0.51652,-0.1033 -0.3099,-0.20661 -0.41323,-0.20661 m 0.51652,-0.61984 -1.34297,-1.03307 m 0.92974,1.54961 c 0.10332,-0.10331 0.30994,-0.41322 0.41323,-0.61983 m 0,0.10329 0.30993,0.10332 0.30991,0.20661 h 0.41322 l 0.41323,0.1033 m 74.79319,-77.995652 0.82642,-0.929772 M 287.44756,151.1876 V 90.650568 m 0.82642,-0.516546 v 60.640358 m -0.41323,0.41322 c 0.30994,0 0.41323,-0.20661 0.41323,-0.51654 m -0.41323,0.51654 h -0.41319 m 0,-60.537032 0.51651,-0.413226 0.20662,-0.10332 h 0.10329 m 0,-10.433817 -0.82642,-0.929746 m 0,0 V 18.233423 m 0,0 h 0.41319 m 0.41323,0.413226 c 0,-0.309933 -0.10329,-0.413226 -0.41323,-0.413226 m 0.41323,0.413226 v 60.64033 m 0,0 h -0.10329 l -0.20662,-0.10332 -0.51651,-0.4132 M 15.857387,79.700205 V 10.69211 m 0.103294,77.479127 v 1.549559 m -0.103294,-1.446239 v -7.128113 m 0.103294,-1.549559 v 1.446266 m -3.409051,5.681821 v -4.028943 m 0,0 0.413227,-0.516519 0.309906,-0.51652 0.723133,-0.723159 0.619813,-0.619813 0.206613,-0.10332 0.413226,-0.206613 0.206613,-0.103267 0.206613,-0.10332 0.206613,-0.103293 m -1.962785,3.40905 0.4132,-0.516519 0.309907,-0.413226 0.619839,-0.51652 0.206613,-0.309933 0.206613,-0.103293 0.206613,-0.10332 m -1.962785,5.165302 -0.206613,0.103293 h -0.206613 l -0.309906,0.10332 -0.61984,0.206613 M 15.857387,89.720796 15.650774,89.617503 15.444161,89.514209 15.237548,89.41089 14.824322,89.204303 14.617709,88.99769 13.997896,88.48117 13.274763,87.758038 12.964857,87.241491 12.55163,86.724972 m 1.342972,-3.615717 h -0.206613 l -0.206613,-0.103293 -0.309906,-0.10332 -0.61984,-0.206613 m 1.342972,3.615717 v -3.202491 m 1.962785,5.165302 -0.206613,-0.206613 -0.206613,-0.10332 -0.206613,-0.206586 -0.619839,-0.516547 -0.309907,-0.413226 -0.4132,-0.516519 M 11.105338,77.117554 V 18.646649 m 0,73.656798 -1.5495848,-2.066105 m 0,-11.156976 0.7231588,-1.033066 0.826426,-0.929746 m 0,0 0.309933,-0.309906 0.103294,-0.10332 m -1.136359,4.442116 1.136359,-1.446239 m 0,10.020591 -1.136359,-1.549559 m 1.136359,4.545436 -0.103294,-0.103293 -0.309933,-0.309933 m -0.619839,-4.13221 c -0.6198128,0.516546 -0.9297458,1.342972 -0.826426,2.066105 m 0,-11.156976 c -0.1033198,0.723132 0.2066132,1.549558 0.826426,2.066078 m -0.103293,7.024793 v -7.024793 m 1.136359,8.574352 0.929745,0.929772 m 0,0 V 151.1876 m 0,0 h -0.516519 m -0.413226,-0.51654 c 0,0.30993 0.206613,0.51654 0.516546,0.51654 m -0.516546,-0.41322 V 90.134022 m 0,0 h 0.103319 l 0.206614,0.10332 0.619812,0.413226 m 0,-11.880109 -0.929745,0.929746 M 12.44831,18.233423 v 60.537036 m -0.929745,0.51652 v -60.64033 m 0.516546,-0.413226 c -0.309933,0 -0.516546,0.103293 -0.516546,0.413226 m 0.413226,-0.413226 h 0.516519 m 0,60.537036 -0.619812,0.4132 -0.206614,0.10332 H 11.518565 M 22.572274,2.221078 C 20.816076,1.3946255 18.853264,1.2913322 16.993746,2.0144649 15.237548,2.7375976 13.791309,4.1838894 13.06815,5.9400613 m 0,0.1032933 V 18.130103 m 0,133.160797 v 12.08675 m 0,-0.1033 c 0.723159,1.85947 2.169398,3.30576 3.925596,4.02889 1.859518,0.72314 3.82233,0.61984 5.578528,-0.20661 M 286.82772,18.130103 V 6.0433546 m 0,-0.1032933 C 286.10456,4.1838894 284.6583,2.7375976 282.9021,2.0144649 281.04259,1.2913322 279.07979,1.3946255 277.32359,2.221078 m 0,164.875552 c 1.7562,0.82645 3.719,0.92975 5.57851,0.20661 1.7562,-0.72313 3.20246,-2.16942 3.92562,-4.02889 m 0,0.1033 V 151.2909 m -257.953838,5.88841 v -0.20662 M 82.179512,17.097064 h -0.206613 m 0.206613,140.082246 -0.206613,-0.20662 M 82.902644,17.097064 h 0.206614 M 136.00169,157.17931 v -0.20662 m -53.099046,0.20662 0.206614,-0.20662 m 52.892432,0.72314 v -0.30991 m -8.57438,0.30991 h 8.57438 m -8.98758,0.20661 H 37.96478 m 0,0 h -0.413226 m 89.875756,0 h -0.4132 m -89.462556,0 h -5.061956 m 99.999692,0 h -5.06198 m -89.875756,-0.20661 v -0.30991 m -8.677672,0.30991 h 8.677672 m 89.462556,0 v -0.30991 m 0,0.30991 h 0.4132 m -89.875756,0 h 0.413226 m 0,0 h 89.04933 m 5.47518,0.20661 c 1.96281,0 3.61572,-0.10329 3.61572,-0.20661 m -107.127808,0 c 0,0.10332 1.549585,0.20661 3.512396,0.20661 m 5.165249,-0.20661 v 0.20661 m 0.309933,-0.20661 v 0.20661 m 89.04933,-0.20661 v 0.20661 m 0.4132,0 v -0.20661 M 82.902644,26.187936 V 157.17931 m 0,-131.404601 v 0.413227 m 0,-5.578475 v 5.165248 m -0.206613,-8.677645 h -0.4132 m 0.4132,8.677645 v -8.677645 m 0,9.090872 h -0.4132 m 0.4132,0 v -0.413227 m 0,131.301281 c 0,0.10332 0.10332,0.20661 0.206613,0.20661 m 44.111466,0.10332 H 82.902644 m -0.206613,-0.20661 V 26.187936 M 127.42731,157.17931 h 5.06198 m -5.47518,0 h 0.4132 m -44.524666,0 h 44.111466 m 0.4132,0.20661 v 0.30991 m 0,-0.30991 h -0.4132 m 8.98758,0 h -8.57438 M 82.902644,20.609461 c 0,-1.962812 -0.103293,-3.512397 -0.206613,-3.512397 M 136.10501,157.2826 c 0,-0.10329 -1.65291,-0.10329 -3.61572,-0.10329 M 82.902644,17.097064 v 3.512397 M 136.00169,157.17931 h -3.5124 m -5.06198,0.10329 v -0.10329 m -0.4132,0.20661 v -0.20661 m -44.111466,0.20661 v -0.20661 m -0.206613,0 h 0.206613 M 82.696031,26.187936 h 0.206613 m 0,-0.51652 H 82.696031 M 37.96478,157.17931 h 44.214732 m -44.627958,0 h 0.413226 m -5.475182,0 h 5.061956 m -8.677672,0.20661 v 0.30991 m 8.677672,-0.30991 h -8.677672 m 9.090898,0 v 0.30991 m 0,-0.30991 h -0.413226 m 44.627958,-0.10332 c 0.103319,0 0.206613,-0.10329 0.206613,-0.20661 M 82.282831,26.187936 V 157.17931 m -0.103319,0.20661 H 37.96478 M 82.179512,25.774709 v -5.165248 m 0,5.578475 v -0.413227 m 0,131.404601 V 26.187936 m 0.103319,-0.413227 h 0.4132 m -0.4132,0 v 0.413227 m 0,-9.090872 v 8.677645 M 32.489598,157.17931 c -1.962811,0 -3.512396,0 -3.512396,0.10329 M 82.282831,17.097064 c -0.103319,0 -0.103319,1.549585 -0.103319,3.512397 M 28.873882,157.17931 h 3.615716 M 82.179512,17.097064 v 3.512397 m 0.103319,5.061955 h -0.103319 m 0.103319,0.51652 h -0.103319 m 0.103319,130.991374 h -0.103319 m 0,0.20661 v -0.20661 m -44.214732,0.20661 v -0.20661 m -0.309933,0 v 0.10329 M 299.8442,25.25819 v 118.80133 m -7.02477,7.12808 H 288.6872 M 0.05165544,144.05952 V 119.05957 M 7.0764222,18.233423 H 11.105338 M 0.05165544,144.05952 h 0.41322625 m 6.61154051,6.71486 H 11.105338 M 0.46488169,144.05952 c 0,3.61569 2.99585061,6.61154 6.71483391,6.61154 m -7.12806016,-6.61154 c 0,3.92559 3.20249016,7.12808 7.12806016,7.12808 m -0.1032934,-0.41322 v 0.41322 M 0.46488169,25.25819 v 74.276637 m 0,-74.276637 H 0.05165544 M 7.1797156,18.130103 c -3.92557,0 -7.12806016,3.20249 -7.12806016,7.128087 M 7.1797156,18.646649 c -3.7189833,0 -6.71483391,2.892557 -6.71483391,6.611541 M 7.0764222,18.233423 v 0.413226 M 299.8442,25.25819 h -0.41322 m -6.61155,-6.611541 h -4.13223 m 10.74378,6.611541 c 0,-3.718984 -2.99587,-6.611541 -6.61155,-6.611541 m 7.12806,6.611541 c 0,-3.925597 -3.20245,-7.128087 -7.12806,-7.128087 m 0,0.516546 v -0.413226 m 6.61155,125.826097 V 25.25819 m 0,118.80133 h 0.41322 m -7.02477,6.61154 c 3.61568,0 6.61155,-2.99585 6.61155,-6.61154 m -6.61155,7.12808 c 3.92561,0 7.12806,-3.20249 7.12806,-7.12808 m -7.12806,7.12808 v -0.41322 M 291.68307,34.142448 c 0,1.446292 1.13636,2.685944 2.58264,2.685944 m 0.51652,0 h -0.51652 m -2.68596,-2.685944 V 28.87388 m 3.20248,7.954512 c 1.44629,0 2.68594,-1.239652 2.68594,-2.685944 m -3.20246,-7.954512 c -1.44628,0 -2.58264,1.136359 -2.58264,2.58265 m 5.7851,0.103294 v 5.268568 m -3.20246,-7.954512 h 0.51652 m 2.68594,2.58265 c 0,-1.446291 -1.23965,-2.58265 -2.68594,-2.58265 m 2.27271,2.58265 c 0,-1.136359 -1.03303,-2.169424 -2.27271,-2.169424 m 0,0 h -0.51652 m 2.78923,7.541286 V 28.87388 m -2.78923,-2.272718 c -1.13638,0 -2.16941,1.033065 -2.16941,2.169424 m 2.68593,7.541287 c 1.23968,0 2.27271,-1.033066 2.27271,-2.169425 M 292.0963,28.87388 v 5.268568 m 2.16941,2.272745 h 0.51652 m -2.68593,-2.272745 c 0,1.136359 1.03303,2.169425 2.16941,2.169425 m -2.68596,-2.169425 h 0.51655 m 2.16941,2.272745 v 0.413199 m -2.68596,-7.954512 h 0.51655 m 2.68593,7.541313 v 0.413199 m -0.51652,-10.640456 v 0.413226 m 2.78923,7.541286 h 0.41323 m -2.68594,-7.954512 v 0.413226 m 2.27271,2.272718 h 0.41323 m -3.20246,103.71873 c -1.44628,0 -2.58264,1.13636 -2.58264,2.58265 m -0.10332,5.37186 v -5.26857 m 2.68596,-2.68594 h 0.51652 m -3.09916,7.95451 c 0,1.44629 1.13636,2.68595 2.58264,2.68595 m 3.20246,-8.05781 c 0,-1.44629 -1.23965,-2.58265 -2.68594,-2.58265 m 0,10.64046 h -0.51652 m 3.20246,-7.95452 v 5.26857 m -2.68594,2.68595 c 1.44629,0 2.68594,-1.23966 2.68594,-2.68595 m -2.68594,2.16943 c 1.23968,0 2.27271,-1.03307 2.27271,-2.16943 m 0,0 v -5.26857 m -2.78923,7.54129 h 0.51652 m 2.27271,-7.64458 c 0,-1.13639 -1.03303,-2.16942 -2.27271,-2.16942 m -2.68593,7.54128 c 0,1.13636 1.03303,2.16943 2.16941,2.16943 m 0.51652,-9.71071 h -0.51652 m -2.16941,2.27271 v 5.26857 m 2.16941,-7.54128 c -1.13638,0 -2.16941,1.03303 -2.16941,2.16942 m 2.16941,-2.58265 v 0.41323 m -2.16941,2.27271 h -0.51655 m 3.20248,-2.68594 v 0.41323 m -2.68593,7.54128 h -0.51655 m 5.88842,-5.26857 h -0.41323 m -2.78923,7.54129 v 0.41323 m 3.20246,-2.68595 h -0.41323 m -2.27271,2.27272 v 0.41323 M 2.4276931,34.142448 c 0,1.446292 1.2396523,2.685944 2.6859177,2.685944 m 0.5165196,0 H 5.1136108 M 2.4276931,34.142448 V 28.87388 m 3.2024373,7.954512 c 1.4462918,0 2.6859706,-1.239652 2.6859706,-2.685944 M 5.1136108,26.187936 c -1.4462654,0 -2.6859177,1.136359 -2.6859177,2.58265 m 5.7850881,0.103294 v 5.268568 M 5.1136108,26.187936 h 0.5165196 m 2.6859706,2.58265 c 0,-1.446291 -1.2396788,-2.58265 -2.6859706,-2.58265 m 2.1694245,2.58265 c 0,-1.136359 -0.9297458,-2.169424 -2.1694245,-2.169424 m 0,0 H 5.1136108 m 2.6859441,7.541286 V 28.87388 M 5.1136108,26.601162 c -1.1363325,0 -2.1693981,1.033065 -2.1693981,2.169424 m 2.6859177,7.541287 c 1.2396787,0 2.1694245,-1.033066 2.1694245,-2.169425 M 2.8409194,28.87388 v 5.268568 m 2.2726914,2.272745 H 5.6301304 M 2.9442127,34.142448 c 0,1.136359 1.0330656,2.169425 2.1693981,2.169425 M 2.4276931,34.142448 h 0.4132263 m 2.2726914,2.272745 v 0.413199 M 2.4276931,28.87388 h 0.4132263 m 2.789211,7.541313 v 0.413199 M 5.1136108,26.187936 v 0.413226 m 2.6859441,7.541286 H 8.2127812 M 5.6301304,26.187936 v 0.413226 M 7.7995549,28.87388 H 8.2127812 M 5.1136108,132.59261 c -1.4462654,0 -2.6859177,1.13636 -2.6859177,2.58265 m 0,5.37186 v -5.26857 m 2.6859177,-2.68594 h 0.5165196 m -3.2024373,7.95451 c 0,1.44629 1.2396523,2.68595 2.6859177,2.68595 m 3.2024902,-8.05781 c 0,-1.44629 -1.2396788,-2.58265 -2.6859706,-2.58265 m 0,10.64046 H 5.1136108 m 3.0991704,-7.95452 v 5.26857 m -2.5826508,2.68595 c 1.4462918,0 2.6859706,-1.23966 2.6859706,-2.68595 m -2.6859706,2.16943 c 1.2396787,0 2.1694245,-1.03307 2.1694245,-2.16943 m 0,0 v -5.26857 m -2.6859441,7.54129 h 0.5165196 m 2.1694245,-7.64458 c 0,-1.13639 -0.9297458,-2.16942 -2.1694245,-2.16942 m -2.6859177,7.54128 c 0,1.13636 1.0330656,2.16943 2.1693981,2.16943 m 0.5165196,-9.71071 H 5.1136108 m -2.2726914,2.27271 v 5.26857 m 2.2726914,-7.54128 c -1.1363325,0 -2.1693981,1.03303 -2.1693981,2.16942 m 2.1693981,-2.58265 v 0.41323 m -2.2726914,2.27271 H 2.4276931 m 3.2024373,-2.68594 v 0.41323 m -2.789211,7.54128 H 2.4276931 m 5.7850881,-5.26857 H 7.7995549 m -2.6859441,7.54129 v 0.41323 m 3.0991704,-2.68595 H 7.7995549 m -2.1694245,2.27272 v 0.41323 M 290.3401,89.927409 V 79.390272 m -280.7843468,0 V 89.927409 M 33.212704,80.216698 c 2.376038,0.61984 4.855369,-0.4132 5.991728,-2.479304 1.239679,-2.066132 0.826453,-4.752076 -0.826426,-6.404954 -1.652905,-1.652879 -4.338849,-2.066105 -6.404954,-0.826426 -2.066105,1.136332 -3.09917,3.615663 -2.479331,5.991701 m 3.718983,36.466835 c 2.376038,0.61984 4.855369,-0.41323 5.991728,-2.47933 1.239679,-2.06611 0.826453,-4.64873 -0.826426,-6.30164 -1.652905,-1.7562 -4.338849,-2.0661 -6.404954,-0.92974 -2.066105,1.23968 -3.09917,3.71901 -2.479331,5.9917 m 35.64038,3.71901 c 2.376038,0.61984 4.855395,-0.41323 5.991728,-2.47933 1.239652,-2.06611 0.826452,-4.64873 -0.826426,-6.30164 -1.652905,-1.7562 -4.338849,-2.0661 -6.404954,-0.92974 -2.066131,1.23968 -3.099144,3.71901 -2.479331,5.9917 m 3.718983,36.57018 c 2.376038,0.61981 4.855395,-0.41323 5.991728,-2.47933 1.239652,-2.06614 0.826452,-4.75208 -0.826426,-6.40496 -1.652905,-1.65288 -4.338849,-2.0661 -6.404954,-0.82642 -2.066131,1.13633 -3.099144,3.61566 -2.479331,5.9917 M 97.055524,47.365582 c 2.376011,0.619813 4.855346,-0.413226 5.991706,-2.479357 1.23967,-2.066105 0.82645,-4.648729 -0.82646,-6.301608 -1.65288,-1.756225 -4.338793,-2.066131 -6.404925,-0.929772 -2.066104,1.239679 -3.09917,3.71901 -2.479331,5.991727 m 3.71901,36.570126 c 2.376011,0.61984 4.855346,-0.4132 5.991706,-2.479304 1.23967,-2.066132 0.82645,-4.752076 -0.82646,-6.404954 -1.65288,-1.652879 -4.338793,-2.066105 -6.404925,-0.826426 -2.066104,1.136332 -3.09917,3.615663 -2.479331,5.991701 m 3.71901,36.466835 c 2.376011,0.61984 4.855346,-0.41323 5.991706,-2.47933 1.23967,-2.06611 0.82645,-4.64873 -0.82646,-6.30164 -1.65288,-1.7562 -4.338793,-2.0661 -6.404925,-0.92974 -2.066104,1.23968 -3.09917,3.71901 -2.479331,5.9917 m 3.71901,36.57018 c 2.376011,0.61981 4.855346,-0.41323 5.991706,-2.47933 1.23967,-2.06614 0.82645,-4.75208 -0.82646,-6.40496 -1.65288,-1.65288 -4.338793,-2.0661 -6.404925,-0.82642 -2.066104,1.13633 -3.09917,3.61566 -2.479331,5.9917 M 128.97689,47.365582 c 2.37604,0.619813 4.85537,-0.413226 5.99176,-2.479357 1.23965,-2.066105 0.82642,-4.648729 -0.82645,-6.301608 -1.65291,-1.756225 -4.33885,-2.066131 -6.40496,-0.929772 -2.0661,1.239679 -3.09914,3.71901 -2.47933,5.991727 m 3.71898,36.570126 c 2.37604,0.61984 4.85537,-0.4132 5.99176,-2.479304 1.23965,-2.066132 0.82642,-4.752076 -0.82645,-6.404954 -1.65291,-1.652879 -4.33885,-2.066105 -6.40496,-0.826426 -2.0661,1.136332 -3.09914,3.615663 -2.47933,5.991701 m 3.71898,36.466835 c 2.37604,0.61984 4.85537,-0.41323 5.99176,-2.47933 1.23965,-2.06611 0.82642,-4.64873 -0.82645,-6.30164 -1.65291,-1.7562 -4.33885,-2.0661 -6.40496,-0.92974 -2.0661,1.23968 -3.09914,3.71901 -2.47933,5.9917 m 3.71898,36.57018 c 2.37604,0.61981 4.85537,-0.41323 5.99176,-2.47933 1.23965,-2.06614 0.82642,-4.75208 -0.82645,-6.40496 -1.65291,-1.65288 -4.33885,-2.0661 -6.40496,-0.82642 -2.0661,1.13633 -3.09914,3.61566 -2.47933,5.9917 m 35.64041,-94.731128 c 2.27272,0.619813 4.75202,-0.413226 5.9917,-2.479357 1.13636,-2.066105 0.82645,-4.648729 -0.92975,-6.301608 -1.65288,-1.756225 -4.2355,-2.066131 -6.30163,-0.929772 -2.06611,1.239679 -3.09917,3.71901 -2.47933,5.991727 m 3.71901,36.570126 c 2.27272,0.61984 4.75202,-0.4132 5.9917,-2.479304 1.13636,-2.066132 0.82645,-4.752076 -0.92975,-6.404954 -1.65288,-1.652879 -4.2355,-2.066105 -6.30163,-0.826426 -2.06611,1.136332 -3.09917,3.615663 -2.47933,5.991701 m 3.71901,36.466835 c 2.27272,0.61984 4.75202,-0.41323 5.9917,-2.47933 1.13636,-2.06611 0.82645,-4.64873 -0.92975,-6.30164 -1.65288,-1.7562 -4.2355,-2.0661 -6.30163,-0.92974 -2.06611,1.23968 -3.09917,3.71901 -2.47933,5.9917 m 3.71901,36.57018 c 2.27272,0.61981 4.75202,-0.41323 5.9917,-2.47933 1.13636,-2.06614 0.82645,-4.75208 -0.92975,-6.40496 -1.65288,-1.65288 -4.2355,-2.0661 -6.30163,-0.82642 -2.06611,1.13633 -3.09917,3.61566 -2.47933,5.9917 m 35.6404,-94.731128 c 2.27272,0.619813 4.75205,-0.413226 5.99172,-2.479357 1.13635,-2.066105 0.82644,-4.648729 -0.92976,-6.301608 -1.65288,-1.756225 -4.23552,-2.066131 -6.30163,-0.929772 -2.06611,1.239679 -3.09916,3.71901 -2.47933,5.991727 m 3.719,36.570126 c 2.27272,0.61984 4.75205,-0.4132 5.99172,-2.479304 1.13635,-2.066132 0.82644,-4.752076 -0.92976,-6.404954 -1.65288,-1.652879 -4.23552,-2.066105 -6.30163,-0.826426 -2.06611,1.136332 -3.09916,3.615663 -2.47933,5.991701 m 3.719,36.466835 c 2.27272,0.61984 4.75205,-0.41323 5.99172,-2.47933 1.13635,-2.06611 0.82644,-4.64873 -0.92976,-6.30164 -1.65288,-1.7562 -4.23552,-2.0661 -6.30163,-0.92974 -2.06611,1.23968 -3.09916,3.71901 -2.47933,5.9917 m 3.719,36.57018 c 2.27272,0.61981 4.75205,-0.41323 5.99172,-2.47933 1.13635,-2.06614 0.82644,-4.75208 -0.92976,-6.40496 -1.65288,-1.65288 -4.23552,-2.0661 -6.30163,-0.82642 -2.06611,1.13633 -3.09916,3.61566 -2.47933,5.9917 m 35.6404,-94.731128 c 2.27271,0.619813 4.75203,-0.413226 5.99171,-2.479357 1.13636,-2.066105 0.82645,-4.648729 -0.92974,-6.301608 -1.6529,-1.756225 -4.23552,-2.066131 -6.30165,-0.929772 -2.06609,1.239679 -3.09916,3.71901 -2.47932,5.991727 m 3.719,36.570126 c 2.27271,0.61984 4.75203,-0.4132 5.99171,-2.479304 1.13636,-2.066132 0.82645,-4.752076 -0.92974,-6.404954 -1.6529,-1.652879 -4.23552,-2.066105 -6.30165,-0.826426 -2.06609,1.136332 -3.09916,3.615663 -2.47932,5.991701 m 3.719,36.466835 c 2.27271,0.61984 4.75203,-0.41323 5.99171,-2.47933 1.13636,-2.06611 0.82645,-4.64873 -0.92974,-6.30164 -1.6529,-1.7562 -4.23552,-2.0661 -6.30165,-0.92974 -2.06609,1.23968 -3.09916,3.71901 -2.47932,5.9917 m 3.719,36.57018 c 2.27271,0.61981 4.75203,-0.41323 5.99171,-2.47933 1.13636,-2.06614 0.82645,-4.75208 -0.92974,-6.40496 -1.6529,-1.65288 -4.23552,-2.0661 -6.30165,-0.82642 -2.06609,1.13633 -3.09916,3.61566 -2.47932,5.9917 m 35.64038,-94.731128 c 2.27274,0.619813 4.75207,-0.413226 5.99175,-2.479357 1.13635,-2.066105 0.82642,-4.648729 -0.92977,-6.301608 -1.65288,-1.756225 -4.23553,-2.066131 -6.30162,-0.929772 -2.06613,1.239679 -3.09919,3.71901 -2.47935,5.991727 m 3.71899,36.570126 c 2.27274,0.61984 4.75207,-0.4132 5.99175,-2.479304 1.13635,-2.066132 0.82642,-4.752076 -0.92977,-6.404954 -1.65288,-1.652879 -4.23553,-2.066105 -6.30162,-0.826426 -2.06613,1.136332 -3.09919,3.615663 -2.47935,5.991701 m 3.71899,36.466835 c 2.27274,0.61984 4.75207,-0.41323 5.99175,-2.47933 1.13635,-2.06611 0.82642,-4.64873 -0.92977,-6.30164 -1.65288,-1.7562 -4.23553,-2.0661 -6.30162,-0.92974 -2.06613,1.23968 -3.09919,3.71901 -2.47935,5.9917 m 3.71899,36.57018 c 2.27274,0.61981 4.75207,-0.41323 5.99175,-2.47933 1.13635,-2.06614 0.82642,-4.75208 -0.92977,-6.40496 -1.65288,-1.65288 -4.23553,-2.0661 -6.30162,-0.82642 -2.06613,1.13633 -3.09919,3.61566 -2.47935,5.9917 M 33.419318,145.2992 c 2.066104,0.51652 4.235529,-0.30994 5.371888,-2.27275 1.033065,-1.85949 0.723159,-4.23553 -0.826426,-5.68182 -1.446292,-1.54956 -3.82233,-1.85946 -5.681795,-0.82642 -1.962811,1.13635 -2.789264,3.30578 -2.272744,5.37188 M 83.109258,12.448308 V 156.97269 m 0,0 H 275.67072 M 104.2869,42.3036 c 0,-3.202463 -2.58265,-5.785114 -5.78511,-5.785114 -3.202464,0 -5.785115,2.582651 -5.785115,5.785114 0,3.202464 2.582651,5.785115 5.785115,5.785115 3.20246,0 5.78511,-2.582651 5.78511,-5.785115 m -6.508243,-9.607391 c 0,-1.033065 -0.929746,-1.962811 -1.962812,-1.962811 -1.136358,0 -1.962811,0.929746 -1.962811,1.962811 0,1.136333 0.826453,2.066079 1.962811,2.066079 1.033066,0 1.962812,-0.929746 1.962812,-2.066079 M 136.2083,42.3036 c 0,-3.202463 -2.58262,-5.785114 -5.78511,-5.785114 -3.20249,0 -5.78509,2.582651 -5.78509,5.785114 0,3.202464 2.5826,5.785115 5.78509,5.785115 3.20249,0 5.78511,-2.582651 5.78511,-5.785115 m 31.81808,0 c 0,-3.202463 -2.58265,-5.785114 -5.78509,-5.785114 -3.20249,0 -5.68182,2.582651 -5.68182,5.785114 0,3.202464 2.47933,5.785115 5.68182,5.785115 3.20244,0 5.78509,-2.582651 5.78509,-5.785115 m 31.9214,0 c 0,-3.202463 -2.58263,-5.785114 -5.7851,-5.785114 -3.20247,0 -5.6818,2.582651 -5.6818,5.785114 0,3.202464 2.47933,5.785115 5.6818,5.785115 3.20247,0 5.7851,-2.582651 5.7851,-5.785115 m 31.9214,0 c 0,-3.202463 -2.58262,-5.785114 -5.7851,-5.785114 -3.20248,0 -5.7851,2.582651 -5.7851,5.785114 0,3.202464 2.58262,5.785115 5.7851,5.785115 3.20248,0 5.7851,-2.582651 5.7851,-5.785115 m 31.92141,0 c 0,-3.202463 -2.58265,-5.785114 -5.78513,-5.785114 -3.20245,0 -5.78509,2.582651 -5.78509,5.785114 0,3.202464 2.58264,5.785115 5.78509,5.785115 3.20248,0 5.78513,-2.582651 5.78513,-5.785115 M 104.2869,75.05145 c 0,-3.202491 -2.58265,-5.681795 -5.78511,-5.681795 -3.202464,0 -5.785115,2.479304 -5.785115,5.681795 0,3.202463 2.582651,5.785088 5.785115,5.785088 3.20246,0 5.78511,-2.582625 5.78511,-5.785088 m 31.9214,0 c 0,-3.202491 -2.58262,-5.681795 -5.78511,-5.681795 -3.20249,0 -5.78509,2.479304 -5.78509,5.681795 0,3.202463 2.5826,5.785088 5.78509,5.785088 3.20249,0 5.78511,-2.582625 5.78511,-5.785088 m 31.81808,0 c 0,-3.202491 -2.58265,-5.681795 -5.78509,-5.681795 -3.20249,0 -5.68182,2.479304 -5.68182,5.681795 0,3.202463 2.47933,5.785088 5.68182,5.785088 3.20244,0 5.78509,-2.582625 5.78509,-5.785088 m 31.9214,0 c 0,-3.202491 -2.58263,-5.681795 -5.7851,-5.681795 -3.20247,0 -5.6818,2.479304 -5.6818,5.681795 0,3.202463 2.47933,5.785088 5.6818,5.785088 3.20247,0 5.7851,-2.582625 5.7851,-5.785088 m 31.9214,0 c 0,-3.202491 -2.58262,-5.681795 -5.7851,-5.681795 -3.20248,0 -5.7851,2.479304 -5.7851,5.681795 0,3.202463 2.58262,5.785088 5.7851,5.785088 3.20248,0 5.7851,-2.582625 5.7851,-5.785088 m 31.92141,0 c 0,-3.202491 -2.58265,-5.681795 -5.78513,-5.681795 -3.20245,0 -5.78509,2.479304 -5.78509,5.681795 0,3.202463 2.58264,5.785088 5.78509,5.785088 3.20248,0 5.78513,-2.582625 5.78513,-5.785088 M 104.2869,107.90259 c 0,-3.20246 -2.58265,-5.78511 -5.78511,-5.78511 -3.202464,0 -5.785115,2.58265 -5.785115,5.78511 0,3.20247 2.582651,5.78512 5.785115,5.78512 3.20246,0 5.78511,-2.58265 5.78511,-5.78512 m 31.9214,0 c 0,-3.20246 -2.58262,-5.78511 -5.78511,-5.78511 -3.20249,0 -5.78509,2.58265 -5.78509,5.78511 0,3.20247 2.5826,5.78512 5.78509,5.78512 3.20249,0 5.78511,-2.58265 5.78511,-5.78512 m 31.81808,0 c 0,-3.20246 -2.58265,-5.78511 -5.78509,-5.78511 -3.20249,0 -5.68182,2.58265 -5.68182,5.78511 0,3.20247 2.47933,5.78512 5.68182,5.78512 3.20244,0 5.78509,-2.58265 5.78509,-5.78512 m 31.9214,0 c 0,-3.20246 -2.58263,-5.78511 -5.7851,-5.78511 -3.20247,0 -5.6818,2.58265 -5.6818,5.78511 0,3.20247 2.47933,5.78512 5.6818,5.78512 3.20247,0 5.7851,-2.58265 5.7851,-5.78512 m 31.9214,0 c 0,-3.20246 -2.58262,-5.78511 -5.7851,-5.78511 -3.20248,0 -5.7851,2.58265 -5.7851,5.78511 0,3.20247 2.58262,5.78512 5.7851,5.78512 3.20248,0 5.7851,-2.58265 5.7851,-5.78512 m 31.92141,0 c 0,-3.20246 -2.58265,-5.78511 -5.78513,-5.78511 -3.20245,0 -5.78509,2.58265 -5.78509,5.78511 0,3.20247 2.58264,5.78512 5.78509,5.78512 3.20248,0 5.78513,-2.58265 5.78513,-5.78512 M 104.2869,140.65044 c 0,-3.20249 -2.58265,-5.68179 -5.78511,-5.68179 -3.202464,0 -5.785115,2.4793 -5.785115,5.68179 0,3.20246 2.582651,5.78509 5.785115,5.78509 3.20246,0 5.78511,-2.58263 5.78511,-5.78509 m 31.9214,0 c 0,-3.20249 -2.58262,-5.68179 -5.78511,-5.68179 -3.20249,0 -5.78509,2.4793 -5.78509,5.68179 0,3.20246 2.5826,5.78509 5.78509,5.78509 3.20249,0 5.78511,-2.58263 5.78511,-5.78509 m 31.81808,0 c 0,-3.20249 -2.58265,-5.68179 -5.78509,-5.68179 -3.20249,0 -5.68182,2.4793 -5.68182,5.68179 0,3.20246 2.47933,5.78509 5.68182,5.78509 3.20244,0 5.78509,-2.58263 5.78509,-5.78509 m 31.9214,0 c 0,-3.20249 -2.58263,-5.68179 -5.7851,-5.68179 -3.20247,0 -5.6818,2.4793 -5.6818,5.68179 0,3.20246 2.47933,5.78509 5.6818,5.78509 3.20247,0 5.7851,-2.58263 5.7851,-5.78509 m 31.9214,0 c 0,-3.20249 -2.58262,-5.68179 -5.7851,-5.68179 -3.20248,0 -5.7851,2.4793 -5.7851,5.68179 0,3.20246 2.58262,5.78509 5.7851,5.78509 3.20248,0 5.7851,-2.58263 5.7851,-5.78509 m 31.92141,0 c 0,-3.20249 -2.58265,-5.68179 -5.78513,-5.68179 -3.20245,0 -5.78509,2.4793 -5.78509,5.68179 0,3.20246 2.58264,5.78509 5.78509,5.78509 3.20248,0 5.78513,-2.58263 5.78513,-5.78509 M 275.67072,12.448308 H 83.109258 m 193.491202,0.826453 c 0,-0.51652 -0.41322,-0.826453 -0.92974,-0.826453 m 0.82645,143.594642 V 13.378081 m -0.82645,143.594609 c 0.51652,0 0.92974,-0.41322 0.92974,-0.92974 M 97.778657,28.25404 c 0,-1.136359 -0.929746,-1.962811 -1.962812,-1.962811 -1.136358,0 -1.962811,0.826452 -1.962811,1.962811 0,1.033066 0.826453,1.962812 1.962811,1.962812 1.033066,0 1.962812,-0.929746 1.962812,-1.962812 m 0,-4.545435 c 0,-1.03304 -0.929746,-1.962785 -1.962812,-1.962785 -1.136358,0 -1.962811,0.929745 -1.962811,1.962785 0,1.136359 0.826453,2.066104 1.962811,2.066104 1.033066,0 1.962812,-0.929745 1.962812,-2.066104 m 0,-4.442143 c 0,-1.136359 -0.929746,-1.962785 -1.962812,-1.962785 -1.136358,0 -1.962811,0.826426 -1.962811,1.962785 0,1.033066 0.826453,1.962812 1.962811,1.962812 1.033066,0 1.962812,-0.929746 1.962812,-1.962812 m 31.921393,13.429747 c 0,-1.033065 -0.92977,-1.962811 -2.06613,-1.962811 -1.03301,0 -1.96278,0.929746 -1.96278,1.962811 0,1.136333 0.92977,2.066079 1.96278,2.066079 1.13636,0 2.06613,-0.929746 2.06613,-2.066079 m 0,-4.442169 c 0,-1.136359 -0.92977,-1.962811 -2.06613,-1.962811 -1.03301,0 -1.96278,0.826452 -1.96278,1.962811 0,1.033066 0.92977,1.962812 1.96278,1.962812 1.13636,0 2.06613,-0.929746 2.06613,-1.962812 m 31.9214,4.442169 c 0,-1.033065 -0.92975,-1.962811 -2.0661,-1.962811 -1.03307,0 -1.96282,0.929746 -1.96282,1.962811 0,1.136333 0.92975,2.066079 1.96282,2.066079 1.13635,0 2.0661,-0.929746 2.0661,-2.066079 m 0,-4.442169 c 0,-1.136359 -0.92975,-1.962811 -2.0661,-1.962811 -1.03307,0 -1.96282,0.826452 -1.96282,1.962811 0,1.033066 0.92975,1.962812 1.96282,1.962812 1.13635,0 2.0661,-0.929746 2.0661,-1.962812 m 31.92139,4.442169 c 0,-1.033065 -0.92975,-1.962811 -2.06611,-1.962811 -1.03305,0 -1.9628,0.929746 -1.9628,1.962811 0,1.136333 0.92975,2.066079 1.9628,2.066079 1.13636,0 2.06611,-0.929746 2.06611,-2.066079 m 0,-4.442169 c 0,-1.136359 -0.92975,-1.962811 -2.06611,-1.962811 -1.03305,0 -1.9628,0.826452 -1.9628,1.962811 0,1.033066 0.92975,1.962812 1.9628,1.962812 1.13636,0 2.06611,-0.929746 2.06611,-1.962812 m 31.81811,4.442169 c 0,-1.033065 -0.82645,-1.962811 -1.96281,-1.962811 -1.03306,0 -1.9628,0.929746 -1.9628,1.962811 0,1.136333 0.92974,2.066079 1.9628,2.066079 1.13636,0 1.96281,-0.929746 1.96281,-2.066079 m 0,-4.442169 c 0,-1.136359 -0.82645,-1.962811 -1.96281,-1.962811 -1.03306,0 -1.9628,0.826452 -1.9628,1.962811 0,1.033066 0.92974,1.962812 1.9628,1.962812 1.13636,0 1.96281,-0.929746 1.96281,-1.962812 m 31.92138,4.442169 c 0,-1.033065 -0.82645,-1.962811 -1.9628,-1.962811 -1.03307,0 -1.96281,0.929746 -1.96281,1.962811 0,1.136333 0.92974,2.066079 1.96281,2.066079 1.13635,0 1.9628,-0.929746 1.9628,-2.066079 m 0,-4.442169 c 0,-1.136359 -0.82645,-1.962811 -1.9628,-1.962811 -1.03307,0 -1.96281,0.826452 -1.96281,1.962811 0,1.033066 0.92974,1.962812 1.96281,1.962812 1.13635,0 1.9628,-0.929746 1.9628,-1.962812 M 129.70005,23.708605 c 0,-1.03304 -0.92977,-1.962785 -2.06613,-1.962785 -1.03301,0 -1.96278,0.929745 -1.96278,1.962785 0,1.136359 0.92977,2.066104 1.96278,2.066104 1.13636,0 2.06613,-0.929745 2.06613,-2.066104 m 0,-4.442143 c 0,-1.136359 -0.92977,-1.962785 -2.06613,-1.962785 -1.03301,0 -1.96278,0.826426 -1.96278,1.962785 0,1.033066 0.92977,1.962812 1.96278,1.962812 1.13636,0 2.06613,-0.929746 2.06613,-1.962812 m 31.9214,4.442143 c 0,-1.03304 -0.92975,-1.962785 -2.0661,-1.962785 -1.03307,0 -1.96282,0.929745 -1.96282,1.962785 0,1.136359 0.92975,2.066104 1.96282,2.066104 1.13635,0 2.0661,-0.929745 2.0661,-2.066104 m 0,-4.442143 c 0,-1.136359 -0.92975,-1.962785 -2.0661,-1.962785 -1.03307,0 -1.96282,0.826426 -1.96282,1.962785 0,1.033066 0.92975,1.962812 1.96282,1.962812 1.13635,0 2.0661,-0.929746 2.0661,-1.962812 m 31.92139,4.442143 c 0,-1.03304 -0.92975,-1.962785 -2.06611,-1.962785 -1.03305,0 -1.9628,0.929745 -1.9628,1.962785 0,1.136359 0.92975,2.066104 1.9628,2.066104 1.13636,0 2.06611,-0.929745 2.06611,-2.066104 m 0,-4.442143 c 0,-1.136359 -0.92975,-1.962785 -2.06611,-1.962785 -1.03305,0 -1.9628,0.826426 -1.9628,1.962785 0,1.033066 0.92975,1.962812 1.9628,1.962812 1.13636,0 2.06611,-0.929746 2.06611,-1.962812 m 31.81811,4.442143 c 0,-1.03304 -0.82645,-1.962785 -1.96281,-1.962785 -1.03306,0 -1.9628,0.929745 -1.9628,1.962785 0,1.136359 0.92974,2.066104 1.9628,2.066104 1.13636,0 1.96281,-0.929745 1.96281,-2.066104 m 0,-4.442143 c 0,-1.136359 -0.82645,-1.962785 -1.96281,-1.962785 -1.03306,0 -1.9628,0.826426 -1.9628,1.962785 0,1.033066 0.92974,1.962812 1.9628,1.962812 1.13636,0 1.96281,-0.929746 1.96281,-1.962812 m 31.92138,4.442143 c 0,-1.03304 -0.82645,-1.962785 -1.9628,-1.962785 -1.03307,0 -1.96281,0.929745 -1.96281,1.962785 0,1.136359 0.92974,2.066104 1.96281,2.066104 1.13635,0 1.9628,-0.929745 1.9628,-2.066104 m 0,-4.442143 c 0,-1.136359 -0.82645,-1.962785 -1.9628,-1.962785 -1.03307,0 -1.96281,0.826426 -1.96281,1.962785 0,1.033066 0.92974,1.962812 1.96281,1.962812 1.13635,0 1.9628,-0.929746 1.9628,-1.962812 m -96.07411,0 c 0,-0.929746 -0.72313,-1.549585 -1.65287,-1.549585 -0.82646,0 -1.54959,0.619839 -1.54959,1.549585 0,0.826453 0.72313,1.549612 1.54959,1.549612 0.92974,0 1.65287,-0.723159 1.65287,-1.549612 m -31.92139,13.429747 c 0,-0.826452 -0.72316,-1.549585 -1.65291,-1.549585 -0.82642,0 -1.54956,0.723133 -1.54956,1.549585 0,0.92972 0.72314,1.652852 1.54956,1.652852 0.92975,0 1.65291,-0.723132 1.65291,-1.652852 m 0,-4.442169 c 0,-0.929745 -0.72316,-1.549585 -1.65291,-1.549585 -0.82642,0 -1.54956,0.61984 -1.54956,1.549585 0,0.826453 0.72314,1.549586 1.54956,1.549586 0.92975,0 1.65291,-0.723133 1.65291,-1.549586 m 0,-4.545435 c 0,-0.826426 -0.72316,-1.549559 -1.65291,-1.549559 -0.82642,0 -1.54956,0.723133 -1.54956,1.549559 0,0.929745 0.72314,1.652878 1.54956,1.652878 0.92975,0 1.65291,-0.723133 1.65291,-1.652878 m 0,-4.442143 c 0,-0.929746 -0.72316,-1.549585 -1.65291,-1.549585 -0.82642,0 -1.54956,0.619839 -1.54956,1.549585 0,0.826453 0.72314,1.549612 1.54956,1.549612 0.92975,0 1.65291,-0.723159 1.65291,-1.549612 M 97.365431,32.696209 c 0,-0.826452 -0.723133,-1.549585 -1.549586,-1.549585 -0.929745,0 -1.549585,0.723133 -1.549585,1.549585 0,0.92972 0.61984,1.652852 1.549585,1.652852 0.826453,0 1.549586,-0.723132 1.549586,-1.652852 m 0,-4.442169 c 0,-0.929745 -0.723133,-1.549585 -1.549586,-1.549585 -0.929745,0 -1.549585,0.61984 -1.549585,1.549585 0,0.826453 0.61984,1.549586 1.549585,1.549586 0.826453,0 1.549586,-0.723133 1.549586,-1.549586 m 0,-4.545435 c 0,-0.826426 -0.723133,-1.549559 -1.549586,-1.549559 -0.929745,0 -1.549585,0.723133 -1.549585,1.549559 0,0.929745 0.61984,1.652878 1.549585,1.652878 0.826453,0 1.549586,-0.723133 1.549586,-1.652878 m -31.921397,8.987604 c 0,-0.826452 -0.723133,-1.549585 -1.549585,-1.549585 -0.929746,0 -1.652905,0.723133 -1.652905,1.549585 0,0.92972 0.723159,1.652852 1.652905,1.652852 0.826452,0 1.549585,-0.723132 1.549585,-1.652852 m 0,-4.442169 c 0,-0.929745 -0.723133,-1.549585 -1.549585,-1.549585 -0.929746,0 -1.652905,0.61984 -1.652905,1.549585 0,0.826453 0.723159,1.549586 1.652905,1.549586 0.826452,0 1.549585,-0.723133 1.549585,-1.549586 m 0,-4.545435 c 0,-0.826426 -0.723133,-1.549559 -1.549585,-1.549559 -0.929746,0 -1.652905,0.723133 -1.652905,1.549559 0,0.929745 0.723159,1.652878 1.652905,1.652878 0.826452,0 1.549585,-0.723133 1.549585,-1.652878 m 31.921397,-4.442143 c 0,-0.929746 -0.723133,-1.549585 -1.549586,-1.549585 -0.929745,0 -1.549585,0.619839 -1.549585,1.549585 0,0.826453 0.61984,1.549612 1.549585,1.549612 0.826453,0 1.549586,-0.723159 1.549586,-1.549612 M 45.919292,32.696209 c 0,-0.826452 -0.723132,-1.549585 -1.549585,-1.549585 -0.929746,0 -1.652905,0.723133 -1.652905,1.549585 0,0.92972 0.723159,1.652852 1.652905,1.652852 0.826453,0 1.549585,-0.723132 1.549585,-1.652852 m -5.371888,0 c 0,-0.826452 -0.723133,-1.549585 -1.549585,-1.549585 -0.929746,0 -1.652879,0.723133 -1.652879,1.549585 0,0.92972 0.723133,1.652852 1.652879,1.652852 0.826452,0 1.549585,-0.723132 1.549585,-1.652852 m 10.743777,0 c 0,-0.826452 -0.619813,-1.549585 -1.549586,-1.549585 -0.826426,0 -1.549585,0.723133 -1.549585,1.549585 0,0.92972 0.723159,1.652852 1.549585,1.652852 0.929773,0 1.549586,-0.723132 1.549586,-1.652852 M 193.12962,19.266462 c 0,-0.929746 -0.72313,-1.549585 -1.65289,-1.549585 -0.82644,0 -1.54958,0.619839 -1.54958,1.549585 0,0.826453 0.72314,1.549612 1.54958,1.549612 0.92976,0 1.65289,-0.723159 1.65289,-1.549612 m -31.9214,4.442143 c 0,-0.826426 -0.72313,-1.549559 -1.65287,-1.549559 -0.82646,0 -1.54959,0.723133 -1.54959,1.549559 0,0.929745 0.72313,1.652878 1.54959,1.652878 0.92974,0 1.65287,-0.723133 1.65287,-1.652878 m 0,4.545435 c 0,-0.929745 -0.72313,-1.549585 -1.65287,-1.549585 -0.82646,0 -1.54959,0.61984 -1.54959,1.549585 0,0.826453 0.72313,1.549586 1.54959,1.549586 0.92974,0 1.65287,-0.723133 1.65287,-1.549586 m 0,4.442169 c 0,-0.826452 -0.72313,-1.549585 -1.65287,-1.549585 -0.82646,0 -1.54959,0.723133 -1.54959,1.549585 0,0.92972 0.72313,1.652852 1.54959,1.652852 0.92974,0 1.65287,-0.723132 1.65287,-1.652852 m 31.9214,-8.987604 c 0,-0.826426 -0.72313,-1.549559 -1.65289,-1.549559 -0.82644,0 -1.54958,0.723133 -1.54958,1.549559 0,0.929745 0.72314,1.652878 1.54958,1.652878 0.92976,0 1.65289,-0.723133 1.65289,-1.652878 m 0,4.545435 c 0,-0.929745 -0.72313,-1.549585 -1.65289,-1.549585 -0.82644,0 -1.54958,0.61984 -1.54958,1.549585 0,0.826453 0.72314,1.549586 1.54958,1.549586 0.92976,0 1.65289,-0.723133 1.65289,-1.549586 m 0,4.442169 c 0,-0.826452 -0.72313,-1.549585 -1.65289,-1.549585 -0.82644,0 -1.54958,0.723133 -1.54958,1.549585 0,0.92972 0.72314,1.652852 1.54958,1.652852 0.92976,0 1.65289,-0.723132 1.65289,-1.652852 m 31.8181,-13.429747 c 0,-0.929746 -0.61984,-1.549585 -1.54958,-1.549585 -0.82645,0 -1.54958,0.619839 -1.54958,1.549585 0,0.826453 0.72313,1.549612 1.54958,1.549612 0.92974,0 1.54958,-0.723159 1.54958,-1.549612 m 31.92139,0 c 0,-0.929746 -0.61984,-1.549585 -1.54958,-1.549585 -0.82645,0 -1.54958,0.619839 -1.54958,1.549585 0,0.826453 0.72313,1.549612 1.54958,1.549612 0.92974,0 1.54958,-0.723159 1.54958,-1.549612 m -31.92139,4.442143 c 0,-0.826426 -0.61984,-1.549559 -1.54958,-1.549559 -0.82645,0 -1.54958,0.723133 -1.54958,1.549559 0,0.929745 0.72313,1.652878 1.54958,1.652878 0.92974,0 1.54958,-0.723133 1.54958,-1.652878 m 0,4.545435 c 0,-0.929745 -0.61984,-1.549585 -1.54958,-1.549585 -0.82645,0 -1.54958,0.61984 -1.54958,1.549585 0,0.826453 0.72313,1.549586 1.54958,1.549586 0.92974,0 1.54958,-0.723133 1.54958,-1.549586 m 0,4.442169 c 0,-0.826452 -0.61984,-1.549585 -1.54958,-1.549585 -0.82645,0 -1.54958,0.723133 -1.54958,1.549585 0,0.92972 0.72313,1.652852 1.54958,1.652852 0.92974,0 1.54958,-0.723132 1.54958,-1.652852 m 31.92139,-8.987604 c 0,-0.826426 -0.61984,-1.549559 -1.54958,-1.549559 -0.82645,0 -1.54958,0.723133 -1.54958,1.549559 0,0.929745 0.72313,1.652878 1.54958,1.652878 0.92974,0 1.54958,-0.723133 1.54958,-1.652878 m 0,4.545435 c 0,-0.929745 -0.61984,-1.549585 -1.54958,-1.549585 -0.82645,0 -1.54958,0.61984 -1.54958,1.549585 0,0.826453 0.72313,1.549586 1.54958,1.549586 0.92974,0 1.54958,-0.723133 1.54958,-1.549586 m 0,4.442169 c 0,-0.826452 -0.61984,-1.549585 -1.54958,-1.549585 -0.82645,0 -1.54958,0.723133 -1.54958,1.549585 0,0.92972 0.72313,1.652852 1.54958,1.652852 0.92974,0 1.54958,-0.723132 1.54958,-1.652852 M 102.53071,42.3036 c 0,-2.272718 -1.85952,-4.028916 -4.02892,-4.028916 -2.272718,0 -4.028917,1.756198 -4.028917,4.028916 0,2.169398 1.756199,4.028917 4.028917,4.028917 2.1694,0 4.02892,-1.859519 4.02892,-4.028917 M 8.6260074,93.336512 H 2.9442127 M 8.6260074,88.894396 H 2.9442127 m 5.2685685,9.814005 H 3.3574389 M 2.22108,104.3902 c -0.516546,1.54958 0.1032933,3.20249 1.3429721,4.1322 1.3429456,1.03307 3.0991439,1.03307 4.442116,0.10332 1.342972,-0.92974 1.8595181,-2.68594 1.342972,-4.23552 m 0,0.10332 -1.7561983,-5.785119 m -3.5123702,0 L 2.22108,104.3902 m 5.9917012,-5.681799 v -5.371889 m -4.8553423,0 v 5.371889 m 5.2685685,-5.371889 v -4.442116 m -5.6817947,0 v 4.442116 M 102.53071,75.05145 c 0,-2.169425 -1.85952,-3.925623 -4.02892,-3.925623 -2.272718,0 -4.028917,1.756198 -4.028917,3.925623 0,2.272717 1.756199,4.028916 4.028917,4.028916 2.1694,0 4.02892,-1.756199 4.02892,-4.028916 m 0,32.85114 c 0,-2.27272 -1.85952,-4.02891 -4.02892,-4.02891 -2.272718,0 -4.028917,1.75619 -4.028917,4.02891 0,2.1694 1.756199,4.02892 4.028917,4.02892 2.1694,0 4.02892,-1.85952 4.02892,-4.02892 m 0,32.74785 c 0,-2.16942 -1.85952,-3.92562 -4.02892,-3.92562 -2.272718,0 -4.028917,1.7562 -4.028917,3.92562 0,2.27272 1.756199,4.02892 4.028917,4.02892 2.1694,0 4.02892,-1.7562 4.02892,-4.02892 M 134.4521,42.3036 c 0,-2.272718 -1.85949,-4.028916 -4.02891,-4.028916 -2.27272,0 -4.02889,1.756198 -4.02889,4.028916 0,2.169398 1.75617,4.028917 4.02889,4.028917 2.16942,0 4.02891,-1.859519 4.02891,-4.028917 m 0,32.74785 c 0,-2.169425 -1.85949,-3.925623 -4.02891,-3.925623 -2.27272,0 -4.02889,1.756198 -4.02889,3.925623 0,2.272717 1.75617,4.028916 4.02889,4.028916 2.16942,0 4.02891,-1.756199 4.02891,-4.028916 m 0,32.85114 c 0,-2.27272 -1.85949,-4.02891 -4.02891,-4.02891 -2.27272,0 -4.02889,1.75619 -4.02889,4.02891 0,2.1694 1.75617,4.02892 4.02889,4.02892 2.16942,0 4.02891,-1.85952 4.02891,-4.02892 m 0,32.74785 c 0,-2.16942 -1.85949,-3.92562 -4.02891,-3.92562 -2.27272,0 -4.02889,1.7562 -4.02889,3.92562 0,2.27272 1.75617,4.02892 4.02889,4.02892 2.16942,0 4.02891,-1.7562 4.02891,-4.02892 M 166.27018,42.3036 c 0,-2.272718 -1.75617,-4.028916 -4.02889,-4.028916 -2.16942,0 -3.92562,1.756198 -3.92562,4.028916 0,2.169398 1.7562,4.028917 3.92562,4.028917 2.27272,0 4.02889,-1.859519 4.02889,-4.028917 m 0,32.74785 c 0,-2.169425 -1.75617,-3.925623 -4.02889,-3.925623 -2.16942,0 -3.92562,1.756198 -3.92562,3.925623 0,2.272717 1.7562,4.028916 3.92562,4.028916 2.27272,0 4.02889,-1.756199 4.02889,-4.028916 m 0,32.85114 c 0,-2.27272 -1.75617,-4.02891 -4.02889,-4.02891 -2.16942,0 -3.92562,1.75619 -3.92562,4.02891 0,2.1694 1.7562,4.02892 3.92562,4.02892 2.27272,0 4.02889,-1.85952 4.02889,-4.02892 m 0,32.74785 c 0,-2.16942 -1.75617,-3.92562 -4.02889,-3.92562 -2.16942,0 -3.92562,1.7562 -3.92562,3.92562 0,2.27272 1.7562,4.02892 3.92562,4.02892 2.27272,0 4.02889,-1.7562 4.02889,-4.02892 M 198.19159,42.3036 c 0,-2.272718 -1.75619,-4.028916 -4.02891,-4.028916 -2.16942,0 -3.92561,1.756198 -3.92561,4.028916 0,2.169398 1.75619,4.028917 3.92561,4.028917 2.27272,0 4.02891,-1.859519 4.02891,-4.028917 m 0,32.74785 c 0,-2.169425 -1.75619,-3.925623 -4.02891,-3.925623 -2.16942,0 -3.92561,1.756198 -3.92561,3.925623 0,2.272717 1.75619,4.028916 3.92561,4.028916 2.27272,0 4.02891,-1.756199 4.02891,-4.028916 m 0,32.85114 c 0,-2.27272 -1.75619,-4.02891 -4.02891,-4.02891 -2.16942,0 -3.92561,1.75619 -3.92561,4.02891 0,2.1694 1.75619,4.02892 3.92561,4.02892 2.27272,0 4.02891,-1.85952 4.02891,-4.02892 m 0,32.74785 c 0,-2.16942 -1.75619,-3.92562 -4.02891,-3.92562 -2.16942,0 -3.92561,1.7562 -3.92561,3.92562 0,2.27272 1.75619,4.02892 3.92561,4.02892 2.27272,0 4.02891,-1.7562 4.02891,-4.02892 M 230.11298,42.3036 c 0,-2.272718 -1.75619,-4.028916 -4.0289,-4.028916 -2.16942,0 -4.02891,1.756198 -4.02891,4.028916 0,2.169398 1.85949,4.028917 4.02891,4.028917 2.27271,0 4.0289,-1.859519 4.0289,-4.028917 m 0,32.74785 c 0,-2.169425 -1.75619,-3.925623 -4.0289,-3.925623 -2.16942,0 -4.02891,1.756198 -4.02891,3.925623 0,2.272717 1.85949,4.028916 4.02891,4.028916 2.27271,0 4.0289,-1.756199 4.0289,-4.028916 m 0,32.85114 c 0,-2.27272 -1.75619,-4.02891 -4.0289,-4.02891 -2.16942,0 -4.02891,1.75619 -4.02891,4.02891 0,2.1694 1.85949,4.02892 4.02891,4.02892 2.27271,0 4.0289,-1.85952 4.0289,-4.02892 m 0,32.74785 c 0,-2.16942 -1.75619,-3.92562 -4.0289,-3.92562 -2.16942,0 -4.02891,1.7562 -4.02891,3.92562 0,2.27272 1.85949,4.02892 4.02891,4.02892 2.27271,0 4.0289,-1.7562 4.0289,-4.02892 M 262.0344,42.3036 c 0,-2.272718 -1.7562,-4.028916 -4.02894,-4.028916 -2.16942,0 -4.0289,1.756198 -4.0289,4.028916 0,2.169398 1.85948,4.028917 4.0289,4.028917 2.27274,0 4.02894,-1.859519 4.02894,-4.028917 m 0,32.74785 c 0,-2.169425 -1.7562,-3.925623 -4.02894,-3.925623 -2.16942,0 -4.0289,1.756198 -4.0289,3.925623 0,2.272717 1.85948,4.028916 4.0289,4.028916 2.27274,0 4.02894,-1.756199 4.02894,-4.028916 m 0,32.85114 c 0,-2.27272 -1.7562,-4.02891 -4.02894,-4.02891 -2.16942,0 -4.0289,1.75619 -4.0289,4.02891 0,2.1694 1.85948,4.02892 4.0289,4.02892 2.27274,0 4.02894,-1.85952 4.02894,-4.02892 m 0,32.74785 c 0,-2.16942 -1.7562,-3.92562 -4.02894,-3.92562 -2.16942,0 -4.0289,1.7562 -4.0289,3.92562 0,2.27272 1.85948,4.02892 4.0289,4.02892 2.27274,0 4.02894,-1.7562 4.02894,-4.02892 M 9.3491401,105.52655 c 0,-1.96278 -1.5495852,-3.51239 -3.5123966,-3.51239 -1.962785,0 -3.6156635,1.54961 -3.6156635,3.51239 0,1.96282 1.6528785,3.61569 3.6156635,3.61569 1.9628114,0 3.5123966,-1.65287 3.5123966,-3.61569 m -0.4132262,0 c 0,-1.75619 -1.3429721,-3.09917 -3.0991704,-3.09917 -1.7561719,0 -3.2024373,1.34298 -3.2024373,3.09917 0,1.7562 1.4462654,3.20247 3.2024373,3.20247 1.7561983,0 3.0991704,-1.44627 3.0991704,-3.20247 m 0.2066131,0 c 0,-1.85949 -1.4462654,-3.30578 -3.3057835,-3.30578 -1.8594652,0 -3.4090504,1.44629 -3.4090504,3.30578 0,1.85952 1.5495852,3.40908 3.4090504,3.40908 1.8595181,0 3.3057835,-1.54956 3.3057835,-3.40908 m -2.2727179,-1.75619 v 1.23967 m -1.0330656,-1.54958 1.0330656,0.30991 m -1.7561983,0.72316 0.7231327,-1.03307 m -1.8594652,1.03307 h 1.1363325 m -1.4462654,1.03303 0.3099329,-1.03303 m 0.7231327,1.75619 -1.0330656,-0.72316 m 1.0330656,1.85952 v -1.13636 m 1.0330392,1.44627 -1.0330392,-0.30991 m 1.6528785,-0.61984 -0.6198393,0.92975 m 1.8594916,-1.03304 -1.2396523,0.10329 m 1.5495852,-1.13636 -0.3099329,1.03307 m -0.7231327,-1.65291 1.0330656,0.61984 m -1.4462918,-0.41322 0.4132262,-0.20662 m 0.5165196,0.82646 0.516546,-0.20662 m -0.6198393,0.61984 0.3099064,0.41323 m -1.4462654,-0.30993 0.2066131,0.41322 m -0.8264525,0.51652 0.2066132,0.41323 m -0.6198394,-0.61981 -0.4131998,0.3099 m 0.4131998,-1.44629 -0.4131998,0.30993 m -0.6198394,-0.82645 -0.4132262,0.10329 m 0.6198394,-0.61981 -0.3099065,-0.41322 m 1.446239,0.41322 -0.3099065,-0.41322 m 0.9297458,-0.51655 -0.2066131,-0.51652 m 0.6198394,0.61984 0.4132262,-0.30993 m -0.4132262,1.44629 0.9297458,0.61984 m 0,0 -0.1032933,0.41322 m 0,0 -1.136359,0.1033 m 0,0 -0.6198394,0.92974 m 0,0 -0.4132262,-0.20658 m 0,0 v -1.13639 m 0,0 -1.0330392,-0.51652 m 0,0 0.2066132,-0.51652 m 0,0 h 1.1363325 m 0,0 0.6198393,-0.92977 m 0,0 0.4132263,0.10332 m 0,0 v 1.13636 M 283.10872,15.547479 V 78.460526 M 282.9021,15.547479 v 62.913047 m 0.20662,-62.913047 h -0.20662 m 0,0 v -0.309933 -0.309907 -0.206613 h 0.1033 m 0,0 h 0.20661 m 0,0 -0.10329,0.206613 v 0.309907 0.309933 m 0.10329,63.842793 h -0.20661 m 0,0 -0.1033,-0.103293 v -0.206613 -0.206613 -0.413227 m 0,0 h 0.20662 m 0,0 v 0.413227 0.206613 l 0.10329,0.206613 v 0.103293 m 1.03306,0 h -1.03306 m 1.03306,0 v -0.929746 m 0,-63.7395 h -1.03306 m 1.03306,0.826453 v -0.826453 m 0,63.7395 V 15.547479 M 5.3202239,25.774709 v 11.46691 M 8.7293008,31.559824 H 2.0144669 m 289.1520631,0 h 6.71486 m -3.30577,-5.785115 v 11.46691 M 2.0144669,137.86118 h 6.7148339 m -3.4090769,5.78511 v -11.46691 m 292.5611661,5.6818 h -6.71486 m 3.40909,-5.6818 v 11.46691", + "fill": { + "paint": "transparent" + }, + "id": "path2-6", + "name": "path2-6", + "opacity": "1", + "stroke": { + "linecap": "round", + "linejoin": "round", + "miterlimit": "10", + "paint": "#000000", + "width": "0.103" + }, + "type": "path" + }, + { + "d": "m 74.980437,74.580094 c 0,0.174758 -0.03873,0.342636 -0.122264,0.490723 -0.05852,0.109326 -0.135995,0.193702 -0.220371,0.264292 l -0.354674,0.284083 c -0.206613,0.161846 -0.316812,0.342636 -0.335756,0.549249 h 1.020154 v 0.328851 h -1.278414 c 0.01984,-0.48985 0.136022,-0.832485 0.355547,-1.019281 l 0.445056,-0.388276 c 0.167878,-0.135149 0.25138,-0.309034 0.25138,-0.509641 0,-0.15494 -0.03786,-0.284083 -0.109325,-0.374464 -0.07144,-0.09729 -0.160973,-0.142055 -0.284084,-0.142055 -0.239342,0 -0.368458,0.213492 -0.38137,0.645662 h -0.23159 c 0.0061,-0.632751 0.23159,-0.955569 0.67064,-0.955569 0.142901,0 0.272044,0.06456 0.38137,0.193702 0.129117,0.15494 0.193701,0.361553 0.193701,0.632724 z", + "fill": { + "paint": "#000000" + }, + "id": "path3-1", + "name": "path3-1", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 74.973982,108.53532 c 0,0.24537 -0.06456,0.45196 -0.187669,0.60692 -0.122238,0.161 -0.284083,0.23935 -0.476938,0.23935 -0.167878,0 -0.31078,-0.0646 -0.420106,-0.20061 -0.136022,-0.15494 -0.199734,-0.3805 -0.199734,-0.6844 h 0.225558 c 0,0.17391 0.03273,0.30993 0.09729,0.41926 0.06371,0.1102 0.148061,0.16185 0.251381,0.16185 0.309906,0 0.45884,-0.18079 0.45884,-0.55529 0,-0.32279 -0.136022,-0.48379 -0.413226,-0.48379 h -0.110199 v -0.29096 c 0.161845,0 0.278077,-0.0259 0.335756,-0.0715 0.08438,-0.0637 0.129143,-0.19283 0.129143,-0.39341 0,-0.27808 -0.122264,-0.41323 -0.368459,-0.41323 -0.219524,0 -0.335756,0.1937 -0.341788,0.5742 H 73.7283 c 0.01217,-0.58023 0.206586,-0.87722 0.58711,-0.89101 0.174758,0 0.322818,0.0654 0.433017,0.20058 0.109326,0.14206 0.167005,0.32285 0.167005,0.5484 0,0.23932 -0.0835,0.42611 -0.238442,0.57505 0.103293,0.0775 0.180763,0.16184 0.225531,0.26429 0.04564,0.0973 0.07146,0.23241 0.07146,0.39426 z", + "fill": { + "paint": "#000000" + }, + "id": "path4-4", + "name": "path4-4", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 75.006261,141.45107 h -0.277204 v 0.64566 h -0.226404 v -0.64566 H 73.6762 v -0.36158 l 0.871194,-1.73725 h 0.181663 v 1.77599 h 0.277204 z m -0.503608,-0.32284 v -1.22674 l -0.606928,1.22674 z", + "fill": { + "paint": "#000000" + }, + "id": "path5", + "name": "path5", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 60.026981,20.661107 h -0.232436 v -1.936961 h -0.432171 v -0.264293 c 0.18079,-0.03873 0.296149,-0.07834 0.341763,-0.129143 0.05768,-0.05853 0.116231,-0.193701 0.160999,-0.414073 h 0.161845 z", + "fill": { + "paint": "#000000" + }, + "id": "path6", + "name": "path6", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 60.466031,23.237302 c 0,0.174758 -0.03876,0.342609 -0.122264,0.49067 -0.05853,0.109326 -0.136022,0.193702 -0.220371,0.264292 l -0.354701,0.284083 c -0.206613,0.161846 -0.316786,0.342636 -0.33573,0.549249 h 1.020154 v 0.328851 h -1.278413 c 0.01984,-0.489823 0.136022,-0.832459 0.355547,-1.019281 l 0.445055,-0.38825 c 0.167878,-0.135149 0.251381,-0.309033 0.251381,-0.509614 0,-0.154966 -0.03786,-0.284083 -0.109326,-0.374491 -0.07146,-0.09726 -0.160972,-0.142028 -0.284083,-0.142028 -0.239342,0 -0.368459,0.213492 -0.381371,0.645662 H 59.22032 c 0.0061,-0.632751 0.231589,-0.955595 0.670639,-0.955595 0.142902,0 0.272018,0.06456 0.38137,0.193701 0.129117,0.154967 0.193702,0.36158 0.193702,0.632751 z", + "fill": { + "paint": "#000000" + }, + "id": "path7", + "name": "path7", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 60.459575,28.886818 c 0,0.245348 -0.06456,0.451961 -0.187669,0.606901 -0.122264,0.160999 -0.284109,0.239342 -0.476938,0.239342 -0.167878,0 -0.310779,-0.06456 -0.420105,-0.20058 -0.136022,-0.154967 -0.199734,-0.380524 -0.199734,-0.684398 h 0.225557 c 0,0.173884 0.0327,0.309906 0.09729,0.419232 0.06369,0.110199 0.148061,0.161846 0.251381,0.161846 0.309907,0 0.45884,-0.18079 0.45884,-0.555255 0,-0.322844 -0.136022,-0.483817 -0.413226,-0.483817 H 59.684769 V 28.0991 c 0.161846,0 0.278077,-0.02593 0.335757,-0.07144 0.08435,-0.06371 0.129116,-0.192855 0.129116,-0.393436 0,-0.278077 -0.122237,-0.413226 -0.368459,-0.413226 -0.219524,0 -0.335729,0.193702 -0.341762,0.574199 h -0.225557 c 0.01217,-0.580231 0.206613,-0.877226 0.587137,-0.891011 0.174757,0 0.322818,0.06543 0.433017,0.200607 0.109326,0.142029 0.167005,0.322818 0.167005,0.548376 0,0.239315 -0.0835,0.426138 -0.238469,0.575071 0.10332,0.07747 0.18079,0.161846 0.225557,0.264293 0.04564,0.09726 0.07146,0.232436 0.07146,0.394282 z", + "fill": { + "paint": "#000000" + }, + "id": "path8", + "name": "path8", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "M 60.491854,33.548432 H 60.21465 v 0.645663 h -0.22643 v -0.645663 h -0.826426 v -0.361553 l 0.871193,-1.737254 h 0.181663 v 1.775989 h 0.277204 z M 59.98822,33.225614 v -1.226741 l -0.606901,1.226741 z", + "fill": { + "paint": "#000000" + }, + "id": "path9", + "name": "path9", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 33.587196,37.131869 c 0,0.251381 -0.05853,0.458841 -0.167878,0.612934 -0.09726,0.142055 -0.21262,0.213519 -0.355548,0.213519 h -0.644763 v 1.194885 H 32.16678 v -2.815934 h 0.859129 c 0.173884,0 0.309906,0.07144 0.413226,0.226404 0.09641,0.148087 0.148061,0.335756 0.148061,0.568192 z m -0.25826,0 c 0,-0.129143 -0.0327,-0.239342 -0.09038,-0.335756 -0.06459,-0.09038 -0.135175,-0.142028 -0.219525,-0.142028 h -0.600022 v 0.981392 h 0.631852 c 0.06458,0 0.12311,-0.04477 0.181663,-0.129143 0.06371,-0.09726 0.09641,-0.226404 0.09641,-0.374465 z", + "fill": { + "paint": "#000000" + }, + "id": "path10", + "name": "path10", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "M 34.658996,39.152783 H 34.42656 v -1.936988 h -0.432171 v -0.264292 c 0.18079,-0.03874 0.296149,-0.07832 0.341789,-0.129117 0.05768,-0.05855 0.109326,-0.193701 0.160973,-0.414099 h 0.161845 z", + "fill": { + "paint": "#000000" + }, + "id": "path11", + "name": "path11", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 38.95911,37.131869 c 0,0.251381 -0.05855,0.458841 -0.167878,0.612934 -0.09729,0.142055 -0.212645,0.213519 -0.355547,0.213519 h -0.644789 v 1.194885 h -0.252254 v -2.815934 h 0.859155 c 0.17391,0 0.309933,0.07144 0.413226,0.226404 0.09641,0.148087 0.148087,0.335756 0.148087,0.568192 z m -0.258286,0 c 0,-0.129143 -0.0327,-0.239342 -0.09038,-0.335756 -0.06456,-0.09038 -0.135149,-0.142028 -0.219524,-0.142028 h -0.600022 v 0.981392 h 0.631878 c 0.06456,0 0.12311,-0.04477 0.181636,-0.129143 0.06371,-0.09726 0.09641,-0.226404 0.09641,-0.374465 z", + "fill": { + "paint": "#000000" + }, + "id": "path12", + "name": "path12", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 40.469961,37.235163 c 0,0.174757 -0.04477,0.342635 -0.122264,0.490696 -0.05853,0.109326 -0.135996,0.193701 -0.220372,0.264292 l -0.354674,0.284083 c -0.206613,0.161846 -0.316812,0.342636 -0.335756,0.549249 h 1.020154 v 0.328851 h -1.278414 c 0.01984,-0.489824 0.136022,-0.832459 0.355547,-1.019281 l 0.445056,-0.38825 c 0.167878,-0.135149 0.245374,-0.30906 0.245374,-0.50964 0,-0.154967 -0.03186,-0.284083 -0.103319,-0.374492 -0.07144,-0.09726 -0.160973,-0.142028 -0.284083,-0.142028 -0.239343,0 -0.368459,0.213492 -0.387403,0.645663 h -0.225558 c 0.0061,-0.632751 0.23159,-0.955596 0.67064,-0.955596 0.142901,0 0.272044,0.06459 0.38137,0.193702 0.129117,0.154966 0.193702,0.361579 0.193702,0.632751 z", + "fill": { + "paint": "#000000" + }, + "id": "path13", + "name": "path13", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 44.079168,39.152783 h -0.303027 c -0.01984,-0.0835 -0.03961,-0.174757 -0.04564,-0.265139 -0.01296,-0.103319 -0.01984,-0.25138 -0.01296,-0.438203 -0.0069,-0.335729 -0.103294,-0.510487 -0.303028,-0.510487 h -0.659421 v 1.213829 h -0.257413 v -2.815087 h 0.903076 c 0.226404,0 0.387377,0.07059 0.484664,0.219525 0.07747,0.12311 0.122237,0.315965 0.122237,0.574225 0,0.246195 -0.09038,0.452808 -0.257386,0.626719 0.08953,0.09038 0.148061,0.160972 0.173884,0.226404 0.02593,0.04477 0.03874,0.129143 0.04564,0.245348 0,0.122264 0.0061,0.315939 0.01905,0.587137 0.0069,0.09641 0.03874,0.180789 0.09038,0.239315 z m -0.32885,-2.066104 c 0,-0.135176 -0.02593,-0.239343 -0.09125,-0.315939 -0.06371,-0.07834 -0.148087,-0.116232 -0.244502,-0.116232 H 42.75514 v 0.967634 h 0.659421 c 0.225558,0 0.335757,-0.179916 0.335757,-0.535463 z", + "fill": { + "paint": "#000000" + }, + "id": "path14", + "name": "path14", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 46.255049,39.152783 h -0.25826 v -2.272718 l -0.54237,2.272718 H 45.19616 l -0.535464,-2.285629 v 2.285629 h -0.25826 v -2.815087 h 0.354674 l 0.568193,2.394982 0.568166,-2.394982 h 0.36158 z", + "fill": { + "paint": "#000000" + }, + "id": "path15", + "name": "path15", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 48.637516,43.162332 v 1.071774 h 0.89101 v -0.936625 h 0.316813 v 0.936625 h 1.284446 V 44.48636 H 48.32073 v -1.324028 z", + "fill": { + "paint": "#000000" + }, + "id": "path16", + "name": "path16", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 51.129785,41.315752 v 0.28411 l -0.839364,0.199707 v 0.749803 l 0.839364,0.212645 v 0.271172 L 48.32073,42.316962 v -0.309907 z m -1.142392,0.555281 -1.239678,0.290962 1.239678,0.321945 z", + "fill": { + "paint": "#000000" + }, + "id": "path17", + "name": "path17", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 50.380829,39.53373 c 0.20058,0 0.380497,0.05855 0.542343,0.167879 0.193701,0.142028 0.297021,0.335729 0.297021,0.58711 0,0.252254 -0.10332,0.445929 -0.297021,0.587983 -0.161846,0.116232 -0.341763,0.174758 -0.542343,0.174758 h -2.059226 v -0.259133 h 2.046314 c 0.142028,0 0.271172,-0.04477 0.381371,-0.148061 0.109325,-0.09641 0.167878,-0.212646 0.167878,-0.355547 0,-0.135149 -0.05252,-0.251381 -0.161846,-0.354674 -0.109352,-0.09729 -0.245375,-0.142055 -0.413226,-0.142055 h -2.020491 v -0.25826 z", + "fill": { + "paint": "#000000" + }, + "id": "path18", + "name": "path18", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 51.129785,37.887281 v 1.226767 H 48.32073 v -0.258259 h 2.492243 v -0.968508 z", + "fill": { + "paint": "#000000" + }, + "id": "path19", + "name": "path19", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 48.637516,36.227947 v 0.63963 h 2.492269 v 0.251381 H 48.637516 V 37.7715 H 48.32073 v -1.543553 z", + "fill": { + "paint": "#000000" + }, + "id": "path20", + "name": "path20", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 92.393857,19.783008 c 0,0.265139 -0.05855,0.490696 -0.187669,0.678365 -0.129143,0.186823 -0.277204,0.283237 -0.457994,0.283237 -0.18079,0 -0.335756,-0.07662 -0.45884,-0.218652 -0.116232,-0.142928 -0.179943,-0.322844 -0.186822,-0.542369 h 0.245348 c 0.03874,0.17391 0.09038,0.290115 0.142055,0.347795 0.05768,0.05855 0.136022,0.09125 0.239315,0.09125 0.270325,0 0.399442,-0.213492 0.399442,-0.633597 0,-0.186823 -0.03186,-0.334883 -0.109326,-0.451115 -0.07059,-0.110199 -0.167878,-0.167878 -0.277204,-0.167878 -0.07834,0 -0.142902,0.01905 -0.200581,0.05768 -0.03873,0.03186 -0.09641,0.09644 -0.161845,0.186822 h -0.219525 l 0.148934,-1.497938 h 0.988298 v 0.342635 h -0.794597 l -0.0775,0.755862 c 0.09041,-0.110199 0.213518,-0.161846 0.355547,-0.161846 0.18079,0 0.335756,0.0835 0.445082,0.251381 0.116231,0.174757 0.167878,0.401161 0.167878,0.678365 z", + "fill": { + "paint": "#000000" + }, + "id": "path21", + "name": "path21", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 92.393857,24.315532 c 0,0.271172 -0.05165,0.490697 -0.167878,0.658575 -0.116205,0.180789 -0.271172,0.264292 -0.464873,0.264292 -0.426138,0 -0.638784,-0.445082 -0.638784,-1.342972 0,-0.987399 0.238469,-1.485001 0.703342,-1.485001 0.123111,0 0.232437,0.06456 0.335757,0.187669 0.116205,0.136023 0.180789,0.309933 0.199707,0.529458 h -0.244475 c 0.0061,-0.10332 -0.01984,-0.199734 -0.09126,-0.277204 -0.07059,-0.08438 -0.148087,-0.12311 -0.238469,-0.12311 -0.129143,0 -0.232436,0.09038 -0.309906,0.277204 -0.0775,0.187668 -0.122264,0.445928 -0.135176,0.774752 0.160999,-0.22553 0.30906,-0.335703 0.464026,-0.335703 0.161846,0 0.303901,0.08435 0.420106,0.252201 0.116231,0.167878 0.167878,0.374491 0.167878,0.619839 z m -0.239342,0 c 0,-0.167878 -0.03183,-0.309906 -0.09641,-0.40632 -0.06456,-0.10332 -0.160973,-0.161846 -0.284083,-0.161846 -0.103294,0 -0.193702,0.05165 -0.271172,0.15494 -0.08438,0.110199 -0.129143,0.251381 -0.129143,0.433017 0,0.173911 0.03873,0.315966 0.116232,0.432171 0.07747,0.109325 0.173884,0.167878 0.290962,0.167878 0.08953,0 0.17391,-0.04477 0.238469,-0.129143 0.09041,-0.110173 0.135149,-0.271172 0.135149,-0.490697 z", + "fill": { + "paint": "#000000" + }, + "id": "path22", + "name": "path22", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 92.413251,27.195178 c -0.290989,0.568193 -0.503634,1.097624 -0.626719,1.594353 -0.07062,0.284109 -0.122264,0.569039 -0.148087,0.859155 h -0.25826 c 0.05768,-0.348642 0.103294,-0.606902 0.148061,-0.761868 0.08438,-0.329724 0.290989,-0.878099 0.633624,-1.652905 h -1.027033 v -0.329697 h 1.278414 z", + "fill": { + "paint": "#000000" + }, + "id": "path23", + "name": "path23", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 92.393857,33.477418 c 0,0.219525 -0.05855,0.406347 -0.187669,0.561314 -0.122264,0.15494 -0.28411,0.239315 -0.470905,0.239315 -0.18079,0 -0.329724,-0.08438 -0.445929,-0.239315 -0.122264,-0.154967 -0.179943,-0.347795 -0.179943,-0.587137 0,-0.15494 0.02593,-0.296995 0.0835,-0.419233 0.05855,-0.123084 0.136023,-0.213492 0.232437,-0.27805 -0.167852,-0.129143 -0.252228,-0.315939 -0.252228,-0.561287 0,-0.206613 0.05855,-0.381371 0.161846,-0.523426 0.110199,-0.142054 0.239316,-0.219524 0.387403,-0.219524 0.18079,0 0.322818,0.07059 0.43905,0.20058 0.110198,0.129143 0.167878,0.303028 0.167878,0.509641 0,0.238469 -0.08353,0.43217 -0.245375,0.581104 0.08438,0.04477 0.161846,0.142055 0.219525,0.284057 0.06458,0.142055 0.09041,0.290115 0.09041,0.451961 z m -0.309933,-1.304211 c 0,-0.129116 -0.02593,-0.226404 -0.09038,-0.303027 -0.05855,-0.07747 -0.142054,-0.110172 -0.239315,-0.110172 -0.10332,0 -0.186823,0.03874 -0.245348,0.110172 -0.05768,0.07662 -0.09041,0.179943 -0.09041,0.303027 0,0.290116 0.110198,0.43905 0.335756,0.43905 0.09726,0 0.174757,-0.03874 0.239315,-0.123084 0.06456,-0.08353 0.09038,-0.186822 0.09038,-0.315966 z m 0.06459,1.245685 c 0,-0.154966 -0.03874,-0.284083 -0.109352,-0.373618 -0.0654,-0.09125 -0.161846,-0.135996 -0.290963,-0.135996 -0.122237,0 -0.219525,0.05162 -0.290115,0.148035 -0.06543,0.09729 -0.10332,0.232436 -0.10332,0.394282 0,0.148087 0.03789,0.271171 0.109352,0.368458 0.07747,0.09642 0.167852,0.141182 0.278051,0.141182 0.115358,0 0.212645,-0.05165 0.290115,-0.15494 0.0775,-0.10332 0.116232,-0.232436 0.116232,-0.387403 z", + "fill": { + "paint": "#000000" + }, + "id": "path24", + "name": "path24", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 124.30234,19.260033 c 0,0.988298 -0.22553,1.485027 -0.6844,1.485027 -0.16785,0 -0.29699,-0.05768 -0.38737,-0.173911 -0.0775,-0.110173 -0.13602,-0.284956 -0.16185,-0.51652 h 0.23932 c -0.007,0.116205 0.0259,0.206614 0.0904,0.277204 0.0646,0.06456 0.14205,0.103294 0.23934,0.103294 0.12827,0 0.23244,-0.09038 0.31594,-0.277204 0.0775,-0.181637 0.12311,-0.43905 0.12912,-0.762741 -0.13515,0.219525 -0.28409,0.329724 -0.44506,0.329724 -0.18166,0 -0.32972,-0.07747 -0.43992,-0.239316 -0.10933,-0.160999 -0.16701,-0.380524 -0.16701,-0.645663 0,-0.271171 0.0637,-0.490696 0.17992,-0.658574 0.11623,-0.173911 0.27205,-0.264292 0.44596,-0.264292 0.20658,0 0.36155,0.116205 0.47087,0.335729 0.11624,0.232463 0.17476,0.568193 0.17476,1.007243 z m -0.25135,-0.420106 c 0,-0.179916 -0.0396,-0.32885 -0.11708,-0.439049 -0.0766,-0.109326 -0.17391,-0.167005 -0.29615,-0.167005 -0.1102,0 -0.20058,0.05077 -0.26516,0.160972 -0.0714,0.110199 -0.1033,0.25826 -0.1033,0.445082 0,0.187669 0.0387,0.336603 0.1102,0.445929 0.0637,0.09641 0.15494,0.148934 0.25826,0.148934 0.12224,0 0.21953,-0.05853 0.29615,-0.174757 0.0775,-0.116205 0.11708,-0.25826 0.11708,-0.420106 z", + "fill": { + "paint": "#000000" + }, + "id": "path25", + "name": "path25", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 122.32019,25.15487 h -0.23244 v -1.936962 h -0.43217 v -0.264292 c 0.18079,-0.03873 0.29615,-0.07834 0.34176,-0.129117 0.0577,-0.05855 0.11624,-0.193701 0.161,-0.414099 h 0.16185 z", + "fill": { + "paint": "#000000" + }, + "id": "path26", + "name": "path26", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 124.2507,23.792557 c 0,0.961602 -0.20662,1.446292 -0.62672,1.446292 -0.41926,0 -0.62585,-0.497602 -0.62585,-1.485027 0,-0.420079 0.0577,-0.74893 0.16785,-0.987399 0.10936,-0.232436 0.26517,-0.355547 0.458,-0.355547 0.20058,0 0.35554,0.123111 0.46487,0.355547 0.1102,0.238469 0.16185,0.581078 0.16185,1.026134 z m -0.23244,0.03273 c 0,-0.7171 -0.12912,-1.07868 -0.3874,-1.07868 -0.15494,0 -0.26514,0.110199 -0.32885,0.335756 -0.0456,0.173911 -0.0714,0.426138 -0.0714,0.768747 0,0.716254 0.12911,1.077807 0.38737,1.070928 0.13603,0 0.23847,-0.09038 0.3039,-0.264293 0.0637,-0.180789 0.0964,-0.451961 0.0964,-0.832458 z", + "fill": { + "paint": "#000000" + }, + "id": "path27", + "name": "path27", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 122.32019,29.648659 h -0.23244 v -1.936962 h -0.43217 v -0.264292 c 0.18079,-0.03876 0.29615,-0.07834 0.34176,-0.129143 0.0577,-0.05853 0.11624,-0.193701 0.161,-0.414073 h 0.16185 z", + "fill": { + "paint": "#000000" + }, + "id": "path28", + "name": "path28", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 123.8181,29.648659 h -0.22553 v -1.936962 h -0.43304 v -0.264292 c 0.18079,-0.03876 0.29011,-0.07834 0.34179,-0.129143 0.0585,-0.05853 0.11017,-0.193701 0.16184,-0.414073 h 0.15494 z", + "fill": { + "paint": "#000000" + }, + "id": "path29", + "name": "path29", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 122.32019,34.194095 h -0.23244 v -1.936962 h -0.43217 v -0.264292 c 0.18079,-0.03873 0.29615,-0.07834 0.34176,-0.129117 0.0577,-0.05855 0.11624,-0.193701 0.161,-0.414099 h 0.16185 z", + "fill": { + "paint": "#000000" + }, + "id": "path30", + "name": "path30", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 124.25718,32.276527 c 0,0.174757 -0.0388,0.342636 -0.12227,0.490696 -0.0585,0.109353 -0.12911,0.193675 -0.21349,0.264266 l -0.36158,0.28411 c -0.20058,0.161845 -0.31678,0.342609 -0.33573,0.549222 h 1.02013 v 0.328877 h -1.27151 c 0.013,-0.48985 0.12914,-0.832485 0.34867,-1.019307 l 0.45196,-0.388223 c 0.16097,-0.13515 0.24448,-0.30906 0.24448,-0.509641 0,-0.154966 -0.0319,-0.284083 -0.1033,-0.374491 -0.0706,-0.09726 -0.16703,-0.142028 -0.29011,-0.142028 -0.23935,0 -0.36158,0.213492 -0.38137,0.645662 h -0.22556 c 0.006,-0.632751 0.22556,-0.955595 0.66461,-0.955595 0.14893,0 0.27201,0.06458 0.38137,0.193701 0.12911,0.154967 0.1937,0.36158 0.1937,0.632751 z", + "fill": { + "paint": "#000000" + }, + "id": "path31", + "name": "path31", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 154.24159,20.661107 h -0.23244 v -1.936961 h -0.43217 v -0.264293 c 0.18079,-0.03873 0.29615,-0.07834 0.34176,-0.129143 0.0577,-0.05853 0.11623,-0.193701 0.161,-0.414073 h 0.16185 z", + "fill": { + "paint": "#000000" + }, + "id": "path32", + "name": "path32", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 156.17209,19.89924 c 0,0.245348 -0.0646,0.451961 -0.18767,0.606927 -0.12223,0.160973 -0.2772,0.239316 -0.4709,0.239316 -0.17389,0 -0.30988,-0.06456 -0.42611,-0.200581 -0.12912,-0.154966 -0.19371,-0.380523 -0.19971,-0.684397 h 0.23244 c 0,0.173884 0.0319,0.309906 0.0964,0.419232 0.0576,0.110199 0.14203,0.161846 0.24532,0.161846 0.30991,0 0.46487,-0.18079 0.46487,-0.555255 0,-0.322845 -0.13515,-0.483817 -0.41322,-0.483817 h -0.11621 v -0.290989 c 0.16785,0 0.27805,-0.02593 0.34264,-0.07144 0.0835,-0.06371 0.12224,-0.192855 0.12224,-0.393436 0,-0.278077 -0.11624,-0.413226 -0.36158,-0.413226 -0.22641,0 -0.34261,0.193701 -0.34862,0.574199 h -0.21952 c 0.013,-0.580232 0.20661,-0.877226 0.58795,-0.891011 0.17389,0 0.31594,0.06543 0.42611,0.200607 0.11624,0.142028 0.16704,0.322818 0.16704,0.548375 0,0.239316 -0.0766,0.426138 -0.23847,0.575072 0.10932,0.07747 0.18767,0.161846 0.23243,0.264293 0.0448,0.09726 0.0646,0.232436 0.0646,0.394282 z", + "fill": { + "paint": "#000000" + }, + "id": "path33", + "name": "path33", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 154.24159,25.15487 h -0.23244 v -1.936962 h -0.43217 v -0.264292 c 0.18079,-0.03873 0.29615,-0.07834 0.34176,-0.129117 0.0577,-0.05855 0.11623,-0.193701 0.161,-0.414099 h 0.16185 z", + "fill": { + "paint": "#000000" + }, + "id": "path34", + "name": "path34", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 156.20437,24.509207 h -0.2772 v 0.645663 h -0.22643 v -0.645663 h -0.8204 V 24.147628 L 155.7455,22.4104 h 0.18167 v 1.775989 h 0.2772 z m -0.50363,-0.322818 v -1.22674 l -0.60688,1.22674 z", + "fill": { + "paint": "#000000" + }, + "id": "path35", + "name": "path35", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 154.24159,29.648659 h -0.23244 v -1.936962 h -0.43217 v -0.264292 c 0.18079,-0.03876 0.29615,-0.07834 0.34176,-0.129143 0.0577,-0.05853 0.11623,-0.193701 0.161,-0.414073 h 0.16185 z", + "fill": { + "paint": "#000000" + }, + "id": "path36", + "name": "path36", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 156.19146,28.770586 c 0,0.265139 -0.0646,0.490697 -0.1937,0.678366 -0.12311,0.186822 -0.27805,0.283236 -0.458,0.283236 -0.18076,0 -0.32967,-0.07662 -0.45278,-0.218652 -0.12226,-0.142928 -0.18682,-0.322844 -0.18682,-0.542369 h 0.23934 c 0.0447,0.173911 0.0904,0.290116 0.14804,0.347795 0.0516,0.05855 0.12914,0.09126 0.23243,0.09126 0.27117,0 0.40635,-0.213493 0.40635,-0.633598 0,-0.186822 -0.0379,-0.334883 -0.10935,-0.451115 -0.0775,-0.110199 -0.16785,-0.167878 -0.28408,-0.167878 -0.0775,0 -0.14206,0.01905 -0.19371,0.05768 -0.0456,0.03186 -0.0964,0.09644 -0.16785,0.186823 h -0.21349 l 0.14205,-1.497939 h 0.99516 v 0.342636 h -0.80148 l -0.0775,0.755861 c 0.0973,-0.110199 0.21349,-0.161845 0.35552,-0.161845 0.18767,0 0.33576,0.0835 0.45196,0.25138 0.10935,0.174757 0.16788,0.401161 0.16788,0.678365 z", + "fill": { + "paint": "#000000" + }, + "id": "path37", + "name": "path37", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 154.24159,34.194095 h -0.23244 v -1.936962 h -0.43217 v -0.264292 c 0.18079,-0.03873 0.29615,-0.07834 0.34176,-0.129117 0.0577,-0.05855 0.11623,-0.193701 0.161,-0.414099 h 0.16185 z", + "fill": { + "paint": "#000000" + }, + "id": "path38", + "name": "path38", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 156.19146,33.354757 c 0,0.271172 -0.0585,0.490696 -0.17476,0.658575 -0.11623,0.180789 -0.27032,0.264292 -0.46487,0.264292 -0.41923,0 -0.63185,-0.445082 -0.63185,-1.342946 0,-0.987425 0.23243,-1.485027 0.70329,-1.485027 0.11623,0 0.23246,0.06456 0.33575,0.187669 0.1102,0.136023 0.17391,0.309933 0.19974,0.529458 h -0.25138 c 0.013,-0.10332 -0.019,-0.199734 -0.0904,-0.277204 -0.0646,-0.08438 -0.14203,-0.123111 -0.23244,-0.123111 -0.12911,0 -0.23931,0.09038 -0.31591,0.277204 -0.0783,0.187669 -0.12311,0.445929 -0.12912,0.77478 0.15407,-0.225531 0.30901,-0.33573 0.45794,-0.33573 0.16788,0 0.30303,0.08435 0.41926,0.252227 0.11623,0.167878 0.17476,0.374465 0.17476,0.619813 z m -0.24535,0 c 0,-0.167878 -0.0318,-0.309906 -0.0904,-0.406347 -0.0706,-0.103267 -0.16788,-0.161819 -0.29099,-0.161819 -0.10332,0 -0.19283,0.05167 -0.26429,0.15494 -0.0904,0.110199 -0.12912,0.251381 -0.12912,0.433017 0,0.173911 0.0388,0.315965 0.11621,0.43217 0.0775,0.109326 0.16788,0.167879 0.28408,0.167879 0.0964,0 0.17476,-0.04477 0.24535,-0.129144 0.0835,-0.110172 0.12914,-0.271171 0.12914,-0.490696 z", + "fill": { + "paint": "#000000" + }, + "id": "path39", + "name": "path39", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 186.16298,20.661107 h -0.23244 v -1.936961 h -0.43216 v -0.264293 c 0.18078,-0.03873 0.29614,-0.07834 0.34177,-0.129143 0.0577,-0.05853 0.11621,-0.193701 0.16098,-0.414073 h 0.16185 z", + "fill": { + "paint": "#000000" + }, + "id": "path40", + "name": "path40", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 188.12578,18.207573 c -0.29098,0.568193 -0.49673,1.097624 -0.62672,1.594353 -0.0646,0.284083 -0.11622,0.569039 -0.14807,0.859155 h -0.25826 c 0.0577,-0.348642 0.11019,-0.606928 0.14807,-0.761868 0.0844,-0.329724 0.297,-0.878099 0.63361,-1.652905 h -1.02703 v -0.329724 h 1.2784 z", + "fill": { + "paint": "#000000" + }, + "id": "path41", + "name": "path41", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 186.16298,25.15487 h -0.23244 v -1.936962 h -0.43216 v -0.264292 c 0.18078,-0.03873 0.29614,-0.07834 0.34177,-0.129117 0.0577,-0.05855 0.11621,-0.193701 0.16098,-0.414099 h 0.16185 z", + "fill": { + "paint": "#000000" + }, + "id": "path42", + "name": "path42", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 188.11286,24.43822 c 0,0.219524 -0.0646,0.406347 -0.18768,0.561287 -0.12913,0.154966 -0.28408,0.239342 -0.47692,0.239342 -0.18165,0 -0.32972,-0.08438 -0.44594,-0.239342 -0.11622,-0.15494 -0.18078,-0.347795 -0.18078,-0.587111 0,-0.154966 0.0327,-0.296995 0.0835,-0.419259 0.0585,-0.123084 0.13602,-0.213492 0.23244,-0.27805 -0.16099,-0.129143 -0.24535,-0.315913 -0.24535,-0.561261 0,-0.206613 0.0525,-0.38137 0.16185,-0.523425 0.1033,-0.142055 0.23243,-0.219525 0.38739,-0.219525 0.17476,0 0.32283,0.07059 0.43216,0.200581 0.11708,0.129143 0.17476,0.303027 0.17476,0.50964 0,0.238469 -0.0835,0.432144 -0.25224,0.581078 0.0913,0.04477 0.16185,0.142029 0.22641,0.284083 0.0577,0.142055 0.0904,0.290116 0.0904,0.451962 z m -0.30992,-1.304211 c 0,-0.129117 -0.0327,-0.226404 -0.0904,-0.303027 -0.0646,-0.07747 -0.14205,-0.110199 -0.24535,-0.110199 -0.10331,0 -0.18079,0.03876 -0.23933,0.110199 -0.0637,0.07662 -0.0904,0.179916 -0.0904,0.303027 0,0.290116 0.11019,0.439023 0.32972,0.439023 0.0973,0 0.18078,-0.03874 0.23932,-0.123084 0.0637,-0.0835 0.0964,-0.186796 0.0964,-0.315939 z m 0.0585,1.245685 c 0,-0.154967 -0.0327,-0.28411 -0.10331,-0.373645 -0.0714,-0.09123 -0.16873,-0.135996 -0.29097,-0.135996 -0.12913,0 -0.22642,0.05165 -0.29012,0.148061 -0.0714,0.09729 -0.10331,0.232437 -0.10331,0.394282 0,0.148061 0.0379,0.271172 0.10934,0.368459 0.0706,0.09641 0.16184,0.141182 0.27806,0.141182 0.10933,0 0.20661,-0.05165 0.28323,-0.154967 0.0775,-0.103293 0.11708,-0.232436 0.11708,-0.387376 z", + "fill": { + "paint": "#000000" + }, + "id": "path43", + "name": "path43", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 186.16298,29.648659 h -0.23244 v -1.936962 h -0.43216 v -0.264292 c 0.18078,-0.03876 0.29614,-0.07834 0.34177,-0.129143 0.0577,-0.05853 0.11621,-0.193701 0.16098,-0.414073 h 0.16185 z", + "fill": { + "paint": "#000000" + }, + "id": "path44", + "name": "path44", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 188.09996,28.247585 c 0,0.988298 -0.23244,1.485026 -0.6844,1.485026 -0.17476,0 -0.3039,-0.05768 -0.39429,-0.17391 -0.0766,-0.110173 -0.12913,-0.284956 -0.16098,-0.51652 h 0.23846 c 0,0.116205 0.0327,0.206613 0.0973,0.277204 0.0646,0.06456 0.14205,0.103293 0.23244,0.103293 0.12913,0 0.23933,-0.09038 0.3168,-0.277203 0.0835,-0.181637 0.12225,-0.43905 0.13516,-0.762741 -0.13516,0.219524 -0.28409,0.329723 -0.44507,0.329723 -0.18768,0 -0.32972,-0.07747 -0.43991,-0.239315 -0.11622,-0.160999 -0.16701,-0.380524 -0.16701,-0.645663 0,-0.271171 0.0577,-0.490696 0.17992,-0.658574 0.11622,-0.173911 0.26515,-0.264293 0.44594,-0.264293 0.20058,0 0.35468,0.116205 0.4709,0.33573 0.11622,0.232463 0.17476,0.568193 0.17476,1.007243 z m -0.25138,-0.420106 c 0,-0.179917 -0.0396,-0.328851 -0.11708,-0.439049 -0.0766,-0.109326 -0.17992,-0.167005 -0.30303,-0.167005 -0.11019,0 -0.1937,0.05077 -0.26429,0.160972 -0.0654,0.110199 -0.0973,0.25826 -0.0973,0.445082 0,0.187669 0.0318,0.336603 0.10331,0.445929 0.0706,0.09641 0.15496,0.148934 0.26515,0.148934 0.12224,0 0.21952,-0.05853 0.29614,-0.174757 0.0775,-0.116205 0.11708,-0.25826 0.11708,-0.420106 z", + "fill": { + "paint": "#000000" + }, + "id": "path45", + "name": "path45", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 186.60201,32.276527 c 0,0.174757 -0.0387,0.342636 -0.12224,0.490696 -0.0585,0.109353 -0.13602,0.193675 -0.22039,0.264266 l -0.35468,0.28411 c -0.20661,0.161845 -0.3168,0.342609 -0.33574,0.549222 h 1.02014 v 0.328877 h -1.27841 c 0.0198,-0.48985 0.13602,-0.832485 0.35555,-1.019307 l 0.45196,-0.388223 c 0.16098,-0.13515 0.24449,-0.30906 0.24449,-0.509641 0,-0.154966 -0.0379,-0.284083 -0.10933,-0.374491 -0.0715,-0.09726 -0.16099,-0.142028 -0.28409,-0.142028 -0.23933,0 -0.36846,0.213492 -0.38137,0.645662 h -0.23158 c 0.006,-0.632751 0.23158,-0.955595 0.67062,-0.955595 0.14291,0 0.27204,0.06458 0.38138,0.193701 0.12913,0.154967 0.19369,0.36158 0.19369,0.632751 z", + "fill": { + "paint": "#000000" + }, + "id": "path46", + "name": "path46", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 188.09349,32.831782 c 0,0.961601 -0.20661,1.446265 -0.62672,1.446265 -0.41925,0 -0.62586,-0.497602 -0.62586,-1.485 0,-0.420106 0.0577,-0.748956 0.16787,-0.987425 0.10934,-0.232437 0.26516,-0.355547 0.45799,-0.355547 0.20059,0 0.35554,0.12311 0.46488,0.355547 0.11019,0.238469 0.16184,0.581104 0.16184,1.02616 z m -0.23244,0.03273 c 0,-0.717127 -0.12913,-1.07868 -0.38739,-1.07868 -0.15496,0 -0.26515,0.110172 -0.32886,0.33573 -0.0456,0.17391 -0.0714,0.426138 -0.0714,0.768773 0,0.716227 0.12913,1.077807 0.3874,1.070901 0.13602,0 0.23846,-0.09038 0.30389,-0.264292 0.0637,-0.180764 0.0964,-0.451961 0.0964,-0.832432 z", + "fill": { + "paint": "#000000" + }, + "id": "path47", + "name": "path47", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 218.52342,18.74346 c 0,0.174784 -0.0387,0.342636 -0.12224,0.490723 -0.0585,0.109326 -0.13602,0.193701 -0.2204,0.264292 l -0.35467,0.284083 c -0.20661,0.161846 -0.31681,0.342636 -0.33573,0.549249 h 1.02013 v 0.328851 h -1.27841 c 0.0198,-0.48985 0.13602,-0.832485 0.35554,-1.019281 l 0.45196,-0.38825 c 0.161,-0.135175 0.2445,-0.30906 0.2445,-0.509667 0,-0.15494 -0.0379,-0.284083 -0.10932,-0.374465 -0.0715,-0.09729 -0.161,-0.142054 -0.28411,-0.142054 -0.23932,0 -0.36846,0.213492 -0.38137,0.645662 h -0.23156 c 0.006,-0.632751 0.23156,-0.955569 0.67061,-0.955569 0.14292,0 0.27204,0.06456 0.38137,0.193702 0.12914,0.15494 0.1937,0.361553 0.1937,0.632724 z", + "fill": { + "paint": "#000000" + }, + "id": "path48", + "name": "path48", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 219.58228,20.661107 h -0.22553 v -1.936961 h -0.43305 v -0.264293 c 0.18079,-0.03873 0.29012,-0.07834 0.34179,-0.129143 0.0585,-0.05853 0.11018,-0.193701 0.16185,-0.414073 h 0.15494 z", + "fill": { + "paint": "#000000" + }, + "id": "path49", + "name": "path49", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 218.52342,23.237302 c 0,0.174758 -0.0387,0.342609 -0.12224,0.49067 -0.0585,0.109326 -0.13602,0.193702 -0.2204,0.264292 l -0.35467,0.284083 c -0.20661,0.161846 -0.31681,0.342636 -0.33573,0.549249 h 1.02013 v 0.328851 h -1.27841 c 0.0198,-0.489823 0.13602,-0.832459 0.35554,-1.019281 l 0.45196,-0.38825 c 0.161,-0.135149 0.2445,-0.309033 0.2445,-0.509614 0,-0.154966 -0.0379,-0.284083 -0.10932,-0.374491 -0.0715,-0.09726 -0.161,-0.142028 -0.28411,-0.142028 -0.23932,0 -0.36846,0.213492 -0.38137,0.645662 h -0.23156 c 0.006,-0.632751 0.23156,-0.955595 0.67061,-0.955595 0.14292,0 0.27204,0.06456 0.38137,0.193701 0.12914,0.154967 0.1937,0.36158 0.1937,0.632751 z", + "fill": { + "paint": "#000000" + }, + "id": "path50", + "name": "path50", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 220.02135,23.237302 c 0,0.174758 -0.0387,0.342609 -0.12224,0.49067 -0.0585,0.109326 -0.12914,0.193702 -0.21351,0.264292 l -0.36155,0.284083 c -0.20061,0.161846 -0.31682,0.342636 -0.33576,0.549249 h 1.02015 v 0.328851 h -1.27153 c 0.013,-0.489823 0.12914,-0.832459 0.34867,-1.019281 l 0.45196,-0.38825 c 0.16097,-0.135149 0.24447,-0.309033 0.24447,-0.509614 0,-0.154966 -0.0318,-0.284083 -0.10329,-0.374491 -0.0706,-0.09726 -0.16701,-0.142028 -0.29012,-0.142028 -0.23931,0 -0.36158,0.213492 -0.38137,0.645662 h -0.22555 c 0.006,-0.632751 0.22555,-0.955595 0.6646,-0.955595 0.14894,0 0.27205,0.06456 0.38137,0.193701 0.12914,0.154967 0.1937,0.36158 0.1937,0.632751 z", + "fill": { + "paint": "#000000" + }, + "id": "path51", + "name": "path51", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 218.52342,27.731065 c 0,0.174757 -0.0387,0.342635 -0.12224,0.490723 -0.0585,0.109325 -0.13602,0.193701 -0.2204,0.264292 l -0.35467,0.284083 c -0.20661,0.161846 -0.31681,0.342635 -0.33573,0.549249 h 1.02013 v 0.32885 h -1.27841 c 0.0198,-0.489849 0.13602,-0.832485 0.35554,-1.019281 l 0.45196,-0.388276 c 0.161,-0.135149 0.2445,-0.309033 0.2445,-0.50964 0,-0.15494 -0.0379,-0.284083 -0.10932,-0.374465 -0.0715,-0.09729 -0.161,-0.142055 -0.28411,-0.142055 -0.23932,0 -0.36846,0.213493 -0.38137,0.645663 h -0.23156 c 0.006,-0.632751 0.23156,-0.955569 0.67061,-0.955569 0.14292,0 0.27204,0.06456 0.38137,0.193701 0.12914,0.15494 0.1937,0.361553 0.1937,0.632725 z", + "fill": { + "paint": "#000000" + }, + "id": "path52", + "name": "path52", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 220.0149,28.886818 c 0,0.245348 -0.0646,0.451961 -0.1877,0.606901 -0.12223,0.160999 -0.2772,0.239342 -0.47088,0.239342 -0.17391,0 -0.30993,-0.06456 -0.42613,-0.20058 -0.12915,-0.154967 -0.1937,-0.380524 -0.19973,-0.684398 h 0.23243 c 0,0.173884 0.0319,0.309906 0.0964,0.419232 0.0577,0.110199 0.14206,0.161846 0.24535,0.161846 0.30993,0 0.46487,-0.18079 0.46487,-0.555255 0,-0.322844 -0.13515,-0.483817 -0.4132,-0.483817 h -0.11623 V 28.0991 c 0.16788,0 0.27808,-0.02593 0.34264,-0.07144 0.0835,-0.06371 0.12224,-0.192855 0.12224,-0.393436 0,-0.278077 -0.11621,-0.413226 -0.36156,-0.413226 -0.22643,0 -0.34263,0.193702 -0.34867,0.574199 h -0.21952 c 0.013,-0.580231 0.20661,-0.877226 0.58798,-0.891011 0.17389,0 0.31594,0.06543 0.42614,0.200607 0.1162,0.142029 0.167,0.322818 0.167,0.548376 0,0.239315 -0.0766,0.426138 -0.23846,0.575071 0.10932,0.07747 0.18766,0.161846 0.23243,0.264293 0.0448,0.09726 0.0646,0.232436 0.0646,0.394282 z", + "fill": { + "paint": "#000000" + }, + "id": "path53", + "name": "path53", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 218.52342,32.276527 c 0,0.174757 -0.0387,0.342636 -0.12224,0.490696 -0.0585,0.109353 -0.13602,0.193675 -0.2204,0.264266 l -0.35467,0.28411 c -0.20661,0.161845 -0.31681,0.342609 -0.33573,0.549222 h 1.02013 v 0.328877 h -1.27841 c 0.0198,-0.48985 0.13602,-0.832485 0.35554,-1.019307 l 0.45196,-0.388223 c 0.161,-0.13515 0.2445,-0.30906 0.2445,-0.509641 0,-0.154966 -0.0379,-0.284083 -0.10932,-0.374491 -0.0715,-0.09726 -0.161,-0.142028 -0.28411,-0.142028 -0.23932,0 -0.36846,0.213492 -0.38137,0.645662 h -0.23156 c 0.006,-0.632751 0.23156,-0.955595 0.67061,-0.955595 0.14292,0 0.27204,0.06458 0.38137,0.193701 0.12914,0.154967 0.1937,0.36158 0.1937,0.632751 z", + "fill": { + "paint": "#000000" + }, + "id": "path54", + "name": "path54", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 220.04718,33.548432 h -0.27721 v 0.645663 h -0.22643 v -0.645663 h -0.82041 v -0.361553 l 0.86518,-1.737254 h 0.18166 v 1.775989 h 0.27721 z m -0.50364,-0.322818 v -1.226741 l -0.6069,1.226741 z", + "fill": { + "paint": "#000000" + }, + "id": "path55", + "name": "path55", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 250.39316,18.74346 c 0,0.174784 -0.0387,0.342636 -0.12224,0.490723 -0.0585,0.109326 -0.13602,0.193701 -0.2204,0.264292 l -0.35467,0.284083 c -0.20661,0.161846 -0.31681,0.342636 -0.33575,0.549249 h 1.02015 v 0.328851 h -1.27841 c 0.0198,-0.48985 0.13602,-0.832485 0.35554,-1.019281 l 0.45196,-0.38825 c 0.161,-0.135175 0.2445,-0.30906 0.2445,-0.509667 0,-0.15494 -0.0379,-0.284083 -0.10935,-0.374465 -0.0714,-0.09729 -0.16097,-0.142054 -0.28408,-0.142054 -0.23932,0 -0.36846,0.213492 -0.38137,0.645662 h -0.23156 c 0.006,-0.632751 0.23156,-0.955569 0.67061,-0.955569 0.1429,0 0.27204,0.06456 0.38137,0.193702 0.12914,0.15494 0.1937,0.361553 0.1937,0.632724 z", + "fill": { + "paint": "#000000" + }, + "id": "path56", + "name": "path56", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 251.904,19.783008 c 0,0.265139 -0.0646,0.490696 -0.1937,0.678365 -0.12311,0.186823 -0.27805,0.283237 -0.45799,0.283237 -0.18076,0 -0.3297,-0.07662 -0.45281,-0.218652 -0.12223,-0.142928 -0.18682,-0.322844 -0.18682,-0.542369 h 0.23934 c 0.0448,0.17391 0.0904,0.290115 0.14806,0.347795 0.0516,0.05855 0.12915,0.09125 0.23244,0.09125 0.27117,0 0.40635,-0.213492 0.40635,-0.633597 0,-0.186823 -0.0379,-0.334883 -0.10936,-0.451115 -0.0775,-0.110199 -0.16785,-0.167878 -0.28408,-0.167878 -0.0775,0 -0.14205,0.01905 -0.1937,0.05768 -0.0456,0.03186 -0.0964,0.09644 -0.16788,0.186822 h -0.21349 l 0.14205,-1.497938 h 0.99518 v 0.342635 h -0.80147 l -0.0775,0.755862 c 0.0973,-0.110199 0.21352,-0.161846 0.35555,-0.161846 0.18767,0 0.33575,0.0835 0.45195,0.251381 0.10936,0.174757 0.16788,0.401161 0.16788,0.678365 z", + "fill": { + "paint": "#000000" + }, + "id": "path57", + "name": "path57", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 250.39316,23.237302 c 0,0.174758 -0.0387,0.342609 -0.12224,0.49067 -0.0585,0.109326 -0.13602,0.193702 -0.2204,0.264292 l -0.35467,0.284083 c -0.20661,0.161846 -0.31681,0.342636 -0.33575,0.549249 h 1.02015 v 0.328851 h -1.27841 c 0.0198,-0.489823 0.13602,-0.832459 0.35554,-1.019281 l 0.45196,-0.38825 c 0.161,-0.135149 0.2445,-0.309033 0.2445,-0.509614 0,-0.154966 -0.0379,-0.284083 -0.10935,-0.374491 -0.0714,-0.09726 -0.16097,-0.142028 -0.28408,-0.142028 -0.23932,0 -0.36846,0.213492 -0.38137,0.645662 h -0.23156 c 0.006,-0.632751 0.23156,-0.955595 0.67061,-0.955595 0.1429,0 0.27204,0.06456 0.38137,0.193701 0.12914,0.154967 0.1937,0.36158 0.1937,0.632751 z", + "fill": { + "paint": "#000000" + }, + "id": "path58", + "name": "path58", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 251.904,24.315532 c 0,0.271172 -0.0585,0.490697 -0.17475,0.658575 -0.11621,0.180789 -0.27033,0.264292 -0.46487,0.264292 -0.41926,0 -0.63188,-0.445082 -0.63188,-1.342972 0,-0.987425 0.23243,-1.485001 0.70334,-1.485001 0.1162,0 0.23244,0.06456 0.33573,0.187669 0.1102,0.136023 0.17391,0.309907 0.19973,0.529432 h -0.25138 c 0.013,-0.103294 -0.0191,-0.199708 -0.0904,-0.277204 -0.0645,-0.08435 -0.14202,-0.123084 -0.23243,-0.123084 -0.12912,0 -0.23932,0.09038 -0.31594,0.277204 -0.0783,0.187668 -0.12311,0.445928 -0.12912,0.774752 0.1541,-0.225557 0.30904,-0.335703 0.45797,-0.335703 0.16788,0 0.30305,0.08432 0.41926,0.252201 0.11623,0.167878 0.17475,0.374491 0.17475,0.619839 z m -0.24534,0 c 0,-0.167878 -0.0319,-0.309933 -0.0904,-0.406347 -0.0706,-0.103293 -0.16788,-0.161845 -0.29099,-0.161845 -0.1033,0 -0.19283,0.05167 -0.2643,0.154966 -0.0904,0.110199 -0.12914,0.251381 -0.12914,0.433017 0,0.173911 0.0388,0.315939 0.11623,0.432171 0.0775,0.109325 0.16788,0.167878 0.28409,0.167878 0.0964,0 0.17475,-0.04477 0.24534,-0.129143 0.0835,-0.110199 0.12915,-0.271172 0.12915,-0.490697 z", + "fill": { + "paint": "#000000" + }, + "id": "path59", + "name": "path59", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 250.39316,27.731065 c 0,0.174757 -0.0387,0.342635 -0.12224,0.490723 -0.0585,0.109325 -0.13602,0.193701 -0.2204,0.264292 l -0.35467,0.284083 c -0.20661,0.161846 -0.31681,0.342635 -0.33575,0.549249 h 1.02015 v 0.32885 h -1.27841 c 0.0198,-0.489849 0.13602,-0.832485 0.35554,-1.019281 l 0.45196,-0.388276 c 0.161,-0.135149 0.2445,-0.309033 0.2445,-0.50964 0,-0.15494 -0.0379,-0.284083 -0.10935,-0.374465 -0.0714,-0.09729 -0.16097,-0.142055 -0.28408,-0.142055 -0.23932,0 -0.36846,0.213493 -0.38137,0.645663 h -0.23156 c 0.006,-0.632751 0.23156,-0.955569 0.67061,-0.955569 0.1429,0 0.27204,0.06456 0.38137,0.193701 0.12914,0.15494 0.1937,0.361553 0.1937,0.632725 z", + "fill": { + "paint": "#000000" + }, + "id": "path60", + "name": "path60", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 251.91694,27.195178 c -0.29099,0.568193 -0.49673,1.097624 -0.62671,1.594353 -0.0646,0.284109 -0.11624,0.569039 -0.14809,0.859155 h -0.25826 c 0.0577,-0.348642 0.1102,-0.606902 0.14806,-0.761868 0.0844,-0.329724 0.29702,-0.878099 0.63362,-1.652905 h -1.02703 v -0.329697 h 1.27841 z", + "fill": { + "paint": "#000000" + }, + "id": "path61", + "name": "path61", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 250.39316,32.276527 c 0,0.174757 -0.0387,0.342636 -0.12224,0.490696 -0.0585,0.109353 -0.13602,0.193675 -0.2204,0.264266 l -0.35467,0.28411 c -0.20661,0.161845 -0.31681,0.342609 -0.33575,0.549222 h 1.02015 v 0.328877 h -1.27841 c 0.0198,-0.48985 0.13602,-0.832485 0.35554,-1.019307 l 0.45196,-0.388223 c 0.161,-0.13515 0.2445,-0.30906 0.2445,-0.509641 0,-0.154966 -0.0379,-0.284083 -0.10935,-0.374491 -0.0714,-0.09726 -0.16097,-0.142028 -0.28408,-0.142028 -0.23932,0 -0.36846,0.213492 -0.38137,0.645662 h -0.23156 c 0.006,-0.632751 0.23156,-0.955595 0.67061,-0.955595 0.1429,0 0.27204,0.06458 0.38137,0.193701 0.12914,0.154967 0.1937,0.36158 0.1937,0.632751 z", + "fill": { + "paint": "#000000" + }, + "id": "path62", + "name": "path62", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 251.904,33.477418 c 0,0.219525 -0.0646,0.406347 -0.18766,0.561314 -0.12915,0.15494 -0.28409,0.239315 -0.47694,0.239315 -0.18164,0 -0.3297,-0.08438 -0.44593,-0.239315 -0.1162,-0.154967 -0.18079,-0.347795 -0.18079,-0.587137 0,-0.15494 0.0327,-0.296995 0.0835,-0.419233 0.0585,-0.123084 0.13601,-0.213492 0.23243,-0.27805 -0.16097,-0.129143 -0.24535,-0.315939 -0.24535,-0.561287 0,-0.206613 0.0525,-0.381371 0.16185,-0.523426 0.10332,-0.142054 0.23243,-0.219524 0.3874,-0.219524 0.17476,0 0.32284,0.07059 0.43217,0.20058 0.11708,0.129143 0.17475,0.303028 0.17475,0.509641 0,0.238469 -0.0835,0.43217 -0.25225,0.581104 0.0913,0.04477 0.16185,0.142055 0.22643,0.284057 0.0577,0.142055 0.0904,0.290115 0.0904,0.451961 z m -0.3099,-1.304211 c 0,-0.129116 -0.0327,-0.226404 -0.0904,-0.303027 -0.0646,-0.07747 -0.14203,-0.110172 -0.24535,-0.110172 -0.10329,0 -0.18079,0.03874 -0.23931,0.110172 -0.0637,0.07662 -0.0904,0.179943 -0.0904,0.303027 0,0.290116 0.1102,0.43905 0.32972,0.43905 0.0973,0 0.18079,-0.03874 0.23934,-0.123084 0.0637,-0.08353 0.0964,-0.186822 0.0964,-0.315966 z m 0.0585,1.245685 c 0,-0.154966 -0.0327,-0.284083 -0.10329,-0.373618 -0.0715,-0.09125 -0.16875,-0.135996 -0.29099,-0.135996 -0.12911,0 -0.2264,0.05162 -0.29011,0.148035 -0.0714,0.09729 -0.1033,0.232436 -0.1033,0.394282 0,0.148087 0.0379,0.271171 0.10933,0.368458 0.0706,0.09642 0.16185,0.141182 0.27805,0.141182 0.10935,0 0.20661,-0.05165 0.28324,-0.15494 0.0775,-0.10332 0.11707,-0.232436 0.11707,-0.387403 z", + "fill": { + "paint": "#000000" + }, + "id": "path63", + "name": "path63", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 106.90829,42.82012 c 0,0.265165 -0.0585,0.490696 -0.18767,0.678392 -0.12912,0.186795 -0.2772,0.28321 -0.45797,0.28321 -0.18079,0 -0.33575,-0.07662 -0.45886,-0.218652 -0.11621,-0.142902 -0.17992,-0.322845 -0.1868,-0.542369 h 0.24535 c 0.0387,0.17391 0.0904,0.290115 0.14203,0.347794 0.0577,0.05855 0.13602,0.09125 0.23934,0.09125 0.2703,0 0.39944,-0.213492 0.39944,-0.633598 0,-0.186822 -0.0319,-0.334883 -0.10932,-0.451114 -0.0706,-0.110146 -0.16788,-0.167825 -0.27721,-0.167825 -0.0783,0 -0.1429,0.01905 -0.20058,0.05768 -0.0388,0.03186 -0.0964,0.09639 -0.16185,0.186769 h -0.21952 l 0.14893,-1.497912 h 0.98828 v 0.342636 h -0.7946 l -0.0775,0.755861 c 0.0904,-0.110199 0.21349,-0.161845 0.35555,-0.161845 0.18079,0 0.33573,0.0835 0.44508,0.25138 0.1162,0.174758 0.16785,0.401135 0.16785,0.678339 z", + "fill": { + "paint": "#000000" + }, + "id": "path64", + "name": "path64", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 106.90829,75.658351 c 0,0.271198 -0.0516,0.490723 -0.16785,0.658574 -0.11623,0.18079 -0.2712,0.264292 -0.46487,0.264292 -0.42614,0 -0.63879,-0.445055 -0.63879,-1.342972 0,-0.987425 0.23847,-1.485026 0.70334,-1.485026 0.12311,0 0.23244,0.06458 0.33573,0.187695 0.11623,0.135996 0.18079,0.309906 0.19974,0.529431 h -0.2445 c 0.006,-0.10332 -0.0199,-0.199734 -0.0912,-0.277204 -0.0706,-0.08437 -0.14809,-0.12311 -0.23847,-0.12311 -0.12914,0 -0.23244,0.09041 -0.30993,0.277204 -0.0775,0.187669 -0.12224,0.445928 -0.13515,0.774805 0.16097,-0.225557 0.30906,-0.335756 0.46402,-0.335756 0.16185,0 0.30388,0.08438 0.42011,0.252254 0.1162,0.167852 0.16785,0.374465 0.16785,0.619813 z m -0.23932,0 c 0,-0.167852 -0.0319,-0.309907 -0.0964,-0.406321 -0.0646,-0.10332 -0.161,-0.161845 -0.28408,-0.161845 -0.10332,0 -0.1937,0.05165 -0.2712,0.15494 -0.0844,0.110199 -0.12912,0.25138 -0.12912,0.433043 0,0.173884 0.0387,0.315939 0.11621,0.432144 0.0775,0.109352 0.17391,0.167878 0.29099,0.167878 0.0895,0 0.17388,-0.04477 0.23847,-0.129116 0.0904,-0.110199 0.13514,-0.271198 0.13514,-0.490723 z", + "fill": { + "paint": "#000000" + }, + "id": "path65", + "name": "path65", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 106.92766,106.84373 c -0.29096,0.56817 -0.50361,1.09762 -0.62672,1.59433 -0.0706,0.28408 -0.12224,0.56904 -0.14806,0.85915 h -0.25826 c 0.0577,-0.34867 0.10329,-0.60693 0.14806,-0.76189 0.0844,-0.32967 0.29099,-0.87808 0.6336,-1.65286 h -1.02704 v -0.32972 h 1.27842 z", + "fill": { + "paint": "#000000" + }, + "id": "path66", + "name": "path66", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 106.90829,141.38003 c 0,0.21952 -0.0585,0.40632 -0.18767,0.56129 -0.12224,0.15496 -0.28408,0.23931 -0.4709,0.23931 -0.18077,0 -0.3297,-0.0844 -0.44593,-0.23931 -0.12224,-0.15497 -0.17992,-0.3478 -0.17992,-0.58711 0,-0.15497 0.0259,-0.29702 0.0835,-0.41926 0.0585,-0.12311 0.13602,-0.21349 0.23244,-0.27805 -0.16788,-0.12915 -0.25223,-0.31597 -0.25223,-0.56132 0,-0.20661 0.0585,-0.38137 0.16185,-0.5234 0.11017,-0.14205 0.23931,-0.21952 0.38737,-0.21952 0.18079,0 0.32285,0.0706 0.43905,0.20058 0.1102,0.12912 0.16788,0.30303 0.16788,0.50964 0,0.23847 -0.0835,0.43217 -0.24535,0.58108 0.0844,0.0448 0.16185,0.14205 0.21953,0.28411 0.0646,0.14203 0.0904,0.29011 0.0904,0.45196 z m -0.30991,-1.30424 c 0,-0.12914 -0.0259,-0.2264 -0.0904,-0.30302 -0.0585,-0.0775 -0.14205,-0.1102 -0.23934,-0.1102 -0.10329,0 -0.1868,0.0387 -0.24535,0.1102 -0.0577,0.0766 -0.0904,0.17991 -0.0904,0.30302 0,0.29012 0.1102,0.43905 0.33573,0.43905 0.0973,0 0.17476,-0.0387 0.23934,-0.12311 0.0646,-0.0835 0.0904,-0.18682 0.0904,-0.31594 z m 0.0646,1.24569 c 0,-0.15494 -0.0387,-0.28409 -0.10932,-0.37362 -0.0654,-0.0913 -0.16185,-0.13602 -0.29097,-0.13602 -0.12226,0 -0.21952,0.0516 -0.29014,0.14808 -0.0654,0.0973 -0.10329,0.23244 -0.10329,0.39429 0,0.14806 0.0379,0.27117 0.10932,0.36846 0.0775,0.0964 0.16788,0.14118 0.27808,0.14118 0.11536,0 0.21262,-0.0517 0.29012,-0.15497 0.0775,-0.10329 0.1162,-0.23244 0.1162,-0.3874 z", + "fill": { + "paint": "#000000" + }, + "id": "path67", + "name": "path67", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 138.81677,42.297145 c 0,0.988271 -0.22555,1.485 -0.68439,1.485 -0.16788,0 -0.297,-0.05768 -0.38741,-0.173884 -0.0775,-0.110199 -0.13602,-0.284956 -0.16184,-0.516546 h 0.23934 c -0.007,0.116231 0.0259,0.206613 0.0904,0.277204 0.0646,0.06456 0.14206,0.103319 0.23932,0.103319 0.12827,0 0.23243,-0.09041 0.31596,-0.277203 0.0775,-0.181663 0.12309,-0.43905 0.12912,-0.762741 -0.13515,0.219525 -0.28408,0.329697 -0.44508,0.329697 -0.18164,0 -0.3297,-0.07747 -0.4399,-0.239316 -0.10932,-0.160972 -0.167,-0.38047 -0.167,-0.645636 0,-0.271171 0.0637,-0.490696 0.17991,-0.658574 0.11621,-0.173884 0.27205,-0.264293 0.44593,-0.264293 0.20662,0 0.36158,0.116232 0.47091,0.335757 0.11623,0.232436 0.17475,0.568166 0.17475,1.007216 z m -0.25138,-0.420106 c 0,-0.179917 -0.0396,-0.32885 -0.11707,-0.439049 -0.0766,-0.109326 -0.17389,-0.167005 -0.29615,-0.167005 -0.11017,0 -0.20058,0.0508 -0.26514,0.160972 -0.0715,0.110199 -0.10332,0.258286 -0.10332,0.445082 0,0.187669 0.0388,0.336603 0.1102,0.445929 0.0637,0.09641 0.15496,0.148907 0.25826,0.148907 0.12226,0 0.21952,-0.05852 0.29615,-0.17473 0.0775,-0.116205 0.11707,-0.25826 0.11707,-0.420106 z", + "fill": { + "paint": "#000000" + }, + "id": "path68", + "name": "path68", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 138.38418,76.497715 h -0.23244 v -1.936962 h -0.43217 v -0.264292 c 0.18079,-0.03876 0.29615,-0.07834 0.34177,-0.129143 0.0577,-0.05853 0.11623,-0.193702 0.161,-0.414073 h 0.16184 z", + "fill": { + "paint": "#000000" + }, + "id": "path69", + "name": "path69", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 140.31471,75.135402 c 0,0.961602 -0.20661,1.446265 -0.62672,1.446265 -0.41925,0 -0.62587,-0.497575 -0.62587,-1.485 0,-0.420132 0.0577,-0.748983 0.16788,-0.987452 0.10933,-0.232436 0.26514,-0.355547 0.45799,-0.355547 0.20059,0 0.35553,0.123111 0.46488,0.355547 0.11017,0.238469 0.16184,0.581105 0.16184,1.026187 z m -0.23243,0.0327 c 0,-0.7171 -0.12915,-1.078679 -0.38741,-1.078679 -0.15496,0 -0.26516,0.110199 -0.32885,0.335729 -0.0456,0.173911 -0.0715,0.426138 -0.0715,0.768774 0,0.716253 0.12914,1.077833 0.3874,1.070954 0.13602,0 0.23847,-0.09041 0.30388,-0.264293 0.0637,-0.180789 0.0964,-0.451961 0.0964,-0.832485 z", + "fill": { + "paint": "#000000" + }, + "id": "path70", + "name": "path70", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 138.38418,109.29721 h -0.23244 v -1.93696 h -0.43217 v -0.26429 c 0.18079,-0.0387 0.29615,-0.0784 0.34177,-0.12912 0.0577,-0.0586 0.11623,-0.1937 0.161,-0.4141 h 0.16184 z", + "fill": { + "paint": "#000000" + }, + "id": "path71", + "name": "path71", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 139.88209,109.29721 h -0.22553 v -1.93696 h -0.43304 v -0.26429 c 0.18079,-0.0387 0.29014,-0.0784 0.34179,-0.12912 0.0585,-0.0586 0.1102,-0.1937 0.16184,-0.4141 h 0.15494 z", + "fill": { + "paint": "#000000" + }, + "id": "path72", + "name": "path72", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 138.38418,142.09673 h -0.23244 v -1.93699 h -0.43217 v -0.26429 c 0.18079,-0.0387 0.29615,-0.0783 0.34177,-0.12914 0.0577,-0.0585 0.11623,-0.19368 0.161,-0.41407 h 0.16184 z", + "fill": { + "paint": "#000000" + }, + "id": "path73", + "name": "path73", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 140.32117,140.17911 c 0,0.17476 -0.0387,0.34264 -0.12226,0.4907 -0.0585,0.10932 -0.12912,0.1937 -0.2135,0.26429 l -0.36155,0.28408 c -0.20061,0.16185 -0.31681,0.34264 -0.33576,0.54925 h 1.02016 v 0.32885 h -1.27154 c 0.013,-0.48982 0.12915,-0.83246 0.34867,-1.01928 l 0.45196,-0.38825 c 0.16097,-0.13515 0.24448,-0.30906 0.24448,-0.50964 0,-0.15496 -0.0319,-0.28408 -0.1033,-0.37449 -0.0706,-0.0973 -0.167,-0.14203 -0.29011,-0.14203 -0.23934,0 -0.36158,0.2135 -0.38137,0.64564 h -0.22556 c 0.006,-0.63273 0.22556,-0.95557 0.66461,-0.95557 0.14893,0 0.27204,0.0646 0.38137,0.1937 0.12911,0.15497 0.1937,0.36158 0.1937,0.63275 z", + "fill": { + "paint": "#000000" + }, + "id": "path74", + "name": "path74", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 170.30558,43.698219 h -0.23244 v -1.936962 h -0.43217 v -0.264292 c 0.18079,-0.03874 0.29615,-0.07834 0.34179,-0.129143 0.0577,-0.05853 0.1162,-0.193701 0.16097,-0.414073 h 0.16185 z", + "fill": { + "paint": "#000000" + }, + "id": "path75", + "name": "path75", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 172.23611,42.936325 c 0,0.245348 -0.0646,0.451961 -0.18767,0.606928 -0.12226,0.160972 -0.2772,0.239315 -0.4709,0.239315 -0.17391,0 -0.30994,-0.06456 -0.42614,-0.20058 -0.12915,-0.154967 -0.1937,-0.380524 -0.19974,-0.684398 h 0.23244 c 0,0.173884 0.0319,0.309906 0.0964,0.419232 0.0577,0.110199 0.14206,0.161846 0.24535,0.161846 0.30994,0 0.4649,-0.180763 0.4649,-0.555255 0,-0.322844 -0.13517,-0.483817 -0.41322,-0.483817 h -0.11624 v -0.290962 c 0.16788,0 0.27808,-0.02593 0.34264,-0.07144 0.0835,-0.06371 0.12224,-0.192854 0.12224,-0.393435 0,-0.278051 -0.11621,-0.413226 -0.36156,-0.413226 -0.22643,0 -0.34263,0.193701 -0.34866,0.574225 h -0.21953 c 0.013,-0.580231 0.20661,-0.877253 0.58798,-0.891011 0.17392,0 0.31594,0.06543 0.42614,0.200581 0.11621,0.142055 0.16701,0.322818 0.16701,0.548375 0,0.239316 -0.0766,0.426138 -0.23847,0.575072 0.10935,0.07744 0.18767,0.161819 0.23244,0.264266 0.0448,0.09729 0.0646,0.232436 0.0646,0.394282 z", + "fill": { + "paint": "#000000" + }, + "id": "path76", + "name": "path76", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 170.30558,76.497715 h -0.23244 v -1.936962 h -0.43217 v -0.264292 c 0.18079,-0.03876 0.29615,-0.07834 0.34179,-0.129143 0.0577,-0.05853 0.1162,-0.193702 0.16097,-0.414073 h 0.16185 z", + "fill": { + "paint": "#000000" + }, + "id": "path77", + "name": "path77", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 172.26839,75.852052 h -0.2772 v 0.645663 h -0.22641 v -0.645663 h -0.82042 v -0.361553 l 0.86519,-1.737254 h 0.18164 v 1.775989 h 0.2772 z m -0.50361,-0.322818 v -1.226767 l -0.60693,1.226767 z", + "fill": { + "paint": "#000000" + }, + "id": "path78", + "name": "path78", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 170.30558,109.29721 h -0.23244 v -1.93696 h -0.43217 v -0.26429 c 0.18079,-0.0387 0.29615,-0.0784 0.34179,-0.12912 0.0577,-0.0586 0.1162,-0.1937 0.16097,-0.4141 h 0.16185 z", + "fill": { + "paint": "#000000" + }, + "id": "path79", + "name": "path79", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 172.2555,108.41909 c 0,0.26516 -0.0646,0.49072 -0.1937,0.67839 -0.12311,0.18679 -0.27807,0.28323 -0.45799,0.28323 -0.18079,0 -0.32972,-0.0766 -0.45284,-0.21867 -0.12223,-0.14291 -0.18679,-0.32282 -0.18679,-0.54235 h 0.23931 c 0.0448,0.17389 0.0904,0.29012 0.14807,0.3478 0.0517,0.0585 0.12914,0.0913 0.23243,0.0913 0.2712,0 0.40635,-0.21352 0.40635,-0.63362 0,-0.1868 -0.0379,-0.33486 -0.10933,-0.45106 -0.0775,-0.1102 -0.16788,-0.16788 -0.28408,-0.16788 -0.0775,0 -0.14206,0.0191 -0.1937,0.0577 -0.0456,0.0318 -0.0964,0.0964 -0.16788,0.18679 h -0.21349 l 0.14203,-1.49791 h 0.99517 v 0.34261 h -0.80147 l -0.0775,0.75586 c 0.0973,-0.1102 0.21349,-0.16184 0.35554,-0.16184 0.18767,0 0.33573,0.0835 0.45197,0.25138 0.10932,0.17475 0.16787,0.40116 0.16787,0.67834 z", + "fill": { + "paint": "#000000" + }, + "id": "path80", + "name": "path80", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 170.30558,142.09673 h -0.23244 v -1.93699 h -0.43217 v -0.26429 c 0.18079,-0.0387 0.29615,-0.0783 0.34179,-0.12914 0.0577,-0.0585 0.1162,-0.19368 0.16097,-0.41407 h 0.16185 z", + "fill": { + "paint": "#000000" + }, + "id": "path81", + "name": "path81", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 172.2555,141.25737 c 0,0.27117 -0.0586,0.4907 -0.17478,0.65857 -0.1162,0.18079 -0.2703,0.2643 -0.46487,0.2643 -0.41923,0 -0.63188,-0.44509 -0.63188,-1.34298 0,-0.98745 0.23244,-1.48502 0.70334,-1.48502 0.11621,0 0.23244,0.0645 0.33573,0.18767 0.1102,0.13602 0.17391,0.3099 0.19974,0.52943 h -0.25139 c 0.013,-0.1033 -0.0191,-0.19971 -0.0904,-0.27721 -0.0646,-0.0843 -0.14205,-0.12308 -0.23243,-0.12308 -0.12915,0 -0.23935,0.0904 -0.31594,0.2772 -0.0784,0.18767 -0.12311,0.44593 -0.12915,0.77478 0.1541,-0.22556 0.30906,-0.33573 0.458,-0.33573 0.16788,0 0.30303,0.0844 0.41923,0.25223 0.11623,0.16788 0.17478,0.37449 0.17478,0.61984 z m -0.24537,0 c 0,-0.16788 -0.0318,-0.30993 -0.0904,-0.40635 -0.0706,-0.10329 -0.16788,-0.16184 -0.29099,-0.16184 -0.10329,0 -0.19283,0.0516 -0.26429,0.15496 -0.0904,0.1102 -0.12912,0.25138 -0.12912,0.43302 0,0.17391 0.0387,0.31594 0.11621,0.43217 0.0775,0.10933 0.16787,0.16788 0.2841,0.16788 0.0964,0 0.17476,-0.0448 0.24535,-0.12914 0.0835,-0.1102 0.12912,-0.27118 0.12912,-0.4907 z", + "fill": { + "paint": "#000000" + }, + "id": "path82", + "name": "path82", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 202.17534,43.698219 h -0.23244 v -1.936962 h -0.43216 v -0.264292 c 0.18078,-0.03874 0.29614,-0.07834 0.34177,-0.129143 0.0577,-0.05853 0.11622,-0.193701 0.16098,-0.414073 h 0.16185 z", + "fill": { + "paint": "#000000" + }, + "id": "path83", + "name": "path83", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 204.13814,41.244738 c -0.29098,0.568166 -0.49673,1.097624 -0.62672,1.594326 -0.0646,0.284083 -0.11622,0.569039 -0.14807,0.859155 h -0.25827 c 0.0577,-0.348668 0.1102,-0.606928 0.14808,-0.761894 0.0844,-0.329724 0.297,-0.878073 0.6336,-1.652852 h -1.02703 v -0.329724 h 1.27841 z", + "fill": { + "paint": "#000000" + }, + "id": "path84", + "name": "path84", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 202.17534,76.497715 h -0.23244 v -1.936962 h -0.43216 v -0.264292 c 0.18078,-0.03876 0.29614,-0.07834 0.34177,-0.129143 0.0577,-0.05853 0.11622,-0.193702 0.16098,-0.414073 h 0.16185 z", + "fill": { + "paint": "#000000" + }, + "id": "path85", + "name": "path85", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 204.12521,75.781065 c 0,0.219524 -0.0646,0.40632 -0.18767,0.561287 -0.12913,0.154966 -0.28409,0.239315 -0.47692,0.239315 -0.18165,0 -0.32972,-0.08435 -0.44594,-0.239315 -0.11622,-0.154967 -0.18079,-0.347795 -0.18079,-0.587111 0,-0.154966 0.0327,-0.297021 0.0835,-0.419259 0.0585,-0.12311 0.13602,-0.213492 0.23244,-0.278077 -0.16099,-0.129116 -0.24535,-0.315939 -0.24535,-0.561287 0,-0.206613 0.0525,-0.38137 0.16184,-0.523425 0.10331,-0.142028 0.23244,-0.219525 0.3874,-0.219525 0.17476,0 0.32283,0.07059 0.43216,0.200607 0.11708,0.129117 0.17476,0.303028 0.17476,0.509641 0,0.238442 -0.0835,0.432144 -0.25224,0.581078 0.0913,0.04477 0.16185,0.142055 0.22641,0.284109 0.0577,0.142029 0.0904,0.290116 0.0904,0.451962 z m -0.30991,-1.304238 c 0,-0.129143 -0.0327,-0.22643 -0.0904,-0.303027 -0.0646,-0.0775 -0.14205,-0.110199 -0.24535,-0.110199 -0.10331,0 -0.18079,0.03873 -0.23933,0.110199 -0.0637,0.0766 -0.0904,0.179917 -0.0904,0.303027 0,0.290116 0.11019,0.43905 0.32972,0.43905 0.0973,0 0.18078,-0.03873 0.23932,-0.123111 0.0637,-0.0835 0.0964,-0.186822 0.0964,-0.315939 z m 0.0585,1.245685 c 0,-0.154966 -0.0327,-0.284083 -0.10331,-0.373618 -0.0714,-0.09126 -0.16873,-0.136022 -0.29097,-0.136022 -0.12914,0 -0.22641,0.05165 -0.29012,0.148061 -0.0714,0.09729 -0.10331,0.232463 -0.10331,0.394308 0,0.148061 0.0379,0.271172 0.10934,0.368433 0.0706,0.09644 0.16184,0.141208 0.27806,0.141208 0.10933,0 0.20661,-0.05167 0.28323,-0.154967 0.0775,-0.10332 0.11708,-0.232436 0.11708,-0.387403 z", + "fill": { + "paint": "#000000" + }, + "id": "path86", + "name": "path86", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 202.17534,109.29721 h -0.23244 v -1.93696 h -0.43216 v -0.26429 c 0.18078,-0.0387 0.29614,-0.0784 0.34177,-0.12912 0.0577,-0.0586 0.11622,-0.1937 0.16098,-0.4141 h 0.16185 z", + "fill": { + "paint": "#000000" + }, + "id": "path87", + "name": "path87", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 204.11231,107.89616 c 0,0.98827 -0.23243,1.485 -0.68439,1.485 -0.17476,0 -0.30389,-0.0577 -0.39429,-0.17391 -0.0766,-0.1102 -0.12913,-0.28495 -0.16098,-0.51652 h 0.23846 c 0,0.11621 0.0327,0.20662 0.0973,0.27721 0.0646,0.0646 0.14205,0.10329 0.23244,0.10329 0.12913,0 0.23932,-0.0904 0.3168,-0.2772 0.0835,-0.18164 0.12225,-0.43905 0.13516,-0.76272 -0.13516,0.2195 -0.28409,0.3297 -0.44507,0.3297 -0.18768,0 -0.32972,-0.0775 -0.43992,-0.23929 -0.11621,-0.161 -0.16701,-0.38052 -0.16701,-0.64566 0,-0.2712 0.0577,-0.49073 0.17993,-0.65858 0.11622,-0.17391 0.26515,-0.26429 0.44594,-0.26429 0.20058,0 0.35468,0.11621 0.4709,0.33573 0.11621,0.23244 0.17475,0.56819 0.17475,1.00724 z m -0.25137,-0.4201 c 0,-0.17995 -0.0396,-0.32888 -0.11708,-0.43905 -0.0766,-0.10935 -0.17992,-0.16703 -0.30303,-0.16703 -0.11019,0 -0.1937,0.0508 -0.26429,0.161 -0.0654,0.11019 -0.0973,0.25825 -0.0973,0.44508 0,0.18767 0.0318,0.3366 0.1033,0.44593 0.0706,0.0964 0.15496,0.14893 0.26516,0.14893 0.12224,0 0.21952,-0.0585 0.29614,-0.17476 0.0775,-0.11623 0.11708,-0.25826 0.11708,-0.4201 z", + "fill": { + "paint": "#000000" + }, + "id": "path88", + "name": "path88", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 202.61437,140.17911 c 0,0.17476 -0.0387,0.34264 -0.12224,0.4907 -0.0585,0.10932 -0.13602,0.1937 -0.22039,0.26429 l -0.35468,0.28408 c -0.20661,0.16185 -0.3168,0.34264 -0.33574,0.54925 h 1.02014 v 0.32885 h -1.27841 c 0.0198,-0.48982 0.13602,-0.83246 0.35555,-1.01928 l 0.45196,-0.38825 c 0.16098,-0.13515 0.24449,-0.30906 0.24449,-0.50964 0,-0.15496 -0.0379,-0.28408 -0.10934,-0.37449 -0.0714,-0.0973 -0.16098,-0.14203 -0.28409,-0.14203 -0.23932,0 -0.36845,0.2135 -0.38136,0.64564 h -0.23158 c 0.006,-0.63273 0.23158,-0.95557 0.67062,-0.95557 0.14291,0 0.27204,0.0646 0.38137,0.1937 0.12914,0.15497 0.1937,0.36158 0.1937,0.63275 z", + "fill": { + "paint": "#000000" + }, + "id": "path89", + "name": "path89", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 204.10585,140.73437 c 0,0.9616 -0.20661,1.44626 -0.62672,1.44626 -0.41925,0 -0.62586,-0.49757 -0.62586,-1.485 0,-0.4201 0.0577,-0.74898 0.16787,-0.98745 0.10933,-0.23244 0.26515,-0.35552 0.45799,-0.35552 0.20059,0 0.35554,0.12308 0.46487,0.35552 0.1102,0.23847 0.16185,0.5811 0.16185,1.02619 z m -0.23244,0.0327 c 0,-0.7171 -0.12913,-1.07868 -0.38739,-1.07868 -0.15496,0 -0.26515,0.1102 -0.32886,0.33576 -0.0456,0.17388 -0.0714,0.42613 -0.0714,0.76874 0,0.71626 0.12913,1.07784 0.3874,1.07096 0.13602,0 0.23846,-0.0904 0.30388,-0.2643 0.0637,-0.18079 0.0964,-0.45196 0.0964,-0.83248 z", + "fill": { + "paint": "#000000" + }, + "id": "path90", + "name": "path90", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 234.53577,41.780625 c 0,0.174757 -0.0387,0.342635 -0.12224,0.490696 -0.0585,0.1093 -0.13602,0.193675 -0.22037,0.264266 l -0.3547,0.284083 c -0.20661,0.161846 -0.31678,0.342636 -0.33572,0.549249 h 1.02012 v 0.32885 h -1.27838 c 0.0198,-0.489849 0.13599,-0.832458 0.35552,-1.01928 l 0.45198,-0.388224 c 0.16097,-0.135175 0.24448,-0.309059 0.24448,-0.50964 0,-0.154966 -0.0379,-0.28411 -0.10933,-0.374491 -0.0715,-0.09729 -0.161,-0.142055 -0.28408,-0.142055 -0.23934,0 -0.36846,0.213519 -0.38137,0.645663 h -0.23159 c 0.006,-0.632751 0.23159,-0.95557 0.67064,-0.95557 0.1429,0 0.27201,0.06456 0.38137,0.193702 0.12911,0.154966 0.19367,0.361553 0.19367,0.632751 z", + "fill": { + "paint": "#000000" + }, + "id": "path91", + "name": "path91", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 235.59466,43.698219 h -0.22556 v -1.936962 h -0.43302 v -0.264292 c 0.18077,-0.03874 0.29012,-0.07834 0.34177,-0.129116 0.0585,-0.05855 0.11019,-0.193702 0.16184,-0.4141 h 0.15497 z", + "fill": { + "paint": "#000000" + }, + "id": "path92", + "name": "path92", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 234.53577,74.580094 c 0,0.174758 -0.0387,0.342636 -0.12224,0.490723 -0.0585,0.109326 -0.13602,0.193702 -0.22037,0.264292 l -0.3547,0.284083 c -0.20661,0.161846 -0.31678,0.342636 -0.33572,0.549249 h 1.02012 v 0.328851 h -1.27838 c 0.0198,-0.48985 0.13599,-0.832485 0.35552,-1.019281 l 0.45198,-0.388276 c 0.16097,-0.135149 0.24448,-0.309034 0.24448,-0.509641 0,-0.15494 -0.0379,-0.284083 -0.10933,-0.374464 -0.0715,-0.09729 -0.161,-0.142055 -0.28408,-0.142055 -0.23934,0 -0.36846,0.213492 -0.38137,0.645662 h -0.23159 c 0.006,-0.632751 0.23159,-0.955569 0.67064,-0.955569 0.1429,0 0.27201,0.06456 0.38137,0.193702 0.12911,0.15494 0.19367,0.361553 0.19367,0.632724 z", + "fill": { + "paint": "#000000" + }, + "id": "path93", + "name": "path93", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 236.0337,74.580094 c 0,0.174758 -0.0387,0.342636 -0.12223,0.490723 -0.0586,0.109326 -0.12915,0.193702 -0.21349,0.264292 l -0.36158,0.284083 c -0.20058,0.161846 -0.31681,0.342636 -0.33576,0.549249 h 1.02015 v 0.328851 h -1.27153 c 0.013,-0.48985 0.12914,-0.832485 0.34867,-1.019281 l 0.45196,-0.388276 c 0.161,-0.135149 0.2445,-0.309034 0.2445,-0.509641 0,-0.15494 -0.0319,-0.284083 -0.10332,-0.374464 -0.0706,-0.09729 -0.167,-0.142055 -0.29011,-0.142055 -0.23932,0 -0.36156,0.213492 -0.38137,0.645662 h -0.22556 c 0.006,-0.632751 0.22556,-0.955569 0.66461,-0.955569 0.14893,0 0.27204,0.06456 0.38136,0.193702 0.12915,0.15494 0.1937,0.361553 0.1937,0.632724 z", + "fill": { + "paint": "#000000" + }, + "id": "path94", + "name": "path94", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 234.53577,107.37962 c 0,0.17475 -0.0387,0.34263 -0.12224,0.49069 -0.0585,0.10936 -0.13602,0.1937 -0.22037,0.2643 l -0.3547,0.28408 c -0.20661,0.16184 -0.31678,0.34261 -0.33572,0.54922 h 1.02012 v 0.32888 h -1.27838 c 0.0198,-0.48985 0.13599,-0.83249 0.35552,-1.01928 l 0.45198,-0.38825 c 0.16097,-0.13515 0.24448,-0.30906 0.24448,-0.50964 0,-0.15497 -0.0379,-0.28409 -0.10933,-0.37449 -0.0715,-0.0973 -0.161,-0.14203 -0.28408,-0.14203 -0.23934,0 -0.36846,0.21349 -0.38137,0.64566 h -0.23159 c 0.006,-0.63275 0.23159,-0.9556 0.67064,-0.9556 0.1429,0 0.27201,0.0646 0.38137,0.19371 0.12911,0.15496 0.19367,0.36158 0.19367,0.63275 z", + "fill": { + "paint": "#000000" + }, + "id": "path95", + "name": "path95", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 236.02725,108.53532 c 0,0.24537 -0.0646,0.45196 -0.18767,0.60692 -0.12226,0.161 -0.2772,0.23935 -0.4709,0.23935 -0.17391,0 -0.30994,-0.0646 -0.42614,-0.20061 -0.12914,-0.15494 -0.1937,-0.3805 -0.19973,-0.6844 h 0.23243 c 0,0.17391 0.0319,0.30993 0.0964,0.41926 0.0577,0.1102 0.14205,0.16185 0.24537,0.16185 0.30991,0 0.46487,-0.18079 0.46487,-0.55529 0,-0.32279 -0.13517,-0.48379 -0.41322,-0.48379 h -0.11623 v -0.29096 c 0.16787,0 0.27807,-0.0259 0.34263,-0.0715 0.0835,-0.0637 0.12224,-0.19283 0.12224,-0.39341 0,-0.27808 -0.11621,-0.41323 -0.36155,-0.41323 -0.22643,0 -0.34264,0.1937 -0.34867,0.5742 h -0.21952 c 0.013,-0.58023 0.20661,-0.87722 0.58798,-0.89101 0.17391,0 0.31594,0.0654 0.42613,0.20058 0.11623,0.14206 0.16701,0.32285 0.16701,0.5484 0,0.23932 -0.0766,0.42611 -0.23847,0.57505 0.10935,0.0775 0.18769,0.16184 0.23243,0.26429 0.0448,0.0973 0.0646,0.23241 0.0646,0.39426 z", + "fill": { + "paint": "#000000" + }, + "id": "path96", + "name": "path96", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 234.53577,140.17911 c 0,0.17476 -0.0387,0.34264 -0.12224,0.4907 -0.0585,0.10932 -0.13602,0.1937 -0.22037,0.26429 l -0.3547,0.28408 c -0.20661,0.16185 -0.31678,0.34264 -0.33572,0.54925 h 1.02012 v 0.32885 h -1.27838 c 0.0198,-0.48982 0.13599,-0.83246 0.35552,-1.01928 l 0.45198,-0.38825 c 0.16097,-0.13515 0.24448,-0.30906 0.24448,-0.50964 0,-0.15496 -0.0379,-0.28408 -0.10933,-0.37449 -0.0715,-0.0973 -0.161,-0.14203 -0.28408,-0.14203 -0.23934,0 -0.36846,0.2135 -0.38137,0.64564 h -0.23159 c 0.006,-0.63273 0.23159,-0.95557 0.67064,-0.95557 0.1429,0 0.27201,0.0646 0.38137,0.1937 0.12911,0.15497 0.19367,0.36158 0.19367,0.63275 z", + "fill": { + "paint": "#000000" + }, + "id": "path97", + "name": "path97", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 236.05953,141.45107 h -0.27721 v 0.64566 h -0.2264 v -0.64566 h -0.82041 v -0.36158 l 0.86518,-1.73725 h 0.18163 v 1.77599 h 0.27721 z m -0.50361,-0.32284 v -1.22674 l -0.60692,1.22674 z", + "fill": { + "paint": "#000000" + }, + "id": "path98", + "name": "path98", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 266.45716,41.780625 c 0,0.174757 -0.0387,0.342635 -0.12224,0.490696 -0.0585,0.1093 -0.13602,0.193675 -0.22037,0.264266 l -0.3547,0.284083 c -0.20661,0.161846 -0.31678,0.342636 -0.33573,0.549249 h 1.02013 v 0.32885 h -1.27839 c 0.0198,-0.489849 0.136,-0.832458 0.35552,-1.01928 l 0.45199,-0.388224 c 0.16097,-0.135175 0.24447,-0.309059 0.24447,-0.50964 0,-0.154966 -0.0379,-0.28411 -0.10932,-0.374491 -0.0715,-0.09729 -0.161,-0.142055 -0.28408,-0.142055 -0.23934,0 -0.36846,0.213519 -0.38137,0.645663 h -0.23159 c 0.006,-0.632751 0.23159,-0.95557 0.67063,-0.95557 0.14291,0 0.27202,0.06456 0.38138,0.193702 0.12911,0.154966 0.19367,0.361553 0.19367,0.632751 z", + "fill": { + "paint": "#000000" + }, + "id": "path99", + "name": "path99", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 267.96803,42.82012 c 0,0.265165 -0.0646,0.490696 -0.1937,0.678392 -0.12311,0.186795 -0.27807,0.28321 -0.45799,0.28321 -0.18079,0 -0.32972,-0.07662 -0.45284,-0.218652 -0.12223,-0.142902 -0.18679,-0.322845 -0.18679,-0.542369 h 0.23931 c 0.0448,0.17391 0.0904,0.290115 0.14807,0.347794 0.0517,0.05855 0.12914,0.09125 0.23246,0.09125 0.27117,0 0.40632,-0.213492 0.40632,-0.633598 0,-0.186822 -0.0379,-0.334883 -0.10933,-0.451114 -0.0775,-0.110146 -0.16788,-0.167825 -0.28408,-0.167825 -0.0775,0 -0.14205,0.01905 -0.1937,0.05768 -0.0456,0.03186 -0.0964,0.09639 -0.16788,0.186769 h -0.21349 l 0.14203,-1.497912 h 0.99517 v 0.342636 h -0.80147 l -0.0775,0.755861 c 0.0973,-0.110199 0.21349,-0.161845 0.35554,-0.161845 0.18767,0 0.33573,0.0835 0.45196,0.25138 0.10933,0.174758 0.16788,0.401135 0.16788,0.678339 z", + "fill": { + "paint": "#000000" + }, + "id": "path100", + "name": "path100", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 266.45716,74.580094 c 0,0.174758 -0.0387,0.342636 -0.12224,0.490723 -0.0585,0.109326 -0.13602,0.193702 -0.22037,0.264292 l -0.3547,0.284083 c -0.20661,0.161846 -0.31678,0.342636 -0.33573,0.549249 h 1.02013 v 0.328851 h -1.27839 c 0.0198,-0.48985 0.136,-0.832485 0.35552,-1.019281 l 0.45199,-0.388276 c 0.16097,-0.135149 0.24447,-0.309034 0.24447,-0.509641 0,-0.15494 -0.0379,-0.284083 -0.10932,-0.374464 -0.0715,-0.09729 -0.161,-0.142055 -0.28408,-0.142055 -0.23934,0 -0.36846,0.213492 -0.38137,0.645662 h -0.23159 c 0.006,-0.632751 0.23159,-0.955569 0.67063,-0.955569 0.14291,0 0.27202,0.06456 0.38138,0.193702 0.12911,0.15494 0.19367,0.361553 0.19367,0.632724 z", + "fill": { + "paint": "#000000" + }, + "id": "path101", + "name": "path101", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 267.96803,75.658377 c 0,0.271172 -0.0586,0.490697 -0.17476,0.658575 -0.11622,0.180763 -0.27032,0.264292 -0.46489,0.264292 -0.41923,0 -0.63188,-0.445082 -0.63188,-1.342999 0,-0.987425 0.23244,-1.485 0.70334,-1.485 0.11623,0 0.23244,0.06456 0.33576,0.187669 0.11017,0.136022 0.17388,0.309906 0.1997,0.529431 h -0.25138 c 0.013,-0.103293 -0.019,-0.199707 -0.0904,-0.277204 -0.0646,-0.08435 -0.14205,-0.12311 -0.23243,-0.12311 -0.12915,0 -0.23935,0.09041 -0.31594,0.277204 -0.0784,0.187669 -0.12311,0.445955 -0.12915,0.774805 0.1541,-0.225557 0.30906,-0.335756 0.458,-0.335756 0.16788,0 0.30303,0.08438 0.41925,0.252254 0.11621,0.167878 0.17476,0.374465 0.17476,0.619839 z m -0.24537,0 c 0,-0.167878 -0.0318,-0.309933 -0.0904,-0.406347 -0.0706,-0.103293 -0.16788,-0.161845 -0.29099,-0.161845 -0.10329,0 -0.19283,0.05165 -0.26427,0.154966 -0.0904,0.110173 -0.12914,0.251381 -0.12914,0.433017 0,0.173884 0.0387,0.315939 0.11621,0.432171 0.0775,0.109325 0.16787,0.167851 0.2841,0.167851 0.0964,0 0.17476,-0.04477 0.24535,-0.129116 0.0835,-0.110199 0.12912,-0.271172 0.12912,-0.490697 z", + "fill": { + "paint": "#000000" + }, + "id": "path102", + "name": "path102", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 266.45716,107.37962 c 0,0.17475 -0.0387,0.34263 -0.12224,0.49069 -0.0585,0.10936 -0.13602,0.1937 -0.22037,0.2643 l -0.3547,0.28408 c -0.20661,0.16184 -0.31678,0.34261 -0.33573,0.54922 h 1.02013 v 0.32888 h -1.27839 c 0.0198,-0.48985 0.136,-0.83249 0.35552,-1.01928 l 0.45199,-0.38825 c 0.16097,-0.13515 0.24447,-0.30906 0.24447,-0.50964 0,-0.15497 -0.0379,-0.28409 -0.10932,-0.37449 -0.0715,-0.0973 -0.161,-0.14203 -0.28408,-0.14203 -0.23934,0 -0.36846,0.21349 -0.38137,0.64566 h -0.23159 c 0.006,-0.63275 0.23159,-0.9556 0.67063,-0.9556 0.14291,0 0.27202,0.0646 0.38138,0.19371 0.12911,0.15496 0.19367,0.36158 0.19367,0.63275 z", + "fill": { + "paint": "#000000" + }, + "id": "path103", + "name": "path103", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 267.98092,106.84373 c -0.29096,0.56817 -0.49673,1.09762 -0.62672,1.59433 -0.0646,0.28408 -0.11623,0.56904 -0.14806,0.85915 h -0.25829 c 0.0577,-0.34867 0.1102,-0.60693 0.14809,-0.76189 0.0844,-0.32967 0.297,-0.87808 0.6336,-1.65286 h -1.02703 v -0.32972 h 1.27841 z", + "fill": { + "paint": "#000000" + }, + "id": "path104", + "name": "path104", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 266.45716,140.17911 c 0,0.17476 -0.0387,0.34264 -0.12224,0.4907 -0.0585,0.10932 -0.13602,0.1937 -0.22037,0.26429 l -0.3547,0.28408 c -0.20661,0.16185 -0.31678,0.34264 -0.33573,0.54925 h 1.02013 v 0.32885 h -1.27839 c 0.0198,-0.48982 0.136,-0.83246 0.35552,-1.01928 l 0.45199,-0.38825 c 0.16097,-0.13515 0.24447,-0.30906 0.24447,-0.50964 0,-0.15496 -0.0379,-0.28408 -0.10932,-0.37449 -0.0715,-0.0973 -0.161,-0.14203 -0.28408,-0.14203 -0.23934,0 -0.36846,0.2135 -0.38137,0.64564 h -0.23159 c 0.006,-0.63273 0.23159,-0.95557 0.67063,-0.95557 0.14291,0 0.27202,0.0646 0.38138,0.1937 0.12911,0.15497 0.19367,0.36158 0.19367,0.63275 z", + "fill": { + "paint": "#000000" + }, + "id": "path105", + "name": "path105", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 33.554916,65.521502 -0.69125,2.815087 h -0.270325 l -0.698182,-2.815087 h 0.272044 l 0.568193,2.376038 0.548349,-2.376038 z", + "fill": { + "paint": "#000000" + }, + "id": "path107", + "name": "path107", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 267.96803,141.38003 c 0,0.21952 -0.0646,0.40635 -0.18769,0.56129 -0.12912,0.15496 -0.28408,0.23934 -0.47691,0.23934 -0.18167,0 -0.32973,-0.0844 -0.44593,-0.23934 -0.11623,-0.15494 -0.18079,-0.3478 -0.18079,-0.58711 0,-0.15497 0.0327,-0.297 0.0835,-0.41926 0.0585,-0.12311 0.13602,-0.21349 0.23244,-0.27805 -0.161,-0.12915 -0.24535,-0.31594 -0.24535,-0.56132 0,-0.20658 0.0525,-0.38137 0.16185,-0.5234 0.10329,-0.14205 0.23243,-0.21952 0.3874,-0.21952 0.17476,0 0.32282,0.0706 0.43214,0.20058 0.11708,0.12914 0.17476,0.30303 0.17476,0.50964 0,0.23847 -0.0835,0.43217 -0.25223,0.58111 0.0913,0.0448 0.16185,0.14202 0.2264,0.28408 0.0577,0.14205 0.0904,0.29011 0.0904,0.45196 z m -0.30993,-1.30424 c 0,-0.12911 -0.0327,-0.2264 -0.0904,-0.30302 -0.0646,-0.0775 -0.14206,-0.1102 -0.24535,-0.1102 -0.10332,0 -0.18079,0.0387 -0.23934,0.1102 -0.0637,0.0766 -0.0904,0.17991 -0.0904,0.30302 0,0.29012 0.1102,0.43905 0.32972,0.43905 0.0973,0 0.18076,-0.0387 0.23932,-0.12311 0.0637,-0.0835 0.0964,-0.18679 0.0964,-0.31594 z m 0.0586,1.24571 c 0,-0.15496 -0.0327,-0.28411 -0.10332,-0.37364 -0.0714,-0.0913 -0.16872,-0.13602 -0.29096,-0.13602 -0.12914,0 -0.22643,0.0517 -0.29011,0.14808 -0.0715,0.0973 -0.10332,0.23244 -0.10332,0.39429 0,0.14806 0.0379,0.27117 0.10932,0.36846 0.0706,0.0964 0.16185,0.14118 0.27808,0.14118 0.10932,0 0.20661,-0.0517 0.28324,-0.15497 0.0775,-0.10329 0.11707,-0.23244 0.11707,-0.38738 z", + "fill": { + "paint": "#000000" + }, + "id": "path106", + "name": "path106", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 33.852361,67.936301 h 0.277204 v 0.400315 h -0.277204 z", + "fill": { + "paint": "#000000" + }, + "id": "path108", + "name": "path108", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 35.743709,66.418995 c 0,0.174757 -0.03874,0.342635 -0.122238,0.490696 -0.05855,0.109326 -0.129143,0.193702 -0.220398,0.264293 l -0.354674,0.284083 c -0.20058,0.161845 -0.316812,0.342635 -0.335756,0.549248 h 1.020154 v 0.328851 h -1.278414 c 0.01984,-0.489823 0.136022,-0.832459 0.355547,-1.019281 l 0.451961,-0.38825 c 0.160999,-0.135149 0.244502,-0.309059 0.244502,-0.50964 0,-0.154966 -0.03789,-0.284083 -0.109326,-0.374491 -0.06458,-0.09726 -0.160999,-0.142028 -0.284109,-0.142028 -0.239316,0 -0.368459,0.213492 -0.381371,0.645662 h -0.225531 c 0,-0.632751 0.225531,-0.955595 0.664581,-0.955595 0.142901,0 0.272044,0.06458 0.38137,0.193701 0.129143,0.154967 0.193702,0.36158 0.193702,0.632751 z", + "fill": { + "paint": "#000000" + }, + "id": "path109", + "name": "path109", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 37.273926,67.690927 h -0.277204 v 0.645662 h -0.232436 v -0.645662 h -0.82042 v -0.36158 l 0.87122,-1.737254 h 0.181636 v 1.776015 h 0.277204 z m -0.50964,-0.322819 v -1.226767 l -0.607775,1.226767 z", + "fill": { + "paint": "#000000" + }, + "id": "path110", + "name": "path110", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 33.58074,101.13609 h -0.284083 l -0.199734,-0.84625 h -0.755809 l -0.213519,0.84625 h -0.264292 l 0.710247,-2.815066 h 0.315939 z m -0.561287,-1.149302 -0.290963,-1.239626 -0.322818,1.239626 z", + "fill": { + "paint": "#000000" + }, + "id": "path111", + "name": "path111", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 35.446714,100.10299 c -0.122264,0.74295 -0.400315,1.11744 -0.832485,1.11744 -0.259133,0 -0.471752,-0.13602 -0.626719,-0.40719 -0.161845,-0.2712 -0.238469,-0.61984 -0.238469,-1.064921 0,-0.413226 0.07059,-0.755862 0.212646,-1.027007 0.154966,-0.296994 0.374491,-0.445082 0.658574,-0.445082 0.18079,0 0.342636,0.07662 0.477785,0.232437 0.142055,0.15412 0.239315,0.380497 0.309906,0.677492 H 35.14366 c -0.110172,-0.394256 -0.28493,-0.587084 -0.53631,-0.587084 -0.18079,0 -0.328851,0.102447 -0.43905,0.315912 -0.109326,0.212646 -0.161846,0.496729 -0.161846,0.852276 0,0.335727 0.05252,0.606927 0.168725,0.813537 0.109326,0.2135 0.257413,0.31679 0.43905,0.31679 0.296148,0 0.483817,-0.26514 0.574199,-0.7946 z", + "fill": { + "paint": "#000000" + }, + "id": "path112", + "name": "path112", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 37.325573,101.13609 h -0.277204 l -0.200581,-0.84625 h -0.755861 l -0.21262,0.84625 H 35.60811 l 0.716253,-2.815066 h 0.309933 z m -0.555255,-1.149302 -0.290988,-1.239626 -0.321972,1.239626 z", + "fill": { + "paint": "#000000" + }, + "id": "path113", + "name": "path113", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 31.159538,131.91467 c 0,0.25138 -0.05853,0.45884 -0.167852,0.61293 -0.09729,0.14206 -0.212646,0.21352 -0.355547,0.21352 h -0.644816 v 1.19488 h -0.252227 v -2.81593 h 0.859155 c 0.17391,0 0.309906,0.0715 0.413226,0.2264 0.09641,0.14809 0.148061,0.33576 0.148061,0.5682 z m -0.25826,0 c 0,-0.12915 -0.0327,-0.23932 -0.09038,-0.33576 -0.06458,-0.0904 -0.135175,-0.14203 -0.219524,-0.14203 h -0.600049 v 0.98139 h 0.631904 c 0.06456,0 0.123085,-0.0448 0.181637,-0.12911 0.06371,-0.0973 0.09641,-0.22643 0.09641,-0.37449 z", + "fill": { + "paint": "#000000" + }, + "id": "path114", + "name": "path114", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 33.296657,132.56679 c 0,0.43217 -0.09038,0.78168 -0.265139,1.05201 -0.173884,0.26513 -0.406321,0.40116 -0.696437,0.40116 -0.278077,0 -0.503607,-0.13603 -0.678365,-0.4072 -0.174783,-0.27807 -0.265165,-0.62587 -0.265165,-1.06577 0,-0.42529 0.08438,-0.7679 0.239316,-1.03909 0.174757,-0.29012 0.40722,-0.43215 0.710247,-0.43215 0.303874,0 0.542343,0.14806 0.716227,0.44506 0.155813,0.27808 0.239316,0.62587 0.239316,1.04598 z m -0.25826,-0.0327 c 0,-0.32885 -0.06456,-0.60005 -0.186796,-0.81354 -0.123111,-0.21264 -0.290962,-0.32197 -0.497575,-0.32197 -0.225558,0 -0.406347,0.11623 -0.529458,0.33576 -0.116205,0.20574 -0.174757,0.47778 -0.174757,0.81266 0,0.34865 0.06543,0.62672 0.187669,0.83334 0.129143,0.21264 0.297021,0.31594 0.510513,0.31594 0.225557,0 0.400315,-0.11536 0.522552,-0.3478 0.1093,-0.21349 0.167852,-0.48466 0.167852,-0.81439 z", + "fill": { + "paint": "#000000" + }, + "id": "path115", + "name": "path115", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 35.898675,131.12052 -0.503634,2.81509 H 35.11699 l -0.445082,-2.30545 -0.445082,2.30545 h -0.278051 l -0.496729,-2.81509 h 0.277204 l 0.368459,2.25981 0.43905,-2.25981 h 0.270298 l 0.439923,2.25981 0.374491,-2.25981 z", + "fill": { + "paint": "#000000" + }, + "id": "path116", + "name": "path116", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "m 37.596744,133.93558 h -1.414409 v -2.81509 h 1.369642 v 0.31682 h -1.117415 v 0.89101 h 1.071801 v 0.31594 h -1.071801 v 0.9685 h 1.162182 z", + "fill": { + "paint": "#000000" + }, + "id": "path117", + "name": "path117", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + }, + { + "d": "M 39.572467,133.93558 H 39.26944 c -0.01984,-0.0835 -0.03958,-0.17476 -0.04561,-0.26514 -0.01297,-0.10332 -0.01984,-0.25138 -0.01297,-0.4382 -0.0069,-0.33573 -0.103319,-0.51049 -0.303027,-0.51049 h -0.659447 v 1.21383 h -0.257413 v -2.81509 h 0.903075 c 0.226404,0 0.387403,0.0706 0.484664,0.21953 0.0775,0.12311 0.122264,0.31596 0.122264,0.57422 0,0.2462 -0.09041,0.45281 -0.257413,0.62672 0.08953,0.0904 0.148087,0.16097 0.173911,0.22641 0.02593,0.0448 0.03873,0.12914 0.04561,0.24534 0,0.12227 0.0061,0.31594 0.01905,0.58714 0.0069,0.0964 0.03874,0.18076 0.09041,0.23932 z m -0.32885,-2.0661 c 0,-0.13518 -0.02593,-0.23935 -0.09126,-0.31594 -0.06371,-0.0784 -0.148061,-0.11623 -0.244475,-0.11623 H 38.24844 v 0.96763 h 0.659447 c 0.225531,0 0.33573,-0.17992 0.33573,-0.53546 z", + "fill": { + "paint": "#000000" + }, + "id": "path118", + "name": "path118", + "stroke": { + "paint": "transparent", + "width": "0.86088" + }, + "type": "path" + } + ], + "id": "g2", + "name": "g2", + "transform": "matrix(4.0000001,0,0,4.0000001,298.99938,230.99939)", + "type": "group" + }, + { + "d": "m 580.99218,400.21381 c 0,-9.09087 -7.0248,-16.11562 -15.70249,-16.11562 -9.09087,0 -16.11569,7.02475 -16.11569,16.11562 0,8.67763 7.02482,16.11569 16.11569,16.11569 8.67769,0 15.70249,-7.43806 15.70249,-16.11569 m 7.02467,0 c 0,-12.80984 -9.91719,-23.14042 -22.72716,-23.14042 -12.80995,0 -23.14037,10.33058 -23.14037,23.14042 0,12.80989 10.33042,23.14049 23.14037,23.14049 12.80997,0 22.72716,-10.3306 22.72716,-23.14049 m -24.79325,11.98341 c 0.41318,-0.41316 0.41318,-1.23961 0.41318,-2.06607 M 563.2236,392.3627 c 0.41318,-0.41328 0.41318,-1.23976 0.41318,-2.06619 m -10.74376,14.87595 c 0,1.23972 1.23959,2.47935 2.47934,2.47935 1.23962,0 2.06609,-1.23963 2.06609,-2.47935 m -4.54543,-9.91722 c 0,1.23959 1.23959,2.47935 2.47934,2.47935 1.23962,0 2.06609,-1.23976 2.06609,-2.47935 m 0.41328,-4.95873 c 0,1.23971 1.23959,2.47935 2.47924,2.47935 1.23972,0 2.06615,-1.23964 2.06615,-2.47935 m 5.37193,0 c 0,1.23971 1.23959,2.47935 2.47937,2.47935 1.23959,0 2.06607,-1.23964 2.06607,-2.47935 m 0.41328,4.95873 c 0,1.23959 1.23961,2.47935 2.47924,2.47935 1.23971,0 2.06617,-1.23976 2.06617,-2.47935 m -4.54541,9.91722 c 0,1.23972 1.23961,2.47935 2.47924,2.47935 1.23971,0 2.06617,-1.23963 2.06617,-2.47935 m -9.50413,4.95869 c 0,1.23963 1.23959,2.47937 2.47937,2.47937 1.23959,0 2.06607,-1.23974 2.06607,-2.47937 m -14.46276,0 c 0,1.23963 1.23959,2.47937 2.47924,2.47937 1.23972,0 2.06619,-1.23974 2.06619,-2.47937 m 17.35536,-9.91732 c 0,-1.65281 0,-2.89252 -0.41328,-4.13215 m -28.09915,0 c -0.41316,1.23963 -0.82644,2.47934 -0.82644,4.13215 m 19.00827,-14.04958 c -2.89258,-0.82635 -5.78514,-0.82635 -8.26451,0 m 0,0 c -4.95859,1.23972 -8.67767,4.95869 -9.91732,9.91743 m 0,0 c 0,0 -0.41316,0 -0.41316,0.41315 m 0,0 c 0,0.82648 0.82644,1.65291 1.65281,1.65291 m 10.3306,-10.33058 c 0,-0.41319 0,-1.23963 -0.41318,-1.23963 -0.41328,-0.41328 -0.82647,-0.41328 -1.23975,-0.41328 m 18.18183,9.91743 c -1.65286,-4.95874 -5.37186,-8.67771 -9.91732,-9.91743 m 0,0 c -0.41328,0 -1.23971,0 -1.23971,0.41328 -0.41316,0 -0.82644,0.82644 -0.82644,1.23963 m 10.33061,10.33058 c 0.41328,0 0.82643,-0.41315 1.23971,-0.82643 0,-0.4132 0.41315,-0.82648 0,-1.23963 m -11.57032,16.52884 c 0,0.41318 0.41328,0.82646 0.82644,1.23963 0,0 0.82643,0.41316 1.23971,0 m 0,0.41316 c 4.54546,-1.65279 8.26446,-5.37187 9.91732,-9.91733 m -0.41315,0 c 0.41315,-0.41315 0,-1.23963 0,-1.23963 -0.41328,-0.41328 -0.82643,-0.82643 -1.23971,-0.82643 m -26.44629,2.06606 c 1.23965,4.54546 4.95873,8.26454 9.91732,9.91733 m 0,-0.41318 c 0.41328,0.41318 0.82647,0 1.23975,0 0.41318,-0.41315 0.41318,-0.82643 0.41318,-1.23961 m -10.3306,-10.3306 c -0.82637,0 -1.65281,0.82643 -1.65281,1.65291 m 0,0 c 0,0 0.41316,0 0.41316,0.41315 m -0.82644,-4.13217 c 0,1.23963 0.41328,2.89254 0.82644,4.13217 m 28.09915,0 c 0.41328,-1.23963 0.41328,-2.89254 0.41328,-4.13217 m -18.59511,14.0495 c 2.47937,0.41328 5.37193,0.41328 8.26451,0 m -7.02476,-4.13216 c 0,-1.23971 -0.82647,-2.47934 -2.06619,-2.47934 -1.23965,0 -2.47924,1.23963 -2.47924,2.47934 m 14.46276,0 c 0,-1.23971 -0.82648,-2.47934 -2.06607,-2.47934 -1.23978,0 -2.47937,1.23963 -2.47937,2.47934 m 9.50413,-4.95869 c 0,-1.23963 -0.82646,-2.47939 -2.06617,-2.47939 -1.23963,0 -2.47924,1.23976 -2.47924,2.47939 m 4.54541,-9.91722 c 0,-1.23975 -0.82646,-2.47938 -2.06617,-2.47938 -1.23963,0 -2.47924,1.23963 -2.47924,2.47938 m -0.41328,-4.95873 c 0,-1.23963 -0.82648,-2.47935 -2.06607,-2.47935 -1.23978,0 -2.47937,1.23972 -2.47937,2.47935 m -5.37193,0 c 0,-1.23963 -0.82643,-2.47935 -2.06615,-2.47935 -1.23965,0 -2.47924,1.23972 -2.47924,2.47935 m -0.41328,4.95873 c 0,-1.23975 -0.82647,-2.47938 -2.06609,-2.47938 -1.23975,0 -2.47934,1.23963 -2.47934,2.47938 m 4.54543,9.91722 c 0,-1.23963 -0.82647,-2.47939 -2.06609,-2.47939 -1.23975,0 -2.47934,1.23976 -2.47934,2.47939 m 0,-7.02472 h -0.41328 m 10.3306,-10.33058 v 0.41328 m 4.13224,0 v -0.41328 m -14.46284,14.46276 h 0.41328 m 0,-4.13218 c 1.65287,0.82648 3.3058,0.82648 4.54543,0 m 4.13224,0 h -4.13224 m 4.13224,0 c 0.82643,0 1.23965,-0.82643 1.23965,-1.65291 m 0,-3.71897 v 4.13225 m 0.82644,-6.6116 c 0,-0.82643 0,-1.65291 -0.41316,-2.47935 m 4.13215,0 c -1.23965,1.65292 -1.23965,3.30578 0,4.54554 m -0.41319,4.54541 v -4.13225 m 0.41319,3.71897 c 0,0.82648 0.41328,1.65291 1.23972,1.65291 m 4.13228,0 h -4.13228 m 4.13228,0 c 1.6528,0.82648 3.30567,0.82648 4.54541,0 m 0,4.13218 c -1.23974,-1.23976 -2.89261,-1.23976 -4.54541,0 m -1.65291,0 h 1.65291 m -1.23976,0 c -0.41315,0 -0.82643,0.41315 -0.82643,0.82643 m 0,2.06611 v -2.06611 m -0.82644,2.47937 c 0.41328,0 0.82644,-0.41326 0.82644,-0.82646 m -2.89253,1.23964 h 2.06609 m -1.65293,-0.41318 c -0.41316,0 -0.82644,0.41318 -0.82644,0.82646 m -0.41319,1.65278 v -1.65278 m 0.41319,1.23963 c -1.23965,1.65291 -1.23965,3.3058 0,4.54543 m -3.71899,-2.06609 c 0,-0.82643 0,-1.65291 -0.41316,-2.47934 m -0.41328,-3.71898 v 4.13213 m 0,-4.54541 c 0,-0.82648 -0.41322,-1.23963 -1.23965,-1.23963 m -4.13224,0 h 4.13224 m -4.13224,0 c -1.23963,-1.23976 -2.89256,-1.23976 -4.54543,0 m 4.13224,0 h 8.26443 m 0,0 v 9.91732 m 0,0 h 0.82643 m 0,0 v -2.06609 m 0.82646,-2.47934 c -0.41328,0.82643 -0.82646,1.65291 -0.82646,2.47934 m 0.82646,-2.06619 v -8.2643 m 0,0 h 9.91732 m 0,0 v -0.82644 m 0,0 h -2.06605 m -2.06608,-0.82648 c 0.82633,0.41328 1.6528,0.82648 2.47924,0.82648 m -2.47924,-0.4132 h -8.26456 m 0,0 v -10.33058 m 0,0 h -0.82643 m 0,0 v 2.06607 m -0.41318,2.06619 c 0.41318,-0.41328 0.82646,-1.23976 0.82646,-2.06619 m -0.82646,2.47935 v 8.2643 m 0,0 h -10.33058 m 0,0 v 0.41328 m 0,0 h 2.06606 m 2.47937,0.4132 c -0.41319,-0.4132 -1.23963,-0.4132 -2.06609,-0.4132 m 9.91733,10.7438 h -0.41316 m 11.98341,-12.39658 v 0.41317 m -12.39669,-11.98339 h 0.41328 m -11.98351,12.80972 v -0.82635 m 0,0 h 10.3306 m 1.65291,-11.98337 v 10.33058 m 11.98341,1.65279 h -9.91736 m -2.06605,11.98343 v -9.91732 m 19.00809,-2.06611 c 0,-10.33045 -8.26433,-18.59501 -18.59493,-18.59501 -10.33061,0 -19.00832,8.26456 -19.00832,18.59501 0,10.33052 8.67771,18.59505 19.00832,18.59505 10.3306,0 18.59493,-8.26453 18.59493,-18.59505 m 2.47934,0 c 0,-11.98337 -9.50404,-21.07436 -21.07427,-21.07436 -11.98352,0 -21.48756,9.09099 -21.48756,21.07436 0,11.57025 9.50404,21.0743 21.48756,21.0743 11.57021,0 21.07427,-9.50405 21.07427,-21.0743 m -2.06606,0 c 0,-10.74373 -8.26446,-19.42145 -19.00821,-19.42145 -10.7438,0 -19.42147,8.67772 -19.42147,19.42145 0,10.7438 8.67767,19.42151 19.42147,19.42151 10.74375,0 19.00821,-8.67771 19.00821,-19.42151 m -24.79336,20.24795 c 9.5041,2.47926 19.42155,-1.6529 23.96688,-9.91743 4.95863,-8.26441 3.30582,-18.59491 -3.3057,-25.20643 -6.61162,-7.02488 -17.3554,-8.26451 -25.61983,-3.7191 -8.26452,4.95873 -12.39657,14.87603 -9.91732,23.96692", + "fill": { + "paint": "transparent" + }, + "id": "Out", + "name": "Out", + "opacity": "1", + "stroke": { + "linecap": "round", + "linejoin": "round", + "miterlimit": "10", + "opacity": "1", + "width": "0.412001" + }, + "type": "path" + }, + { + "d": "m 588.04889,531.28459 c 0,-12.81001 -9.9172,-22.7272 -22.72717,-22.7272 -12.80995,0 -23.14036,9.91719 -23.14036,22.7272 0,12.80985 10.33041,23.14032 23.14036,23.14032 12.80997,0 22.72717,-10.33047 22.72717,-23.14032 m -24.79323,12.39667 c 0.41315,-0.82648 0.41315,-1.65291 0.41315,-2.47934 m -0.41315,-17.35541 c 0.41315,-0.82647 0.41315,-1.65293 0.41315,-2.47936 m -10.74376,14.87603 c 0,1.23974 1.23959,2.47937 2.47937,2.47937 1.23959,0 2.06607,-1.23963 2.06607,-2.47937 m -4.54544,-9.9173 c 0,1.23959 1.23959,2.47935 2.47937,2.47935 1.23959,0 2.06607,-1.23976 2.06607,-2.47935 m 0.41328,-4.95873 c 0,1.23971 1.23961,2.47936 2.47924,2.47936 1.23971,0 2.06617,-1.23965 2.06617,-2.47936 m 5.37191,0 c 0,1.23971 1.23961,2.47936 2.47937,2.47936 1.23958,0 2.06606,-1.23965 2.06606,-2.47936 m 0.41328,4.95873 c 0,1.23959 1.23961,2.47935 2.47924,2.47935 1.23974,0 2.06617,-1.23976 2.06617,-2.47935 m -4.54541,9.9173 c 0,1.23974 1.23961,2.47937 2.47924,2.47937 1.23974,0 2.06617,-1.23963 2.06617,-2.47937 m -9.50412,4.95874 c 0,1.23958 1.23961,2.47934 2.47937,2.47934 1.23958,0 2.06606,-1.23976 2.06606,-2.47934 m -14.46275,0 c 0,1.23958 1.23961,2.47934 2.47924,2.47934 1.23971,0 2.06617,-1.23976 2.06617,-2.47934 m 17.3554,-9.91733 c 0,-1.23975 0,-2.89264 -0.41328,-4.13227 m -28.09918,0 c -0.41315,1.23963 -0.82643,2.89252 -0.82643,4.13227 m 19.00829,-14.0496 c -2.89265,-0.41328 -5.78517,-0.41328 -8.26454,0 m 0,0 c -4.95858,1.65287 -8.67767,5.37187 -9.91732,9.91733 m 0,0 c 0,0.41315 -0.41315,0.41315 -0.41315,0.41315 m 0,0 c 0,0.82648 0.82643,1.65291 1.6528,1.65291 m 10.33061,-10.33052 c 0,-0.41328 0,-0.82643 -0.4132,-1.23971 -0.41328,0 -0.82646,-0.41316 -1.23974,0 m 18.18186,9.50417 c -1.65289,-4.54546 -5.37189,-8.26446 -9.91732,-9.91733 m 0,0.41316 c -0.41328,-0.41316 -1.23974,0 -1.23974,0 -0.41315,0.41328 -0.82643,0.82643 -0.82643,1.23971 m 10.3306,10.33052 c 0.41328,0 0.82643,-0.4132 1.23971,-0.82648 0,0 0.4132,-0.82643 0,-1.23958 m -11.57031,16.52892 c 0,0.4132 0.41328,1.23963 0.82643,1.23963 0,0.41328 0.82646,0.41328 1.23974,0.41328 m 0,0 c 4.54543,-1.23971 8.26443,-4.95871 9.91734,-9.91745 m -0.4132,0 c 0.4132,-0.41315 0,-0.82643 0,-1.23958 -0.41328,-0.41328 -0.82643,-0.41328 -1.23971,-0.41328 m -26.44629,1.65286 c 1.23965,4.95874 4.95874,8.67774 9.91732,9.91745 m 0,0 c 0.41328,0 0.82646,0 1.23974,-0.41328 0.4132,0 0.4132,-0.82643 0.4132,-1.23961 m -10.33061,-9.91742 c -0.82637,0 -1.6528,0.41328 -1.6528,1.23971 m 0,0 c 0,0.41315 0.41315,0.41315 0.41315,0.41315 m -0.82643,-4.13215 c 0,1.65291 0.41328,2.89257 0.82643,4.13215 m 28.0992,0 c 0.41326,-1.23958 0.41326,-2.47924 0.41326,-4.13215 m -18.59514,14.0496 c 2.47937,0.82644 5.37189,0.82644 8.26454,0 m -7.0248,-4.13223 c 0,-1.23966 -0.82646,-2.06609 -2.06617,-2.06609 -1.23963,0 -2.47924,0.82643 -2.47924,2.06609 m 14.46275,0 c 0,-1.23966 -0.82648,-2.06609 -2.06606,-2.06609 -1.23976,0 -2.47937,0.82643 -2.47937,2.06609 m 9.50412,-4.95874 c 0,-1.23963 -0.82643,-2.06606 -2.06617,-2.06606 -1.23963,0 -2.47924,0.82643 -2.47924,2.06606 m 4.54541,-9.9173 c 0,-1.23965 -0.82643,-2.06609 -2.06617,-2.06609 -1.23963,0 -2.47924,0.82644 -2.47924,2.06609 m -0.41328,-4.95873 c 0,-1.23963 -0.82648,-2.06607 -2.06606,-2.06607 -1.23976,0 -2.47937,0.82644 -2.47937,2.06607 m -5.37191,0 c 0,-1.23963 -0.82646,-2.06607 -2.06617,-2.06607 -1.23963,0 -2.47924,0.82644 -2.47924,2.06607 m -0.41328,4.95873 c 0,-1.23965 -0.82648,-2.06609 -2.06607,-2.06609 -1.23978,0 -2.47937,0.82644 -2.47937,2.06609 m 4.54544,9.9173 c 0,-1.23963 -0.82648,-2.06606 -2.06607,-2.06606 -1.23978,0 -2.47937,0.82643 -2.47937,2.06606 m 0,-6.61152 h -0.41328 m 14.46284,14.46278 v -0.41318 m -4.13223,0 v 0.41318 m -10.33061,-10.3306 h 0.41328 m 0,-4.54546 c 1.65287,1.23974 3.30581,1.23974 4.54544,0 m 4.13223,0.41328 h -4.13223 m 4.13223,-0.41328 c 0.82646,0 1.23966,-0.4132 1.23966,-1.23963 m 0,-4.13224 v 4.13224 m 0.82643,-6.6116 c 0,-0.82648 0,-1.65291 -0.41315,-2.06607 m 4.13215,0 c -1.23963,1.23959 -1.23963,2.8925 0,4.54543 m -0.4132,4.13224 v -4.13224 m 0.4132,4.13224 c 0,0.82643 0.41328,1.23963 1.23971,1.23963 m 4.13228,0.41328 h -4.13228 m 4.13228,-0.41328 c 1.65281,1.23974 3.3057,1.23974 4.54546,0 m 0,4.13226 c -1.23976,-0.82646 -2.89265,-0.82646 -4.54546,0 m -1.65291,0.4132 h 1.65291 m -1.23976,0 c -0.41315,0 -0.82643,0 -0.82643,0.41328 m 0,2.06606 v -1.65291 m -0.82643,2.47937 c 0.41328,0 0.82643,-0.41318 0.82643,-0.82646 m -2.89252,0.82646 h 2.06609 m -1.65294,0 c -0.41315,0 -0.82643,0 -0.82643,0.41328 m -0.4132,1.65291 v -1.23976 m 0.4132,1.23976 c -1.23963,1.23961 -1.23963,2.89252 0,4.54541 m -3.719,-2.47932 c 0,-0.82648 0,-1.65294 -0.41315,-2.06609 m -0.41328,-4.13228 v 4.13228 m 0,-4.13228 c 0,-0.82643 -0.41316,-1.23971 -1.23966,-1.23971 m -4.13223,0 h 4.13223 m -4.13223,-0.4132 c -1.23963,-0.82646 -2.89257,-0.82646 -4.54544,0 m 4.13224,0 h 8.26443 m 0,0 v 10.3306 m 0,0 h 0.82646 m 0,0 v -2.06617 m 0.82643,-2.47924 c -0.41328,0.41315 -0.82643,1.23961 -0.82643,2.06609 m 0.82643,-1.65294 v -8.67771 m 0,0 h 9.91737 m 0,0 v -0.41315 m 0,0 h -2.06609 m -2.06609,-0.82646 c 0.82633,0.41318 1.65281,0.82646 2.47924,0.82646 m -2.47924,-0.82646 h -8.26451 m 0,0 v -9.91742 m 0,0 h -0.82648 m 0,0 v 2.06619 m -0.41315,2.06608 c 0.41315,-0.82647 0.82643,-1.65293 0.82643,-2.47936 m -0.82643,2.47936 v 8.26452 m 0,0 h -10.33061 m 0,0 v 0.82643 m 0,0 h 2.06609 m 2.47935,0.41318 c -0.4132,-0.41318 -1.23963,-0.82646 -2.06607,-0.82646 m 9.9173,11.15706 h -0.41315 m 11.98341,-12.80997 v 0.82648 m -12.39669,-11.98351 h 0.41328 m -11.98352,12.39679 v -0.41328 m 0,0 h 10.33061 m 1.65291,-11.98351 v 9.91742 m 11.98341,2.06609 h -9.91737 m -2.06604,11.98349 v -10.3306 m 14.87601,-2.06609 c 0,-7.85123 -6.6116,-14.46284 -14.46286,-14.46284 -8.26443,0 -14.87603,6.61161 -14.87603,14.46284 0,8.26443 6.6116,14.87604 14.87603,14.87604 7.85126,0 14.46286,-6.61161 14.46286,-14.87604 m 4.13207,0 c 0,-10.3306 -8.26433,-18.59499 -18.59493,-18.59499 -10.33058,0 -19.00831,8.26439 -19.00831,18.59499 0,10.33052 8.67773,19.00821 19.00831,19.00821 10.3306,0 18.59493,-8.67769 18.59493,-19.00821 m 2.47937,0 c 0,-11.57031 -9.50404,-21.07423 -21.0743,-21.07423 -11.98351,0 -21.48755,9.50392 -21.48755,21.07423 0,11.98341 9.50404,21.48747 21.48755,21.48747 11.57026,0 21.0743,-9.50406 21.0743,-21.48747 m -2.06609,0 c 0,-10.74388 -8.26443,-19.00817 -19.00821,-19.00817 -10.7438,0 -19.42147,8.26429 -19.42147,19.00817 0,10.7438 8.67767,19.42149 19.42147,19.42149 10.74378,0 19.00821,-8.67769 19.00821,-19.42149 m -24.79336,20.661 c 9.50413,2.47936 19.42155,-1.65279 23.96688,-9.9172 4.95863,-8.26451 3.30585,-19.00831 -3.30567,-25.61983 -6.61165,-6.61148 -17.3554,-8.26441 -25.61986,-3.30568 -8.26451,4.54531 -12.39654,14.46263 -9.91732,23.9668", + "fill": { + "paint": "transparent" + }, + "id": "CommIn", + "name": "CommIn", + "opacity": "1", + "stroke": { + "linecap": "round", + "linejoin": "round", + "miterlimit": "10", + "opacity": "1", + "width": "0.412001" + }, + "type": "path" + } + ], + "id": "g4", + "name": "g4", + "transform": "matrix(0.78775019,0,0,0.8827056,339.63669,491.13474)", + "type": "group" + }, + { + "elements": [ + { + "d": "m 55.9525,1078.79 v 7.24 m -34.2574,-31.66 v 24.46 m -6e-6,-0.04 34.372777,-0.03", + "fill": { + "paint": "transparent" + }, + "id": "path54149", + "name": "path54149", + "stroke": { + "dasharray": "none", + "width": "0.188974" + }, + "type": "path" + }, + { + "d": "m 107.908,1081.33 h 17.953 m 0,-27.09 v 27.09 m -17.953,0 v 4.7", + "fill": { + "paint": "transparent" + }, + "id": "path54186", + "name": "path54186", + "stroke": { + "dasharray": "none", + "width": "0.188974" + }, + "type": "path" + }, + { + "d": "m 26.196496,1076.42 32.125475,0.01 m -32.132371,-22.17 0.0078,22.16 m 32.0158,-0.01 -0.004,9.62", + "fill": { + "paint": "transparent" + }, + "id": "path54187", + "name": "path54187", + "stroke": { + "dasharray": "none", + "width": "0.188974" + }, + "type": "path" + }, + { + "d": "m 105.631,1077.78 15.684,-0.08 m -0.001,-23.49 v 23.49 m -15.683,0.08 v 8.25", + "fill": { + "paint": "transparent" + }, + "id": "path54188", + "name": "path54188", + "stroke": { + "dasharray": "none", + "width": "0.188974" + }, + "type": "path" + }, + { + "d": "m 30.8614,1073.58 h 29.66266 m -29.66266,-19.4 v 19.4 m 29.6375,0 v 12.45", + "fill": { + "paint": "transparent" + }, + "id": "path54189", + "name": "path54189", + "stroke": { + "dasharray": "none", + "width": "0.188974" + }, + "type": "path" + }, + { + "d": "M 35.513,1071.12 H 62.77974 M 35.513,1054.28 v 16.84 m 27.2309,0 v 14.91", + "fill": { + "paint": "transparent" + }, + "id": "path54190", + "name": "path54190", + "stroke": { + "dasharray": "none", + "width": "0.188974" + }, + "type": "path" + }, + { + "d": "m 103.331,1075.45 h 13.439 m -0.003,-21.17 0.001,21.17 m -13.437,0 -0.005,10.58", + "fill": { + "paint": "transparent" + }, + "id": "path54191", + "name": "path54191", + "stroke": { + "dasharray": "none", + "width": "0.188974" + }, + "type": "path" + }, + { + "d": "m 100.948,1073.49 h 11.441 m -0.002,-19.16 0.002,19.16 m -11.441,0 -0.003,12.54", + "fill": { + "paint": "transparent" + }, + "id": "path54192", + "name": "path54192", + "stroke": { + "dasharray": "none", + "width": 0.188974 + }, + "type": "path" + }, + { + "d": "m 98.9775,1071.77 8.8955,-0.01 m -0.032,-17.48 v 17.48 m -8.8635,0 -0.0284,14.27", + "fill": { + "paint": "transparent" + }, + "id": "path54193", + "name": "path54193", + "stroke": { + "dasharray": "none", + "width": "0.188974" + }, + "type": "path" + }, + { + "d": "m 96.4851,1070.17 h 6.8969 m -0.004,-15.89 0.007,15.89 m -6.8999,0 -0.0035,15.86", + "fill": { + "paint": "transparent" + }, + "id": "path54194", + "name": "path54194", + "stroke": { + "dasharray": "none", + "width": "0.188974" + }, + "type": "path" + }, + { + "d": "m 94.3042,1068.65 4.4847,0.01 m 0.0163,-14.45 -0.0163,14.45 m -4.4847,-0.01 -0.0108,17.38", + "fill": { + "paint": "transparent" + }, + "id": "path54196", + "name": "path54196", + "stroke": { + "dasharray": "none", + "width": "0.188974" + }, + "type": "path" + }, + { + "d": "m 39.939096,1069.08 25.052766,0.01 m -25.052662,-14.71 -10e-5,14.7 m 25.0209,0.01 -2e-4,16.94", + "fill": { + "paint": "transparent" + }, + "id": "path54197", + "name": "path54197", + "stroke": { + "dasharray": "none", + "width": "0.188974" + }, + "type": "path" + }, + { + "d": "M 44.5032,1067.86 H 67.290251 M 44.5044,1054.3 l -0.0012,13.56 m 22.76,0 -7e-4,18.17", + "fill": { + "paint": "transparent" + }, + "id": "path54198", + "name": "path54198", + "stroke": { + "dasharray": "none", + "width": "0.188974" + }, + "type": "path" + }, + { + "d": "m 49.0415,1066.33 20.3502,0.01 m -20.3492,-12.08 -10e-4,12.07 m 20.3502,0.01 v 19.69", + "fill": { + "paint": "transparent" + }, + "id": "path54199", + "name": "path54199", + "stroke": { + "dasharray": "none", + "width": "0.188974" + }, + "type": "path" + }, + { + "d": "m 89.771,1054.21 -0.0098,11.68 m -0.0541,0 0.0011,20.14", + "fill": { + "paint": "transparent" + }, + "id": "path54202", + "name": "path54202", + "stroke": { + "dasharray": "none", + "width": "0.188974" + }, + "type": "path" + }, + { + "d": "m 92.0403,1067.23 h 2.257 m 0.0061,-13.02 -0.0058,13.02 m -2.2573,0 9e-4,18.8", + "fill": { + "paint": "transparent" + }, + "id": "path54204", + "name": "path54204", + "stroke": { + "dasharray": "none", + "width": "0.188974" + }, + "type": "path" + }, + { + "d": "m 53.4128,1064.8 h 18.2529 m -18.2504,-10.51 10e-4,10.51 m 18.2494,0 v 21.23", + "fill": { + "paint": "transparent" + }, + "id": "path54208", + "name": "path54208", + "stroke": { + "dasharray": "none", + "width": "0.188974" + }, + "type": "path" + }, + { + "d": "m 57.8898,1063.06 h 16.1374 m -16.1374,-8.77 10e-4,8.77 m 16.1364,0 -8e-4,22.97", + "fill": { + "paint": "transparent" + }, + "id": "path54209", + "name": "path54209", + "stroke": { + "dasharray": "none", + "width": "0.188974" + }, + "type": "path" + }, + { + "d": "m 62.5507,1061.83 13.8666,-0.03 m -13.8666,-7.43 v 7.46 m 13.8665,0 -0.1737,24.2", + "fill": { + "paint": "transparent" + }, + "id": "path54210", + "name": "path54210", + "stroke": { + "dasharray": "none", + "width": "0.188974" + }, + "type": "path" + }, + { + "d": "M 85.31517,1056.01 H 80.6836 m 0,-1.7 v 1.8346 m 4.544,-0.1346 v 30.02", + "fill": { + "paint": "transparent" + }, + "id": "path54211", + "name": "path54211", + "stroke": { + "dasharray": "none", + "width": "0.188974" + }, + "type": "path" + }, + { + "d": "m 82.8925,1058.02 -6.8208,0.01 m 6.8208,-0.01 0.0031,28.01 m -6.8239,-31.72 0.007,3.72", + "fill": { + "paint": "transparent" + }, + "id": "path54212", + "name": "path54212", + "stroke": { + "dasharray": "none", + "width": "0.188974" + }, + "type": "path" + }, + { + "d": "m 80.7929,1059.34 h -9.2445 m 9.2445,0 -0.0034,26.69 m -9.2411,-31.66 0.0056,4.97", + "fill": { + "paint": "transparent" + }, + "id": "path54213", + "name": "path54213", + "stroke": { + "dasharray": "none", + "width": "0.188974" + }, + "type": "path" + }, + { + "d": "m 67.0657,1060.78 11.4079,-0.03 m -11.4079,-6.38 v 6.41 m 11.4079,-0.03 0.0589,25.28", + "fill": { + "paint": "transparent" + }, + "id": "path54214", + "name": "path54214", + "stroke": { + "dasharray": "none", + "width": "0.188974" + }, + "type": "path" + }, + { + "d": "m 85.2901,1054.23 -9e-4,0.92 m -4.75e-4,-0.01 2.197589,0.01 m -0.03591,-1e-4 -0.0023,30.88", + "fill": { + "paint": "transparent" + }, + "id": "path54216", + "name": "path54216", + "stroke": { + "dasharray": "none", + "width": "0.188974" + }, + "type": "path" + } + ], + "id": "g1", + "name": "g1", + "transform": "matrix(22.51223,0,0,21.872457,-694.85253,-23092.547)", + "type": "group" + } + ], + "id": "layer1", + "name": "layer1", + "transform": "matrix(0.74957033,0,0,0.66580032,240.25554,180.88257)", + "type": "group" + } + ], + "preserveAspectRatio": "none", + "viewBox": "0 0 1920 1080" + }, + "type": "ia.shapes.svg" + } + ], + "meta": { + "name": "root" + }, + "position": { + "x": 0.5214, + "y": 0.5231 + }, + "props": { + "mode": "percent" + }, + "type": "ia.container.coord" + } +} \ No newline at end of file diff --git a/.resources/8a208fa315c527b7ba78c9c87e3e0eddb618cd24cff60906e3c30f76f0a1b66e b/.resources/8a208fa315c527b7ba78c9c87e3e0eddb618cd24cff60906e3c30f76f0a1b66e new file mode 100644 index 00000000..3a468ce5 --- /dev/null +++ b/.resources/8a208fa315c527b7ba78c9c87e3e0eddb618cd24cff60906e3c30f76f0a1b66e @@ -0,0 +1,19 @@ +SELECT concat(date(alltable.t_stamp), ' ', hour(alltable.t_stamp), ':00') as StartTimestamp, + concat('H',TIMESTAMPDIFF(HOUR,DATE_FORMAT(alltable.t_stamp,"%Y-%m-%d %H:00:00"),DATE_FORMAT(now(),"%Y-%m-%d %H:00:00"))) as Hour, + concat(round(COUNT(*)/COUNT(*) * 100,2),'%') AS Inducted, + concat(round(SUM(alltable.ACTUAL_DEST <> 'S03999')/COUNT(*) * 100,2),'%') AS Sorted, + concat(round(SUM(alltable.DivertStatus = 7)/COUNT(*) * 100,2),'%') AS DestinationInvalid, + concat(round(SUM(alltable.DivertStatus = 16)/COUNT(*) * 100,2),'%') AS DestinationNone, + concat(round(SUM(alltable.DivertStatus = 12)/COUNT(*) * 100,2),'%') AS DestinationDisabled, + concat(round(SUM(alltable.DivertStatus = 5)/COUNT(*) * 100,2),'%') AS DestinationFull, + concat(round(SUM(alltable.DivertStatus = 2)/COUNT(*) * 100,2),'%') AS Unexpected, + concat(round(SUM(alltable.DivertStatus = 6)/COUNT(*) * 100,2),'%') AS DestinationFault, + concat(round(SUM(alltable.DivertStatus = 14)/COUNT(*) * 100,2),'%') AS DivertFail, + concat(round(SUM(alltable.DivertStatus = 4)/COUNT(*) * 100,2),'%') AS GapError, + concat(round(SUM(alltable.DivertStatus = 17)/COUNT(*) * 100,2),'%') AS Lost, + concat(round(SUM(alltable.DivertStatus = 3)/COUNT(*) * 100,2),'%') AS TrackingError, + concat(round(SUM(alltable.DivertStatus = 1)/COUNT(*) * 100,2),'%') AS Unknown, + concat(round(SUM(alltable.DivertStatus = 21)/COUNT(*) * 100,2),'%') AS Unsafe +FROM alltable +Where (alltable.t_stamp BETWEEN :starttime AND :endtime) +GROUP BY hour(alltable.t_stamp) \ No newline at end of file diff --git a/.resources/8c84c60402d33cec92f4a5948ddb1715e582f56d2268a724443817aeeebe25a1 b/.resources/8c84c60402d33cec92f4a5948ddb1715e582f56d2268a724443817aeeebe25a1 new file mode 100644 index 00000000..eb877288 --- /dev/null +++ b/.resources/8c84c60402d33cec92f4a5948ddb1715e582f56d2268a724443817aeeebe25a1 @@ -0,0 +1,88 @@ +{ + "custom": { + "currentView": "autStand/Custom_Views/Enternet-Windows/DPMS/MCM01-DPM" + }, + "params": {}, + "propConfig": { + "custom.currentView": { + "persistent": true + } + }, + "props": { + "defaultSize": { + "height": 894, + "width": 1920 + } + }, + "root": { + "children": [ + { + "events": { + "dom": { + "onClick": { + "config": { + "script": "\tself.session.custom.dpm_view_path \u003d self.props.params.view\n\tself.session.custom.show_dpm_view \u003d True" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "MCM01_PLC" + }, + "position": { + "height": 0.5649, + "width": 0.063, + "x": 0.1963, + "y": 0.151 + }, + "props": { + "params": { + "MCM": "MCM01", + "view": "autStand/Custom_Views/Enternet-Windows/DPMS/MCM01-DPM" + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/PLC" + }, + "type": "ia.display.view" + }, + { + "events": { + "dom": { + "onClick": { + "config": { + "script": "\tself.session.custom.dpm_view_path \u003d self.props.params.view\n\tself.session.custom.show_dpm_view \u003d True" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "MCM02_PLC" + }, + "position": { + "height": 0.5649, + "width": 0.063, + "x": 0.7651, + "y": 0.1549 + }, + "props": { + "params": { + "MCM": "MCM02", + "view": "autStand/Custom_Views/Enternet-Windows/DPMS/MCM02-DPM" + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/PLC" + }, + "type": "ia.display.view" + } + ], + "meta": { + "name": "root" + }, + "props": { + "mode": "percent" + }, + "type": "ia.container.coord" + } +} \ No newline at end of file diff --git a/.resources/928593465ae1d27097d762bc3539b546fd7e819d58d4cddf26fb4c8ee32e9b00 b/.resources/928593465ae1d27097d762bc3539b546fd7e819d58d4cddf26fb4c8ee32e9b00 new file mode 100644 index 00000000..63ade88d --- /dev/null +++ b/.resources/928593465ae1d27097d762bc3539b546fd7e819d58d4cddf26fb4c8ee32e9b00 @@ -0,0 +1,418 @@ +{ + "custom": { + "dpm1-dpm2": false, + "dpm2-mcm": false, + "mcm-dpm1": false + }, + "params": { + "tagProps": [ + "DPM0_TAG", + "DPM1_TAG", + "DPM2_TAG" + ] + }, + "propConfig": { + "custom.dpm1-dpm2": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "1": "{view.params.tagProps[1]}", + "fc": "{session.custom.fc}" + }, + "tagPath": "[{fc}_SCADA_TAG_PROVIDER]{1}/STATE" + }, + "transforms": [ + { + "expression": "coalesce({value},{view.params.forceFaultStatus},1)", + "type": "expression" + }, + { + "fallback": false, + "inputType": "scalar", + "mappings": [ + { + "input": 0, + "output": true + }, + { + "input": 1, + "output": false + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "tag" + }, + "persistent": true + }, + "custom.dpm2-mcm": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "2": "{view.params.tagProps[2]}", + "fc": "{session.custom.fc}" + }, + "tagPath": "[{fc}_SCADA_TAG_PROVIDER]{2}/STATE" + }, + "transforms": [ + { + "expression": "coalesce({value},{view.params.forceFaultStatus},1)", + "type": "expression" + }, + { + "fallback": false, + "inputType": "scalar", + "mappings": [ + { + "input": 0, + "output": true + }, + { + "input": 1, + "output": false + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "tag" + }, + "persistent": true + }, + "custom.mcm-dpm1": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "0": "{view.params.tagProps[0]}", + "fc": "{session.custom.fc}" + }, + "tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/STATE" + }, + "transforms": [ + { + "expression": "coalesce({value},{view.params.forceFaultStatus},1)", + "type": "expression" + }, + { + "fallback": false, + "inputType": "scalar", + "mappings": [ + { + "input": 0, + "output": true + }, + { + "input": 1, + "output": false + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "tag" + }, + "persistent": true + }, + "params.tagProps": { + "paramDirection": "input", + "persistent": true + } + }, + "props": { + "defaultSize": { + "height": 894, + "width": 1920 + } + }, + "root": { + "children": [ + { + "events": { + "dom": { + "onClick": { + "config": { + "script": "\tself.session.custom.dpm_view_path \u003d self.props.params.view\n\tself.session.custom.show_dpm_device_view \u003d True" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "MCM01" + }, + "position": { + "height": 0.5, + "width": 0.5, + "x": 0.5, + "y": 0.5 + }, + "propConfig": { + "props.params.InOn": { + "binding": { + "config": { + "path": "view.custom.dpm2-mcm" + }, + "type": "property" + } + }, + "props.params.OutOn": { + "binding": { + "config": { + "path": "view.custom.mcm-dpm1" + }, + "type": "property" + } + } + }, + "props": { + "params": { + "InDown": false, + "InLeft": true, + "InUp": false, + "OutDown": false, + "OutRight": false, + "OutUp": true + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/EN4TR" + }, + "type": "ia.display.view" + }, + { + "events": { + "dom": { + "onClick": { + "config": { + "script": "\tself.session.custom.dpm_view_path \u003d self.props.params.view\n\tself.session.custom.show_dpm_device_view \u003d True" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "PS3_5_DPM1" + }, + "position": { + "height": 0.5, + "width": 0.5, + "x": 0.5 + }, + "propConfig": { + "props.params.DownOn": { + "binding": { + "config": { + "path": "view.custom.mcm-dpm1" + }, + "type": "property" + } + }, + "props.params.InOn": { + "binding": { + "config": { + "path": "view.custom.dpm1-dpm2" + }, + "type": "property" + } + }, + "props.params.OutOn": { + "binding": { + "config": { + "path": "view.custom.mcm-dpm1" + }, + "type": "property" + } + } + }, + "props": { + "params": { + "Down1": false, + "Down2": false, + "Down3": true, + "DownLeft": false, + "DownRight": false, + "InDown": false, + "InLeft": true, + "InUp": false, + "OutDown": true, + "OutRight": false, + "OutUp": false, + "view": "autStand/Custom_Views/Enternet-Windows/DPMS/DPM Devices/MCM01/PS3_5_DPM1" + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/DPM_BLOCK" + }, + "type": "ia.display.view" + }, + { + "events": { + "dom": { + "onClick": { + "config": { + "script": "\tself.session.custom.dpm_view_path \u003d self.props.params.view\n\tself.session.custom.show_dpm_device_view \u003d True" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "PS3_1_DPM1" + }, + "position": { + "height": 0.5, + "width": 0.5 + }, + "propConfig": { + "props.params.DownOn": { + "binding": { + "config": { + "path": "view.custom.dpm2-mcm" + }, + "type": "property" + } + }, + "props.params.InOn": { + "binding": { + "config": { + "path": "view.custom.dpm2-mcm" + }, + "type": "property" + } + }, + "props.params.OutOn": { + "binding": { + "config": { + "path": "view.custom.dpm1-dpm2" + }, + "type": "property" + } + } + }, + "props": { + "params": { + "Down1": false, + "Down2": true, + "Down3": false, + "DownLeft": false, + "DownRight": false, + "InDown": true, + "InLeft": false, + "InUp": false, + "OutDown": false, + "OutRight": true, + "OutUp": false, + "view": "autStand/Custom_Views/Enternet-Windows/DPMS/DPM Devices/MCM01/PS3_1_DPM1" + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/DPM_BLOCK" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "DPM1_label" + }, + "position": { + "height": 0.0358, + "width": 0.0547, + "x": 0.552, + "y": 0.1 + }, + "props": { + "text": "PS3_5_DPM1 11.200.1.3", + "textStyle": { + "fontSize": "1vmin" + } + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "DPM2_label" + }, + "position": { + "height": 0.0358, + "width": 0.0547, + "x": 0.036, + "y": 0.1 + }, + "props": { + "text": "PS3_1_DPM1 11.200.1.2", + "textStyle": { + "fontSize": "1vmin" + } + }, + "type": "ia.display.label" + }, + { + "events": { + "dom": { + "onClick": { + "config": { + "script": "\tself.session.custom.dpm_view_path \u003d self.props.params.view\n\tself.session.custom.show_dpm_device_view \u003d True" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "comms" + }, + "position": { + "height": 0.5, + "width": 0.5, + "y": 0.5 + }, + "propConfig": { + "props.params.On": { + "binding": { + "config": { + "path": "view.custom.dpm2-mcm" + }, + "type": "property" + } + } + }, + "props": { + "params": { + "LD": false, + "LR": false, + "LRD": false, + "LRU": false, + "LU": false, + "RD": false, + "RLD": false, + "RLU": true, + "RU": false + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/CommLines" + }, + "type": "ia.display.view" + } + ], + "meta": { + "name": "root" + }, + "position": { + "x": 120, + "y": -723 + }, + "props": { + "mode": "percent", + "style": { + "backgroundColor": "#ffffff" + } + }, + "type": "ia.container.coord" + } +} \ No newline at end of file diff --git a/.resources/95e86e358ab68fca62fec24d31862959be35d475d7a09bfafc1bf28da3ef0ff5 b/.resources/95e86e358ab68fca62fec24d31862959be35d475d7a09bfafc1bf28da3ef0ff5 new file mode 100644 index 00000000..f01a22a5 --- /dev/null +++ b/.resources/95e86e358ab68fca62fec24d31862959be35d475d7a09bfafc1bf28da3ef0ff5 @@ -0,0 +1,207 @@ +{ + "custom": { + "state": 0, + "string": "Inactive" + }, + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "propConfig": { + "custom.state": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "0": "{view.params.tagProps[0]}", + "fc": "{session.custom.fc}" + }, + "tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/STATE" + }, + "transforms": [ + { + "expression": "coalesce({value},0)", + "type": "expression" + }, + { + "fallback": null, + "inputType": "scalar", + "mappings": [ + { + "input": 1, + "output": 1 + }, + { + "input": 0, + "output": 0 + }, + { + "input": 2, + "output": 2 + }, + { + "input": 3, + "output": 3 + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "tag" + }, + "persistent": true + }, + "custom.string": { + "binding": { + "config": { + "path": "view.custom.state" + }, + "transforms": [ + { + "fallback": "Unknown", + "inputType": "scalar", + "mappings": [ + { + "input": 1, + "output": "Actuated" + }, + { + "input": 2, + "output": "Faulted" + }, + { + "input": 0, + "output": "Inactive" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + }, + "persistent": true + }, + "params.tagProps": { + "paramDirection": "input", + "persistent": true + } + }, + "props": { + "defaultSize": { + "height": 22, + "width": 25 + } + }, + "root": { + "children": [ + { + "meta": { + "name": "Label" + }, + "position": { + "height": 1, + "width": 1 + }, + "props": { + "text": "SOL", + "textStyle": { + "fontSize": 10, + "textAlign": "center", + "textTransform": "uppercase" + } + }, + "type": "ia.display.label" + } + ], + "events": { + "dom": { + "onClick": { + "config": { + "script": "\tsystem.perspective.openDock(\u0027Docked-East-JR\u0027,params\u003d{\u0027tagProps\u0027:self.view.params.tagProps})" + }, + "scope": "G", + "type": "script" + }, + "onMouseEnter": { + "config": { + "script": "\tfrom time import sleep\n\t\n\talarm \u003d []\n\tmessage \u003d None\n\t\n\tsleep(0.5)\n\t\n\tif system.tag.exists(\"System/aws_data\"):\n\t\tif self.view.params.tagProps[0] !\u003d \"\":\n\t\t\ttags_to_read \u003d system.tag.readBlocking(\"System/aws_data\")\n\t\t\tdecode_alarm_data \u003d system.util.jsonDecode(tags_to_read[0].value)\n\t\t\talarm \u003d [decode_alarm_data[i] for i in decode_alarm_data\n\t\t\t\t\tif decode_alarm_data[i][\u0027sourceId\u0027].startswith(self.view.params.tagProps[0])]\n\t\tif alarm:\n\t\t\talarm \u003d sorted(alarm, key \u003d lambda t:t[\u0027timestamp\u0027], reverse\u003dTrue)\n\t\t\tmessage \u003d max(alarm, key \u003d lambda p:p[\u0027priority\u0027]).get(\u0027message\u0027)\n\t\t\tif len(alarm) \u003e 1:\n\t\t\t\tmessage +\u003d \" (+\" + str(len(alarm)-1) + \")\"\n\tself.view.custom.alarm_message \u003d message" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "root", + "tooltip": { + "enabled": true + } + }, + "propConfig": { + "meta.tooltip.text": { + "binding": { + "config": { + "expression": "\"Source Id: \" + {view.params.tagProps[0]} + \", Status: \" + {view.custom.string}\n" + }, + "type": "expr" + } + }, + "meta.visible": { + "binding": { + "config": { + "path": "session.custom.alarm_filter.show_solenoids" + }, + "type": "property" + } + }, + "props.style.backgroundColor": { + "binding": { + "config": { + "path": "view.custom.state" + }, + "transforms": [ + { + "fallback": "#808080", + "inputType": "scalar", + "mappings": [ + { + "input": 1, + "output": "#00FF00" + }, + { + "input": 2, + "output": "#FF0000" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "property" + } + } + }, + "props": { + "mode": "percent", + "style": { + "borderStyle": "solid", + "cursor": "pointer", + "overflow": "hidden" + } + }, + "type": "ia.container.coord" + } +} \ No newline at end of file diff --git a/.resources/97af5cc47eb3cc079755c59be36784dd554722c3b27980b4fb5051f675b19ad2 b/.resources/97af5cc47eb3cc079755c59be36784dd554722c3b27980b4fb5051f675b19ad2 new file mode 100644 index 00000000..d05b81ba --- /dev/null +++ b/.resources/97af5cc47eb3cc079755c59be36784dd554722c3b27980b4fb5051f675b19ad2 @@ -0,0 +1,267 @@ +{ + "custom": { + "disconnected": 0, + "priority": 0, + "priority_string": "No active alarms", + "state": 0, + "state_string": "Normal" + }, + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "propConfig": { + "custom.disconnected": { + "binding": { + "config": { + "path": "view.custom.state" + }, + "type": "property" + }, + "persistent": true + }, + "custom.priority": { + "binding": { + "config": { + "path": "view.custom.state" + }, + "transforms": [ + { + "fallback": 0, + "inputType": "scalar", + "mappings": [ + { + "input": 1, + "output": 4 + }, + { + "input": 2, + "output": 3 + }, + { + "input": 3, + "output": 2 + }, + { + "input": 4, + "output": 1 + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + }, + "persistent": true + }, + "custom.priority_string": { + "binding": { + "config": { + "expression": "case({view.custom.state},\r\n1, \"High\",\r\n0, \"No active alarms\",\r\n\"Unknown\")" + }, + "type": "expr" + }, + "persistent": true + }, + "custom.state": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "0": "{view.params.tagProps[0]}", + "fc": "{session.custom.fc}" + }, + "tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/STATE" + }, + "transforms": [ + { + "expression": "coalesce({value},0)", + "type": "expression" + } + ], + "type": "tag" + }, + "persistent": true + }, + "custom.state_string": { + "binding": { + "config": { + "expression": "case({view.custom.state},\r\n1, \"Communication Faulted\",\r\n0, \"Normal\",\r\n\"Unknown\")" + }, + "type": "expr" + }, + "persistent": true + }, + "params.tagProps": { + "paramDirection": "inout", + "persistent": true + } + }, + "props": { + "defaultSize": { + "height": 47, + "width": 68 + } + }, + "root": { + "children": [ + { + "meta": { + "name": "ControlCabinet" + }, + "position": { + "height": 1, + "width": 1 + }, + "propConfig": { + "meta.visible": { + "binding": { + "config": { + "path": "session.custom.alarm_filter.show_dpm_mcm" + }, + "type": "property" + } + }, + "props.elements[0].fill.paint": { + "binding": { + "config": { + "expression": "if(\r\n {view.custom.disconnected},\r\n \u0027#808080\u0027,\r\n if(\r\n {view.custom.state} \u003d 1,\r\n \u0027#FF0000\u0027,\r\n if(\r\n {view.custom.state} \u003d 0,\r\n \u0027#00D900\u0027,\r\n \u0027#fff700\u0027\r\n )\r\n )\r\n)\r\n" + }, + "type": "expr" + } + } + }, + "props": { + "elements": [ + { + "d": "M 0 40 L 0 0 L 61 40 Z", + "fill": {}, + "name": "path", + "stroke": { + "paint": "#4c4c4c", + "width": 4 + }, + "transform": "rotate(-180,30.5,20)", + "type": "path" + }, + { + "d": "M 0 40 L 0 0 L 61 40 Z", + "fill": { + "paint": "#4C4C4C" + }, + "name": "path", + "stroke": { + "paint": "#000000", + "width": 4 + }, + "type": "path" + } + ], + "preserveAspectRatio": "none", + "viewBox": "-0.5 -0.5 62 41" + }, + "type": "ia.shapes.svg" + } + ], + "events": { + "dom": { + "onClick": { + "config": { + "script": "\tsystem.perspective.openDock(\u0027Docked-East-DS\u0027,params\u003d{\u0027tagProps\u0027:self.view.params.tagProps})" + }, + "scope": "G", + "type": "script" + }, + "onDoubleClick": { + "config": { + "script": "\ttagProps \u003d self.view.params.tagProps\n\tsystem.perspective.openPopup(\"StatusPopUP\", \"PopUp-Views/Controller-Equipment/Information\", params \u003d{\"tagProps\":tagProps})\n\t" + }, + "enabled": false, + "scope": "G", + "type": "script" + }, + "onMouseEnter": { + "config": { + "script": "\tfrom time import sleep\n\t\n\talarm \u003d []\n\tmessage \u003d None\n\t\n\tsleep(0.5)\n\t\n\tif system.tag.exists(\"System/aws_data\"):\n\t\tif self.view.params.tagProps[0] !\u003d \"\":\n\t\t\ttags_to_read \u003d system.tag.readBlocking(\"System/aws_data\")\n\t\t\tdecode_alarm_data \u003d system.util.jsonDecode(tags_to_read[0].value)\n\t\t\talarm \u003d [decode_alarm_data[i] for i in decode_alarm_data\n\t\t\t\t\tif decode_alarm_data[i][\u0027sourceId\u0027].startswith(self.view.params.tagProps[0])]\n\t\tif alarm:\n\t\t\talarm \u003d sorted(alarm, key \u003d lambda t:t[\u0027timestamp\u0027], reverse\u003dTrue)\n\t\t\tmessage \u003d max(alarm, key \u003d lambda p:p[\u0027priority\u0027]).get(\u0027message\u0027)\n\t\t\tif len(alarm) \u003e 1:\n\t\t\t\tmessage +\u003d \" (+\" + str(len(alarm)-1) + \")\"\n\tself.view.custom.alarm_message \u003d message" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "root", + "tooltip": { + "enabled": true, + "location": "top-left", + "style": {} + } + }, + "propConfig": { + "meta.tooltip.style.classes": { + "binding": { + "config": { + "expression": "{view.custom.priority}" + }, + "transforms": [ + { + "fallback": "Alarms-Styles/NoAlarm", + "inputType": "scalar", + "mappings": [ + { + "input": 1, + "output": "Alarms-Styles/Diagnostic" + }, + { + "input": 2, + "output": "Alarms-Styles/Low" + }, + { + "input": 3, + "output": "Alarms-Styles/Medium" + }, + { + "input": 4, + "output": "Alarms-Styles/High" + } + ], + "outputType": "style-list", + "type": "map" + } + ], + "type": "expr" + } + }, + "meta.tooltip.text": { + "binding": { + "config": { + "expression": "if(\n {view.custom.disconnected} \u003d false,\n \"Source Id: \" + {view.params.tagProps[0]} + \", Priority: \" + {view.custom.priority_string} + \", State: \" + {view.custom.state_string},\n \"Device Disconnected\"\n)\n" + }, + "type": "expr" + } + } + }, + "props": { + "aspectRatio": "68:47", + "mode": "percent", + "style": { + "classes": "Disconnects/Device-Connected", + "cursor": "pointer", + "overflow": "hidden" + } + }, + "type": "ia.container.coord" + } +} \ No newline at end of file diff --git a/.resources/986eb07e2a246d98cae52b857e1ef2d96a05662440555ed8a1fc50e0df69feaf b/.resources/986eb07e2a246d98cae52b857e1ef2d96a05662440555ed8a1fc50e0df69feaf new file mode 100644 index 00000000..3f8d8f16 --- /dev/null +++ b/.resources/986eb07e2a246d98cae52b857e1ef2d96a05662440555ed8a1fc50e0df69feaf @@ -0,0 +1,1181 @@ +{ + "custom": {}, + "params": {}, + "props": { + "defaultSize": { + "height": 373, + "width": 400 + } + }, + "root": { + "children": [ + { + "children": [ + { + "meta": { + "name": "Label" + }, + "position": { + "basis": "36px", + "shrink": 0 + }, + "props": { + "style": { + "background-color": "#555555", + "fontWeight": "bold", + "textAlign": "center" + }, + "text": "Status Filters" + }, + "type": "ia.display.label" + }, + { + "children": [ + { + "custom": { + "buttonid": "status_filters/all" + }, + "events": { + "component": { + "onActionPerformed": [ + { + "config": { + "script": "\tpayload \u003d {}\n\tif self.props.selected:\n\t\tvalue \u003d True\n\telse:\n\t\tvalue \u003d False\n\t\n\tpayload[\"data\"] \u003d value\n\t\n\tsystem.perspective.sendMessage(\"select-all-filters\", \n\t\t\t\t\t\t\t\t\tpayload \u003d payload, \n\t\t\t\t\t\t\t\t\tscope \u003d \"view\")" + }, + "scope": "G", + "type": "script" + }, + { + "config": { + "script": "\tif not self.props.selected:\n\t\tbuttonid \u003d self.custom.buttonid\n\t\tactivityLog.logger.callLogger(self.view, \u0027click\u0027, buttonid)" + }, + "scope": "G", + "type": "script" + } + ] + } + }, + "meta": { + "name": "Select-All", + "tooltip": { + "delay": 250 + } + }, + "position": { + "basis": "36px" + }, + "propConfig": { + "props.enabled": { + "binding": { + "config": { + "expression": "if ({session.custom.alarm_filter.show_map}\u003dTrue \u0026\u0026 {session.custom.view_in_focus}\u003d\u0027/MAP-Home\u0027, True, False)" + }, + "enabled": false, + "type": "expr" + } + }, + "props.selected": { + "binding": { + "config": { + "expression": "if({session.custom.alarm_filter.show_dpm_mcm} \u0026\u0026 \r\n{session.custom.alarm_filter.show_beacons} \u0026\u0026\r\n{session.custom.alarm_filter.show_VFD} \u0026\u0026\r\n{session.custom.alarm_filter.show_buttons} \u0026\u0026\r\n{session.custom.alarm_filter.show_photoeyes} \u0026\u0026\r\n{session.custom.alarm_filter.show_encoders} \u0026\u0026\r\n{session.custom.alarm_filter.show_epc} \u0026\u0026\r\n{session.custom.alarm_filter.show_px} \u0026\u0026\r\n{session.custom.alarm_filter.show_camera_jams} \u0026\u0026\r\n{session.custom.alarm_filter.show_solenoids} \u0026\u0026\r\n{session.custom.alarm_filter.show_fio_safety}, True, False)" + }, + "type": "expr" + } + } + }, + "props": { + "checkedIcon": { + "color": { + "disabled": "#FFFFFF", + "enabled": "#FFFFFF" + } + }, + "style": { + "color": "#FFFFFF", + "fontFamily": "Arial", + "fontSize": 12, + "fontWeight": "bold", + "marginLeft": 10, + "marginRight": 10 + }, + "text": "Select All" + }, + "type": "ia.input.checkbox" + }, + { + "custom": { + "buttonid": "status_filters/running_status" + }, + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\tif not self.props.selected:\n\t\tbuttonid \u003d self.custom.buttonid\n\t\tactivityLog.logger.callLogger(self.view, \u0027click\u0027, buttonid)\n\t\tactivityLog.productMetrics.callLogger(self.view, \u0027click\u0027, buttonid)" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Running", + "tooltip": { + "delay": 250 + } + }, + "position": { + "basis": "36px" + }, + "propConfig": { + "props.enabled": { + "binding": { + "config": { + "expression": "if ({session.custom.alarm_filter.show_map}\u003dTrue \u0026\u0026 {session.custom.view_in_focus}\u003d\u0027/MAP-Home\u0027, True, False)" + }, + "enabled": false, + "type": "expr" + } + }, + "props.selected": { + "binding": { + "config": { + "bidirectional": true, + "path": "session.custom.alarm_filter.show_VFD" + }, + "type": "property" + } + } + }, + "props": { + "checkedIcon": { + "color": { + "disabled": "#FFFFFF", + "enabled": "#FFFFFF" + } + }, + "style": { + "color": "#FFFFFF", + "fontFamily": "Arial", + "fontSize": 12, + "fontWeight": "bold", + "marginLeft": 10, + "marginRight": 10 + }, + "text": "Show VFD" + }, + "scripts": { + "customMethods": [], + "extensionFunctions": null, + "messageHandlers": [ + { + "messageType": "select-all-filters", + "pageScope": false, + "script": "\tdata \u003d payload[\"data\"]\n\tself.props.selected \u003d data", + "sessionScope": false, + "viewScope": true + } + ] + }, + "type": "ia.input.checkbox" + }, + { + "custom": { + "buttonid": "status_filters/low_alarms" + }, + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\tif not self.props.selected:\n\t\tbuttonid \u003d self.custom.buttonid\n\t\tactivityLog.logger.callLogger(self.view, \u0027click\u0027, buttonid)\n\t\tactivityLog.productMetrics.callLogger(self.view, \u0027click\u0027, buttonid)" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Show-Buttons", + "tooltip": { + "delay": 250 + } + }, + "position": { + "basis": "36px" + }, + "propConfig": { + "props.enabled": { + "binding": { + "config": { + "expression": "if ({session.custom.alarm_filter.show_map}\u003dTrue \u0026\u0026 {session.custom.view_in_focus}\u003d\u0027/MAP-Home\u0027, True, False)" + }, + "enabled": false, + "type": "expr" + } + }, + "props.selected": { + "binding": { + "config": { + "bidirectional": true, + "path": "session.custom.alarm_filter.show_buttons" + }, + "type": "property" + } + } + }, + "props": { + "checkedIcon": { + "color": { + "disabled": "#FFFFFF", + "enabled": "#FFFFFF" + } + }, + "style": { + "color": "#FFFFFF", + "fontFamily": "Arial", + "fontSize": 12, + "fontWeight": "bold", + "marginLeft": 10, + "marginRight": 10 + }, + "text": "Show Buttons" + }, + "scripts": { + "customMethods": [], + "extensionFunctions": null, + "messageHandlers": [ + { + "messageType": "select-all-filters", + "pageScope": false, + "script": "\tdata \u003d payload[\"data\"]\n\tself.props.selected \u003d data\n\tsystem.perspective.print(data)", + "sessionScope": false, + "viewScope": true + } + ] + }, + "type": "ia.input.checkbox" + }, + { + "custom": { + "buttonid": "status_filters/estops_pullChords" + }, + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\tif not self.props.selected:\n\t\tbuttonid \u003d self.custom.buttonid\n\t\tactivityLog.logger.callLogger(self.view, \u0027click\u0027, buttonid)\n\t\tactivityLog.productMetrics.callLogger(self.view, \u0027click\u0027, buttonid)" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "E-Stops", + "tooltip": { + "delay": 250 + } + }, + "position": { + "basis": "36px" + }, + "propConfig": { + "props.enabled": { + "binding": { + "config": { + "expression": "if ({session.custom.alarm_filter.show_map}\u003dTrue \u0026\u0026 {session.custom.view_in_focus}\u003d\u0027/MAP-Home\u0027, True, False)" + }, + "enabled": false, + "type": "expr" + } + }, + "props.selected": { + "binding": { + "config": { + "bidirectional": true, + "path": "session.custom.alarm_filter.show_epc" + }, + "type": "property" + } + } + }, + "props": { + "checkedIcon": { + "color": { + "disabled": "#FFFFFF", + "enabled": "#FFFFFF" + } + }, + "style": { + "color": "#FFFFFF", + "fontFamily": "Arial", + "fontSize": 12, + "fontWeight": "bold", + "marginLeft": 10, + "marginRight": 10 + }, + "text": "Show E-Stops \u0026 Pull Chords" + }, + "scripts": { + "customMethods": [], + "extensionFunctions": null, + "messageHandlers": [ + { + "messageType": "select-all-filters", + "pageScope": false, + "script": "\tdata \u003d payload[\"data\"]\n\tself.props.selected \u003d data", + "sessionScope": false, + "viewScope": true + } + ] + }, + "type": "ia.input.checkbox" + }, + { + "custom": { + "buttonid": "status_filters/gateways" + }, + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\tif not self.props.selected:\n\t\tbuttonid \u003d self.custom.buttonid\n\t\tactivityLog.logger.callLogger(self.view, \u0027click\u0027, buttonid)\n\t\tactivityLog.productMetrics.callLogger(self.view, \u0027click\u0027, buttonid)" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Show-DPM-MCM", + "tooltip": { + "delay": 250 + } + }, + "position": { + "basis": "36px" + }, + "propConfig": { + "props.enabled": { + "binding": { + "config": { + "expression": "if ({session.custom.alarm_filter.show_map}\u003dTrue \u0026\u0026 {session.custom.view_in_focus}\u003d\u0027/MAP-Home\u0027, True, False)" + }, + "enabled": false, + "type": "expr" + } + }, + "props.selected": { + "binding": { + "config": { + "bidirectional": true, + "path": "session.custom.alarm_filter.show_dpm_mcm" + }, + "type": "property" + } + } + }, + "props": { + "checkedIcon": { + "color": { + "disabled": "#FFFFFF", + "enabled": "#FFFFFF" + } + }, + "style": { + "color": "#FFFFFF", + "fontFamily": "Arial", + "fontSize": 12, + "fontWeight": "bold", + "marginLeft": 10, + "marginRight": 10 + }, + "text": "Show DPM \u0026 MCM" + }, + "scripts": { + "customMethods": [], + "extensionFunctions": null, + "messageHandlers": [ + { + "messageType": "select-all-filters", + "pageScope": false, + "script": "\tdata \u003d payload[\"data\"]\n\tself.props.selected \u003d data", + "sessionScope": false, + "viewScope": true + } + ] + }, + "type": "ia.input.checkbox" + }, + { + "custom": { + "buttonid": "status_filters/camera_jams" + }, + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\tif not self.props.selected:\n\t\tbuttonid \u003d self.custom.buttonid\n\t\tactivityLog.logger.callLogger(self.view, \u0027click\u0027, buttonid)\n\t\tactivityLog.productMetrics.callLogger(self.view, \u0027click\u0027, buttonid)" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Show-Camera-Jams", + "tooltip": { + "delay": 250 + } + }, + "position": { + "basis": "36px" + }, + "propConfig": { + "props.enabled": { + "binding": { + "config": { + "expression": "if ({session.custom.alarm_filter.show_map}\u003dTrue \u0026\u0026 {session.custom.view_in_focus}\u003d\u0027/MAP-Home\u0027, True, False)" + }, + "enabled": false, + "type": "expr" + } + }, + "props.selected": { + "binding": { + "config": { + "bidirectional": true, + "path": "session.custom.alarm_filter.show_camera_jams" + }, + "type": "property" + } + } + }, + "props": { + "checkedIcon": { + "color": { + "disabled": "#FFFFFF", + "enabled": "#FFFFFF" + } + }, + "style": { + "color": "#FFFFFF", + "fontFamily": "Arial", + "fontSize": 12, + "fontWeight": "bold", + "marginLeft": 10, + "marginRight": 10 + }, + "text": "Show Camera Jams" + }, + "scripts": { + "customMethods": [], + "extensionFunctions": null, + "messageHandlers": [ + { + "messageType": "select-all-filters", + "pageScope": false, + "script": "\tdata \u003d payload[\"data\"]\n\tself.props.selected \u003d data", + "sessionScope": false, + "viewScope": true + } + ] + }, + "type": "ia.input.checkbox" + }, + { + "custom": { + "buttonid": "status_filters/fio_sio" + }, + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\tif not self.props.selected:\n\t\tbuttonid \u003d self.custom.buttonid\n\t\tactivityLog.logger.callLogger(self.view, \u0027click\u0027, buttonid)\n\t\tactivityLog.productMetrics.callLogger(self.view, \u0027click\u0027, buttonid)" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Show-Fios", + "tooltip": { + "delay": 250 + } + }, + "position": { + "basis": "36px" + }, + "propConfig": { + "props.enabled": { + "binding": { + "config": { + "expression": "if ({session.custom.alarm_filter.show_map}\u003dTrue \u0026\u0026 {session.custom.view_in_focus}\u003d\u0027/MAP-Home\u0027, True, False)" + }, + "enabled": false, + "type": "expr" + } + }, + "props.selected": { + "binding": { + "config": { + "bidirectional": true, + "path": "session.custom.alarm_filter.show_fio_safety" + }, + "type": "property" + } + } + }, + "props": { + "checkedIcon": { + "color": { + "disabled": "#FFFFFF", + "enabled": "#FFFFFF" + } + }, + "style": { + "color": "#FFFFFF", + "fontFamily": "Arial", + "fontSize": 12, + "fontWeight": "bold", + "marginLeft": 10, + "marginRight": 10 + }, + "text": "Show FIO \u0026 SIO" + }, + "scripts": { + "customMethods": [], + "extensionFunctions": null, + "messageHandlers": [ + { + "messageType": "select-all-filters", + "pageScope": false, + "script": "\tdata \u003d payload[\"data\"]\n\tself.props.selected \u003d data", + "sessionScope": false, + "viewScope": true + } + ] + }, + "type": "ia.input.checkbox" + }, + { + "custom": { + "buttonid": "status_filters/running_status" + }, + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\tif not self.props.selected:\n\t\tbuttonid \u003d self.custom.buttonid\n\t\tactivityLog.logger.callLogger(self.view, \u0027click\u0027, buttonid)\n\t\tactivityLog.productMetrics.callLogger(self.view, \u0027click\u0027, buttonid)" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Show-Photoeyes", + "tooltip": { + "delay": 250 + } + }, + "position": { + "basis": "36px" + }, + "propConfig": { + "props.enabled": { + "binding": { + "config": { + "expression": "if ({session.custom.alarm_filter.show_map}\u003dTrue \u0026\u0026 {session.custom.view_in_focus}\u003d\u0027/MAP-Home\u0027, True, False)" + }, + "enabled": false, + "type": "expr" + } + }, + "props.selected": { + "binding": { + "config": { + "bidirectional": true, + "path": "session.custom.alarm_filter.show_photoeyes" + }, + "type": "property" + } + } + }, + "props": { + "checkedIcon": { + "color": { + "disabled": "#FFFFFF", + "enabled": "#FFFFFF" + } + }, + "style": { + "color": "#FFFFFF", + "fontFamily": "Arial", + "fontSize": 12, + "fontWeight": "bold", + "marginLeft": 10, + "marginRight": 10 + }, + "text": "Show Photoeyes" + }, + "scripts": { + "customMethods": [], + "extensionFunctions": null, + "messageHandlers": [ + { + "messageType": "select-all-filters", + "pageScope": false, + "script": "\tdata \u003d payload[\"data\"]\n\tself.props.selected \u003d data", + "sessionScope": false, + "viewScope": true + } + ] + }, + "type": "ia.input.checkbox" + }, + { + "custom": { + "buttonid": "status_filters/running_status" + }, + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\tif not self.props.selected:\n\t\tbuttonid \u003d self.custom.buttonid\n\t\tactivityLog.logger.callLogger(self.view, \u0027click\u0027, buttonid)\n\t\tactivityLog.productMetrics.callLogger(self.view, \u0027click\u0027, buttonid)" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Show-Beacons", + "tooltip": { + "delay": 250 + } + }, + "position": { + "basis": "36px" + }, + "propConfig": { + "props.enabled": { + "binding": { + "config": { + "expression": "if ({session.custom.alarm_filter.show_map}\u003dTrue \u0026\u0026 {session.custom.view_in_focus}\u003d\u0027/MAP-Home\u0027, True, False)" + }, + "enabled": false, + "type": "expr" + } + }, + "props.selected": { + "binding": { + "config": { + "bidirectional": true, + "path": "session.custom.alarm_filter.show_beacons" + }, + "type": "property" + } + } + }, + "props": { + "checkedIcon": { + "color": { + "disabled": "#FFFFFF", + "enabled": "#FFFFFF" + } + }, + "style": { + "color": "#FFFFFF", + "fontFamily": "Arial", + "fontSize": 12, + "fontWeight": "bold", + "marginLeft": 10, + "marginRight": 10 + }, + "text": "Show Beacons" + }, + "scripts": { + "customMethods": [], + "extensionFunctions": null, + "messageHandlers": [ + { + "messageType": "select-all-filters", + "pageScope": false, + "script": "\tdata \u003d payload[\"data\"]\n\tself.props.selected \u003d data", + "sessionScope": false, + "viewScope": true + } + ] + }, + "type": "ia.input.checkbox" + }, + { + "custom": { + "buttonid": "status_filters/running_status" + }, + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\tif not self.props.selected:\n\t\tbuttonid \u003d self.custom.buttonid\n\t\tactivityLog.logger.callLogger(self.view, \u0027click\u0027, buttonid)\n\t\tactivityLog.productMetrics.callLogger(self.view, \u0027click\u0027, buttonid)" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Show-PX", + "tooltip": { + "delay": 250 + } + }, + "position": { + "basis": "36px" + }, + "propConfig": { + "props.enabled": { + "binding": { + "config": { + "expression": "if ({session.custom.alarm_filter.show_map}\u003dTrue \u0026\u0026 {session.custom.view_in_focus}\u003d\u0027/MAP-Home\u0027, True, False)" + }, + "enabled": false, + "type": "expr" + } + }, + "props.selected": { + "binding": { + "config": { + "bidirectional": true, + "path": "session.custom.alarm_filter.show_px" + }, + "type": "property" + } + } + }, + "props": { + "checkedIcon": { + "color": { + "disabled": "#FFFFFF", + "enabled": "#FFFFFF" + } + }, + "style": { + "color": "#FFFFFF", + "fontFamily": "Arial", + "fontSize": 12, + "fontWeight": "bold", + "marginLeft": 10, + "marginRight": 10 + }, + "text": "Show Prox Switches" + }, + "scripts": { + "customMethods": [], + "extensionFunctions": null, + "messageHandlers": [ + { + "messageType": "select-all-filters", + "pageScope": false, + "script": "\tdata \u003d payload[\"data\"]\n\tself.props.selected \u003d data", + "sessionScope": false, + "viewScope": true + } + ] + }, + "type": "ia.input.checkbox" + }, + { + "custom": { + "buttonid": "status_filters/running_status" + }, + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\tif not self.props.selected:\n\t\tbuttonid \u003d self.custom.buttonid\n\t\tactivityLog.logger.callLogger(self.view, \u0027click\u0027, buttonid)\n\t\tactivityLog.productMetrics.callLogger(self.view, \u0027click\u0027, buttonid)" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Show-Encoders", + "tooltip": { + "delay": 250 + } + }, + "position": { + "basis": "36px" + }, + "propConfig": { + "props.enabled": { + "binding": { + "config": { + "expression": "if ({session.custom.alarm_filter.show_map}\u003dTrue \u0026\u0026 {session.custom.view_in_focus}\u003d\u0027/MAP-Home\u0027, True, False)" + }, + "enabled": false, + "type": "expr" + } + }, + "props.selected": { + "binding": { + "config": { + "bidirectional": true, + "path": "session.custom.alarm_filter.show_encoders" + }, + "type": "property" + } + } + }, + "props": { + "checkedIcon": { + "color": { + "disabled": "#FFFFFF", + "enabled": "#FFFFFF" + } + }, + "style": { + "color": "#FFFFFF", + "fontFamily": "Arial", + "fontSize": 12, + "fontWeight": "bold", + "marginLeft": 10, + "marginRight": 10 + }, + "text": "Show Encoders" + }, + "scripts": { + "customMethods": [], + "extensionFunctions": null, + "messageHandlers": [ + { + "messageType": "select-all-filters", + "pageScope": false, + "script": "\tdata \u003d payload[\"data\"]\n\tself.props.selected \u003d data", + "sessionScope": false, + "viewScope": true + } + ] + }, + "type": "ia.input.checkbox" + }, + { + "custom": { + "buttonid": "status_filters/running_status" + }, + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\tif not self.props.selected:\n\t\tbuttonid \u003d self.custom.buttonid\n\t\tactivityLog.logger.callLogger(self.view, \u0027click\u0027, buttonid)\n\t\tactivityLog.productMetrics.callLogger(self.view, \u0027click\u0027, buttonid)" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Show-Sols", + "tooltip": { + "delay": 250 + } + }, + "position": { + "basis": "36px" + }, + "propConfig": { + "props.enabled": { + "binding": { + "config": { + "expression": "if ({session.custom.alarm_filter.show_map}\u003dTrue \u0026\u0026 {session.custom.view_in_focus}\u003d\u0027/MAP-Home\u0027, True, False)" + }, + "enabled": false, + "type": "expr" + } + }, + "props.selected": { + "binding": { + "config": { + "bidirectional": true, + "path": "session.custom.alarm_filter.show_solenoids" + }, + "type": "property" + } + } + }, + "props": { + "checkedIcon": { + "color": { + "disabled": "#FFFFFF", + "enabled": "#FFFFFF" + } + }, + "style": { + "color": "#FFFFFF", + "fontFamily": "Arial", + "fontSize": 12, + "fontWeight": "bold", + "marginLeft": 10, + "marginRight": 10 + }, + "text": "Show Solenoids" + }, + "scripts": { + "customMethods": [], + "extensionFunctions": null, + "messageHandlers": [ + { + "messageType": "select-all-filters", + "pageScope": false, + "script": "\tdata \u003d payload[\"data\"]\n\tself.props.selected \u003d data", + "sessionScope": false, + "viewScope": true + } + ] + }, + "type": "ia.input.checkbox" + } + ], + "meta": { + "name": "FlexContainer" + }, + "position": { + "grow": 1 + }, + "props": { + "direction": "column", + "justify": "space-between" + }, + "type": "ia.container.flex" + }, + { + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\tsystem.perspective.closePopup(\u0027\u0027)" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Button" + }, + "position": { + "basis": "30px", + "shrink": 0 + }, + "props": { + "box-shadow": "5px 5px 5px", + "style": { + "backgroundColor": "#555555", + "classes": "Background-Styles/Controller", + "marginBottom": 5, + "marginLeft": 20, + "marginRight": 20, + "marginTop": 5 + }, + "text": "Close" + }, + "type": "ia.input.button" + } + ], + "meta": { + "name": "Status" + }, + "position": { + "basis": "200px", + "shrink": 0 + }, + "props": { + "direction": "column", + "style": { + "borderColor": "#FFFFFF", + "borderStyle": "solid", + "borderWidth": 1 + } + }, + "type": "ia.container.flex" + }, + { + "children": [ + { + "meta": { + "name": "Label" + }, + "position": { + "basis": "36px", + "shrink": 0 + }, + "props": { + "style": { + "background-color": "#555555", + "fontWeight": "bold", + "textAlign": "center" + }, + "text": "Accessibility" + }, + "type": "ia.display.label" + }, + { + "children": [ + { + "meta": { + "name": "Label" + }, + "position": { + "basis": "80px", + "grow": 1 + }, + "props": { + "style": { + "textAlign": "center" + }, + "text": "Rotate Detailed View:" + }, + "type": "ia.display.label" + }, + { + "events": { + "dom": { + "onClick": { + "config": { + "script": "\t\n\t# Read current rotation string\n\tcurrentRotation \u003d self.session.custom.rotation\n\t\n\tcurrentAngle \u003d currentRotation.replace(\"deg\", \"\")\n\t\n\t# Increment by 90° and wrap around 360\n\tnewAngle \u003d (int(currentAngle) + 90) % 360\n\t\n\t# Save back as string with \"deg\"\n\tself.session.custom.rotation \u003d str(newAngle) + \"deg\"" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Icon" + }, + "position": { + "basis": "30px" + }, + "props": { + "path": "material/360", + "style": { + "cursor": "pointer" + } + }, + "type": "ia.display.icon" + } + ], + "meta": { + "name": "FlexContainer_0", + "tooltip": { + "enabled": true, + "text": "Click to rotate the view 90° clockwise" + } + }, + "position": { + "basis": "65px" + }, + "props": { + "justify": "space-between", + "style": { + "padding": 10 + } + }, + "type": "ia.container.flex" + }, + { + "children": [ + { + "meta": { + "name": "Label" + }, + "position": { + "basis": "80px", + "grow": 1 + }, + "props": { + "style": { + "textAlign": "center" + }, + "text": "Reset Rotation" + }, + "type": "ia.display.label" + }, + { + "events": { + "dom": { + "onClick": { + "config": { + "script": "\tself.session.custom.rotation \u003d \"0deg\"" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Icon" + }, + "position": { + "basis": "30px" + }, + "props": { + "path": "material/cached", + "style": { + "cursor": "painter" + } + }, + "type": "ia.display.icon" + } + ], + "meta": { + "name": "FlexContainer_1", + "tooltip": { + "enabled": true, + "text": "Reset Rotation" + } + }, + "position": { + "basis": "65px" + }, + "props": { + "justify": "space-between", + "style": { + "padding": 10 + } + }, + "type": "ia.container.flex" + } + ], + "meta": { + "name": "Accessibility" + }, + "position": { + "basis": "200px", + "shrink": 0 + }, + "props": { + "direction": "column", + "style": { + "borderColor": "#FFFFFF", + "borderStyle": "solid", + "borderWidth": 1 + } + }, + "type": "ia.container.flex" + } + ], + "meta": { + "name": "root" + }, + "props": { + "style": { + "classes": "Background-Styles/Controller", + "overflow": "hidden" + } + }, + "type": "ia.container.flex" + } +} \ No newline at end of file diff --git a/.resources/99f7739ed83c47d80b780220c1a1f349251eb1960de3dcc9f252f5a10d555c84 b/.resources/99f7739ed83c47d80b780220c1a1f349251eb1960de3dcc9f252f5a10d555c84 new file mode 100644 index 00000000..dcfd0bad --- /dev/null +++ b/.resources/99f7739ed83c47d80b780220c1a1f349251eb1960de3dcc9f252f5a10d555c84 @@ -0,0 +1,63 @@ +{ + "custom": {}, + "params": {}, + "props": { + "defaultSize": { + "height": 30, + "width": 160 + } + }, + "root": { + "children": [ + { + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\ttagPath \u003d \"[BNA8_SCADA_TAG_PROVIDER]System/Global_Stopped\"\n\tsystem.tag.write(tagPath, True)\n\t" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Button" + }, + "position": { + "basis": "80%", + "grow": 1 + }, + "props": { + "image": { + "icon": { + "path": "material/stop_circle" + } + }, + "style": { + "backgroundColor": "#F11632", + "borderStyle": "groove", + "borderWidth": 3, + "cursor": "pointer" + }, + "text": "Global Stop", + "textStyle": { + "color": "#000000", + "fontFamily": "inherit", + "fontSize": "1vmin", + "fontWeight": "bold" + } + }, + "type": "ia.input.button" + } + ], + "meta": { + "name": "root" + }, + "props": { + "alignContent": "flex-start", + "justify": "center" + }, + "type": "ia.container.flex" + } +} \ No newline at end of file diff --git a/.resources/9bf7fc743aa8f99c5a9120e0ab84c84d936c223e33d96640840cd315d0970bb2 b/.resources/9bf7fc743aa8f99c5a9120e0ab84c84d936c223e33d96640840cd315d0970bb2 new file mode 100644 index 00000000..5d3644ab --- /dev/null +++ b/.resources/9bf7fc743aa8f99c5a9120e0ab84c84d936c223e33d96640840cd315d0970bb2 @@ -0,0 +1,431 @@ +{ + "custom": { + "disconnected": true, + "priority": 5, + "priority_string": "No active alarms", + "state": 0, + "state_string": "Stopped" + }, + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "propConfig": { + "custom.disconnected": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "0": "{view.params.tagProps[0]}", + "fc": "{session.custom.fc}" + }, + "tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/STATE" + }, + "transforms": [ + { + "expression": "!isGood({value})", + "type": "expression" + } + ], + "type": "tag" + }, + "persistent": true + }, + "custom.priority": { + "binding": { + "config": { + "path": "view.custom.state" + }, + "transforms": [ + { + "fallback": 5, + "inputType": "scalar", + "mappings": [ + { + "input": 0, + "output": 5 + }, + { + "input": 1, + "output": 3 + }, + { + "input": 2, + "output": 3 + }, + { + "input": 3, + "output": 3 + }, + { + "input": 4, + "output": 5 + }, + { + "input": 5, + "output": 5 + }, + { + "input": 6, + "output": 5 + }, + { + "input": 7, + "output": 3 + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + }, + "persistent": true + }, + "custom.priority_string": { + "binding": { + "config": { + "expression": "case({view.custom.priority},\r\n3, \"Medium\",\r\n5, \"No active alarms\",\r\n\"Unknown\")" + }, + "type": "expr" + }, + "persistent": true + }, + "custom.state": { + "binding": { + "config": { + "fallbackDelay": 1, + "mode": "indirect", + "references": { + "0": "{view.params.tagProps[0]}", + "fc": "{session.custom.fc}" + }, + "tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/STATE" + }, + "transforms": [ + { + "expression": "coalesce({value},{view.params.forceFaultStatus},0)", + "type": "expression" + }, + { + "fallback": 0, + "inputType": "scalar", + "mappings": [ + { + "input": 1, + "output": 1 + }, + { + "input": 2, + "output": 2 + }, + { + "input": 3, + "output": 3 + }, + { + "input": 4, + "output": 4 + }, + { + "input": 5, + "output": 5 + }, + { + "input": 6, + "output": 6 + }, + { + "input": 7, + "output": 7 + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "tag" + }, + "persistent": true + }, + "custom.state_string": { + "binding": { + "config": { + "expression": "case({view.custom.state},\r\n0, \"Stopped\",\r\n1, \"Started\",\r\n2, \"Stopped\",\r\n3, \"Stopped\",\r\n4, \"Disabled\",\r\n5, \"Started\",\r\n6, \"Started\",\r\n7, \"Stopped\",\r\n\"Unknown\")" + }, + "type": "expr" + }, + "persistent": true + }, + "params.tagProps": { + "paramDirection": "input", + "persistent": true + } + }, + "props": { + "defaultSize": { + "height": 25, + "width": 50 + } + }, + "root": { + "children": [ + { + "meta": { + "name": "SS_button" + }, + "position": { + "height": 1, + "width": 1 + }, + "propConfig": { + "props.elements[0].fill.paint": { + "binding": { + "config": { + "expression": "if(\r\n {view.custom.disconnected},\r\n \"#808080\",\r\n switch(\r\n toInt({view.custom.state}),\r\n 0, 1, 2, 3, 4, 5, 6 ,7,\r\n \"#AAAAAA\", \"#AAAAAA\", \"#AAAAAA\", \"#AAAAAA\", \"#AAAAAA\",\r\n \"#AAAAAA\", \"#AAAAAA\", \"#AAAAAA\", \r\n \"#FFFF00\"\r\n )\r\n)\r\n" + }, + "type": "expr" + } + }, + "props.elements[1].fill.paint": { + "binding": { + "config": { + "path": "view.custom.state" + }, + "transforms": [ + { + "fallback": "#00CC00", + "inputType": "scalar", + "mappings": [ + { + "input": 0, + "output": "#007400" + }, + { + "input": 1, + "output": "#00FF00" + }, + { + "input": 2, + "output": "#00FF00" + }, + { + "input": 3, + "output": "#00FF00" + }, + { + "input": 4, + "output": "#007400" + }, + { + "input": 5, + "output": "#00FF00" + }, + { + "input": 6, + "output": "#00FF00" + }, + { + "input": 7, + "output": "#00FF00" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "property" + } + }, + "props.elements[2].fill.paint": { + "binding": { + "config": { + "path": "view.custom.state" + }, + "transforms": [ + { + "fallback": "#940003", + "inputType": "scalar", + "mappings": [ + { + "input": 0, + "output": "#940003" + }, + { + "input": 1, + "output": "#940003" + }, + { + "input": 2, + "output": "#940003" + }, + { + "input": 3, + "output": "#D90000" + }, + { + "input": 4, + "output": "#940003" + }, + { + "input": 5, + "output": "#940003" + }, + { + "input": 6, + "output": "#940003" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "property" + } + } + }, + "props": { + "elements": [ + { + "d": "M 0,0 H 40 V 20 H 0 Z", + "fill": {}, + "id": "outer-rect", + "name": "outer-rect", + "stroke": { + "paint": "#000000", + "width": "1.5" + }, + "type": "path" + }, + { + "d": "m 17,10.5 c 0,3.865993 -3.134007,7 -7,7 -3.8659932,0 -7,-3.134007 -7,-7 0,-3.8659932 3.1340068,-7 7,-7 3.865993,0 7,3.1340068 7,7 z", + "fill": {}, + "id": "inner-circle", + "name": "inner-circle", + "stroke": { + "paint": "#000000", + "width": "1" + }, + "type": "path" + }, + { + "d": "m 36.642136,10.376001 c 0,3.865993 -3.134007,7 -7,7 -3.865993,0 -7,-3.134007 -7,-7 0,-3.8659928 3.134007,-6.9999998 7,-6.9999998 3.865993,0 7,3.134007 7,6.9999998 z", + "fill": {}, + "id": "inner-circle-8", + "name": "inner-circle-8", + "stroke": { + "paint": "#000000", + "width": "1" + }, + "type": "path" + } + ], + "viewBox": "0 0 40 20" + }, + "type": "ia.shapes.svg" + } + ], + "events": { + "dom": { + "onClick": { + "config": { + "script": "\tsystem.perspective.openDock(\u0027Docked-East-SS-BTN\u0027,params\u003d{\u0027tagProps\u0027:self.view.params.tagProps})" + }, + "scope": "G", + "type": "script" + }, + "onDoubleClick": { + "config": { + "script": "\ttagProps \u003d self.view.params.tagProps\n\tsystem.perspective.openPopup(\"StatusPopUP\", \"PopUp-Views/Controller-Equipment/Information\", params \u003d{\"tagProps\":tagProps})" + }, + "scope": "G", + "type": "script" + }, + "onMouseEnter": { + "config": { + "script": "\tfrom time import sleep\n\t\n\talarm \u003d []\n\tmessage \u003d None\n\t\n\tsleep(0.5)\n\t\n\tif system.tag.exists(\"System/aws_data\"):\n\t\tif self.view.params.tagProps[0] !\u003d \"\":\n\t\t\ttags_to_read \u003d system.tag.readBlocking(\"System/aws_data\")\n\t\t\tdecode_alarm_data \u003d system.util.jsonDecode(tags_to_read[0].value)\n\t\t\talarm \u003d [decode_alarm_data[i] for i in decode_alarm_data\n\t\t\t\t\tif decode_alarm_data[i][\u0027sourceId\u0027].startswith(self.view.params.tagProps[0])]\n\t\tif alarm:\n\t\t\talarm \u003d sorted(alarm, key \u003d lambda t:t[\u0027timestamp\u0027], reverse\u003dTrue)\n\t\t\tmessage \u003d max(alarm, key \u003d lambda p:p[\u0027priority\u0027]).get(\u0027message\u0027)\n\t\t\tif len(alarm) \u003e 1:\n\t\t\t\tmessage +\u003d \" (+\" + str(len(alarm)-1) + \")\"\n\tself.view.custom.alarm_message \u003d message" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "root", + "tooltip": { + "enabled": true, + "style": {} + } + }, + "propConfig": { + "meta.tooltip.style.classes": { + "binding": { + "config": { + "expression": "{view.custom.priority}" + }, + "transforms": [ + { + "fallback": "Alarms-Styles/NoAlarm", + "inputType": "scalar", + "mappings": [ + { + "input": 1, + "output": "Alarms-Styles/Diagnostic" + }, + { + "input": 2, + "output": "Alarms-Styles/Low" + }, + { + "input": 3, + "output": "Alarms-Styles/Medium" + }, + { + "input": 4, + "output": "Alarms-Styles/High" + } + ], + "outputType": "style-list", + "type": "map" + } + ], + "type": "expr" + } + }, + "meta.tooltip.text": { + "binding": { + "config": { + "expression": "if(\n {view.custom.disconnected} \u003d false,\n \"Source Id: \" + {view.params.tagProps[0]} + \", Priority: \" + {view.custom.priority_string} + \", State: \" + {view.custom.state_string},\n \"Device Disconnected\"\n)\n" + }, + "type": "expr" + } + }, + "meta.visible": { + "binding": { + "config": { + "path": "session.custom.alarm_filter.show_buttons" + }, + "type": "property" + } + } + }, + "props": { + "mode": "percent", + "style": { + "cursor": "pointer" + } + }, + "type": "ia.container.coord" + } +} \ No newline at end of file diff --git a/.resources/9fc051b06faae19d03b0d2bf73194cf3735b1568dc02b35b930d4d88720fd542 b/.resources/9fc051b06faae19d03b0d2bf73194cf3735b1568dc02b35b930d4d88720fd542 new file mode 100644 index 00000000..8be1370b --- /dev/null +++ b/.resources/9fc051b06faae19d03b0d2bf73194cf3735b1568dc02b35b930d4d88720fd542 @@ -0,0 +1,48 @@ +{ + "custom": { + "key": "value", + "key_1": "value", + "string": "value" + }, + "params": { + "key": "value" + }, + "propConfig": { + "custom.key": { + "persistent": true + }, + "custom.key_1": { + "persistent": true + }, + "custom.string": { + "persistent": true + }, + "params.key": { + "paramDirection": "input", + "persistent": true + } + }, + "props": { + "defaultSize": { + "height": 8, + "width": 240 + } + }, + "root": { + "meta": { + "name": "root" + }, + "position": { + "x": 0, + "y": 0 + }, + "props": { + "style": { + "backgroundColor": "white", + "borderStyle": "solid", + "borderWidth": "1px" + } + }, + "type": "ia.container.coord" + } +} \ No newline at end of file diff --git a/.resources/a93dabb5b11f3e8f79e1e592920f079b9a587a83fdc6540fd19b93a6e4b74e15 b/.resources/a93dabb5b11f3e8f79e1e592920f079b9a587a83fdc6540fd19b93a6e4b74e15 new file mode 100644 index 00000000..e5d9a63b --- /dev/null +++ b/.resources/a93dabb5b11f3e8f79e1e592920f079b9a587a83fdc6540fd19b93a6e4b74e15 @@ -0,0 +1,1108 @@ +{ + "custom": {}, + "params": {}, + "props": { + "defaultSize": { + "height": 1080, + "width": 1920 + } + }, + "root": { + "children": [ + { + "events": { + "dom": { + "onClick": { + "config": { + "page": "/autStand/MCM01" + }, + "scope": "C", + "type": "nav" + } + } + }, + "meta": { + "name": "Button" + }, + "position": { + "height": 0.0333, + "width": 0.0646, + "x": 0.0616, + "y": 0.6633 + }, + "props": { + "primary": false, + "text": "MCM01 - FLUID INBOUND" + }, + "type": "ia.input.button" + }, + { + "events": { + "dom": { + "onClick": { + "config": { + "page": "/autStand/MCM02" + }, + "scope": "C", + "type": "nav" + } + } + }, + "meta": { + "name": "Button_0" + }, + "position": { + "height": 0.0333, + "width": 0.0646, + "x": 0.5479, + "y": 0.6722 + }, + "props": { + "primary": false, + "text": "MCM02 - NC SORTER" + }, + "type": "ia.input.button" + }, + { + "meta": { + "name": "Camera" + }, + "position": { + "height": 0.037, + "width": 0.0208, + "x": 0.0042, + "y": 0.3407 + }, + "props": { + "path": "autStand/Equipment/Camera", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Camera_0" + }, + "position": { + "height": 0.037, + "width": 0.0208, + "x": 0.2531, + "y": 0.4 + }, + "props": { + "path": "autStand/Equipment/Camera", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Camera_1" + }, + "position": { + "height": 0.037, + "width": 0.0208, + "x": 0.3953, + "y": 0.5676 + }, + "props": { + "path": "autStand/Equipment/Camera", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Camera_2" + }, + "position": { + "height": 0.037, + "width": 0.0208, + "x": 0.4896, + "y": 0.3778 + }, + "props": { + "path": "autStand/Equipment/Camera", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Camera_3" + }, + "position": { + "height": 0.037, + "width": 0.0208, + "x": 0.9755, + "y": 0.4848 + }, + "props": { + "path": "autStand/Equipment/Camera", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "EmbeddedView" + }, + "position": { + "height": 0.0516, + "width": 0.0935, + "x": 0.5943, + "y": 0.0972 + }, + "props": { + "path": "autStand/Custom_Views/Global-Start" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "EmbeddedView_0" + }, + "position": { + "height": 0.0516, + "width": 0.0935, + "x": 0.6901, + "y": 0.0972 + }, + "props": { + "path": "autStand/Custom_Views/Global-Stop" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "overview" + }, + "position": { + "height": 1, + "width": 1 + }, + "props": { + "elements": [ + { + "id": "defs1", + "name": "defs1", + "type": "defs" + }, + { + "elements": [ + { + "d": "M -4.378472,89.580386 H 3.5901454 V 125.29155 H -4.4206305 Z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path25072", + "name": "path25072", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.252688" + }, + "type": "path" + }, + { + "d": "M -4.312672,89.101688 C -4.5876011,80.125202 -3.2439287,75.830839 4.8339266,70.797235 l 3.956609,7.009733 c -4.9103195,2.06676 -5.0563864,6.77837 -5.1411604,11.315804 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path26615", + "name": "path26615", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.252688" + }, + "type": "path" + }, + { + "d": "m 50.898508,98.853708 h 7.968617 v 54.314522 h -8.010778 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path26618", + "name": "path26618", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.252688" + }, + "type": "path" + }, + { + "d": "m 50.958134,89.432821 h 7.968618 v 8.819797 h -8.010779 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27070", + "name": "path27070", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.252688" + }, + "type": "path" + }, + { + "d": "m 50.928321,80.131172 h 7.968618 v 8.819813 H 50.88616 Z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27071", + "name": "path27071", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.252688" + }, + "type": "path" + }, + { + "d": "m 50.915973,79.650984 c -0.03662,-9.337847 0.465631,-12.934512 9.057157,-18.185229 l 4.090773,6.979925 c -5.588475,2.499739 -5.315971,6.075008 -5.200833,11.256195 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27072", + "name": "path27072", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.252688" + }, + "type": "path" + }, + { + "d": "m 15.838378,78.223145 h 7.968619 v 8.819821 H 15.79622 Z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27073", + "name": "path27073", + "stroke": { + "width": "0.50231" + }, + "type": "path" + }, + { + "d": "m 12.752552,66.262724 3.986892,6.899531 -7.6365567,4.412776 -4.0079851,-6.936038 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27074", + "name": "path27074", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.252688" + }, + "type": "path" + }, + { + "d": "m 20.802068,61.611891 3.986891,6.89953 -7.636553,4.412776 -4.007985,-6.936038 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27080", + "name": "path27080", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.252688" + }, + "type": "path" + }, + { + "d": "m 38.667066,60.819149 -13.520212,7.527793 -4.002401,-6.961347 1.520466,-0.558992 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27081", + "name": "path27081", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.252688" + }, + "type": "path" + }, + { + "d": "m 78.015155,60.866426 -13.60965,7.438354 -3.994947,-7.095504 1.445933,-0.372663 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27082", + "name": "path27082", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.252688" + }, + "type": "path" + }, + { + "d": "m 129.52339,52.800311 -0.0151,7.851928 -113.971891,-0.04791 0.01496,-7.89347 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27083", + "name": "path27083", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.238825" + }, + "type": "path" + }, + { + "d": "m 236.88886,52.801916 -0.0139,7.867113 -106.01774,-0.04799 0.0139,-7.908736 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27084", + "name": "path27084", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.242668" + }, + "type": "path" + }, + { + "d": "m 368.13999,52.797747 -0.0172,7.822731 -130.50685,-0.04772 0.0171,-7.864122 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27085", + "name": "path27085", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.234406" + }, + "type": "path" + }, + { + "d": "m 369.49312,52.813912 c 5.09019,0.02616 8.04486,-0.269843 12.36531,2.010832 1.67283,0.976995 2.77146,2.097541 3.77814,3.241071 1.87532,2.871826 3.18129,5.922868 3.08318,10.89571 l -8.15234,0.03135 c -0.0812,-1.942515 0.0451,-3.839973 -1.5641,-5.83706 -2.41138,-2.715434 -6.2041,-2.357309 -9.50466,-2.469335 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27086", + "name": "path27086", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.252688" + }, + "type": "path" + }, + { + "d": "m 380.58918,69.815611 h 7.981 v 49.015349 h -8.02323 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27087", + "name": "path27087", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.240233" + }, + "type": "path" + }, + { + "d": "m 380.59871,119.40759 h 7.96863 v 8.81983 h -8.01079 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27088", + "name": "path27088", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.252688" + }, + "type": "path" + }, + { + "d": "m 396.96637,148.01543 c -12.43434,0.13379 -16.63124,-5.75179 -16.36143,-18.99941 l 7.94153,2.9e-4 c 0.10783,7.84908 0.23927,10.85259 8.38711,11.06261 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27089", + "name": "path27089", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.252688" + }, + "type": "path" + }, + { + "d": "m 413.83301,140.11689 0.10923,7.87616 -16.20895,0.065 -0.10979,-7.91782 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27090", + "name": "path27090", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.241563" + }, + "type": "path" + }, + { + "d": "m 430.4526,140.02996 0.10455,7.88132 -15.51656,0.065 -0.1051,-7.92301 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27091", + "name": "path27091", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.236424" + }, + "type": "path" + }, + { + "d": "m 440.81813,139.95878 0.0487,6.55847 -9.56453,0.0779 -0.0489,-6.59313 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27092", + "name": "path27092", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.238731" + }, + "type": "path" + }, + { + "d": "m 450.1582,139.95794 0.002,6.57291 -8.84277,0.002 -0.002,-6.60765 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27093", + "name": "path27093", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.229793" + }, + "type": "path" + } + ], + "id": "layer1", + "name": "layer1", + "transform": "matrix(0.56807668,0,0,0.56807668,5.5337225,77.507079)", + "type": "group" + }, + { + "elements": [ + { + "d": "m -47.288477,130.08048 -0.0023,7.03059 -17.71564,-0.0427 0.0021,-7.06782 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27083-7", + "name": "path27083-7", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.225889" + }, + "type": "path" + }, + { + "d": "m -28.515569,129.98657 -0.02451,7.1427 -8.599364,-0.0439 -0.02605,-7.1034 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187860", + "name": "path187860", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.189682" + }, + "type": "path" + }, + { + "d": "m 344.49217,130.0732 -0.0484,7.04544 -371.730113,-0.0428 0.04846,-7.08273 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187861", + "name": "path187861", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.212063" + }, + "type": "path" + }, + { + "d": "m 362.98134,129.90056 -0.003,7.27633 -17.50396,-0.0444 0.002,-7.31485 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187862", + "name": "path187862", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.222103" + }, + "type": "path" + }, + { + "d": "m 387.49428,129.92602 -0.004,7.27609 -23.77653,-0.0443 0.003,-7.31458 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187863", + "name": "path187863", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.222634" + }, + "type": "path" + }, + { + "d": "m 9.0733037,127.009 -19.0793567,-0.006 0.1159837,-48.847252 19.180351,0.0063 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187864", + "name": "path187864", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 29.985658,127.009 -19.079355,-0.006 0.115984,-48.847252 19.180349,0.0063 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187865", + "name": "path187865", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 50.223415,127.09332 -19.079354,-0.006 0.115983,-48.847248 19.180348,0.0063 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187866", + "name": "path187866", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 77.881679,190.67362 -19.079353,-0.006 0.115984,-48.84721 19.180348,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187867", + "name": "path187867", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 98.625394,190.67362 -19.079369,-0.006 0.115984,-48.84721 19.180355,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187868", + "name": "path187868", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 119.20047,190.67362 -19.07936,-0.006 0.11599,-48.84721 19.18035,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187869", + "name": "path187869", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 146.52145,190.84227 -19.07936,-0.006 0.11599,-48.84721 19.18034,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187870", + "name": "path187870", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 166.59056,190.84227 -19.07936,-0.006 0.11599,-48.84721 19.18035,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187871", + "name": "path187871", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 186.57534,190.92659 -19.07935,-0.006 0.11598,-48.84721 19.18036,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187872", + "name": "path187872", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 215.9201,190.42065 -19.07936,-0.006 0.11598,-48.84721 19.18035,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187873", + "name": "path187873", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 236.49514,190.75795 -19.07934,-0.006 0.11597,-48.8472 19.18036,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187874", + "name": "path187874", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 257.91345,190.92659 -19.07936,-0.006 0.11599,-48.84721 19.18034,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187875", + "name": "path187875", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 284.89712,190.252 -19.07935,-0.006 0.11598,-48.8472 19.18035,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187876", + "name": "path187876", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 305.13488,190.42064 -19.07936,-0.006 0.11599,-48.84721 19.18035,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187877", + "name": "path187877", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 325.87857,190.75794 -19.07935,-0.006 0.11598,-48.8472 19.18036,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187878", + "name": "path187878", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 327.05912,128.02089 -19.07936,-0.006 0.11599,-48.847247 19.18034,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187879", + "name": "path187879", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 305.80947,128.02089 -19.07936,-0.006 0.11599,-48.847247 19.18034,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187880", + "name": "path187880", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 284.89711,128.02089 -19.07935,-0.006 0.11598,-48.847247 19.18035,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187881", + "name": "path187881", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 255.72101,128.18954 -19.07936,-0.006 0.11599,-48.84725 19.18035,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187882", + "name": "path187882", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 235.3146,128.18954 -19.07936,-0.006 0.11599,-48.84725 19.18035,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187883", + "name": "path187883", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 215.07684,128.02089 -19.07935,-0.006 0.11598,-48.847247 19.18035,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187884", + "name": "path187884", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 186.57533,128.02089 -19.07935,-0.006 0.11598,-48.847247 19.18036,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187885", + "name": "path187885", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 166.33758,128.02089 -19.07936,-0.006 0.11599,-48.847247 19.18035,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187886", + "name": "path187886", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 146.09982,128.35819 -19.07935,-0.006 0.11598,-48.847251 19.18035,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187887", + "name": "path187887", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 117.76696,127.85225 -19.079376,-0.006 0.11598,-48.847256 19.180376,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187888", + "name": "path187888", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 97.69782,127.85225 -19.079362,-0.006 0.115983,-48.847256 19.18036,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187889", + "name": "path187889", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 77.797353,127.85225 -19.079354,-0.006 0.115983,-48.847256 19.180349,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187890", + "name": "path187890", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m -37.91778,129.98607 -0.0242,7.1438 -8.490173,-0.044 -0.02571,-7.10449 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187891", + "name": "path187891", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.18849" + }, + "type": "path" + } + ], + "id": "layer3", + "name": "layer3", + "transform": "matrix(0.53694524,0,0,0.53694524,296.74386,87.188117)", + "type": "group" + } + ], + "viewBox": "0 0 507.99999 285.75" + }, + "type": "ia.shapes.svg" + } + ], + "meta": { + "name": "root" + }, + "props": { + "mode": "percent" + }, + "type": "ia.container.coord" + } +} \ No newline at end of file diff --git a/.resources/addd462b8d4e97dbbf6d057303adf2ef1a869adaf35b82c771220b94820a32e3 b/.resources/addd462b8d4e97dbbf6d057303adf2ef1a869adaf35b82c771220b94820a32e3 new file mode 100644 index 00000000..972bda6e Binary files /dev/null and b/.resources/addd462b8d4e97dbbf6d057303adf2ef1a869adaf35b82c771220b94820a32e3 differ diff --git a/.resources/b5106f15a53ada69fdaf3272dda9977f78be0c3b9f1203a7807c460854a627f3 b/.resources/b5106f15a53ada69fdaf3272dda9977f78be0c3b9f1203a7807c460854a627f3 new file mode 100644 index 00000000..99738d2f --- /dev/null +++ b/.resources/b5106f15a53ada69fdaf3272dda9977f78be0c3b9f1203a7807c460854a627f3 @@ -0,0 +1,481 @@ +{ + "custom": {}, + "params": { + "tagProps": [ + "TAG0", + "TAG1", + "TAG2", + "TAG3", + "TAG4", + "TAG5", + "TAG6", + "TAG7", + "TAG8", + "TAG9", + "TAG10", + "TAG11" + ] + }, + "props": { + "defaultSize": { + "height": 1080, + "width": 1920 + } + }, + "root": { + "children": [ + { + "meta": { + "name": "DPM" + }, + "position": { + "height": 1, + "width": 1 + }, + "props": { + "params": { + "con_lines": [ + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false + ], + "in": false, + "out": false, + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/DPM_TO_HUB" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_1_SIO" + }, + "position": { + "height": 0.1667, + "width": 0.0349, + "x": 0.0256, + "y": 0.0056 + }, + "props": { + "params": { + "IP": "11.200.1.32", + "tagProps": [ + "UL14_1_SIO", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/FIO_SIO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_2_SIO" + }, + "position": { + "height": 0.1667, + "width": 0.0349, + "x": 0.0715, + "y": 0.0056 + }, + "props": { + "params": { + "IP": "11.200.1.33", + "tagProps": [ + "/system/someting_SIO", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/FIO_SIO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_3_SIO" + }, + "position": { + "height": 0.1667, + "width": 0.0349, + "x": 0.1148, + "y": 0.0056 + }, + "props": { + "params": { + "IP": "11.200.1.34", + "tagProps": [ + "/system/someting_SIO", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/FIO_SIO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_4_SIO" + }, + "position": { + "height": 0.1667, + "width": 0.0349, + "x": 0.155, + "y": 0.0074 + }, + "props": { + "params": { + "IP": "11.200.1.35", + "tagProps": [ + "/system/someting_SIO", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/FIO_SIO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_5_SIO" + }, + "position": { + "height": 0.1667, + "width": 0.0349, + "x": 0.1957, + "y": 0.0047 + }, + "props": { + "params": { + "IP": "11.200.1.36", + "tagProps": [ + "/system/someting_SIO", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/FIO_SIO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_1_SIO" + }, + "position": { + "height": 0.1667, + "width": 0.0349, + "x": 0.2368, + "y": 0.0074 + }, + "props": { + "params": { + "IP": "11.200.1.37", + "tagProps": [ + "/system/someting_SIO", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/FIO_SIO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_2_SIO" + }, + "position": { + "height": 0.1667, + "width": 0.0349, + "x": 0.2766, + "y": 0.0064 + }, + "props": { + "params": { + "IP": "11.200.1.38", + "tagProps": [ + "/system/someting_SIO", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/FIO_SIO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_3_SIO" + }, + "position": { + "height": 0.1667, + "rotate": { + "anchor": "-607% 50%" + }, + "width": 0.0349, + "x": 0.3167, + "y": 0.0064 + }, + "props": { + "params": { + "IP": "11.200.1.39", + "tagProps": [ + "/system/someting_SIO", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/FIO_SIO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_5_SIO" + }, + "position": { + "height": 0.1667, + "width": 0.0349, + "x": 0.3979, + "y": 0.0064 + }, + "props": { + "params": { + "IP": "11.200.1.41", + "tagProps": [ + "/system/someting_SIO", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/FIO_SIO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_1_SIO" + }, + "position": { + "height": 0.1667, + "width": 0.0349, + "x": 0.4386, + "y": 0.0056 + }, + "props": { + "params": { + "IP": "11.200.1.30", + "tagProps": [ + "/system/someting_SIO", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/FIO_SIO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_2_SIO" + }, + "position": { + "height": 0.1667, + "rotate": { + "anchor": "465% -311%" + }, + "width": 0.0349, + "x": 0.4782, + "y": 0.0064 + }, + "props": { + "params": { + "IP": "11.200.1.31", + "tagProps": [ + "/system/someting_SIO", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/FIO_SIO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "DPM_label" + }, + "position": { + "height": 0.0694, + "width": 0.101, + "x": 0.7498, + "y": 0.6527 + }, + "props": { + "text": "NCS1_1_DPM1", + "textStyle": { + "fontSize": "2vmin" + } + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "UL15_4_SIO" + }, + "position": { + "height": 0.1667, + "width": 0.0349, + "x": 0.3578, + "y": 0.0064 + }, + "props": { + "params": { + "IP": "11.200.1.40", + "tagProps": [ + "/system/someting_SIO", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/FIO_SIO" + }, + "type": "ia.display.view" + } + ], + "meta": { + "name": "root" + }, + "position": { + "x": 0.6348, + "y": -0.1546 + }, + "props": { + "mode": "percent" + }, + "type": "ia.container.coord" + } +} \ No newline at end of file diff --git a/.resources/b7cca7cf0922ac91c0a939b7e2939137624eff79bd5299d9593fcee869475f5d b/.resources/b7cca7cf0922ac91c0a939b7e2939137624eff79bd5299d9593fcee869475f5d new file mode 100644 index 00000000..f88515c9 --- /dev/null +++ b/.resources/b7cca7cf0922ac91c0a939b7e2939137624eff79bd5299d9593fcee869475f5d @@ -0,0 +1,241 @@ +{ + "custom": { + "disconnected": 0, + "priority": 0, + "priority_string": "No active alarms", + "state": 0, + "state_string": "Normal" + }, + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "propConfig": { + "custom.disconnected": { + "binding": { + "config": { + "path": "view.custom.state" + }, + "type": "property" + }, + "persistent": true + }, + "custom.priority": { + "binding": { + "config": { + "path": "view.custom.state" + }, + "transforms": [ + { + "fallback": 0, + "inputType": "scalar", + "mappings": [ + { + "input": 1, + "output": 4 + }, + { + "input": 2, + "output": 3 + }, + { + "input": 3, + "output": 2 + }, + { + "input": 4, + "output": 1 + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + }, + "persistent": true + }, + "custom.priority_string": { + "binding": { + "config": { + "expression": "case({view.custom.state},\r\n1, \"High\",\r\n0, \"No active alarms\",\r\n\"Unknown\")" + }, + "type": "expr" + }, + "persistent": true + }, + "custom.state": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "0": "{view.params.tagProps[0]}", + "fc": "{session.custom.fc}" + }, + "tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/STATE" + }, + "transforms": [ + { + "expression": "coalesce({value},0)", + "type": "expression" + } + ], + "type": "tag" + }, + "persistent": true + }, + "custom.state_string": { + "binding": { + "config": { + "expression": "case({view.custom.state},\r\n1, \"Communication Faulted\",\r\n0, \"Normal\",\r\n\"Unknown\")" + }, + "type": "expr" + }, + "persistent": true + }, + "params.tagProps": { + "paramDirection": "inout", + "persistent": true + } + }, + "props": { + "defaultSize": { + "height": 30, + "width": 41 + } + }, + "root": { + "children": [ + { + "meta": { + "name": "Label" + }, + "position": { + "height": 1, + "width": 1 + }, + "props": { + "text": "MCM", + "textStyle": { + "textAlign": "center" + } + }, + "type": "ia.display.label" + } + ], + "events": { + "dom": { + "onClick": { + "config": { + "script": "\tsystem.perspective.openDock(\u0027Docked-East-DS\u0027,params\u003d{\u0027tagProps\u0027:self.view.params.tagProps})" + }, + "scope": "G", + "type": "script" + }, + "onDoubleClick": { + "config": { + "script": "\ttagProps \u003d self.view.params.tagProps\n\tsystem.perspective.openPopup(\"StatusPopUP\", \"PopUp-Views/Controller-Equipment/Information\", params \u003d{\"tagProps\":tagProps})\n\t" + }, + "enabled": false, + "scope": "G", + "type": "script" + }, + "onMouseEnter": { + "config": { + "script": "\tfrom time import sleep\n\t\n\talarm \u003d []\n\tmessage \u003d None\n\t\n\tsleep(0.5)\n\t\n\tif system.tag.exists(\"System/aws_data\"):\n\t\tif self.view.params.tagProps[0] !\u003d \"\":\n\t\t\ttags_to_read \u003d system.tag.readBlocking(\"System/aws_data\")\n\t\t\tdecode_alarm_data \u003d system.util.jsonDecode(tags_to_read[0].value)\n\t\t\talarm \u003d [decode_alarm_data[i] for i in decode_alarm_data\n\t\t\t\t\tif decode_alarm_data[i][\u0027sourceId\u0027].startswith(self.view.params.tagProps[0])]\n\t\tif alarm:\n\t\t\talarm \u003d sorted(alarm, key \u003d lambda t:t[\u0027timestamp\u0027], reverse\u003dTrue)\n\t\t\tmessage \u003d max(alarm, key \u003d lambda p:p[\u0027priority\u0027]).get(\u0027message\u0027)\n\t\t\tif len(alarm) \u003e 1:\n\t\t\t\tmessage +\u003d \" (+\" + str(len(alarm)-1) + \")\"\n\tself.view.custom.alarm_message \u003d message" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "root", + "tooltip": { + "enabled": true, + "location": "top-left", + "style": {} + } + }, + "propConfig": { + "meta.tooltip.style.classes": { + "binding": { + "config": { + "expression": "{view.custom.priority}" + }, + "transforms": [ + { + "fallback": "Alarms-Styles/NoAlarm", + "inputType": "scalar", + "mappings": [ + { + "input": 1, + "output": "Alarms-Styles/Diagnostic" + }, + { + "input": 2, + "output": "Alarms-Styles/Low" + }, + { + "input": 3, + "output": "Alarms-Styles/Medium" + }, + { + "input": 4, + "output": "Alarms-Styles/High" + } + ], + "outputType": "style-list", + "type": "map" + } + ], + "type": "expr" + } + }, + "meta.tooltip.text": { + "binding": { + "config": { + "expression": "if(\n {view.custom.disconnected} \u003d false,\n \"Source Id: \" + {view.params.tagProps[0]} + \", Priority: \" + {view.custom.priority_string} + \", State: \" + {view.custom.state_string},\n \"Device Disconnected\"\n)\n" + }, + "type": "expr" + } + }, + "meta.visible": { + "binding": { + "config": { + "path": "session.custom.alarm_filter.show_dpm_mcm" + }, + "type": "property" + } + }, + "props.style.backgroundColor": { + "binding": { + "config": { + "expression": "if(\r\n {view.custom.disconnected},\r\n \u0027#808080\u0027,\r\n if(\r\n {view.custom.state} \u003d 1,\r\n \u0027#FF0000\u0027,\r\n if(\r\n {view.custom.state} \u003d 0,\r\n \u0027#00D900\u0027,\r\n \u0027#fff700\u0027\r\n )\r\n )\r\n)\r\n" + }, + "type": "expr" + } + } + }, + "props": { + "mode": "percent", + "style": { + "borderStyle": "solid", + "cursor": "pointer", + "overflow": "hidden" + } + }, + "type": "ia.container.coord" + } +} \ No newline at end of file diff --git a/.resources/b8a1c13efa124f33726c04922fa8c7c083ec0dad382626c60f9e81bbfcd509d6 b/.resources/b8a1c13efa124f33726c04922fa8c7c083ec0dad382626c60f9e81bbfcd509d6 new file mode 100644 index 00000000..f9dee722 --- /dev/null +++ b/.resources/b8a1c13efa124f33726c04922fa8c7c083ec0dad382626c60f9e81bbfcd509d6 @@ -0,0 +1,226 @@ +{ + "custom": { + "state": 0, + "string": "Unknown" + }, + "params": { + "tagProps": [ + "system/mcm01/buttons/jr/ul15_1_jr1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "propConfig": { + "custom.state": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "0": "{view.params.tagProps[0]}", + "fc": "{session.custom.fc}" + }, + "tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/STATE" + }, + "transforms": [ + { + "expression": "coalesce({value},{view.params.forceFaultStatus},0)", + "type": "expression" + } + ], + "type": "tag" + }, + "persistent": true + }, + "custom.string": { + "binding": { + "config": { + "path": "view.custom.state" + }, + "transforms": [ + { + "fallback": "Unknown", + "inputType": "scalar", + "mappings": [ + { + "input": 1, + "output": "Start" + }, + { + "input": 2, + "output": "Start Pressed" + }, + { + "input": 3, + "output": "Start Illuminated" + }, + { + "input": 4, + "output": "Start Pressed / Illuminated" + }, + { + "input": 5, + "output": "Stop" + }, + { + "input": 6, + "output": "Stop Pressed" + }, + { + "input": 7, + "output": "Stop Illuminated" + }, + { + "input": 8, + "output": "Stop Pressed / Illuminated" + }, + { + "input": 9, + "output": "Restart" + }, + { + "input": 10, + "output": "Restart Pressed" + }, + { + "input": 11, + "output": "Restart Illuminated" + }, + { + "input": 12, + "output": "Restart Pressed / Illuminated" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + }, + "persistent": true + }, + "params.tagProps": { + "paramDirection": "input", + "persistent": true + } + }, + "props": { + "defaultSize": { + "height": 25, + "width": 25 + } + }, + "root": { + "children": [ + { + "meta": { + "name": "JR_Button" + }, + "position": { + "height": 1, + "width": 1 + }, + "propConfig": { + "props.elements[0].fill.paint": { + "binding": { + "config": { + "expression": "if(\r\n {view.custom.state} \u003d 0, \"#a9a9a9\", // disconnected gray (DarkGray)\r\n if(\r\n {view.custom.state} % 2 \u003d 1, \"#ffffff\", // white\r\n \"#000000\" // black\r\n )\r\n)\r\n" + }, + "type": "expr" + } + }, + "props.elements[1].fill.paint": { + "binding": { + "config": { + "expression": "if({view.custom.state} \u003d 0, \"#a9a9a9\", // disconnected gray\r\n if({view.custom.state} \u003d 1 || {view.custom.state} \u003d 2, \"#90ee90\", // light green\r\n if({view.custom.state} \u003d 3 || {view.custom.state} \u003d 4, \"#228B22\", // softer dark green\r\n if({view.custom.state} \u003d 5 || {view.custom.state} \u003d 6, \"#ffc0cb\", // pink\r\n if({view.custom.state} \u003d 7 || {view.custom.state} \u003d 8, \"#ff0000\", // red\r\n if({view.custom.state} \u003d 9 || {view.custom.state} \u003d 10, \"#808080\", // normal gray\r\n if({view.custom.state} \u003d 11 || {view.custom.state} \u003d 12, \"#ffffff\", \"\") // white\r\n )\r\n )\r\n )\r\n )\r\n )\r\n)\r\n" + }, + "type": "expr" + } + } + }, + "props": { + "elements": [ + { + "d": "M 0,0 H 20 V 20 H 0 Z", + "fill": {}, + "name": "path", + "stroke": { + "paint": "#000000", + "width": "1.5" + }, + "type": "path" + }, + { + "d": "m 17,10.5 a 7,7 0 0 1 -7,7 7,7 0 0 1 -7,-7 7,7 0 0 1 7,-7 7,7 0 0 1 7,7 z", + "fill": {}, + "name": "path", + "stroke": { + "paint": "#000000", + "width": "1" + }, + "type": "path" + } + ], + "viewBox": "0 0 20 20" + }, + "type": "ia.shapes.svg" + } + ], + "events": { + "dom": { + "onClick": { + "config": { + "script": "\tsystem.perspective.openDock(\u0027Docked-East-JR\u0027,params\u003d{\u0027tagProps\u0027:self.view.params.tagProps})" + }, + "scope": "G", + "type": "script" + }, + "onMouseEnter": { + "config": { + "script": "\tfrom time import sleep\n\t\n\talarm \u003d []\n\tmessage \u003d None\n\t\n\tsleep(0.5)\n\t\n\tif system.tag.exists(\"System/aws_data\"):\n\t\tif self.view.params.tagProps[0] !\u003d \"\":\n\t\t\ttags_to_read \u003d system.tag.readBlocking(\"System/aws_data\")\n\t\t\tdecode_alarm_data \u003d system.util.jsonDecode(tags_to_read[0].value)\n\t\t\talarm \u003d [decode_alarm_data[i] for i in decode_alarm_data\n\t\t\t\t\tif decode_alarm_data[i][\u0027sourceId\u0027].startswith(self.view.params.tagProps[0])]\n\t\tif alarm:\n\t\t\talarm \u003d sorted(alarm, key \u003d lambda t:t[\u0027timestamp\u0027], reverse\u003dTrue)\n\t\t\tmessage \u003d max(alarm, key \u003d lambda p:p[\u0027priority\u0027]).get(\u0027message\u0027)\n\t\t\tif len(alarm) \u003e 1:\n\t\t\t\tmessage +\u003d \" (+\" + str(len(alarm)-1) + \")\"\n\tself.view.custom.alarm_message \u003d message" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "root", + "tooltip": { + "enabled": true + } + }, + "propConfig": { + "meta.tooltip.text": { + "binding": { + "config": { + "expression": "\"Source Id: \" + {view.params.tagProps[0]} + \", Status: \" + {view.custom.string}\n" + }, + "type": "expr" + } + }, + "meta.visible": { + "binding": { + "config": { + "path": "session.custom.alarm_filter.show_buttons" + }, + "type": "property" + } + } + }, + "props": { + "mode": "percent", + "style": { + "cursor": "pointer" + } + }, + "type": "ia.container.coord" + } +} \ No newline at end of file diff --git a/.resources/ba5eebc95094d07053272fcd58799891f77c6980942b77ed9360db1e23866e87 b/.resources/ba5eebc95094d07053272fcd58799891f77c6980942b77ed9360db1e23866e87 new file mode 100644 index 00000000..c8a7d76f --- /dev/null +++ b/.resources/ba5eebc95094d07053272fcd58799891f77c6980942b77ed9360db1e23866e87 @@ -0,0 +1,25 @@ +Select + SorterName,Induct_count,Sorted_count,OperRecirc_count,MachineRecirc_count,AWCSRecirc_count,Startstamp,Endtstamp, + Induct_count/Induct_count as Induct_perc, + Sorted_count/Induct_count as Sorted_perc, + OperRecirc_count/Induct_count as OperRecirc_perc, + MachineRecirc_count/Induct_count as MachineRecirc_perc, + AWCSRecirc_count/Induct_count as AWCSRecirc_perc, + Induct_count*3600/TIMESTAMPDIFF(second, Startstamp, Endtstamp) as Induct_rate, + Sorted_count*3600/TIMESTAMPDIFF(second, Startstamp, Endtstamp) as Sorted_rate, + OperRecirc_count*3600/TIMESTAMPDIFF(second, Startstamp, Endtstamp) as OperRecirc_rate, + MachineRecirc_count*3600/TIMESTAMPDIFF(second, Startstamp, Endtstamp) as MachineRecirc_rate, + AWCSRecirc_count*3600/TIMESTAMPDIFF(second, Startstamp, Endtstamp) as AWCSRecirc_rate +FROM + (SELECT + 'S03' as SorterName, + COUNT(*) AS Induct_count, + SUM(alltable.ACTUAL_DEST <> 'S03999') AS Sorted_count, + SUM(alltable.ACTUAL_DEST = 'S03999' AND (alltable.DivertStatus = 2 OR alltable.DivertStatus = 5 OR alltable.DivertStatus = 18 OR alltable.DivertStatus = 19 or alltable.DivertStatus = 20)) AS OperRecirc_count, + SUM(alltable.ACTUAL_DEST = 'S03999' AND (alltable.DivertStatus = 1 OR alltable.DivertStatus = 3 OR alltable.DivertStatus = 4 OR alltable.DivertStatus = 6 OR alltable.DivertStatus = 13 OR alltable.DivertStatus = 14 OR alltable.DivertStatus = 17 OR alltable.DivertStatus = 21)) AS MachineRecirc_count, + SUM(alltable.ACTUAL_DEST = 'S03999' AND (alltable.DivertStatus = 7 OR alltable.DivertStatus = 8 OR alltable.DivertStatus = 9 OR alltable.DivertStatus = 10 OR alltable.DivertStatus = 12 OR alltable.DivertStatus = 16)) AS AWCSRecirc_count, + MIN(alltable.t_stamp) AS Startstamp, + Max(alltable.t_stamp) AS Endtstamp +FROM alltable + Where (alltable.t_stamp BETWEEN :starttime AND :endtime) + Group BY 'S03') basa \ No newline at end of file diff --git a/.resources/bb5272447d50771e186c0b982ddf574d256e23dc6cece9c32f939366e821a1bf b/.resources/bb5272447d50771e186c0b982ddf574d256e23dc6cece9c32f939366e821a1bf new file mode 100644 index 00000000..b858cad1 --- /dev/null +++ b/.resources/bb5272447d50771e186c0b982ddf574d256e23dc6cece9c32f939366e821a1bf @@ -0,0 +1,207 @@ +{ + "custom": { + "state": 0, + "string": "Inactive" + }, + "params": { + "tagProps": [ + "/system/mcm01/test", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "propConfig": { + "custom.state": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "0": "{view.params.tagProps[0]}", + "fc": "{session.custom.fc}" + }, + "tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/STATE" + }, + "transforms": [ + { + "expression": "coalesce({value},0)", + "type": "expression" + }, + { + "fallback": null, + "inputType": "scalar", + "mappings": [ + { + "input": 1, + "output": 1 + }, + { + "input": 0, + "output": 0 + }, + { + "input": 2, + "output": 2 + }, + { + "input": 3, + "output": 3 + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "tag" + }, + "persistent": true + }, + "custom.string": { + "binding": { + "config": { + "path": "view.custom.state" + }, + "transforms": [ + { + "fallback": "Unknown", + "inputType": "scalar", + "mappings": [ + { + "input": 1, + "output": "Actuated" + }, + { + "input": 2, + "output": "Faulted" + }, + { + "input": 0, + "output": "Inactive" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + }, + "persistent": true + }, + "params.tagProps": { + "paramDirection": "input", + "persistent": true + } + }, + "props": { + "defaultSize": { + "height": 20, + "width": 30 + } + }, + "root": { + "children": [ + { + "meta": { + "name": "Label" + }, + "position": { + "height": 1, + "width": 1 + }, + "props": { + "text": "PX", + "textStyle": { + "fontSize": "20px", + "textAlign": "center", + "textTransform": "uppercase" + } + }, + "type": "ia.display.label" + } + ], + "events": { + "dom": { + "onClick": { + "config": { + "script": "\tsystem.perspective.openDock(\u0027Docked-East-JR\u0027,params\u003d{\u0027tagProps\u0027:self.view.params.tagProps})" + }, + "scope": "G", + "type": "script" + }, + "onMouseEnter": { + "config": { + "script": "\tfrom time import sleep\n\t\n\talarm \u003d []\n\tmessage \u003d None\n\t\n\tsleep(0.5)\n\t\n\tif system.tag.exists(\"System/aws_data\"):\n\t\tif self.view.params.tagProps[0] !\u003d \"\":\n\t\t\ttags_to_read \u003d system.tag.readBlocking(\"System/aws_data\")\n\t\t\tdecode_alarm_data \u003d system.util.jsonDecode(tags_to_read[0].value)\n\t\t\talarm \u003d [decode_alarm_data[i] for i in decode_alarm_data\n\t\t\t\t\tif decode_alarm_data[i][\u0027sourceId\u0027].startswith(self.view.params.tagProps[0])]\n\t\tif alarm:\n\t\t\talarm \u003d sorted(alarm, key \u003d lambda t:t[\u0027timestamp\u0027], reverse\u003dTrue)\n\t\t\tmessage \u003d max(alarm, key \u003d lambda p:p[\u0027priority\u0027]).get(\u0027message\u0027)\n\t\t\tif len(alarm) \u003e 1:\n\t\t\t\tmessage +\u003d \" (+\" + str(len(alarm)-1) + \")\"\n\tself.view.custom.alarm_message \u003d message" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "root", + "tooltip": { + "enabled": true + } + }, + "propConfig": { + "meta.tooltip.text": { + "binding": { + "config": { + "expression": "\"Source Id: \" + {view.params.tagProps[0]} + \", Status: \" + {view.custom.string}\n" + }, + "type": "expr" + } + }, + "meta.visible": { + "binding": { + "config": { + "path": "session.custom.alarm_filter.show_px" + }, + "type": "property" + } + }, + "props.style.backgroundColor": { + "binding": { + "config": { + "path": "view.custom.state" + }, + "transforms": [ + { + "fallback": "#808080", + "inputType": "scalar", + "mappings": [ + { + "input": 1, + "output": "#00FF00" + }, + { + "input": 2, + "output": "#FF0000" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "property" + } + } + }, + "props": { + "mode": "percent", + "style": { + "borderStyle": "solid", + "cursor": "pointer", + "overflow": "hidden" + } + }, + "type": "ia.container.coord" + } +} \ No newline at end of file diff --git a/.resources/c357796ab6a08f4f63a7ec078e69c9737bfb44c6df14b23ab7a58a9790583852 b/.resources/c357796ab6a08f4f63a7ec078e69c9737bfb44c6df14b23ab7a58a9790583852 new file mode 100644 index 00000000..6e3308df --- /dev/null +++ b/.resources/c357796ab6a08f4f63a7ec078e69c9737bfb44c6df14b23ab7a58a9790583852 @@ -0,0 +1,993 @@ +{ + "custom": { + "largeView": false + }, + "params": { + "params": {} + }, + "propConfig": { + "custom.largeView": { + "binding": { + "config": { + "expression": "{page.props.dimensions.viewport.width} \u003e 800" + }, + "type": "expr" + }, + "persistent": true + }, + "params.params": { + "paramDirection": "input", + "persistent": true + } + }, + "props": { + "defaultSize": { + "height": 58 + } + }, + "root": { + "children": [ + { + "children": [ + { + "events": { + "dom": { + "onDoubleClick": { + "config": { + "page": "/Monitron" + }, + "scope": "C", + "type": "nav" + } + } + }, + "meta": { + "name": "Icon" + }, + "position": { + "basis": "30px" + }, + "props": { + "color": "#FFFFFF", + "path": "material/vibration", + "style": { + "classes": "" + } + }, + "type": "ia.display.icon" + }, + { + "meta": { + "name": "Label" + }, + "position": { + "basis": "41px" + }, + "propConfig": { + "props.text": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "direct", + "tagPath": "[IEC_SCADA_TAG_PROVIDER]Monitron/monitron_data" + }, + "transforms": [ + { + "code": "\treturn value.getRowCount()", + "type": "script" + } + ], + "type": "tag" + } + } + }, + "props": { + "style": { + "color": "#FFFFFF", + "textAlign": "center" + } + }, + "type": "ia.display.label" + } + ], + "meta": { + "name": "FlexContainer_0" + }, + "position": { + "basis": "80px", + "display": false + }, + "type": "ia.container.flex" + }, + { + "children": [ + { + "events": { + "dom": { + "onDoubleClick": { + "config": { + "page": "/Oil" + }, + "scope": "C", + "type": "nav" + } + } + }, + "meta": { + "name": "Icon" + }, + "position": { + "basis": "30px" + }, + "props": { + "color": "#FFFFFF", + "path": "material/opacity", + "style": { + "classes": "" + } + }, + "type": "ia.display.icon" + }, + { + "meta": { + "name": "Label" + }, + "position": { + "basis": "41px" + }, + "propConfig": { + "props.text": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "direct", + "tagPath": "[IEC_SCADA_TAG_PROVIDER]Oil/oil_condition_monitoring" + }, + "transforms": [ + { + "code": "\treturn value.getRowCount()", + "type": "script" + } + ], + "type": "tag" + } + } + }, + "props": { + "style": { + "color": "#FFFFFF", + "textAlign": "center" + } + }, + "type": "ia.display.label" + } + ], + "meta": { + "name": "FlexContainer_1" + }, + "position": { + "basis": "80px", + "display": false + }, + "type": "ia.container.flex" + }, + { + "meta": { + "name": "Image" + }, + "position": { + "basis": "120px" + }, + "propConfig": { + "position.display": { + "binding": { + "config": { + "path": "view.custom.largeView" + }, + "type": "property" + } + } + }, + "props": { + "fit": { + "height": 30, + "mode": "fill" + }, + "source": "/system/images/Builtin/amazon_rme_logo.png" + }, + "type": "ia.display.image" + }, + { + "meta": { + "hasDelegate": true, + "name": "Spacer Start" + }, + "position": { + "basis": "16px", + "shrink": 0 + }, + "props": { + "text": " " + }, + "type": "ia.display.label" + }, + { + "events": { + "dom": { + "onClick": { + "config": { + "id": "Docked-West", + "type": "toggle" + }, + "scope": "C", + "type": "dock" + } + } + }, + "meta": { + "name": "Menu Dock" + }, + "position": { + "basis": "24px", + "shrink": 0 + }, + "propConfig": { + "position.display": { + "binding": { + "config": { + "expression": "!{view.custom.largeView}" + }, + "type": "expr" + } + } + }, + "props": { + "color": "#FFFFFF", + "path": "material/menu", + "style": { + "classes": "Header/Icon", + "marginRight": "10px" + } + }, + "type": "ia.display.icon" + }, + { + "children": [ + { + "meta": { + "name": "FlexContainer" + }, + "position": { + "basis": "550px", + "grow": 1 + }, + "type": "ia.container.flex" + }, + { + "meta": { + "name": "Label" + }, + "position": { + "basis": "300px", + "shrink": 0 + }, + "propConfig": { + "custom.area": { + "binding": { + "config": { + "expression": "if(isNull({this.custom.lookup_path}), \"\",\r\ntry(jsonGet({this.custom.plc_dict},\"Area\"),\"\"))" + }, + "type": "expr" + } + }, + "custom.lookup_path": { + "binding": { + "config": { + "expression": "try(if({this.custom.path}[1,0]\u003d\"DetailedView\", {this.custom.path}[2,0],\r\n\"\"), \"\")\r\n" + }, + "type": "expr" + } + }, + "custom.path": { + "binding": { + "config": { + "path": "page.props.path" + }, + "transforms": [ + { + "expression": "split({value},\"/\")", + "type": "expression" + } + ], + "type": "property" + } + }, + "custom.path_to_display": { + "binding": { + "config": { + "expression": "if(len({this.custom.lookup_path})\u003c1, \"\",\r\nif(len({this.custom.area}) \u003c1, {this.custom.lookup_path},\r\nif(len({this.custom.sub_area}) \u003e 0, concat({this.custom.lookup_path} + \" / \" + {this.custom.area} + \" / \" + {this.custom.sub_area}),\r\nconcat({this.custom.lookup_path} + \" / \" + {this.custom.area}))))" + }, + "type": "expr" + } + }, + "custom.plc_dict": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "fc": "{session.custom.fc}" + }, + "tagPath": "[{fc}_SCADA_TAG_PROVIDER]Configuration/PLC" + }, + "transforms": [ + { + "expression": "jsonGet({value},{this.custom.lookup_path})", + "type": "expression" + } + ], + "type": "tag" + } + }, + "custom.sub_area": { + "binding": { + "config": { + "expression": "if(isNull({this.custom.lookup_path}), \"\",\r\ntry(jsonGet({this.custom.plc_dict},\"SubArea\"), \"\"))" + }, + "type": "expr" + } + }, + "position.display": { + "binding": { + "config": { + "expression": "{view.params.size} \u003d \"large\"" + }, + "type": "expr" + } + }, + "props.text": { + "binding": { + "config": { + "path": "this.custom.path_to_display" + }, + "type": "property" + } + } + }, + "props": { + "style": { + "color": "#FFFFFF", + "fontFamily": "Arial", + "fontWeight": "bold", + "textAlign": "center" + } + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "FlexContainer_0" + }, + "position": { + "basis": "150px", + "grow": 1 + }, + "type": "ia.container.flex" + } + ], + "meta": { + "name": "Area" + }, + "position": { + "basis": "200px", + "grow": 1 + }, + "type": "ia.container.flex" + }, + { + "meta": { + "name": "Icon_1", + "tooltip": { + "enabled": true + } + }, + "position": { + "basis": "30px" + }, + "propConfig": { + "meta.tooltip.text": { + "binding": { + "config": { + "expression": "{[System]Gateway/Database/MariaDB/Available}" + }, + "transforms": [ + { + "fallback": "Database Connection Status: LOST", + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "Database Connection Status: GOOD" + }, + { + "input": false, + "output": "Database Connection Status: LOST" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "expr" + } + }, + "props.color": { + "binding": { + "config": { + "expression": "{[System]Gateway/Database/MariaDB/Available}" + }, + "transforms": [ + { + "fallback": "#FF0000", + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "#47FF47" + }, + { + "input": false, + "output": "#FF0000" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "expr" + }, + "onChange": { + "enabled": null, + "script": " db_tag_path \u003d \"[System]Gateway/Database/MariaDB/Available\"\n\t\n if not (system.tag.readBlocking([db_tag_path])[0].value):\n \tsystem.perspective.openPopup(\"errorPopup\",\u0027autStand/PopUp-Views/DatabaseError\u0027, title\u003d\"Database Error\")\n\t" + }, + "persistent": true + } + }, + "props": { + "color": "#47FF47", + "path": "material/table_chart" + }, + "type": "ia.display.icon" + }, + { + "meta": { + "hasDelegate": true, + "name": "Spacer End_3" + }, + "position": { + "basis": "10px", + "shrink": 0 + }, + "props": { + "text": " " + }, + "type": "ia.display.label" + }, + { + "custom": { + "buttonid": "HeaderLegendIcon" + }, + "events": { + "dom": { + "onClick": [ + { + "config": { + "draggable": false, + "id": "TZyBcXB7", + "modal": true, + "overlayDismiss": true, + "resizable": false, + "showCloseIcon": false, + "type": "open", + "viewPath": "PopUp-Views/Legend_Popup/Legend-popup-view", + "viewportBound": true + }, + "scope": "C", + "type": "popup" + }, + { + "config": { + "script": "\tbuttonid \u003d self.custom.buttonid\n\tactivityLog.productMetrics.callLogger(self.view, \u0027click\u0027, buttonid)" + }, + "scope": "G", + "type": "script" + } + ] + } + }, + "meta": { + "name": "Icon", + "tooltip": { + "delay": 250, + "enabled": true, + "sustain": 1000, + "text": "Legend" + } + }, + "position": { + "basis": "35px" + }, + "props": { + "color": "#FFFFFF", + "path": "material/legend_toggle", + "style": { + "classes": "" + } + }, + "type": "ia.display.icon" + }, + { + "children": [ + { + "meta": { + "hasDelegate": true, + "name": "Spacer End" + }, + "position": { + "basis": "10px", + "shrink": 0 + }, + "props": { + "text": " " + }, + "type": "ia.display.label" + }, + { + "events": { + "dom": { + "onClick": { + "config": { + "script": "\tsystem.perspective.navigate(page \u003d \"/Real-Time\")" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Icon" + }, + "position": { + "basis": "30px" + }, + "propConfig": { + "props.color": { + "binding": { + "config": { + "path": "../Label.props.text" + }, + "transforms": [ + { + "code": "\t\n\treturn \"red\" if value \u003e 0 else \"#fff\"", + "type": "script" + } + ], + "type": "property" + } + } + }, + "props": { + "path": "material/notifications_active", + "style": { + "classes": "" + } + }, + "type": "ia.display.icon" + }, + { + "meta": { + "name": "Label" + }, + "position": { + "basis": "41px", + "grow": 1 + }, + "propConfig": { + "props.text": { + "binding": { + "config": { + "polling": { + "enabled": true, + "rate": "3" + }, + "queryPath": "Alarms-autStand/GetActiveAlarmsByLocationAndPriority", + "returnFormat": "json" + }, + "transforms": [ + { + "code": "\ttotal \u003d sum(row[\"Count\"] for row in value if \"Count\" in row and row[\"Count\"] is not None)\n\treturn total", + "type": "script" + } + ], + "type": "query" + } + } + }, + "props": { + "style": { + "color": "#FFFFFF", + "textAlign": "center" + } + }, + "type": "ia.display.label" + } + ], + "meta": { + "name": "FlexContainer", + "tooltip": { + "enabled": true + } + }, + "position": { + "basis": "75px" + }, + "propConfig": { + "meta.tooltip.text": { + "binding": { + "config": { + "expression": "{./Label.props.text} + \" active alarms in the system\"" + }, + "type": "expr" + } + } + }, + "props": { + "justify": "flex-end", + "style": { + "cursor": "pointer", + "overflow": "hidden" + } + }, + "type": "ia.container.flex" + }, + { + "custom": { + "covert": true + }, + "events": { + "dom": { + "onClick": { + "config": { + "script": "\tdevice_list \u003d tags.tag_utilities.get_devices(self.session.custom.fc)\n\ttags.tag_utilities.reset_disconnect_tags(self.session.custom.fc, device_list)\n\tAWS.wbsckt_abort.close_websckt()" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Icon_2", + "tooltip": { + "enabled": true + } + }, + "position": { + "basis": "30px" + }, + "propConfig": { + "custom.heartbeat_received": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "fc": "{session.custom.fc}" + }, + "tagPath": "[{fc}_SCADA_TAG_PROVIDER]System/wbsckt_heartbeat_interval" + }, + "transforms": [ + { + "expression": "if(secondsBetween(todate({value}),todate(now())) \u003e 70, False, True)", + "type": "expression" + } + ], + "type": "tag" + } + }, + "custom.wbsckt_running": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "fc": "{session.custom.fc}" + }, + "tagPath": "[{fc}_SCADA_TAG_PROVIDER]System/wbsckt_running" + }, + "transforms": [ + { + "expression": "if({value} \u003d True \u0026\u0026 ({this.custom.heartbeat_received} \u003d True) , True, False)", + "type": "expression" + } + ], + "type": "tag" + } + }, + "meta.tooltip.text": { + "binding": { + "config": { + "path": "this.custom.wbsckt_running" + }, + "transforms": [ + { + "fallback": "", + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "websocket running" + }, + { + "input": false, + "output": "websocket disconnected" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + } + }, + "props.color": { + "binding": { + "config": { + "path": "this.custom.wbsckt_running" + }, + "transforms": [ + { + "fallback": "#000000", + "inputType": "scalar", + "mappings": [ + { + "input": false, + "output": "#FF4747" + }, + { + "input": true, + "output": "#FFFFFF" + } + ], + "outputType": "color", + "type": "map" + } + ], + "type": "property" + } + } + }, + "props": { + "path": "material/location_city", + "style": { + "cursor": "pointer" + } + }, + "type": "ia.display.icon" + }, + { + "meta": { + "name": "Label" + }, + "position": { + "shrink": 0 + }, + "propConfig": { + "position.basis": { + "binding": { + "config": { + "expression": "len({this.props.text}) * 11 + \"px\"" + }, + "type": "expr" + } + }, + "props.text": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "direct", + "tagPath": "Configuration/FC" + }, + "type": "tag" + } + } + }, + "props": { + "icon": "material/building", + "style": { + "borderWidth": "0.25px", + "color": "#FFFFFF", + "textAlign": "", + "textIndent": 10 + }, + "textStyle": { + "lineBreak": "auto" + } + }, + "type": "ia.display.label" + }, + { + "meta": { + "hasDelegate": true, + "name": "Spacer End" + }, + "position": { + "basis": "20px", + "shrink": 0 + }, + "props": { + "text": " " + }, + "type": "ia.display.label" + }, + { + "events": { + "dom": { + "onClick": { + "config": { + "script": "\tif self.session.props.auth.authenticated:\n\t\tsystem.perspective.logout()\n\telse:\n\t\tsystem.perspective.login()" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "User" + }, + "position": { + "basis": "30px", + "shrink": 0 + }, + "props": { + "path": "material/person", + "style": { + "classes": "Header/Icon", + "color": "#FFFFFF" + } + }, + "type": "ia.display.icon" + }, + { + "events": { + "dom": { + "onClick": { + "config": { + "script": "\tif self.session.props.auth.authenticated:\n\t\tsystem.perspective.logout()\n\telse:\n\t\tsystem.perspective.login()" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "hasDelegate": true, + "name": "Sign In" + }, + "position": { + "basis": "50px", + "shrink": 0 + }, + "propConfig": { + "position.display": { + "binding": { + "config": { + "expression": "{view.params.size} !\u003d \"small\"" + }, + "type": "expr" + } + }, + "props.text": { + "binding": { + "config": { + "path": "session.props.auth.user.userName" + }, + "transforms": [ + { + "code": "\tif len(value) \u003d\u003d 0 or value \u003d\u003d \"null\":\n\t return \"Sign In\"\n\telse:\n\t return value.split(\"@\")[0]", + "type": "script" + } + ], + "type": "property" + } + } + }, + "props": { + "style": { + "classes": "Header/Icon", + "color": "#FFFFFF", + "cursor": "pointer", + "marginLeft": "4px" + } + }, + "type": "ia.display.label" + }, + { + "meta": { + "hasDelegate": true, + "name": "Spacer End_0" + }, + "position": { + "basis": "20px", + "shrink": 0 + }, + "props": { + "text": " " + }, + "type": "ia.display.label" + }, + { + "events": { + "dom": { + "onClick": { + "config": { + "script": "\tsystem.perspective.closeSession()" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Exit", + "tooltip": { + "enabled": true, + "location": "bottom-left", + "style": { + "fontFamily": "Arial", + "fontSize": 12 + }, + "tail": false, + "text": "Exit Application" + } + }, + "position": { + "basis": "30px", + "shrink": 0 + }, + "props": { + "path": "material/exit_to_app", + "style": { + "classes": "Header/Icon", + "color": "#FFFFFF", + "cursor": "pointer" + } + }, + "type": "ia.display.icon" + }, + { + "meta": { + "hasDelegate": true, + "name": "Spacer End_1" + }, + "position": { + "basis": "16px", + "shrink": 0 + }, + "props": { + "text": " " + }, + "type": "ia.display.label" + } + ], + "meta": { + "name": "root" + }, + "props": { + "justify": "flex-end", + "style": { + "background": "rgb(43,43,43)" + } + }, + "type": "ia.container.flex" + } +} \ No newline at end of file diff --git a/.resources/c4758c342b37e991630b661730c71bb22704f3949136d9d90a1a4c8cedff8fcf b/.resources/c4758c342b37e991630b661730c71bb22704f3949136d9d90a1a4c8cedff8fcf new file mode 100644 index 00000000..afe266bf --- /dev/null +++ b/.resources/c4758c342b37e991630b661730c71bb22704f3949136d9d90a1a4c8cedff8fcf @@ -0,0 +1,17 @@ +SELECT + okey.roundtime, + okey.Total_count, + okey.Total_count / okey.Total_count AS Total_perc, + okey.Total_count * 3600 + / TIMESTAMPDIFF(SECOND, :starttime, :endtime) AS Total_rate +FROM ( + SELECT + FROM_UNIXTIME( + CEIL(UNIX_TIMESTAMP(alltable.t_stamp) / 60) * 60 + ) AS roundtime, + COUNT(*) AS Total_count + FROM alltable + WHERE (alltable.t_stamp BETWEEN :starttime AND :endtime) and ('Induct 1' = :Induct) + GROUP BY roundtime +) AS okey +ORDER BY okey.roundtime; diff --git a/.resources/c8e51d99334f4b2ebd0bf73668b43e5b7a30b5635e40fae68b76ee62d3dd20a7 b/.resources/c8e51d99334f4b2ebd0bf73668b43e5b7a30b5635e40fae68b76ee62d3dd20a7 new file mode 100644 index 00000000..1c5075a1 --- /dev/null +++ b/.resources/c8e51d99334f4b2ebd0bf73668b43e5b7a30b5635e40fae68b76ee62d3dd20a7 @@ -0,0 +1,557 @@ +{ + "custom": { + "covert_mode": null, + "disconnected": false, + "display_icon": null, + "error": false, + "isMatch": 0, + "priority": 0, + "priority_string": "No active alarms", + "running_status": 0, + "searchId": null, + "state": 5, + "state_string": "Unknown" + }, + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "propConfig": { + "custom.covert_mode": { + "binding": { + "config": { + "path": "view.custom.state" + }, + "transforms": [ + { + "expression": "case(\t{value},\r\n\t\t0, {session.custom.alarm_filter.show_running},\r\n\t\t1, True,\r\n\t\t2, True,\r\n\t\t3, {session.custom.alarm_filter.show_low_alarm},\r\n\t\t4, {session.custom.alarm_filter.show_diagnostic},\r\n\t\t5, {session.custom.alarm_filter.show_running},\r\n\t\tFalse)", + "type": "expression" + } + ], + "type": "property" + }, + "persistent": true + }, + "custom.disconnected": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "fc": "{session.custom.fc}", + "plc": "{view.custom.plc}" + }, + "tagPath": "[{fc}_SCADA_TAG_PROVIDER]{plc}/DCN" + }, + "transforms": [ + { + "expression": "if(isNull({value}), False, {value})", + "type": "expression" + } + ], + "type": "tag" + }, + "persistent": true + }, + "custom.display_icon": { + "binding": { + "config": { + "expression": "{this.custom.covert_mode}//||{this.custom.isMatch}\u003e0" + }, + "type": "expr" + }, + "persistent": true + }, + "custom.error": { + "binding": { + "config": { + "path": "view.custom.state" + }, + "transforms": [ + { + "expression": "0 \u003c {value} \u0026\u0026 {value} \u003c 5", + "type": "expression" + } + ], + "type": "property" + }, + "persistent": true + }, + "custom.isMatch": { + "binding": { + "config": { + "expression": "if({view.params.tagProps[0]}\u003d\"value\",0,\nif({this.custom.searchId}\u003d{view.params.tagProps[0]},100,0))" + }, + "type": "expr" + }, + "persistent": true + }, + "custom.priority": { + "binding": { + "config": { + "path": "view.custom.state" + }, + "transforms": [ + { + "fallback": 0, + "inputType": "scalar", + "mappings": [ + { + "input": 1, + "output": 4 + }, + { + "input": 2, + "output": 3 + }, + { + "input": 3, + "output": 2 + }, + { + "input": 4, + "output": 1 + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + }, + "persistent": true + }, + "custom.priority_string": { + "binding": { + "config": { + "expression": "case({view.custom.state},\r\n1, \"High\",\r\n2, \"Medium\",\r\n3, \"Low\",\r\n4, \"Diagnostic\",\r\n5, \"No active alarms\",\r\n\"Unknown\")" + }, + "type": "expr" + }, + "persistent": true + }, + "custom.running_status": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "0": "{view.params.tagProps[0]}", + "fc": "{session.custom.fc}" + }, + "tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/STATE" + }, + "transforms": [ + { + "expression": "coalesce({value},{view.params.forceRunningStatus},0)", + "type": "expression" + } + ], + "type": "tag" + }, + "persistent": true + }, + "custom.searchId": { + "binding": { + "config": { + "path": "session.custom.searchId" + }, + "type": "property" + }, + "persistent": true + }, + "custom.state": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "0": "{view.params.tagProps[0]}", + "fc": "{session.custom.fc}" + }, + "tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/ALARMST" + }, + "transforms": [ + { + "expression": "coalesce({value},{view.params.forceFaultStatus},0)", + "type": "expression" + }, + { + "fallback": null, + "inputType": "scalar", + "mappings": [ + { + "input": 4, + "output": 1 + }, + { + "input": 3, + "output": 2 + }, + { + "input": 2, + "output": 3 + }, + { + "input": 1, + "output": 4 + }, + { + "input": 0, + "output": 5 + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "tag" + }, + "persistent": true + }, + "custom.state_string": { + "binding": { + "config": { + "expression": "case({view.custom.running_status},\r\n1, \"Faulted\",\r\n2, \"Stopped\",\r\n3, \"Running\",\r\n\"Unknown\")" + }, + "type": "expr" + }, + "persistent": true + }, + "params.tagProps": { + "paramDirection": "inout", + "persistent": true + } + }, + "props": { + "defaultSize": { + "height": 100, + "width": 100 + } + }, + "root": { + "children": [ + { + "meta": { + "name": "Camera" + }, + "position": { + "height": 1, + "width": 1 + }, + "propConfig": { + "props.elements[1].elements[0].fill.paint": { + "binding": { + "config": { + "path": "view.custom.state" + }, + "enabled": false, + "transforms": [ + { + "expression": "if({session.custom.colours}[\"state\"+{value}] \u003d null, \r\n{session.custom.colours}[\"Fallback\"],\r\n{session.custom.colours}[\"state\"+{value}])", + "type": "expression" + }, + { + "expression": "if({view.custom.display_icon}\u0026\u0026 {view.custom.isMatch}\u003d0,{value},{value}+\u002700\u0027)", + "type": "expression" + } + ], + "type": "property" + } + }, + "props.style.classes": { + "binding": { + "config": { + "expression": "if({session.custom.colours.colour_impaired} \u003d True \u0026\u0026 {view.custom.isMatch} \u003e 0,\r\n{view.custom.state} + 100 + {view.custom.isMatch},\r\n{view.custom.state} + {view.custom.isMatch})" + }, + "transforms": [ + { + "fallback": "", + "inputType": "scalar", + "mappings": [ + { + "input": 101, + "output": "State-Styles/State101" + }, + { + "input": 102, + "output": "State-Styles/State102" + }, + { + "input": 103, + "output": "State-Styles/State103" + }, + { + "input": 104, + "output": "State-Styles/State104" + }, + { + "input": 105, + "output": "State-Styles/State105" + }, + { + "input": 106, + "output": "State-Styles/State106" + }, + { + "input": 201, + "output": "State-Styles/State201" + }, + { + "input": 202, + "output": "State-Styles/State202" + }, + { + "input": 203, + "output": "State-Styles/State203" + }, + { + "input": 204, + "output": "State-Styles/State204" + }, + { + "input": 205, + "output": "State-Styles/State205" + } + ], + "outputType": "style-list", + "type": "map" + } + ], + "type": "expr" + } + } + }, + "props": { + "elements": [ + { + "id": "defs963", + "name": "defs963", + "type": "defs" + }, + { + "elements": [ + { + "d": "M 108.69378,77.205299 A 30.372795,30.372799 0 0 1 78.350262,107.57808 30.372795,30.372799 0 0 1 47.948245,77.263855 30.372795,30.372799 0 0 1 78.23315,46.832627 a 30.372795,30.372799 0 0 1 30.4604,30.255561", + "fill": { + "paint": "#00CC00" + }, + "id": "path2823", + "name": "path2823", + "stroke": { + "dasharray": "none", + "linejoin": "round", + "miterlimit": "4", + "paint": "#000000", + "width": "2.30899" + }, + "style": { + "paintOrder": "markers fill stroke" + }, + "type": "path" + }, + { + "elements": [ + { + "elements": [ + { + "elements": [ + { + "d": "m 308.1,277.95 c 0,35.7 -28.9,64.6 -64.6,64.6 -35.7,0 -64.6,-28.9 -64.6,-64.6 0,-35.7 28.9,-64.6 64.6,-64.6 35.7,0 64.6,28.9 64.6,64.6 z m 132.2,-161.9 c 25.8,0 46.7,20.9 46.7,46.7 v 122.4 103.8 c 0,27.5 -22.3,49.8 -49.8,49.8 H 49.8 C 22.3,438.75 0,416.45 0,388.95 v -103.9 -122.3 0 c 0,-25.8 20.9,-46.7 46.7,-46.7 h 93.4 l 4.4,-18.6 c 6.7,-28.8 32.4,-49.2 62,-49.2 h 74.1 c 29.6,0 55.3,20.4 62,49.2 l 4.3,18.6 z m -342.9,67.4 c 0,-12.9 -10.5,-23.4 -23.4,-23.4 -13,0 -23.5,10.5 -23.5,23.4 0,12.9 10.5,23.4 23.4,23.4 13,0.1 23.5,-10.4 23.5,-23.4 z m 261.3,94.5 c 0,-63.6 -51.6,-115.2 -115.2,-115.2 -63.6,0 -115.2,51.6 -115.2,115.2 0,63.6 51.6,115.2 115.2,115.2 63.6,0 115.2,-51.6 115.2,-115.2 z", + "id": "path954", + "name": "path954", + "type": "path" + } + ], + "id": "g956", + "name": "g956", + "type": "group" + } + ], + "id": "g958", + "name": "g958", + "transform": "matrix(0.10552692,0,0,0.1049851,58.573883,61.035557)", + "type": "group" + } + ], + "id": "g2695", + "name": "g2695", + "transform": "matrix(0.78290367,0,0,0.78703031,12.345936,11.651649)", + "type": "group" + } + ], + "id": "g3222", + "name": "g3222", + "transform": "matrix(0.45169465,0,0,0.44391375,-20.878644,-19.304276)", + "type": "group" + } + ], + "fill": { + "paint": "#000000" + }, + "style": {}, + "viewBox": "0 0 29.22 29.22" + }, + "type": "ia.shapes.svg" + } + ], + "events": { + "dom": { + "onClick": { + "config": { + "script": "\tsystem.perspective.openDock(\u0027Docked-East\u0027,params\u003d{\u0027tagProps\u0027:self.view.params.tagProps})" + }, + "scope": "G", + "type": "script" + }, + "onDoubleClick": { + "config": { + "script": "\ttagProps \u003d self.view.params.tagProps\n\tsystem.perspective.openPopup(\"StatusPopUP\", \"PopUp-Views/Controller-Equipment/Information\", params \u003d{\"tagProps\":tagProps})\n\t" + }, + "enabled": false, + "scope": "G", + "type": "script" + }, + "onMouseEnter": { + "config": { + "script": "\tfrom time import sleep\n\t\n\talarm \u003d []\n\tmessage \u003d None\n\t\n\tsleep(0.5)\n\t\n\tif system.tag.exists(\"System/aws_data\"):\n\t\tif self.view.params.tagProps[0] !\u003d \"\":\n\t\t\ttags_to_read \u003d system.tag.readBlocking(\"System/aws_data\")\n\t\t\tdecode_alarm_data \u003d system.util.jsonDecode(tags_to_read[0].value)\n\t\t\talarm \u003d [decode_alarm_data[i] for i in decode_alarm_data\n\t\t\t\t\tif decode_alarm_data[i][\u0027sourceId\u0027].startswith(self.view.params.tagProps[0])]\n\t\tif alarm:\n\t\t\talarm \u003d sorted(alarm, key \u003d lambda t:t[\u0027timestamp\u0027], reverse\u003dTrue)\n\t\t\tmessage \u003d max(alarm, key \u003d lambda p:p[\u0027priority\u0027]).get(\u0027message\u0027)\n\t\t\tif len(alarm) \u003e 1:\n\t\t\t\tmessage +\u003d \" (+\" + str(len(alarm)-1) + \")\"\n\tself.view.custom.alarm_message \u003d message" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "root", + "tooltip": { + "enabled": true, + "location": "top-left", + "style": {} + } + }, + "propConfig": { + "meta.tooltip.style.backgroundColor": { + "binding": { + "config": { + "path": "view.custom.state" + }, + "transforms": [ + { + "expression": "case({value},\r\n0,{session.custom.colours.state0},\r\n1,{session.custom.colours.state1},\r\n2,{session.custom.colours.state2},\r\n3,{session.custom.colours.state3},\r\n4,{session.custom.colours.state4},\r\n5,{session.custom.colours.state5},\r\n6,{session.custom.colours.state6},\r\n{session.custom.colours.fallback}\r\n)", + "type": "expression" + } + ], + "type": "property" + } + }, + "meta.tooltip.style.classes": { + "binding": { + "config": { + "expression": "{view.custom.priority}" + }, + "transforms": [ + { + "fallback": "Alarms-Styles/NoAlarm", + "inputType": "scalar", + "mappings": [ + { + "input": 1, + "output": "Alarms-Styles/Diagnostic" + }, + { + "input": 2, + "output": "Alarms-Styles/Low" + }, + { + "input": 3, + "output": "Alarms-Styles/Medium" + }, + { + "input": 4, + "output": "Alarms-Styles/High" + } + ], + "outputType": "style-list", + "type": "map" + } + ], + "type": "expr" + } + }, + "meta.tooltip.style.color": { + "binding": { + "config": { + "path": "view.custom.state" + }, + "transforms": [ + { + "expression": "if({session.custom.colours.colour_impaired},\r\n\t\u0027#000000\u0027,\r\n\tcase(\t{value},\r\n\t\t\t1,\u0027#FFFFFF\u0027,\r\n\t\t\t2,\u0027#000000\u0027,\r\n\t\t\t3,\u0027#000000\u0027,\r\n\t\t\t4,\u0027#FFFFFF\u0027,\r\n\t\t\t5,\u0027#FFFFFF\u0027,\r\n\t\t\t\u0027#000000\u0027)\r\n\t)", + "type": "expression" + } + ], + "type": "property" + } + }, + "meta.tooltip.text": { + "binding": { + "config": { + "expression": "if({view.custom.disconnected} \u003d False,\n\tif(isNull({view.custom.alarm_message}),\n\t\"Source Id: \" + {view.params.tagProps[0]} +\n\t\", Priority: \" + {view.custom.priority_string} +\n\t\", State: \" + {view.custom.state_string},\n\t\"Source Id: \" + {view.params.tagProps[0]} +\n\t\", Alarm: \" + {view.custom.alarm_message} +\n\t\", Priority: \" + {view.custom.priority_string} +\n\t\", State: \" + {view.custom.state_string}),\n\"Source Id: \" +{view.params.tagProps[0]} + \", Priority: Unknown, State: Unknown\")" + }, + "type": "expr" + } + }, + "meta.visible": { + "binding": { + "config": { + "path": "session.custom.alarm_filter.show_camera_jams" + }, + "type": "property" + } + }, + "props.style.classes": { + "binding": { + "config": { + "path": "view.custom.disconnected" + }, + "transforms": [ + { + "fallback": "Disconnects/Device-Connected", + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "Disconnects/Device-Disconnected" + }, + { + "input": false, + "output": "Disconnects/Device-Connected" + } + ], + "outputType": "style-list", + "type": "map" + } + ], + "type": "property" + } + } + }, + "props": { + "aspectRatio": "1:1", + "mode": "percent", + "style": { + "cursor": "pointer" + } + }, + "type": "ia.container.coord" + } +} \ No newline at end of file diff --git a/.resources/d0aa0258f84c1fcdafab92135aed0e4c8713a7390808bd40c9093b395a91e12f b/.resources/d0aa0258f84c1fcdafab92135aed0e4c8713a7390808bd40c9093b395a91e12f new file mode 100644 index 00000000..75e68b73 --- /dev/null +++ b/.resources/d0aa0258f84c1fcdafab92135aed0e4c8713a7390808bd40c9093b395a91e12f @@ -0,0 +1,30 @@ +Select +SorterName,ScannerName,Total_count, +GoodRead_count,NoRead_count,MultiLabelRead_count,NoCode_count,Startstamp,Endtstamp, +1 as Total_perc, +GoodRead_count/Total_count as GoodRead_perc, +NoRead_count/Total_count as NoRead_perc, +MultiLabelRead_count/Total_count as MultiLabelRead_perc, +NoCode_count/Total_count as NoCode_perc, +Total_count*3600/TIMESTAMPDIFF(second, Startstamp, Endtstamp) as Total_rate, +GoodRead_count*3600/TIMESTAMPDIFF(second, Startstamp, Endtstamp) as GoodRead_rate, +NoRead_count*3600/TIMESTAMPDIFF(second, Startstamp, Endtstamp) as NoRead_rate, +MultiLabelRead_count*3600/TIMESTAMPDIFF(second, Startstamp, Endtstamp) as MultiLabelRead_rate, +NoCode_count*3600/TIMESTAMPDIFF(second, Startstamp, Endtstamp) as NoCode_rate +FROM + + (SELECT + 'S03' as SorterName, + 'S03aa' as ScannerName, + MIN(alltable.t_stamp) AS Startstamp, + Max(alltable.t_stamp) AS Endtstamp, + COUNT(*) AS Total_count, + SUM(SUBSTRING(alltable.ScanLabel,1,1) <> '?' AND + SUBSTRING(alltable.ScanLabel,1,1) <> '9' AND + SUBSTRING(alltable.ScanLabel,1,1) <> '0') AS GoodRead_count, + SUM(SUBSTRING(alltable.ScanLabel,1,1) = '?') AS NoRead_count, + SUM(SUBSTRING(alltable.ScanLabel,1,1) = '9') AS MultiLabelRead_count, + SUM(SUBSTRING(alltable.ScanLabel,1,1) = '0') AS NoCode_count + + FROM alltable + Where (alltable.t_stamp BETWEEN :starttime AND :endtime)) basa \ No newline at end of file diff --git a/.resources/d1653a9d368c5d175f04b174e9ff87333b47e2303f8f89721628417600ae435f b/.resources/d1653a9d368c5d175f04b174e9ff87333b47e2303f8f89721628417600ae435f new file mode 100644 index 00000000..9c4696aa --- /dev/null +++ b/.resources/d1653a9d368c5d175f04b174e9ff87333b47e2303f8f89721628417600ae435f @@ -0,0 +1,4668 @@ +{ + "custom": {}, + "params": { + "highlightTagPath": "value" + }, + "propConfig": { + "params.highlightTagPath": { + "onChange": { + "enabled": null, + "script": "\n\tautStand.Utils.handleTagHighlight(self, currentValue)" + }, + "paramDirection": "input", + "persistent": true + } + }, + "props": { + "defaultSize": { + "height": 1080, + "width": 1920 + } + }, + "root": { + "children": [ + { + "children": [ + { + "meta": { + "name": "UL15_5" + }, + "position": { + "height": 31, + "rotate": { + "angle": "150deg" + }, + "width": 61.63, + "x": 163.58, + "y": 317.09 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_5" + }, + "position": { + "height": 31, + "rotate": { + "angle": "150deg" + }, + "width": 61.63, + "x": 309.5, + "y": 316.12 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "events": { + "dom": { + "onClick": { + "config": { + "page": "/autStand/MCM02" + }, + "scope": "C", + "type": "nav" + } + } + }, + "meta": { + "name": "Button_0" + }, + "position": { + "height": 35.96, + "width": 124.03, + "x": 1685.94, + "y": 810.97 + }, + "props": { + "primary": false, + "text": "MCM02 - NC SORTER" + }, + "type": "ia.input.button" + }, + { + "meta": { + "name": "PS3_1" + }, + "position": { + "height": 29.05, + "width": 455.04, + "x": 143.04, + "y": 301 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_3" + }, + "position": { + "height": 29.05, + "width": 495.93, + "x": 1013.94, + "y": 301 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_5" + }, + "position": { + "height": 31, + "rotate": { + "angle": "90deg" + }, + "width": 211.01, + "x": 1463.6, + "y": 451.22 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_2" + }, + "position": { + "height": 29.05, + "width": 407.04, + "x": 603.07, + "y": 301 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_6" + }, + "position": { + "height": 30.02, + "rotate": { + "angle": "90deg" + }, + "width": 33.98, + "x": 1551.54, + "y": 574.45 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_8" + }, + "position": { + "height": 30.02, + "width": 76.03, + "x": 1619.51, + "y": 649.4 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_9AL" + }, + "position": { + "height": 30.02, + "width": 72.96, + "x": 1699.57, + "y": 648.43 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_10" + }, + "position": { + "height": 23.98, + "width": 43.97, + "x": 1774.64, + "y": 649.4 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_1" + }, + "position": { + "height": 31, + "rotate": { + "angle": "90deg" + }, + "width": 202.94, + "x": 186.05, + "y": 559.01 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_11" + }, + "position": { + "height": 23.98, + "width": 47.04, + "x": 1821.68, + "y": 649.4 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_1" + }, + "position": { + "height": 31, + "rotate": { + "angle": "90deg" + }, + "width": 134.97, + "x": 14.02, + "y": 489.02 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_2" + }, + "position": { + "height": 31.97, + "rotate": { + "angle": "90deg" + }, + "width": 35.9, + "x": 269.95, + "y": 438.91 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_3" + }, + "position": { + "height": 31, + "rotate": { + "angle": "90deg" + }, + "width": 35.9, + "x": 269.57, + "y": 404.46 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_4" + }, + "position": { + "height": 31, + "rotate": { + "angle": "150deg" + }, + "width": 32.83, + "x": 136.89, + "y": 340.2 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_7" + }, + "position": { + "height": 80.03, + "width": 61.06, + "x": 1553.84, + "y": 602.86 + }, + "props": { + "path": "autStand/Equipment/Left90" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_3" + }, + "position": { + "height": 31, + "rotate": { + "angle": "150deg" + }, + "width": 35.9, + "x": 104.64, + "y": 357.48 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_4" + }, + "position": { + "height": 85, + "width": 77.95, + "x": 1511.22, + "y": 289.98 + }, + "props": { + "path": "autStand/Equipment/Right90" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_4" + }, + "position": { + "height": 80.03, + "width": 66.05, + "x": 263.04, + "y": 331.02 + }, + "props": { + "path": "autStand/Equipment/Right45" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_2" + }, + "position": { + "height": 78.95, + "width": 71.04, + "x": 54.14, + "y": 366.98 + }, + "props": { + "path": "autStand/Equipment/Right45" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Camera" + }, + "position": { + "height": 30.02, + "width": 29.95, + "x": 29.95, + "y": 323.03 + }, + "props": { + "path": "autStand/Equipment/Camera", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Camera_0" + }, + "position": { + "height": 30.02, + "width": 29.95, + "x": 806.01, + "y": 371.95 + }, + "props": { + "path": "autStand/Equipment/Camera", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Camera_1" + }, + "position": { + "height": 30.02, + "width": 29.95, + "x": 1482.04, + "y": 659.99 + }, + "props": { + "path": "autStand/Equipment/Camera", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Camera_2" + }, + "position": { + "height": 30.02, + "width": 29.95, + "x": 1818.99, + "y": 339.01 + }, + "props": { + "path": "autStand/Equipment/Camera", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_1_SS1" + }, + "position": { + "height": 19.98, + "width": 34.94, + "x": 62.02, + "y": 577.04 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1asdasd", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/SS_Button", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_1_SS1" + }, + "position": { + "height": 19.98, + "width": 34.94, + "x": 268.99, + "y": 682.99 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/SS_Button", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_1_SS1" + }, + "position": { + "height": 19.98, + "width": 34.94, + "x": 342.91, + "y": 267.95 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/SS_Button", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_11_SS1" + }, + "position": { + "height": 19.98, + "width": 34.94, + "x": 1881.01, + "y": 609.01 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/SS_Button", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_11_SS2" + }, + "position": { + "height": 19.98, + "width": 34.94, + "x": 1877.94, + "y": 690.98 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_sdfsdfs", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/SS_Button", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_1_EPC2" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 99.07, + "y": 551.02 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/EPC", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_1_EPC1" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 30.91, + "y": 551.02 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/EPC", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_1_EPC1" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 313.92, + "y": 270.97 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/EPC", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_1_EPC2" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 387.07, + "y": 272.05 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/EPC", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_1_EPC1" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 243.07, + "y": 654.05 + }, + "props": { + "params": { + "tagProps": [ + "testr", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/EPC", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_1_EPC2" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 308.93, + "y": 655.02 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/EPC", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_11_EPC1" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 1858.93, + "y": 608.04 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/EPC", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_11_EPC2" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 1853.94, + "y": 691.96 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/EPC", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_1_TPE1" + }, + "position": { + "height": 42.98, + "width": 82.94, + "x": 38.4, + "y": 416.02 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_2_TPE1" + }, + "position": { + "height": 39.96, + "rotate": { + "angle": "60deg" + }, + "width": 80.06, + "x": 64.51, + "y": 358.02 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_3_TPE1" + }, + "position": { + "height": 39.96, + "rotate": { + "angle": "60deg" + }, + "width": 80.06, + "x": 93.5, + "y": 340.96 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_4_TPE1" + }, + "position": { + "height": 39.96, + "rotate": { + "angle": "60deg" + }, + "width": 80.06, + "x": 124.41, + "y": 324 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_1_TPE1" + }, + "position": { + "height": 39.96, + "rotate": { + "angle": "90deg" + }, + "width": 80.06, + "x": 198.33, + "y": 292.03 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_1_TPE1" + }, + "position": { + "height": 42.98, + "width": 82.94, + "x": 241.53, + "y": 450.04 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/helloworld", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_2_TPE1" + }, + "position": { + "height": 42.98, + "width": 82.94, + "x": 241.53, + "y": 415.04 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_3_TPE1" + }, + "position": { + "height": 42.98, + "width": 82.94, + "x": 241.53, + "y": 381.02 + }, + "props": { + "params": { + "tagProps": [ + "guga", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_4_TPE1" + }, + "position": { + "height": 39.96, + "rotate": { + "angle": "60deg" + }, + "width": 80.06, + "x": 273.41, + "y": 324 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_1_TPE2" + }, + "position": { + "height": 39.96, + "rotate": { + "angle": "90deg" + }, + "width": 80.06, + "x": 390.33, + "y": 292.03 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_1_TPE3" + }, + "position": { + "height": 39.96, + "rotate": { + "angle": "90deg" + }, + "width": 80.06, + "x": 560.44, + "y": 292.03 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_2_TPE1" + }, + "position": { + "height": 39.96, + "rotate": { + "angle": "90deg" + }, + "width": 80.06, + "x": 971.51, + "y": 292.03 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_3_TPE1" + }, + "position": { + "height": 39.96, + "rotate": { + "angle": "270deg" + }, + "width": 80.06, + "x": 1469.36, + "y": 292.03 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_4_TPE1" + }, + "position": { + "height": 42.98, + "width": 82.94, + "x": 1526.39, + "y": 339.98 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_5_TPE1" + }, + "position": { + "height": 38.02, + "width": 82.94, + "x": 1526.39, + "y": 551.99 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_6_TPE1" + }, + "position": { + "height": 41.04, + "width": 82.94, + "x": 1526.39, + "y": 586.98 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_7_TPE1" + }, + "position": { + "height": 39.96, + "rotate": { + "angle": "90deg" + }, + "width": 80.06, + "x": 1577.46, + "y": 640.98 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_8_TPE1" + }, + "position": { + "height": 39.96, + "rotate": { + "angle": "90deg" + }, + "width": 80.06, + "x": 1658.48, + "y": 640.98 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_9AL_TPE1" + }, + "position": { + "height": 39.96, + "rotate": { + "angle": "90deg" + }, + "width": 80.06, + "x": 1734.32, + "y": 640.98 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_10_TPE1" + }, + "position": { + "height": 39.96, + "rotate": { + "angle": "90deg" + }, + "width": 80.06, + "x": 1780.4, + "y": 640.98 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_11_TPE1" + }, + "position": { + "height": 39.96, + "rotate": { + "angle": "90deg" + }, + "width": 80.06, + "x": 1828.4, + "y": 640.98 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Photoeye", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_1_BCN1_A" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 20.93, + "y": 428 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "amber", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Camera_4" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 20.93, + "y": 407.05 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_1_BCN1_R" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 20.93, + "y": 407.05 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_1_BCN2_R" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 114.05, + "y": 455 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_1_BCN1_A" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 252.09, + "y": 340.96 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "amber", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_1_BCN1_A" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 220.99, + "y": 455 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "amber", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_1_BCN1_R" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 220.99, + "y": 435.02 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_1_BCN2_R" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 316.99, + "y": 488.05 + }, + "props": { + "params": { + "name": "Red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_1_BCN2_A" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 350.01, + "y": 245.05 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "amber", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_1_BCN2_R" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 350.01, + "y": 224.96 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_1_BCN4_A" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 564.09, + "y": 254.02 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "amber", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_1_BCN4_H" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 564.09, + "y": 234.04 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "horn", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_2_BCN1_A" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 973.05, + "y": 254.02 + }, + "props": { + "params": { + "name": "amber", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_4_BCN1_A" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 1526, + "y": 397.98 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "amber", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Camera_16" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 1645.04, + "y": 601.02 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "amber", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Camera_17" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 1793.07, + "y": 579.96 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "amber", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Camera_18" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 1871.02, + "y": 581.04 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Camera_19" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 1882.93, + "y": 664.96 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_1_ENSH1" + }, + "position": { + "height": 24.95, + "width": 24.96, + "x": 314.49, + "y": 459.97 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Encoder", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_2_ENSH1" + }, + "position": { + "height": 24.95, + "width": 24.96, + "x": 314.49, + "y": 424.98 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Encoder", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_3_ENSH1" + }, + "position": { + "height": 24.95, + "width": 24.96, + "x": 314.49, + "y": 390.96 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Encoder", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_4_ENSH1" + }, + "position": { + "height": 24.95, + "width": 24.96, + "x": 325.44, + "y": 365.04 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Encoder", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_1_ENSH1" + }, + "position": { + "height": 24.95, + "width": 24.96, + "x": 110.4, + "y": 428.98 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Encoder", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_2_ENSH1" + }, + "position": { + "height": 24.95, + "width": 24.96, + "x": 115.39, + "y": 401 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Encoder", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_3_ENSH1" + }, + "position": { + "height": 24.95, + "width": 24.96, + "x": 145.34, + "y": 384.05 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Encoder", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_4_ENSH1" + }, + "position": { + "height": 24.95, + "width": 24.96, + "x": 171.45, + "y": 369.04 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Encoder", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_10_ENW1" + }, + "position": { + "height": 24.95, + "width": 24.96, + "x": 526.46, + "y": 303.05 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Encoder", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_1_ENW1" + }, + "position": { + "height": 24.95, + "width": 24.96, + "x": 1788.66, + "y": 648 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Encoder", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_11_ENW1" + }, + "position": { + "height": 24.95, + "width": 24.96, + "x": 1824.75, + "y": 648 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Encoder", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_1_VFD1" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 100.99, + "y": 496.04 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/VFD", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_2_VFD1" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 139.01, + "y": 419.04 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/VFD", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_3_VFD1" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 162.05, + "y": 405.97 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/VFD", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_4_VFD1" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 185.09, + "y": 392.04 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/VFD", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_5_VFD1" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 203.9, + "y": 363.96 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/VFD", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_1_VFD1" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 312, + "y": 555.98 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/VFD", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_2_VFD1" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 342.91, + "y": 463.97 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/VFD", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_3_VFD1" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 342.91, + "y": 429.95 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/VFD", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_4_VFD1" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 342.91, + "y": 398.95 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/VFD", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_5_VFD1" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 356.93, + "y": 346.03 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/VFD", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_1_VFD1" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 527.04, + "y": 346.03 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/VFD", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_2_VFD1" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 686.97, + "y": 346.03 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/VFD", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_3_VFD1" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 1444.02, + "y": 335.99 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/VFD", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_4_VFD1" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 1512.95, + "y": 347 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/VFD", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_5_VFD1" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 1593.97, + "y": 478.98 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/VFD", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_6_VFD1" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 1601.07, + "y": 552.96 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/VFD", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_7_VFD1" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 1606.07, + "y": 605.02 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/VFD", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_8_VFD1" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 1666.93, + "y": 624.02 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/VFD", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_9AL_VFD1" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 1713.01, + "y": 627.05 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/VFD", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_10_VFD1" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 1786.93, + "y": 628.02 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/VFD", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_11_VFD1" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 1838, + "y": 627.05 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/VFD", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_9B_VFD1" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 1742, + "y": 627.05 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "red", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/VFD", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_1_JR1" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 30.91, + "y": 463.97 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_1_JR1" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 221.95, + "y": 483.95 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_1_JR1" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 231.93, + "y": 366.01 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_1_JR2" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 421.05, + "y": 361.04 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_1_JR3" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 564.09, + "y": 276.05 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_2_JR1" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 973.05, + "y": 276.05 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_4_JR3" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 1526, + "y": 420.01 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_8_JR2" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 1646, + "y": 683.96 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_8_JR1" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 1642.93, + "y": 625 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_10_JR2" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 1786.93, + "y": 690.01 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_10_JR1" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 1763.89, + "y": 581.04 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/JR_Button", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_1_SIO1" + }, + "position": { + "height": 22.03, + "width": 39.94, + "x": 306.05, + "y": 532.98 + }, + "props": { + "params": { + "tagProps": [ + "baro gio", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Safety_IO", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_2_SIO1" + }, + "position": { + "height": 22.03, + "width": 39.94, + "x": 366.91, + "y": 463 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Safety_IO", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_3_SIO1" + }, + "position": { + "height": 22.03, + "width": 39.94, + "x": 366.91, + "y": 431.03 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Safety_IO", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_4_SIO1" + }, + "position": { + "height": 22.03, + "width": 39.94, + "x": 366.91, + "y": 401 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Safety_IO", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_1_SIO1" + }, + "position": { + "height": 22.03, + "width": 39.94, + "x": 121.92, + "y": 496.04 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Safety_IO", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_2_SIO1" + }, + "position": { + "height": 22.03, + "width": 39.94, + "x": 138.05, + "y": 451.01 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Safety_IO", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_3_SIO1" + }, + "position": { + "height": 22.03, + "width": 39.94, + "x": 176.06, + "y": 428 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Safety_IO", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_4_SIO1" + }, + "position": { + "height": 22.03, + "width": 39.94, + "x": 206.01, + "y": 405 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Safety_IO", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_5_SIO1" + }, + "position": { + "height": 22.03, + "width": 39.94, + "x": 207.93, + "y": 343.01 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Safety_IO", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_5_SIO1" + }, + "position": { + "height": 22.03, + "width": 39.94, + "x": 378.04, + "y": 359.96 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Safety_IO", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_1_SIO1" + }, + "position": { + "height": 22.03, + "width": 39.94, + "x": 483.07, + "y": 346.03 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Safety_IO", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_3_SIO1" + }, + "position": { + "height": 22.03, + "width": 39.94, + "x": 643, + "y": 346.03 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Safety_IO", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_3_SIO2" + }, + "position": { + "height": 22.03, + "width": 39.94, + "x": 1400.05, + "y": 335.99 + }, + "props": { + "params": { + "tagProps": [ + "sdfsdf", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Safety_IO", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_4_SIO1" + }, + "position": { + "height": 22.03, + "width": 39.94, + "x": 1476.08, + "y": 366.98 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Safety_IO", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_5_SIO1" + }, + "position": { + "height": 19.98, + "width": 39.94, + "x": 1592.05, + "y": 455 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Safety_IO", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_6_SIO1" + }, + "position": { + "height": 22.03, + "width": 39.94, + "x": 1602.03, + "y": 525.96 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Safety_IO", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_7_SIO1" + }, + "position": { + "height": 22.03, + "width": 39.94, + "x": 1606.07, + "y": 578.99 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Safety_IO", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_8_SIO1" + }, + "position": { + "height": 22.03, + "width": 39.94, + "x": 1668.08, + "y": 598.97 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Safety_IO", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_9AL_SIO1" + }, + "position": { + "height": 22.03, + "width": 39.94, + "x": 1713.01, + "y": 604.04 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Safety_IO", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_9B_SIO1" + }, + "position": { + "height": 22.03, + "width": 39.94, + "x": 1756.98, + "y": 605.02 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Safety_IO", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_11_SIO1" + }, + "position": { + "height": 22.03, + "width": 39.94, + "x": 1862, + "y": 552.96 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Safety_IO", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_10_SIO1" + }, + "position": { + "height": 22.03, + "width": 39.94, + "x": 1808.05, + "y": 604.04 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Safety_IO", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "MCM01" + }, + "position": { + "height": 30.02, + "width": 42.05, + "x": 449.66, + "y": 405 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/MCM", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/MCM" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_1_DPM1" + }, + "position": { + "height": 30.02, + "width": 29.95, + "x": 269.57, + "y": 265.03 + }, + "props": { + "params": { + "forceFaultStatus": null, + "forceRunningStatus": null, + "has_state": false, + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/DPM" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_5_DPM1" + }, + "position": { + "height": 30.02, + "width": 29.95, + "x": 1599.54, + "y": 374.98 + }, + "props": { + "params": { + "forceFaultStatus": null, + "forceRunningStatus": null, + "has_state": false, + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/DPM" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PDP01_FIOM1" + }, + "position": { + "height": 22.03, + "width": 39.94, + "x": 1406.96, + "y": 384.05 + }, + "props": { + "params": { + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Field_IO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_1_BCN3_A" + }, + "position": { + "height": 19.98, + "width": 19.97, + "x": 421.05, + "y": 339.98 + }, + "props": { + "params": { + "forceFaultStatus": null, + "name": "amber", + "tagProps": [ + "System/MCM01/Station/SSPB/UL6_1_SS1", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Equipment/Beacon", + "style": { + "overflow": "hidden" + } + }, + "type": "ia.display.view" + } + ], + "meta": { + "name": "CoordinateContainer" + }, + "position": { + "height": 1, + "rotate": {}, + "width": 1 + }, + "propConfig": { + "custom.isVerticalRotation": { + "binding": { + "config": { + "expression": "if({session.custom.rotation} \u003d \"90deg\" || {session.custom.rotation} \u003d \"270deg\", true, false)" + }, + "type": "expr" + } + }, + "custom.rotation": { + "binding": { + "config": { + "path": "session.custom.rotation" + }, + "type": "property" + } + }, + "position.rotate.angle": { + "binding": { + "config": { + "path": "this.custom.rotation" + }, + "type": "property" + } + }, + "props.mode": { + "binding": { + "config": { + "path": "this.custom.rotation" + }, + "transforms": [ + { + "fallback": "percent", + "inputType": "scalar", + "mappings": [ + { + "input": "90deg", + "output": "fixed" + }, + { + "input": "270deg", + "output": "fixed" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + } + }, + "props.style.marginTop": { + "binding": { + "config": { + "expression": "if({this.custom.isVerticalRotation}, 500, 0)" + }, + "type": "expr" + } + } + }, + "props": { + "style": { + "overflow": "visible" + } + }, + "type": "ia.container.coord" + } + ], + "meta": { + "name": "root" + }, + "propConfig": { + "props.style.overflow": { + "binding": { + "config": { + "expression": "if({./CoordinateContainer.custom.isVerticalRotation}, \"visible\", \"hidden\")" + }, + "type": "expr" + } + } + }, + "props": { + "mode": "percent" + }, + "type": "ia.container.coord" + } +} \ No newline at end of file diff --git a/.resources/d2d9a887c376d96a741c3c8aa809fd0ea6bd658dffb251068f7b222fd81c32fe b/.resources/d2d9a887c376d96a741c3c8aa809fd0ea6bd658dffb251068f7b222fd81c32fe new file mode 100644 index 00000000..5a36cf91 --- /dev/null +++ b/.resources/d2d9a887c376d96a741c3c8aa809fd0ea6bd658dffb251068f7b222fd81c32fe @@ -0,0 +1,7 @@ +SELECT + alltable.ACTUAL_DEST as Lane, + concat(cast(COUNT(*) as char),' pph') AS Total_count, + concat(cast(SUM(alltable.DivertStatus = 5) as char),' pph') AS DestFull_count +FROM alltable +Where (alltable.t_stamp BETWEEN :starttime AND :endtime) +GROUP BY (alltable.ACTUAL_DEST) \ No newline at end of file diff --git a/.resources/d3914d7af6bee438bac772bac1628ec3d0d6c8e563d1a34317d07ef6a6efb0ec b/.resources/d3914d7af6bee438bac772bac1628ec3d0d6c8e563d1a34317d07ef6a6efb0ec new file mode 100644 index 00000000..69901f18 --- /dev/null +++ b/.resources/d3914d7af6bee438bac772bac1628ec3d0d6c8e563d1a34317d07ef6a6efb0ec @@ -0,0 +1,789 @@ +{ + "custom": {}, + "params": { + "Status": "", + "tagProps": [ + "MCM01", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "propConfig": { + "params.Status": { + "paramDirection": "input", + "persistent": true + }, + "params.tagProps": { + "paramDirection": "input", + "persistent": true + } + }, + "props": { + "defaultSize": { + "height": 212, + "width": 336 + } + }, + "root": { + "children": [ + { + "children": [ + { + "meta": { + "name": "Label" + }, + "position": { + "basis": "400px" + }, + "propConfig": { + "props.text": { + "binding": { + "config": { + "path": "view.params.tagProps[0]" + }, + "type": "property" + } + } + }, + "props": { + "textStyle": { + "textIndent": "10px" + } + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "JAM", + "tooltip": { + "enabled": true, + "text": "Jams" + } + }, + "position": { + "basis": "24px", + "shrink": 0 + }, + "props": { + "path": "autStand/Equipment/JAM", + "style": { + "marginRight": "5px" + } + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "Label_0" + }, + "position": { + "basis": "10px", + "grow": 1 + }, + "props": { + "style": { + "marginRight": "10px" + }, + "text": 0, + "textStyle": { + "textAlign": "end" + } + }, + "type": "ia.display.label" + } + ], + "meta": { + "name": "FlexContainer" + }, + "position": { + "basis": "60px" + }, + "props": { + "style": { + "backgroundColor": "#555555", + "key": "value" + } + }, + "type": "ia.container.flex" + }, + { + "children": [ + { + "meta": { + "name": "Label_0" + }, + "position": { + "basis": "50px" + }, + "props": { + "style": { + "marginLeft": 10 + }, + "text": "AREA", + "textStyle": { + "fontFamily": "Roboto", + "fontSize": 12 + } + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label" + }, + "position": { + "basis": "195px" + }, + "propConfig": { + "props.text": { + "binding": { + "config": { + "path": "/root.custom.area_display" + }, + "type": "property" + } + } + }, + "props": { + "style": { + "marginLeft": 50 + }, + "textStyle": { + "fontSize": 12 + } + }, + "type": "ia.display.label" + } + ], + "meta": { + "name": "FlexContainer_0" + }, + "position": { + "basis": "80px" + }, + "props": { + "style": { + "borderBottomColor": "#555555", + "borderBottomStyle": "solid", + "borderBottomWidth": 0.5, + "borderLeftColor": "#555555", + "borderLeftStyle": "none", + "borderLeftWidth": 0.5, + "borderRightColor": "#555555", + "borderRightStyle": "none", + "borderRightWidth": 0.5, + "borderTopColor": "#555555", + "borderTopStyle": "solid", + "borderTopWidth": 0.5 + } + }, + "type": "ia.container.flex" + }, + { + "children": [ + { + "meta": { + "name": "Label_0" + }, + "position": { + "basis": "50px" + }, + "props": { + "style": { + "marginLeft": 10 + }, + "text": "STATUS", + "textStyle": { + "fontFamily": "Roboto", + "fontSize": 12 + } + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "EmbeddedView" + }, + "position": { + "basis": "200px" + }, + "propConfig": { + "props.params.value.tagProps[0]": { + "binding": { + "config": { + "expression": "{view.params.tagProps[0]}" + }, + "type": "expr" + } + } + }, + "props": { + "params": { + "key": "value", + "value": { + "tagProps": [ + null, + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + } + }, + "path": "autStand/Equipment/Controller-Views/CommandControlStatus" + }, + "type": "ia.display.view" + } + ], + "meta": { + "name": "FlexContainer_1" + }, + "position": { + "basis": "80px" + }, + "props": { + "justify": "space-around", + "style": { + "borderBottomColor": "#555555", + "borderBottomStyle": "solid", + "borderBottomWidth": 0.5 + } + }, + "type": "ia.container.flex" + }, + { + "children": [ + { + "meta": { + "name": "Icon" + }, + "position": { + "basis": "25px" + }, + "propConfig": { + "props.color": { + "binding": { + "config": { + "path": "/root.custom.counts" + }, + "transforms": [ + { + "code": "\tfor v in value.values():\n\t\tif v \u003e 0:\n\t\t\treturn \"red\"\n\treturn \"\"", + "type": "script" + } + ], + "type": "property" + } + } + }, + "props": { + "path": "material/notifications_active", + "style": { + "classes": "", + "marginLeft": 10 + } + }, + "type": "ia.display.icon" + }, + { + "meta": { + "name": "Label" + }, + "position": { + "basis": "100px" + }, + "props": { + "style": { + "marginLeft": 10 + }, + "text": "ACTIVE ALARMS", + "textStyle": { + "fontFamily": "Roboto", + "fontSize": 12 + } + }, + "type": "ia.display.label" + } + ], + "meta": { + "name": "FlexContainer_3" + }, + "position": { + "basis": "80px" + }, + "type": "ia.container.flex" + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "meta": { + "name": "Label_0" + }, + "position": { + "basis": "32px" + }, + "props": { + "text": "High", + "textStyle": { + "fontSize": 10 + } + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_1" + }, + "position": { + "basis": "32px" + }, + "props": { + "text": "Medium", + "textStyle": { + "fontSize": 10 + } + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_2" + }, + "position": { + "basis": "32px" + }, + "props": { + "text": "Low", + "textStyle": { + "fontSize": 10 + } + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_3" + }, + "position": { + "basis": "32px" + }, + "props": { + "text": "Diag", + "textStyle": { + "fontSize": 10 + } + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_4" + }, + "position": { + "basis": "32px" + }, + "props": { + "text": "Total", + "textStyle": { + "fontSize": 10 + } + }, + "type": "ia.display.label" + } + ], + "meta": { + "name": "FlexContainer" + }, + "position": { + "basis": "200px" + }, + "props": { + "justify": "space-between" + }, + "type": "ia.container.flex" + }, + { + "children": [ + { + "meta": { + "name": "Label_0" + }, + "position": { + "basis": "32px" + }, + "props": { + "text": 5, + "textStyle": { + "fontSize": 10, + "textAlign": "center" + } + }, + "scripts": { + "customMethods": [], + "extensionFunctions": null, + "messageHandlers": [ + { + "messageType": "update-alarm-count", + "pageScope": false, + "script": "\thigh \u003d payload.get(\"High\",0)\n\tself.props.text \u003d high", + "sessionScope": false, + "viewScope": true + } + ] + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_1" + }, + "position": { + "basis": "32px" + }, + "props": { + "text": 2, + "textStyle": { + "fontSize": 10, + "textAlign": "center" + } + }, + "scripts": { + "customMethods": [], + "extensionFunctions": null, + "messageHandlers": [ + { + "messageType": "update-alarm-count", + "pageScope": false, + "script": "\tmedium \u003d payload.get(\"Medium\",0)\n\tself.props.text \u003d medium", + "sessionScope": false, + "viewScope": true + } + ] + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_2" + }, + "position": { + "basis": "32px" + }, + "props": { + "text": 0, + "textStyle": { + "fontSize": 10, + "textAlign": "center" + } + }, + "scripts": { + "customMethods": [], + "extensionFunctions": null, + "messageHandlers": [ + { + "messageType": "update-alarm-count", + "pageScope": false, + "script": "\tlow \u003d payload.get(\"Low\",0)\n\tself.props.text \u003d low", + "sessionScope": false, + "viewScope": true + } + ] + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_3" + }, + "position": { + "basis": "32px" + }, + "props": { + "text": 3, + "textStyle": { + "fontSize": 10, + "textAlign": "center" + } + }, + "scripts": { + "customMethods": [], + "extensionFunctions": null, + "messageHandlers": [ + { + "messageType": "update-alarm-count", + "pageScope": false, + "script": "\tdiag \u003d payload.get(\"Diagnostic\",0)\n\tself.props.text \u003d diag", + "sessionScope": false, + "viewScope": true + } + ] + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_4" + }, + "position": { + "basis": "32px" + }, + "props": { + "text": 10, + "textStyle": { + "fontSize": 10, + "textAlign": "center" + } + }, + "scripts": { + "customMethods": [], + "extensionFunctions": null, + "messageHandlers": [ + { + "messageType": "update-alarm-count", + "pageScope": false, + "script": "\tcritical \u003d payload.get(\"Critical\",0)\n\thigh \u003d payload.get(\"High\",0)\n\tmed \u003d payload.get(\"Medium\",0)\n\tlow \u003d payload.get(\"Low\",0)\n\tdiag \u003d payload.get(\"Diagnostic\",0)\n\t\n\ttotal \u003d critical + high + med + low + diag\n\tself.props.text \u003d total\n\t", + "sessionScope": false, + "viewScope": true + } + ] + }, + "type": "ia.display.label" + } + ], + "meta": { + "name": "FlexContainer_1" + }, + "position": { + "basis": "200px" + }, + "props": { + "justify": "space-between" + }, + "type": "ia.container.flex" + } + ], + "meta": { + "name": "FlexContainer" + }, + "position": { + "basis": "334px" + }, + "props": { + "direction": "column" + }, + "type": "ia.container.flex" + } + ], + "meta": { + "name": "FlexContainer_2" + }, + "position": { + "basis": "80px" + }, + "props": { + "style": { + "marginBottom": 5, + "marginLeft": 10, + "marginRight": 10 + } + }, + "type": "ia.container.flex" + } + ], + "custom": { + "counts": { + "Critical": 0, + "Diagnostic": 3, + "High": 5, + "Low": 0, + "Medium": 2 + } + }, + "events": { + "dom": { + "onClick": { + "config": { + "script": "\tDETAILED_VIEWS \u003d {\n\t\t\"MCM01\": \"/autStand/MCM01\",\n\t\t\"MCM02\": \"/autStand/MCM02\"\n\t}\n\tpage \u003d self.view.params.tagProps[0]\n\t\n\tsystem.perspective.navigate(DETAILED_VIEWS[page])" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "root" + }, + "propConfig": { + "custom.Total": { + "binding": { + "config": { + "expression": "{this.custom.counts.Critical} + {this.custom.counts.Diagnostic} + {this.custom.counts.High} + {this.custom.counts.Low} + {this.custom.counts.Medium}" + }, + "type": "expr" + } + }, + "custom.area": { + "binding": { + "config": { + "expression": "jsonGet({this.custom.plc_dict}, \"Area\")" + }, + "type": "expr" + } + }, + "custom.area_display": { + "binding": { + "config": { + "expression": "if(len({this.custom.sub_area})\u003e0,\r\nconcat({this.custom.area} + \"/\" + {this.custom.sub_area}),\r\n{this.custom.area})" + }, + "type": "expr" + } + }, + "custom.counts": { + "onChange": { + "enabled": null, + "script": "\tsystem.perspective.sendMessage(\"update-alarm-count\", self.custom.counts, \"view\")" + } + }, + "custom.plc_dict": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "fc": "{session.custom.fc}" + }, + "tagPath": "[{fc}_SCADA_TAG_PROVIDER]Configuration/PLC" + }, + "transforms": [ + { + "expression": "jsonGet({value}, {view.params.tagProps[0]})", + "type": "expression" + } + ], + "type": "tag" + } + }, + "custom.provider": { + "binding": { + "config": { + "expression": "\"[\"+{session.custom.fc}+\"_SCADA_TAG_PROVIDER]\"" + }, + "type": "expr" + } + }, + "custom.status": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "0": "{view.params.tagProps[0]}", + "fc": "{session.custom.fc}" + }, + "tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/ALARMST" + }, + "transforms": [ + { + "expression": "if(isNull({value}), 0, {value})", + "type": "expression" + }, + { + "fallback": null, + "inputType": "scalar", + "mappings": [ + { + "input": 4, + "output": 1 + }, + { + "input": 3, + "output": 2 + }, + { + "input": 2, + "output": 3 + }, + { + "input": 1, + "output": 4 + }, + { + "input": 0, + "output": 5 + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "tag" + } + }, + "custom.sub_area": { + "binding": { + "config": { + "expression": "jsonGet({this.custom.plc_dict}, \"SubArea\")" + }, + "type": "expr" + } + }, + "custom.table": { + "binding": { + "config": { + "polling": { + "enabled": true, + "rate": "3" + }, + "queryPath": "Alarms-autStand/GetActiveAlarmsByLocationAndPriority" + }, + "type": "query" + }, + "onChange": { + "enabled": null, + "script": "\ttry:\n\t\tMCM \u003d self.view.params.tagProps[0]\n\t\tdata \u003d currentValue.value\n\t\t\n\t\t# Convert dataset to PyDataSet\n\t\trows \u003d system.dataset.toPyDataSet(data)\n\t\t\n\t\t# Initialize counts dictionary with first-letter uppercase keys\n\t\tcounts \u003d {\n\t\t\t\"Low\": 0,\n\t\t\t\"Medium\": 0,\n\t\t\t\"High\": 0,\n\t\t\t\"Critical\": 0,\n\t\t\t\"Diagnostic\": 0\n\t\t}\n\t\t\n\t\t# Loop through rows and filter for current MCM\n\t\tfor row in rows:\n\t\t\tif row[\"Location\"] \u003d\u003d MCM:\n\n\t\t\t\tpriority \u003d row[\"Priority\"].capitalize()\n\t\t\t\tif priority in counts:\n\t\t\t\t\tcounts[priority] \u003d row[\"Count\"]\n\t\t\n\t\tself.custom.counts \u003d counts\n\t\n\texcept Exception as e:\n\t\tsystem.perspective.print(\"Error gaq dzma: \" + str(e))" + } + }, + "meta.visible": { + "binding": { + "config": { + "expression": "if({session.custom.covert} \u003d False \u0026\u0026 {this.custom.status} \u003d 5, False, True)" + }, + "type": "expr" + } + } + }, + "props": { + "direction": "column", + "style": { + "animationFillMode": "both", + "borderBottomLeftRadius": 10, + "borderBottomRightRadius": 10, + "borderColor": "#555555", + "borderStyle": "solid", + "borderTopLeftRadius": 10, + "borderTopRightRadius": 10, + "borderWidth": 1, + "box-shadow": "5px 5px 5px grey", + "classes": "Background-Styles/Controller", + "cursor": "pointer" + } + }, + "type": "ia.container.flex" + } +} \ No newline at end of file diff --git a/.resources/d607eb79f6e0f86de655f59d74f4dfc9ab9ec714c529e66b42747522dae14c65 b/.resources/d607eb79f6e0f86de655f59d74f4dfc9ab9ec714c529e66b42747522dae14c65 new file mode 100644 index 00000000..aae76e11 --- /dev/null +++ b/.resources/d607eb79f6e0f86de655f59d74f4dfc9ab9ec714c529e66b42747522dae14c65 @@ -0,0 +1,6 @@ +SELECT IFNULL(max(total_count*12),0) as max_pph FROM ( +SELECT + Round(SUM(alltable.ACTUAL_DEST <> 'S0199' and alltable.ACTUAL_DEST <> 'S0168')) AS total_count +FROM alltable +Where (alltable.t_stamp BETWEEN :starttime AND :endtime) +GROUP BY UNIX_TIMESTAMP(alltable.t_stamp) DIV 300) basa \ No newline at end of file diff --git a/.resources/dacab1e5db1b5cd217b7a3afb6c6f96466f30b1fc4b08767fb8fcf37a6402656 b/.resources/dacab1e5db1b5cd217b7a3afb6c6f96466f30b1fc4b08767fb8fcf37a6402656 new file mode 100644 index 00000000..754d7a8a --- /dev/null +++ b/.resources/dacab1e5db1b5cd217b7a3afb6c6f96466f30b1fc4b08767fb8fcf37a6402656 @@ -0,0 +1,70 @@ +{ + "custom": {}, + "params": {}, + "props": { + "defaultSize": { + "height": 272, + "width": 215 + } + }, + "root": { + "children": [ + { + "meta": { + "name": "left90" + }, + "position": { + "height": 1.3652, + "width": 1, + "x": 0.0069, + "y": -0.1685 + }, + "props": { + "elements": [ + { + "id": "defs1", + "name": "defs1", + "type": "defs" + }, + { + "elements": [ + { + "d": "M 16.890047,19.897888 C 4.1781605,20.036878 -0.11241603,13.922713 0.16340637,0.16060852 L 8.2822031,0.16091303 C 8.3924473,8.3148192 8.5268195,11.434975 16.856526,11.653146 Z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27089", + "name": "path27089", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.260407" + }, + "type": "path" + } + ], + "id": "layer1", + "name": "layer1", + "type": "group" + } + ], + "viewBox": "0 0 17 20" + }, + "type": "ia.shapes.svg" + } + ], + "meta": { + "name": "root" + }, + "props": { + "mode": "percent", + "style": { + "overflow": "hidden", + "overflowX": "hidden" + } + }, + "type": "ia.container.coord" + } +} \ No newline at end of file diff --git a/.resources/dc0d397115a442292eb4b6380ab39c994fb781ecb6349466492a3c7cdd887128 b/.resources/dc0d397115a442292eb4b6380ab39c994fb781ecb6349466492a3c7cdd887128 new file mode 100644 index 00000000..db927d9f --- /dev/null +++ b/.resources/dc0d397115a442292eb4b6380ab39c994fb781ecb6349466492a3c7cdd887128 @@ -0,0 +1,97 @@ +{ + "custom": {}, + "params": { + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "propConfig": { + "params.tagProps": { + "paramDirection": "input", + "persistent": true + } + }, + "props": { + "defaultSize": { + "height": 180, + "width": 240 + } + }, + "root": { + "children": [ + { + "meta": { + "name": "APF" + }, + "position": { + "basis": "300px", + "grow": 1 + }, + "props": { + "elements": [ + { + "id": "defs1", + "name": "defs1", + "type": "defs" + }, + { + "elements": [ + { + "d": "M 60.234529,3.0617884 V 171.28369 M 60.701449,3.0617884 V 171.28369 m 0,-167.7506919 V 170.81248 m 2.334587,2.82726 v 0.47121 m 0,-173.40521069 V 0.23452949 M 100.85637,94.005279 v -2.356047 m 1.40076,-2.356047 v 3.769674 m -2.80151,55.131551 v 0.94242 M 98.9887,170.81248 V 80.811412 m 0,90.472278 V 80.811412 m 0.46692,93.299538 v 3.29847 m 0,-29.21501 v -38.16799 m 0,-28.743808 v 27.801378 m 0,40.05284 v 28.27259 m 0,-9.89541 v 9.89541 m 0,-96.126808 v 9.4242 m 0,0.94242 V 167.0428 m 0.93383,-75.393568 V 167.0428 m 0,-85.760188 v 9.4242 m 0,76.807198 v 9.89541 m 0.46692,-85.760188 V 167.0428 m 0,-72.095095 v 68.325415 m 0.93384,-84.346554 v 0.94242 m 0,99.896484 v -0.94243 m 0.46692,-9.8954 v 0.94242 m 0,-80.576875 v -0.471213 m 0,6.125733 v 68.325415 m 0.46691,11.30904 v -0.94242 m 0,-89.058654 v -0.471214 m 0.93384,14.1363 v 61.728478 m 0.46691,-60.786065 v 60.786065 m 0,-61.257265 v 0.4712 m 0.46692,77.278415 v -1.88484 m 0,-1.41363 v -1.41363 m 0,-85.288975 v -1.413633 m 0,-1.41362 v -1.413633 m 0.93384,94.241961 v -1.88484 m 0,-1.41363 v -1.41363 m 0,-85.288975 v -1.413633 m 0,-1.41362 v -1.413633 m 1.40075,1.884833 v 0.471214 m 0,89.058654 v 0.94242 m -7.47068,-65.49817 v 0.94243 m 1.40075,54.18912 v 2.82726 m 1.40076,-1.88484 v 3.76968 m 35.48574,0 v -3.76968 m 1.40076,-0.94242 v 2.82726 m -6.06994,7.53936 v -0.94242 m 0,-89.058654 v -0.471214 m 1.86768,92.357128 v -1.88484 m 0,-1.41363 v -1.41363 m 0,-85.288975 v -1.413633 m 0,-1.41362 v -1.413633 m 0.4669,94.241961 v -1.88484 m 0,-1.41363 v -1.41363 m 0,-85.288975 v -1.413633 m 0,-1.41362 v -1.413633 m 0,77.749611 v -59.84364 m 0.46693,59.84364 V 99.188585 m 0.46693,60.786065 V 99.188585 m 0.93383,-15.078713 v 0.471214 m 0,89.058654 v 0.94242 m 0.46691,-11.30904 V 94.947705 m 0,73.979935 v 0.94242 m 0,-80.576875 v -0.471213 m 0.46692,-9.895406 v 0.94242 m 0,99.896484 v -0.94243 m -0.46692,-85.760181 v -3.769674 m 1.40076,4.712094 v -2.356047 m 1.40075,18.377188 v -0.94243 m -1.40075,54.18913 V 94.947705 m 0,72.095095 V 91.649232 m 0.46691,85.760188 v -9.89541 m 0,-76.807198 v -9.4242 m 0,85.760188 V 91.649232 m 0.93384,75.393568 V 91.649232 m 0,85.760188 v -9.89541 m 0,-76.807198 v -9.4242 m 0,96.126808 v -28.27259 m 0,-40.05284 V 81.282612 m 0,28.743808 v 38.16799 m 0.46692,29.21501 v -3.29847 m 0,-2.82726 V 80.811412 m 0,90.001068 V 80.811412 m -0.46692,68.325418 v -0.94242 m -2.33459,-69.267844 0.46692,-0.471207 m 1.86767,2.827253 0.46692,-0.4712 m -41.55568,0.4712 -0.46692,-0.4712 m 2.80151,-1.884846 v -0.471207 m 75.17375,95.184381 v 0.47121 m 0,-173.40521069 V 0.23452949 M 179.29856,170.81248 V 3.5329981 m 0,167.7506919 V 3.0617884 M 179.76547,171.28369 V 3.0617884 M 101.79021,179.76547 h 36.41958 m -36.41958,0 h 36.41958 m 0,0 h -36.41958 m 36.41958,-0.94243 h -36.41958 m 38.75417,-1.41362 h -0.93384 m -40.15492,0 h 0.93383 m 4.20226,-0.94242 h 0.93384 m 29.41582,0 h 0.4669 m 1.86769,-1.88484 h -1.40076 m -28.9489,0 h -1.40075 m -2.80151,0 h 1.40075 m 28.9489,0 h 1.40076 M 99.45562,174.11095 H 63.036036 m 113.927924,0 H 141.0113 M 63.036036,173.63974 H 96.65411 m 46.69177,0 h 33.61808 m -74.23992,0 h 1.40075 m 1.40076,0 h 1.40075 m 26.14739,0 h 1.40076 m 1.40075,0 h 1.40076 M 63.502956,173.16853 H 96.65411 m 46.69177,0 h 33.61808 m -41.55569,-1.41363 h -0.4669 m -29.41582,0 h -0.93384 m -43.890261,-0.47121 h -0.46692 m 119.064031,0 h 0.46691 m -77.50834,-1.41363 h 35.48574 m -2.3346,-69.73905 -2.80149,-2.827258 m 0.93383,-0.942427 2.80152,2.82726 M 96.65411,173.63974 h 0.46692 m 40.62184,-4.7121 h -35.48574 m -1.86768,-1.41363 h -0.93383 m 40.15492,0 h 0.93384 m -1.40075,-0.47121 h 0.46691 m -38.75417,0 h -0.46692 m 39.22109,0 h 0.93384 m -40.15493,0 h -0.93383 m 2.80151,-1.88484 h 35.48574 m -36.8865,-1.88484 h 38.28726 m -33.61808,-1.41362 h 28.9489 m -28.48198,0 h 27.54814 m 0,0 h 0.46692 m -1.40075,-64.555748 h -26.61431 m 27.54814,-0.471213 h -27.54814 m 27.54814,-0.471214 h -28.01506 m -4.66918,-1.41362 h 38.28726 m -1.40076,-1.884846 h -35.48574 m -1.40076,-1.413627 h -0.46692 m 38.75418,0 h 0.46691 m -39.22109,0 h -0.93383 m 40.15492,0 h 0.93384 m -0.93384,-0.94242 h 0.93384 m -40.15493,0 h -0.93383 m 2.80151,-1.413627 h 35.48574 m 0,-0.471213 h -35.48574 m 2.33458,-2.356047 h 0.93384 m 29.41582,0 h 0.4669 m 1.86769,-1.884839 h -1.40076 m -28.9489,0 h -1.40075 m -2.80151,0 h 1.40075 m 28.9489,0 h 1.40076 m -31.75041,-0.471214 h 1.40075 m 1.40076,0 h 1.40075 m 26.14739,0 h 1.40076 m 1.40075,0 h 1.40076 m -1.86769,-1.884833 h -0.4669 m -29.41582,0 h -0.93384 m 35.95267,-0.942427 h -0.93384 m -40.15492,0 h 0.93383 m 1.40076,-1.413626 h 36.41958 m -36.41958,-0.94242 h 36.41958 m 0,0 h -36.41958 m 36.8865,-0.471207 h -36.8865 m 36.8865,0 H 101.32329 M 60.701449,3.0617884 h -0.46692 m 119.064031,0 h 0.46691 M 176.96396,1.1769491 H 63.502956 M 176.96396,0.70573931 H 63.036036 M 176.96396,0.23452949 H 63.036036 M 60.701449,170.81248 c 0,0.47121 0,0.47121 0,0.47121 m 0.46692,-0.47121 c 0,1.41363 0.933834,2.35605 2.334587,2.35605 M 63.036036,0.70573931 c -0.466913,0 -0.466913,0 -0.466913,0 m 0.933833,0 c -1.400753,0 -2.334587,0.94241969 -2.334587,2.35604909 M 108.79397,173.63974 c 0,-1.88484 -1.86767,-3.76968 -3.73534,-3.76968 -2.33459,0 -3.73534,1.88484 -3.73534,3.76968 0,2.35605 1.40075,4.24089 3.73534,4.24089 1.86767,0 3.73534,-1.88484 3.73534,-4.24089 m -0.46692,0 c 0,-1.41363 -1.86766,-2.82726 -3.26842,-2.82726 -1.86767,0 -3.26842,1.41363 -3.26842,2.82726 0,1.88484 1.40075,3.29847 3.26842,3.29847 1.40076,0 3.26842,-1.41363 3.26842,-3.29847 M 98.9887,171.7549 c 0,0 0,0 0,-0.47121 m 2.33459,8.01057 c 0,0 0,0.47121 0.46692,0.47121 m -2.33459,-2.82726 c 0,0.47121 0,0.47121 0,0.47121 m -0.46692,-6.12573 c 0,0 0,0 0.46692,-0.47121 m 1.86767,8.48178 c 0,0 0,0 0.46692,0.47121 m -5.1361,-6.59694 c 1.40076,0 2.33459,-0.94242 2.33459,-2.35605 m 0.46692,6.12573 c 0,1.41363 0.93383,2.35605 2.33459,2.82726 m 0.93383,-5.65452 c 0,0.94241 0.93384,1.88484 1.86767,1.88484 m 2.33459,-2.82726 c 0,-0.94242 -0.46691,-1.41363 -1.40075,-1.41363 m 0,4.24089 c 0.93384,0 1.40075,-0.94243 1.40075,-1.88484 m -2.33459,-2.35605 c -0.93383,0 -1.86767,0.47121 -1.86767,1.41363 m -2.33459,3.76968 c -0.46692,0.47121 0,0.94242 0,1.41363 0.46692,0 0.93384,0.4712 1.40076,0.4712 m 3.73534,-4.71209 c 0,0 0,0 0,0.47121 m 0,-1.41363 c 0,0 0,0.47121 0,0.47121 m -1.40076,0 c 0.46692,0 0.46692,-0.47121 0.46692,-0.47121 m 0,1.41363 c 0,-0.47121 0,-0.47121 -0.46692,-0.47121 m 35.01884,-0.47121 c 0,-1.88484 -1.86767,-3.76968 -4.20226,-3.76968 -1.86768,0 -3.73534,1.88484 -3.73534,3.76968 0,2.35605 1.86766,4.24089 3.73534,4.24089 2.33459,0 4.20226,-1.88484 4.20226,-4.24089 m -0.93384,0 c 0,-1.41363 -1.40075,-2.82726 -3.26842,-2.82726 -1.40076,0 -2.80151,1.41363 -2.80151,2.82726 0,1.88484 1.40075,3.29847 2.80151,3.29847 1.86767,0 3.26842,-1.41363 3.26842,-3.29847 m -5.1361,0.47121 c 0,0.94241 0.46692,1.88484 1.40076,1.88484 m 2.80151,-2.82726 c 0,-0.94242 -0.93383,-1.41363 -1.86769,-1.41363 m 0,4.24089 c 0.93386,0 1.86769,-0.94243 1.86769,-1.88484 m -2.80151,-2.35605 c -0.93384,0 -1.40076,0.47121 -1.40076,1.41363 m 2.80151,0.94242 c -0.46693,0 -0.46693,0 -0.46693,0.47121 m 0,-1.41363 c 0,0 0,0.47121 0.46693,0.47121 m -1.40075,0 c 0,0 0.46692,-0.47121 0.46692,-0.47121 m 0,1.41363 c 0,-0.47121 -0.46692,-0.47121 -0.46692,-0.47121 M 82.64658,152.90651 c 0,-4.24089 -3.268424,-7.06815 -7.003764,-7.06815 -4.20226,0 -7.003767,2.82726 -7.003767,7.06815 0,3.76968 2.801507,7.06814 7.003767,7.06814 3.73534,0 7.003764,-3.29846 7.003764,-7.06814 m 0,-24.0317 c 0,-3.76968 -3.268424,-7.06815 -7.003764,-7.06815 -4.20226,0 -7.003767,3.29847 -7.003767,7.06815 0,4.24088 2.801507,7.53935 7.003767,7.53935 3.73534,0 7.003764,-3.29847 7.003764,-7.53935 m 22.41205,32.51347 c 0,0 0,0 0,0 m -0.93384,-1.41363 c 0,0 0,0 0,0.47121 m 0.93384,0.94242 c 0,0 0,0 0,0 m -0.93384,-1.41363 c 0,0 0,0 0,0 m 0.93384,1.41363 c 0,0 0,0 0,0 m -0.93384,-0.94242 c 0,0 0,0 0,0 m 0.93384,0.94242 c 0.46692,0 0.46692,0 0.46692,0 m -1.40076,-1.41363 c 0,0 0,0 0,0 m 0.93384,0.94243 c 0,0 0,0 0,0.4712 m -0.93384,-0.94242 c 0,0 0,0 0,0 m 0,-0.47121 c 0,0 0,0 0,0 m 1.40076,1.41363 c 0,0 0,0 0,0 m -0.93384,0 c 0,0 0,0 0.46692,0 m -0.93384,-0.94242 c 0,0.47122 0,0.47122 0,0.47122 m 0,-1.41363 c 0,1.41363 0.46692,2.35605 1.86768,2.35605 m -2.33459,-2.35605 c 0,1.41363 0.93383,2.35605 1.86767,2.35605 m -1.40076,-1.88485 c 0,0 0,0 0,0 m 1.40076,1.41363 c 0,0 0,0 0,0 m -0.93384,-0.4712 c 0,0 0,0 0.46692,0 m -0.46692,-0.47122 c 0,0.47122 0,0.47122 0,0.47122 m -0.46692,0 c 0,0 0,0 0.46692,0 m 0,0 c 0,0 0,0 0,0 m -0.46692,-1.41363 c 0,0 0,0.4712 0,0.4712 m 1.40076,1.41363 c 0,0 0.46692,0 0.46692,0 m 27.54814,0.47122 c 1.40076,0 2.33459,-0.94242 2.33459,-2.35605 m -1.40075,2.35605 c 0.93382,0 1.86768,-0.94242 1.86768,-2.35605 m 4.66917,11.78024 c 0,0.47121 0,0.47121 0,0.47121 m -2.80151,8.01057 c 0.46692,0 0.46692,-0.47121 0.46692,-0.47121 m 1.86767,-1.88484 c 0,0 0,0 0.46692,-0.47121 m 35.95266,-3.29847 c 0.46692,0 0.46692,-0.47121 0.46692,-0.47121 m -36.41958,-2.35605 c 0,0.47121 0,0.47121 0,0.47121 m -2.80151,8.48178 c 0.46692,-0.47121 0.46692,-0.47121 0.46692,-0.47121 m 38.28725,-6.12573 c 1.40075,0 2.3346,-0.94242 2.3346,-2.35605 m -38.28726,0 c 0,1.41363 0.93383,2.35605 2.33458,2.35605 m -5.13609,6.59694 c 1.40075,-0.47121 2.33459,-1.41363 2.80151,-2.82726 m -2.80151,1.88483 c 0.46692,0 0.93384,-0.4712 1.40075,-0.4712 0,-0.47121 0.46693,-0.94242 0.46693,-1.41363 m 31.75039,-24.0317 c 0,-4.24089 -3.26841,-7.06815 -7.47067,-7.06815 -3.73535,0 -7.00377,2.82726 -7.00377,7.06815 0,3.76968 3.26842,7.06814 7.00377,7.06814 4.20226,0 7.47067,-3.29846 7.47067,-7.06814 m -0.93383,-24.0317 c 0,-3.29847 -2.80151,-6.12573 -6.53684,-6.12573 -3.26843,0 -6.06994,2.82726 -6.06994,6.12573 0,3.76967 2.80151,6.59694 6.06994,6.59694 3.73533,0 6.53684,-2.82727 6.53684,-6.59694 m -88.24745,-23.5605 c 0,-4.24088 -3.268424,-7.068138 -7.003764,-7.068138 -4.20226,0 -7.003767,2.827258 -7.003767,7.068138 0,3.76968 2.801507,7.06816 7.003767,7.06816 3.73534,0 7.003764,-3.29848 7.003764,-7.06816 m 0,-24.031698 c 0,-4.24088 -3.268424,-7.06814 -7.003764,-7.06814 -4.20226,0 -7.003767,2.82726 -7.003767,7.06814 0,3.76968 2.801507,7.068153 7.003767,7.068153 3.73534,0 7.003764,-3.298473 7.003764,-7.068153 m 18.67671,-3.298466 c -1.40076,0 -2.33459,0.94242 -2.33459,2.356053 m 2.80151,-1.88484 c -1.40076,0 -2.33459,0.94242 -2.33459,2.356053 m 2.33459,-1.413633 c -0.46692,0 -0.93384,0 -1.40076,0.471207 0,0.471213 -0.46692,0.471213 0,0.942426 M 82.64658,57.250917 c 0,-3.769679 -3.268424,-7.068148 -7.003764,-7.068148 -4.20226,0 -7.003767,3.298469 -7.003767,7.068148 0,4.240888 2.801507,7.539357 7.003767,7.539357 3.73534,0 7.003764,-3.298469 7.003764,-7.539357 m 56.49705,26.858955 c 0,-1.884833 -1.86767,-3.769673 -4.20226,-3.769673 -1.86768,0 -3.73534,1.88484 -3.73534,3.769673 0,2.356053 1.86766,4.240893 3.73534,4.240893 2.33459,0 4.20226,-1.88484 4.20226,-4.240893 m -30.34966,0 c 0,-1.884833 -1.86767,-3.769673 -3.73534,-3.769673 -2.33459,0 -3.73534,1.88484 -3.73534,3.769673 0,2.356053 1.40075,4.240893 3.73534,4.240893 1.86767,0 3.73534,-1.88484 3.73534,-4.240893 m 29.41582,0 c 0,-1.413626 -1.40075,-2.82726 -3.26842,-2.82726 -1.40076,0 -2.80151,1.413634 -2.80151,2.82726 0,1.884847 1.40075,3.298473 2.80151,3.298473 1.86767,0 3.26842,-1.413626 3.26842,-3.298473 m -29.88274,0 c 0,-1.413626 -1.86766,-2.82726 -3.26842,-2.82726 -1.86767,0 -3.26842,1.413634 -3.26842,2.82726 0,1.884847 1.40075,3.298473 3.26842,3.298473 1.40076,0 3.26842,-1.413626 3.26842,-3.298473 m 24.74664,0.471214 c 0,0.942419 0.46692,1.884839 1.40076,1.884839 m 2.80151,-2.827253 c 0,-0.942426 -0.93383,-1.413633 -1.86769,-1.413633 m 0,4.240886 c 0.93386,0 1.86769,-0.94242 1.86769,-1.884839 m -2.80151,-2.356047 c -0.93384,0 -1.40076,0.471207 -1.40076,1.413633 m -30.34965,0.942414 c 0,0.942419 0.93384,1.884839 1.86767,1.884839 m 2.33459,-2.827253 c 0,-0.942426 -0.46691,-1.413633 -1.40075,-1.413633 m 0,4.240886 c 0.93384,0 1.40075,-0.94242 1.40075,-1.884839 m -2.33459,-2.356047 c -0.93383,0 -1.86767,0.471207 -1.86767,1.413633 m 3.26843,13.193867 c -1.40076,0 -1.86768,0.94242 -1.86768,1.884846 m 1.40076,-2.35606 c -0.93384,0 -1.86767,0.471214 -1.86767,1.884847 M 135.8752,84.581086 c -0.46693,0 -0.46693,0 -0.46693,0.471206 m 0,-1.884833 c 0,0.471213 0,0.471213 0.46693,0.471213 m -1.40075,0 c 0,0 0.46692,0 0.46692,-0.471213 m 0,1.884833 c 0,-0.471206 -0.46692,-0.471206 -0.46692,-0.471206 m -28.9489,0 c 0,0 0,0 0,0.471206 m 0,-1.884833 c 0,0.471213 0,0.471213 0,0.471213 m -1.40076,0 c 0.46692,0 0.46692,0 0.46692,-0.471213 m 0,1.884833 c 0,-0.471206 0,-0.471206 -0.46692,-0.471206 M 82.64658,33.690426 c 0,-4.240888 -3.268424,-7.068147 -7.003764,-7.068147 -4.20226,0 -7.003767,2.827259 -7.003767,7.068147 0,3.769678 2.801507,7.068147 7.003767,7.068147 3.73534,0 7.003764,-3.298469 7.003764,-7.068147 m -0.46692,0 c 0,-3.769678 -2.801504,-6.596938 -6.536844,-6.596938 -3.73534,0 -6.536847,2.82726 -6.536847,6.596938 0,3.769678 2.801507,6.596937 6.536847,6.596937 3.73534,0 6.536844,-2.827259 6.536844,-6.596937 m 59.29855,46.649773 c 0,-1.413633 -1.40074,-2.356053 -2.8015,-2.356053 m 2.33459,2.827266 c -0.46692,-1.413633 -1.40076,-2.356053 -2.80151,-2.356053 m 1.86768,2.356053 c 0,-0.471213 -0.46693,-0.471213 -0.46693,-0.942426 -0.46691,-0.471207 -0.93383,-0.471207 -1.40075,-0.471207 m 33.61807,25.916531 c 0,-4.24088 -3.26841,-7.068138 -7.47067,-7.068138 -3.73535,0 -7.00377,2.827258 -7.00377,7.068138 0,3.76968 3.26842,7.06816 7.00377,7.06816 4.20226,0 7.47067,-3.29848 7.47067,-7.06816 m 0,-24.031698 c 0,-4.24088 -3.26841,-7.06814 -7.47067,-7.06814 -3.73535,0 -7.00377,2.82726 -7.00377,7.06814 0,3.76968 3.26842,7.068153 7.00377,7.068153 4.20226,0 7.47067,-3.298473 7.47067,-7.068153 m 0,-24.031695 c 0,-3.769679 -3.26841,-7.068148 -7.47067,-7.068148 -3.73535,0 -7.00377,3.298469 -7.00377,7.068148 0,4.240888 3.26842,7.539357 7.00377,7.539357 4.20226,0 7.47067,-3.298469 7.47067,-7.539357 m 0,-23.560491 c 0,-4.240888 -3.26841,-7.068147 -7.47067,-7.068147 -3.73535,0 -7.00377,2.827259 -7.00377,7.068147 0,3.769678 3.26842,7.068147 7.00377,7.068147 4.20226,0 7.47067,-3.298469 7.47067,-7.068147 m 7.93761,-30.6286376 c 0,-0.4712099 -0.46691,-0.4712099 -0.46691,-0.4712099 m 0,0.4712099 c 0,-1.4136294 -0.93385,-2.35604909 -2.3346,-2.35604909 M 134.00753,161.8595 l 0.93384,-0.47122 0.4669,-0.4712 0.46693,-0.47122 v -0.47121 M 105.99247,96.832539 h -0.93384 l -0.46692,0.471213 -0.46692,0.471207 v 0.942426 m 35.01884,-4.712106 v 0.942426 m 0,68.325415 v 0.94242 m -38.28726,0 v -0.94242 m 0,-68.325415 v -0.942426 m 0,-2.356047 v -1.413633 l 0.46692,-0.4712 0.93384,-0.471214 m -1.86768,1.413627 0.46692,-1.413627 0.46692,-0.471213 h 0.93384 m -1.86768,1.88484 v 0.94242 m 1.86768,3.298473 v -1.884846 m 35.48574,-4.240887 h 0.93384 l 0.46692,0.471213 0.46691,1.413627 m -1.86767,-1.413627 0.93384,0.471214 0.46692,0.4712 v 1.413633 m 0.46691,0 v -0.94242 m -1.86767,2.356047 v 1.884846 m 1.40076,72.095095 v 1.41364 l -0.46692,0.4712 h -0.93384 m 1.86767,-1.41363 -0.46691,1.41363 -0.46692,0.47121 -0.93384,0.47121 m 1.86767,-2.35605 v -0.47121 m -1.86767,-3.76968 v 1.88484 m -35.48574,4.7121 -0.93384,-0.47121 -0.46692,-0.47121 -0.46692,-1.41363 m 1.86768,1.41363 h -0.93384 l -0.46692,-0.4712 v -1.41364 m -0.46692,0 v 0.47121 m 1.86768,-2.35605 v -1.88484 m -1.40076,0.94242 0.46692,0.47122 0.93384,0.4712 m 35.48574,0 0.93384,-0.4712 0.46692,-0.47122 m 0,-70.210261 -0.46692,-0.471207 -0.93384,-0.471213 m -35.48574,0 -0.93384,0.471213 -0.46692,0.471207 m -1.40075,-3.298467 v 0.94242 m 0,75.393568 v 0.47121 m 41.08876,0 v -0.47121 m 0,-75.393568 v -0.94242 M 99.45562,172.69732 v 1.41363 m -2.33459,-0.47121 1.40075,-0.47121 m 44.35719,0.47121 -0.93384,-0.47121 m -0.93383,0.94242 v -1.41363 m -42.0226,-1.41363 0.46692,1.41363 m 77.50834,1.41363 h 0.93383 l 0.93385,-0.94242 0.93383,-0.94242 v -0.94242 m 0,-168.2219016 V 2.1193688 l -0.93383,-0.9424197 -0.93385,-0.47120979 -0.93383,-0.47120982 m -113.927924,0 -0.933833,0.47120982 -0.933834,0.47120979 -0.93384,0.9424197 v 0.9424196 m 0,168.2219016 v 0.94242 l 0.93384,0.94242 0.933834,0.94242 h 0.933833 m 77.508344,3.76968 -0.46691,1.41363 -1.40076,0.47121 m 0,0 1.40076,-0.47121 0.46691,-0.94242 m -41.08876,-0.47121 0.46691,1.41363 1.40076,0.47121 m -1.86767,-1.41363 0.93383,0.94242 0.93384,0.47121 M 62.569123,0.70573931 61.635283,1.1769491 61.168369,1.648159 60.701449,2.1193688 V 3.0617884 M 179.29856,2.5905785 V 2.1193688 l -0.93385,-0.9424197 -0.46692,-0.47120979 h -0.93383 M 60.701449,171.7549 v 0.47121 l 0.933834,0.94242 0.46692,0.47121 h 0.933833 m 114.394844,0 0.93383,-0.47121 0.46693,-0.47121 0.46692,-0.47121 v -0.94242 m -80.77678,1.88484 0.46692,-0.94242 m 42.0226,0.47121 v -1.41363 m 0.93383,1.88484 -0.93383,-0.94242 m 0,-91.414698 c -0.46692,-1.413633 -1.40076,-2.356053 -2.80151,-2.356053 m -36.41958,0 c -1.40076,0 -2.33459,0.94242 -2.33459,2.356053 m 0,96.126798 c 0,1.41363 0.93383,2.35605 2.33459,2.35605 m 36.41958,0 c 1.40075,0 2.33459,-0.94242 2.80151,-2.35605 m -41.55568,-67.383 c 0,0 0,0.47121 0,0.47121 m 0,-0.94243 c 0,0 0,-0.4712 0,-0.4712 m 0,40.52404 c 0,0 0,-0.47121 0,-0.47121 m 0,-0.47121 c 0,0 0,0 0,0 m 41.08876,0 c 0,0 0.46692,0 0.46692,0 m 0,0.47121 c 0,0 0,0.47121 0,0.47121 m 0,-40.52404 c 0,0 0,0.4712 0,0.4712 m 0,0.94243 c 0,0 -0.46692,-0.47121 -0.46692,-0.47121 m 0.46692,-28.743798 c 0,-1.413633 -0.93383,-2.356053 -2.33459,-2.356053 m -39.22109,1.88484 c 0,0 0,0 0,0.471213 m 0,-0.942426 c 0,0 0,0 0,0.471213 m 1.40075,-1.88484 c -0.93384,0 -1.40075,0.471207 -1.40075,1.413627 m 1.86767,-1.413627 c -0.46692,0 -0.46692,0 -0.46692,0 m 0.93384,0 c -0.46692,0 -0.46692,0 -0.46692,0 M 60.701449,170.81248 c 0,1.41363 0.933834,2.35605 2.334587,2.35605 m 0,-172.46279069 c -1.400753,0 -2.334587,0.94241969 -2.334587,2.35604909 m 119.064021,0 C 179.29856,1.648159 178.36471,0.70573931 176.96396,0.70573931 m 0,172.46279069 c 1.40075,0 2.3346,-0.94242 2.80151,-2.35605 m -38.75417,0 c 0,1.41363 0.93383,2.35605 2.33458,2.35605 M 116.26466,104.3719 v 2.35605 m -8.40452,7.53935 v -1.88483 m 0.46691,0.4712 v 0.47122 m 0,0.47121 v 0.4712 m 1.40076,0 v -1.88483 m 0.46692,0.94242 v 0.94241 m 0.93383,0 v -0.94241 m 0.46692,-0.94242 v 1.88483 m 2.80151,0 v -1.88483 m 0.46692,0.4712 v 0.47122 m 0,0.47121 v 0.4712 m 0.93383,-1.41363 v -0.4712 m 0.46692,0 v 0.4712 m 0,0 v -0.4712 m 0,0 v 0.4712 m 0.93383,1.41363 v -1.88483 m 0.46692,0.4712 v 0.47122 m 0,0.47121 v 0.4712 m 0.46692,-8.48177 v -0.47122 m 1.40075,0 v -0.4712 m -13.07369,8.95299 v 0.4712 m -0.46692,0 0.46692,-1.88483 m 0.46691,0 0.93384,1.88483 m 8.40452,-1.88483 v 0.4712 m -6.06993,-0.4712 0.46692,1.41363 m 0,0.4712 -0.46692,-1.41363 m -2.80151,1.41363 -0.46692,-0.4712 M 120,104.84311 v 0.4712 m 0.46692,0.94243 v -2.35605 m 0.46691,0 v 2.35605 m 0.93384,-1.88484 v -0.47121 m 0,1.88484 v -0.47122 m 0.46692,-1.41362 v 0.47121 m 0.46692,0.94241 v 0.47122 m 0.46691,8.48177 v -1.88483 m 0.46692,-5.65452 v -2.35605 m 0,8.48177 v 0.47122 m 0,0.47121 v 0.4712 m 0.93383,-0.94241 v 0.47121 m 0,-1.41363 v 0.4712 m 0.46692,1.41363 v -1.88483 m 0.46692,0.4712 v 0.47122 m 0,0.47121 v 0.4712 m 0.93384,0 v -1.88483 m 0.46692,0.4712 v 0.47122 m 0,0.47121 v 0.4712 m 0.93383,-0.94241 v 0.47121 m 0,-1.41363 v 0.4712 m 0.46692,1.41363 v -1.88483 m 0,0 v 1.88483 m 1.40075,0 v -1.88483 m 0.46692,0.4712 v 0.47122 m 0,0.47121 v 0.4712 m 0.46692,-0.94241 v 0.47121 m 0,-1.41363 v 0.4712 m -7.9376,0.94243 v -1.41363 m 0.46691,0 -0.46691,1.88483 m -0.93384,-0.94241 -0.46692,0.94241 m 0,-0.4712 0.46692,-1.41363 m -11.20602,1.41363 0.46691,-1.41363 m 0.46692,0.4712 -0.93383,1.41363 m 5.60301,-1.41363 v -0.4712 m 1.86767,-8.48178 -0.93384,2.35605 m -8.40452,8.01056 -0.46692,-0.4712 m 7.00377,0.4712 -0.46691,-0.4712 m 11.20602,0.4712 -0.46692,-0.4712 m -7.00376,-10.36662 0.93383,2.82726 m -0.93383,-0.94243 -0.46692,-1.41362 m 4.20226,8.48178 v 1.41363 m 0,0.4712 -0.46692,-0.94241 m -0.93384,0.94241 -0.46691,-1.88483 m 0.46691,0 0.46692,1.41363 m -4.66918,-6.12573 1.40076,1.41362 m 14.00753,4.2409 0.46692,0.94241 m -0.93384,-0.94241 -0.46691,-0.94242 m 0.93383,1.88483 -0.46692,-0.4712 m 0,-1.41363 v 0.94242 m 0,0 0.46692,-0.94242 m -0.46692,1.41363 -0.46691,0.4712 m 1.40075,-1.88483 -0.46692,0.94242 m -1.40075,0.94241 0.93383,-0.94241 m -13.54061,-11.30904 -1.40076,1.41363 m 5.1361,5.65451 1.40075,-1.41362 m 0,-4.24089 -1.40075,-1.41363 m 10.73911,12.25145 h -0.46692 m -0.93383,0 h -0.46692 m 0,0 h -0.93384 m -0.46692,0 h -0.93383 m -1.40075,0 h -0.46692 m 0,0 h -0.46692 m -0.46692,0 h -0.46692 m -0.46692,0 h -1.40075 m -0.46691,0 h -0.46692 m -0.93384,0 h -0.46692 m -3.26842,0 h -0.46692 m -1.40075,0 h -0.46692 m -0.46691,0 h -0.46692 m -2.80151,0 h -0.46692 m -0.93383,0 h -0.46692 m -0.46692,0 h -0.46692 m -0.93383,0 h -0.46692 m 0.93383,0 h -0.46691 m -1.40075,0 h -0.46692 m 17.74287,0 h 0.93383 m 3.73535,0 h 0.93383 m 0.93384,0 h 0.46692 m -23.81281,-0.4712 h -0.46691 m 21.47821,0 h -0.93383 m -20.54438,0 h 0.46691 m 23.81281,0 h -0.46692 m -5.60302,0 h -0.93383 m 3.26843,-0.47121 h 0.93383 m -4.20226,0 h 0.93383 m 5.60302,0 h 0.46692 m 0,-0.47122 h -0.46692 m -2.33459,0 h -0.93383 m -2.3346,0 h -0.93383 m -7.47068,0 h -0.46692 m 0,-0.4712 h 0.46692 m -8.40452,0 h 0.46691 m 1.40076,0 h 0.46692 m 0.93383,0 h 0.46692 m 2.80151,0 h 0.46692 m 2.33458,0 h 0.46692 m 2.80151,0 h 0.46691 m 0.93384,0 h 0.46692 m 0.46692,0 h 0.46691 m 0,0 h 1.40075 m 0.46692,0 h 0.46692 m 0.93384,0 h 1.40075 m 1.86767,0 h 0.93384 m 0.46692,0 h 0.46691 m 0.46692,0 h 0.46692 m -26.14739,0 h 0.46691 m 12.13987,-3.29848 h 1.86766 m 2.33459,-1.88483 h -6.53685 m 0,0 h 6.53685 m -0.93383,-0.94242 h -0.93384 m 0,0 H 120 m 0,0 h -0.93383 m -1.86768,0 h -0.46692 m 4.20226,0 h 0.93384 m -3.26842,-0.47121 h -0.46692 m 0,-0.47122 h 0.46692 m 1.40075,0 h -0.46692 m 2.33459,-0.4712 h -0.46692 m -1.86767,0 H 120 m 1.40075,0 h 0.46692 m 0,-0.94242 h -0.93384 m -2.8015,-0.47121 h 0.46692 m 1.40075,0 h 1.86767 m -0.93384,-1.88484 h -1.86766 m 4.66917,2.82726 -0.46692,-0.94242 m 0,3.76968 h 0.46692 v -0.47121 m -7.47068,0 v 0.47121 h 0.46691 m 0,-3.76968 -0.46691,0.94242 m 2.80151,-2.82726 -0.93384,0.47121 m 3.73534,0 -0.93384,-0.47121 m -1.40075,4.7121 H 120 m -13.0737,7.53936 v -0.94243 m 0,0 -0.46691,0.94243 m 1.86766,-0.47121 h 0.46692 l -0.46692,-0.47122 m 0,-0.4712 0.46692,0.4712 0.46692,0.47122 m 0,0 -0.46692,0.47121 m 0,0 0.46692,0.4712 m 0.93384,-1.41363 v 0.47122 m 0.93383,0 0.46692,-0.47122 m 0.93383,0.47122 v 0.47121 l 0.46692,0.4712 0.46692,-0.4712 v -0.47121 m 0.46692,0 v 0.94241 h -0.93384 -0.46692 l -0.46691,-0.94241 m 2.80151,0 h 0.46691 l -0.46691,-0.47122 m 0,-0.4712 0.46691,0.4712 0.46692,0.47122 m 0,0 -0.46692,0.47121 m 0,0 0.46692,0.4712 m 1.86767,-0.94241 h 0.46692 m 0,0 -0.46692,-0.47122 m 0.93384,0.47122 -0.46692,0.47121 h -0.46692 m 0,-1.41363 0.46692,0.4712 0.46692,0.47122 m 0.46692,0 v 0.47121 l 0.46691,0.4712 L 120,113.7961 v -0.47121 m 0.46692,0 v 0.94241 h -0.93384 -0.46691 l -0.46692,-0.94241 m 3.26842,0 v -0.47122 m 0,0 v 0.47122 m -0.46692,0.47121 v 0.4712 m 0,0 v -0.4712 m 0.93384,0 v 0.4712 m 0,0 0.46692,-0.4712 m 2.8015,-0.47121 h 0.46692 l -0.46692,-0.47122 m 0,-0.4712 0.46692,0.4712 v 0.47122 m 0,0 v 0.47121 m 0,0 0.46692,0.4712 m 6.06993,-1.41363 h 0.46691 m -0.46691,0 0.46691,-0.4712 0.46692,0.4712 m -16.80904,-5.65451 v 0.47121 m 1.40076,1.41362 h 0.93384 m 1.86766,0 h 0.93384 m 1.40075,-1.41362 v -0.47121 m -1.40075,-2.35605 v -0.47121 m 0,1.88484 v -0.47121 m 0,-0.47122 v -0.4712 m 0.93384,0.94242 -0.46692,0.47121 m -2.33459,0 h 0.46692 m 0,-2.35605 L 120,103.42948 m 1.86767,0 h 0.46692 v 0.47121 m 0,0.47121 v 0.47121 m 0,0 0.46692,0.4712 m -3.73534,0.94243 -0.46692,-0.47121 m -1.86768,0.47121 h 0.46692 m 0,0 0.93384,-2.82726 m -4.66918,9.89541 v -0.47122 h -0.46692 -0.46692 v 0.47122 m -0.46691,0 0.46691,-0.47122 0.46692,-0.4712 0.93384,0.4712 v 0.47122 m 6.06993,0 v -0.47122 h -0.46692 -0.46691 v 0.47122 m -0.46692,0 0.46692,-0.47122 0.46691,-0.4712 0.93384,0.4712 v 0.47122 m 12.60677,-0.47122 v -0.4712 l -0.46691,0.4712 m 0.93383,0 -0.46692,0.47122 -0.46691,-0.47122 m -56.963964,47.59219 -1.400754,-0.47121 -1.400753,-0.4712 -1.400753,-0.47121 -0.933833,-0.94242 -0.933834,-0.94242 -0.46692,-1.41363 -0.46692,-0.94243 v -1.88483 -1.41363 l 0.46692,-0.94242 0.46692,-1.41363 0.933834,-0.94242 0.933833,-0.94242 1.400753,-0.94242 h 1.400753 l 1.400754,-0.47121 1.400753,0.47121 h 1.400753 l 0.933834,0.94242 1.40075,0.94242 0.46692,0.94242 0.933834,1.41363 0.46692,0.94242 v 1.41363 1.88483 l -0.46692,0.94243 -0.933834,1.41363 -0.46692,0.94242 -1.40075,0.94242 -0.933834,0.47121 -1.400753,0.4712 -1.400753,0.47121 m 0,-24.0317 h -1.400754 l -1.400753,-0.47121 -1.400753,-0.94241 -0.933833,-0.47122 -0.933834,-1.41363 -0.46692,-0.94241 -0.46692,-1.41364 v -1.41362 -1.41363 l 0.46692,-1.41363 0.46692,-1.41363 0.933834,-0.94242 0.933833,-0.94242 1.400753,-0.47121 1.400753,-0.47121 h 1.400754 1.400753 l 1.400753,0.47121 0.933834,0.47121 1.40075,0.94242 0.46692,0.94242 0.933834,1.41363 0.46692,1.41363 v 1.41363 1.41362 l -0.46692,1.41364 -0.933834,0.94241 -0.46692,1.41363 -1.40075,0.47122 -0.933834,0.94241 -1.400753,0.47121 h -1.400753 m 0,-24.03169 h -1.400754 l -1.400753,-0.47122 -1.400753,-0.4712 -0.933833,-0.94242 -0.933834,-0.94242 -0.46692,-1.41363 -0.46692,-1.41363 v -1.41364 -1.41362 l 0.46692,-1.41363 0.46692,-0.94242 0.933834,-1.41363 0.933833,-0.942425 1.400753,-0.4712 1.400753,-0.471213 h 1.400754 1.400753 l 1.400753,0.471213 0.933834,0.4712 1.40075,0.942425 0.46692,1.41363 0.933834,0.94242 0.46692,1.41363 v 1.41362 1.41364 l -0.46692,1.41363 -0.933834,1.41363 -0.46692,0.94242 -1.40075,0.94242 -0.933834,0.4712 -1.400753,0.47122 h -1.400753 m 0,-23.560498 -1.400754,-0.471207 -1.400753,-0.471213 -1.400753,-0.471207 -0.933833,-0.94242 -0.933834,-0.94242 -0.46692,-1.413633 -0.46692,-1.413626 v -1.413634 -1.413626 l 0.46692,-0.94242 0.46692,-1.413627 0.933834,-0.94242 0.933833,-0.94242 1.400753,-0.942413 h 1.400753 l 1.400754,-0.471214 1.400753,0.471214 h 1.400753 l 0.933834,0.942413 1.40075,0.94242 0.46692,0.94242 0.933834,1.413627 0.46692,0.94242 v 1.413626 1.413634 l -0.46692,1.413626 -0.933834,1.413633 -0.46692,0.94242 -1.40075,0.94242 -0.933834,0.471207 -1.400753,0.471213 -1.400753,0.471207 m 0,-24.031698 h -1.400754 l -1.400753,-0.47121 -1.400753,-0.94242 -0.933833,-0.47121 -0.933834,-1.413629 -0.46692,-0.94242 -0.46692,-1.413629 v -1.413629 -1.41363 l 0.46692,-1.413629 0.46692,-1.41363 0.933834,-0.942419 0.933833,-0.94242 1.400753,-0.47121 1.400753,-0.47121 h 1.400754 1.400753 l 1.400753,0.47121 0.933834,0.47121 1.40075,0.94242 0.46692,0.942419 0.933834,1.41363 0.46692,1.413629 v 1.41363 1.413629 l -0.46692,1.413629 -0.933834,0.94242 -0.46692,1.413629 -1.40075,0.47121 -0.933834,0.94242 -1.400753,0.47121 h -1.400753 m 0,-24.031701 h -1.400754 l -1.400753,-0.47121 -1.400753,-0.47121 -0.933833,-0.942419 -0.933834,-0.942419 -0.46692,-1.41363 -0.46692,-1.413629 v -1.41363 -1.41363 l 0.46692,-1.413628 0.46692,-0.94242 0.933834,-1.41363 0.933833,-0.942419 1.400753,-0.471211 1.400753,-0.471209 h 1.400754 1.400753 l 1.400753,0.471209 0.933834,0.471211 1.40075,0.942419 0.46692,1.41363 0.933834,0.94242 0.46692,1.413628 v 1.41363 1.41363 l -0.46692,1.413629 -0.933834,1.41363 -0.46692,0.942419 -1.40075,0.942419 -0.933834,0.47121 -1.400753,0.47121 h -1.400753 m 88.714374,119.687287 -1.40076,-0.47121 -1.40075,-0.4712 -0.93384,-0.47121 -0.93384,-0.94242 -0.93383,-0.94242 -0.93384,-1.41363 -0.46691,-0.94243 v -1.88483 -1.41363 l 0.46691,-0.94242 0.93384,-1.41363 0.93383,-0.94242 0.93384,-0.94242 0.93384,-0.94242 h 1.40075 l 1.40076,-0.47121 1.40074,0.47121 h 1.40076 l 1.40076,0.94242 0.93383,0.94242 0.93383,0.94242 0.46692,1.41363 0.46692,0.94242 0.46691,1.41363 -0.46691,1.88483 -0.46692,0.94243 -0.46692,1.41363 -0.93383,0.94242 -0.93383,0.94242 -1.40076,0.47121 -1.40076,0.4712 -1.40074,0.47121 m -6.06994,-31.09984 v -1.41363 l 0.46692,-0.94243 1.40075,-2.35604 1.86767,-0.94242 1.40076,-0.47121 h 0.93384 1.40074 l 0.93385,0.47121 2.33459,0.94242 0.93382,2.35604 0.46692,0.94243 v 1.41363 0.94242 l -0.46692,1.41363 -0.93382,1.88483 -2.33459,1.41364 -0.93385,0.47121 h -1.40074 -0.93384 l -1.40076,-0.47121 -1.86767,-1.41364 -1.40075,-1.88483 -0.46692,-1.41363 v -0.94242 m 6.06994,-16.96355 h -1.40076 l -1.40075,-0.47122 -0.93384,-0.4712 -0.93384,-0.94242 -0.93383,-0.94242 -0.93384,-1.41363 -0.46691,-1.41363 v -1.41364 -1.41362 l 0.46691,-1.41363 0.93384,-0.94242 0.93383,-1.41363 0.93384,-0.942425 0.93384,-0.4712 1.40075,-0.471213 h 1.40076 1.40074 l 1.40076,0.471213 1.40076,0.4712 0.93383,0.942425 0.93383,1.41363 0.46692,0.94242 0.46692,1.41363 0.46691,1.41362 -0.46691,1.41364 -0.46692,1.41363 -0.46692,1.41363 -0.93383,0.94242 -0.93383,0.94242 -1.40076,0.4712 -1.40076,0.47122 h -1.40074 m 0,-23.560498 -1.40076,-0.471207 -1.40075,-0.471213 -0.93384,-0.471207 -0.93384,-0.94242 -0.93383,-0.94242 -0.93384,-1.413633 -0.46691,-1.413626 v -1.413634 -1.413626 l 0.46691,-0.94242 0.93384,-1.413627 0.93383,-0.94242 0.93384,-0.94242 0.93384,-0.942413 h 1.40075 l 1.40076,-0.471214 1.40074,0.471214 h 1.40076 l 1.40076,0.942413 0.93383,0.94242 0.93383,0.94242 0.46692,1.413627 0.46692,0.94242 0.46691,1.413626 -0.46691,1.413634 -0.46692,1.413626 -0.46692,1.413633 -0.93383,0.94242 -0.93383,0.94242 -1.40076,0.471207 -1.40076,0.471213 -1.40074,0.471207 m 0,-24.031698 h -1.40076 l -1.40075,-0.47121 -0.93384,-0.94242 -0.93384,-0.47121 -0.93383,-1.413629 -0.93384,-0.94242 -0.46691,-1.413629 v -1.413629 -1.41363 l 0.46691,-1.413629 0.93384,-1.41363 0.93383,-0.942419 0.93384,-0.94242 0.93384,-0.47121 1.40075,-0.47121 h 1.40076 1.40074 l 1.40076,0.47121 1.40076,0.47121 0.93383,0.94242 0.93383,0.942419 0.46692,1.41363 0.46692,1.413629 0.46691,1.41363 -0.46691,1.413629 -0.46692,1.413629 -0.46692,0.94242 -0.93383,1.413629 -0.93383,0.47121 -1.40076,0.94242 -1.40076,0.47121 h -1.40074 m 0,-24.031701 h -1.40076 l -1.40075,-0.47121 -0.93384,-0.47121 -0.93384,-0.942419 -0.93383,-0.942419 -0.93384,-1.41363 -0.46691,-1.413629 v -1.41363 -1.41363 l 0.46691,-1.413628 0.93384,-0.94242 0.93383,-1.41363 0.93384,-0.942419 0.93384,-0.471211 1.40075,-0.471209 h 1.40076 1.40074 l 1.40076,0.471209 1.40076,0.471211 0.93383,0.942419 0.93383,1.41363 0.46692,0.94242 0.46692,1.413628 0.46691,1.41363 -0.46691,1.41363 -0.46692,1.413629 -0.46692,1.41363 -0.93383,0.942419 -0.93383,0.942419 -1.40076,0.47121 -1.40076,0.47121 h -1.40074 m -88.247454,98.954057 -0.46692,0.47121 h -0.466914 v -0.47121 -0.47121 h 0.466914 l 0.46692,0.47121 M 176.96396,1.1769491 h -0.46692 -0.93383 -1.40076 -2.33459 -2.33458 -3.26843 -3.26842 -3.73534 -4.20226 -4.66917 H 141.0113 130.73911 120 109.26089 98.9887 h -9.338354 -4.66918 -4.20226 -3.735337 -3.268427 -3.268419 -2.334587 -1.867673 -1.867674 -0.933833 m 12.60678,139.9493109 -0.46692,0.47121 h -0.466914 v -0.47121 l 0.466914,-0.4712 v 0.4712 h 0.46692 M 63.502956,1.1769491 h -0.933833 l -0.93384,0.4712099 -0.466914,0.9424195 -0.46692,0.9424196 m 15.408287,139.0068919 -0.46692,0.47121 h -0.466914 v -0.47121 l 0.466914,-0.47121 v 0.47121 h 0.46692 M 60.701449,3.5329981 v 0.4712099 1.4136294 2.3560492 2.8272584 3.769679 4.712098 4.712098 5.654518 6.125727 6.596938 7.068147 7.068147 15.078715 16.021133 15.549925 15.07871 7.06815 7.06815 6.59693 6.12573 5.65452 5.18331 4.24088 3.76968 3.29847 1.88484 1.41363 0.47121 M 93.38569,27.093488 l -0.46692,0.94242 h -0.46692 -0.46692 v -0.94242 -0.471209 l 0.46692,-0.471209 0.46692,0.471209 0.46692,0.471209 m -0.93384,0 v 0.471211 0.471209 l 0.46692,-0.471209 v -0.471211 -0.471209 h -0.46692 v 0.471209 m 0.93384,47.592198 -0.46692,0.942413 -0.46692,0.471207 -0.46692,-0.471207 v -0.942413 -0.471214 l 0.46692,-0.471213 0.46692,0.471213 0.46692,0.471214 m -0.93384,0 v 0.942413 h 0.46692 v -0.942413 -0.471214 h -0.46692 v 0.471214 m 54.62938,3.769673 v 0.471207 h 0.46691 l 0.46692,-0.471207 -0.46692,-0.94242 h -0.46691 v 0.94242 m -86.379781,92.357121 0.46692,0.94242 0.466914,0.94242 0.93384,0.47121 h 0.933833 m 0,0 h 1.400753 1.400754 2.334586 2.334594 2.801499 6.069934 6.06993 2.801507 2.801507 1.86767 1.86767 0.93383 0.46692 m 0,0 h 0.93384 l 0.46692,-0.47121 0.46691,-0.94242 0.46692,-0.94242 m 0,0 v -0.94242 -0.94242 -1.88484 -1.88484 -2.35605 -2.82726 -3.29846 -6.59694 -7.53936 -8.48177 -8.01057 -8.48178 -8.48178 -7.53935 -6.596935 -3.298473 -2.82726 -2.356047 -1.884839 -1.413627 -1.413633 -0.942414 m 0,0 v -0.942426 l 0.46692,-0.94242 0.93383,-0.471207 h 0.93384 m 0,0 h 0.46692 0.93383 1.86767 2.33459 3.26843 2.8015 7.00377 7.00377 3.26842 2.8015 2.33458 1.86769 0.93383 0.46692 m 0,0 1.40076,0.471207 0.93383,0.94242 v 0.471213 0.471213 0.4712 0.942427 0.94242 1.413627 3.298466 3.76968 4.712093 5.183315 5.65452 6.12573 12.72266 12.25145 6.12574 5.65451 5.18331 4.71209 3.76968 3.29847 1.41364 0.94241 0.94242 0.47121 0.47121 l 0.46691,0.47121 0.46692,1.41363 h 1.40075 m 0,0 h 0.46692 0.93384 1.86767 1.86767 2.80151 2.8015 6.06993 6.06993 2.80152 2.33458 2.33459 1.40075 1.40075 0.46692 m 0,0 h 0.93383 l 0.93385,-1.41363 0.46692,-0.47121 v -0.47121 -0.47121 -0.94242 -1.41363 -1.88484 -2.35605 -2.82725 -3.29848 -3.29846 -3.76968 -4.24089 -4.7121 -9.42419 V 121.80666 110.49763 87.408345 63.847854 53.010029 42.172203 32.748007 28.035908 23.79502 20.025342 16.726873 13.428405 10.601145 8.2450966 6.360257 4.9466276 4.004208 3.5329981 3.0617884 L 178.83164,2.5905785 177.89779,1.648159 176.96396,1.1769491 M 93.38569,153.37772 v 0.4712 m 0,0 v 0.47122 m 0,0 h -0.46692 m 0,0 h -0.93384 m 0,0 v -0.47122 m 0,0 v -0.4712 m 0,0 v -0.47121 m 0,0 v -0.47121 m 0,0 v -0.47121 m 0,0 h 0.93384 m 0,0 h 0.46692 m 0,0 v 0.47121 m 0,0 v 0.47121 m 0,0 v 0.47121 m 0,-24.0317 v 0.4712 m 0,0 v 0.47122 m 0,0 h -0.46692 m 0,0 h -0.93384 m 0,0 v -0.47122 m 0,0 v -0.4712 m 0,0 v -0.47121 m 0,0 v -0.47121 m 0,0 v -0.47121 m 0,0 h 0.93384 m 0,0 v 0.47121 m 0,0 h 0.46692 m 0,0 v 0.47121 m 0,0 v 0.47121 m 0,-24.03171 v 0.47122 m 0,0 v 0.47121 m 0,0 h -0.46692 m 0,0 v 0.47121 m 0,0 h -0.93384 m 0,0 v -0.47121 m 0,0 v -0.47121 m 0,0 v -0.47122 m 0,0 v -0.94241 m 0,0 h 0.93384 m 0,0 h 0.46692 m 0,0 v 0.94241 m 0,-20.262018 v 0.471213 m 0,0 v 0.471214 m 0,0 h -0.46692 m 0,0 h -0.93384 m 0,0 v -0.471214 m 0,0 v -0.471213 m 0,0 v -0.471206 m 0,0 v -0.471214 m 0,0 v -0.4712 m 0,0 h 0.93384 m 0,0 h 0.46692 m 0,0 v 0.4712 m 0,0 v 0.471214 m 0,0 v 0.471206 m 0,-6.596933 v 0.471207 m 0,0 -0.46692,0.471213 m 0,0 h -0.93384 m 0,0 v -0.471213 m 0,0 v -0.471207 m 0,0 v -0.471213 m 0,0 v -0.471207 m 0,0 v -0.471207 m 0,0 h 0.93384 m 0,0 h 0.46692 m 0,0 v 0.471207 m 0,0 v 0.471207 m 0,0 v 0.471213 m 0,-17.434763 v 0.942419 m 0,0 h -0.46692 m 0,0 h -0.93384 m 0,0 v -0.942419 m 0,0 v -0.471211 m 0,0 v -0.471209 m 0,0 v -0.47121 m 0,0 h 0.93384 m 0,0 v 0.47121 m 0,0 h 0.46692 m 0,0 v 0.471209 m 0,0 v 0.471211 m 0,-6.596938 v 0.47121 m 0,0 v 0.471209 m 0,0 h -0.46692 m 0,0 h -0.93384 m 0,0 v -0.471209 m 0,0 v -0.47121 m 0,0 v -0.47121 m 0,0 v -0.47121 m 0,0 v -0.471209 m 0,0 h 0.93384 m 0,0 0.46692,0.471209 m 0,0 v 0.47121 m 0,0 v 0.47121 m 0,-16.963554 v 0.471211 m 0,0 h -0.46692 m 0,0 v 0.471209 m 0,0 h -0.93384 m 0,0 v -0.471209 m 0,0 v -0.471211 m 0,0 v -0.471209 m 0,0 v -0.942419 m 0,0 h 0.93384 m 0,0 h 0.46692 m 0,0 v 0.942419 m 0,0 v 0.471209 m 0,-6.596936 v 0.471209 m 0,0 h -0.46692 m 0,0 h -0.93384 m 0,0 v -0.471209 m 0,0 v -0.94242 m 0,0 v -0.47121 m 0,0 h 0.93384 m 0,0 h 0.46692 m 0,0 v 0.47121 m 0,0 v 0.94242 m 0.46692,-9.424197 v 0.942419 m 0,0 h -0.46692 m 0,0 h -0.93384 m 0,0 v -0.942419 m 0,0 v -0.471209 m 0,0 v -0.471211 m 0,0 v -0.471209 m 0,0 h 0.93384 m 0,0 v 0.471209 m 0,0 h 0.46692 m 0,0 v 0.471211 m 0,0 v 0.471209 m 0,-9.424196 v 0.47121 m 0,0 v 0.47121 m 0,0 h -0.46692 m 0,0 h -0.93384 m 0,0 v -0.47121 m 0,0 v -0.47121 m 0,0 v -0.47121 m 0,0 v -0.47121 m 0,0 v -0.47121 m 0,0 h 0.93384 m 0,0 h 0.46692 m 0,0 v 0.47121 m 0,0 v 0.47121 m 0,0 v 0.47121 m 6.53684,9.424196 v 0.942419 m 0,0 H 98.9887 m 0,0 v -0.942419 m 0,0 v -0.471209 m 0,0 v -0.471211 m 0,0 v -0.471209 m 0,0 h 1.40075 m 0,0 v 0.471209 m 0,0 v 0.471211 m 0,0 v 0.471209 m 0,-9.424196 v 0.47121 m 0,0 v 0.47121 m 0,0 H 98.9887 m 0,0 v -0.47121 m 0,0 v -0.47121 m 0,0 v -0.47121 m 0,0 v -0.47121 m 0,0 v -0.47121 m 0,0 h 1.40075 m 0,0 v 0.47121 m 0,0 v 0.47121 m 0,0 v 0.47121 m 13.54062,-0.47121 0.46692,-0.47121 m 0,0 v -0.47121 m 0,0 h 0.93383 m 0,0 v 0.47121 m 0,0 v 0.47121 m 0,0 v 0.47121 m 0,0 v 0.47121 m 0,0 v 0.47121 m 0,0 h -0.93383 m 0,0 v -0.47121 m 0,0 -0.46692,-0.47121 m 0,0 v -0.47121 m 0,9.424197 0.46692,-0.471211 m 0,0 v -0.471209 m 0,0 h 0.93383 m 0,0 v 0.471209 m 0,0 v 0.471211 m 0,0 v 0.471209 m 0,0 v 0.942419 m 0,0 h -0.93383 m 0,0 -0.46692,-0.942419 m 0,0 v -0.471209 m -6.06993,36.283155 v -0.47121 m 0,0 0.46691,-0.47121 m 0,0 h 0.93384 m 0,0 v 0.47121 m 0,0 v 0.47121 m 0,0 v 0.47121 m 0,0 v 0.47121 m 0,0 v 0.471209 m 0,0 h -0.93384 m 0,0 h -0.46691 m 0,0 v -0.471209 m 0,0 v -0.47121 m 0,0 v -0.47121 m 1.40075,14.136295 v 0.471207 m 0,0 v 0.471207 m 0,0 h -0.93384 m 0,0 v -0.471207 m 0,0 h -0.46691 m 0,0 v -0.471207 m 0,0 v -0.471206 m 0,0 v -0.942427 m 0,0 h 0.46691 m 0,0 h 0.93384 m 0,0 v 0.942427 m 0,0 v 0.471206 m 0,-6.596938 v 0.47121 m 0,0 h -0.93384 m 0,0 h -0.46691 m 0,0 v -0.47121 m 0,0 v -0.94242 m 0,0 v -0.47121 m 0,0 h 0.46691 m 0,0 h 0.93384 m 0,0 v 0.47121 m 0,0 v 0.94242 m 17.27596,6.596938 v 0.471207 m 0,0 h -0.46692 m 0,0 v 0.471207 m 0,0 h -0.93384 m 0,0 v -0.471207 m 0,0 v -0.471207 m 0,0 v -0.471206 m 0,0 v -0.942427 m 0,0 h 0.93384 m 0,0 h 0.46692 m 0,0 v 0.942427 m 0,0 v 0.471206 m 0,-13.665085 v 0.47121 m 0,0 v 0.471209 m 0,0 h -0.46692 m 0,0 h -0.93384 m 0,0 v -0.471209 m 0,0 v -0.47121 m 0,0 v -0.47121 m 0,0 v -0.47121 m 0,0 v -0.47121 m 0,0 h 0.93384 m 0,0 v 0.47121 m 0,0 h 0.46692 m 0,0 v 0.47121 m 0,0 v 0.47121 m 4.20226,-36.283156 v 0.942419 m 0,0 h -0.46692 m 0,0 h -0.93384 m 0,0 v -0.942419 m 0,0 v -0.471209 m 0,0 v -0.471211 m 0,0 v -0.471209 m 0,0 h 0.93384 m 0,0 v 0.471209 m 0,0 h 0.46692 m 0,0 v 0.471211 m 0,0 v 0.471209 m 33.15115,-10.837826 v -0.47121 m 0,0 V 9.6587259 m 0,0 h 0.93385 m 0,0 h 0.46692 m 0,0 v 0.4712091 m 0,0 v 0.47121 m 0,0 v 0.47121 m 0,0 v 0.47121 m 0,0 v 0.47121 m 0,0 h -0.46692 m 0,0 h -0.93385 m 0,0 v -0.47121 m 0,0 v -0.47121 m 0,0 v -0.47121 m 0,6.596937 v -0.471209 m 0,0 v -0.47121 m 0,0 h 0.93385 m 0,0 h 0.46692 m 0,0 v 0.47121 m 0,0 v 0.471209 m 0,0 v 0.471211 m 0,0 v 0.471209 m 0,0 v 0.47121 m 0,0 h -0.46692 m 0,0 h -0.93385 m 0,0 v -0.47121 m 0,0 v -0.471209 m 0,0 v -0.471211 m -15.8752,64.555744 v 0.471213 m 0,0 v 0.471207 m 0,0 h -0.93383 m 0,0 v -0.471207 m 0,0 h -0.46692 m 0,0 v -0.471213 m 0,0 v -0.471214 m 0,0 v -0.4712 m 0,0 0.46692,-0.471213 m 0,0 h 0.93383 m 0,0 v 0.471213 m 0,0 v 0.4712 m 0,0 v 0.471214 m 0,-20.73323 v 0.942419 m 0,0 h -0.93383 m 0,0 h -0.46692 m 0,0 v -0.942419 m 0,0 v -0.471211 m 0,0 v -0.471209 m 0,0 h 0.46692 m 0,0 v -0.47121 m 0,0 h 0.93383 m 0,0 v 0.47121 m 0,0 v 0.471209 m 0,0 v 0.471211 m 0,-6.596938 v 0.47121 m 0,0 v 0.471209 m 0,0 h -0.93383 m 0,0 h -0.46692 m 0,0 v -0.471209 m 0,0 v -0.47121 m 0,0 v -0.47121 m 0,0 v -0.47121 m 0,0 h 0.46692 m 0,0 v -0.471209 m 0,0 h 0.93383 m 0,0 v 0.471209 m 0,0 v 0.47121 m 0,0 v 0.47121 m 0,-16.963554 v 0.471211 m 0,0 v 0.471209 m 0,0 h -0.93383 m 0,0 v -0.471209 m 0,0 h -0.46692 m 0,0 v -0.471211 m 0,0 v -0.471209 m 0,0 v -0.942419 m 0,0 h 0.46692 m 0,0 h 0.93383 m 0,0 v 0.942419 m 0,0 v 0.471209 m 0,-6.596936 v 0.471209 m 0,0 h -0.93383 m 0,0 h -0.46692 m 0,0 v -0.471209 m 0,0 v -0.94242 m 0,0 v -0.47121 m 0,0 h 0.46692 m 0,0 h 0.93383 m 0,0 v 0.47121 m 0,0 v 0.94242 M 96.18719,1.1769491 v 0.9424197 0.9424196 1.4136294 3.7696788 4.2408884 4.240888 3.298469 1.413629 1.413629 0.47121 0.47121 m 0,0 0.46692,2.35605 m 0,0 v 0.471209 l 0.46692,1.413629 0.93384,1.41363 0.46691,2.356049 0.93384,1.884839 0.46691,1.884839 0.46692,0.94242 v 0.47121 h 0.46692 m 0,0 0.46692,2.356049 v 2.827259 m 0,0 v 0.94242 1.413629 1.413629 4.240888 4.712099 4.712098 3.769678 1.88484 0.942419 0.942423 0.471206 m 0,0 v 1.88484 l -0.46692,1.88484 m 0,0 v 0.471207 0.471207 l -0.46692,2.35606 -0.46692,2.356046 -0.46691,0.942414 m 0,0 v 1.413633 m 0,0 0.93383,-0.94242 h 0.93384 m 0,0 h 0.46692 m 0,0 h 0.46692 0.93383 1.86767 2.33459 2.80151 3.26842 6.53685 6.53685 3.26842 2.80151 2.33459 1.86767 0.93383 0.46692 m 0,0 h 0.46692 m 0,0 h 0.93383 l 0.93384,0.94242 m 0,0 v -1.413633 m 0,0 -0.46691,-0.942414 -0.46693,-2.356046 -0.46691,-2.35606 v -0.471207 -0.471207 m 0,0 -0.46692,-1.88484 -0.46692,-1.88484 m 0,0 v -0.471206 -0.942423 -0.942419 -1.88484 -3.769678 -4.712098 -4.712099 -4.240888 -1.413629 -1.413629 -0.94242 m 0,0 0.46692,-2.827259 0.46692,-2.356049 m 0,0 0.46691,-0.47121 0.46693,-1.413629 0.46691,-1.41363 0.93383,-1.884839 0.46692,-2.356049 0.93384,-1.41363 0.46691,-1.413629 V 26.15107 m 0,0 0.46692,-2.35605 m 0,0 V 23.32381 22.8526 21.438971 20.025342 16.726873 12.485985 8.2450966 4.4754178 3.0617884 2.1193688 1.1769491 m 0,0 h -0.46692 -1.40075 -2.33459 -3.26841 -3.73535 -3.73534 H 120 h -8.87144 -3.73534 -3.73534 -3.26843 -2.33458 -1.40076 -0.46692 m 4.20226,20.2620219 v 0.942419 m 0,0 H 98.9887 m 0,0 v -0.942419 m 0,0 v -0.471209 m 0,0 v -0.471211 m 0,0 v -0.471209 m 0,0 h 1.40075 m 0,0 v 0.471209 m 0,0 v 0.471211 m 0,0 v 0.471209 m 0,-9.424196 v 0.47121 m 0,0 v 0.47121 m 0,0 H 98.9887 m 0,0 v -0.47121 m 0,0 v -0.47121 m 0,0 v -0.47121 m 0,0 v -0.47121 m 0,0 v -0.47121 m 0,0 h 1.40075 m 0,0 v 0.47121 m 0,0 v 0.47121 m 0,0 v 0.47121 m 13.54062,-0.47121 0.46692,-0.47121 m 0,0 v -0.47121 m 0,0 h 0.93383 m 0,0 v 0.47121 m 0,0 v 0.47121 m 0,0 v 0.47121 m 0,0 v 0.47121 m 0,0 v 0.47121 m 0,0 h -0.93383 m 0,0 v -0.47121 m 0,0 -0.46692,-0.47121 m 0,0 v -0.47121 m 0,9.424197 0.46692,-0.471211 m 0,0 v -0.471209 m 0,0 h 0.93383 m 0,0 v 0.471209 m 0,0 v 0.471211 m 0,0 v 0.471209 m 0,0 v 0.942419 m 0,0 h -0.93383 m 0,0 -0.46692,-0.942419 m 0,0 v -0.471209 m -6.06993,36.283155 v -0.47121 m 0,0 0.46691,-0.47121 m 0,0 h 0.93384 m 0,0 v 0.47121 m 0,0 v 0.47121 m 0,0 v 0.47121 m 0,0 v 0.47121 m 0,0 v 0.471209 m 0,0 h -0.93384 m 0,0 h -0.46691 m 0,0 v -0.471209 m 0,0 v -0.47121 m 0,0 v -0.47121 m 1.40075,14.136295 v 0.471207 m 0,0 v 0.471207 m 0,0 h -0.93384 m 0,0 v -0.471207 m 0,0 h -0.46691 m 0,0 v -0.471207 m 0,0 v -0.471206 m 0,0 v -0.942427 m 0,0 h 0.46691 m 0,0 h 0.93384 m 0,0 v 0.942427 m 0,0 v 0.471206 m 0,-6.596938 v 0.47121 m 0,0 h -0.93384 m 0,0 h -0.46691 m 0,0 v -0.47121 m 0,0 v -0.94242 m 0,0 v -0.47121 m 0,0 h 0.46691 m 0,0 h 0.93384 m 0,0 v 0.47121 m 0,0 v 0.94242 m 17.27596,6.596938 v 0.471207 m 0,0 h -0.46692 m 0,0 v 0.471207 m 0,0 h -0.93384 m 0,0 v -0.471207 m 0,0 v -0.471207 m 0,0 v -0.471206 m 0,0 v -0.942427 m 0,0 h 0.93384 m 0,0 h 0.46692 m 0,0 v 0.942427 m 0,0 v 0.471206 m 0,-13.665085 v 0.47121 m 0,0 v 0.471209 m 0,0 h -0.46692 m 0,0 h -0.93384 m 0,0 v -0.471209 m 0,0 v -0.47121 m 0,0 v -0.47121 m 0,0 v -0.47121 m 0,0 v -0.47121 m 0,0 h 0.93384 m 0,0 v 0.47121 m 0,0 h 0.46692 m 0,0 v 0.47121 m 0,0 v 0.47121 m 4.20226,-36.283156 v 0.942419 m 0,0 h -0.46692 m 0,0 h -0.93384 m 0,0 v -0.942419 m 0,0 v -0.471209 m 0,0 v -0.471211 m 0,0 v -0.471209 m 0,0 h 0.93384 m 0,0 v 0.471209 m 0,0 h 0.46692 m 0,0 v 0.471211 m 0,0 v 0.471209 m 42.0226,-3.298469 v -0.94242 -0.942419 -0.47121 m 0,0 0.46691,-0.47121 m 0,0 v -0.471209 -0.94242 -0.942419 -0.47121 m 0,0 h -0.46691 m 0,0 v -0.94242 m 0,0 v -0.94242 -0.9424191 h -0.46693 m 0,0 h -0.46692 l -0.46691,0.9424191 v 0.94242 m 0,0 h 0.46691 m 0,0 v 0.94242 m 0,0 h -0.93383 m 0,0 v 0.47121 0.942419 0.94242 0.471209 m 0,0 0.46692,0.47121 m 0,0 v 0.47121 0.942419 l 0.46691,0.94242 m 0,0 -0.46691,0.47121 h 0.46691 m 0,0 h 0.93385 m 0,0 v -0.47121 m -0.46693,-6.596937 h 0.46693 m 0,0 -0.46693,0.47121 h -0.46692 v -0.47121 m 0,0 h 0.46692 m 0,2.827259 v 0.942419 m 0,0 h -0.46692 m 0,0 v -0.942419 m 0,0 h -0.46691 m 0,0 v 0.942419 m 0,0 v -0.471209 m 0,0 v -0.94242 m 0,0 v -0.942419 m 0,0 v 0.942419 m 0,0 h 0.46691 m 0,0 v -0.942419 -0.47121 m 0,0 h 0.46692 m 0,0 v 0.47121 0.942419 m 0,0 h 0.46693 m 0,0 v -0.942419 m 0,0 h 0.46691 m 0,0 -0.46691,0.942419 m 0,0 0.46691,0.94242 m 0,0 -0.46691,0.471209 m 0,0 v -0.942419 m 0,0 h -0.46693 M 120,41.700993 v -0.47121 -1.41363 -0.942419 -0.47121 -0.471209 m 0,0 v 0.471209 0.47121 0.942419 1.41363 0.47121 m 3.73534,10.837826 H 123.26842 122.33459 120 h -2.33459 -0.93384 -0.46691 m 0,0 h -0.46692 l -0.93383,-0.47121 v -0.94242 l -0.46692,-0.47121 m 0,0 v -0.47121 -0.471209 -2.356049 -2.827259 -0.47121 -0.47121 m 0,0 0.46692,-0.471209 v -0.94242 h 0.93383 l 0.46692,-0.47121 m 0,0 h 0.46691 0.93384 2.33459 2.33459 0.93383 0.46692 m 0,0 0.46692,0.47121 h 0.93383 v 0.94242 l 0.46692,0.471209 m 0,0 v 0.47121 0.47121 2.827259 2.356049 0.471209 0.47121 m 0,0 -0.46692,0.47121 v 0.94242 l -0.93383,0.47121 h -0.46692 m 0,-10.366616 0.93383,0.47121 0.46692,0.942419 m 0,0 v 0.47121 0.47121 2.827259 2.356049 0.471209 0.47121 m 0,0 -0.46692,0.94242 -0.93383,0.47121 m 46.22485,-38.167995 h -0.46691 -0.46691 -1.86768 -1.86766 -0.46692 m 0,0 v -0.942419 m 0,0 -0.46692,-0.47121 v 0.47121 m 0,0 v 1.413629 0.942419 0.47121 m 0,0 h 0.46692 m 0,0 v -1.413629 m 0,0 h 0.46692 1.86766 1.86768 0.46691 0.46691 m 0,0 v -0.47121 M 123.73534,52.067609 H 123.26842 122.33459 120 h -2.33459 -0.93384 -0.46691 m 0,0 -0.93384,-0.47121 -0.46691,-0.94242 m 0,0 v -0.47121 -0.471209 -2.356049 -2.827259 -0.47121 -0.47121 m -5.1361,-26.38775 h -0.46692 -0.46692 -1.86767 -2.33459 -0.46692 -0.46691 m 0,0 v -0.471209 h -0.46692 m 0,0 0.46692,-0.47121 v -0.47121 m 0,0 h 0.46691 0.46692 2.33459 1.86767 0.46692 0.46692 m 0,0 0.46692,0.47121 v 0.47121 m 0,0 -0.46692,0.471209 m 15.40828,0 h -0.46692 -0.46691 -2.33459 H 120 h -0.46692 -0.46691 m 0,0 -0.46692,-0.471209 m 0,0 v -0.47121 l 0.46692,-0.47121 m 0,0 h 0.46691 0.46692 1.86767 2.33459 0.46691 0.46692 m 0,0 v 0.47121 l 0.46692,0.47121 m 0,0 h -0.46692 v 0.471209 m 14.94138,0 h -0.93384 -1.86767 -2.33459 -0.46692 -0.46692 m 0,0 v -0.471209 h -0.46692 m 0,0 0.46692,-0.47121 v -0.47121 m 0,0 h 0.46692 0.46692 2.33459 1.86767 0.93384 m 0,0 0.46691,0.47121 v 0.47121 m 0,0 -0.46691,0.471209 m -25.21356,26.38775 0.46691,-0.942419 0.93384,-0.47121 m 0,0 h 0.46691 0.93384 2.33459 2.33459 0.93383 0.46692 m 0,-0.47121 H 123.26842 122.33459 120 h -2.33459 -0.93384 -0.46691 m 56.96396,-8.010567 v -1.884839 l -0.46691,-1.413629 -0.93385,-1.88484 -0.93383,-0.942419 -1.40075,-1.413629 -1.40076,-0.471211 -1.86767,-0.942419 h -1.86766 -1.40076 l -1.86767,0.942419 -1.40076,0.471211 -1.40075,1.413629 -0.93383,0.942419 -0.93383,1.41363 -0.46693,1.884839 -0.46692,1.884839 m 0,0 h -0.93383 -2.80151 -2.8015 -0.93384 -0.46692 m 0,0 v -1.41363 m 0,0 v 0.471211 0.942419 0.94242 0.47121 m 0,0 v -1.41363 m 0,0 h 0.46692 0.93384 2.8015 2.80151 0.93383 m 0,0 v 0.47121 0.94242 0.94242 1.413628 3.769679 4.240888 4.712098 3.769679 1.413629 0.94242 0.94242 m 0,0 h -0.93383 -2.80151 -2.8015 -0.93384 -0.46692 m 0,0 v -0.94242 m 0,0 v -0.471209 0.471209 m 0,0 v 0.47121 0.94242 0.942419 0.47121 m 0,0 v -1.413629 m 0,0 h 0.46692 0.93384 2.8015 2.80151 0.93383 m 0,0 v 0.47121 0.471209 1.41363 1.413629 3.769679 4.240888 4.240887 3.76968 1.413627 1.413633 0.942413 m 0,0 h -0.93383 -1.86766 -2.33459 -0.93385 m 0,0 v 0.471214 m 0,0 h 0.46692 0.46693 2.33459 1.86766 0.93383 m 0,0 0.46692,1.884846 0.46693,1.41362 0.93383,1.413633 0.93383,1.413627 1.40075,0.94242 1.40076,0.942427 1.86767,0.4712 h 1.40076 1.86766 l 1.86767,-0.4712 1.40076,-0.942427 1.40075,-0.94242 0.93383,-1.413627 0.93385,-1.413633 0.46691,-1.884833 v -1.884847 m 0,0 v -0.4712 -1.413633 -2.356047 -2.82726 -3.76968 -4.240889 -8.481776 -8.952987 -4.240888 -3.298469 -3.298468 -2.35605 -1.413629 -0.47121 m -15.8752,47.120986 0.93383,-2.356053 1.40075,-1.88484 1.86768,-1.413633 2.33458,-0.942414 m 0,0 h 1.40077 l 1.86766,0.471214 1.40076,0.942413 0.93383,0.94242 0.93383,0.94242 0.93384,1.413627 v 1.413633 1.88484 m -14.00753,-25.445332 0.93383,-2.356049 1.40075,-1.884839 1.86768,-1.41363 2.33458,-0.47121 m 0,0 h 1.40077 1.86766 l 1.40076,0.94242 0.93383,0.94242 0.93383,1.413629 0.93384,1.413629 v 1.41363 1.41363 m -14.00753,-24.974121 0.93383,-2.356048 1.40075,-2.35605 1.86768,-1.41363 2.33458,-0.471209 m 0,0 h 1.40077 l 1.86766,0.471209 1.40076,0.471211 0.93383,0.942419 0.93383,1.41363 0.93384,1.413629 v 1.41363 1.884839 m -24.27972,-7.539358 v 0.471211 l 0.46691,0.471209 v -0.471209 l 0.46692,-0.471211 -0.46692,-0.471209 h -0.46691 v 0.471209 M 93.38569,52.067609 h -1.40076 m 0,0 v -0.47121 m 0,0 0.46692,-0.47121 m 0,0 h 0.46692 m 0,0 v -0.47121 m 0,0 v -0.47121 m 0,0 h -0.46692 m 0,0 -0.46692,0.47121 m 0,0 v -0.47121 m 0,0 h 0.46692 m 0,0 h 0.46692 v 0.94242 m 0,0 -0.46692,0.47121 m 0,0 h 0.93384 m 0,0 v 0.47121 m -3.26842,49.005821 h 0.46691 m 0,0 h 0.46692 v 0.47121 0.47121 m 0,0 v 0.94242 h -0.46692 m 0,0 h -0.46691 m 0,0 v -0.94242 -0.47121 -0.47121 m 0,0.94242 h 0.46691 m 0,0 h 0.46692 m 0,0 v -0.47121 h -0.46692 m 0,0 h -0.46691 m 0,0 v 0.47121 m 0,0 v 0.94242 m 0,0 h 0.46691 m 0,0 h 0.46692 v -0.47121 l -0.46692,-0.47121 m 0,0 h -0.46691 m 2.8015,0.94242 h -0.46692 m 0,0 v -0.94242 m 0,0 v -0.47121 m 0,0 -0.46692,0.47121 m 0,0 v -0.47121 m 0,0 0.46692,-0.47121 m 0,0 h 0.46692 m 0,0 v 0.47121 0.47121 0.94242 m 0,24.03169 h -0.46692 m 0,0 v -1.41362 m 0,0 h -0.46692 m 0,0 0.46692,-0.47121 m 0,0 h 0.46692 m 0,0 v 0.47121 0.47121 0.47121 0.4712 m 55.09629,-74.922351 h -1.40075 m 0,0 v -0.47121 m 0,0 0.46692,-0.47121 m 0,0 h 0.46691 m 0,0 v -0.47121 m 0,0 v -0.47121 m 0,0 -0.46691,0.47121 m 0,0 -0.46692,-0.47121 m 0,0 h 0.46692 0.93383 v 0.47121 0.47121 m 0,0 -0.46692,0.47121 m 0,0 h -0.46691 m 0,0 h 0.93383 m 0,0 v 0.47121 m 0,26.38775 v 0.471207 m 0,0 -0.46692,0.471213 -0.46691,-0.471213 m 0,0 -0.46692,-0.471207 0.46692,-0.94242 m 0,0 v -0.471207 l 0.46691,0.471207 h 0.46692 v 0.94242 m -31.7504,-36.754366 -0.46692,0.47121 h -0.93383 v 0.94242 l -0.46692,0.471209 m 0,0 v 0.47121 0.47121 2.827259 2.356049 0.471209 0.47121 m 0,0 0.46692,0.47121 v 0.94242 l 0.93383,0.47121 h 0.46692 m 0,0 h 0.46691 0.93384 2.33459 2.33459 0.93383 0.46692 m 0,0 h 0.46692 l 0.93383,-0.47121 v -0.94242 l 0.46692,-0.47121 m 0,0 v -0.47121 -0.471209 -2.356049 -2.827259 -0.47121 -0.47121 m 0,0 -0.46692,-0.471209 v -0.94242 h -0.93383 l -0.46692,-0.47121 m -49.960198,97.069217 1.867674,-1.41363 M 90.58418,126.04755 v -0.47121 m 0,0 v -0.47121 m 0,0 -0.46691,0.47121 m 0,0 v 0.47121 m 0,0 h 0.46691 m -14.941364,11.30903 1.400753,1.41363 m 0,0 -1.400753,-0.47121 m 0,0 -1.867674,0.47121 m 3.268427,4.7121 -1.400753,1.88484 m 0,0 -1.867674,-1.88484 m 16.809038,6.59694 -0.46691,-0.47121 m 0,0 v -0.47121 m 0,0 v 0.47121 m 0,0 v 0.47121 m 0,0 h 0.46691 m 2.80151,0.94241 h -1.40076 m 0,0 v -0.4712 m 0,0 0.46692,-0.47121 m 0,0 0.46692,-0.47121 m 0,0 v -0.47121 m 0,0 h -0.46692 m 0,0 h -0.46692 m 0,0 h 0.46692 m 0,0 h 0.46692 v 0.47121 m 0,0 v 0.47121 m 0,0 h -0.46692 m 0,0 v 0.47121 m 0,0 h 0.93384 m 0,0 v 0.4712 m -19.610548,-7.53935 1.867674,0.47121 m 0,0 1.400753,-0.47121 M 127.00377,19.554132 h -0.46692 -0.93384 -1.86767 -1.86767 H 120 h -1.40075 -1.40076 -0.46692 m 0,0 h -0.46691 v -0.47121 m 0,0 v -0.47121 -0.47121 -1.413629 -1.884839 -0.47121 -0.47121 m 0,0 0.46691,-0.471209 m 0,0 h 0.46692 1.40076 1.40075 1.86767 1.86767 1.86767 0.93384 0.46692 m 0,0 0.46692,0.471209 m 0,0 v 0.47121 0.47121 1.884839 1.413629 0.47121 0.47121 m 0,0 v 0.47121 h -0.46692 m 0,-5.654518 h 0.46692 m 0,0 v 0.47121 0.47121 1.884839 1.413629 0.47121 0.47121 m 0,0 h -0.46692 m 0,0 h -0.46692 -0.93384 -1.86767 -1.86767 H 120 h -1.40075 -1.40076 -0.46692 m 0,0 v -0.47121 -0.47121 -1.413629 -1.884839 -0.47121 -0.47121 m 0,0 h 0.46692 1.40076 1.40075 1.86767 1.86767 1.86767 0.93384 0.46692 m 0,-0.471209 h -0.46692 -0.93384 -1.86767 -1.86767 H 120 h -1.40075 -1.40076 -0.46692 m 0,0 -0.46691,0.471209 m 0,0 v 0.47121 0.47121 1.884839 1.413629 0.47121 0.47121 m 0,0 v 0.47121 h 0.46691 m 0,0 h 0.46692 1.40076 1.40075 1.86767 1.86767 1.86767 0.93384 0.46692 m 0,0 h 0.46692 v -0.47121 m 0,0 v -0.47121 -0.47121 -1.413629 -1.884839 -0.47121 -0.47121 m 0,0 -0.46692,-0.471209 m -14.94137,6.125727 h -0.46692 -1.40075 -1.40076 -1.86767 -1.86767 -1.86767 -0.93383 -0.46692 m 0,0 h -0.46692 v -0.47121 m 0,0 v -0.47121 -0.47121 -1.413629 -1.884839 -0.47121 -0.47121 m 0,0 0.46692,-0.471209 m 0,0 h 0.46692 0.93383 1.86767 1.86767 1.86767 1.40076 1.40075 0.46692 m 0,0 0.46691,0.471209 m 0,0 v 0.47121 0.47121 1.884839 1.413629 0.47121 0.47121 m 0,0 v 0.47121 h -0.46691 m 0,-5.654518 v 0.47121 0.47121 1.884839 1.413629 0.47121 0.47121 m 0,0 h -0.46692 -1.40075 -1.40076 -1.86767 -1.86767 -1.86767 -0.93383 -0.46692 m 0,0 h -0.46692 m 0,0 v -0.47121 -0.47121 -1.413629 -1.884839 -0.47121 -0.47121 m 0,0 h 0.46692 m 0,0 h 0.46692 0.93383 1.86767 1.86767 1.86767 1.40076 1.40075 0.46692 m 0,-0.471209 h -0.46692 -1.40075 -1.40076 -1.86767 -1.86767 -1.86767 -0.93383 -0.46692 m 0,0 -0.46692,0.471209 m 0,0 v 0.47121 0.47121 1.884839 1.413629 0.47121 0.47121 m 0,0 v 0.47121 h 0.46692 m 0,0 h 0.46692 0.93383 1.86767 1.86767 1.86767 1.40076 1.40075 0.46692 m 0,0 h 0.46691 v -0.47121 m 0,0 v -0.47121 -0.47121 -1.413629 -1.884839 -0.47121 -0.47121 m 0,0 -0.46691,-0.471209 m 30.34965,6.125727 h -0.46692 -1.40075 -1.40075 -1.86767 -1.86769 -1.86766 -0.93383 -0.46692 m 0,0 h -0.46692 v -0.47121 m 0,0 v -0.47121 -0.47121 -1.413629 -1.884839 -0.47121 -0.47121 m 0,0 0.46692,-0.471209 m 0,0 h 0.46692 0.93383 1.86766 1.86769 1.86767 1.40075 1.40075 0.46692 m 0,0 0.46692,0.471209 m 0,0 v 0.47121 0.47121 1.884839 1.413629 0.47121 0.47121 m 0,0 v 0.47121 h -0.46692 m 0,-5.654518 v 0.47121 0.47121 1.884839 1.413629 0.47121 0.47121 m 0,0 h -0.46692 -1.40075 -1.40075 -1.86767 -1.86769 -1.86766 -0.93383 -0.46692 m 0,0 h -0.46692 m 0,0 v -0.47121 -0.47121 -1.413629 -1.884839 -0.47121 -0.47121 m 0,0 h 0.46692 m 0,0 h 0.46692 0.93383 1.86766 1.86769 1.86767 1.40075 1.40075 0.46692 m 0,-0.471209 h -0.46692 -1.40075 -1.40075 -1.86767 -1.86769 -1.86766 -0.93383 -0.46692 m 0,0 -0.46692,0.471209 m 0,0 v 0.47121 0.47121 1.884839 1.413629 0.47121 0.47121 m 0,0 v 0.47121 h 0.46692 m 0,0 h 0.46692 0.93383 1.86766 1.86769 1.86767 1.40075 1.40075 0.46692 m 0,0 h 0.46692 v -0.47121 m 0,0 v -0.47121 -0.47121 -1.413629 -1.884839 -0.47121 -0.47121 m 0,0 -0.46692,-0.471209 m -26.14739,32.984686 v -1.884839 m 0,0 h 0.93383 m 0,0 v 0.471209 m 0,0 h -0.93383 m 0,0 v 0.47121 m 0,0 h 0.93383 m 0,0 v 0.47121 m 0,0 h -0.93383 m 0,0 v 0.47121 m 2.33459,0 v -0.47121 m 0,0 h -0.93384 m 0,0 v 0.47121 m 0,0 h -0.46692 m 0,0 0.93384,-1.884839 m 0,0 0.93384,1.884839 m 0,0 h -0.46692 m 0,-0.47121 -0.46692,-0.47121 m 0,0 v -0.47121 m 0,0 v 0.47121 m 0,0 v 0.47121 m 0,0 h 0.46692 m 2.33458,-1.413629 v 1.413629 m 0,0 -0.46691,0.47121 h -0.93384 v -0.47121 m 0,0 v -1.413629 m 0,0 v 1.413629 m 0,0 0.46692,0.47121 h 0.46692 v -0.47121 m 0,0 v -1.413629 m 0,0 h 0.46691 m 0.46692,1.884839 v -1.884839 m 0,0 v 1.884839 m 0,0 h 0.93384 m 0,0 h -0.93384 m 1.86767,0 v -1.41363 m 0,0 h -0.93383 m 0,0 v -0.471209 m 0,0 h 1.86767 m 0,0 v 0.471209 m 0,0 h -0.93384 m 0,0 v 1.41363 m -6.53685,1.88484 -0.46691,0.471209 0.46691,0.47121 0.46692,0.47121 h 0.46692 m 0,0 h -0.46692 -0.93383 v -0.47121 -0.47121 l 0.46691,-0.942419 h 0.93384 m 0,0 -0.46692,0.47121 m 0,0 h -0.46692 m 0.93384,1.413629 v -1.884839 m 0,0 h 0.46692 m 0,0 v 1.884839 m 0,0 h 0.93384 m 0,0 h -1.40076 m 2.80151,0 h -1.40075 m 0,0 v -1.884839 m 0,0 h 1.40075 m 0,0 v 0.47121 m 0,0 h -0.93384 m 0,0 v 0.471209 m 0,0 h 0.93384 m 0,0 h -0.93384 m 0,0 v 0.94242 m 0,0 h 0.93384 m 1.40075,0 v -0.47121 m 0,0 h -0.93384 m 0,0 v 0.47121 m 0,0 h -0.46691 m 0,0 0.93383,-1.884839 m 0,0 0.93384,1.884839 m 0,0 h -0.46692 m 0,-0.47121 -0.46692,-0.47121 m 0,0 v -0.471209 m 0,0 v 0.471209 m 0,0 -0.46692,0.47121 m 0,0 h 0.93384 m 0.93384,0 v 0.47121 m 0,0 h -0.46692 m 0,0 v -0.94242 -0.471209 -0.47121 m 0,0 h 0.93383 m 0,0 h 0.46692 v 0.47121 0.471209 l -0.46692,0.47121 m 0,0 0.93384,0.47121 m 0,0 h -0.46692 m 0,0 -0.46692,-0.47121 m 0,0 h -0.46691 m 0,-0.47121 h 0.46691 m 0,0 v -0.471209 m 0,0 h -0.46691 m 0,0 V 48.76914 M 93.38569,63.847854 h -0.46692 m 0,0 v 0.47121 m 0,0 0.46692,0.47121 -0.46692,0.47121 m 0,0 h -0.46692 -0.46692 m 0,0 v -0.47121 m 0,0 h 0.93384 m 0,0 v -0.47121 h -0.46692 m 0,0 h -0.46692 m 0,0 v -0.47121 m 0,0 h 0.46692 m 0,0 h 0.46692 v -0.47121 m 0,0 h -0.46692 m 0,0 -0.46692,0.47121 m 0,0 v -0.47121 m 0,0 h 0.46692 0.46692 m 0,0 0.46692,0.47121 m -0.46692,24.974118 h -0.46692 m 0,0 v -0.94242 m 0,0 v -0.471207 m 0,0 v 0.471207 m 0,0 -0.46692,-0.471207 m 0,0 0.46692,-0.471206 m 0,0 h 0.46692 m 0,0 v 0.471206 0.471207 0.94242 m 0,-47.592189 h -0.46692 m 0,0 v -1.41363 m 0,0 h -0.46692 m 0,0 0.46692,-0.471209 m 0,0 h 0.46692 m 0,0 v 0.471209 0.47121 0.47121 0.47121 m 55.09629,-14.136295 v 0.94242 m 0,0 h -0.46692 -0.46691 m 0,0 -0.46692,-0.94242 0.46692,-0.471209 m 0,0 V 26.15107 h 0.46691 l 0.46692,0.471209 v 0.471209 m 0,36.754366 -0.46692,0.47121 m 0,0 h 0.46692 m 0,0 v 0.47121 0.47121 h -0.46692 -0.93383 m 0,0 v -0.47121 m 0,0 h 0.93383 m 0,0 v -0.47121 m 0,0 h -0.46691 m 0,0 v -0.47121 m 0,0 h 0.46691 v -0.47121 m 0,0 h -0.46691 m 0,0 v 0.47121 m 0,0 -0.46692,-0.47121 m 0,0 h 0.93383 0.46692 m 0,0 v 0.47121 m -0.46692,-22.618071 v -1.41363 m 0,0 h -0.46691 m 0,0 0.46691,-0.471209 m 0,0 v 0.471209 0.47121 0.47121 0.47121 M 105.52555,22.38139 h -0.46692 m 0,0 v -1.884839 m 0,0 h 1.40076 m 0,0 h -0.93384 m 0,0 v 0.94242 m 0,0 h 0.46692 m 0,0 h -0.46692 m 0,0 v 0.942419 m 2.8015,-0.942419 v 0.47121 0.471209 h -0.93383 l -0.46692,-0.942419 0.46692,-0.94242 m 0,0 h 0.46692 l 0.46691,0.471211 v 0.471209 m -0.93383,0 v 0.47121 m 0,0 h 0.46692 m 0,0 v -0.942419 m 0,0 v -0.471211 l -0.46692,0.471211 m 0,0 v 0.471209 m 13.54061,0.942419 h -0.46691 m 0,0 v -1.884839 m 0,0 h 1.40075 m 0,0 h -0.93384 m 0,0 v 0.94242 m 0,0 h 0.46692 m 0,0 h -0.46692 m 0,0 v 0.942419 m 2.33459,0 v -1.413628 m 0,0 v -0.471211 m 0,0 v 0.471211 m 0,0 h -0.46691 m 0,0 0.46691,-0.471211 m 0,0 v 0.94242 0.47121 0.471209 m 12.60678,0 h -0.46693 m 0,0 v -1.884839 m 0,0 h 1.40077 m 0,0 h -0.93384 m 0,0 v 0.94242 m 0,0 h 0.46693 m 0,0 h -0.46693 m 0,0 v 0.942419 m 2.80151,0 h -0.93384 m 0,0 v -0.471209 m 0,0 0.46692,-0.47121 m 0,0 v -0.471209 m 0,0 v -0.471211 m 0,0 -0.46692,0.471211 m 0,0 v -0.471211 m 0,0 h 0.93384 v 0.471211 m 0,0 -0.46692,0.942419 m 0,0 h -0.46692 m 0,0 h 0.93384 m 0,0 v 0.471209 m -47.62561,104.60857 -0.46692,-0.4712 m 0,0 h -0.46691 m 0,0 -0.466924,0.4712 m 0,0 0.466924,-1.88483 m 0,0 h 0.46691 m 0,0 0.93384,1.88483 m 0,0 H 91.0511 m -0.46692,24.0317 v -0.94241 m 0,0 h -0.933834 m 0,0 v 0.94241 m 0,0 h -0.46692 m 0,0 0.933844,-1.88483 m 0,0 h 0.46691 m 0,0 0.46692,1.88483 m 0,0 H 90.58418 M 116.26466,16.726873 h -3.73535 m 0,0 v -0.47121 m 0,0 h 3.73535 m 0,0 v 0.47121 m 15.40828,0 h -4.20225 m 0,0 v -0.47121 m 0,0 h 4.20225 m 0,0 v 0.47121 m -16.80903,19.790812 h 10.27218 m -10.27218,-1.884839 h 10.27218 m -10.27218,0 c -0.46692,0 -0.93384,0.47121 -0.93384,0.942419 0,0.471211 0.46692,0.94242 0.93384,0.94242 m 10.27218,0 c 0.46692,0 1.40076,-0.471209 1.40076,-0.94242 0,-0.471209 -0.93384,-0.942419 -1.40076,-0.942419 m 46.69177,-0.94242 c 0,-4.240888 -3.26841,-7.068147 -7.47067,-7.068147 -3.73535,0 -7.00377,2.827259 -7.00377,7.068147 0,3.769678 3.26842,7.068147 7.00377,7.068147 4.20226,0 7.47067,-3.298469 7.47067,-7.068147", + "fill": { + "paint": "transparent" + }, + "id": "path710", + "name": "path710", + "stroke": { + "dasharray": "none", + "linecap": "round", + "linejoin": "round", + "miterlimit": "10", + "opacity": "1", + "paint": "#000000", + "width": "0.469059" + }, + "type": "path" + } + ], + "id": "layer1", + "name": "layer1", + "type": "group" + } + ], + "preserveAspectRatio": "none", + "viewBox": "0 0 240 180" + }, + "type": "ia.shapes.svg" + } + ], + "events": { + "dom": { + "onClick": { + "config": { + "script": "\tsystem.perspective.openDock(\u0027Docked-East-VFD\u0027,params\u003d{\u0027tagProps\u0027:self.view.params.tagProps})" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "root" + }, + "props": { + "direction": "column" + }, + "type": "ia.container.flex" + } +} \ No newline at end of file diff --git a/.resources/decaa699610c428e28207ba929e8f82152ebb7ef3370d98ae312611ba488bb02 b/.resources/decaa699610c428e28207ba929e8f82152ebb7ef3370d98ae312611ba488bb02 new file mode 100644 index 00000000..a5a05f1e --- /dev/null +++ b/.resources/decaa699610c428e28207ba929e8f82152ebb7ef3370d98ae312611ba488bb02 @@ -0,0 +1,17 @@ +SELECT concat(date(alltable.t_stamp), ' ', hour(alltable.t_stamp), ':00') as StartTimestamp, + concat('H',TIMESTAMPDIFF(HOUR,DATE_FORMAT(alltable.t_stamp,"%Y-%m-%d %H:00:00"),DATE_FORMAT(now(),"%Y-%m-%d %H:00:00"))) as Hour, + concat(round(COUNT(*)/COUNT(*) * 100,2),'%') AS Total_count, + concat(round(SUM(alltable.ACTUAL_DEST <> 'S03999')/COUNT(*) * 100,2),'%') AS Diverted, + concat(round(SUM(alltable.DivertStatus = 14)/COUNT(*) * 100,2),'%') AS DivertFail, + concat(round(SUM(alltable.DivertStatus = 5)/COUNT(*) * 100,2),'%') AS DestinationFull, + concat(round(SUM(alltable.DivertStatus = 6)/COUNT(*) * 100,2),'%') AS DestinationJam, + concat(round(SUM(alltable.DivertStatus = 12)/COUNT(*) * 100,2),'%') AS DestinationDisabled, + concat(round(SUM(alltable.DivertStatus = 6)/COUNT(*) * 100,2),'%') as DestinationFault, + concat(round(SUM(alltable.DivertStatus = 17)/COUNT(*) * 100,2),'%') as Lost, + concat(round(SUM(alltable.DivertStatus = 21)/COUNT(*) * 100,2),'%') as Unsafe, + concat(round(SUM(alltable.DivertStatus = 18)/COUNT(*) * 100,2),'%') as DimError, + concat(round(SUM(alltable.DivertStatus = 4)/COUNT(*) * 100,2),'%') as GapError, + concat(round(SUM(alltable.DivertStatus = 1)/COUNT(*) * 100,2),'%') as Unknown +FROM alltable +Where (alltable.DEST_REQ = :lane AND alltable.t_stamp BETWEEN :starttime AND :endtime) +GROUP BY hour(alltable.t_stamp) \ No newline at end of file diff --git a/.resources/e0232d4809de17322e8772a2de5b9c3532401989320795bf7f358e14c1fd173d b/.resources/e0232d4809de17322e8772a2de5b9c3532401989320795bf7f358e14c1fd173d new file mode 100644 index 00000000..ec4de919 --- /dev/null +++ b/.resources/e0232d4809de17322e8772a2de5b9c3532401989320795bf7f358e14c1fd173d @@ -0,0 +1,3516 @@ +{ + "custom": {}, + "params": { + "Tab_ID": 0, + "Table": "Status_tab" + }, + "propConfig": { + "params.Tab_ID": { + "binding": { + "config": { + "path": "/root/Status_tab.props.currentTabIndex" + }, + "type": "property" + }, + "paramDirection": "output", + "persistent": true + }, + "params.Table": { + "binding": { + "config": { + "path": "/root/Status_tab.meta.name" + }, + "type": "property" + }, + "paramDirection": "output", + "persistent": true + } + }, + "props": { + "defaultSize": { + "height": 930, + "width": 1920 + } + }, + "root": { + "children": [ + { + "children": [ + { + "children": [ + { + "custom": { + "mode": "2Past 30 Minvaluevalue" + }, + "meta": { + "name": "Scanner History" + }, + "position": { + "basis": "893.9px" + }, + "propConfig": { + "custom.mode": { + "binding": { + "config": { + "expression": "{..../Status_tab.props.currentTabIndex} + {..../Period_not_Global_0/Period.props.value} + {..../Period_not_Global_0/StartTime.custom.Selected} + {..../Period_not_Global_0/EndTime.custom.Selected}" + }, + "enabled": false, + "type": "expr" + }, + "onChange": { + "enabled": null, + "script": "\t\n\tself.refreshBinding(\"props.data\")" + } + }, + "props.data": { + "binding": { + "config": { + "parameters": { + "endtime": "{..../Period_not_Global_0.custom.EndDate}", + "starttime": "{..../Period_not_Global_0.custom.StartDate}" + }, + "queryPath": "Status-autStand/ScannerHistory" + }, + "type": "query" + } + } + }, + "props": { + "columns": [ + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY HH:mm:ss", + "editable": false, + "field": "t_stamp", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "", + "textAlign": "center" + }, + "title": "Date" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "date", + "resizable": true, + "sort": "descending", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": 120 + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY HH:mm:ss", + "editable": false, + "field": "SorterName", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Sorter" + }, + "justify": "center", + "number": "value", + "numberFormat": "00:00:00", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": 90 + }, + { + "align": "center", + "boolean": "value", + "dateFormat": "MM/DD/YYYY HH:mm:ss", + "editable": false, + "field": "ParcelID", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Parcel ID" + }, + "justify": "center", + "number": "value", + "numberFormat": "none", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": 80 + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "ScannerName", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Scanner" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": 90 + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "IMGID", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Img ID" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": 50 + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "ScanLabel", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Scan Label" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": 150 + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "ScanStatus", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Scan Status" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": 100 + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Length", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Length (In)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": 70 + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "AssignmentScanHist", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Assigment" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": 70 + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "DivertStatus", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Divert Status" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": 50 + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "DEST_REQ", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Req Dest" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": 70 + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "ACTUAL_DEST", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Actual Dest" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": 70 + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "SortCode", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Sort Code" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": 150 + } + ], + "filter": { + "enabled": true + }, + "rows": { + "style": { + "textAlign": "center" + } + }, + "sortOrder": [ + "t_stamp" + ], + "style": { + "overflow": "visible" + }, + "virtualized": false + }, + "type": "ia.display.table" + } + ], + "meta": { + "name": "Scanner History" + }, + "position": { + "tabIndex": 2 + }, + "props": { + "direction": "column", + "style": { + "overflow": "visible" + } + }, + "type": "ia.container.flex" + }, + { + "children": [ + { + "custom": { + "test": 1649717949000 + }, + "meta": { + "name": "Lane Status" + }, + "position": { + "height": 1, + "width": 0.9969, + "x": -0.0004 + }, + "propConfig": { + "props.data": { + "binding": { + "config": { + "parameters": { + "endDate": "{..../Period_not_Global_0.custom.EndDate}", + "startDate": "{..../Period_not_Global_0.custom.StartDate}" + }, + "queryPath": "Status-autStand/LaneStatus" + }, + "type": "query" + } + } + }, + "props": { + "columns": [ + { + "align": "center", + "boolean": "value", + "dateFormat": "MM/DD/YYYY HH:mm:ss", + "editable": false, + "field": "Lane", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Lane" + }, + "justify": "center", + "number": "value", + "numberFormat": "none", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "FullCount", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Full (#)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "JamCount", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Jam (#)" + }, + "justify": "center", + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "none", + "editable": false, + "field": "FullDuration", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Full Duration" + }, + "justify": "center", + "number": "value", + "numberFormat": "none", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "value", + "dateFormat": "none", + "editable": false, + "field": "JamDuration", + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Jam Duration" + }, + "justify": "center", + "number": "value", + "numberFormat": "00:00:00", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + } + ], + "filter": { + "enabled": true + }, + "pager": { + "activeOption": 5, + "bottom": false, + "initialOption": 20, + "options": [ + 5, + 10, + 23, + 50, + 100 + ] + }, + "rows": { + "style": { + "textAlign": "center" + } + }, + "virtualized": false + }, + "type": "ia.display.table" + } + ], + "meta": { + "name": "Lane Status" + }, + "position": { + "tabIndex": 1 + }, + "props": { + "mode": "percent" + }, + "type": "ia.container.coord" + }, + { + "children": [ + { + "events": { + "dom": { + "onClick": { + "config": { + "script": "\tself.parent.custom.TabName \u003d \"DPMs\"" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Content" + }, + "position": { + "height": 0.9964, + "width": 0.9956, + "x": 0.0015 + }, + "propConfig": { + "meta.visible": { + "binding": { + "config": { + "expression": "!{session.custom.show_dpm_device_view} \u0026\u0026 !{session.custom.show_dpm_view}" + }, + "type": "expr" + } + } + }, + "props": { + "path": "autStand/Custom_Views/Enternet-Windows/Enternet" + }, + "type": "ia.display.view" + }, + { + "events": { + "dom": { + "onClick": { + "config": { + "script": "\tself.parent.custom.TabName \u003d \"Devices\"" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "DPMs" + }, + "position": { + "height": 0.9987, + "width": 0.9967, + "y": 0.0005 + }, + "propConfig": { + "meta.visible": { + "binding": { + "config": { + "path": "session.custom.show_dpm_view" + }, + "type": "property" + } + }, + "props.path": { + "binding": { + "config": { + "path": "session.custom.dpm_view_path" + }, + "type": "property" + } + }, + "props.style.opacity": { + "binding": { + "config": { + "path": "this.meta.visible" + }, + "transforms": [ + { + "fallback": null, + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": 100 + }, + { + "input": false, + "output": 0 + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + } + } + }, + "type": "ia.display.view" + }, + { + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\tif self.parent.custom.TabName \u003d\u003d \"DPMs\":\n\t\tself.session.custom.show_dpm_view \u003d False\n\t\tself.session.custom.show_dpm_device_view \u003d False\n\tif self.parent.custom.TabName \u003d\u003d \"Devices\":\n\t\tself.session.custom.show_dpm_device_view \u003d False\n\t\tself.session.custom.show_dpm_view \u003d False" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "BACK" + }, + "position": { + "height": 0.0459, + "width": 0.0739, + "x": 0.0083, + "y": 0.9349 + }, + "propConfig": { + "meta.visible": { + "binding": { + "config": { + "expression": "{session.custom.show_dpm_device_view} || {session.custom.show_dpm_view} " + }, + "type": "expr" + } + } + }, + "props": { + "style": { + "backgroundColor": "#D7D7D7", + "borderStyle": "solid", + "borderWidth": 1, + "color": "#000000" + }, + "text": "BACK" + }, + "type": "ia.input.button" + } + ], + "custom": { + "TabName": "Devices" + }, + "meta": { + "name": "Enternet" + }, + "props": { + "mode": "percent" + }, + "type": "ia.container.coord" + } + ], + "meta": { + "name": "Status_tab" + }, + "position": { + "height": 1.0011, + "width": 1.0016 + }, + "props": { + "tabSize": { + "width": 130 + }, + "tabs": [ + "Enternet", + "Lane Status", + "Scanner History" + ] + }, + "type": "ia.container.tab" + }, + { + "custom": { + "debug": [ + [ + "2020-03-24 03:58:00", + 83.44392609984358, + 93.58514404296875, + 71.81086730957031 + ], + [ + "2020-03-24 03:59:00", + 83.35893577107669, + 106.05998229980469, + 72.54214477539062 + ], + [ + "2020-03-24 04:00:00", + 83.2739454423098, + 102.124267578125, + 72.18306732177734 + ], + [ + "2020-03-24 04:01:00", + 83.26998772600022, + 104.7994155883789, + 72.2726821899414 + ], + [ + "2020-03-24 04:02:00", + 83.09998708000028, + 110.67745971679688, + 72.70557403564453 + ], + [ + "2020-03-24 04:03:00", + 82.95057846075277, + 110.90865325927734, + 72.86494445800781 + ], + [ + "2020-03-24 04:04:00", + 82.87408810123425, + 111.18544006347656, + 72.739990234375 + ], + [ + "2020-03-24 04:05:00", + 82.79759774171573, + 110.57137298583984, + 72.47943878173828 + ], + [ + "2020-03-24 04:06:00", + 82.72110738219722, + 111.59486389160156, + 72.50711059570312 + ], + [ + "2020-03-24 04:07:00", + 82.6446170226787, + 110.79205322265625, + 72.84617614746094 + ], + [ + "2020-03-24 04:08:00", + 82.56812666316019, + 112.36724853515625, + 72.59688568115234 + ], + [ + "2020-03-24 04:09:00", + 82.49163630364167, + 111.96199035644531, + 71.75237274169922 + ], + [ + "2020-03-24 04:10:00", + 82.41514594412317, + 114.09909057617188, + 72.87260437011719 + ], + [ + "2020-03-24 04:11:00", + 82.33865558460465, + 113.22314453125, + 72.4264144897461 + ], + [ + "2020-03-24 04:12:00", + 82.26216522508614, + 112.67841339111328, + 72.77767944335938 + ], + [ + "2020-03-24 04:13:00", + 82.18567486556762, + 109.4883041381836, + 73.2457504272461 + ], + [ + "2020-03-24 04:14:00", + 82.1091845060491, + 109.47913360595703, + 72.0219955444336 + ], + [ + "2020-03-24 04:15:00", + 82.03269414653059, + 109.40910339355469, + 72.11457061767578 + ], + [ + "2020-03-24 04:16:00", + 81.95620378701207, + 108.2085189819336, + 73.03665924072266 + ], + [ + "2020-03-24 04:17:00", + 81.87971342749356, + 109.74492645263672, + 72.89605712890625 + ], + [ + "2020-03-24 04:18:00", + 81.80322306797505, + 110.48381042480469, + 72.340087890625 + ], + [ + "2020-03-24 04:19:00", + 81.72673270845654, + 110.1125259399414, + 72.04779815673828 + ], + [ + "2020-03-24 04:20:00", + 81.65024234893802, + 110.58039855957031, + 72.02574157714844 + ], + [ + "2020-03-24 04:21:00", + 81.5737519894195, + 111.26719665527344, + 72.68399810791016 + ], + [ + "2020-03-24 04:22:00", + 81.57001033599973, + 111.0679931640625, + 72.2317123413086 + ], + [ + "2020-03-24 04:23:00", + 81.40001291999972, + 111.84290313720703, + 73.5782470703125 + ], + [ + "2020-03-24 04:24:00", + 81.22444354734957, + 111.08856201171875, + 74.54239654541016 + ], + [ + "2020-03-24 04:25:00", + 81.13445335130304, + 110.7277603149414, + 73.62892150878906 + ], + [ + "2020-03-24 04:26:00", + 81.04446315525652, + 110.72388458251953, + 74.79293823242188 + ], + [ + "2020-03-24 04:27:00", + 80.95447295921001, + 113.21517944335938, + 73.95577239990234 + ], + [ + "2020-03-24 04:28:00", + 80.86448276316348, + 112.6423568725586, + 74.46560668945312 + ], + [ + "2020-03-24 04:29:00", + 80.77449256711697, + 113.47187805175781, + 75.20769500732422 + ], + [ + "2020-03-24 04:30:00", + 80.68450237107044, + 113.81484985351562, + 74.11184692382812 + ], + [ + "2020-03-24 04:31:00", + 80.59451217502392, + 110.26861572265625, + 73.92262268066406 + ], + [ + "2020-03-24 04:32:00", + 80.50452197897741, + 109.19113159179688, + 74.61058807373047 + ], + [ + "2020-03-24 04:33:00", + 80.41453178293088, + 108.94200134277344, + 74.5039291381836 + ], + [ + "2020-03-24 04:34:00", + 80.32454158688437, + 109.96826934814453, + 74.46529388427734 + ], + [ + "2020-03-24 04:35:00", + 80.23455139083784, + 81.94364929199219, + 73.67473602294922 + ], + [ + "2020-03-24 04:36:00", + 80.14456119479132, + 23.80181121826172, + 73.68876117466887 + ], + [ + "2020-03-24 04:37:00", + 80.0545709987448, + 1.4474921226501465, + 73.68912506103516 + ], + [ + "2020-03-24 04:38:00", + 79.96458080269828, + 4.1637725830078125, + 73.72541046142578 + ], + [ + "2020-03-24 04:39:00", + 79.87459060665176, + 26.945161819458008, + 74.61903381347656 + ], + [ + "2020-03-24 04:40:00", + 79.87000710599979, + 34.11628341674805, + 73.51866149902344 + ], + [ + "2020-03-24 04:41:00", + 79.70000645999983, + 27.773473739624023, + 74.04241180419922 + ], + [ + "2020-03-24 04:42:00", + 79.60965611151889, + 27.49029541015625, + 73.1905517578125 + ], + [ + "2020-03-24 04:43:00", + 79.56329763722199, + 34.070072174072266, + 73.98297882080078 + ], + [ + "2020-03-24 04:44:00", + 79.5169391629251, + 33.60432052612305, + 74.68580627441406 + ], + [ + "2020-03-24 04:45:00", + 79.4705806886282, + 33.17567825317383, + 73.96578216552734 + ], + [ + "2020-03-24 04:46:00", + 79.42422221433131, + 33.235443115234375, + 74.14202880859375 + ], + [ + "2020-03-24 04:47:00", + 79.37786374003441, + 33.624229431152344, + 73.29328918457031 + ], + [ + "2020-03-24 04:48:00", + 79.33150526573752, + 33.59697723388672, + 73.17694091796875 + ], + [ + "2020-03-24 04:49:00", + 79.28514679144062, + 33.403076171875, + 73.81486511230469 + ], + [ + "2020-03-24 04:50:00", + 79.23878831714373, + 33.89695739746094, + 74.30374145507812 + ], + [ + "2020-03-24 04:51:00", + 79.19242984284683, + 32.8265266418457, + 74.06024169921875 + ], + [ + "2020-03-24 04:52:00", + 79.14607136854994, + 48.27207946777344, + 73.2079086303711 + ], + [ + "2020-03-24 04:53:00", + 79.09971289425305, + 74.11988830566406, + 72.95736694335938 + ], + [ + "2020-03-24 04:54:00", + 79.05335441995615, + 85.12024688720703, + 73.62250518798828 + ], + [ + "2020-03-24 04:55:00", + 79.00699594565926, + 89.70301055908203, + 72.9462661743164 + ], + [ + "2020-03-24 04:56:00", + 78.96063747136236, + 98.89726257324219, + 72.34540557861328 + ], + [ + "2020-03-24 04:57:00", + 78.91427899706547, + 104.57252502441406, + 73.3578872680664 + ], + [ + "2020-03-24 04:58:00", + 78.86792052276857, + 103.37727355957031, + 73.94607543945312 + ], + [ + "2020-03-24 04:59:00", + 78.82156204847168, + 103.06717681884766, + 72.9709701538086 + ], + [ + "2020-03-24 05:00:00", + 78.77520357417478, + 102.50790405273438, + 74.46186065673828 + ], + [ + "2020-03-24 05:01:00", + 78.72884509987789, + 102.56554412841797, + 72.30302429199219 + ], + [ + "2020-03-24 05:02:00", + 78.68248662558099, + 100.72061157226562, + 73.90963745117188 + ], + [ + "2020-03-24 05:03:00", + 78.6361281512841, + 84.94855499267578, + 72.5624771118164 + ], + [ + "2020-03-24 05:04:00", + 78.5897696769872, + 73.80229949951172, + 72.40718078613281 + ], + [ + "2020-03-24 05:05:00", + 78.54341120269031, + 66.7529296875, + 73.5855941772461 + ], + [ + "2020-03-24 05:06:00", + 78.49705272839341, + 58.3730354309082, + 73.1899185180664 + ], + [ + "2020-03-24 05:07:00", + 78.45069425409652, + 54.12462615966797, + 73.07763671875 + ], + [ + "2020-03-24 05:08:00", + 78.40433577979962, + 51.171958923339844, + 73.19320678710938 + ], + [ + "2020-03-24 05:09:00", + 78.35797730550273, + 48.614585876464844, + 72.81364440917969 + ], + [ + "2020-03-24 05:10:00", + 78.31161883120583, + 55.98033905029297, + 74.0353775024414 + ], + [ + "2020-03-24 05:11:00", + 78.26526035690894, + 55.769962310791016, + 74.27434539794922 + ], + [ + "2020-03-24 05:12:00", + 78.21890188261204, + 55.67626190185547, + 72.99474334716797 + ], + [ + "2020-03-24 05:13:00", + 78.17254340831515, + 53.84586715698242, + 73.18851470947266 + ], + [ + "2020-03-24 05:14:00", + 78.17000064599996, + 49.15884017944336, + 72.83944702148438 + ], + [ + "2020-03-24 05:15:00", + 78, + 48.674129486083984, + 72.74655151367188 + ], + [ + "2020-03-24 05:16:00", + 77.9366887710829, + 48.823998987048924, + 73.24293518066406 + ], + [ + "2020-03-24 05:17:00", + 77.90413912638326, + 48.8282470703125, + 72.28050994873047 + ], + [ + "2020-03-24 05:18:00", + 77.87158948168361, + 49.756980895996094, + 72.88276672363281 + ], + [ + "2020-03-24 05:19:00", + 77.83903983698399, + 49.47259521484375, + 73.35757446289062 + ], + [ + "2020-03-24 05:20:00", + 77.80649019228434, + 49.850311279296875, + 73.20963287353516 + ], + [ + "2020-03-24 05:21:00", + 77.77394054758471, + 49.637855529785156, + 72.9081039428711 + ], + [ + "2020-03-24 05:22:00", + 77.74139090288507, + 49.61250305175781, + 72.93186950683594 + ], + [ + "2020-03-24 05:23:00", + 77.70884125818544, + 48.27946090698242, + 74.17268371582031 + ], + [ + "2020-03-24 05:24:00", + 77.6762916134858, + 48.74678421020508, + 73.15660858154297 + ], + [ + "2020-03-24 05:25:00", + 77.64374196878616, + 48.357120513916016, + 72.6622543334961 + ], + [ + "2020-03-24 05:26:00", + 77.61119232408653, + 49.31953430175781, + 72.34400177001953 + ], + [ + "2020-03-24 05:27:00", + 77.57864267938689, + 49.709964752197266, + 72.97113037109375 + ], + [ + "2020-03-24 05:28:00", + 77.54609303468726, + 50.2484130859375, + 72.39154052734375 + ], + [ + "2020-03-24 05:29:00", + 77.51354338998762, + 50.60381317138672, + 72.06515502929688 + ], + [ + "2020-03-24 05:30:00", + 77.48099374528799, + 50.00936508178711, + 56.87029266357422 + ], + [ + "2020-03-24 05:31:00", + 77.44844410058835, + 49.875885009765625, + 16.654312133789062 + ], + [ + "2020-03-24 05:32:00", + 77.4158944558887, + 48.563663482666016, + 18.19554901123047 + ], + [ + "2020-03-24 05:33:00", + 77.38334481118908, + 48.847572326660156, + 18.055583953857422 + ], + [ + "2020-03-24 05:34:00", + 77.35079516648943, + 48.35354232788086, + 18.378847122192383 + ], + [ + "2020-03-24 05:35:00", + 77.3182455217898, + 48.75905990600586, + 17.62409782409668 + ], + [ + "2020-03-24 05:36:00", + 77.28569587709016, + 48.05728530883789, + 18.058086395263672 + ], + [ + "2020-03-24 05:37:00", + 77.25314623239053, + 54.909175872802734, + 17.759536743164062 + ], + [ + "2020-03-24 05:38:00", + 77.22059658769089, + 54.575439453125, + 17.888395309448242 + ], + [ + "2020-03-24 05:39:00", + 77.18804694299125, + 55.046234130859375, + 18.210878372192383 + ], + [ + "2020-03-24 05:40:00", + 77.15549729829162, + 54.0140495300293, + 17.824277877807617 + ], + [ + "2020-03-24 05:41:00", + 77.12294765359198, + 53.690467834472656, + 18.451248168945312 + ], + [ + "2020-03-24 05:42:00", + 77.09039800889235, + 53.07158279418945, + 18.209468841552734 + ], + [ + "2020-03-24 05:43:00", + 77.05784836419271, + 53.31936264038086, + 18.179603576660156 + ], + [ + "2020-03-24 05:44:00", + 77.02529871949308, + 53.26475143432617, + 18.342716217041016 + ], + [ + "2020-03-24 05:45:00", + 76.99274907479344, + 51.945220947265625, + 18.539770126342773 + ], + [ + "2020-03-24 05:46:00", + 76.9601994300938, + 51.81389617919922, + 18.015705108642578 + ], + [ + "2020-03-24 05:47:00", + 76.92764978539417, + 51.123085021972656, + 17.368398666381836 + ], + [ + "2020-03-24 05:48:00", + 76.89510014069452, + 51.4550666809082, + 18.14003562927246 + ], + [ + "2020-03-24 05:49:00", + 76.8625504959949, + 50.60249710083008, + 18.289703369140625 + ], + [ + "2020-03-24 05:50:00", + 76.83000085129525, + 50.91603088378906, + 18.2962646484375 + ], + [ + "2020-03-24 05:51:00", + 76.79745120659562, + 53.06449508666992, + 18.563539505004883 + ], + [ + "2020-03-24 05:52:00", + 76.76490156189598, + 54.72663497924805, + 18.568862915039062 + ], + [ + "2020-03-24 05:53:00", + 76.73235191719634, + 54.90778732299805, + 18.28094482421875 + ], + [ + "2020-03-24 05:54:00", + 76.69980227249671, + 53.92911911010742, + 18.02821159362793 + ], + [ + "2020-03-24 05:55:00", + 76.66725262779707, + 53.20056915283203, + 21.20859718322754 + ], + [ + "2020-03-24 05:56:00", + 76.63470298309744, + 53.7746696472168, + 70.31324768066406 + ], + [ + "2020-03-24 05:57:00", + 76.6021533383978, + 54.07472610473633, + 73.2507553100586 + ], + [ + "2020-03-24 05:58:00", + 76.56960369369816, + 53.80739974975586, + 73.81517791748047 + ], + [ + "2020-03-24 05:59:00", + 76.53705404899853, + 53.748661041259766, + 73.31723022460938 + ], + [ + "2020-03-24 06:00:00", + 76.50450440429888, + 54.74142837524414, + 72.85430145263672 + ], + [ + "2020-03-24 06:01:00", + 76.47195475959926, + 56.06607437133789, + 73.29580688476562 + ], + [ + "2020-03-24 06:02:00", + 76.46999418600018, + 55.171714782714844, + 72.67166195723287 + ], + [ + "2020-03-24 06:03:00", + 76.29999354000017, + 55.41927719116211, + 72.6522445678711 + ], + [ + "2020-03-24 06:04:00", + 76.17097911658006, + 55.45018005371094, + 73.24137115478516 + ], + [ + "2020-03-24 06:05:00", + 76.10446483646761, + 55.66059112548828, + 72.9041976928711 + ], + [ + "2020-03-24 06:06:00", + 76.03795055635517, + 49.595481872558594, + 73.65878295898438 + ], + [ + "2020-03-24 06:07:00", + 75.97143627624271, + 47.00128173828125, + 72.86134338378906 + ], + [ + "2020-03-24 06:08:00", + 75.90492199613027, + 47.58378601074219, + 72.69776153564453 + ], + [ + "2020-03-24 06:09:00", + 75.83840771601783, + 49.07365417480469, + 72.17729187011719 + ], + [ + "2020-03-24 06:10:00", + 75.77189343590538, + 56.555606842041016, + 72.93250274658203 + ], + [ + "2020-03-24 06:11:00", + 75.70537915579293, + 56.26713180541992, + 72.06671905517578 + ], + [ + "2020-03-24 06:12:00", + 75.63886487568048, + 55.18650817871094, + 73.08904266357422 + ], + [ + "2020-03-24 06:13:00", + 75.57235059556804, + 48.025177001953125, + 73.17881774902344 + ], + [ + "2020-03-24 06:14:00", + 75.50583631545558, + 47.967350006103516, + 73.10953521728516 + ], + [ + "2020-03-24 06:15:00", + 75.43932203534314, + 49.351463317871094, + 72.9697265625 + ], + [ + "2020-03-24 06:16:00", + 75.3728077552307, + 57.63689041137695, + 73.93919372558594 + ], + [ + "2020-03-24 06:17:00", + 75.30629347511824, + 51.609039306640625, + 73.03306579589844 + ], + [ + "2020-03-24 06:18:00", + 75.2397791950058, + 49.73860549926758, + 73.2399673461914 + ], + [ + "2020-03-24 06:19:00", + 75.17326491489335, + 50.75581359863281, + 72.73904418945312 + ], + [ + "2020-03-24 06:20:00", + 75.1067506347809, + 50.66218566894531, + 72.50445556640625 + ], + [ + "2020-03-24 06:21:00", + 75.04023635466845, + 50.81214141845703, + 72.9201431274414 + ], + [ + "2020-03-24 06:22:00", + 74.97372207455601, + 51.4454231262207, + 72.74983978271484 + ], + [ + "2020-03-24 06:23:00", + 74.90720779444355, + 51.69704055786133, + 72.99396514892578 + ], + [ + "2020-03-24 06:24:00", + 74.84069351433111, + 51.35186767578125, + 73.40730285644531 + ], + [ + "2020-03-24 06:25:00", + 74.77417923421866, + 50.72081756591797, + 72.23859405517578 + ], + [ + "2020-03-24 06:26:00", + 74.76998772600024, + 50.91818618774414, + 73.011474609375 + ], + [ + "2020-03-24 06:27:00", + 74.59998708000028, + 50.9371452331543, + 73.52397918701172 + ], + [ + "2020-03-24 06:28:00", + 74.47115968724424, + 51.061458587646484, + 73.56307220458984 + ], + [ + "2020-03-24 06:29:00", + 74.40464696005053, + 50.900325775146484, + 73.50645446777344 + ], + [ + "2020-03-24 06:30:00", + 74.33813423285682, + 51.356689453125, + 73.11031341552734 + ], + [ + "2020-03-24 06:31:00", + 74.2716215056631, + 51.44089126586914, + 74.34957122802734 + ], + [ + "2020-03-24 06:32:00", + 74.2051087784694, + 51.28786849975586, + 73.98580169677734 + ], + [ + "2020-03-24 06:33:00", + 74.13859605127568, + 51.93085537607588, + 72.36542510986328 + ], + [ + "2020-03-24 06:34:00", + 74.07208332408197, + 51.952125549316406, + 72.51180267333984 + ], + [ + "2020-03-24 06:35:00", + 74.00557059688826, + 57.87371063232422, + 73.43373107910156 + ], + [ + "2020-03-24 06:36:00", + 73.93905786969457, + 80.50335693359375, + 73.54712677001953 + ], + [ + "2020-03-24 06:37:00", + 73.87254514250085, + 86.00247192382812, + 73.6276626586914 + ], + [ + "2020-03-24 06:38:00", + 73.80603241530714, + 92.10163116455078, + 73.07763671875 + ], + [ + "2020-03-24 06:39:00", + 73.73951968811343, + 92.22298431396484, + 72.73919677734375 + ], + [ + "2020-03-24 06:40:00", + 73.67300696091972, + 91.8537368774414, + 72.59422302246094 + ], + [ + "2020-03-24 06:41:00", + 73.60649423372601, + 91.79039764404297, + 72.58702850341797 + ], + [ + "2020-03-24 06:42:00", + 73.5399815065323, + 92.08602905273438, + 73.7885971069336 + ], + [ + "2020-03-24 06:43:00", + 73.47346877933859, + 92.87781524658203, + 72.7099609375 + ], + [ + "2020-03-24 06:44:00", + 73.40695605214488, + 96.19808197021484, + 73.00537872314453 + ], + [ + "2020-03-24 06:45:00", + 73.34044332495118, + 96.97959899902344, + 73.0341567993164 + ], + [ + "2020-03-24 06:46:00", + 73.27393059775747, + 92.9488296508789, + 73.91197967529297 + ], + [ + "2020-03-24 06:47:00", + 73.20741787056376, + 93.09352111816406, + 72.77579498291016 + ], + [ + "2020-03-24 06:48:00", + 73.14090514337005, + 91.96395111083984, + 71.88639831542969 + ], + [ + "2020-03-24 06:49:00", + 73.07439241617634, + 92.7508773803711, + 73.19898986816406 + ], + [ + "2020-03-24 06:50:00", + 73.07001033599973, + 91.7613525390625, + 73.58168029785156 + ], + [ + "2020-03-24 06:51:00", + 72.90001291999972, + 90.88325500488281, + 73.70819854736328 + ], + [ + "2020-03-24 06:52:00", + 72.74429166862062, + 90.33417510986328, + 72.71105194091797 + ], + [ + "2020-03-24 06:53:00", + 72.66377465236994, + 95.02799224853516, + 75.33968353271484 + ], + [ + "2020-03-24 06:54:00", + 72.58325763611924, + 96.9925308227539, + 74.09574890136719 + ], + [ + "2020-03-24 06:55:00", + 72.50274061986855, + 96.695068359375, + 73.8018798828125 + ], + [ + "2020-03-24 06:56:00", + 72.42222360361787, + 95.75796508789062, + 74.43511199951172 + ], + [ + "2020-03-24 06:57:00", + 72.34170658736717, + 96.17393493652344, + 74.73851776123047 + ], + [ + "2020-03-24 06:58:00", + 72.26118957111649, + 88.4173812866211, + 75.60273742675781 + ], + [ + "2020-03-24 06:59:00", + 72.1806725548658, + 88.39751434326172, + 74.84156799316406 + ], + [ + "2020-03-24 07:00:00", + 72.1001555386151, + 87.41456604003906, + 74.45763397216797 + ], + [ + "2020-03-24 07:01:00", + 72.01963852236442, + 87.65657806396484, + 73.62500762939453 + ], + [ + "2020-03-24 07:02:00", + 71.93912150611372, + 87.04649353027344, + 75.57865142822266 + ], + [ + "2020-03-24 07:03:00", + 71.85860448986304, + 87.92521667480469, + 74.86284637451172 + ], + [ + "2020-03-24 07:04:00", + 71.77808747361235, + 85.46574401855469, + 74.23040008544922 + ], + [ + "2020-03-24 07:05:00", + 71.69757045736166, + 51.844181060791016, + 73.2090072631836 + ], + [ + "2020-03-24 07:06:00", + 71.61705344111097, + 36.57521057128906, + 74.82296752929688 + ], + [ + "2020-03-24 07:07:00", + 71.53653642486027, + 34.56216812133789, + 74.66110229492188 + ], + [ + "2020-03-24 07:08:00", + 71.45601940860959, + 48.19200897216797, + 73.77107238769531 + ], + [ + "2020-03-24 07:09:00", + 71.3755023923589, + 52.86350631713867, + 74.53269958496094 + ], + [ + "2020-03-24 07:10:00", + 71.37000710599979, + 52.843929290771484, + 73.5987319946289 + ], + [ + "2020-03-24 07:11:00", + 71.20000645999983, + 52.08213424682617, + 74.15689849853516 + ], + [ + "2020-03-24 07:12:00", + 71.03583251441142, + 51.53842544555664, + 73.91010284423828 + ], + [ + "2020-03-24 07:13:00", + 70.95084242170037, + 43.506919860839844, + 73.70914459228516 + ], + [ + "2020-03-24 07:14:00", + 70.86585232898932, + 43.037841796875, + 73.2168197631836 + ], + [ + "2020-03-24 07:15:00", + 70.78086223627825, + 43.77318572998047, + 74.06806182861328 + ], + [ + "2020-03-24 07:16:00", + 70.6958721435672, + 46.766944885253906, + 74.05726623535156 + ], + [ + "2020-03-24 07:17:00", + 70.61088205085615, + 50.872379302978516, + 74.08291625976562 + ], + [ + "2020-03-24 07:18:00", + 70.5258919581451, + 51.395668029785156, + 74.64201354980469 + ], + [ + "2020-03-24 07:19:00", + 70.44090186543403, + 50.60863494873047, + 73.44953155517578 + ], + [ + "2020-03-24 07:20:00", + 70.35591177272298, + 40.730621337890625, + 72.79737854003906 + ], + [ + "2020-03-24 07:21:00", + 70.27092168001192, + 41.385196685791016, + 73.6615982055664 + ], + [ + "2020-03-24 07:22:00", + 70.18593158730087, + 52.25959777832031, + 73.92058563232422 + ], + [ + "2020-03-24 07:23:00", + 70.10094149458982, + 46.88405990600586, + 74.61308288574219 + ], + [ + "2020-03-24 07:24:00", + 70.01595140187875, + 47.141448974609375, + 73.66790870618443 + ], + [ + "2020-03-24 07:25:00", + 69.9309613091677, + 47.107181549072266, + 73.63360595703125 + ], + [ + "2020-03-24 07:26:00", + 69.84597121645665, + 47.4166259765625, + 74.238525390625 + ], + [ + "2020-03-24 07:27:00", + 69.7609811237456, + 46.56296157836914, + 73.82565307617188 + ], + [ + "2020-03-24 07:28:00", + 69.67599103103453, + 46.3474006652832, + 72.98832702636719 + ], + [ + "2020-03-24 07:29:00", + 69.67000064599995, + 47.08136046272777, + 73.30158233642578 + ], + [ + "2020-03-24 07:30:00", + 69.5, + 47.10820770263672, + 73.27828216552734 + ], + [ + "2020-03-24 07:31:00", + 69.32637243713472, + 47.034088134765625, + 73.60092163085938 + ], + [ + "2020-03-24 07:32:00", + 69.23638277037952, + 45.57647705078125, + 73.87054443359375 + ], + [ + "2020-03-24 07:33:00", + 69.1463931036243, + 51.21367645263672, + 72.25328826904297 + ], + [ + "2020-03-24 07:34:00", + 69.0564034368691, + 70.96977996826172, + 73.15692138671875 + ], + [ + "2020-03-24 07:35:00", + 68.96641377011389, + 76.6375961303711, + 72.21951293945312 + ], + [ + "2020-03-24 07:36:00", + 68.87642410335869, + 83.16655731201172, + 74.12545776367188 + ], + [ + "2020-03-24 07:37:00", + 68.78643443660347, + 83.07859802246094, + 72.88916991454134 + ], + [ + "2020-03-24 07:38:00", + 68.69644476984827, + 92.17417907714844, + 72.8433609008789 + ], + [ + "2020-03-24 07:39:00", + 68.60645510309305, + 92.9948959350586, + 73.65784454345703 + ], + [ + "2020-03-24 07:40:00", + 68.51646543633785, + 92.51905822753906, + 72.56232452392578 + ], + [ + "2020-03-24 07:41:00", + 68.42647576958265, + 91.8058090209961, + 73.06637573242188 + ], + [ + "2020-03-24 07:42:00", + 68.33648610282744, + 90.04006958007812, + 72.91545104980469 + ], + [ + "2020-03-24 07:43:00", + 68.24649643607223, + 85.17295837402344, + 73.79078674316406 + ], + [ + "2020-03-24 07:44:00", + 68.15650676931702, + 95.68914794921875, + 72.5380859375 + ], + [ + "2020-03-24 07:45:00", + 68.06651710256182, + 74.87901306152344, + 73.2021255493164 + ], + [ + "2020-03-24 07:46:00", + 67.9765274358066, + 60.12022018432617, + 73.76215362548828 + ], + [ + "2020-03-24 07:47:00", + 67.96999418600018, + 53.05949020385742, + 73.28720092773438 + ], + [ + "2020-03-24 07:48:00", + 67.79999354000017, + 48.9787483215332, + 73.20462799072266 + ], + [ + "2020-03-24 07:49:00", + 67.60342746002077, + 49.55990219116211, + 72.59485626220703 + ], + [ + "2020-03-24 07:50:00", + 67.50143795130171, + 50.27000427246094, + 73.38900756835938 + ], + [ + "2020-03-24 07:51:00", + 67.39944844258264, + 49.79863766947178, + 72.78111267089844 + ], + [ + "2020-03-24 07:52:00", + 67.29745893386358, + 49.78076171875, + 73.90713500976562 + ], + [ + "2020-03-24 07:53:00", + 67.19546942514451, + 50.86861801147461, + 38.183509826660156 + ], + [ + "2020-03-24 07:54:00", + 67.09347991642545, + 51.039466857910156, + 17.961437225341797 + ], + [ + "2020-03-24 07:55:00", + 66.99149040770638, + 51.160526275634766, + 19.09199333190918 + ], + [ + "2020-03-24 07:56:00", + 66.88950089898731, + 50.949893951416016, + 18.68396759033203 + ], + [ + "2020-03-24 07:57:00", + 66.78751139026825, + 51.169769287109375, + 17.29629898071289 + ], + [ + "2020-03-24 07:58:00", + 66.68552188154918, + 50.19011306762695, + 18.370710372924805 + ] + ] + }, + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\tdata \u003d []\n\ttable \u003d []\n\n\n\tif self.getSibling(\"Status_tab\").props.currentTabIndex \u003d\u003d 0:\n\t\tresults \u003d self.parent.getChild(\"Status_tab\").getChild(\"Ethernet\").getChild(\"Ethernet\").props.filter.results.data\n\t\tif(len(results) \u003e 0):\n\t\t\theaders \u003d [\"Device Type\", \"Device\", \"IP Address\",\"Status\",\"Current (Amps)\",\"Speed (FPM)\",\"Status Code\", \"Last Status Code\"]\n\t\t\tfor result in results:\n\t\t\t\tdata.append([result[\u0027DeviceType\u0027],result[\u0027Device\u0027],result[\u0027IPAddress\u0027],result[\u0027Status\u0027],result[\u0027CurrentAmps\u0027],result[\u0027SpeedFPM\u0027],result[\u0027StatusCode\u0027],result[\u0027LastStatusCode\u0027]])\n\t\n\t\telse:\n\t\t\ttest_table \u003d system.dataset.toPyDataSet(self.parent.getChild(\"Status_tab\").getChild(\"Ethernet\").getChild(\"Ethernet\").props.data)\n\t\t\theaders \u003d [\"Device Type\", \"Device\", \"IP Address\",\"Status\",\"Current (Amps)\",\"Speed (FPM)\",\"Status Code\", \"Last Status Code\"]\n\t\t\tfor result in test_table:\n\t\t\t\tdata.append([result[\u0027DeviceType\u0027],result[\u0027Device\u0027],result[\u0027IPAddress\u0027],result[\u0027Status\u0027],result[\u0027CurrentAmps\u0027],result[\u0027SpeedFPM\u0027],result[\u0027StatusCode\u0027],result[\u0027LastStatusCode\u0027]])\n\t\t\n\t\ttable \u003d system.dataset.toDataSet(headers, data)\t\n\t\tcsv \u003d system.dataset.toCSV(table,1,0,1)\n\t\tsystem.perspective.download(filename \u003d \u0027Ethernet.csv\u0027, data \u003d csv)\t\n\n\t\n\telif self.getSibling(\"Status_tab\").props.currentTabIndex \u003d\u003d 1:\n\t\tresults \u003d self.parent.getChild(\"Status_tab\").getChild(\"Scanner History\").getChild(\"Scanner History\").props.filter.results.data\n\t\tif(len(results) \u003e 0):\n\t\t\theaders \u003d [\"Date\", \"Sorter\", \"Parcel ID\",\"Scanner\",\"Img ID\",\"Scan Label\",\"Scan Status\",\"Length (in)\",\"Trays (#)\",\"Assigment\",\"Divert Status\",\"Req Dest\",\"Actual Dest\",\"Sort Code\"]\n\t\t\tfor result in results:\n\t\t\t\tdata.append([result[\u0027t_stamp\u0027],result[\u0027SorterName\u0027],result[\u0027ParcelID\u0027],result[\u0027ScannerName\u0027],result[\u0027IMGID\u0027],result[\u0027ScanLabel\u0027],result[\u0027ScanStatus\u0027],result[\u0027Length\u0027],result[\u0027Tray\u0027],result[\u0027AssignmentScanHist\u0027],result[\u0027DivertStatus\u0027],result[\u0027DEST_REQ\u0027],result[\u0027ACTUAL_DEST\u0027],result[\u0027SortCode\u0027]])\n\t\t\t\n\t\telse:\n\t\t\theaders \u003d [\"Date\", \"Sorter\", \"Parcel ID\",\"Scanner\",\"Img ID\",\"Scan Label\",\"Scan Status\",\"Length (in)\",\"Trays (#)\",\"Assigment\",\"Divert Status\",\"Req Dest\",\"Actual Dest\",\"Sort Code\"]\n\t\t\tfor row in self.parent.getChild(\"Status_tab\").getChild(\"Scanner History\").getChild(\"Scanner History\").props.data:\n\t\t\t\tdata.append([row[\u0027value\u0027][\u0027t_stamp\u0027],row[\u0027value\u0027][\u0027SorterName\u0027],row[\u0027value\u0027][\u0027ParcelID\u0027],row[\u0027value\u0027][\u0027ScannerName\u0027],row[\u0027value\u0027][\u0027IMGID\u0027],row[\u0027value\u0027][\u0027ScanLabel\u0027],row[\u0027value\u0027][\u0027ScanStatus\u0027],row[\u0027value\u0027][\u0027Length\u0027],row[\u0027value\u0027][\u0027Tray\u0027],row[\u0027value\u0027][\u0027AssignmentScanHist\u0027],row[\u0027value\u0027][\u0027DivertStatus\u0027],row[\u0027value\u0027][\u0027DEST_REQ\u0027],row[\u0027value\u0027][\u0027ACTUAL_DEST\u0027],row[\u0027value\u0027][\u0027SortCode\u0027]])\n\t\t\t\n\t\ttable \u003d system.dataset.toDataSet(headers, data)\t\n\t\tcsv \u003d system.dataset.toCSV(table,1,0,1)\n\t\tsystem.perspective.download(filename \u003d \u0027Scanner History.csv\u0027, data \u003d csv)\n\t\n\t\n\telif self.getSibling(\"Status_tab\").props.currentTabIndex \u003d\u003d 2:\n\t\tresults \u003d self.parent.getChild(\"Status_tab\").getChild(\"Lane Status\").getChild(\"Lane Status\").props.filter.results.data\n\t\tif(len(results) \u003e 0):\n\t\t\theaders \u003d [\"Start Timestamp\", \"End Timestamp\", \"Lane\",\"Full (#)\",\"Jam (#)\",\"Full Duration\",\"Jam Duration\"]\n\t\t\tfor result in results:\n\t\t\t\tdata.append([result[\u0027StartTime\u0027],result[\u0027EndTime\u0027],result[\u0027Lane\u0027],result[\u0027Full_\u0027],result[\u0027Jam_\u0027],result[\u0027FullDuration\u0027],result[\u0027JamDuration\u0027]])\n\t\n\t\telse:\n\t\t\ttest_table \u003d system.dataset.toPyDataSet(self.parent.getChild(\"Status_tab\").getChild(\"Lane Status\").getChild(\"Lane Status\").props.data)\n\t\t\theaders \u003d [\"Start Timestamp\", \"End Timestamp\", \"Lane\",\"Full (#)\",\"Jam (#)\",\"Full Duration\",\"Jam Duration\"]\n\t\t\tfor result in test_table:\n\t\t\t\tdata.append([result[\u0027StartTime\u0027],result[\u0027EndTime\u0027],result[\u0027Lane\u0027],result[\u0027Full_\u0027],result[\u0027Jam_\u0027],result[\u0027FullDuration\u0027],result[\u0027JamDuration\u0027]])\n\t\t\t\n\t\ttable \u003d system.dataset.toDataSet(headers, data)\t\n\t\tcsv \u003d system.dataset.toCSV(table,1,0,1)\n\t\tsystem.perspective.download(filename \u003d \u0027Lane Status.csv\u0027, data \u003d csv)" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "ExportToCSV" + }, + "position": { + "height": 0.0264, + "width": 0.0632, + "x": 0.9072, + "y": 0.0041 + }, + "props": { + "mode": "percent", + "style": { + "classes": "Button_Action" + }, + "text": "Export to CSV", + "textStyle": { + "fontFamily": "Arial", + "fontSize": "1vmin" + } + }, + "type": "ia.input.button" + }, + { + "children": [ + { + "meta": { + "name": "LPeriod" + }, + "position": { + "basis": "60px" + }, + "props": { + "style": { + "color": "#000000" + }, + "text": "Period:" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Period" + }, + "position": { + "basis": "160px" + }, + "props": { + "options": [ + { + "label": "Past 30 Min", + "value": "Past 30 Min" + }, + { + "label": "Past Hour", + "value": "Past Hour" + }, + { + "label": "Past 2 Hour", + "value": "Past 2 Hour" + }, + { + "label": "Past 4 Hour", + "value": "Past 4 Hour" + }, + { + "label": "Past 8 Hour", + "value": "Past 8 Hour" + }, + { + "label": "Current Day", + "value": "Current Day" + }, + { + "label": "Morning", + "value": "Morning" + }, + { + "label": "Daylight", + "value": "Daylight" + }, + { + "label": "Twilight", + "value": "Twilight" + }, + { + "label": "Night", + "value": "Night" + }, + { + "label": "Wrap Down", + "value": "Wrap Down" + }, + { + "label": "Current Sort", + "value": "Current Sort" + }, + { + "label": "Custom", + "value": "Custom" + } + ], + "value": "Past 30 Min" + }, + "type": "ia.input.dropdown" + }, + { + "meta": { + "name": "Spare_0" + }, + "position": { + "basis": "18.1px" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Start Date" + }, + "position": { + "basis": "85px" + }, + "props": { + "style": { + "color": "#000000" + }, + "text": "Start Date:" + }, + "type": "ia.display.label" + }, + { + "custom": { + "Selected": "value" + }, + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\t\n\tself.custom.Selected \u003d self.props.value" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "StartTime" + }, + "propConfig": { + "props.enabled": { + "binding": { + "config": { + "expression": "{../Period.props.value} \u003d \"Custom\"" + }, + "type": "expr" + } + }, + "props.maxDate": { + "binding": { + "config": { + "expression": "now()" + }, + "type": "expr" + } + }, + "props.startDate": { + "binding": { + "config": { + "path": "../Period.props.value" + }, + "transforms": [ + { + "fallback": "todate(now())", + "inputType": "expression", + "mappings": [ + { + "input": "\"Past 30 Min\"", + "output": "todate(dateFormat(dateArithmetic(now(),-30, \"Minute\"), \"yyyy-MM-dd HH:mm:ss\"))" + }, + { + "input": "\"Past Hour\"", + "output": "todate(dateFormat(dateArithmetic(now(),-1, \"Hour\"), \"yyyy-MM-dd HH:mm:ss\"))" + }, + { + "input": "\"Past 2 Hour\"", + "output": "todate(dateFormat(dateArithmetic(now(),-2, \"Hour\"), \"yyyy-MM-dd HH:mm:ss\"))" + }, + { + "input": "\"Past 4 Hour\"", + "output": "todate(dateFormat(dateArithmetic(now(),-4, \"Hour\"), \"yyyy-MM-dd HH:mm:ss\"))" + }, + { + "input": "\"Past 8 Hour\"", + "output": "todate(dateFormat(dateArithmetic(now(),-8, \"Hour\"), \"yyyy-MM-dd HH:mm:ss\"))" + }, + { + "input": "\"Current Day\"", + "output": "todate(dateFormat(dateArithmetic(now(0),0, \"Day\"), \"yyyy-MM-dd 00:00:00\"))" + }, + { + "input": "\"Morning\"", + "output": "if (dateFormat(dateArithmetic(now(),0, \"Day\"), \"HH:mm:ss\")\u003c\"2:30:00\",\r dateFormat(dateArithmetic(now(0),-1, \"Day\"), \"yyyy-MM-dd 2:30:00\"),todate(dateFormat(dateArithmetic(now(0),0, \"Day\"), \"yyyy-MM-dd 2:30:00\")))" + }, + { + "input": "\"Daylight\"", + "output": "if (dateFormat(dateArithmetic(now(),0, \"Day\"), \"HH:mm:ss\")\u003c\"7:30:00\", todate(dateFormat(dateArithmetic(now(0),-1, \"Day\"), \"yyyy-MM-dd 7:30:00\")),todate(dateFormat(dateArithmetic(now(0),0, \"Day\"), \"yyyy-MM-dd 7:30:00\")))" + }, + { + "input": "\"Twilight\"", + "output": "if (dateFormat(dateArithmetic(now(),0, \"Hours\"), \"HH:mm:ss\")\u003c\"13:00:00\", todate(dateFormat(dateArithmetic(now(0),-1, \"Day\"), \"yyyy-MM-dd 13:00:00\")),todate(dateFormat(dateArithmetic(now(0),0, \"Day\"), \"yyyy-MM-dd 13:00:00\")))" + }, + { + "input": "\"Night\"", + "output": "if (dateFormat(dateArithmetic(now(),0, \"Day\"), \"HH:mm:ss\")\u003c\"18:30:00\", todate(dateFormat(dateArithmetic(now(0),-1, \"Day\"), \"yyyy-MM-dd 18:30:00\")),todate(dateFormat(dateArithmetic(now(0),0, \"Day\"), \"yyyy-MM-dd 18:30:00\")))" + }, + { + "input": "\"Wrap Down\"", + "output": "if (dateFormat(dateArithmetic(now(),0, \"Day\"), \"HH:mm:ss\")\u003c\"23:30:00\", todate(dateFormat(dateArithmetic(now(0),-1, \"Day\"), \"yyyy-MM-dd 23:30:00\")),todate(dateFormat(dateArithmetic(now(0),0, \"Day\"), \"yyyy-MM-dd 23:30:00\")))" + }, + { + "input": "\"Current Sort\"", + "output": "if (dateFormat(dateArithmetic(now(),0, \"Day\"), \"HH:mm:ss\")\u003c\"7:30:00\", todate(dateFormat(dateArithmetic(now(0),0, \"Day\"), \"yyyy-MM-dd 2:30:00\")), \r if (dateFormat(dateArithmetic(now(),0, \"Day\"), \"HH:mm:ss\")\u003c\"13:00:00\",todate(dateFormat(dateArithmetic(now(0),0, \"Day\"), \"yyyy-MM-dd 7:30:00\")),\r if (dateFormat(dateArithmetic(now(),0, \"Day\"), \"HH:mm:ss\")\u003c\"18:30:00\",todate(dateFormat(dateArithmetic(now(0),0, \"Day\"), \"yyyy-MM-dd 13:00:00\")),\r if (dateFormat(dateArithmetic(now(),0, \"Day\"), \"HH:mm:ss\")\u003c\"23:30:00\",todate(dateFormat(dateArithmetic(now(0),0, \"Day\"), \"yyyy-MM-dd 18:30:00\")),\r if (dateFormat(dateArithmetic(now(),0, \"Day\"), \"HH:mm:ss\")\u003c\"2:30:00\", todate(dateFormat(dateArithmetic(now(0),0, \"Day\"), \"yyyy-MM-dd 23:30:00\")),\r todate(dateFormat(dateArithmetic(now(),0, \"Day\"), \"yyyy-MM-dd HH:mm:ss\")))))))" + }, + { + "input": "\"Custom\"", + "output": "{this.props.value}" + } + ], + "outputType": "expression", + "type": "map" + } + ], + "type": "property" + }, + "onChange": { + "enabled": null, + "script": "\t\n\tif self.getSibling(\"Period\").props.value !\u003d \"Custom\":\n\t\tself.props.value \u003d self.props.startDate" + } + }, + "props.value": { + "onChange": { + "enabled": null, + "script": "\t\n\tif system.date.secondsBetween(self.props.value,self.getSibling(\"EndTime\").props.value) \u003e 604800 or system.date.secondsBetween(self.props.value,self.getSibling(\"EndTime\").props.value) \u003c 0:\n\t if system.date.secondsBetween(system.date.addSeconds(self.props.value,604800),system.date.now()) \u003c 0: \n\t self.getSibling(\"EndTime\").props.value \u003d system.date.now()\n\t else:\n\t self.getSibling(\"EndTime\").props.value \u003d system.date.addSeconds(self.props.value,604800)" + } + } + }, + "props": { + "dismissOnSelect": false, + "formattedValue": "Aug 22, 2025 7:20 PM", + "formattedValues": { + "date": "Mar 26, 2021", + "datetime": "Mar 26, 2021 12:00 AM", + "time": "12:00 AM" + }, + "value": { + "$": [ + "ts", + 192, + 1755877827337 + ], + "$ts": 1755876027000 + } + }, + "type": "ia.input.date-time-input" + }, + { + "meta": { + "name": "Spare" + }, + "position": { + "basis": "18.1px" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "End Date" + }, + "position": { + "basis": "81px" + }, + "props": { + "style": { + "color": "#000000" + }, + "text": "End Date:" + }, + "type": "ia.display.label" + }, + { + "custom": { + "Selected": "value" + }, + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\t\n\tself.custom.Selected \u003d self.props.value" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "EndTime" + }, + "position": { + "basis": "190px" + }, + "propConfig": { + "props.enabled": { + "binding": { + "config": { + "expression": "{../Period.props.value} \u003d \"Custom\"" + }, + "type": "expr" + } + }, + "props.endDate": { + "binding": { + "config": { + "path": "../Period.props.value" + }, + "transforms": [ + { + "fallback": "{this.props.value}", + "inputType": "scalar", + "mappings": [ + { + "input": "Past 30 Min", + "output": "todate(dateFormat(dateArithmetic(now(),0, \"Hour\"), \"yyyy-MM-dd HH:mm:ss\"))" + }, + { + "input": "Past Hour", + "output": "todate(dateFormat(dateArithmetic(now(),0, \"hour\"), \"yyyy-MM-dd HH:mm:ss\"))" + }, + { + "input": "Past 2 Hour", + "output": "todate(dateFormat(dateArithmetic(now(),0, \"hour\"), \"yyyy-MM-dd HH:mm:ss\"))" + }, + { + "input": "Past 4 Hour", + "output": "todate(dateFormat(dateArithmetic(now(),0, \"hour\"), \"yyyy-MM-dd HH:mm:ss\"))" + }, + { + "input": "Past 8 Hour", + "output": "todate(dateFormat(dateArithmetic(now(),0, \"hour\"), \"yyyy-MM-dd HH:mm:ss\"))" + }, + { + "input": "Current Day", + "output": "todate(dateFormat(dateArithmetic(now(),0, \"hour\"), \"yyyy-MM-dd HH:mm:ss\"))" + }, + { + "input": "Morning", + "output": "if (dateFormat(dateArithmetic(now(),0, \"Day\"), \"HH:mm:ss\")\u003c\"2:30:00\",\r todate(dateFormat(dateArithmetic(now(0),-1, \"Day\"), \"yyyy-MM-dd 7:30:00\")),\r if (dateFormat(dateArithmetic(now(),0, \"Day\"), \"HH:mm:ss\")\u003c\"7:30:00\",\r todate(dateFormat(dateArithmetic(now(),0, \"Day\"), \"yyyy-MM-dd HH:mm:ss\")), todate(dateFormat(dateArithmetic(now(0),0, \"Day\"), \"yyyy-MM-dd 7:30:00\"))))" + }, + { + "input": "Daylight", + "output": "if (dateFormat(dateArithmetic(now(),0, \"Day\"), \"HH:mm:ss\")\u003c\"7:30:00\",\r todate(dateFormat(dateArithmetic(now(0),-1, \"Day\"), \"yyyy-MM-dd 13:00:00\")),\r if (dateFormat(dateArithmetic(now(),0, \"Day\"), \"HH:mm:ss\")\u003c\"13:00:00\",\r todate(dateFormat(dateArithmetic(now(),0, \"Day\"), \"yyyy-MM-dd HH:mm:ss\")), todate(dateFormat(dateArithmetic(now(0),0, \"Day\"), \"yyyy-MM-dd 13:00:00\"))))" + }, + { + "input": "Twilight", + "output": "if (dateFormat(dateArithmetic(now(),0, \"Day\"), \"HH:mm:ss\")\u003c\"13:00:00\",\r todate(dateFormat(dateArithmetic(now(0),-1, \"Day\"), \"yyyy-MM-dd 18:30:00\")),\r if (dateFormat(dateArithmetic(now(),0, \"Day\"), \"HH:mm:ss\")\u003c\"18:30:00\",\r todate(dateFormat(dateArithmetic(now(),0, \"Day\"), \"yyyy-MM-dd HH:mm:ss\")), todate(dateFormat(dateArithmetic(now(0),0, \"Day\"), \"yyyy-MM-dd 18:30:00\"))))" + }, + { + "input": "Night", + "output": "if (dateFormat(dateArithmetic(now(),0, \"Day\"), \"HH:mm:ss\")\u003c\"18:30:00\",\r todate(dateFormat(dateArithmetic(now(0),-1, \"Day\"), \"yyyy-MM-dd 23:30:00\")),\r if (dateFormat(dateArithmetic(now(),0, \"Day\"), \"HH:mm:ss\")\u003c\"23:30:00\",\r todate(dateFormat(dateArithmetic(now(),0, \"Day\"), \"yyyy-MM-dd HH:mm:ss\")), todate(dateFormat(dateArithmetic(now(0),0, \"Day\"), \"yyyy-MM-dd 23:30:00\"))))" + }, + { + "input": "Wrap Down", + "output": "if (dateFormat(dateArithmetic(now(),0, \"Day\"), \"HH:mm:ss\")\u003c\"23:30:00\",\r todate(dateFormat(dateArithmetic(now(0),0, \"Day\"), \"yyyy-MM-dd 2:30:00\")),\r if (dateFormat(dateArithmetic(now(),0, \"Day\"), \"HH:mm:ss\")\u003c\"2:30:00\",\r todate(dateFormat(dateArithmetic(now(),0, \"Day\"), \"yyyy-MM-dd HH:mm:ss\")), todate(dateFormat(dateArithmetic(now(0),0, \"Day\"), \"yyyy-MM-dd 2:30:00\"))))" + }, + { + "input": "Current Sort", + "output": "todate(dateFormat(dateArithmetic(now(),0, \"hour\"), \"yyyy-MM-dd HH:mm:ss\"))" + } + ], + "outputType": "expression", + "type": "map" + } + ], + "type": "property" + }, + "onChange": { + "enabled": null, + "script": "\t\n\tif self.getSibling(\"Period\").props.value !\u003d \"Custom\":\n\t\tself.props.value \u003d self.props.endDate" + } + }, + "props.maxDate": { + "binding": { + "config": { + "expression": "if(dateDiff({../StartTime.props.value},now(),\"day\") \u003c 7, now(),dateArithmetic({../StartTime.props.value}, 7, \"days\"))" + }, + "type": "expr" + } + }, + "props.minDate": { + "binding": { + "config": { + "expression": "{../StartTime.props.value}" + }, + "type": "expr" + } + } + }, + "props": { + "dismissOnSelect": false, + "formattedValue": "Aug 22, 2025 7:50 PM", + "formattedValues": { + "date": "Mar 29, 2021", + "datetime": "Mar 29, 2021 1:37 PM", + "time": "1:37 PM" + }, + "value": { + "$": [ + "ts", + 192, + 1755877827337 + ], + "$ts": 1755877827000 + } + }, + "type": "ia.input.date-time-input" + } + ], + "meta": { + "name": "Period_not_Global_0" + }, + "position": { + "height": 0.0231, + "width": 0.4539, + "x": 0.4511, + "y": 0.0059 + }, + "propConfig": { + "custom.EndDate": { + "binding": { + "config": { + "path": "./EndTime.props.value" + }, + "type": "property" + } + }, + "custom.StartDate": { + "binding": { + "config": { + "path": "./StartTime.props.value" + }, + "type": "property" + } + } + }, + "type": "ia.container.flex" + } + ], + "meta": { + "name": "root" + }, + "position": { + "x": 8, + "y": -39 + }, + "props": { + "mode": "percent", + "style": { + "backgroundColor": "#F1F1F1", + "overflow": "hidden" + } + }, + "type": "ia.container.coord" + } +} \ No newline at end of file diff --git a/.resources/e6f893cbec33ac663aa93c8dffc76a20f16af16585fa1fac7dfcd92a0bb7e5fd b/.resources/e6f893cbec33ac663aa93c8dffc76a20f16af16585fa1fac7dfcd92a0bb7e5fd new file mode 100644 index 00000000..b7a54f5f --- /dev/null +++ b/.resources/e6f893cbec33ac663aa93c8dffc76a20f16af16585fa1fac7dfcd92a0bb7e5fd @@ -0,0 +1,131 @@ +{ + "custom": { + "name": "someting_SIO" + }, + "params": { + "IP": "value", + "tagProps": [ + "/system/someting_SIO", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "propConfig": { + "custom.name": { + "binding": { + "config": { + "path": "view.params.tagProps[0]" + }, + "transforms": [ + { + "code": " parts \u003d str(value).split(\"/\")\n return parts[-1] # return last part", + "type": "script" + } + ], + "type": "property" + }, + "persistent": true + }, + "params.IP": { + "paramDirection": "input", + "persistent": true + }, + "params.tagProps": { + "paramDirection": "input", + "persistent": true + } + }, + "props": { + "defaultSize": { + "height": 67, + "width": 25 + } + }, + "root": { + "children": [ + { + "meta": { + "name": "FIO-SIO" + }, + "position": { + "basis": "300px" + }, + "props": { + "elements": [ + { + "id": "defs1", + "name": "defs1", + "type": "defs" + }, + { + "elements": [ + { + "d": "m 91.257803,194.85159 v 28.61521 m 9.301737,0 h -9.301737 m 5.315261,-11.05586 c 0,3.90206 1.328819,7.80413 3.986476,10.40553 m 28.56958,-10.40553 c 0,-8.45451 -7.30851,-15.60833 -16.61023,-15.60833 -8.63731,0 -15.945826,7.15382 -15.945826,15.60833 m 5.979686,12.35655 c 4.65087,3.90209 11.29495,4.55243 16.61024,1.95105 5.97968,-2.60139 9.96613,-7.80415 9.96613,-14.3076 m -26.57637,13.0069 v -0.65035 m 0,5.20278 v -4.55243 m 0,4.55243 h 19.26786 m 17.93903,1.30068 c 0,-4.55241 -3.98641,-8.45448 -9.30172,-8.45448 -4.65083,0 -8.63731,3.90207 -8.63731,8.45448 0,5.20278 3.98648,9.10485 8.63731,9.10485 5.31531,0 9.30172,-3.90207 9.30172,-9.10485 m 1.99323,-1.95103 c -1.32881,-3.90208 -4.65084,-6.50345 -9.30171,-6.50345 m 39.86453,7.1538 h -31.22722 m 31.22722,-35.11868 v 35.11868 M 137.76644,199.404 h 3.32203 m 0,0 v 3.25174 m 0,0 -2.65765,-0.65036 m 0,0 -0.66438,-2.60138 m 4.65085,25.36349 c 3.32205,0 6.64409,-3.25172 6.64409,-7.15379 0,-3.25172 -3.32204,-6.50347 -6.64409,-6.50347 m 0,0 c -3.98647,0 -6.64406,3.25175 -6.64406,6.50347 0,3.90207 2.65759,7.15379 6.64406,7.15379 m 21.2611,0 c 3.98644,0 7.30851,-3.25172 7.30851,-7.15379 0,-3.25172 -3.32207,-6.50347 -7.30851,-6.50347 m 0,0 c -3.32206,0 -6.64409,3.25175 -6.64409,6.50347 0,3.90207 3.32203,7.15379 6.64409,7.15379 m -10.63056,-13.65726 c 3.98647,0 7.3085,-3.25172 7.3085,-6.50345 0,-3.90209 -3.32203,-6.50347 -7.3085,-6.50347 m 0,0 c -3.32205,0 -6.64408,2.60138 -6.64408,6.50347 0,3.25173 3.32203,6.50345 6.64408,6.50345 M 107.20362,35.516841 c 5.31527,0 9.30172,-3.902079 9.30172,-9.104849 0,-4.552417 -3.98645,-8.454486 -9.30172,-8.454486 m 0,0 c -4.65087,0 -8.637315,3.902069 -8.637315,8.454486 0,5.20277 3.986445,9.104849 8.637315,9.104849 m 10.63053,9.104835 0.66442,-3.251725 m 0,0 h 2.65762 m 0,0 -0.6644,2.601387 m 0,0 -2.65764,0.650338 m -10.63053,0 v -3.251725 m 0,0 h 3.32204 m 0,0 -0.6644,2.601387 m 0,0 -2.65764,0.650338 m -10.630556,0 v -3.251725 m 0,0 h 3.322052 m 0,0 -0.664415,2.601387 m 0,0 -2.657637,0.650338 M 159.69193,22.509922 h -13.28818 m 13.28818,2.601375 v -2.601375 m 2.65763,2.601375 h -2.65763 m 2.65763,3.902081 v -3.902081 m -2.65763,3.902081 h 2.65763 m -2.65763,1.951038 v -1.951038 m -13.28818,1.951038 h 13.28818 m -13.28818,-8.454494 v 8.454494 M 121.82061,13.405071 c 0.66442,3.902079 4.65088,7.153809 8.63731,7.153809 M 91.257803,13.405071 h 30.562807 m -30.562807,0 v 35.118684 m 81.057887,0 H 91.257803 M 172.31569,13.405071 v 35.118684 m 0,-35.118684 h -31.22722 m -8.63731,7.153809 c 4.65087,0 7.9729,-3.25173 9.30171,-7.153809 M 101.88836,166.88672 c -5.315296,0 -9.966149,4.55241 -9.966149,9.75517 0,5.85312 4.650853,10.40554 9.966149,10.40554 m 0,0 c 5.97967,0 10.63053,-4.55242 10.63053,-10.40554 0,-5.20276 -4.65086,-9.75517 -10.63053,-9.75517 m 0,-35.11869 c -5.315296,0 -9.966149,3.90208 -9.966149,9.75519 0,5.20276 4.650853,9.75519 9.966149,9.75519 m 0,0 c 5.97967,0 10.63053,-4.55243 10.63053,-9.75519 0,-5.85311 -4.65086,-9.75519 -10.63053,-9.75519 m 0,-35.769018 c -5.315296,0 -9.966149,3.90208 -9.966149,9.755188 0,5.20276 4.650853,9.75519 9.966149,9.75519 m 0,0 c 5.97967,0 10.63053,-4.55243 10.63053,-9.75519 0,-5.853108 -4.65086,-9.755188 -10.63053,-9.755188 m 0,-35.769029 c -5.315296,0 -9.966149,4.552425 -9.966149,9.755188 0,5.85311 4.650853,10.405535 9.966149,10.405535 m 0,0 c 5.97967,0 10.63053,-4.552425 10.63053,-10.405535 0,-5.202763 -4.65086,-9.755188 -10.63053,-9.755188 m 59.13238,0 c -5.31526,0 -9.96614,4.552425 -9.96614,9.755188 0,5.85311 4.65088,10.405535 9.96614,10.405535 m 0,0 c 5.97968,0 10.63053,-4.552425 10.63053,-10.405535 0,-5.202763 -4.65085,-9.755188 -10.63053,-9.755188 m 0,35.769029 c -5.31526,0 -9.96614,3.90208 -9.96614,9.755188 0,5.20276 4.65088,9.75519 9.96614,9.75519 m 0,0 c 5.97968,0 10.63053,-4.55243 10.63053,-9.75519 0,-5.853108 -4.65085,-9.755188 -10.63053,-9.755188 m 0,35.769018 c -5.31526,0 -9.96614,3.90208 -9.96614,9.75519 0,5.20276 4.65088,9.75519 9.96614,9.75519 m 0,0 c 5.97968,0 10.63053,-4.55243 10.63053,-9.75519 0,-5.85311 -4.65085,-9.75519 -10.63053,-9.75519 m 0,35.11869 c -5.31526,0 -9.96614,4.55241 -9.96614,9.75517 0,5.85312 4.65088,10.40554 9.96614,10.40554 m 0,0 c 5.97968,0 10.63053,-4.55242 10.63053,-10.40554 0,-5.20276 -4.65085,-9.75517 -10.63053,-9.75517 M 91.257803,49.824447 V 193.5509 m 81.057887,0 H 91.257803 M 172.31569,49.824447 V 193.5509 M 91.257803,49.824447 H 172.31569 M 93.251004,69.985171 c 0,5.202772 3.986469,9.104842 8.637356,9.104842 5.31526,0 9.3017,-3.90207 9.3017,-9.104842 m 0,0 c 0,-4.552416 -3.98644,-8.454495 -9.3017,-8.454495 -4.650887,0 -8.637356,3.902079 -8.637356,8.454495 m 8.637356,10.405535 c 5.97967,0 10.63053,-4.552425 10.63053,-10.405535 0,-5.202763 -4.65086,-9.755188 -10.63053,-9.755188 m 0,0 c -5.315296,0 -9.966149,4.552425 -9.966149,9.755188 0,5.85311 4.650853,10.405535 9.966149,10.405535 M 141.08847,5.6009256 h -19.26786 m 19.93226,0.650347 -0.6644,-0.650347 m 31.22722,0.650347 h -30.56282 m 29.8984,-2.601384 0.66442,2.601384 M 91.922211,3.6498886 h 79.729059 m -79.729059,0 -1.328818,2.601384 m 0,0 h 31.227217 m 0,0 v -0.650347 m 0,232.1735044 v -0.65036 m -31.227217,0 h 31.227217 m -31.227217,0 1.328818,2.6014 m 79.729059,0 H 91.922211 m 80.393479,-2.6014 -0.66442,2.6014 m 0.66442,-2.6014 h -30.56282 m -0.6644,0.65036 0.6644,-0.65036 m -19.93226,0.65036 h 19.26786 M 89.264574,13.405071 V 48.523755 M 88.600165,8.2023166 89.264574,10.153348 v 3.251723 m -1.328832,-5.8531094 0.664423,0.650355 M 87.935742,7.5519616 V 48.523755 m 1.328832,0 h -1.328832 m 0,146.327835 v 40.97178 m 0.664423,-0.65034 -0.664423,0.65034 m 1.328832,-5.8531 v 3.25172 l -0.664409,1.95104 m 0.664409,-40.32144 v 35.11868 M 87.935742,49.824447 V 193.5509 m 1.328832,0 h -1.328832 m 1.328832,-2.60139 v 2.60139 m -1.328832,-3.90207 1.328832,1.30068 m 0,-2.6014 -1.328832,1.30072 m 1.328832,-22.76211 v 21.46139 m -1.328832,-22.11174 1.328832,0.65035 m 0,-1.95104 -1.328832,1.30069 m 1.328832,-11.05589 v 9.7552 m -1.328832,-11.0559 1.328832,1.3007 m 0,-1.95102 -1.328832,0.65032 m 1.328832,-22.11175 v 21.46143 m -1.328832,-22.76212 1.328832,1.30069 m 0,-2.60137 -1.328832,1.30068 m 1.328832,-11.05587 v 9.75519 m -1.328832,-10.40555 1.328832,0.65036 m 0,-1.95104 -1.328832,1.30068 m 1.328832,-22.762098 v 21.461418 m -1.328832,-22.762108 1.328832,1.30069 m 0,-2.60139 -1.328832,1.3007 m 1.328832,-10.405536 v 9.104836 m -1.328832,-10.405529 1.328832,1.300693 m 0,-2.601388 -1.328832,1.300695 m 1.328832,-22.76211 v 21.461415 m -1.328832,-22.7621 1.328832,1.300685 m 0,-1.95104 -1.328832,0.650355 m 1.328832,-9.104851 v 8.454496 m 1.993229,176.894087 h 11.294947 m -11.294947,0 -0.66441,1.95104 m 0,0 h 31.227217 m 0,0 v -1.3007 -3.25173 m 0,0 v -2.60137 m -19.26786,0 h 19.26786 M 87.935742,7.5519616 l 1.328832,-2.601381 2.657637,-1.300692 m -3.986469,3.902073 0.664423,0.650355 m 1.993228,-1.951044 c -1.328819,0 -1.993228,0.650343 -1.993228,1.951044 m 3.322046,-4.552428 -1.328818,2.601384 M 89.264574,194.85159 v 35.11868 m 1.328819,-39.02076 v 2.60139 m -1.328819,-2.60139 h 1.328819 m -1.328819,0 v 2.60139 m 1.328819,0 h -1.328819 m 0,-38.37042 h 1.328819 m -1.328819,0 v 9.7552 m 1.328819,0 h -1.328819 m 1.328819,-9.7552 v 9.7552 m -1.328819,1.95104 h 1.328819 m -1.328819,0 v 21.46139 m 1.328819,0 h -1.328819 m 1.328819,-21.46139 v 21.46139 m -1.993228,46.82492 -0.664423,0.65034 m 3.986469,3.9021 -2.657637,-1.3007 -1.328832,-2.6014 m 2.657651,1.3007 1.328818,2.6014 M 175.63773,7.5519616 V 48.523755 m 0,-40.9717934 -1.3288,0.650355 m 0,0 v 1.9510314 3.251723 m 0,0 v 35.118684 m 1.3288,1.300692 V 193.5509 m -1.3288,-143.726453 h 1.3288 m -1.3288,0 V 193.5509 m 0,0 h 1.3288 m -1.3288,1.30069 v 35.11868 m 0,0 v 3.25172 1.95104 m 0,0 1.3288,0.65034 m 0,-40.97178 v 40.97178 m -1.3288,-40.97178 h 1.3288 m 0,-187.2996284 -1.3288,0.650355 m 1.3288,-0.650355 -1.3288,-2.601381 -2.65766,-1.300692 m 0,0 0.66442,2.601384 m 0,230.8727974 c 1.32882,-0.65034 1.99324,-1.3007 1.99324,-2.60139 m -1.99324,2.60139 -0.66442,2.6014 m 0,0 2.65766,-1.3007 1.3288,-2.6014 m -1.3288,-0.65034 1.3288,0.65034 M 92.586621,183.7957 v 1.95105 M 170.9869,133.06873 v 1.95104 m -0.66443,0 c 0,-0.65036 -0.66442,-1.3007 -0.66442,-1.3007 m 0,0 c 0,-0.65034 0.66442,-0.65034 1.32885,-1.30069 m -40.52898,79.99256 c 0,-9.10485 -7.97289,-16.909 -17.93903,-16.909 -9.30172,0 -17.274645,7.80415 -17.274645,16.909 0,9.75518 7.972925,17.55933 17.274645,17.55933 9.96614,0 17.93903,-7.80415 17.93903,-17.55933 m -33.884856,6.50345 c 1.993241,4.55241 5.315296,7.80415 9.966136,9.75519 m 0,1.95105 v -1.95105 m -5.31526,1.95105 h 5.31526 m -11.294955,-6.50348 c -1.993241,0.65034 -3.322034,1.95103 -3.322034,3.90206 -0.664408,1.95106 0,3.90209 1.328793,4.55243 m 1.993241,-13.00691 v 5.20276 m 53.817135,-13.00691 c 2.65762,1.95105 5.97968,1.95105 8.63733,0 m -0.66441,0 c -2.65764,3.25174 -2.65764,7.80415 0,11.70622 2.65763,3.25174 7.30849,3.90209 11.29494,1.95104 m 0,5.20279 v -5.20279 m -25.24753,5.20279 h 25.24753 m -25.24753,-1.30071 v 1.30071 m 0,-1.95105 c 0,-0.65037 -0.66442,-1.95104 -1.32884,-2.6014 m 0,0 c 3.32206,0.65036 6.6441,-1.30069 8.63733,-4.55241 1.3288,-3.25173 0.6644,-7.15379 -1.32882,-9.75519 M 119.16299,36.817526 c -1.99324,0 -3.98645,0.650355 -4.65088,2.601386 m -0.66441,0 c -1.32881,-1.951031 -3.32204,-2.601386 -5.31526,-2.601386 -1.99324,0 -3.98647,0.650355 -4.65086,2.601386 m -0.66441,0 c -1.99323,-2.601386 -5.315287,-3.902071 -7.972925,-1.951031 m 0,-24.713148 V 37.467881 M 119.16299,12.754733 H 95.244245 m 11.959375,5.202773 c -4.65087,0 -8.637315,3.902069 -8.637315,8.454486 0,5.20277 3.986445,9.104849 8.637315,9.104849 m 0,0 c 5.31527,0 9.30172,-3.902079 9.30172,-9.104849 0,-4.552417 -3.98645,-8.454486 -9.30172,-8.454486 M 93.251004,105.7542 c 0,4.55242 3.986469,8.4545 8.637356,8.4545 5.31526,0 9.3017,-3.90208 9.3017,-8.4545 m 0,0 c 0,-5.20277 -3.98644,-8.454498 -9.3017,-8.454498 -4.650887,0 -8.637356,3.251728 -8.637356,8.454498 m 8.637356,9.75519 c 5.97967,0 10.63053,-4.55243 10.63053,-9.75519 0,-5.853108 -4.65086,-9.755188 -10.63053,-9.755188 m 0,0 c -5.315296,0 -9.966149,3.90208 -9.966149,9.755188 0,5.20276 4.650853,9.75519 9.966149,9.75519 m 58.46797,-94.300163 h -11.95936 m 14.617,2.601388 -2.65764,-2.601388 m 2.65764,8.454496 v -5.853108 m -2.65764,8.454494 2.65764,-2.601386 m -14.617,2.601386 h 11.95936 m -14.61699,-2.601386 2.65763,2.601386 m -2.65763,-8.454494 v 5.853108 m 2.65763,-8.454496 -2.65763,2.601388 M 93.251004,141.52322 c 0,4.55241 3.986469,8.4545 8.637356,8.4545 5.31526,0 9.3017,-3.90209 9.3017,-8.4545 m 0,0 c 0,-5.20277 -3.98644,-8.45449 -9.3017,-8.45449 -4.650887,0 -8.637356,3.25172 -8.637356,8.45449 m 8.637356,9.75519 c 5.97967,0 10.63053,-4.55243 10.63053,-9.75519 0,-5.85311 -4.65086,-9.75519 -10.63053,-9.75519 m 0,0 c -5.315296,0 -9.966149,3.90208 -9.966149,9.75519 0,5.20276 4.650853,9.75519 9.966149,9.75519 m -8.637356,25.36348 c 0,5.20278 3.986469,9.10486 8.637356,9.10486 5.31526,0 9.3017,-3.90208 9.3017,-9.10486 m 0,0 c 0,-4.55242 -3.98644,-8.45448 -9.3017,-8.45448 -4.650887,0 -8.637356,3.90206 -8.637356,8.45448 m 8.637356,10.40554 c 5.97967,0 10.63053,-4.55242 10.63053,-10.40554 0,-5.20276 -4.65086,-9.75517 -10.63053,-9.75517 m 0,0 c -5.315296,0 -9.966149,4.55241 -9.966149,9.75517 0,5.85312 4.650853,10.40554 9.966149,10.40554 m -4.650887,0 c 0.66441,0 1.328832,0.65037 2.657643,0.65037 m -7.308495,-4.55244 c 1.328806,1.30069 2.657624,2.60139 3.986443,3.25175 m -3.986443,-2.60141 v -13.00692 m 7.308495,-5.20278 c -3.322052,0.65037 -5.979689,2.60141 -7.308495,5.20278 m 7.308495,-1.95104 c -3.986461,0.65035 -6.644112,3.90208 -6.644112,7.80415 m 0,0 c 0,4.55243 3.32206,7.80416 7.308536,8.45451 m 0.6644,0 c -0.6644,0 -1.328824,0 -1.993239,0.65035 0,0 0,0.65036 0,1.30068 m 1.993239,0.65037 c 3.98646,0.65031 8.63732,-1.30069 10.63053,-5.20279 m -10.63053,5.8531 c 0,-0.65031 0,-0.65031 0,-1.30068 m 0,0 c 4.65087,0.65037 9.30172,-2.60138 10.63053,-6.50345 m 0,2.60138 v -2.60138 m 0,-6.50347 v -2.60138 m 0,1.95103 c -1.32881,-4.55242 -5.97966,-7.15379 -10.63053,-6.50344 m 0,-1.30072 v 1.30072 m 10.63053,3.90206 C 109.86126,167.53705 105.2104,165.586 101.22394,165.586 M 146.40375,30.964416 v -1.300693 m -47.173049,14.307615 -2.657637,0.650338 m 3.322052,-3.251725 -0.664415,2.601387 m -2.657637,-2.601387 h 3.322052 m -3.322052,3.251725 v -3.251725 m 1.328819,5.85312 c 2.657657,0 4.650867,-2.601395 4.650867,-4.552435 0,-2.601376 -1.99321,-4.552416 -4.650867,-4.552416 m 0,0 c -1.993228,0 -3.986456,1.95104 -3.986456,4.552416 0,1.95104 1.993228,4.552435 3.986456,4.552435 m 11.959377,-3.251733 -2.65764,0.650338 m 3.32204,-3.251725 -0.6644,2.601387 m -2.65764,-2.601387 h 3.32204 m -3.32204,3.251725 v -3.251725 m 1.32882,5.85312 c 2.65762,0 4.65086,-2.601395 4.65086,-4.552435 0,-2.601376 -1.99324,-4.552416 -4.65086,-4.552416 m 0,0 c -1.99324,0 -3.98647,1.95104 -3.98647,4.552416 0,1.95104 1.99323,4.552435 3.98647,4.552435 m 11.95935,-3.251733 -2.65764,0.650338 m 3.32204,-3.251725 -0.6644,2.601387 m -1.99322,-2.601387 h 2.65762 m -3.32204,3.251725 0.66442,-3.251725 m 0.66442,5.85312 c 2.65762,0 4.65085,-2.601395 4.65085,-4.552435 0,-2.601376 -1.99323,-4.552416 -4.65085,-4.552416 m 0,0 c -1.99324,0 -3.98645,1.95104 -3.98645,4.552416 0,1.95104 1.99321,4.552435 3.98645,4.552435 M 141.08847,202.65574 V 199.404 m 0,0 h -3.32203 m 0,0 0.66438,2.60138 m 0,0 2.65765,0.65036 m -1.32883,-6.50346 c -2.65761,0 -4.65084,1.95103 -4.65084,4.55241 0,1.95105 1.99323,4.55242 4.65084,4.55242 m 0,0 c 1.99323,0 4.65088,-2.60137 4.65088,-4.55242 0,-2.60138 -2.65765,-4.55241 -4.65088,-4.55241 M 172.9801,49.174101 h 1.32883 m -1.32883,0.650346 v -0.650346 m 1.32883,0.650346 h -1.32883 m 1.32883,-0.650346 v 0.650346 M 91.257803,49.174101 h 81.057887 m -81.057887,0.650346 v -0.650346 m 81.057887,0.650346 H 91.257803 m 81.057887,-0.650346 v 0.650346 M 88.600165,49.174101 v 0.650346 m 1.328805,0 h -1.328805 m 1.328805,-0.650346 v 0.650346 M 174.97334,193.5509 h -1.32883 m 1.99322,0 h -0.66439 m -0.66441,0 h 1.3288 m -3.32204,0 H 91.257803 m 81.057887,0 H 91.257803 m -1.328833,0 h -1.328805 m 0.664409,0 h 0.664396 m -0.664396,0 h -1.328832 m 0,0 h 0.664423 m 5.315262,8.45448 -1.328806,1.30071 m 0,0 -0.66441,-0.65035 m 0,-0.65036 c 0.66441,0 1.993216,-0.65032 1.993216,-1.30069 0,-1.30069 -1.328806,-1.95104 -1.993216,-1.95104 m 0.66441,0 h -0.66441 m 1.993216,0.65035 c 0,-0.65035 -0.664423,-1.30069 -1.328806,-1.30069 m 0,-146.978168 c 0.664383,0 1.328806,-0.650347 1.328806,-1.300695 m -1.328806,1.95104 -0.66441,-0.650345 m 0,-0.650347 c 0.66441,0 1.993216,-0.650348 1.993216,-1.300694 0,-1.300694 -1.328806,-1.95103 -1.993216,-1.95103 m 0.66441,0 h -0.66441 m 0.66441,0 1.328806,1.300684 M 130.45792,224.11715 c -3.32204,0 -6.64408,1.95103 -7.30849,5.85312 m 0,1.95103 v -1.95103 m 7.30849,-5.85312 c -3.98643,0 -7.30849,3.25174 -7.30849,7.1538 m -1.32882,5.85312 c 0.66442,-0.65034 1.32882,-1.3007 1.32882,-1.95104 m 0,0.65034 v -3.90207 m -1.32882,0 c 0.66442,0 1.32882,0 1.32882,-0.65035 m -1.32882,5.85312 v -1.3007 -3.25173 m 0,5.20279 v -0.65036 m 0,0.65036 c 0.66442,0 1.32882,-0.65036 1.99323,-1.3007 M 123.14943,11.454041 V 7.5519616 m -2.65764,0.650355 c 0,0.650338 0.6644,0.650338 1.99324,0.650338 m -0.66442,2.6013864 V 8.2023166 6.2512726 m 1.99323,0.650343 c -0.66441,-0.650343 -1.32881,-1.30069 -1.99323,-1.30069 m 0,0.650347 v -0.650347 m -1.32882,2.601391 c 0,0.650338 0.6644,0.650338 1.99324,0.650338 m 9.96613,215.9148354 v -0.65034 m 7.9729,7.1538 c 0,-3.90206 -3.98644,-7.1538 -7.9729,-7.1538 -3.98645,0 -7.30849,3.25174 -7.30849,7.1538 0,3.90208 3.32204,7.80417 7.30849,7.80417 3.98646,0 7.9729,-3.90209 7.9729,-7.80417 m 0,0.65035 h -0.66442 m 0.66442,0 -0.66442,-1.95103 m 0.66442,0 c -0.66442,-3.90209 -3.98644,-5.85312 -7.9729,-5.85312 m 7.9729,5.85312 c -0.66442,-3.90209 -3.98644,-5.85312 -7.9729,-5.85312 m 8.63731,5.85312 1.32882,-0.65035 m -0.66442,0 c -1.32881,-3.90208 -4.65084,-6.50345 -9.30171,-6.50345 m 7.9729,13.0069 v -3.90207 m 2.65765,2.60138 c -0.66442,-0.65035 -1.32884,-0.65035 -1.99324,-0.65035 m 0.6644,3.25174 v -1.3007 -3.25173 m -0.6644,5.20279 0.6644,-0.65036 m 1.32884,-2.60139 c -0.66442,-0.65035 -1.32884,-0.65035 -1.99324,-0.65035 m -1.32883,2.6014 0.66442,-0.65036 m -7.9729,-216.565183 c 3.98646,0 7.30848,-2.601385 7.9729,-6.503454 m -7.9729,7.804147 v -1.300693 m 0,1.300693 c 4.65087,0 7.9729,-3.25173 9.30171,-7.153809 m 0,-7.1537984 c -0.6644,0 -1.32881,0.650343 -1.32881,1.300689 m 0,3.9020794 V 7.5519616 m 1.32881,3.2517324 c -0.6644,0 -1.32881,0 -1.32881,0.650347 m 1.32881,0 V 8.2023166 6.2512726 m -1.32881,1.300689 -0.66442,-0.650346 m 1.99323,-0.650343 c -0.6644,0 -1.32881,0.650343 -1.32881,1.300689 m 1.32881,-1.300689 -0.6644,-0.650347 M 130.45792,223.4668 l -1.99321,-1.95103 m 5.97967,0 -1.99322,1.95103 m 5.31528,-0.65033 c -0.66441,-0.65035 -1.99321,-1.3007 -3.32206,-1.3007 m 3.32206,1.3007 1.3288,1.30068 m 3.32205,4.55243 c 0,-1.95104 -1.32882,-3.90209 -3.32205,-5.20278 m 0.6644,5.85312 h 3.32207 m -2.65765,1.95103 c 0,-3.90206 -3.98644,-7.1538 -7.9729,-7.1538 -3.98645,0 -7.30849,3.25174 -7.30849,7.1538 0,3.90208 3.32204,7.80417 7.30849,7.80417 3.98646,0 7.9729,-3.90209 7.9729,-7.80417 m -0.66442,-217.215525 3.32207,0.650347 m -10.63055,7.153803 c 4.65087,0 9.30171,-3.251733 9.96613,-7.80415 m -9.96613,5.202762 v -3.251722 m 7.9729,-4.552424 c 0,-3.9020794 -3.98644,-7.1538064 -7.9729,-7.1538064 -3.98645,0 -7.30849,3.251727 -7.30849,7.1538064 0,3.902069 3.32204,7.153801 7.30849,7.153801 3.98646,0 7.9729,-3.251732 7.9729,-7.153801 M 107.20362,228.66958 v 6.50345 m 23.2543,-22.76209 c 0,-9.10485 -7.97289,-16.909 -17.93903,-16.909 -9.30172,0 -17.274645,7.80415 -17.274645,16.909 0,9.75518 7.972925,17.55933 17.274645,17.55933 9.96614,0 17.93903,-7.80415 17.93903,-17.55933 m -34.549265,5.20276 h -3.322034 m 35.213669,3.25173 c 0.66442,-0.65036 0.66442,-1.3007 1.32883,-2.60139 m -21.26109,10.40554 c 7.30851,2.60137 15.94581,-0.65037 19.93226,-7.80415 m -31.891635,-2.60139 c 1.993228,5.20276 6.644095,9.10485 11.959375,10.40554 M 95.908655,217.6137 c 0,0 0,0 0,0.65034 m 33.220465,0 c 0,0.65035 -0.66441,1.30069 -0.66441,1.95103 m -0.66442,1.3007 c -1.3288,0.65035 -1.9932,0.65035 -2.65762,1.3007 m 0,0 c 4.65085,-5.85311 4.65085,-14.30762 0,-20.16073 -4.65088,-5.85313 -12.62378,-7.80415 -19.93227,-3.90209 -6.644095,3.25173 -9.966155,11.05589 -7.972927,18.20971 1.993228,7.15379 8.637337,11.70622 16.610227,11.05585 m 0,0 c 2.65764,0 5.97969,-0.65032 7.97291,-2.60137 m 0.66442,0 c -0.66442,0.65034 -1.32884,1.3007 -1.32884,1.95105 m -20.59665,-4.55242 c 0.6644,0.65033 1.32882,1.30068 1.99321,1.95102 M 90.593393,223.4668 h 9.966147 m -9.301737,11.70623 -0.66441,-0.65035 m 0.66441,0.65035 h 11.294947 m -9.301746,-6.50345 c 0,1.95105 1.328831,3.90206 3.32206,3.90206 1.993241,0 3.986476,-1.95101 3.986476,-3.90206 m 0,0 c 0,-1.95104 -1.993235,-3.25174 -3.986476,-3.25174 -1.993229,0 -3.32206,1.3007 -3.32206,3.25174 m 68.434136,-41.62215 c -0.6644,2.6014 0.66442,5.20278 1.99325,6.50347 1.99322,1.30069 4.65085,1.95104 7.30851,0.65035 m 0,-1.95104 v 1.95104 m -7.30851,-7.15382 c -0.66442,1.95103 0,4.55241 1.32881,5.20278 1.99322,1.30069 3.98645,1.30069 5.9797,0 m -31.22726,13.0069 c 1.99323,0 4.65088,-2.60137 4.65088,-4.55242 0,-2.60138 -2.65765,-4.55241 -4.65088,-4.55241 m 0,0 c -2.65761,0 -4.65084,1.95103 -4.65084,4.55241 0,1.95105 1.99323,4.55242 4.65084,4.55242 m 0,-10.40552 c -3.32202,0 -5.97965,2.60137 -5.97965,5.8531 0,3.25174 2.65763,5.85311 5.97965,5.85311 m 0,0 c 3.32207,0 5.9797,-2.60137 5.9797,-5.85311 0,-3.25173 -2.65763,-5.8531 -5.9797,-5.8531 m -51.159475,-64.38425 1.993228,-1.30068 m 0,0 h -1.328819 m 0,0 -1.328832,1.30068 m 0,0 1.328832,1.30069 m 0,0 h 1.328819 m 0,0 -1.993228,-1.30069 m 0,23.41244 1.993228,-0.65032 m 0,0 h -1.328819 m 0,0 -1.328832,0.65032 m 0,0 1.328832,1.3007 m 0,0 h 1.328819 m 0,0 -1.993228,-1.3007 m 0,12.35659 1.993228,-1.30069 m 0,0 h -1.328819 m 0,0 -1.328832,1.30069 m 0,0 1.328832,0.65035 m 0,0 h 1.328819 m 0,0 -1.993228,-0.65035 m 0,23.41246 1.993228,-1.30072 m 0,0 h -1.328819 m 0,0 -1.328832,1.30072 m 0,0 1.328832,1.30068 m 0,0 h 1.328819 m 0,0 -1.993228,-1.30068 m 27.905175,37.06971 -8.63731,-0.65036 -7.30849,-5.20275 -2.657657,-8.45449 3.322057,-8.45451 7.3085,-5.20278 h 8.63731 l 7.30851,5.85313 3.32203,8.45449 m -20.59667,13.00691 c 2.65764,1.30071 5.97968,1.30071 9.30172,0.65036 m 11.29495,-13.65727 -2.65762,-7.80416 -5.31528,-5.20276 -7.97292,-1.95104 -7.3085,2.60138 -5.315269,5.85311 -1.328818,7.80418 2.657657,7.15379 6.64408,4.55241 m -9.301737,-13.00691 4.650867,-10.40553 9.96614,-4.55243 10.63054,4.55243 4.65086,10.40553 m 0,0 -4.65086,-10.40553 -10.63054,-4.55243 -9.96614,4.55243 -4.650867,10.40553 m 29.233997,2.60139 v -5.85312 l -2.65762,-5.20276 -3.98647,-4.55243 -5.97968,-1.95104 -5.97967,0.65034 -5.97969,3.25173 -3.322049,4.55242 -1.328818,6.50347 m 29.233997,2.60139 c 0.66441,-3.25172 0,-6.50346 -1.32879,-9.10486 m 0,0 -6.6441,-6.50345 -9.96614,-1.3007 -7.97291,5.20278 -3.322057,9.10484 m 0,0 4.650867,-10.40553 9.96614,-4.55243 10.63054,4.55243 4.65086,10.40553 m 0,0 -4.65086,-10.40553 -10.63054,-4.55243 -9.96614,4.55243 -4.650867,10.40553 m 0,0 4.650867,-10.40553 9.96614,-4.55243 10.63054,4.55243 4.65086,10.40553 m 0,0 -4.65086,-10.40553 -10.63054,-4.55243 -9.96614,4.55243 -4.650867,10.40553 m 0,0 4.650867,-10.40553 9.96614,-4.55243 10.63054,4.55243 4.65086,10.40553 m 0,0 -4.65086,-10.40553 -10.63054,-4.55243 -9.96614,4.55243 -4.650867,10.40553 m 11.959377,13.65727 v -0.65036 m -11.294955,-13.00691 1.993235,-7.15381 5.31527,-5.20277 7.30849,-1.30069 7.30849,1.95106 4.65088,5.8531 1.32882,7.15382 -2.65765,6.50345 -5.97969,4.55241 -7.30849,0.65034 -6.64408,-3.25171 -4.650879,-5.85311 v -7.80416 l 3.986469,-5.85311 6.64409,-3.90209 7.30849,0.65035 5.97968,3.90208 3.32206,6.50346 -0.6644,7.15381 -4.6509,5.8531 -7.30849,2.60138 -7.3085,-1.30069 -5.31526,-4.55242 -2.657635,-7.1538 1.993235,-7.15381 5.31527,-5.20277 7.30849,-1.30069 7.30849,1.95106 4.65088,5.8531 1.32882,7.15382 -2.65765,6.50345 -5.97969,4.55241 -7.97289,0.65034 m 17.27462,-13.00691 -3.98645,-10.40553 -9.96613,-3.90209 -9.96613,3.90209 -4.650865,10.40553 m 17.939035,13.65727 7.97292,-5.20277 2.65762,-8.4545 m -10.63054,13.65727 -8.63731,-0.65036 -7.30849,-5.20275 -2.657657,-8.45449 3.322057,-8.45451 7.3085,-5.20278 h 8.63731 l 7.30851,5.85313 3.32203,8.45449 m -29.898407,0 4.650867,9.7552 9.96614,4.55242 10.63054,-4.55242 4.65086,-9.7552 m 0,0 -4.65086,-10.40553 -10.63054,-4.55243 -9.96614,4.55243 -4.650867,10.40553 m 11.959377,13.65727 h 6.64408 l 5.97969,-2.60139 3.98646,-5.20276 1.3288,-5.85312 m -5.31526,9.10485 -6.6441,4.55242 -8.63731,-0.65036 m 15.28141,-3.90206 -7.30849,3.90206 -7.97292,-1.30069 -6.64408,-5.20276 -1.328839,-8.4545 3.322049,-7.1538 7.30851,-4.55243 7.97289,0.65035 6.64411,5.20276 1.99323,8.45452 -3.32206,7.80414 -6.64409,4.55241 -8.63731,-0.65034 -6.64409,-5.20277 -2.657635,-7.80413 3.322055,-7.80416 6.64408,-4.55243 h 8.63731 l 6.64409,4.55243 2.65765,7.80416 -1.99323,7.80413 -7.30851,5.20277 -7.9729,0.65034 -7.30849,-4.55241 -2.657659,-7.80414 1.993239,-8.45452 5.97968,-5.20276 8.63731,-0.65035 7.3085,4.55243 3.32206,7.1538 -1.99323,8.4545 -5.97969,5.20276 -8.63731,1.30069 m 0,0 v 0.65036 m 17.93903,-13.65727 -1.3288,5.85312 -3.98646,5.20276 -5.97969,2.60139 h -6.64408 m -11.959377,-13.65727 4.650867,-10.40553 9.96614,-4.55243 10.63054,4.55243 4.65086,10.40553 m 0,0 -4.65086,9.7552 -10.63054,4.55242 -9.96614,-4.55242 -4.650867,-9.7552 m 0,0 4.650867,-10.40553 9.96614,-4.55243 10.63054,4.55243 4.65086,10.40553 m 0,0 -4.65086,9.7552 -10.63054,4.55242 -9.96614,-4.55242 -4.650867,-9.7552 m 29.898407,0 -2.65762,-7.80416 -5.31528,-5.20276 -7.97292,-1.95104 -7.3085,2.60138 -5.315269,5.85311 -1.328818,7.80418 2.657657,7.15379 6.64408,4.55241 m 5.31527,-199.656188 c 0,-2.601377 -2.65763,-4.552417 -5.31527,-4.552417 -2.65765,0 -4.65087,1.95104 -4.65087,4.552417 0,2.601386 1.99322,5.20277 4.65087,5.20277 2.65764,0 5.31527,-2.601384 5.31527,-5.20277 m -3.32204,-4.552417 c -1.99323,0 -3.32204,0 -4.65088,0.650347 m 3.32206,-0.650347 1.32882,0.650347 m 1.99321,7.153801 0.66441,0.650348 m 0,-0.650348 c 0.66442,-1.300691 1.32883,-2.601384 0.66442,-3.902071 m 0.66441,0.65034 c 0,-2.601377 -2.65764,-5.202765 -5.97968,-5.202765 -2.65765,0 -5.31526,2.601388 -5.31526,5.202765 0,3.251731 2.65761,5.853117 5.31526,5.853117 3.32204,0 5.97968,-2.601386 5.97968,-5.853117 m 0,0 c 0,-2.601377 -2.65764,-5.202765 -5.97968,-5.202765 -2.65765,0 -5.31526,2.601388 -5.31526,5.202765 0,3.251731 2.65761,5.853117 5.31526,5.853117 3.32204,0 5.97968,-2.601386 5.97968,-5.853117 m -1.32883,-2.601377 -0.66441,0.650345 m 0.66441,-0.650345 c 0,-0.650355 0,-0.650355 -0.66441,-1.300693 m 0,0 c 0,0 -0.6644,0 -0.6644,-0.650347 m -0.6644,1.300685 0.6644,-0.650338 m 0,8.454494 -0.6644,-0.650345 m 0.6644,0.650345 c 0.6644,-0.650345 0.6644,-0.650345 1.32881,-1.300693 m -6.64407,-3.251731 c 0,0 -0.66443,-0.65034 -1.32882,-0.65034 0,0 -0.66441,0.65034 -0.66441,0.65034 0,0.650347 0.66441,1.3007 0.66441,1.3007 0.66439,0 1.32882,-0.650353 1.32882,-1.3007 m 6.64407,0 c 0,0 -0.66441,-0.65034 -1.32881,-0.65034 0,0 -0.6644,0.65034 -0.6644,0.65034 0,0.650347 0.6644,1.3007 0.6644,1.3007 0.6644,0 1.32881,-0.650353 1.32881,-1.3007 m 0.66442,-5.202765 0.66441,0.650348 m 3.32204,4.552417 c 0,-4.552417 -3.98645,-8.454486 -9.30172,-8.454486 -4.65087,0 -8.637315,3.902069 -8.637315,8.454486 0,5.20277 3.986445,9.104849 8.637315,9.104849 5.31527,0 9.30172,-3.902079 9.30172,-9.104849 m 0,0 c 0,-4.552417 -3.98645,-8.454486 -9.30172,-8.454486 -4.65087,0 -8.637315,3.902069 -8.637315,8.454486 0,5.20277 3.986445,9.104849 8.637315,9.104849 5.31527,0 9.30172,-3.902079 9.30172,-9.104849 M 120.49179,231.9213 H 95.908655 m 28.569605,-7.15381 c -1.99323,1.95105 -3.32207,3.90209 -3.32207,6.50346 m 0,-219.816909 c 0.66442,5.202761 5.3153,9.755186 10.63056,9.755186 5.31528,0 9.96612,-4.552425 10.63054,-9.755186 M 124.47826,224.76749 c 1.32883,2.6014 3.98645,3.90209 7.30849,3.90209 2.65763,0 5.31528,-1.30069 7.30849,-3.90209 m 3.32205,-212.663102 h 24.58313 M 142.41729,231.27095 c -0.66442,-2.60137 -1.99323,-4.55241 -3.32205,-6.50346 m -12.62375,-3.90206 h -5.3153 m 17.93905,0 h 2.65763 m -2.65763,5.20275 v -5.20275 M 115.84093,26.411992 c 0,-4.552417 -3.98646,-7.80415 -8.63731,-7.80415 -4.65087,0 -7.972919,3.251733 -7.972919,7.80415 0,4.552424 3.322049,8.454495 7.972919,8.454495 4.65085,0 8.63731,-3.902071 8.63731,-8.454495 m 0,0 c 0,-4.552417 -3.98646,-7.80415 -8.63731,-7.80415 -4.65087,0 -7.972919,3.251733 -7.972919,7.80415 0,4.552424 3.322049,8.454495 7.972919,8.454495 4.65085,0 8.63731,-3.902071 8.63731,-8.454495 m 0,0 c 0,-4.552417 -3.98646,-7.80415 -8.63731,-7.80415 -4.65087,0 -7.972919,3.251733 -7.972919,7.80415 0,4.552424 3.322049,8.454495 7.972919,8.454495 4.65085,0 8.63731,-3.902071 8.63731,-8.454495 m 0,0 c 0,-4.552417 -3.98646,-7.80415 -8.63731,-7.80415 -4.65087,0 -7.972919,3.251733 -7.972919,7.80415 0,4.552424 3.322049,8.454495 7.972919,8.454495 4.65085,0 8.63731,-3.902071 8.63731,-8.454495 m 15.94582,17.559346 c 4.65087,0 8.63731,-3.902078 8.63731,-8.454497 0,-4.552425 -3.98644,-7.804149 -8.63731,-7.804149 m 0,0 c -4.65087,0 -8.63732,3.251724 -8.63732,7.804149 0,4.552419 3.98645,8.454497 8.63732,8.454497 M 112.51889,176.64189 c 0,-5.20276 -4.65086,-9.75517 -10.63053,-9.75517 -5.315296,0 -9.966149,4.55241 -9.966149,9.75517 0,5.85312 4.650853,10.40554 9.966149,10.40554 5.97967,0 10.63053,-4.55242 10.63053,-10.40554 m 0,0 c 0,-5.20276 -4.65086,-9.75517 -10.63053,-9.75517 -5.315296,0 -9.966149,4.55241 -9.966149,9.75517 0,5.85312 4.650853,10.40554 9.966149,10.40554 5.97967,0 10.63053,-4.55242 10.63053,-10.40554 m 0,0 c 0,-5.20276 -4.65086,-9.75517 -10.63053,-9.75517 -5.315296,0 -9.966149,4.55241 -9.966149,9.75517 0,5.85312 4.650853,10.40554 9.966149,10.40554 5.97967,0 10.63053,-4.55242 10.63053,-10.40554 m 0,0 c 0,-5.20276 -4.65086,-9.75517 -10.63053,-9.75517 -5.315296,0 -9.966149,4.55241 -9.966149,9.75517 0,5.85312 4.650853,10.40554 9.966149,10.40554 5.97967,0 10.63053,-4.55242 10.63053,-10.40554 m 0,-35.11867 c 0,-5.85311 -4.65086,-9.75519 -10.63053,-9.75519 -5.315296,0 -9.966149,3.90208 -9.966149,9.75519 0,5.20276 4.650853,9.75519 9.966149,9.75519 5.97967,0 10.63053,-4.55243 10.63053,-9.75519 m 0,0 c 0,-5.85311 -4.65086,-9.75519 -10.63053,-9.75519 -5.315296,0 -9.966149,3.90208 -9.966149,9.75519 0,5.20276 4.650853,9.75519 9.966149,9.75519 5.97967,0 10.63053,-4.55243 10.63053,-9.75519 m 0,0 c 0,-5.85311 -4.65086,-9.75519 -10.63053,-9.75519 -5.315296,0 -9.966149,3.90208 -9.966149,9.75519 0,5.20276 4.650853,9.75519 9.966149,9.75519 5.97967,0 10.63053,-4.55243 10.63053,-9.75519 m 0,-35.76902 c 0,-5.853108 -4.65086,-9.755188 -10.63053,-9.755188 -5.315296,0 -9.966149,3.90208 -9.966149,9.755188 0,5.20276 4.650853,9.75519 9.966149,9.75519 5.97967,0 10.63053,-4.55243 10.63053,-9.75519 m 0,0 c 0,-5.853108 -4.65086,-9.755188 -10.63053,-9.755188 -5.315296,0 -9.966149,3.90208 -9.966149,9.755188 0,5.20276 4.650853,9.75519 9.966149,9.75519 5.97967,0 10.63053,-4.55243 10.63053,-9.75519 m 0,0 c 0,-5.853108 -4.65086,-9.755188 -10.63053,-9.755188 -5.315296,0 -9.966149,3.90208 -9.966149,9.755188 0,5.20276 4.650853,9.75519 9.966149,9.75519 5.97967,0 10.63053,-4.55243 10.63053,-9.75519 m 0,-35.769029 c 0,-5.202763 -4.65086,-9.755188 -10.63053,-9.755188 -5.315296,0 -9.966149,4.552425 -9.966149,9.755188 0,5.85311 4.650853,10.405535 9.966149,10.405535 5.97967,0 10.63053,-4.552425 10.63053,-10.405535 m 0,0 c 0,-5.202763 -4.65086,-9.755188 -10.63053,-9.755188 -5.315296,0 -9.966149,4.552425 -9.966149,9.755188 0,5.85311 4.650853,10.405535 9.966149,10.405535 5.97967,0 10.63053,-4.552425 10.63053,-10.405535", + "fill": { + "paint": "transparent" + }, + "id": "path873", + "name": "path873", + "opacity": "1", + "stroke": { + "linecap": "round", + "linejoin": "round", + "miterlimit": "10", + "paint": "#000000", + "width": "0.65734" + }, + "type": "path" + } + ], + "id": "layer1", + "name": "layer1", + "transform": "matrix(0.27402974,0,0,0.27402974,-23.500909,0.30188318)", + "type": "group" + } + ], + "preserveAspectRatio": "none", + "viewBox": "0 0 25 67" + }, + "type": "ia.shapes.svg" + } + ], + "events": { + "dom": { + "onClick": { + "config": { + "script": "\tsystem.perspective.openDock(\u0027Docked-East-DS\u0027,params\u003d{\u0027tagProps\u0027:self.view.params.tagProps})" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "root", + "tooltip": { + "enabled": true + } + }, + "propConfig": { + "meta.tooltip.text": { + "binding": { + "config": { + "expression": "{view.custom.name} + \", IP: \" + {view.params.IP}" + }, + "type": "expr" + } + } + }, + "props": { + "direction": "column" + }, + "type": "ia.container.flex" + } +} \ No newline at end of file diff --git a/.resources/eb16ae78ce028548bf9309a7559abe59dc4db15cd9b9323eebeaf119518e3636 b/.resources/eb16ae78ce028548bf9309a7559abe59dc4db15cd9b9323eebeaf119518e3636 new file mode 100644 index 00000000..4b0fb80f --- /dev/null +++ b/.resources/eb16ae78ce028548bf9309a7559abe59dc4db15cd9b9323eebeaf119518e3636 @@ -0,0 +1,15 @@ +Select + SorterName,InductName,Total_count,Startstamp,Endtstamp, + Total_count/Total_count as Total_perc, + Total_count*3600/TIMESTAMPDIFF(second, Startstamp, Endtstamp) as Total_rate +FROM + (SELECT + 'S03' as SorterName, + 'Induct 1' as InductName, + COUNT(*) AS Total_count, + MIN(alltable.t_stamp) AS Startstamp, + Max(alltable.t_stamp) AS Endtstamp + +FROM alltable + Where (alltable.t_stamp BETWEEN :starttime AND :endtime) + Group BY 'Induct 1' ) basa \ No newline at end of file diff --git a/.resources/ee0fa93af05933d19c71dcf1f22aaa4b855265f6bf1f02a693cf5218bfcc0247 b/.resources/ee0fa93af05933d19c71dcf1f22aaa4b855265f6bf1f02a693cf5218bfcc0247 new file mode 100644 index 00000000..073131d5 --- /dev/null +++ b/.resources/ee0fa93af05933d19c71dcf1f22aaa4b855265f6bf1f02a693cf5218bfcc0247 @@ -0,0 +1,4743 @@ +{ + "custom": {}, + "params": {}, + "props": { + "defaultSize": { + "height": 1080, + "width": 1920 + } + }, + "root": { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "meta": { + "name": "Label_0" + }, + "position": { + "basis": "10px" + }, + "type": "ia.display.label" + }, + { + "custom": { + "background_on": "false" + }, + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\tpriority \u003d \u0027critical\u0027\n\t# Copy and toggle the filter\n\tpriorities \u003d dict(self.parent.custom.priorities)\n\tpriorities[priority] \u003d not priorities.get(priority, False)\n\tself.parent.custom.priorities \u003d priorities\n\t\n\tself.custom.background_on \u003d \"true\" if priorities[priority] else \"false\"\n\n" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Button_4" + }, + "position": { + "basis": "125px" + }, + "propConfig": { + "props.style.classes": { + "binding": { + "config": { + "expression": "if({this.custom.background_on}\u003d\"true\",1,0)" + }, + "transforms": [ + { + "fallback": "", + "inputType": "scalar", + "mappings": [ + { + "input": 1, + "output": "Alarms-Styles/Critical" + }, + { + "input": 0, + "output": "Buttons/PB_1" + } + ], + "outputType": "style-list", + "type": "map" + } + ], + "type": "expr" + } + } + }, + "props": { + "image": { + "icon": { + "color": "#FFFFFF", + "path": "material/error" + } + }, + "style": { + "margin": 15 + }, + "text": "Critical" + }, + "scripts": { + "customMethods": [], + "extensionFunctions": null, + "messageHandlers": [ + { + "messageType": "reset-filters", + "pageScope": true, + "script": "\tbackground \u003d \"false\"\n\tseverity \u003d payload[\"reset\"]\n\tif severity \u003d\u003d \"false\":\n\t\tbackground \u003d \"false\"\n\telse:\n\t\tbackground \u003d \"true\"\n\tself.custom.background_on \u003d background\n\t", + "sessionScope": false, + "viewScope": false + } + ] + }, + "type": "ia.input.button" + }, + { + "custom": { + "Severity": "High", + "background_on": "false" + }, + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\tpriority \u003d \u0027high\u0027\n\t# Copy and toggle the filter\n\tpriorities \u003d dict(self.parent.custom.priorities)\n\tpriorities[priority] \u003d not priorities.get(priority, False)\n\tself.parent.custom.priorities \u003d priorities\n\t\n\tself.custom.background_on \u003d \"true\" if priorities[priority] else \"false\"" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Button_0" + }, + "position": { + "basis": "120px" + }, + "propConfig": { + "props.style.classes": { + "binding": { + "config": { + "expression": "if({this.custom.background_on}\u003d\"false\",0,\r\nif({session.custom.colours.colour_impaired},2,1))" + }, + "transforms": [ + { + "fallback": "", + "inputType": "scalar", + "mappings": [ + { + "input": 0, + "output": "" + }, + { + "input": 1, + "output": "Alarms-Styles/High" + }, + { + "input": 2, + "output": "Alarms-Styles/Alt-Colours/High" + } + ], + "outputType": "style-list", + "type": "map" + } + ], + "type": "expr" + } + } + }, + "props": { + "image": { + "icon": { + "path": "material/priority_high" + } + }, + "primary": false, + "style": { + "margin": 15 + }, + "text": "High" + }, + "scripts": { + "customMethods": [], + "extensionFunctions": null, + "messageHandlers": [ + { + "messageType": "reset-filters", + "pageScope": true, + "script": "\tbackground \u003d \"false\"\n\tseverity \u003d payload[\"reset\"]\n\tif severity \u003d\u003d \"false\":\n\t\tbackground \u003d \"false\"\n\telse:\n\t\tbackground \u003d \"true\"\n\tself.custom.background_on \u003d background", + "sessionScope": false, + "viewScope": false + } + ] + }, + "type": "ia.input.button" + }, + { + "meta": { + "name": "Label_1" + }, + "position": { + "basis": "10px" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_4" + }, + "position": { + "basis": "10px" + }, + "type": "ia.display.label" + }, + { + "custom": { + "Severity": "Medium", + "background_on": "false" + }, + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\tpriority \u003d \u0027medium\u0027\n\t# Copy and toggle the filter\n\tpriorities \u003d dict(self.parent.custom.priorities)\n\tpriorities[priority] \u003d not priorities.get(priority, False)\n\tself.parent.custom.priorities \u003d priorities\n\t\n\tself.custom.background_on \u003d \"true\" if priorities[priority] else \"false\"" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Button_1" + }, + "position": { + "basis": "120px" + }, + "propConfig": { + "props.style.classes": { + "binding": { + "config": { + "expression": "if({this.custom.background_on}\u003d\"false\",0,\r\nif({session.custom.colours.colour_impaired},2,1))" + }, + "transforms": [ + { + "fallback": "Buttons/PB_1", + "inputType": "scalar", + "mappings": [ + { + "input": 0, + "output": "" + }, + { + "input": 1, + "output": "Alarms-Styles/Medium" + }, + { + "input": 2, + "output": "Alarms-Styles/Alt-Colours/Medium" + } + ], + "outputType": "style-list", + "type": "map" + } + ], + "type": "expr" + } + } + }, + "props": { + "image": { + "icon": { + "path": "material/priority_high" + } + }, + "primary": false, + "style": { + "margin": 15 + }, + "text": "Medium" + }, + "scripts": { + "customMethods": [], + "extensionFunctions": null, + "messageHandlers": [ + { + "messageType": "reset-filters", + "pageScope": true, + "script": "\tbackground \u003d \"false\"\n\tseverity \u003d payload[\"reset\"]\n\tif severity \u003d\u003d \"false\":\n\t\tbackground \u003d \"false\"\n\telse:\n\t\tbackground \u003d \"true\"\n\tself.custom.background_on \u003d background", + "sessionScope": false, + "viewScope": false + } + ] + }, + "type": "ia.input.button" + }, + { + "meta": { + "name": "Label_2" + }, + "position": { + "basis": "10px" + }, + "type": "ia.display.label" + }, + { + "custom": { + "Severity": "Low", + "background_on": "false" + }, + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\tpriority \u003d \u0027low\u0027\n\t# Copy and toggle the filter\n\tpriorities \u003d dict(self.parent.custom.priorities)\n\tpriorities[priority] \u003d not priorities.get(priority, False)\n\tself.parent.custom.priorities \u003d priorities\n\t\n\tself.custom.background_on \u003d \"true\" if priorities[priority] else \"false\"" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Button_2" + }, + "position": { + "basis": "120px" + }, + "propConfig": { + "props.style.classes": { + "binding": { + "config": { + "expression": "if({this.custom.background_on}\u003d\"false\",0,\r\nif({session.custom.colours.colour_impaired},2,1))" + }, + "transforms": [ + { + "fallback": "Buttons/PB_1", + "inputType": "scalar", + "mappings": [ + { + "input": 0, + "output": "" + }, + { + "input": 1, + "output": "Alarms-Styles/Low" + }, + { + "input": 2, + "output": "Alarms-Styles/Alt-Colours/Low" + } + ], + "outputType": "style-list", + "type": "map" + } + ], + "type": "expr" + } + } + }, + "props": { + "image": { + "icon": { + "path": "material/low_priority" + } + }, + "primary": false, + "style": { + "margin": 15 + }, + "text": "Low" + }, + "scripts": { + "customMethods": [], + "extensionFunctions": null, + "messageHandlers": [ + { + "messageType": "reset-filters", + "pageScope": true, + "script": "\tbackground \u003d \"false\"\n\tseverity \u003d payload[\"reset\"]\n\tif severity \u003d\u003d \"false\":\n\t\tbackground \u003d \"false\"\n\telse:\n\t\tbackground \u003d \"true\"\n\tself.custom.background_on \u003d background", + "sessionScope": false, + "viewScope": false + } + ] + }, + "type": "ia.input.button" + }, + { + "meta": { + "name": "Label_3" + }, + "position": { + "basis": "10px" + }, + "type": "ia.display.label" + }, + { + "custom": { + "background_on": "false" + }, + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\tpriority \u003d \u0027diagnostic\u0027\n\n\tpriorities \u003d dict(self.parent.custom.priorities)\n\tpriorities[priority] \u003d not priorities.get(priority, False)\n\tself.parent.custom.priorities \u003d priorities\n\t\n\tself.custom.background_on \u003d \"true\" if priorities[priority] else \"false\"" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Button_3" + }, + "position": { + "basis": "120px" + }, + "propConfig": { + "props.style.classes": { + "binding": { + "config": { + "expression": "if({this.custom.background_on}\u003d\"false\",0,\r\nif({session.custom.colours.colour_impaired},2,1))" + }, + "transforms": [ + { + "fallback": "Buttons/PB_1", + "inputType": "scalar", + "mappings": [ + { + "input": 0, + "output": "" + }, + { + "input": 1, + "output": "Alarms-Styles/Diagnostic" + }, + { + "input": 2, + "output": "Alarms-Styles/Alt-Colours/Diagnostic" + } + ], + "outputType": "style-list", + "type": "map" + } + ], + "type": "expr" + } + } + }, + "props": { + "image": { + "icon": { + "path": "material/warning" + } + }, + "primary": false, + "style": { + "margin": 15 + }, + "text": "Diagnostic" + }, + "scripts": { + "customMethods": [], + "extensionFunctions": null, + "messageHandlers": [ + { + "messageType": "reset-filters", + "pageScope": true, + "script": "\t# implement your handler here\n\tbackground \u003d \"false\"\n\tseverity \u003d payload[\"reset\"]\n\tif severity \u003d\u003d \"false\":\n\t\tbackground \u003d \"false\"\n\telse:\n\t\tbackground \u003d \"true\"\n\tself.custom.background_on \u003d background", + "sessionScope": false, + "viewScope": false + } + ] + }, + "type": "ia.input.button" + } + ], + "custom": { + "priorities": { + "critical": false, + "diagnostic": false, + "high": false, + "low": false, + "medium": false + } + }, + "events": { + "system": { + "onStartup": { + "config": { + "script": "\tself.custom.priorities \u003d {\n\t \"diagnostic\": False,\n\t \"low\": False,\n\t \"medium\": False,\n\t \"high\": False,\n\t}" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "FlexContainer" + }, + "position": { + "basis": "700px", + "shrink": 0 + }, + "props": { + "style": { + "padding": 0 + } + }, + "type": "ia.container.flex" + }, + { + "children": [ + { + "meta": { + "name": "Label" + }, + "position": { + "basis": "20px" + }, + "type": "ia.display.label" + }, + { + "custom": { + "Severity": "Critical", + "background_on": "false" + }, + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\tpayload \u003d {}\n\tfilter_on \u003d \"false\"\n\tpayload[\"reset\"] \u003d filter_on\n\tsystem.perspective.sendMessage(\"reset-filters\", payload \u003dpayload, scope \u003d \"page\")\n\tdefault_priorities \u003d {\n\t \"diagnostic\": False,\n\t \"low\": False,\n\t \"medium\": False,\n\t \"high\": False,\n\t \"critical\": False\n\t}\n\tself.parent.parent.parent.getChild(\"FlexContainer_0\").getChild(\"Table\").props.filter.text \u003d \"\"\n\tself.parent.parent.getChild(\"FlexContainer\").custom.priorities \u003d default_priorities" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Button" + }, + "position": { + "basis": "120px" + }, + "props": { + "image": { + "icon": { + "color": "#000000", + "path": "material/clear" + } + }, + "primary": false, + "style": { + "margin": 15 + }, + "text": "Reset" + }, + "scripts": { + "customMethods": [], + "extensionFunctions": null, + "messageHandlers": [ + { + "messageType": "button-severity-indicator", + "pageScope": true, + "script": "\tbackground \u003d \"false\"\n\tseverity \u003d payload[\"severity\"]\n\tbutton_severity \u003d self.custom.Severity\n\tif severity \u003d\u003d button_severity:\n\t\tbackground \u003d \"true\"\n\telse:\n\t\tbackground \u003d \"false\"\n\t\n\tself.custom.background_on \u003d background\n\t", + "sessionScope": false, + "viewScope": false + } + ] + }, + "type": "ia.input.button" + }, + { + "meta": { + "name": "Label_2" + }, + "position": { + "basis": "10px" + }, + "type": "ia.display.label" + }, + { + "custom": { + "Severity": "High", + "background_on": "true", + "update_on": false + }, + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\tfrom datetime import datetime\n\ttry:\n\t # Get table data\n\t data \u003d self.parent.parent.parent.getChild(\"FlexContainer_0\").getChild(\"Table\").props.data\n\t \n\t column_order \u003d [\n\t \"ID\",\n\t \"StartTimestamp\", \n\t \"Duration\",\n\t \"Priority\",\n\t \"Location\",\n\t \"Description\",\n\t \"Tag\"\n\t ]\n\t\n\t # CSV header\n\t csv_content \u003d \",\".join(column_order) + \"\\n\"\n\t \n\t def unwrap(v):\n\t\t\tif hasattr(v, \u0027value\u0027):\n\t\t\t\treturn str(v.value)\n\t \t\n\t\t\treturn v\n\t \n\t if data and len(data) \u003e 0:\n\t for item in data:\n\t row_data \u003d []\n\t \n\t for col in column_order:\n\t # Look for the column in the current item\n\t if col in item:\n\t cell \u003d item[col]\n\t # Extract the value from the nested structure\n\t if isinstance(cell, dict) and \"value\" in cell:\n\t raw_value \u003d cell[\"value\"]\n\t else:\n\t raw_value \u003d cell\n\t else:\n\t raw_value \u003d \"\"\n\t \n\t # Process and clean the value\n\t processed_value \u003d unwrap(raw_value).replace(\",\", \";\")\n\t row_data.append(processed_value)\n\t \n\t csv_content +\u003d \",\".join(row_data) + \"\\n\"\n\t else:\n\t csv_content +\u003d \"No alarms in current view\\n\"\n\t\n\texcept Exception as e:\n\t system.perspective.print(\"Export Error: \" + str(e))\n\t csv_content \u003d \"Export failed\\n\"\n\t\n\tcsv_bytes \u003d csv_content.encode(\"utf-8\")\n\tsystem.perspective.download(\"active_alarms.csv\", csv_bytes) \n\t \n\t \n\t \n\t\n#\t if data and len(data) \u003e 0:\n#\t for row in data:\n#\t val \u003d row.get(\"value\", {})\n#\t row_data \u003d [\n#\t str(val.get(\"NumberID\", \"\")),\n#\t str(val.get(\"EventTimestamp\", \"\")),\n#\t str(val.get(\"Duration\", \"\")),\n#\t str(val.get(\"Priority\", \"\")),\n#\t str(val.get(\"Description\", \"\")),\n#\t str(val.get(\"Tag\", \"\"))\n#\t ]\n#\t\n#\t # Escape commas for CSV safety\n#\t row_data \u003d [field.replace(\",\", \";\") for field in row_data]\n#\t csv_content +\u003d \",\".join(row_data) + \"\\n\"\n#\t else:\n#\t csv_content +\u003d \"No alarms in current view\\n\"\n#\t\n#\texcept Exception as e:\n#\t system.perspective.print(\"Error during CSV export: \" + str(e))\n#\t csv_content \u003d \"Error exporting alarm data\\n\"\n#\t\n#\t# Convert to bytes and trigger download\n#\tcsv_bytes \u003d csv_content.encode(\u0027utf-8\u0027)\n#\tsystem.perspective.download(\"active_alarms.csv\", csv_bytes)\n " + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Button_1" + }, + "position": { + "basis": "120px" + }, + "props": { + "image": { + "icon": { + "path": "material/import_export" + } + }, + "primary": false, + "style": { + "margin": 15 + }, + "text": "Export" + }, + "scripts": { + "customMethods": [], + "extensionFunctions": null, + "messageHandlers": [ + { + "messageType": "button-severity-indicator", + "pageScope": true, + "script": "\tbackground \u003d \"false\"\n\tseverity \u003d payload[\"severity\"]\n\tbutton_severity \u003d self.custom.Severity\n\tif severity \u003d\u003d button_severity:\n\t\tbackground \u003d \"true\"\n\telse:\n\t\tbackground \u003d \"false\"\n\t\n\tself.custom.background_on \u003d background", + "sessionScope": false, + "viewScope": false + } + ] + }, + "type": "ia.input.button" + }, + { + "meta": { + "name": "Label_0" + }, + "position": { + "basis": "10px" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "Label_1" + }, + "position": { + "basis": "10px" + }, + "type": "ia.display.label" + } + ], + "meta": { + "name": "FlexContainer_0" + }, + "position": { + "basis": "513px", + "shrink": 0 + }, + "props": { + "style": { + "padding": 0 + } + }, + "type": "ia.container.flex" + } + ], + "meta": { + "name": "FlexContainer" + }, + "position": { + "basis": "70px", + "shrink": 0 + }, + "props": { + "alignContent": "flex-start", + "style": { + "overflow": "visible" + } + }, + "type": "ia.container.flex" + }, + { + "children": [ + { + "events": { + "component": { + "onRowDoubleClick": { + "config": { + "script": "\n\tmyData \u003d self.props.selection.data\n\n\talarms.alarm_click.handleClick(myData)\n\t\n\t" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Table" + }, + "position": { + "basis": "972.9px" + }, + "propConfig": { + "custom.priorities": { + "binding": { + "config": { + "path": ".../FlexContainer/FlexContainer.custom.priorities" + }, + "transforms": [ + { + "code": "\t\n\tpriority_to_number \u003d {\n\t \"critical\": 4,\n\t \"high\": 3,\n\t \"medium\": 2,\n\t \"low\": 1,\n\t \"diagnostic\": 0\n\t}\n\t\n\t\n\t# Collect enabled priorities\n\tenabled \u003d [str(priority_to_number[k]) for k, v in value.items() if v]\n\t\n\tresult \u003d \",\".join(enabled)\n\t\n\tif not result:\n\t\treturn \"\"\n\t\n\treturn result\n\t\n", + "type": "script" + } + ], + "type": "property" + } + }, + "props.data": { + "binding": { + "config": { + "parameters": { + "priorityList": "{this.custom.priorities}" + }, + "polling": { + "enabled": true, + "rate": "3" + }, + "queryPath": "Alarms-autStand/GetActiveAlarms" + }, + "transforms": [ + { + "code": "\n\tfrom system.dataset import toPyDataSet\n\n\tds \u003d toPyDataSet(value)\n\tdata \u003d []\n\n\tcolumn_names \u003d [col for col in ds.columnNames if col !\u003d \"EndTimestamp\"]\n\t\n\n\tfor row in ds:\n\t\tpriority \u003d row[\"Priority\"]\n\n\t\t# Use style class names from Perspective\n\t\tif priority \u003d\u003d \"High\":\n\t\t\tclassName \u003d \"Alarms-Styles/High\"\n\t\telif priority \u003d\u003d \"Medium\":\n\t\t\tclassName \u003d \"Alarms-Styles/Medium\"\n\t\telif priority \u003d\u003d \"Low\":\n\t\t\tclassName \u003d \"Alarms-Styles/Low\"\n\t\telif priority \u003d\u003d \"Diagnostic\":\n\t\t\tclassName \u003d \"Alarms-Styles/Diagnostic\"\n\t\telse:\n\t\t\tclassName \u003d \"Alarms-Styles/NoAlarm\"\n\n\t\t# Apply the style class to all cells in the row\n\t\trow_dict \u003d {\n\t\t\tcol: {\n\t\t\t\t\"value\": row[col],\n\t\t\t\t\"style\": { \"classes\": className }\n\t\t\t} for col in column_names\n\t\t}\n\t\tdata.append(row_dict)\n\n\treturn data", + "type": "script" + } + ], + "type": "query" + } + } + }, + "props": { + "columns": [ + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "NumberID", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": "" + }, + "enabled": false, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "", + "value": "" + }, + "visible": "on-hover" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "Number (ID)" + }, + "justify": "left", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": 70 + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY HH:mm:ss", + "editable": false, + "field": "StartTimestamp", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": "" + }, + "enabled": false, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "", + "value": "" + }, + "visible": "on-hover" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "Event Timestamp" + }, + "justify": "auto", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": 70 + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Duration", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": "" + }, + "enabled": true, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "equals", + "value": "" + }, + "visible": "never" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "" + }, + "justify": "center", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "string", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": 70 + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Priority", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": "" + }, + "enabled": false, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "", + "value": "" + }, + "visible": "on-hover" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "" + }, + "justify": "center", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": 70 + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Location", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": "" + }, + "enabled": false, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "", + "value": "" + }, + "visible": "on-hover" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "" + }, + "justify": "center", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "ascending", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": 70 + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Description", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": "" + }, + "enabled": false, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "", + "value": "" + }, + "visible": "on-hover" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "" + }, + "justify": "center", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": 150 + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Tag", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": "" + }, + "enabled": false, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "", + "value": "" + }, + "visible": "on-hover" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "justify": "auto", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": 80 + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "FullTag", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": "" + }, + "enabled": false, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "", + "value": "" + }, + "visible": "on-hover" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "justify": "auto", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "", + "display": "none" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Device", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": "" + }, + "enabled": false, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "", + "value": "" + }, + "visible": "on-hover" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "justify": "auto", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "", + "display": "none" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + } + ], + "emptyMessage": { + "noData": { + "text": "No Active Alarms" + }, + "noFilterResults": { + "text": "No Active Alarms" + } + }, + "filter": { + "enabled": true, + "results": { + "enabled": true + } + } + }, + "type": "ia.display.table" + } + ], + "meta": { + "name": "FlexContainer_0" + }, + "position": { + "basis": "480px", + "grow": 1 + }, + "props": { + "direction": "column" + }, + "type": "ia.container.flex" + } + ], + "meta": { + "name": "Active_tab" + }, + "props": { + "direction": "column", + "justify": "space-evenly" + }, + "type": "ia.container.flex" + }, + { + "children": [ + { + "children": [ + { + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\tfrom datetime import datetime\n\t\n\ttry:\n\t data \u003d self.parent.parent.getChild(\"FlexContainer_0\").getChild(\"AlarmsTable\").props.data\n\t\n\t column_order \u003d [\n\t \"FirstTimestamp\",\n\t \"LastTimestamp\", \n\t \"Count\",\n\t \"Duration\",\n\t \"Priority\",\n\t \"Location\",\n\t \"Description\",\n\t \"Tag\"\n\t ]\n\t\n\t csv_content \u003d \",\".join(column_order) + \"\\n\"\n\t \t\n\t def unwrap(v):\n\t\t\tif hasattr(v, \u0027value\u0027):\n\t\t\t\treturn str(v.value)\n\t \t\n\t\t\treturn v\n\t \t\n\t if data and len(data) \u003e 0:\n\t for item in data:\n\t row_data \u003d []\n\t \n\t for col in column_order:\n\t # Look for the column in the current item\n\t if col in item:\n\t cell \u003d item[col]\n\t # Extract the value from the nested structure\n\t if isinstance(cell, dict) and \"value\" in cell:\n\t raw_value \u003d cell[\"value\"]\n\t else:\n\t raw_value \u003d cell\n\t else:\n\t raw_value \u003d \"\"\n\t \n\t # Process and clean the value\n\t processed_value \u003d unwrap(raw_value).replace(\",\", \";\")\n\t row_data.append(processed_value)\n\t \n\t csv_content +\u003d \",\".join(row_data) + \"\\n\"\n\t else:\n\t csv_content +\u003d \"No alarms in current view\\n\"\n\t\n\texcept Exception as e:\n\t system.perspective.print(\"Export Error: \" + str(e))\n\t csv_content \u003d \"Export failed\\n\"\n\t\n\tcsv_bytes \u003d csv_content.encode(\"utf-8\")\n\tsystem.perspective.download(\"active_alarms.csv\", csv_bytes)" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Button_1" + }, + "position": { + "basis": "120px" + }, + "props": { + "image": { + "icon": { + "path": "material/import_export" + } + }, + "primary": false, + "style": { + "margin": 15 + }, + "text": "Export" + }, + "scripts": { + "customMethods": [], + "extensionFunctions": null, + "messageHandlers": [ + { + "messageType": "button-severity-indicator", + "pageScope": true, + "script": "\tbackground \u003d \"false\"\n\tseverity \u003d payload[\"severity\"]\n\tbutton_severity \u003d self.custom.Severity\n\tif severity \u003d\u003d button_severity:\n\t\tbackground \u003d \"true\"\n\telse:\n\t\tbackground \u003d \"false\"\n\t\n\tself.custom.background_on \u003d background", + "sessionScope": false, + "viewScope": false + } + ] + }, + "type": "ia.input.button" + } + ], + "meta": { + "name": "FlexContainer" + }, + "position": { + "basis": "70px" + }, + "props": { + "alignContent": "flex-start", + "style": { + "overflow": "visible" + } + }, + "type": "ia.container.flex" + }, + { + "children": [ + { + "events": { + "component": { + "onRowDoubleClick": { + "config": { + "script": "\t\n\tmyData \u003d self.props.selection.data\n\n\talarms.alarm_click.handleClick(myData)" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "AlarmsTable" + }, + "position": { + "basis": "1080px", + "grow": 1 + }, + "propConfig": { + "props.data": { + "binding": { + "config": { + "polling": { + "enabled": true, + "rate": "3" + }, + "queryPath": "Alarms-autStand/GetAlarmsWithCount" + }, + "transforms": [ + { + "code": "\n\tfrom system.dataset import toPyDataSet\n\n\tds \u003d toPyDataSet(value)\n\tdata \u003d []\n\n\tcolumn_names \u003d list(ds.columnNames)\n\n\tfor row in ds:\n\t\tpriority \u003d row[\"Priority\"]\n\n\t\t# Use style class names from Perspective\n\t\tif priority \u003d\u003d \"High\":\n\t\t\tclassName \u003d \"Alarms-Styles/High\"\n\t\telif priority \u003d\u003d \"Medium\":\n\t\t\tclassName \u003d \"Alarms-Styles/Medium\"\n\t\telif priority \u003d\u003d \"Low\":\n\t\t\tclassName \u003d \"Alarms-Styles/Low\"\n\t\telif priority \u003d\u003d \"Diagnostic\":\n\t\t\tclassName \u003d \"Alarms-Styles/Diagnostic\"\n\t\telse:\n\t\t\tclassName \u003d \"Alarms-Styles/NoAlarm\"\n\n\t\t# Apply the style class to all cells in the row\n\t\trow_dict \u003d {\n\t\t\tcol: {\n\t\t\t\t\"value\": row[col],\n\t\t\t\t\"style\": { \"classes\": className }\n\t\t\t} for col in column_names\n\t\t}\n\t\tdata.append(row_dict)\n\n\treturn data\n", + "type": "script" + } + ], + "type": "query" + } + }, + "props.editingCell": { + "onChange": { + "enabled": null, + "script": "\tall_alarms \u003d system.alarm.queryStatus(includeShelved\u003dTrue)\n\tshelved_alarms \u003d [alarm for alarm in all_alarms if alarm.isShelved()]\n\t\n\t# Build dataset for table\n\theaders \u003d [\u0027ID\u0027, \u0027StartTimestamp\u0027, \u0027EndTimestamp\u0027, \u0027Duration\u0027, \u0027Description\u0027, \u0027Priority\u0027, \u0027Tag\u0027, \u0027MCM\u0027]\n\tdata \u003d []\n\t\n\tfor alarm in shelved_alarms:\n\t # Calculate duration (time since shelved)\n\t if alarm.activeTime:\n\t duration_ms \u003d system.date.now().getTime() - alarm.activeTime.getTime()\n\t duration_seconds \u003d duration_ms / 1000\n\t hours \u003d int(duration_seconds / 3600)\n\t minutes \u003d int((duration_seconds % 3600) / 60)\n\t seconds \u003d int(duration_seconds % 60)\n\t duration \u003d \"%02d:%02d:%02d\" % (hours, minutes, seconds)\n\t else:\n\t duration \u003d \"00:00:00\"\n\t \n\t # Extract tag name from source\n\t tag_name \u003d alarm.source.split(\u0027/\u0027)[-1] if \u0027/\u0027 in alarm.source else alarm.source\n\t \n\t row \u003d [\n\t str(alarm.id) if hasattr(alarm, \u0027id\u0027) else \u0027\u0027,\n\t alarm.activeTime if alarm.activeTime else system.date.now(),\n\t None, # End timestamp (shelved alarms don\u0027t have end time yet)\n\t duration,\n\t alarm.displayPath if alarm.displayPath else alarm.source,\n\t alarm.priority.name if alarm.priority else \u0027Unknown\u0027,\n\t tag_name,\n\t \u0027System\u0027 # Adjust based on your source format\n\t ]\n\t data.append(row)\n\t\n\t# Create dataset and update the custom property\n\tdataset \u003d system.dataset.toDataSet(headers, data)\n\tself.custom.shelvedAlarmsData \u003d dataset" + } + }, + "props.selection": { + "persistent": true + } + }, + "props": { + "columns": [ + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY HH:mm:ss", + "editable": false, + "field": "FirstTimestamp", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": "" + }, + "enabled": false, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "", + "value": "" + }, + "visible": "on-hover" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "left", + "style": { + "backgroundColor": "#FFFEFE", + "classes": "" + }, + "title": "First Timestamp" + }, + "justify": "left", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "value", + "dateFormat": "MM-DD-YYYY HH:mm:ss", + "editable": false, + "field": "LastTimestamp", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": "" + }, + "enabled": false, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "", + "value": "" + }, + "visible": "on-hover" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Last Timestamp" + }, + "justify": "center", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "none", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM-DD-YYYY HH:mm:ss", + "editable": false, + "field": "Count", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": "" + }, + "enabled": false, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "", + "value": "" + }, + "visible": "on-hover" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "" + }, + "justify": "center", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "none", + "editable": false, + "field": "Duration", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": "" + }, + "enabled": false, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "", + "value": "" + }, + "visible": "on-hover" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "" + }, + "justify": "center", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "none", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Priority", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": "" + }, + "enabled": false, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "", + "value": "" + }, + "visible": "on-hover" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "" + }, + "justify": "center", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Location", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": "" + }, + "enabled": false, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "", + "value": "" + }, + "visible": "on-hover" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "" + }, + "justify": "center", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Description", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": "" + }, + "enabled": false, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "", + "value": "" + }, + "visible": "on-hover" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "" + }, + "justify": "center", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": 150 + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Tag", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": "" + }, + "enabled": false, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "", + "value": "" + }, + "visible": "on-hover" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "" + }, + "justify": "center", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "FullTag", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": "" + }, + "enabled": false, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "", + "value": "" + }, + "visible": "on-hover" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "justify": "auto", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "", + "display": "none" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Device", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": "" + }, + "enabled": false, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "", + "value": "" + }, + "visible": "on-hover" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "justify": "auto", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "", + "display": "none" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + } + ], + "emptyMessage": { + "noData": { + "text": "No Alarms" + }, + "noFilterResults": { + "text": "No Alarms" + } + }, + "filter": { + "enabled": true, + "results": { + "enabled": true + } + } + }, + "type": "ia.display.table" + } + ], + "meta": { + "name": "FlexContainer_0" + }, + "position": { + "basis": "500px", + "grow": 1 + }, + "type": "ia.container.flex" + } + ], + "meta": { + "name": "Hit_List" + }, + "position": { + "tabIndex": 1 + }, + "props": { + "direction": "column", + "justify": "space-evenly" + }, + "type": "ia.container.flex" + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "custom": { + "SetFilter": true + }, + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\tpayload \u003d {}\n\tif self.custom.SetFilter \u003d\u003d True:\n\t\tpayload[\"data\"] \u003d False\n\t\tself.custom.SetFilter \u003d False\n\t\t\n\t\n\telif self.custom.SetFilter \u003d\u003d False:\n\t\tpayload[\"data\"] \u003d True\n\t\tself.custom.SetFilter \u003d True\n\t\n\tsystem.perspective.sendMessage(\"show-historical-filters\", payload \u003d payload, scope \u003d \"page\")\n\t" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Button", + "tooltip": { + "enabled": true, + "style": { + "background-color": "white", + "borderColor": "#000000", + "borderStyle": "solid", + "borderWidth": "1px", + "box-shadow": "5px 5px 5px grey", + "color": "#000000", + "fontFamily": "Arial", + "fontWeight": "normal" + }, + "text": "Show Filters" + } + }, + "position": { + "basis": "120px" + }, + "props": { + "image": { + "icon": { + "path": "material/filter_alt" + }, + "position": "center" + }, + "primary": false, + "style": { + "margin": 15, + "marginLeft": 20 + }, + "text": "" + }, + "type": "ia.input.button" + }, + { + "meta": { + "name": "Label" + }, + "position": { + "basis": "281px" + }, + "props": { + "style": { + "color": "#FF0000", + "margin-left": "20px" + }, + "text": "ALL TIMESTAMPS ARE IN UTC" + }, + "type": "ia.display.label" + } + ], + "meta": { + "name": "Show filters" + }, + "position": { + "basis": "70px", + "shrink": 0 + }, + "type": "ia.container.flex" + }, + { + "children": [ + { + "children": [ + { + "meta": { + "name": "Label_1" + }, + "position": { + "basis": "100px" + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontWeight": "bold", + "textAlign": "center" + }, + "text": "Period:" + }, + "type": "ia.display.label" + }, + { + "custom": { + "customTime": false, + "endDate": { + "$": [ + "ts", + 192, + 1755608469647 + ], + "$ts": 1755608469646 + }, + "startDate": { + "$": [ + "ts", + 192, + 1755608469646 + ], + "$ts": 1755606669646 + } + }, + "meta": { + "name": "Dropdown" + }, + "position": { + "basis": "200px" + }, + "propConfig": { + "props.value": { + "onChange": { + "enabled": null, + "script": "\n\tstart \u003d \"\"\n\tend \u003d \"\"\n\tnow \u003d system.date.now()\n\tpreviousDay \u003d system.date.addDays(now, -1)\n\tvalue \u003d currentValue.value \n\n\tif value \u003d\u003d \"custom\":\n\t\tself.custom.customTime \u003d True\n\t\treturn\n\telif value \u003d\u003d \"currentDay\":\n\t\tstart \u003d system.date.setTime(now, 0, 0, 0)\n\t\tend \u003d now\n\telif value \u003d\u003d \"morning\":\n\t\tstart \u003d system.date.setTime(now, 2, 30, 0)\n\t\tend \u003d system.date.setTime(now, 7, 30, 0)\n\telif value \u003d\u003d \"daylight\":\n\t\tstart \u003d system.date.setTime(now, 7, 30, 0)\n\t\tend \u003d system.date.setTime(now, 13, 0, 0)\n\telif value \u003d\u003d \"twilight\":\n\t\tstart \u003d system.date.setTime(now, 13, 0, 0)\n\t\tend \u003d now\n\telif value \u003d\u003d \"night\":\n\t\tstart \u003d system.date.setTime(previousDay, 18, 30, 0)\n\t\tend \u003d system.date.setTime(previousDay, 23, 30, 0)\n\telif value \u003d\u003d \"wrapDown\":\n\t\tstart \u003d system.date.setTime(previousDay, 23, 30, 0)\n\t\tend \u003d system.date.setTime(now, 2, 30, 0)\n\telif value \u003d\u003d \"currentShot\":\n\t\tstart \u003d system.date.setTime(now, 13, 0, 0)\n\t\tend \u003d now\n\telse:\n\t\tstart \u003d system.date.addMinutes(now, -int(value))\n\t\tend \u003d now\n\n\tself.custom.customTime \u003d False\n\tself.custom.startDate \u003d start\n\tself.custom.endDate \u003d end" + }, + "persistent": false + } + }, + "props": { + "options": [ + { + "label": "Past 30 Min", + "value": 30 + }, + { + "label": "Past Hour", + "value": 60 + }, + { + "label": "Past 2 Hour", + "value": 120 + }, + { + "label": "Past 4 Hour", + "value": 240 + }, + { + "label": "Past 8 Hour", + "value": 480 + }, + { + "label": "Current Day", + "value": "currentDay" + }, + { + "label": "Morning", + "value": "morning" + }, + { + "label": "Daylight", + "value": "daylight" + }, + { + "label": "Twilight", + "value": "twilight" + }, + { + "label": "Night", + "value": "night" + }, + { + "label": "Wrap Down", + "value": "wrapDown" + }, + { + "label": "Current Shot", + "value": "currentShot" + }, + { + "label": "Custom", + "value": "custom" + } + ], + "style": { + "margin": 15 + } + }, + "scripts": { + "customMethods": [], + "extensionFunctions": null, + "messageHandlers": [ + { + "messageType": "reset-historical-filters", + "pageScope": true, + "script": "\treset \u003d payload[\"data\"]\n\tself.props.value \u003d None", + "sessionScope": false, + "viewScope": false + } + ] + }, + "type": "ia.input.dropdown" + }, + { + "meta": { + "name": "Label" + }, + "position": { + "basis": "100px" + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontWeight": "bold", + "textAlign": "center" + }, + "text": "Start Date" + }, + "type": "ia.display.label" + }, + { + "custom": { + "max_duration_days": 10 + }, + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\tautStand.messaging.message_handler.set_time_from_filters(self)\n\t" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "DateTimeInput", + "tooltip": { + "enabled": true + } + }, + "position": { + "basis": "200px" + }, + "propConfig": { + "props.enabled": { + "binding": { + "config": { + "path": "../Dropdown.custom.customTime" + }, + "type": "property" + } + }, + "props.maxDate": { + "binding": { + "config": { + "expression": "now()" + }, + "type": "expr" + } + }, + "props.minDate": { + "access": "PUBLIC", + "binding": { + "config": { + "expression": "addDays(now(),-{this.custom.max_duration_days})" + }, + "type": "expr" + } + }, + "props.value": { + "binding": { + "config": { + "path": "../Dropdown.custom.startDate" + }, + "type": "property" + }, + "onChange": { + "enabled": null, + "script": "\tautStand.messaging.message_handler.set_time_from_filters(self)" + } + } + }, + "props": { + "formattedValue": "Aug 19, 2025 4:31 PM", + "style": { + "margin": 15 + } + }, + "scripts": { + "customMethods": [], + "extensionFunctions": null, + "messageHandlers": [ + { + "messageType": "reset-historical-filters", + "pageScope": true, + "script": "\treset \u003d payload[\"data\"]\n\tself.props.value \u003d None", + "sessionScope": false, + "viewScope": false + } + ] + }, + "type": "ia.input.date-time-input" + }, + { + "meta": { + "name": "Label_0" + }, + "position": { + "basis": "89px" + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontWeight": "bold", + "textAlign": "center" + }, + "text": "End Date" + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "DateTimeInput_0" + }, + "position": { + "basis": "200px" + }, + "propConfig": { + "props.enabled": { + "binding": { + "config": { + "path": "../Dropdown.custom.customTime" + }, + "type": "property" + } + }, + "props.maxDate": { + "binding": { + "config": { + "expression": "now()" + }, + "enabled": false, + "type": "expr" + } + }, + "props.minDate": { + "binding": { + "config": { + "expression": "addDays(now(),-10)" + }, + "type": "expr" + } + }, + "props.value": { + "binding": { + "config": { + "path": "../Dropdown.custom.endDate" + }, + "type": "property" + }, + "onChange": { + "enabled": null, + "script": "\tautStand.messaging.message_handler.set_time_to_filters(self)" + }, + "persistent": true + } + }, + "props": { + "formattedValue": "Aug 19, 2025 5:01 PM", + "maxDate": { + "$": [ + "ts", + 192, + 1749542669794 + ], + "$ts": 1749715452000 + }, + "style": { + "margin": 15 + }, + "value": { + "$": [ + "ts", + 192, + 1755608469647 + ], + "$ts": 1755608469646 + } + }, + "scripts": { + "customMethods": [], + "extensionFunctions": null, + "messageHandlers": [ + { + "messageType": "reset-historical-filters", + "pageScope": true, + "script": "\treset \u003d payload[\"data\"]\n\tself.props.value \u003d None", + "sessionScope": false, + "viewScope": false + } + ] + }, + "type": "ia.input.date-time-input" + } + ], + "meta": { + "name": "Time" + }, + "position": { + "basis": "70px", + "shrink": 0 + }, + "type": "ia.container.flex" + }, + { + "children": [ + { + "meta": { + "name": "Label" + }, + "position": { + "basis": "100px" + }, + "props": { + "style": { + "fontFamily": "Arial", + "fontWeight": "bold", + "textAlign": "center" + }, + "text": "Priority" + }, + "type": "ia.display.label" + }, + { + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\tautStand.messaging.message_handler.set_priority_filters(self)" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Dropdown" + }, + "position": { + "basis": "490px" + }, + "propConfig": { + "props.value": { + "persistent": false + } + }, + "props": { + "options": [ + { + "label": "Diagnostic", + "value": "diagnostic" + }, + { + "label": "Low", + "value": "low" + }, + { + "label": "Medium", + "value": "medium" + }, + { + "label": "High", + "value": "high" + }, + { + "label": "All", + "value": "" + } + ], + "style": { + "margin": 15 + } + }, + "scripts": { + "customMethods": [], + "extensionFunctions": null, + "messageHandlers": [ + { + "messageType": "reset-historical-filters", + "pageScope": true, + "script": "\treset \u003d payload[\"data\"]\n\tself.props.value \u003d None", + "sessionScope": false, + "viewScope": false + } + ] + }, + "type": "ia.input.dropdown" + } + ], + "meta": { + "name": "Priority" + }, + "position": { + "basis": "70px", + "shrink": 0 + }, + "type": "ia.container.flex" + } + ], + "custom": { + "ShowFilters": true + }, + "meta": { + "name": "Filters" + }, + "position": { + "basis": "180px", + "grow": 1, + "shrink": 0 + }, + "propConfig": { + "position.display": { + "binding": { + "config": { + "path": "this.custom.ShowFilters" + }, + "type": "property" + }, + "persistent": true + } + }, + "props": { + "direction": "column", + "style": { + "borderStyle": "solid", + "borderWidth": "1px", + "box-shadow": "0 4px 20px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)", + "marginBottom": 10, + "marginLeft": 20, + "marginRight": 20, + "marginTop": 10 + } + }, + "scripts": { + "customMethods": [], + "extensionFunctions": null, + "messageHandlers": [ + { + "messageType": "show-historical-filters", + "pageScope": true, + "script": "\tshow \u003d payload[\"data\"]\n\tself.custom.ShowFilters \u003d show", + "sessionScope": false, + "viewScope": false + } + ] + }, + "type": "ia.container.flex" + }, + { + "children": [ + { + "custom": { + "max_duration": { + "$": [ + "ts", + 192, + 1748426336635 + ], + "$ts": 1747562336635 + }, + "priority_filters": "", + "time_from_filter": { + "$": [ + "ts", + 192, + 1755608469647 + ], + "$ts": 1755606669646 + }, + "time_to_filter": { + "$": [ + "ts", + 192, + 1755608469647 + ], + "$ts": 1755608469646 + } + }, + "events": { + "component": { + "onRowDoubleClick": { + "config": { + "script": "\t\n\tmyData \u003d self.props.selection.data\n\n\talarms.alarm_click.handleClick(myData)" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Table" + }, + "position": { + "basis": "1920px", + "grow": 1 + }, + "propConfig": { + "props.columns[1].filter.date.value": { + "binding": { + "config": { + "path": "this.custom.time_from_filter" + }, + "type": "property" + } + }, + "props.columns[2].filter.date.value": { + "binding": { + "config": { + "path": "this.custom.time_to_filter" + }, + "type": "property" + } + }, + "props.columns[2].filter.number.value": { + "binding": { + "config": { + "path": "this.custom.time_to_filter" + }, + "enabled": false, + "type": "property" + } + }, + "props.columns[5].filter.string.value": { + "binding": { + "config": { + "path": "this.custom.priority_filters" + }, + "type": "property" + } + }, + "props.data": { + "binding": { + "config": { + "polling": { + "enabled": true, + "rate": "3" + }, + "queryPath": "Alarms-autStand/GetAlarms" + }, + "transforms": [ + { + "code": "\n\tfrom system.dataset import toPyDataSet\n\n\tds \u003d toPyDataSet(value)\n\tdata \u003d []\n\n\tcolumn_names \u003d list(ds.columnNames)\n\n\tfor row in ds:\n\t\tpriority \u003d row[\"Priority\"]\n\n\t\t# Use style class names from Perspective\n\t\tif priority \u003d\u003d \"High\":\n\t\t\tclassName \u003d \"Alarms-Styles/High\"\n\t\telif priority \u003d\u003d \"Medium\":\n\t\t\tclassName \u003d \"Alarms-Styles/Medium\"\n\t\telif priority \u003d\u003d \"Low\":\n\t\t\tclassName \u003d \"Alarms-Styles/Low\"\n\t\telif priority \u003d\u003d \"Diagnostic\":\n\t\t\tclassName \u003d \"Alarms-Styles/Diagnostic\"\n\t\telse:\n\t\t\tclassName \u003d \"Alarms-Styles/NoAlarm\"\n\n\t\t# Apply the style class to all cells in the row\n\t\trow_dict \u003d {\n\t\t\tcol: {\n\t\t\t\t\"value\": row[col],\n\t\t\t\t\"style\": { \"classes\": className }\n\t\t\t} for col in column_names\n\t\t}\n\t\tdata.append(row_dict)\n\n\treturn data", + "type": "script" + } + ], + "type": "query" + } + } + }, + "props": { + "box-shadow": "0 4px 20px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)", + "columns": [ + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "none", + "editable": false, + "field": "ID", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": "" + }, + "enabled": false, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "", + "value": "" + }, + "visible": "on-hover" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "", + "paddingLeft": 12 + }, + "title": "" + }, + "justify": "center", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY HH:mm:ss", + "editable": false, + "field": "StartTimestamp", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "later than date time" + }, + "enabled": true, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "", + "value": "" + }, + "visible": "never" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "Start Timestamp" + }, + "justify": "center", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "none", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY HH:mm:ss", + "editable": false, + "field": "EndTimestamp", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "earlier than date time" + }, + "enabled": true, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "", + "value": "" + }, + "visible": "never" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "End Timestamp" + }, + "justify": "center", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "none", + "editable": false, + "field": "Duration", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": "" + }, + "enabled": false, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "", + "value": "" + }, + "visible": "on-hover" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "", + "paddingLeft": 12 + }, + "title": "" + }, + "justify": "center", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "none", + "editable": false, + "field": "Description", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": "" + }, + "enabled": false, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "", + "value": "" + }, + "visible": "on-hover" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "" + }, + "justify": "center", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Priority", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": "" + }, + "enabled": true, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "contains" + }, + "visible": "never" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "" + }, + "justify": "center", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Location", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": "" + }, + "enabled": true, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "equals", + "value": "" + }, + "visible": "never" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "" + }, + "justify": "center", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Tag", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": "" + }, + "enabled": true, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "contains", + "value": "" + }, + "visible": "never" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "center", + "style": { + "classes": "" + }, + "title": "" + }, + "justify": "center", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "FullTag", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": "" + }, + "enabled": false, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "", + "value": "" + }, + "visible": "on-hover" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "justify": "auto", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "", + "display": "none" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + }, + { + "align": "center", + "boolean": "checkbox", + "dateFormat": "MM/DD/YYYY", + "editable": false, + "field": "Device", + "filter": { + "boolean": { + "condition": "" + }, + "date": { + "condition": "", + "value": "" + }, + "enabled": false, + "number": { + "condition": "", + "value": "" + }, + "string": { + "condition": "", + "value": "" + }, + "visible": "on-hover" + }, + "footer": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "header": { + "align": "center", + "justify": "left", + "style": { + "classes": "" + }, + "title": "" + }, + "justify": "auto", + "nullFormat": { + "includeNullStrings": false, + "nullFormatValue": "", + "strict": false + }, + "number": "value", + "numberFormat": "0,0.##", + "progressBar": { + "bar": { + "color": "", + "style": { + "classes": "" + } + }, + "max": 100, + "min": 0, + "track": { + "color": "", + "style": { + "classes": "" + } + }, + "value": { + "enabled": true, + "format": "0,0.##", + "justify": "center", + "style": { + "classes": "" + } + } + }, + "render": "auto", + "resizable": true, + "sort": "none", + "sortable": true, + "strictWidth": false, + "style": { + "classes": "", + "display": "none" + }, + "toggleSwitch": { + "color": { + "selected": "", + "unselected": "" + } + }, + "viewParams": {}, + "viewPath": "", + "visible": true, + "width": "" + } + ], + "emptyMessage": { + "noData": { + "text": "No Alarms" + }, + "noFilterResults": { + "text": "No Alarms" + } + }, + "enabled": true, + "filter": { + "enabled": true, + "results": { + "enabled": true + } + }, + "pager": { + "bottom": false + }, + "style": { + "margin": 20 + } + }, + "scripts": { + "customMethods": [], + "extensionFunctions": null, + "messageHandlers": [ + { + "messageType": "update-first-request", + "pageScope": true, + "script": "\tdata \u003d payload[\"data\"]\n\tinitial_data \u003d payload[\"initial_data\"]\n\tself.props.data \u003d data\n\tself.custom.initial_data \u003d initial_data", + "sessionScope": false, + "viewScope": false + }, + { + "messageType": "update-historical-data", + "pageScope": true, + "script": "\thistorical_data \u003d payload[\"data\"]\n\tself.props.data \u003d historical_data", + "sessionScope": false, + "viewScope": false + }, + { + "messageType": "load_initial_data", + "pageScope": true, + "script": "\trequest \u003d payload[\"data\"]\n\tsystem.perspective.print(\"initial message received\")\n\tif request \u003d\u003d True:\n\t\tself.props.data \u003d self.custom.initial_data", + "sessionScope": false, + "viewScope": false + }, + { + "messageType": "reset-historical-filters", + "pageScope": true, + "script": "\treset \u003d payload[\"data\"]\n\tif reset \u003d\u003d \"reset\":\n\t\tself.props.data \u003d []\n\t\tself.custom.device_filters \u003d None\n\t\tself.custom.priority_filters \u003d None\n\t\tself.custom.source_id_filters \u003d None\n\t\tself.custom.time_from_filter \u003d None\n\t\tself.custom.time_to_filter \u003d None\n\t\tself.custom.type_filters \u003d None\n\t\tself.custom.duration_filter \u003d None\n\t\tself.props.enabled \u003dTrue", + "sessionScope": false, + "viewScope": false + }, + { + "messageType": "set-source-filters", + "pageScope": true, + "script": "\tfilters \u003d payload[\"data\"]\n\tself.custom.source_id_filters \u003d filters", + "sessionScope": false, + "viewScope": false + }, + { + "messageType": "set-device-filters", + "pageScope": true, + "script": "\tfilters \u003d payload[\"data\"]\n\tself.custom.device_filters \u003d filters", + "sessionScope": false, + "viewScope": false + }, + { + "messageType": "set-priority-filters", + "pageScope": true, + "script": "\tfilters \u003d payload[\"data\"]\n\tself.custom.priority_filters \u003d filters", + "sessionScope": false, + "viewScope": false + }, + { + "messageType": "set-from-filters", + "pageScope": true, + "script": "\ttime \u003d payload[\"data\"]\n\tself.custom.time_from_filter \u003d time", + "sessionScope": false, + "viewScope": false + }, + { + "messageType": "set-to-filters", + "pageScope": true, + "script": "\ttime \u003d payload[\"data\"]\n\tself.custom.time_to_filter \u003d time", + "sessionScope": false, + "viewScope": false + }, + { + "messageType": "set-type-filters", + "pageScope": true, + "script": "\tfilters \u003d payload[\"data\"]\n\tself.custom.type_filters \u003d filters", + "sessionScope": false, + "viewScope": false + }, + { + "messageType": "set-duration-filters", + "pageScope": true, + "script": "\tduration \u003d payload[\"data\"]\n\tself.custom.duration_filter \u003d duration", + "sessionScope": false, + "viewScope": false + } + ] + }, + "type": "ia.display.table" + } + ], + "meta": { + "name": "Table" + }, + "position": { + "basis": "980px", + "grow": 1 + }, + "scripts": { + "customMethods": [], + "extensionFunctions": null, + "messageHandlers": [ + { + "messageType": "update-historical-data", + "pageScope": true, + "script": "#\tdata \u003d payload[\"data\"]\n#\tself.getChild(\"Table\").props.data \u003d data", + "sessionScope": false, + "viewScope": false + } + ] + }, + "type": "ia.container.flex" + }, + { + "children": [ + { + "custom": { + "download_in_progress": true, + "enable_timeout": false, + "priority_filters": "", + "time_from_filter": { + "$": [ + "ts", + 192, + 1755608469647 + ], + "$ts": 1755606669646 + }, + "time_to_filter": { + "$": [ + "ts", + 192, + 1755608469647 + ], + "$ts": 1755608469646 + }, + "type_filters": null + }, + "events": { + "component": { + "onActionPerformed": { + "config": { + "script": "\n from datetime import datetime\n def format_date(value):\n\t\tif isinstance(value, (int, long)) and value \u003e 10000000:\n\t\t\ttimestamp \u003d system.date.fromMillis(value)\n\t\t\treturn system.date.format(timestamp, \"yyyy-MM-dd HH:mm:ss\")\n\t\t\t\n\t\t# If value is not a valid timestamp, return as-is\n\t\treturn str(value)\n \n try:\n\n # Get filtered data\n table \u003d self.parent.parent.getChild(\"Table\").getChild(\"Table\")\n filtered_data \u003d table.props.filter.results.data\n\n if not filtered_data or len(filtered_data) \u003d\u003d 0:\n system.perspective.print(\"No filtered data to export.\")\n return\n\n # Get correct column order from the table\u0027s column config\n column_order \u003d [col[\"field\"] for col in table.props.columns if \"field\" in col]\n\n csv_content \u003d \",\".join(column_order) + \"\\n\"\n\n # Build rows\n for row_dict in filtered_data:\n row \u003d []\n for col in column_order:\n raw_val \u003d row_dict.get(col, \"\")\n value \u003d format_date(raw_val)\n value \u003d value.replace(\",\", \";\") # CSV safety\n row.append(value)\n csv_content +\u003d \",\".join(row) + \"\\n\"\n\n # Export CSV\n csv_bytes \u003d csv_content.encode(\"utf-8\")\n system.perspective.download(\"filtered_alarms_history.csv\", csv_bytes)\n\n system.perspective.print(\"CSV export completed successfully. Exported %d records.\" % len(filtered_data))\n\n except Exception as e:\n system.perspective.print(\"Export failed: \" + str(e))" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Export", + "tooltip": { + "enabled": true, + "text": "Exports the data displayed in the table." + } + }, + "position": { + "basis": "120px", + "shrink": 0 + }, + "propConfig": { + "custom.disable": { + "binding": { + "config": { + "expression": "if(isNull({this.custom.start_time}), False, secondsBetween({this.custom.start_time}, {this.custom.time_now}))" + }, + "transforms": [ + { + "code": "\tif value \u003e 60:\n\t\tself.custom.enable_timeout \u003d False\n\t\treturn False\n\telse:\n\t\treturn True", + "type": "script" + } + ], + "type": "expr" + } + }, + "custom.download_complete": { + "binding": { + "config": { + "path": "session.custom.downloads" + }, + "transforms": [ + { + "code": "\tif value \u003d\u003d True:\n\t\tself.custom.download_in_progress \u003d False", + "type": "script" + } + ], + "type": "property" + } + }, + "custom.priority_filters": { + "persistent": true + }, + "custom.start_time": { + "binding": { + "config": { + "expression": "{this.custom.enable_timeout}" + }, + "transforms": [ + { + "code": "\tif value \u003d\u003d True:\n\t\treturn self.custom.time_now", + "type": "script" + } + ], + "type": "expr" + } + }, + "custom.time_from_filter": { + "persistent": true + }, + "custom.time_now": { + "binding": { + "config": { + "expression": "now()" + }, + "type": "expr" + } + }, + "custom.time_to_filter": { + "persistent": true + }, + "props.enabled": { + "binding": { + "config": { + "expression": "!{this.custom.enable_timeout} || !{this.custom.download_in_progress} " + }, + "type": "expr" + } + }, + "props.text": { + "binding": { + "config": { + "expression": "if(!{this.custom.enable_timeout}, \"Export\",\r\nif({this.custom.download_in_progress}, \"Exporting...\",\r\n\"Export\"))" + }, + "type": "expr" + } + } + }, + "props": { + "image": { + "icon": { + "path": "material/import_export" + } + }, + "primary": false, + "style": { + "margin": 15, + "marginLeft": 20 + } + }, + "scripts": { + "customMethods": [], + "extensionFunctions": null, + "messageHandlers": [ + { + "messageType": "set-source-filters", + "pageScope": true, + "script": "\tfilters \u003d payload[\"data\"]\n\tself.custom.source_id_filters \u003d filters", + "sessionScope": false, + "viewScope": false + }, + { + "messageType": "set-device-filters", + "pageScope": true, + "script": "\tfilters \u003d payload[\"data\"]\n\tself.custom.device_filters \u003d filters", + "sessionScope": false, + "viewScope": false + }, + { + "messageType": "set-message-filters", + "pageScope": true, + "script": "\tfilters \u003d payload[\"data\"]\n\tself.custom.message_filters \u003d filters", + "sessionScope": false, + "viewScope": false + }, + { + "messageType": "set-priority-filters", + "pageScope": true, + "script": "\tfilters \u003d payload[\"data\"]\n\tself.custom.priority_filters \u003d filters", + "sessionScope": false, + "viewScope": false + }, + { + "messageType": "set-from-filters", + "pageScope": true, + "script": "\ttime \u003d payload[\"data\"]\n\tself.custom.time_from_filter \u003d time", + "sessionScope": false, + "viewScope": false + }, + { + "messageType": "set-to-filters", + "pageScope": true, + "script": "\ttime \u003d payload[\"data\"]\n\tself.custom.time_to_filter \u003d time", + "sessionScope": false, + "viewScope": false + }, + { + "messageType": "reset-historical-filters", + "pageScope": true, + "script": "\taction \u003d payload[\"data\"]\n\tif action \u003d\u003d \"reset\":\n\t\tself.custom.device_filters \u003d None\n\t\tself.custom.priority_filters \u003d None\n\t\tself.custom.source_id_filters \u003d None\n\t\tself.custom.time_from_filter \u003d None\n\t\tself.custom.time_to_filter \u003d None\n\t\tself.custom.type_filters \u003d None\n\t\tself.custom.duration_filter \u003d None\n\t\tself.props.enabled \u003dTrue\n\t\t", + "sessionScope": false, + "viewScope": false + }, + { + "messageType": "set-type-filters", + "pageScope": true, + "script": "\tfilters \u003d payload[\"data\"]\n\tself.custom.type_filters \u003d filters", + "sessionScope": false, + "viewScope": false + }, + { + "messageType": "set-duration-filters", + "pageScope": true, + "script": "\tduration \u003d payload[\"data\"]\n\tself.custom.duration_filter \u003d duration", + "sessionScope": false, + "viewScope": false + } + ] + }, + "type": "ia.input.button" + }, + { + "meta": { + "name": "Label" + }, + "position": { + "basis": "580px", + "grow": 1 + }, + "type": "ia.display.label" + } + ], + "meta": { + "name": "Paginate" + }, + "position": { + "basis": "70px", + "shrink": 0 + }, + "props": { + "justify": "space-evenly" + }, + "type": "ia.container.flex" + } + ], + "meta": { + "name": "root" + }, + "props": { + "direction": "column", + "style": { + "classes": "Background-Styles/Grey-Background" + } + }, + "type": "ia.container.flex" + } + ], + "meta": { + "name": "Historical_tab" + }, + "position": { + "tabIndex": 2 + }, + "props": { + "direction": "column", + "justify": "space-evenly" + }, + "type": "ia.container.flex" + } + ], + "custom": { + "shelvedAlarms": [] + }, + "meta": { + "name": "TabContainer" + }, + "position": { + "basis": "300px", + "grow": 1 + }, + "propConfig": { + "props.currentTabIndex": { + "onChange": { + "enabled": null, + "script": "\n\tif self.props.currentTabIndex !\u003d 0:\n\t\tpayload \u003d {}\n\t\tfilter_on \u003d \"false\"\n\t\tpayload[\"reset\"] \u003d filter_on\n\t\tsystem.perspective.sendMessage(\"reset-filters\", payload \u003dpayload, scope \u003d \"page\")\n\t\t\n\tif currentValue.value \u003d\u003d 1:\n\t shelved_info \u003d system.alarm.getShelvedPaths()\n\t alarms \u003d system.alarm.queryStatus(includeShelved\u003dTrue)\n\t \n\t tableData \u003d []\n\t \n\t for alarm in alarms:\n\t if alarm.isShelved() and not alarm.isAcked() and not alarm.isCleared():\n\t # Get alarm path as string\n\t alarm_path \u003d str(alarm.getSource())\n\t \n\t # Get active time\n\t activeData \u003d alarm.getActiveData()\n\t startTime \u003d activeData.getTimestamp() if activeData else None\n\t \n\t # Find shelved info for this alarm\n\t shelveEntry \u003d \"\"\n\t \n\t for shelved_item in shelved_info:\n\t shelved_str \u003d str(shelved_item)\n\t \n\t if alarm_path in shelved_str:\n\t # Extract the value part (after the first comma)\n\t if \",\" in shelved_str:\n\t start_idx \u003d shelved_str.find(\",\")\n\t shelveEntry \u003d shelved_str[start_idx + 1:].rstrip(\"}\")\n\t break\n\t \n\t # Parse shelved information\n\t expiration \u003d \"\"\n\t \n\t if shelveEntry:\n\t \n\t # Extract expiration (between \"expiration:\" and \",\")\n\t if \"expiration:\" in shelveEntry:\n\t exp_part \u003d shelveEntry.split(\"expiration:\")[1]\n\t if \",\" in exp_part:\n\t expiration \u003d exp_part.split(\",\")[0].strip()\n\t else:\n\t expiration \u003d exp_part.strip()\n\t \n\t tableData.append({\n\t \"name\": alarm.getName(),\n\t \"path\": alarm_path,\n\t \"activeTime\": system.date.format(system.date.fromMillis(startTime), \"yyyy-MM-dd HH:mm:ss\"),\n\t \"expirationTime\": expiration,\n\t \"priority\": str(alarm.getPriority())\n\t })\n\t \n\t self.custom.shelvedAlarms \u003d tableData\n\t \n\t\t\n\ttry:\n\t\tpageid \u003d self.view.custom.activityLogger.alt_pageid + \u0027/\u0027+ self.props.tabs[previousValue.value]\n\t\tpageid \u003d pageid.replace(\u0027 \u0027,\u0027\u0027)\n\t\tpayload \u003d activityLog.productMetrics.createActivityPayload(self.view, \u0027page\u0027, pageid, pageid)\n\t\tself.view.custom.activityLogger.start_time \u003d system.date.now()\n\t\tif payload:\n\t\t\tsystem.perspective.sendMessage(\u0027activityLogger-TabChanged\u0027, payload \u003d payload, scope \u003d \u0027page\u0027)\n\texcept:\n\t\tpass" + } + } + }, + "props": { + "contentStyle": { + "classes": "Background-Styles/Grey-Background" + }, + "menuType": "modern", + "style": { + "classes": "Background-Styles/Grey-Background" + }, + "tabSize": { + "width": 140 + }, + "tabStyle": { + "active": { + "backgroundColor": "#EEEEEE", + "borderLeftColor": "#7FFF00", + "borderLeftStyle": "solid", + "borderLeftWidth": 5, + "borderTopLeftRadius": 5, + "borderTopRightRadius": 5, + "color": "#000000", + "fontFamily": "Arial", + "fontWeight": "bold", + "outlineStyle": "none", + "textDecoration": "underline" + }, + "inactive": { + "backgroundColor": "#D7D7D7", + "borderLeftColor": "#FFFFFF", + "borderTopLeftRadius": 5, + "borderTopRightRadius": 5, + "color": "#969696", + "fontFamily": "Arial" + } + }, + "tabs": [ + "Active Alarms", + "Alarm Hit List", + "Historical" + ] + }, + "type": "ia.container.tab" + } + ], + "meta": { + "name": "root" + }, + "props": { + "style": { + "classes": "Background-Styles/Main-Background" + } + }, + "scripts": { + "customMethods": [], + "extensionFunctions": null, + "messageHandlers": [ + { + "messageType": "activityLogger-TabChanged", + "pageScope": true, + "script": "\t# implement your handler here\n\tif payload:\n\t\tactivityLog.productMetrics.callActivityLoggerAPI(payload)", + "sessionScope": false, + "viewScope": false + } + ] + }, + "type": "ia.container.flex" + } +} \ No newline at end of file diff --git a/.resources/ee5d0c01379cd4762efc1e00f74d7cce619003f8117ae36a4958a57e0f022180 b/.resources/ee5d0c01379cd4762efc1e00f74d7cce619003f8117ae36a4958a57e0f022180 new file mode 100644 index 00000000..aaa7daf4 --- /dev/null +++ b/.resources/ee5d0c01379cd4762efc1e00f74d7cce619003f8117ae36a4958a57e0f022180 @@ -0,0 +1,33 @@ +Select + roundtime, + Induct_count,Sorted_count,OperRecirc_count,MachineRecirc_count,AWCSRecirc_count, + + Induct_count/Induct_count as Induct_perc, + Sorted_count/Induct_count as Sorted_perc, + OperRecirc_count/Induct_count as OperRecirc_perc, + MachineRecirc_count/Induct_count as MachineRecirc_perc, + AWCSRecirc_count/Induct_count as AWCSRecirc_perc, + + Induct_count*3600/TIMESTAMPDIFF(second, :starttime, :endtime) as Induct_rate, + Sorted_count*3600/TIMESTAMPDIFF(second, :starttime, :endtime) as Sorted_rate, + OperRecirc_count*3600/TIMESTAMPDIFF(second, :starttime, :endtime) as OperRecirc_rate, + MachineRecirc_count*3600/TIMESTAMPDIFF(second, :starttime, :endtime) as MachineRecirc_rate, + AWCSRecirc_count*3600/TIMESTAMPDIFF(second, :starttime, :endtime) as AWCSRecirc_rate +FROM + (SELECT + + COUNT(*) AS Induct_count, + SUM(alltable.ACTUAL_DEST <> 'S03999') AS Sorted_count, + SUM(alltable.ACTUAL_DEST = 'S03999' AND (alltable.DivertStatus = 2 OR alltable.DivertStatus = 5 OR alltable.DivertStatus = 18 OR alltable.DivertStatus = 19 or alltable.DivertStatus = 20)) AS OperRecirc_count, + SUM(alltable.ACTUAL_DEST = 'S03999' AND (alltable.DivertStatus = 1 OR alltable.DivertStatus = 3 OR alltable.DivertStatus = 4 OR alltable.DivertStatus = 6 OR alltable.DivertStatus = 13 OR alltable.DivertStatus = 14 OR alltable.DivertStatus = 17 OR alltable.DivertStatus = 21)) AS MachineRecirc_count, + SUM(alltable.ACTUAL_DEST = 'S03999' AND (alltable.DivertStatus = 7 OR alltable.DivertStatus = 8 OR alltable.DivertStatus = 9 OR alltable.DivertStatus = 10 OR alltable.DivertStatus = 12 OR alltable.DivertStatus = 16)) AS AWCSRecirc_count, + + FROM_UNIXTIME(CEIL(UNIX_TIMESTAMP(alltable.t_stamp) / 60) * 60) roundtime + +FROM alltable + Where (alltable.t_stamp BETWEEN :starttime AND :endtime) AND ('S03' = :Sorter) + Group BY FROM_UNIXTIME(CEIL(UNIX_TIMESTAMP(alltable.t_stamp) / 60) * 60) + Order By alltable.t_stamp ASC + ) okey + + diff --git a/.resources/f7a52baac05bc715730780d78c3d68bbd6f51c8fd5ad98d97cfc39220b4de87c b/.resources/f7a52baac05bc715730780d78c3d68bbd6f51c8fd5ad98d97cfc39220b4de87c new file mode 100644 index 00000000..9df0030b --- /dev/null +++ b/.resources/f7a52baac05bc715730780d78c3d68bbd6f51c8fd5ad98d97cfc39220b4de87c @@ -0,0 +1,481 @@ +{ + "custom": {}, + "params": { + "tagProps": [ + "TAG0", + "TAG1", + "TAG2", + "TAG3", + "TAG4", + "TAG5", + "TAG6", + "TAG7", + "TAG8", + "TAG9", + "TAG10", + "TAG11" + ] + }, + "props": { + "defaultSize": { + "height": 1080, + "width": 1920 + } + }, + "root": { + "children": [ + { + "meta": { + "name": "DPM" + }, + "position": { + "height": 1, + "width": 1 + }, + "props": { + "params": { + "con_lines": [ + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false + ], + "in": false, + "out": false, + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/DPM_TO_HUB" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_1_SIO" + }, + "position": { + "height": 0.1667, + "width": 0.0349, + "x": 0.0256, + "y": 0.0056 + }, + "props": { + "params": { + "IP": "11.200.1.32", + "tagProps": [ + "UL14_1_SIO", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/FIO_SIO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_2_SIO" + }, + "position": { + "height": 0.1667, + "width": 0.0349, + "x": 0.0715, + "y": 0.0056 + }, + "props": { + "params": { + "IP": "11.200.1.33", + "tagProps": [ + "/system/someting_SIO", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/FIO_SIO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_3_SIO" + }, + "position": { + "height": 0.1667, + "width": 0.0349, + "x": 0.1148, + "y": 0.0056 + }, + "props": { + "params": { + "IP": "11.200.1.34", + "tagProps": [ + "/system/someting_SIO", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/FIO_SIO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_4_SIO" + }, + "position": { + "height": 0.1667, + "width": 0.0349, + "x": 0.155, + "y": 0.0074 + }, + "props": { + "params": { + "IP": "11.200.1.35", + "tagProps": [ + "/system/someting_SIO", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/FIO_SIO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_5_SIO" + }, + "position": { + "height": 0.1667, + "width": 0.0349, + "x": 0.1957, + "y": 0.0047 + }, + "props": { + "params": { + "IP": "11.200.1.36", + "tagProps": [ + "/system/someting_SIO", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/FIO_SIO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_1_SIO" + }, + "position": { + "height": 0.1667, + "width": 0.0349, + "x": 0.2368, + "y": 0.0074 + }, + "props": { + "params": { + "IP": "11.200.1.37", + "tagProps": [ + "/system/someting_SIO", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/FIO_SIO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_2_SIO" + }, + "position": { + "height": 0.1667, + "width": 0.0349, + "x": 0.2766, + "y": 0.0064 + }, + "props": { + "params": { + "IP": "11.200.1.38", + "tagProps": [ + "/system/someting_SIO", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/FIO_SIO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_3_SIO" + }, + "position": { + "height": 0.1667, + "rotate": { + "anchor": "-607% 50%" + }, + "width": 0.0349, + "x": 0.3167, + "y": 0.0064 + }, + "props": { + "params": { + "IP": "11.200.1.39", + "tagProps": [ + "/system/someting_SIO", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/FIO_SIO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_5_SIO" + }, + "position": { + "height": 0.1667, + "width": 0.0349, + "x": 0.3979, + "y": 0.0064 + }, + "props": { + "params": { + "IP": "11.200.1.41", + "tagProps": [ + "/system/someting_SIO", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/FIO_SIO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_1_SIO" + }, + "position": { + "height": 0.1667, + "width": 0.0349, + "x": 0.4386, + "y": 0.0056 + }, + "props": { + "params": { + "IP": "11.200.1.30", + "tagProps": [ + "/system/someting_SIO", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/FIO_SIO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_2_SIO" + }, + "position": { + "height": 0.1667, + "rotate": { + "anchor": "465% -311%" + }, + "width": 0.0349, + "x": 0.4782, + "y": 0.0064 + }, + "props": { + "params": { + "IP": "11.200.1.31", + "tagProps": [ + "/system/someting_SIO", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/FIO_SIO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "DPM_label" + }, + "position": { + "height": 0.0694, + "width": 0.101, + "x": 0.7498, + "y": 0.6527 + }, + "props": { + "text": "PS3_1_DPM1", + "textStyle": { + "fontSize": "2vmin" + } + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "UL15_4_SIO" + }, + "position": { + "height": 0.1667, + "width": 0.0349, + "x": 0.3578, + "y": 0.0064 + }, + "props": { + "params": { + "IP": "11.200.1.40", + "tagProps": [ + "/system/someting_SIO", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/FIO_SIO" + }, + "type": "ia.display.view" + } + ], + "meta": { + "name": "root" + }, + "position": { + "x": 0.6348, + "y": -0.1546 + }, + "props": { + "mode": "percent" + }, + "type": "ia.container.coord" + } +} \ No newline at end of file diff --git a/.resources/f889e0ac540a46ac7b69355a4b0e72dda72ebf3b5cf2b2a5d149a56b339c29cf b/.resources/f889e0ac540a46ac7b69355a4b0e72dda72ebf3b5cf2b2a5d149a56b339c29cf new file mode 100644 index 00000000..227780bf --- /dev/null +++ b/.resources/f889e0ac540a46ac7b69355a4b0e72dda72ebf3b5cf2b2a5d149a56b339c29cf @@ -0,0 +1,64 @@ +{ + "custom": {}, + "params": {}, + "props": { + "defaultSize": { + "height": 271, + "width": 316 + } + }, + "root": { + "children": [ + { + "meta": { + "name": "right90" + }, + "position": { + "height": 0.9446, + "width": 0.9494 + }, + "props": { + "elements": [ + { + "id": "defs1", + "name": "defs1", + "type": "defs" + }, + { + "elements": [ + { + "d": "m 0.48408946,0.63336539 c 5.03604004,0.02588 7.95928004,-0.266973 12.23377954,1.98944001 1.65503,0.9666 2.74197,2.07523 3.73794,3.20659 1.85537,2.84128 3.14745,5.8598596 3.05039,10.7798096 l -8.06562,0.031 c -0.0803,-1.92185 0.0446,-3.79913 -1.5474595,-5.77497 -2.38574,-2.6865496 -6.13811,-2.3322296 -9.40355004,-2.4430596 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27086", + "name": "path27086", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.25" + }, + "type": "path" + } + ], + "id": "layer1", + "name": "layer1", + "type": "group" + } + ], + "viewBox": "0 0 20 17" + }, + "type": "ia.shapes.svg" + } + ], + "meta": { + "name": "root" + }, + "props": { + "mode": "percent" + }, + "type": "ia.container.coord" + } +} \ No newline at end of file diff --git a/.resources/fa348256516057543dd018ade4c308bb04a6722f8d6f8628292b8686eab7612b b/.resources/fa348256516057543dd018ade4c308bb04a6722f8d6f8628292b8686eab7612b new file mode 100644 index 00000000..11feed2f --- /dev/null +++ b/.resources/fa348256516057543dd018ade4c308bb04a6722f8d6f8628292b8686eab7612b @@ -0,0 +1,448 @@ +{ + "custom": {}, + "params": { + "tagProps": [ + "TAG0", + "TAG1", + "TAG2", + "TAG3", + "TAG4", + "TAG5", + "TAG6", + "TAG7", + "TAG8", + "TAG9", + "TAG10", + "TAG11" + ] + }, + "props": { + "defaultSize": { + "height": 1080, + "width": 1920 + } + }, + "root": { + "children": [ + { + "meta": { + "name": "DPM" + }, + "position": { + "height": 1, + "width": 1 + }, + "props": { + "params": { + "con_lines": [ + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false + ], + "in": false, + "out": false, + "tagProps": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/DPM_TO_HUB" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_1_SIO" + }, + "position": { + "height": 0.1667, + "width": 0.0349, + "x": 0.0256, + "y": 0.0056 + }, + "props": { + "params": { + "IP": "11.200.1.32", + "tagProps": [ + "UL14_1_SIO", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/FIO_SIO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_2_SIO" + }, + "position": { + "height": 0.1667, + "width": 0.0349, + "x": 0.0715, + "y": 0.0056 + }, + "props": { + "params": { + "IP": "11.200.1.33", + "tagProps": [ + "/system/someting_SIO", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/FIO_SIO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_3_SIO" + }, + "position": { + "height": 0.1667, + "width": 0.0349, + "x": 0.1148, + "y": 0.0056 + }, + "props": { + "params": { + "IP": "11.200.1.34", + "tagProps": [ + "/system/someting_SIO", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/FIO_SIO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_4_SIO" + }, + "position": { + "height": 0.1667, + "width": 0.0349, + "x": 0.155, + "y": 0.0074 + }, + "props": { + "params": { + "IP": "11.200.1.35", + "tagProps": [ + "/system/someting_SIO", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/FIO_SIO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_5_SIO" + }, + "position": { + "height": 0.1667, + "width": 0.0349, + "x": 0.1957, + "y": 0.0047 + }, + "props": { + "params": { + "IP": "11.200.1.36", + "tagProps": [ + "/system/someting_SIO", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/FIO_SIO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_1_SIO" + }, + "position": { + "height": 0.1667, + "width": 0.0349, + "x": 0.2368, + "y": 0.0074 + }, + "props": { + "params": { + "IP": "11.200.1.37", + "tagProps": [ + "/system/someting_SIO", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/FIO_SIO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_2_SIO" + }, + "position": { + "height": 0.1667, + "width": 0.0349, + "x": 0.2766, + "y": 0.0064 + }, + "props": { + "params": { + "IP": "11.200.1.38", + "tagProps": [ + "/system/someting_SIO", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/FIO_SIO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_3_SIO" + }, + "position": { + "height": 0.1667, + "rotate": { + "anchor": "-607% 50%" + }, + "width": 0.0349, + "x": 0.3167, + "y": 0.0064 + }, + "props": { + "params": { + "IP": "11.200.1.39", + "tagProps": [ + "/system/someting_SIO", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/FIO_SIO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_5_SIO" + }, + "position": { + "height": 0.1667, + "width": 0.0349, + "x": 0.3979, + "y": 0.0064 + }, + "props": { + "params": { + "IP": "11.200.1.41", + "tagProps": [ + "/system/someting_SIO", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/FIO_SIO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_1_SIO" + }, + "position": { + "height": 0.1667, + "width": 0.0349, + "x": 0.4386, + "y": 0.0056 + }, + "props": { + "params": { + "IP": "11.200.1.30", + "tagProps": [ + "/system/someting_SIO", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/FIO_SIO" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "DPM_label" + }, + "position": { + "height": 0.0694, + "width": 0.101, + "x": 0.7498, + "y": 0.6527 + }, + "props": { + "text": "NCS1_1_DPM2", + "textStyle": { + "fontSize": "2vmin" + } + }, + "type": "ia.display.label" + }, + { + "meta": { + "name": "UL15_4_SIO" + }, + "position": { + "height": 0.1667, + "width": 0.0349, + "x": 0.3578, + "y": 0.0064 + }, + "props": { + "params": { + "IP": "11.200.1.40", + "tagProps": [ + "/system/someting_SIO", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "path": "autStand/Custom_Views/Enternet-Windows/Components/FIO_SIO" + }, + "type": "ia.display.view" + } + ], + "meta": { + "name": "root" + }, + "position": { + "x": 0.6348, + "y": -0.1546 + }, + "props": { + "mode": "percent" + }, + "type": "ia.container.coord" + } +} \ No newline at end of file diff --git a/.resources/fa89c8c44a09ae4119e2406c7d1b4ab0f11727f50dec4e7b6f0ac3b103f8c193 b/.resources/fa89c8c44a09ae4119e2406c7d1b4ab0f11727f50dec4e7b6f0ac3b103f8c193 new file mode 100644 index 00000000..721f6ab9 --- /dev/null +++ b/.resources/fa89c8c44a09ae4119e2406c7d1b4ab0f11727f50dec4e7b6f0ac3b103f8c193 @@ -0,0 +1,54 @@ +Select + roundtime, + Total_count,DivertFail_count,Diverted_count, DestFull_count,DestJam_count,DestDis_count, + DestFault_count,Lost_count,Unsafe_count,Dim_count,GapErr_count,Unknown_count, + + Total_count/Total_count as total_perc, + DivertFail_count/Total_count as DivertFail_perc, + Diverted_count/Total_count as Diverted_perc, + DestFull_count/Total_count as destfull_perc, + DestJam_count/Total_count as destjam_perc, + DestDis_count/Total_count as destdisabled_perc, + DestFault_count/Total_count as destfault_perc, + Lost_count/Total_count as lost_perc, + Unsafe_count/Total_count as unsafe_perc, + Dim_count/Total_count as dim_perc, + GapErr_count/Total_count as gaperr_perc, + Unknown_count/Total_count as unknown_perc, + + Total_count*3600/TIMESTAMPDIFF(second, :starttime, :endtime) as total_rate, + DivertFail_count*3600/TIMESTAMPDIFF(second, :starttime, :endtime) as DivertFail_rate, + Diverted_count*3600/TIMESTAMPDIFF(second, :starttime, :endtime) as Diverted_rate, + DestFull_count*3600/TIMESTAMPDIFF(second, :starttime, :endtime) as destfull_rate, + DestJam_count*3600/TIMESTAMPDIFF(second, :starttime, :endtime) as destjam_rate, + DestDis_count*3600/TIMESTAMPDIFF(second, :starttime, :endtime) as destdisabled_rate, + DestFault_count*3600/TIMESTAMPDIFF(second, :starttime, :endtime) as destfault_rate, + Lost_count*3600/TIMESTAMPDIFF(second, :starttime, :endtime) as lost_rate, + Unsafe_count*3600/TIMESTAMPDIFF(second, :starttime, :endtime) as unsafe_rate, + Dim_count*3600/TIMESTAMPDIFF(second, :starttime, :endtime) as dim_rate, + GapErr_count*3600/TIMESTAMPDIFF(second, :starttime, :endtime) as gaperr_rate, + Unknown_count*3600/TIMESTAMPDIFF(second, :starttime, :endtime) as unknown_rate + +From + (Select + COUNT(*) AS Total_count, + SUM(alltable.ACTUAL_DEST <> 'S0199') AS Diverted_count, + SUM(alltable.DivertStatus = 14) AS DivertFail_count, + SUM(alltable.DivertStatus = 5) AS DestFull_count, + SUM(alltable.DivertStatus = 6) AS DestJam_count, + SUM(alltable.DivertStatus = 12) AS DestDis_count, + MIN(alltable.t_stamp) AS Startstamp, + Max(alltable.t_stamp) AS Endtstamp, + SUM(alltable.DivertStatus = 6) as DestFault_count, + SUM(alltable.DivertStatus = 17) as Lost_count, + SUM(alltable.DivertStatus = 21) as Unsafe_count, + SUM(alltable.DivertStatus = 18) as Dim_count, + SUM(alltable.DivertStatus = 4) as GapErr_count, + SUM(alltable.DivertStatus = 1) as Unknown_count, + FROM_UNIXTIME(CEIL(UNIX_TIMESTAMP(alltable.t_stamp) / 60) * 60) roundtime + + FROM alltable + Where (alltable.t_stamp BETWEEN :starttime AND :endtime) and (alltable.DEST_REQ = :Lane) + Group BY FROM_UNIXTIME(CEIL(UNIX_TIMESTAMP(alltable.t_stamp) / 60) * 60) + Order By alltable.t_stamp ASC + ) okey \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/page-config/resource.json b/BNA8/com.inductiveautomation.perspective/page-config/resource.json index 05a080de..50dcea9d 100644 --- a/BNA8/com.inductiveautomation.perspective/page-config/resource.json +++ b/BNA8/com.inductiveautomation.perspective/page-config/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-19T14:27:40Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, - "lastModificationSignature": "6a2a06901474f611b401f8623d33b74968b83e49db840672803aab7e3e65e59a" + "lastModificationSignature": "31605c3623a8ee17a7aaf7e3bdfd47eeaf0d9ef7612de0168eb8fa0dc59caaba" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/session-props/resource.json b/BNA8/com.inductiveautomation.perspective/session-props/resource.json index 3f41a8e4..bf9e8e51 100644 --- a/BNA8/com.inductiveautomation.perspective/session-props/resource.json +++ b/BNA8/com.inductiveautomation.perspective/session-props/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-27T07:29:46Z" + "actor": "Admin", + "timestamp": "2025-08-28T09:48:54Z" }, - "lastModificationSignature": "d85c279eb4b617154f48320c14703e93092f0a4310333e3cd250e506e802549f" + "lastModificationSignature": "300e046809a69a97be65e40a3e23b79cc22e485b49c54285670d5fc51b1aa1d9" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Alarms/RealTime/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Alarms/RealTime/resource.json index 13f34f34..b562acac 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Alarms/RealTime/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Alarms/RealTime/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-19T13:31:35Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, - "lastModificationSignature": "cfbb33feed431046e76079856401fe1956f78368644fe5e61e8403bf576e04cf" + "lastModificationSignature": "fd459e3e68f949abbede231d801cfbd4a03b40693eef53cf172c8b59efc26ff4" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/Components/APF/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/Components/APF/resource.json index 45d2a720..3f6f46c4 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/Components/APF/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/Components/APF/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-21T15:16:34Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, - "lastModificationSignature": "6053048b94333ac1c0040cb62988b8bac3a1befa6374b8bc93cb5b5f9252e26a" + "lastModificationSignature": "4d5af6974668f837ead991a10cad15d775403ee33d0500d6c3daace1b5a30c32" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/Components/CommLines/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/Components/CommLines/resource.json index 727bf5a7..2be3f793 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/Components/CommLines/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/Components/CommLines/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-21T15:16:34Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, - "lastModificationSignature": "6c7b3abf09fb0378ffdb45168e2edf7b16616e0c82090416120b4996db78cb30" + "lastModificationSignature": "9b3de43d2b8a0406993e1519d2fc4273500d7f4a90c4e0c90eda63f8e0be50e0" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/Components/DPM_BLOCK/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/Components/DPM_BLOCK/resource.json index e0b3d40a..7affc921 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/Components/DPM_BLOCK/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/Components/DPM_BLOCK/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-22T13:59:13Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, - "lastModificationSignature": "1e90ce26a7073bbd4fcd8f77667e9ee1e7d8583917db81ddd20ac7afd213bda0" + "lastModificationSignature": "f2287027b6c3e0abf05b50c00ff8d1f69aa38fc5109d09014f00ce08d303e316" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/Components/DPM_TO_HUB/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/Components/DPM_TO_HUB/resource.json index 0894053c..19523245 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/Components/DPM_TO_HUB/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/Components/DPM_TO_HUB/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-22T10:33:34Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, - "lastModificationSignature": "7472b02d381dd3e82bb2f6b615d41f56fe57bb7b941b6ccf523b06a106eb0ded" + "lastModificationSignature": "010866fef7c2fdf18c2e227033de87365b9a8289cdc777cfa9b3da37f274f52f" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/Components/EN4TR/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/Components/EN4TR/resource.json index 6be0be90..4bad7702 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/Components/EN4TR/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/Components/EN4TR/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-21T15:16:34Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, - "lastModificationSignature": "24691d106d81e0642f78fe4e27fb584cb6cf04b167f6eeb03786b326018690aa" + "lastModificationSignature": "69ed43fea8c4e6b216079a5788125e2de463e5517f185ccb8ac67ccf08cdfd94" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/Components/FIO_SIO/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/Components/FIO_SIO/resource.json index d9af52b4..d5688bb0 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/Components/FIO_SIO/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/Components/FIO_SIO/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-22T10:48:09Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, - "lastModificationSignature": "81bcea427273edd6ebaf273b61dc481fcae55f5757e7cc21bc6fa73d55d24723" + "lastModificationSignature": "075db07eedae1878e44f46838190190e6bcc4859e17c3874bd5237ba74fe378f" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/Components/PLC/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/Components/PLC/resource.json index 3cafc398..69a8d6b4 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/Components/PLC/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/Components/PLC/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-21T16:52:38Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, - "lastModificationSignature": "6d00e92212c6cc55a3c15d8c2ace2e5df578d557f85631432845cd687d44c10a" + "lastModificationSignature": "b645fa42f3042bed5166637e9a615996878140fe6fc7dc60a0e7f070158294c4" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/DPMS/DPM Devices/MCM01/PS3_1_DPM1/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/DPMS/DPM Devices/MCM01/PS3_1_DPM1/resource.json index 29e5246d..21a2ac56 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/DPMS/DPM Devices/MCM01/PS3_1_DPM1/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/DPMS/DPM Devices/MCM01/PS3_1_DPM1/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-22T13:59:02Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, - "lastModificationSignature": "e41425f65c3c6a8a50d87ebdf4e4c27733aaf4008b0178b1f2e3b2849a77a465" + "lastModificationSignature": "8aaabeddd11b2e43f19f9a6166af1e35ed4c87fa4e398a6a1f8aad7aa8e0bad7" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/DPMS/DPM Devices/MCM01/PS3_5_DPM1/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/DPMS/DPM Devices/MCM01/PS3_5_DPM1/resource.json index 1aed80f6..d457260b 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/DPMS/DPM Devices/MCM01/PS3_5_DPM1/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/DPMS/DPM Devices/MCM01/PS3_5_DPM1/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-22T15:50:23Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, - "lastModificationSignature": "5132bbc08555012d3e38984a0b905bba479ff79922e1211adc9cc3767a2834fe" + "lastModificationSignature": "dbf8f052f31639f42e8439778766533e061a2bcff4a486772f5e1b2f6e8af870" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/DPMS/DPM Devices/MCM02/NCS1_1_DPM1/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/DPMS/DPM Devices/MCM02/NCS1_1_DPM1/resource.json index 3ec421b2..bdf22221 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/DPMS/DPM Devices/MCM02/NCS1_1_DPM1/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/DPMS/DPM Devices/MCM02/NCS1_1_DPM1/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-22T10:57:25Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, - "lastModificationSignature": "27d7fb3b07abd42bab8278564997fb4c0c9b647a3b0ef3016db5731000595ccb" + "lastModificationSignature": "8f784fc07063991efa3e86acf2bd283bc747602d8db01cb9b0b26c0faeb9dd21" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/DPMS/DPM Devices/MCM02/NCS1_1_DPM2/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/DPMS/DPM Devices/MCM02/NCS1_1_DPM2/resource.json index 57554433..5e118760 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/DPMS/DPM Devices/MCM02/NCS1_1_DPM2/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/DPMS/DPM Devices/MCM02/NCS1_1_DPM2/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-22T15:50:26Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, - "lastModificationSignature": "36b5baa307066d45247f0414fcc98d78b0982b65007732014c75e95eb5ce8148" + "lastModificationSignature": "e5b894a6021a974ed763b77c09107db5833d6e090bb9596511009332ef9a149a" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/DPMS/MCM01-DPM/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/DPMS/MCM01-DPM/resource.json index 02763fe4..f49bbdc5 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/DPMS/MCM01-DPM/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/DPMS/MCM01-DPM/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-22T15:50:20Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, - "lastModificationSignature": "a081a28db7ad6303318878f9b24c181d4debd2446367bae7d44b4601851c1ec7" + "lastModificationSignature": "c9c87bdac7046ac637851fcf921af1940d7b82e4176c411223f5cdb9ace31bae" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/DPMS/MCM02-DPM/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/DPMS/MCM02-DPM/resource.json index 74c34a83..2fbf6b54 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/DPMS/MCM02-DPM/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/DPMS/MCM02-DPM/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-22T15:50:25Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, - "lastModificationSignature": "8b4a52aa851c792fe1b66aefcca1e9699ac1a8a25c7ef185cc761bf27846bba0" + "lastModificationSignature": "b4675368e31ff821652b7308e0f260084625cd23afc5b99f5894769c4f290a1f" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/Enternet/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/Enternet/resource.json index cbfc88eb..7500375a 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/Enternet/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Enternet-Windows/Enternet/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-22T15:50:19Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, - "lastModificationSignature": "6ef7e864d115f52af0a10540dbb4774bff353c7b1ce2c9cb1c7abd297656a12e" + "lastModificationSignature": "b81b70e38e19095486178bba7d86f254de80d97926931fb82a33c26d22ea9ee8" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Global-Start/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Global-Start/resource.json index f4ffdabf..eea19f1a 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Global-Start/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Global-Start/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-27T07:55:45Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, - "lastModificationSignature": "d8fd7332e94561b1e7e033fef2bf108b4a9695cd64970c003289dbf695c8df18" + "lastModificationSignature": "db1e5b854c84b9ba6034d8ed6e87c439686fbf43e8f09d4de76aa68e9ff9e3d5" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Global-Stop/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Global-Stop/resource.json index 3319ce82..f647f9e5 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Global-Stop/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Global-Stop/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-27T07:56:59Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, - "lastModificationSignature": "6e09c09e9e809a8f7cfa6eb615bd045b504d61961fc93e302dc34e5b3118d6ef" + "lastModificationSignature": "202597f56f19df1dbaaece2effc897ea78601ea51cb3561dc3fb5496e58f2ba0" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Detailed_Views/MCM01-FLUID INBOUND/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Detailed_Views/MCM01-FLUID INBOUND/resource.json index 32498dd0..c53ca4bd 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Detailed_Views/MCM01-FLUID INBOUND/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Detailed_Views/MCM01-FLUID INBOUND/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-27T07:53:17Z" + "actor": "Admin", + "timestamp": "2025-08-28T09:58:47Z" }, - "lastModificationSignature": "8212fe05dfda465fbaef884465a9cfe87f8da98c75930f15ff9769c3a6a800c3" + "lastModificationSignature": "ddf6f50cc6b05f2417154bd71fc67d1e0016dd214d250b0785761072e189be55" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Detailed_Views/MCM01-FLUID INBOUND/thumbnail.png b/BNA8/com.inductiveautomation.perspective/views/autStand/Detailed_Views/MCM01-FLUID INBOUND/thumbnail.png index 306de925..55d08b83 100644 Binary files a/BNA8/com.inductiveautomation.perspective/views/autStand/Detailed_Views/MCM01-FLUID INBOUND/thumbnail.png and b/BNA8/com.inductiveautomation.perspective/views/autStand/Detailed_Views/MCM01-FLUID INBOUND/thumbnail.png differ diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Detailed_Views/MCM01-FLUID INBOUND/view.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Detailed_Views/MCM01-FLUID INBOUND/view.json index 04e35cdc..9c4696aa 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Detailed_Views/MCM01-FLUID INBOUND/view.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Detailed_Views/MCM01-FLUID INBOUND/view.json @@ -21,84 +21,440 @@ }, "root": { "children": [ - { - "meta": { - "name": "UL15_5" - }, - "position": { - "height": 0.0287, - "rotate": { - "angle": "150deg" - }, - "width": 0.0321, - "x": 0.0852, - "y": 0.2936 - }, - "props": { - "params": { - "key": "value" - }, - "path": "autStand/Equipment/Conveyor" - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL14_5" - }, - "position": { - "height": 0.0287, - "rotate": { - "angle": "150deg" - }, - "width": 0.0321, - "x": 0.1612, - "y": 0.2927 - }, - "props": { - "params": { - "key": "value" - }, - "path": "autStand/Equipment/Conveyor" - }, - "type": "ia.display.view" - }, { "children": [ { "meta": { - "name": "MCM1" + "name": "UL15_5" }, "position": { - "height": 1, - "width": 1 + "height": 31, + "rotate": { + "angle": "150deg" + }, + "width": 61.63, + "x": 163.58, + "y": 317.09 }, - "propConfig": { - "props.source": { - "binding": { + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_5" + }, + "position": { + "height": 31, + "rotate": { + "angle": "150deg" + }, + "width": 61.63, + "x": 309.5, + "y": 316.12 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "events": { + "dom": { + "onClick": { "config": { - "expression": "\"http://127.0.0.1:5500/MCM01.svg?var\" + toMillis(now(1000))" + "page": "/autStand/MCM02" }, - "type": "expr" + "scope": "C", + "type": "nav" } } }, - "props": { - "fit": { - "mode": "fill" - } + "meta": { + "name": "Button_0" }, - "type": "ia.display.image" + "position": { + "height": 35.96, + "width": 124.03, + "x": 1685.94, + "y": 810.97 + }, + "props": { + "primary": false, + "text": "MCM02 - NC SORTER" + }, + "type": "ia.input.button" + }, + { + "meta": { + "name": "PS3_1" + }, + "position": { + "height": 29.05, + "width": 455.04, + "x": 143.04, + "y": 301 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_3" + }, + "position": { + "height": 29.05, + "width": 495.93, + "x": 1013.94, + "y": 301 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_5" + }, + "position": { + "height": 31, + "rotate": { + "angle": "90deg" + }, + "width": 211.01, + "x": 1463.6, + "y": 451.22 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_2" + }, + "position": { + "height": 29.05, + "width": 407.04, + "x": 603.07, + "y": 301 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_6" + }, + "position": { + "height": 30.02, + "rotate": { + "angle": "90deg" + }, + "width": 33.98, + "x": 1551.54, + "y": 574.45 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_8" + }, + "position": { + "height": 30.02, + "width": 76.03, + "x": 1619.51, + "y": 649.4 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_9AL" + }, + "position": { + "height": 30.02, + "width": 72.96, + "x": 1699.57, + "y": 648.43 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_10" + }, + "position": { + "height": 23.98, + "width": 43.97, + "x": 1774.64, + "y": 649.4 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_1" + }, + "position": { + "height": 31, + "rotate": { + "angle": "90deg" + }, + "width": 202.94, + "x": 186.05, + "y": 559.01 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_11" + }, + "position": { + "height": 23.98, + "width": 47.04, + "x": 1821.68, + "y": 649.4 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_1" + }, + "position": { + "height": 31, + "rotate": { + "angle": "90deg" + }, + "width": 134.97, + "x": 14.02, + "y": 489.02 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_2" + }, + "position": { + "height": 31.97, + "rotate": { + "angle": "90deg" + }, + "width": 35.9, + "x": 269.95, + "y": 438.91 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_3" + }, + "position": { + "height": 31, + "rotate": { + "angle": "90deg" + }, + "width": 35.9, + "x": 269.57, + "y": 404.46 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_4" + }, + "position": { + "height": 31, + "rotate": { + "angle": "150deg" + }, + "width": 32.83, + "x": 136.89, + "y": 340.2 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_7" + }, + "position": { + "height": 80.03, + "width": 61.06, + "x": 1553.84, + "y": 602.86 + }, + "props": { + "path": "autStand/Equipment/Left90" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_3" + }, + "position": { + "height": 31, + "rotate": { + "angle": "150deg" + }, + "width": 35.9, + "x": 104.64, + "y": 357.48 + }, + "props": { + "params": { + "key": "value" + }, + "path": "autStand/Equipment/Conveyor" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "PS3_4" + }, + "position": { + "height": 85, + "width": 77.95, + "x": 1511.22, + "y": 289.98 + }, + "props": { + "path": "autStand/Equipment/Right90" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL14_4" + }, + "position": { + "height": 80.03, + "width": 66.05, + "x": 263.04, + "y": 331.02 + }, + "props": { + "path": "autStand/Equipment/Right45" + }, + "type": "ia.display.view" + }, + { + "meta": { + "name": "UL15_2" + }, + "position": { + "height": 78.95, + "width": 71.04, + "x": 54.14, + "y": 366.98 + }, + "props": { + "path": "autStand/Equipment/Right45" + }, + "type": "ia.display.view" }, { "meta": { "name": "Camera" }, "position": { - "height": 0.0278, - "width": 0.0156, - "x": 0.0156, - "y": 0.2991 + "height": 30.02, + "width": 29.95, + "x": 29.95, + "y": 323.03 }, "props": { "path": "autStand/Equipment/Camera", @@ -113,10 +469,10 @@ "name": "Camera_0" }, "position": { - "height": 0.0278, - "width": 0.0156, - "x": 0.4198, - "y": 0.3444 + "height": 30.02, + "width": 29.95, + "x": 806.01, + "y": 371.95 }, "props": { "path": "autStand/Equipment/Camera", @@ -131,10 +487,10 @@ "name": "Camera_1" }, "position": { - "height": 0.0278, - "width": 0.0156, - "x": 0.7719, - "y": 0.6111 + "height": 30.02, + "width": 29.95, + "x": 1482.04, + "y": 659.99 }, "props": { "path": "autStand/Equipment/Camera", @@ -149,10 +505,10 @@ "name": "Camera_2" }, "position": { - "height": 0.0278, - "width": 0.0156, - "x": 0.9474, - "y": 0.3139 + "height": 30.02, + "width": 29.95, + "x": 1818.99, + "y": 339.01 }, "props": { "path": "autStand/Equipment/Camera", @@ -167,10 +523,10 @@ "name": "UL15_1_SS1" }, "position": { - "height": 0.0185, - "width": 0.0182, - "x": 0.0323, - "y": 0.5343 + "height": 19.98, + "width": 34.94, + "x": 62.02, + "y": 577.04 }, "props": { "params": { @@ -199,10 +555,10 @@ "name": "UL14_1_SS1" }, "position": { - "height": 0.0185, - "width": 0.0182, - "x": 0.1401, - "y": 0.6324 + "height": 19.98, + "width": 34.94, + "x": 268.99, + "y": 682.99 }, "props": { "params": { @@ -231,10 +587,10 @@ "name": "PS3_1_SS1" }, "position": { - "height": 0.0185, - "width": 0.0182, - "x": 0.1786, - "y": 0.2481 + "height": 19.98, + "width": 34.94, + "x": 342.91, + "y": 267.95 }, "props": { "params": { @@ -263,10 +619,10 @@ "name": "PS3_11_SS1" }, "position": { - "height": 0.0185, - "width": 0.0182, - "x": 0.9797, - "y": 0.5639 + "height": 19.98, + "width": 34.94, + "x": 1881.01, + "y": 609.01 }, "props": { "params": { @@ -295,10 +651,10 @@ "name": "PS3_11_SS2" }, "position": { - "height": 0.0185, - "width": 0.0182, - "x": 0.9781, - "y": 0.6398 + "height": 19.98, + "width": 34.94, + "x": 1877.94, + "y": 690.98 }, "props": { "params": { @@ -327,10 +683,10 @@ "name": "UL15_1_EPC2" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.0516, - "y": 0.5102 + "height": 19.98, + "width": 19.97, + "x": 99.07, + "y": 551.02 }, "props": { "params": { @@ -359,10 +715,10 @@ "name": "UL15_1_EPC1" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.0161, - "y": 0.5102 + "height": 19.98, + "width": 19.97, + "x": 30.91, + "y": 551.02 }, "props": { "params": { @@ -391,10 +747,10 @@ "name": "PS3_1_EPC1" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.1635, - "y": 0.2509 + "height": 19.98, + "width": 19.97, + "x": 313.92, + "y": 270.97 }, "props": { "params": { @@ -423,10 +779,10 @@ "name": "PS3_1_EPC2" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.2016, - "y": 0.2519 + "height": 19.98, + "width": 19.97, + "x": 387.07, + "y": 272.05 }, "props": { "params": { @@ -455,10 +811,10 @@ "name": "UL14_1_EPC1" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.1266, - "y": 0.6056 + "height": 19.98, + "width": 19.97, + "x": 243.07, + "y": 654.05 }, "props": { "params": { @@ -487,10 +843,10 @@ "name": "UL14_1_EPC2" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.1609, - "y": 0.6065 + "height": 19.98, + "width": 19.97, + "x": 308.93, + "y": 655.02 }, "props": { "params": { @@ -519,10 +875,10 @@ "name": "PS3_11_EPC1" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.9682, - "y": 0.563 + "height": 19.98, + "width": 19.97, + "x": 1858.93, + "y": 608.04 }, "props": { "params": { @@ -551,10 +907,10 @@ "name": "PS3_11_EPC2" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.9656, - "y": 0.6407 + "height": 19.98, + "width": 19.97, + "x": 1853.94, + "y": 691.96 }, "props": { "params": { @@ -583,10 +939,10 @@ "name": "UL15_1_TPE1" }, "position": { - "height": 0.0398, - "width": 0.0432, - "x": 0.02, - "y": 0.3852 + "height": 42.98, + "width": 82.94, + "x": 38.4, + "y": 416.02 }, "props": { "params": { @@ -615,13 +971,13 @@ "name": "UL15_2_TPE1" }, "position": { - "height": 0.037, + "height": 39.96, "rotate": { "angle": "60deg" }, - "width": 0.0417, - "x": 0.0336, - "y": 0.3315 + "width": 80.06, + "x": 64.51, + "y": 358.02 }, "props": { "params": { @@ -650,13 +1006,13 @@ "name": "UL15_3_TPE1" }, "position": { - "height": 0.037, + "height": 39.96, "rotate": { "angle": "60deg" }, - "width": 0.0417, - "x": 0.0487, - "y": 0.3157 + "width": 80.06, + "x": 93.5, + "y": 340.96 }, "props": { "params": { @@ -685,13 +1041,13 @@ "name": "UL15_4_TPE1" }, "position": { - "height": 0.037, + "height": 39.96, "rotate": { "angle": "60deg" }, - "width": 0.0417, - "x": 0.0648, - "y": 0.3 + "width": 80.06, + "x": 124.41, + "y": 324 }, "props": { "params": { @@ -720,13 +1076,13 @@ "name": "PS3_1_TPE1" }, "position": { - "height": 0.037, + "height": 39.96, "rotate": { "angle": "90deg" }, - "width": 0.0417, - "x": 0.1033, - "y": 0.2704 + "width": 80.06, + "x": 198.33, + "y": 292.03 }, "props": { "params": { @@ -755,10 +1111,10 @@ "name": "UL14_1_TPE1" }, "position": { - "height": 0.0398, - "width": 0.0432, - "x": 0.1258, - "y": 0.4167 + "height": 42.98, + "width": 82.94, + "x": 241.53, + "y": 450.04 }, "props": { "params": { @@ -787,10 +1143,10 @@ "name": "UL14_2_TPE1" }, "position": { - "height": 0.0398, - "width": 0.0432, - "x": 0.1258, - "y": 0.3843 + "height": 42.98, + "width": 82.94, + "x": 241.53, + "y": 415.04 }, "props": { "params": { @@ -819,10 +1175,10 @@ "name": "UL14_3_TPE1" }, "position": { - "height": 0.0398, - "width": 0.0432, - "x": 0.1258, - "y": 0.3528 + "height": 42.98, + "width": 82.94, + "x": 241.53, + "y": 381.02 }, "props": { "params": { @@ -851,13 +1207,13 @@ "name": "UL14_4_TPE1" }, "position": { - "height": 0.037, + "height": 39.96, "rotate": { "angle": "60deg" }, - "width": 0.0417, - "x": 0.1424, - "y": 0.3 + "width": 80.06, + "x": 273.41, + "y": 324 }, "props": { "params": { @@ -886,13 +1242,13 @@ "name": "PS3_1_TPE2" }, "position": { - "height": 0.037, + "height": 39.96, "rotate": { "angle": "90deg" }, - "width": 0.0417, - "x": 0.2033, - "y": 0.2704 + "width": 80.06, + "x": 390.33, + "y": 292.03 }, "props": { "params": { @@ -921,13 +1277,13 @@ "name": "PS3_1_TPE3" }, "position": { - "height": 0.037, + "height": 39.96, "rotate": { "angle": "90deg" }, - "width": 0.0417, - "x": 0.2919, - "y": 0.2704 + "width": 80.06, + "x": 560.44, + "y": 292.03 }, "props": { "params": { @@ -956,13 +1312,13 @@ "name": "PS3_2_TPE1" }, "position": { - "height": 0.037, + "height": 39.96, "rotate": { "angle": "90deg" }, - "width": 0.0417, - "x": 0.506, - "y": 0.2704 + "width": 80.06, + "x": 971.51, + "y": 292.03 }, "props": { "params": { @@ -991,13 +1347,13 @@ "name": "PS3_3_TPE1" }, "position": { - "height": 0.037, + "height": 39.96, "rotate": { "angle": "270deg" }, - "width": 0.0417, - "x": 0.7653, - "y": 0.2704 + "width": 80.06, + "x": 1469.36, + "y": 292.03 }, "props": { "params": { @@ -1026,10 +1382,10 @@ "name": "PS3_4_TPE1" }, "position": { - "height": 0.0398, - "width": 0.0432, - "x": 0.795, - "y": 0.3148 + "height": 42.98, + "width": 82.94, + "x": 1526.39, + "y": 339.98 }, "props": { "params": { @@ -1058,10 +1414,10 @@ "name": "PS3_5_TPE1" }, "position": { - "height": 0.0398, - "width": 0.0432, - "x": 0.795, - "y": 0.5093 + "height": 38.02, + "width": 82.94, + "x": 1526.39, + "y": 551.99 }, "props": { "params": { @@ -1090,10 +1446,10 @@ "name": "PS3_6_TPE1" }, "position": { - "height": 0.0398, - "width": 0.0432, - "x": 0.795, - "y": 0.5417 + "height": 41.04, + "width": 82.94, + "x": 1526.39, + "y": 586.98 }, "props": { "params": { @@ -1122,13 +1478,13 @@ "name": "PS3_7_TPE1" }, "position": { - "height": 0.037, + "height": 39.96, "rotate": { "angle": "90deg" }, - "width": 0.0417, - "x": 0.8216, - "y": 0.5935 + "width": 80.06, + "x": 1577.46, + "y": 640.98 }, "props": { "params": { @@ -1157,13 +1513,13 @@ "name": "PS3_8_TPE1" }, "position": { - "height": 0.037, + "height": 39.96, "rotate": { "angle": "90deg" }, - "width": 0.0417, - "x": 0.8638, - "y": 0.5935 + "width": 80.06, + "x": 1658.48, + "y": 640.98 }, "props": { "params": { @@ -1192,13 +1548,13 @@ "name": "PS3_9AL_TPE1" }, "position": { - "height": 0.037, + "height": 39.96, "rotate": { "angle": "90deg" }, - "width": 0.0417, - "x": 0.9033, - "y": 0.5935 + "width": 80.06, + "x": 1734.32, + "y": 640.98 }, "props": { "params": { @@ -1227,13 +1583,13 @@ "name": "PS3_10_TPE1" }, "position": { - "height": 0.037, + "height": 39.96, "rotate": { "angle": "90deg" }, - "width": 0.0417, - "x": 0.9273, - "y": 0.5935 + "width": 80.06, + "x": 1780.4, + "y": 640.98 }, "props": { "params": { @@ -1262,13 +1618,13 @@ "name": "PS3_11_TPE1" }, "position": { - "height": 0.037, + "height": 39.96, "rotate": { "angle": "90deg" }, - "width": 0.0417, - "x": 0.9523, - "y": 0.5935 + "width": 80.06, + "x": 1828.4, + "y": 640.98 }, "props": { "params": { @@ -1297,10 +1653,10 @@ "name": "UL15_1_BCN1_A" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.0109, - "y": 0.3963 + "height": 19.98, + "width": 19.97, + "x": 20.93, + "y": 428 }, "props": { "params": { @@ -1331,10 +1687,10 @@ "name": "Camera_4" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.0109, - "y": 0.3769 + "height": 19.98, + "width": 19.97, + "x": 20.93, + "y": 407.05 }, "props": { "params": { @@ -1365,10 +1721,10 @@ "name": "UL15_1_BCN1_R" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.0109, - "y": 0.3769 + "height": 19.98, + "width": 19.97, + "x": 20.93, + "y": 407.05 }, "props": { "params": { @@ -1399,10 +1755,10 @@ "name": "UL15_1_BCN2_R" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.0594, - "y": 0.4213 + "height": 19.98, + "width": 19.97, + "x": 114.05, + "y": 455 }, "props": { "params": { @@ -1433,10 +1789,10 @@ "name": "PS3_1_BCN1_A" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.1313, - "y": 0.3157 + "height": 19.98, + "width": 19.97, + "x": 252.09, + "y": 340.96 }, "props": { "params": { @@ -1467,10 +1823,10 @@ "name": "UL14_1_BCN1_A" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.1151, - "y": 0.4213 + "height": 19.98, + "width": 19.97, + "x": 220.99, + "y": 455 }, "props": { "params": { @@ -1501,10 +1857,10 @@ "name": "UL14_1_BCN1_R" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.1151, - "y": 0.4028 + "height": 19.98, + "width": 19.97, + "x": 220.99, + "y": 435.02 }, "props": { "params": { @@ -1535,10 +1891,10 @@ "name": "UL14_1_BCN2_R" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.1651, - "y": 0.4519 + "height": 19.98, + "width": 19.97, + "x": 316.99, + "y": 488.05 }, "props": { "params": { @@ -1568,10 +1924,10 @@ "name": "PS3_1_BCN2_A" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.1823, - "y": 0.2269 + "height": 19.98, + "width": 19.97, + "x": 350.01, + "y": 245.05 }, "props": { "params": { @@ -1602,10 +1958,10 @@ "name": "PS3_1_BCN2_R" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.1823, - "y": 0.2083 + "height": 19.98, + "width": 19.97, + "x": 350.01, + "y": 224.96 }, "props": { "params": { @@ -1636,10 +1992,10 @@ "name": "PS3_1_BCN4_A" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.2938, - "y": 0.2352 + "height": 19.98, + "width": 19.97, + "x": 564.09, + "y": 254.02 }, "props": { "params": { @@ -1670,10 +2026,10 @@ "name": "PS3_1_BCN4_H" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.2938, - "y": 0.2167 + "height": 19.98, + "width": 19.97, + "x": 564.09, + "y": 234.04 }, "props": { "params": { @@ -1704,10 +2060,10 @@ "name": "PS3_2_BCN1_A" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.5068, - "y": 0.2352 + "height": 19.98, + "width": 19.97, + "x": 973.05, + "y": 254.02 }, "props": { "params": { @@ -1737,10 +2093,10 @@ "name": "PS3_4_BCN1_A" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.7948, - "y": 0.3685 + "height": 19.98, + "width": 19.97, + "x": 1526, + "y": 397.98 }, "props": { "params": { @@ -1771,10 +2127,10 @@ "name": "Camera_16" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.8568, - "y": 0.5565 + "height": 19.98, + "width": 19.97, + "x": 1645.04, + "y": 601.02 }, "props": { "params": { @@ -1805,10 +2161,10 @@ "name": "Camera_17" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.9339, - "y": 0.537 + "height": 19.98, + "width": 19.97, + "x": 1793.07, + "y": 579.96 }, "props": { "params": { @@ -1839,10 +2195,10 @@ "name": "Camera_18" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.9745, - "y": 0.538 + "height": 19.98, + "width": 19.97, + "x": 1871.02, + "y": 581.04 }, "props": { "params": { @@ -1873,10 +2229,10 @@ "name": "Camera_19" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.9807, - "y": 0.6157 + "height": 19.98, + "width": 19.97, + "x": 1882.93, + "y": 664.96 }, "props": { "params": { @@ -1907,10 +2263,10 @@ "name": "UL14_1_ENSH1" }, "position": { - "height": 0.0231, - "width": 0.013, - "x": 0.1638, - "y": 0.4259 + "height": 24.95, + "width": 24.96, + "x": 314.49, + "y": 459.97 }, "props": { "params": { @@ -1939,10 +2295,10 @@ "name": "UL14_2_ENSH1" }, "position": { - "height": 0.0231, - "width": 0.013, - "x": 0.1638, - "y": 0.3935 + "height": 24.95, + "width": 24.96, + "x": 314.49, + "y": 424.98 }, "props": { "params": { @@ -1971,10 +2327,10 @@ "name": "UL14_3_ENSH1" }, "position": { - "height": 0.0231, - "width": 0.013, - "x": 0.1638, - "y": 0.362 + "height": 24.95, + "width": 24.96, + "x": 314.49, + "y": 390.96 }, "props": { "params": { @@ -2003,10 +2359,10 @@ "name": "UL14_4_ENSH1" }, "position": { - "height": 0.0231, - "width": 0.013, - "x": 0.1695, - "y": 0.338 + "height": 24.95, + "width": 24.96, + "x": 325.44, + "y": 365.04 }, "props": { "params": { @@ -2035,10 +2391,10 @@ "name": "UL15_1_ENSH1" }, "position": { - "height": 0.0231, - "width": 0.013, - "x": 0.0575, - "y": 0.3972 + "height": 24.95, + "width": 24.96, + "x": 110.4, + "y": 428.98 }, "props": { "params": { @@ -2067,10 +2423,10 @@ "name": "UL15_2_ENSH1" }, "position": { - "height": 0.0231, - "width": 0.013, - "x": 0.0601, - "y": 0.3713 + "height": 24.95, + "width": 24.96, + "x": 115.39, + "y": 401 }, "props": { "params": { @@ -2099,10 +2455,10 @@ "name": "UL15_3_ENSH1" }, "position": { - "height": 0.0231, - "width": 0.013, - "x": 0.0757, - "y": 0.3556 + "height": 24.95, + "width": 24.96, + "x": 145.34, + "y": 384.05 }, "props": { "params": { @@ -2131,10 +2487,10 @@ "name": "UL15_4_ENSH1" }, "position": { - "height": 0.0231, - "width": 0.013, - "x": 0.0893, - "y": 0.3417 + "height": 24.95, + "width": 24.96, + "x": 171.45, + "y": 369.04 }, "props": { "params": { @@ -2163,10 +2519,10 @@ "name": "PS3_10_ENW1" }, "position": { - "height": 0.0231, - "width": 0.013, - "x": 0.2742, - "y": 0.2806 + "height": 24.95, + "width": 24.96, + "x": 526.46, + "y": 303.05 }, "props": { "params": { @@ -2195,10 +2551,10 @@ "name": "PS3_1_ENW1" }, "position": { - "height": 0.0231, - "width": 0.013, - "x": 0.9316, - "y": 0.6 + "height": 24.95, + "width": 24.96, + "x": 1788.66, + "y": 648 }, "props": { "params": { @@ -2227,10 +2583,10 @@ "name": "PS3_11_ENW1" }, "position": { - "height": 0.0231, - "width": 0.013, - "x": 0.9504, - "y": 0.6 + "height": 24.95, + "width": 24.96, + "x": 1824.75, + "y": 648 }, "props": { "params": { @@ -2259,10 +2615,10 @@ "name": "UL15_1_VFD1" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.0526, - "y": 0.4593 + "height": 19.98, + "width": 19.97, + "x": 100.99, + "y": 496.04 }, "props": { "params": { @@ -2293,10 +2649,10 @@ "name": "UL15_2_VFD1" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.0724, - "y": 0.388 + "height": 19.98, + "width": 19.97, + "x": 139.01, + "y": 419.04 }, "props": { "params": { @@ -2327,10 +2683,10 @@ "name": "UL15_3_VFD1" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.0844, - "y": 0.3759 + "height": 19.98, + "width": 19.97, + "x": 162.05, + "y": 405.97 }, "props": { "params": { @@ -2361,10 +2717,10 @@ "name": "UL15_4_VFD1" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.0964, - "y": 0.363 + "height": 19.98, + "width": 19.97, + "x": 185.09, + "y": 392.04 }, "props": { "params": { @@ -2395,10 +2751,10 @@ "name": "UL15_5_VFD1" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.1062, - "y": 0.337 + "height": 19.98, + "width": 19.97, + "x": 203.9, + "y": 363.96 }, "props": { "params": { @@ -2429,10 +2785,10 @@ "name": "UL14_1_VFD1" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.1625, - "y": 0.5148 + "height": 19.98, + "width": 19.97, + "x": 312, + "y": 555.98 }, "props": { "params": { @@ -2463,10 +2819,10 @@ "name": "UL14_2_VFD1" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.1786, - "y": 0.4296 + "height": 19.98, + "width": 19.97, + "x": 342.91, + "y": 463.97 }, "props": { "params": { @@ -2497,10 +2853,10 @@ "name": "UL14_3_VFD1" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.1786, - "y": 0.3981 + "height": 19.98, + "width": 19.97, + "x": 342.91, + "y": 429.95 }, "props": { "params": { @@ -2531,10 +2887,10 @@ "name": "UL14_4_VFD1" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.1786, - "y": 0.3694 + "height": 19.98, + "width": 19.97, + "x": 342.91, + "y": 398.95 }, "props": { "params": { @@ -2565,10 +2921,10 @@ "name": "UL14_5_VFD1" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.1859, - "y": 0.3204 + "height": 19.98, + "width": 19.97, + "x": 356.93, + "y": 346.03 }, "props": { "params": { @@ -2599,10 +2955,10 @@ "name": "PS3_1_VFD1" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.2745, - "y": 0.3204 + "height": 19.98, + "width": 19.97, + "x": 527.04, + "y": 346.03 }, "props": { "params": { @@ -2633,10 +2989,10 @@ "name": "PS3_2_VFD1" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.3578, - "y": 0.3204 + "height": 19.98, + "width": 19.97, + "x": 686.97, + "y": 346.03 }, "props": { "params": { @@ -2667,10 +3023,10 @@ "name": "PS3_3_VFD1" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.7521, - "y": 0.3111 + "height": 19.98, + "width": 19.97, + "x": 1444.02, + "y": 335.99 }, "props": { "params": { @@ -2701,10 +3057,10 @@ "name": "PS3_4_VFD1" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.788, - "y": 0.3213 + "height": 19.98, + "width": 19.97, + "x": 1512.95, + "y": 347 }, "props": { "params": { @@ -2735,10 +3091,10 @@ "name": "PS3_5_VFD1" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.8302, - "y": 0.4435 + "height": 19.98, + "width": 19.97, + "x": 1593.97, + "y": 478.98 }, "props": { "params": { @@ -2769,10 +3125,10 @@ "name": "PS3_6_VFD1" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.8339, - "y": 0.512 + "height": 19.98, + "width": 19.97, + "x": 1601.07, + "y": 552.96 }, "props": { "params": { @@ -2803,10 +3159,10 @@ "name": "PS3_7_VFD1" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.8365, - "y": 0.5602 + "height": 19.98, + "width": 19.97, + "x": 1606.07, + "y": 605.02 }, "props": { "params": { @@ -2837,10 +3193,10 @@ "name": "PS3_8_VFD1" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.8682, - "y": 0.5778 + "height": 19.98, + "width": 19.97, + "x": 1666.93, + "y": 624.02 }, "props": { "params": { @@ -2871,10 +3227,10 @@ "name": "PS3_9AL_VFD1" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.8922, - "y": 0.5806 + "height": 19.98, + "width": 19.97, + "x": 1713.01, + "y": 627.05 }, "props": { "params": { @@ -2905,10 +3261,10 @@ "name": "PS3_10_VFD1" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.9307, - "y": 0.5815 + "height": 19.98, + "width": 19.97, + "x": 1786.93, + "y": 628.02 }, "props": { "params": { @@ -2939,10 +3295,10 @@ "name": "PS3_11_VFD1" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.9573, - "y": 0.5806 + "height": 19.98, + "width": 19.97, + "x": 1838, + "y": 627.05 }, "props": { "params": { @@ -2973,10 +3329,10 @@ "name": "PS3_9B_VFD1" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.9073, - "y": 0.5806 + "height": 19.98, + "width": 19.97, + "x": 1742, + "y": 627.05 }, "props": { "params": { @@ -3007,10 +3363,10 @@ "name": "UL15_1_JR1" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.0161, - "y": 0.4296 + "height": 19.98, + "width": 19.97, + "x": 30.91, + "y": 463.97 }, "props": { "params": { @@ -3039,10 +3395,10 @@ "name": "UL14_1_JR1" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.1156, - "y": 0.4481 + "height": 19.98, + "width": 19.97, + "x": 221.95, + "y": 483.95 }, "props": { "params": { @@ -3071,10 +3427,10 @@ "name": "PS3_1_JR1" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.1208, - "y": 0.3389 + "height": 19.98, + "width": 19.97, + "x": 231.93, + "y": 366.01 }, "props": { "params": { @@ -3103,10 +3459,10 @@ "name": "PS3_1_JR2" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.2193, - "y": 0.3343 + "height": 19.98, + "width": 19.97, + "x": 421.05, + "y": 361.04 }, "props": { "params": { @@ -3135,10 +3491,10 @@ "name": "PS3_1_JR3" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.2938, - "y": 0.2556 + "height": 19.98, + "width": 19.97, + "x": 564.09, + "y": 276.05 }, "props": { "params": { @@ -3167,10 +3523,10 @@ "name": "PS3_2_JR1" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.5068, - "y": 0.2556 + "height": 19.98, + "width": 19.97, + "x": 973.05, + "y": 276.05 }, "props": { "params": { @@ -3199,10 +3555,10 @@ "name": "PS3_4_JR3" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.7948, - "y": 0.3889 + "height": 19.98, + "width": 19.97, + "x": 1526, + "y": 420.01 }, "props": { "params": { @@ -3231,10 +3587,10 @@ "name": "PS3_8_JR2" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.8573, - "y": 0.6333 + "height": 19.98, + "width": 19.97, + "x": 1646, + "y": 683.96 }, "props": { "params": { @@ -3263,10 +3619,10 @@ "name": "PS3_8_JR1" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.8557, - "y": 0.5787 + "height": 19.98, + "width": 19.97, + "x": 1642.93, + "y": 625 }, "props": { "params": { @@ -3295,10 +3651,10 @@ "name": "PS3_10_JR2" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.9307, - "y": 0.6389 + "height": 19.98, + "width": 19.97, + "x": 1786.93, + "y": 690.01 }, "props": { "params": { @@ -3327,10 +3683,10 @@ "name": "PS3_10_JR1" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.9187, - "y": 0.538 + "height": 19.98, + "width": 19.97, + "x": 1763.89, + "y": 581.04 }, "props": { "params": { @@ -3359,10 +3715,10 @@ "name": "UL14_1_SIO1" }, "position": { - "height": 0.0204, - "width": 0.0208, - "x": 0.1594, - "y": 0.4935 + "height": 22.03, + "width": 39.94, + "x": 306.05, + "y": 532.98 }, "props": { "params": { @@ -3391,10 +3747,10 @@ "name": "UL14_2_SIO1" }, "position": { - "height": 0.0204, - "width": 0.0208, - "x": 0.1911, - "y": 0.4287 + "height": 22.03, + "width": 39.94, + "x": 366.91, + "y": 463 }, "props": { "params": { @@ -3423,10 +3779,10 @@ "name": "UL14_3_SIO1" }, "position": { - "height": 0.0204, - "width": 0.0208, - "x": 0.1911, - "y": 0.3991 + "height": 22.03, + "width": 39.94, + "x": 366.91, + "y": 431.03 }, "props": { "params": { @@ -3455,10 +3811,10 @@ "name": "UL14_4_SIO1" }, "position": { - "height": 0.0204, - "width": 0.0208, - "x": 0.1911, - "y": 0.3713 + "height": 22.03, + "width": 39.94, + "x": 366.91, + "y": 401 }, "props": { "params": { @@ -3487,10 +3843,10 @@ "name": "UL15_1_SIO1" }, "position": { - "height": 0.0204, - "width": 0.0208, - "x": 0.0635, - "y": 0.4593 + "height": 22.03, + "width": 39.94, + "x": 121.92, + "y": 496.04 }, "props": { "params": { @@ -3519,10 +3875,10 @@ "name": "UL15_2_SIO1" }, "position": { - "height": 0.0204, - "width": 0.0208, - "x": 0.0719, - "y": 0.4176 + "height": 22.03, + "width": 39.94, + "x": 138.05, + "y": 451.01 }, "props": { "params": { @@ -3551,10 +3907,10 @@ "name": "UL15_3_SIO1" }, "position": { - "height": 0.0204, - "width": 0.0208, - "x": 0.0917, - "y": 0.3963 + "height": 22.03, + "width": 39.94, + "x": 176.06, + "y": 428 }, "props": { "params": { @@ -3583,10 +3939,10 @@ "name": "UL15_4_SIO1" }, "position": { - "height": 0.0204, - "width": 0.0208, - "x": 0.1073, - "y": 0.375 + "height": 22.03, + "width": 39.94, + "x": 206.01, + "y": 405 }, "props": { "params": { @@ -3615,10 +3971,10 @@ "name": "UL15_5_SIO1" }, "position": { - "height": 0.0204, - "width": 0.0208, - "x": 0.1083, - "y": 0.3176 + "height": 22.03, + "width": 39.94, + "x": 207.93, + "y": 343.01 }, "props": { "params": { @@ -3647,10 +4003,10 @@ "name": "UL14_5_SIO1" }, "position": { - "height": 0.0204, - "width": 0.0208, - "x": 0.1969, - "y": 0.3333 + "height": 22.03, + "width": 39.94, + "x": 378.04, + "y": 359.96 }, "props": { "params": { @@ -3679,10 +4035,10 @@ "name": "PS3_1_SIO1" }, "position": { - "height": 0.0204, - "width": 0.0208, - "x": 0.2516, - "y": 0.3204 + "height": 22.03, + "width": 39.94, + "x": 483.07, + "y": 346.03 }, "props": { "params": { @@ -3711,10 +4067,10 @@ "name": "PS3_3_SIO1" }, "position": { - "height": 0.0204, - "width": 0.0208, - "x": 0.3349, - "y": 0.3204 + "height": 22.03, + "width": 39.94, + "x": 643, + "y": 346.03 }, "props": { "params": { @@ -3743,10 +4099,10 @@ "name": "PS3_3_SIO2" }, "position": { - "height": 0.0204, - "width": 0.0208, - "x": 0.7292, - "y": 0.3111 + "height": 22.03, + "width": 39.94, + "x": 1400.05, + "y": 335.99 }, "props": { "params": { @@ -3775,10 +4131,10 @@ "name": "PS3_4_SIO1" }, "position": { - "height": 0.0204, - "width": 0.0208, - "x": 0.7688, - "y": 0.3398 + "height": 22.03, + "width": 39.94, + "x": 1476.08, + "y": 366.98 }, "props": { "params": { @@ -3807,10 +4163,10 @@ "name": "PS3_5_SIO1" }, "position": { - "height": 0.0185, - "width": 0.0208, - "x": 0.8292, - "y": 0.4213 + "height": 19.98, + "width": 39.94, + "x": 1592.05, + "y": 455 }, "props": { "params": { @@ -3839,10 +4195,10 @@ "name": "PS3_6_SIO1" }, "position": { - "height": 0.0204, - "width": 0.0208, - "x": 0.8344, - "y": 0.487 + "height": 22.03, + "width": 39.94, + "x": 1602.03, + "y": 525.96 }, "props": { "params": { @@ -3871,10 +4227,10 @@ "name": "PS3_7_SIO1" }, "position": { - "height": 0.0204, - "width": 0.0208, - "x": 0.8365, - "y": 0.5361 + "height": 22.03, + "width": 39.94, + "x": 1606.07, + "y": 578.99 }, "props": { "params": { @@ -3903,10 +4259,10 @@ "name": "PS3_8_SIO1" }, "position": { - "height": 0.0204, - "width": 0.0208, - "x": 0.8688, - "y": 0.5546 + "height": 22.03, + "width": 39.94, + "x": 1668.08, + "y": 598.97 }, "props": { "params": { @@ -3935,10 +4291,10 @@ "name": "PS3_9AL_SIO1" }, "position": { - "height": 0.0204, - "width": 0.0208, - "x": 0.8922, - "y": 0.5593 + "height": 22.03, + "width": 39.94, + "x": 1713.01, + "y": 604.04 }, "props": { "params": { @@ -3967,10 +4323,10 @@ "name": "PS3_9B_SIO1" }, "position": { - "height": 0.0204, - "width": 0.0208, - "x": 0.9151, - "y": 0.5602 + "height": 22.03, + "width": 39.94, + "x": 1756.98, + "y": 605.02 }, "props": { "params": { @@ -3999,10 +4355,10 @@ "name": "PS3_11_SIO1" }, "position": { - "height": 0.0204, - "width": 0.0208, - "x": 0.9698, - "y": 0.512 + "height": 22.03, + "width": 39.94, + "x": 1862, + "y": 552.96 }, "props": { "params": { @@ -4031,10 +4387,10 @@ "name": "PS3_10_SIO1" }, "position": { - "height": 0.0204, - "width": 0.0208, - "x": 0.9417, - "y": 0.5593 + "height": 22.03, + "width": 39.94, + "x": 1808.05, + "y": 604.04 }, "props": { "params": { @@ -4063,10 +4419,10 @@ "name": "MCM01" }, "position": { - "height": 0.0278, - "width": 0.0219, - "x": 0.2342, - "y": 0.375 + "height": 30.02, + "width": 42.05, + "x": 449.66, + "y": 405 }, "props": { "params": { @@ -4092,10 +4448,10 @@ "name": "PS3_1_DPM1" }, "position": { - "height": 0.0278, - "width": 0.0156, - "x": 0.1404, - "y": 0.2454 + "height": 30.02, + "width": 29.95, + "x": 269.57, + "y": 265.03 }, "props": { "params": { @@ -4124,10 +4480,10 @@ "name": "PS3_5_DPM1" }, "position": { - "height": 0.0278, - "width": 0.0156, - "x": 0.8331, - "y": 0.3472 + "height": 30.02, + "width": 29.95, + "x": 1599.54, + "y": 374.98 }, "props": { "params": { @@ -4156,10 +4512,10 @@ "name": "PDP01_FIOM1" }, "position": { - "height": 0.0204, - "width": 0.0208, - "x": 0.7328, - "y": 0.3556 + "height": 22.03, + "width": 39.94, + "x": 1406.96, + "y": 384.05 }, "props": { "params": { @@ -4185,10 +4541,10 @@ "name": "PS3_1_BCN3_A" }, "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.2193, - "y": 0.3148 + "height": 19.98, + "width": 19.97, + "x": 421.05, + "y": 339.98 }, "props": { "params": { @@ -4289,387 +4645,6 @@ } }, "type": "ia.container.coord" - }, - { - "events": { - "dom": { - "onClick": { - "config": { - "page": "/autStand/MCM02" - }, - "scope": "C", - "type": "nav" - } - } - }, - "meta": { - "name": "Button_0" - }, - "position": { - "height": 0.0333, - "width": 0.0646, - "x": 0.8781, - "y": 0.7509 - }, - "props": { - "primary": false, - "text": "MCM02 - NC SORTER" - }, - "type": "ia.input.button" - }, - { - "meta": { - "name": "PS3_1" - }, - "position": { - "height": 0.0269, - "width": 0.237, - "x": 0.0745, - "y": 0.2787 - }, - "props": { - "params": { - "key": "value" - }, - "path": "autStand/Equipment/Conveyor" - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_2" - }, - "position": { - "height": 0.0269, - "width": 0.212, - "x": 0.3141, - "y": 0.2787 - }, - "props": { - "params": { - "key": "value" - }, - "path": "autStand/Equipment/Conveyor" - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_3" - }, - "position": { - "height": 0.0269, - "width": 0.2583, - "x": 0.5281, - "y": 0.2787 - }, - "props": { - "params": { - "key": "value" - }, - "path": "autStand/Equipment/Conveyor" - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_5" - }, - "position": { - "height": 0.0287, - "rotate": { - "angle": "90deg" - }, - "width": 0.1099, - "x": 0.7623, - "y": 0.4178 - }, - "props": { - "params": { - "key": "value" - }, - "path": "autStand/Equipment/Conveyor" - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_6" - }, - "position": { - "height": 0.0278, - "rotate": { - "angle": "90deg" - }, - "width": 0.0177, - "x": 0.8081, - "y": 0.5319 - }, - "props": { - "params": { - "key": "value" - }, - "path": "autStand/Equipment/Conveyor" - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_8" - }, - "position": { - "height": 0.0278, - "width": 0.0396, - "x": 0.8435, - "y": 0.6013 - }, - "props": { - "params": { - "key": "value" - }, - "path": "autStand/Equipment/Conveyor" - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_9AL" - }, - "position": { - "height": 0.0278, - "width": 0.038, - "x": 0.8852, - "y": 0.6004 - }, - "props": { - "params": { - "key": "value" - }, - "path": "autStand/Equipment/Conveyor" - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_10" - }, - "position": { - "height": 0.0222, - "width": 0.0229, - "x": 0.9243, - "y": 0.6013 - }, - "props": { - "params": { - "key": "value" - }, - "path": "autStand/Equipment/Conveyor" - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_11" - }, - "position": { - "height": 0.0222, - "width": 0.0245, - "x": 0.9488, - "y": 0.6013 - }, - "props": { - "params": { - "key": "value" - }, - "path": "autStand/Equipment/Conveyor" - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL14_1" - }, - "position": { - "height": 0.0287, - "rotate": { - "angle": "90deg" - }, - "width": 0.1057, - "x": 0.0969, - "y": 0.5176 - }, - "props": { - "params": { - "key": "value" - }, - "path": "autStand/Equipment/Conveyor" - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL15_1" - }, - "position": { - "height": 0.0287, - "rotate": { - "angle": "90deg" - }, - "width": 0.0703, - "x": 0.0073, - "y": 0.4528 - }, - "props": { - "params": { - "key": "value" - }, - "path": "autStand/Equipment/Conveyor" - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL14_2" - }, - "position": { - "height": 0.0296, - "rotate": { - "angle": "90deg" - }, - "width": 0.0187, - "x": 0.1406, - "y": 0.4064 - }, - "props": { - "params": { - "key": "value" - }, - "path": "autStand/Equipment/Conveyor" - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL14_3" - }, - "position": { - "height": 0.0287, - "rotate": { - "angle": "90deg" - }, - "width": 0.0187, - "x": 0.1404, - "y": 0.3745 - }, - "props": { - "params": { - "key": "value" - }, - "path": "autStand/Equipment/Conveyor" - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL15_3" - }, - "position": { - "height": 0.0287, - "rotate": { - "angle": "150deg" - }, - "width": 0.0187, - "x": 0.0545, - "y": 0.331 - }, - "props": { - "params": { - "key": "value" - }, - "path": "autStand/Equipment/Conveyor" - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL15_4" - }, - "position": { - "height": 0.0287, - "rotate": { - "angle": "150deg" - }, - "width": 0.0171, - "x": 0.0713, - "y": 0.315 - }, - "props": { - "params": { - "key": "value" - }, - "path": "autStand/Equipment/Conveyor" - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_7" - }, - "position": { - "height": 0.062, - "width": 0.0318, - "x": 0.8094, - "y": 0.5647 - }, - "props": { - "path": "autStand/Equipment/Left90" - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_4" - }, - "position": { - "height": 0.0787, - "width": 0.0406, - "x": 0.7871, - "y": 0.2685 - }, - "props": { - "path": "autStand/Equipment/Right90" - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL14_4" - }, - "position": { - "height": 0.0741, - "width": 0.0344, - "x": 0.137, - "y": 0.3065 - }, - "props": { - "path": "autStand/Equipment/Right45" - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL15_2" - }, - "position": { - "height": 0.0731, - "width": 0.037, - "x": 0.0282, - "y": 0.3398 - }, - "props": { - "path": "autStand/Equipment/Right45" - }, - "type": "ia.display.view" } ], "meta": { diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Detailed_Views/MCM02-NC SORTER/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Detailed_Views/MCM02-NC SORTER/resource.json index 14fe62e4..22315461 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Detailed_Views/MCM02-NC SORTER/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Detailed_Views/MCM02-NC SORTER/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-27T07:59:07Z" + "actor": "external", + "timestamp": "2025-08-28T10:01:54Z" }, - "lastModificationSignature": "1493319be5d09aa332bf57a6b3b3314472e66c3e666713a44bdfa8b444bc376c" + "lastModificationSignature": "672c637de2ff2b465f95e60d9a6407934add00effcd31c45593042657495d3e0" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Detailed_Views/MCM02-NC SORTER/thumbnail.png b/BNA8/com.inductiveautomation.perspective/views/autStand/Detailed_Views/MCM02-NC SORTER/thumbnail.png index 37259d72..b4340192 100644 Binary files a/BNA8/com.inductiveautomation.perspective/views/autStand/Detailed_Views/MCM02-NC SORTER/thumbnail.png and b/BNA8/com.inductiveautomation.perspective/views/autStand/Detailed_Views/MCM02-NC SORTER/thumbnail.png differ diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Docked_Views/Docked-West/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Docked_Views/Docked-West/resource.json index f0cf752f..1fd1fb3e 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Docked_Views/Docked-West/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Docked_Views/Docked-West/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-22T15:50:35Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, - "lastModificationSignature": "9c787f2cd2f7727be44f44a6f87b279a8f5f351afd202f3b9023945bd0a8e3d2" + "lastModificationSignature": "ac26852a6a3c0edb88bb66e572e860f2213e95f635234e353f41051468709ab7" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Docked_Views/Footer/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Docked_Views/Footer/resource.json index d4f543e3..9dd0ca82 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Docked_Views/Footer/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Docked_Views/Footer/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-19T14:37:56Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, - "lastModificationSignature": "d797dc16c3fc0733bcb19a9f1a7aca942372ff2fc9a68d09223bbe86071a488b" + "lastModificationSignature": "21a6da89311f71e4712727f01acd4273f94694caa8c6a58d5003fdd2d17954c1" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Docked_Views/Header/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Docked_Views/Header/resource.json index 00e9a7a4..32d0b6f5 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Docked_Views/Header/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Docked_Views/Header/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-27T08:16:21Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, - "lastModificationSignature": "d5c5b9a3022dc20c7cf22b80fdf3a767b14c568bb6e59eaab9bd98cd8e28e803" + "lastModificationSignature": "d144ffb347f387782127fc7866729edd51f880b615ab297a1970e38ce1dafa33" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Beacon/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Beacon/resource.json index d5928731..77efc9b5 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Beacon/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Beacon/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-26T14:30:10Z" + "actor": "external", + "timestamp": "2025-08-28T10:01:54Z" }, - "lastModificationSignature": "31547fae731c654947b76d30598feda67b91f353f3cc97b55a8ac136d2727fe5" + "lastModificationSignature": "1e39dcddfd5f8283ba8ff83b9a3cd6e790dbe92e8bda79a3631cf7bb7b088465" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Camera/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Camera/resource.json index c50027b9..07f03f50 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Camera/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Camera/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-26T14:30:55Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, - "lastModificationSignature": "ef60f49fab89fdb7fc2034f2ad6f90fad959767decc9be10d48e0404ceec2380" + "lastModificationSignature": "7c29b75a0e872490718c67126439a810baeb9b0e3a9407632b17a6778620a824" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Controller-Views/CommandControlActions/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Controller-Views/CommandControlActions/resource.json index fa904fff..5772079b 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Controller-Views/CommandControlActions/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Controller-Views/CommandControlActions/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-19T13:59:55Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, - "lastModificationSignature": "8794348936e9b55b2fe8f2e41bdc916843345a3aa0cbe91a21f534da5d66a744" + "lastModificationSignature": "ea40a1ce01b7292f5c19db61f25a18478f889e68fc3bebd1a04452d4234a35ad" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Controller-Views/CommandControlAlarms/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Controller-Views/CommandControlAlarms/resource.json index 1bf91183..afad69e0 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Controller-Views/CommandControlAlarms/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Controller-Views/CommandControlAlarms/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-19T15:29:35Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, - "lastModificationSignature": "7aeded115e21d51b938375cb54d813606715fdd7bb72c852e7db07d9f14fa02d" + "lastModificationSignature": "4a46c27f3b44f97e825a961c651d4bc0c38f159f23fe78d93c0e9e20c428b13b" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Controller-Views/CommandControlStatus/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Controller-Views/CommandControlStatus/resource.json index aab52c82..05b40004 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Controller-Views/CommandControlStatus/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Controller-Views/CommandControlStatus/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-19T09:26:57Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, - "lastModificationSignature": "7d243123bd1c5fd48a3098bc1f56240e1332eb1ccc9a1eed7488b9b99d4c96fe" + "lastModificationSignature": "fe2eea9435cdc0b513238df69c21f6c4053175d34c798f6a565a10bdf782cd45" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Controller-Views/ControllerStatus/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Controller-Views/ControllerStatus/resource.json index 9e1a09e5..3aa0883c 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Controller-Views/ControllerStatus/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Controller-Views/ControllerStatus/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-19T12:48:16Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, - "lastModificationSignature": "cc3de7e4038c9e1403e6d59dc2b9cbd00312c8b90ddd1db5bd396fd9593b6c0f" + "lastModificationSignature": "3bd3bb5c2e35ac74b4743a0397bbaaf81389db44d07a2e650224900aac976066" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Conveyor/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Conveyor/resource.json index 0928b45d..c676a393 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Conveyor/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Conveyor/resource.json @@ -9,8 +9,8 @@ "attributes": { "lastModification": { "actor": "Admin", - "timestamp": "2025-08-27T09:35:57Z" + "timestamp": "2025-08-28T09:48:55Z" }, - "lastModificationSignature": "1d49bc78f2470037d0318a7e5786b7494de21e85f32d999ea880359a408f25ee" + "lastModificationSignature": "4a8abad7688a3d9e760b473db6e91d82b321dbba31f86c9d097d9cb4d47c7834" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/DPM/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/DPM/resource.json index 7f0547f4..4deeccaf 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/DPM/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/DPM/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-26T14:31:06Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, - "lastModificationSignature": "9b3ebf3b94b300d6cf40fc71b8ae2fbb3e54be53a6f15751a7c3caf80c631c79" + "lastModificationSignature": "bbc93183c1df5063678b6e73e850dcdd16c818264a7910ea10a68f9a7764efbd" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/EPC/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/EPC/resource.json index 06ff942e..e02a67d6 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/EPC/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/EPC/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-26T14:31:23Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, - "lastModificationSignature": "8c6479789d28d57bb747e57d21e8311157468fe9d7743be8df98f68744b43fa5" + "lastModificationSignature": "3a20cedc8864e3e481fb4df4aef8f4f0048c6b9c3464450317139a9c527cc1a7" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Encoder/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Encoder/resource.json index 4f361465..8da9ed7c 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Encoder/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Encoder/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-26T14:31:28Z" + "actor": "external", + "timestamp": "2025-08-28T10:01:54Z" }, - "lastModificationSignature": "76f6b2cccd2a66012c965c80b56e59cf5f6c4c57904cb25e05f354fb406bf04d" + "lastModificationSignature": "3534bc46bd2a6f460ee238bbcec31b932224f4646ce6bb2f50ea4eb1cc89531b" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Field_IO/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Field_IO/resource.json index de233efb..c28396ce 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Field_IO/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Field_IO/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-26T14:31:41Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, - "lastModificationSignature": "4ffb52abe784449ce8c8d4d09acdef6b5ce14a7674f39e6776ccf5110d7ac89a" + "lastModificationSignature": "dddb202518c066c17445f75d5c459bd03a9efe295cc2fe41197399a4a179a27c" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/JAM/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/JAM/resource.json index 2e128ce2..96dda034 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/JAM/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/JAM/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-19T09:26:57Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, - "lastModificationSignature": "b230b581d1b9b58d629fef119a7bb41fa4ca876e0c2c2080a1d19195de7d6051" + "lastModificationSignature": "19cb6c9389db5f7b7c5434cd45194b870350f683cd7be6514d2cc889dbfbf7e4" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/JR_Button/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/JR_Button/resource.json index 0648a69b..137c3b9b 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/JR_Button/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/JR_Button/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-26T14:31:49Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, - "lastModificationSignature": "ff97fe9104740122fd584a0096f8eb07ff134647e6fdbf2e163955ad7447ad47" + "lastModificationSignature": "a5addfc0df1195404ad38f744027117001fa2e2ad3314e07177d2607554878df" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Left90/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Left90/resource.json index 9f4a5f97..38eeeb98 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Left90/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Left90/resource.json @@ -10,8 +10,8 @@ "attributes": { "lastModification": { "actor": "Admin", - "timestamp": "2025-08-27T10:59:03Z" + "timestamp": "2025-08-28T09:51:21Z" }, - "lastModificationSignature": "fdaa676e5a670145203c9da636cb89b75c9aff74324a8d5a4f05445444ffbcde" + "lastModificationSignature": "640a52f9d93a755d76853e0ea255b69b4b4315dc15649310310953157c09e27a" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Left90/thumbnail.png b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Left90/thumbnail.png index 7819b049..3b6bc749 100644 Binary files a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Left90/thumbnail.png and b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Left90/thumbnail.png differ diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/MCM/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/MCM/resource.json index b5481df2..48b7370b 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/MCM/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/MCM/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-26T14:32:19Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, - "lastModificationSignature": "466d8d395f7d5d2777041906e032b17a7b9feebe49874ad1d32efb9f0186a659" + "lastModificationSignature": "2b26dd588b9868366968ff582396d173730e9481a167a6c46059ba3e7dce5e82" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye/resource.json index 41216f8c..f939dbfd 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-26T16:07:40Z" + "actor": "Admin", + "timestamp": "2025-08-28T09:54:09Z" }, - "lastModificationSignature": "cc19d69bda95cb66aa0a34f6e1c05855ddf1ae1564f713fbf1ee55dc2c13131f" + "lastModificationSignature": "8a51b060075f6fe764e57356b4044e5b4749b3dda971d0ea129ce846bdc3206d" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye/thumbnail.png b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye/thumbnail.png index be91464d..972bda6e 100644 Binary files a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye/thumbnail.png and b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye/thumbnail.png differ diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye/view.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye/view.json index fdfce0c3..80c1a5ff 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye/view.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye/view.json @@ -82,7 +82,7 @@ "props": { "defaultSize": { "height": 42, - "width": 258 + "width": 98 } }, "root": { diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Long/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Long/resource.json index 8f58ae16..309f25ea 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Long/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Long/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-26T14:32:32Z" + "actor": "external", + "timestamp": "2025-08-28T10:01:54Z" }, - "lastModificationSignature": "582e783fd51c7bbeb9f8e5beda5f64acc4a40bc1332da6b6e03ec281abe42ef8" + "lastModificationSignature": "a344a3dd09008170c002c6c2990b34e3c3fdbe5bdb676355cdd3cee43cbda567" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Long (1)/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Medium/resource.json similarity index 52% rename from BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Long (1)/resource.json rename to BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Medium/resource.json index bc3ea856..004e248a 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Long (1)/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Medium/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-26T14:32:38Z" + "actor": "external", + "timestamp": "2025-08-28T10:01:54Z" }, - "lastModificationSignature": "d2ec57b53be92db9cedba4198acaf9ee1f1c68f33cd05d23b7c3acd204f39fd2" + "lastModificationSignature": "fda7255db97d0f1432621c45b715ea0a4e1ef8904c0ad597d5cb7c3a41979d78" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Long (1)/thumbnail.png b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Medium/thumbnail.png similarity index 100% rename from BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Long (1)/thumbnail.png rename to BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Medium/thumbnail.png diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Long (1)/view.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Medium/view.json similarity index 100% rename from BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Long (1)/view.json rename to BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Medium/view.json diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/ProxSwitch/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/ProxSwitch/resource.json index 0e1c25c6..bed83d7c 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/ProxSwitch/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/ProxSwitch/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-26T14:32:43Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, - "lastModificationSignature": "a2e975e0664ac172de06d3e854080ee2347fba63f69fec977ca6507269d7d877" + "lastModificationSignature": "406ece27009ebb33bb0c118aca059320bf4d29c152aa4ccc95d5ab4badc7641b" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Right45/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Right45/resource.json index 85949ab8..93af640c 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Right45/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Right45/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "Admin", - "timestamp": "2025-08-27T11:03:26Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, - "lastModificationSignature": "00dc42f9fc109eaf7c3cdaaa23056232315d326ae06289ad09d39ead7050a9f9" + "lastModificationSignature": "87f0d8ec3a76546917f790e17157ee45d5d90b73969cf133142f2c8a694a49d5" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Right90/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Right90/resource.json index 58e8cdc9..4e01bbbd 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Right90/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Right90/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "Admin", - "timestamp": "2025-08-27T11:01:54Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, - "lastModificationSignature": "c605f847fdd7b9f25c60c1879693f99442de4e17236bd55e97e5da36f1e485ef" + "lastModificationSignature": "324e16878161ddfff807fe814fba6b627d06221a3db5e0480ee862d112b45e8d" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/SS_Button/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/SS_Button/resource.json index 319b81ac..04404032 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/SS_Button/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/SS_Button/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-26T14:32:54Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, - "lastModificationSignature": "2298460af083ccdfba7e2a4da9e30a64dbdd68a50d1145d4e4f6b0695414e533" + "lastModificationSignature": "ba0342c46ff4cd83234832fb2a71827afb28ab26549a57cbf4a7dd996284e104" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Safety_IO/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Safety_IO/resource.json index c8e1d065..a894f9cf 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Safety_IO/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Safety_IO/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-26T14:33:00Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, - "lastModificationSignature": "c1104b8090860c55905dd030851c58702815feefa47a087ae04e79573d468503" + "lastModificationSignature": "eee896aa5b8e386e880d3915326f161ec77e2916f56a4e3844df7f4bfafeb491" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Solenoid/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Solenoid/resource.json index b83a478b..132d1b9f 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Solenoid/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Solenoid/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-26T14:33:05Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, - "lastModificationSignature": "5d991e3d4830438f4ec9a98629ad386e2be366855185ffcd3adda34533816bd4" + "lastModificationSignature": "9314bc3c5f0b7f9a04e6a6747d484a12f55edf259679b600fe4c4919f35cc062" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/VFD/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/VFD/resource.json index 5bc893e0..33069d4f 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/VFD/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/VFD/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-26T14:33:17Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, - "lastModificationSignature": "20b2df5ace00d8a3ec767859dc06219a128542aa391120b6052c26b185d2a950" + "lastModificationSignature": "d3dca34f053480a1be10e95bed283cfda5d05ecacbf44f24b3069deea1e28c3a" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Overview/BNA8/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Overview/BNA8/resource.json index 208d6100..eb13f21b 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Overview/BNA8/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Overview/BNA8/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-21T14:58:27Z" + "actor": "Admin", + "timestamp": "2025-08-28T10:01:23Z" }, - "lastModificationSignature": "d514e9a65bf26bf997316ea7b5bc25917f4d291f1bdaa670d031481f798ea268" + "lastModificationSignature": "187165dd2e107046fc0fc1d917b03f47253becaaf4ebcc7b3df309c10be56b48" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Overview/BNA8/thumbnail.png b/BNA8/com.inductiveautomation.perspective/views/autStand/Overview/BNA8/thumbnail.png index c0274c8e..89bd6989 100644 Binary files a/BNA8/com.inductiveautomation.perspective/views/autStand/Overview/BNA8/thumbnail.png and b/BNA8/com.inductiveautomation.perspective/views/autStand/Overview/BNA8/thumbnail.png differ diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Overview/BNA8/view.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Overview/BNA8/view.json index 59319778..e5d9a63b 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Overview/BNA8/view.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Overview/BNA8/view.json @@ -9,31 +9,6 @@ }, "root": { "children": [ - { - "meta": { - "name": "overview" - }, - "position": { - "height": 1, - "width": 1 - }, - "propConfig": { - "props.source": { - "binding": { - "config": { - "expression": "\"http://127.0.0.1:5500/overview.svg?var\" + toMillis(now(1000))" - }, - "type": "expr" - } - } - }, - "props": { - "fit": { - "mode": "fill" - } - }, - "type": "ia.display.image" - }, { "events": { "dom": { @@ -207,6 +182,919 @@ "path": "autStand/Custom_Views/Global-Stop" }, "type": "ia.display.view" + }, + { + "meta": { + "name": "overview" + }, + "position": { + "height": 1, + "width": 1 + }, + "props": { + "elements": [ + { + "id": "defs1", + "name": "defs1", + "type": "defs" + }, + { + "elements": [ + { + "d": "M -4.378472,89.580386 H 3.5901454 V 125.29155 H -4.4206305 Z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path25072", + "name": "path25072", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.252688" + }, + "type": "path" + }, + { + "d": "M -4.312672,89.101688 C -4.5876011,80.125202 -3.2439287,75.830839 4.8339266,70.797235 l 3.956609,7.009733 c -4.9103195,2.06676 -5.0563864,6.77837 -5.1411604,11.315804 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path26615", + "name": "path26615", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.252688" + }, + "type": "path" + }, + { + "d": "m 50.898508,98.853708 h 7.968617 v 54.314522 h -8.010778 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path26618", + "name": "path26618", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.252688" + }, + "type": "path" + }, + { + "d": "m 50.958134,89.432821 h 7.968618 v 8.819797 h -8.010779 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27070", + "name": "path27070", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.252688" + }, + "type": "path" + }, + { + "d": "m 50.928321,80.131172 h 7.968618 v 8.819813 H 50.88616 Z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27071", + "name": "path27071", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.252688" + }, + "type": "path" + }, + { + "d": "m 50.915973,79.650984 c -0.03662,-9.337847 0.465631,-12.934512 9.057157,-18.185229 l 4.090773,6.979925 c -5.588475,2.499739 -5.315971,6.075008 -5.200833,11.256195 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27072", + "name": "path27072", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.252688" + }, + "type": "path" + }, + { + "d": "m 15.838378,78.223145 h 7.968619 v 8.819821 H 15.79622 Z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27073", + "name": "path27073", + "stroke": { + "width": "0.50231" + }, + "type": "path" + }, + { + "d": "m 12.752552,66.262724 3.986892,6.899531 -7.6365567,4.412776 -4.0079851,-6.936038 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27074", + "name": "path27074", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.252688" + }, + "type": "path" + }, + { + "d": "m 20.802068,61.611891 3.986891,6.89953 -7.636553,4.412776 -4.007985,-6.936038 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27080", + "name": "path27080", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.252688" + }, + "type": "path" + }, + { + "d": "m 38.667066,60.819149 -13.520212,7.527793 -4.002401,-6.961347 1.520466,-0.558992 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27081", + "name": "path27081", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.252688" + }, + "type": "path" + }, + { + "d": "m 78.015155,60.866426 -13.60965,7.438354 -3.994947,-7.095504 1.445933,-0.372663 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27082", + "name": "path27082", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.252688" + }, + "type": "path" + }, + { + "d": "m 129.52339,52.800311 -0.0151,7.851928 -113.971891,-0.04791 0.01496,-7.89347 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27083", + "name": "path27083", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.238825" + }, + "type": "path" + }, + { + "d": "m 236.88886,52.801916 -0.0139,7.867113 -106.01774,-0.04799 0.0139,-7.908736 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27084", + "name": "path27084", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.242668" + }, + "type": "path" + }, + { + "d": "m 368.13999,52.797747 -0.0172,7.822731 -130.50685,-0.04772 0.0171,-7.864122 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27085", + "name": "path27085", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.234406" + }, + "type": "path" + }, + { + "d": "m 369.49312,52.813912 c 5.09019,0.02616 8.04486,-0.269843 12.36531,2.010832 1.67283,0.976995 2.77146,2.097541 3.77814,3.241071 1.87532,2.871826 3.18129,5.922868 3.08318,10.89571 l -8.15234,0.03135 c -0.0812,-1.942515 0.0451,-3.839973 -1.5641,-5.83706 -2.41138,-2.715434 -6.2041,-2.357309 -9.50466,-2.469335 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27086", + "name": "path27086", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.252688" + }, + "type": "path" + }, + { + "d": "m 380.58918,69.815611 h 7.981 v 49.015349 h -8.02323 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27087", + "name": "path27087", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.240233" + }, + "type": "path" + }, + { + "d": "m 380.59871,119.40759 h 7.96863 v 8.81983 h -8.01079 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27088", + "name": "path27088", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.252688" + }, + "type": "path" + }, + { + "d": "m 396.96637,148.01543 c -12.43434,0.13379 -16.63124,-5.75179 -16.36143,-18.99941 l 7.94153,2.9e-4 c 0.10783,7.84908 0.23927,10.85259 8.38711,11.06261 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27089", + "name": "path27089", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.252688" + }, + "type": "path" + }, + { + "d": "m 413.83301,140.11689 0.10923,7.87616 -16.20895,0.065 -0.10979,-7.91782 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27090", + "name": "path27090", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.241563" + }, + "type": "path" + }, + { + "d": "m 430.4526,140.02996 0.10455,7.88132 -15.51656,0.065 -0.1051,-7.92301 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27091", + "name": "path27091", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.236424" + }, + "type": "path" + }, + { + "d": "m 440.81813,139.95878 0.0487,6.55847 -9.56453,0.0779 -0.0489,-6.59313 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27092", + "name": "path27092", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.238731" + }, + "type": "path" + }, + { + "d": "m 450.1582,139.95794 0.002,6.57291 -8.84277,0.002 -0.002,-6.60765 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27093", + "name": "path27093", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.229793" + }, + "type": "path" + } + ], + "id": "layer1", + "name": "layer1", + "transform": "matrix(0.56807668,0,0,0.56807668,5.5337225,77.507079)", + "type": "group" + }, + { + "elements": [ + { + "d": "m -47.288477,130.08048 -0.0023,7.03059 -17.71564,-0.0427 0.0021,-7.06782 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path27083-7", + "name": "path27083-7", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.225889" + }, + "type": "path" + }, + { + "d": "m -28.515569,129.98657 -0.02451,7.1427 -8.599364,-0.0439 -0.02605,-7.1034 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187860", + "name": "path187860", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.189682" + }, + "type": "path" + }, + { + "d": "m 344.49217,130.0732 -0.0484,7.04544 -371.730113,-0.0428 0.04846,-7.08273 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187861", + "name": "path187861", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.212063" + }, + "type": "path" + }, + { + "d": "m 362.98134,129.90056 -0.003,7.27633 -17.50396,-0.0444 0.002,-7.31485 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187862", + "name": "path187862", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.222103" + }, + "type": "path" + }, + { + "d": "m 387.49428,129.92602 -0.004,7.27609 -23.77653,-0.0443 0.003,-7.31458 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187863", + "name": "path187863", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.222634" + }, + "type": "path" + }, + { + "d": "m 9.0733037,127.009 -19.0793567,-0.006 0.1159837,-48.847252 19.180351,0.0063 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187864", + "name": "path187864", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 29.985658,127.009 -19.079355,-0.006 0.115984,-48.847252 19.180349,0.0063 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187865", + "name": "path187865", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 50.223415,127.09332 -19.079354,-0.006 0.115983,-48.847248 19.180348,0.0063 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187866", + "name": "path187866", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 77.881679,190.67362 -19.079353,-0.006 0.115984,-48.84721 19.180348,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187867", + "name": "path187867", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 98.625394,190.67362 -19.079369,-0.006 0.115984,-48.84721 19.180355,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187868", + "name": "path187868", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 119.20047,190.67362 -19.07936,-0.006 0.11599,-48.84721 19.18035,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187869", + "name": "path187869", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 146.52145,190.84227 -19.07936,-0.006 0.11599,-48.84721 19.18034,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187870", + "name": "path187870", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 166.59056,190.84227 -19.07936,-0.006 0.11599,-48.84721 19.18035,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187871", + "name": "path187871", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 186.57534,190.92659 -19.07935,-0.006 0.11598,-48.84721 19.18036,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187872", + "name": "path187872", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 215.9201,190.42065 -19.07936,-0.006 0.11598,-48.84721 19.18035,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187873", + "name": "path187873", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 236.49514,190.75795 -19.07934,-0.006 0.11597,-48.8472 19.18036,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187874", + "name": "path187874", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 257.91345,190.92659 -19.07936,-0.006 0.11599,-48.84721 19.18034,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187875", + "name": "path187875", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 284.89712,190.252 -19.07935,-0.006 0.11598,-48.8472 19.18035,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187876", + "name": "path187876", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 305.13488,190.42064 -19.07936,-0.006 0.11599,-48.84721 19.18035,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187877", + "name": "path187877", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 325.87857,190.75794 -19.07935,-0.006 0.11598,-48.8472 19.18036,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187878", + "name": "path187878", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 327.05912,128.02089 -19.07936,-0.006 0.11599,-48.847247 19.18034,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187879", + "name": "path187879", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 305.80947,128.02089 -19.07936,-0.006 0.11599,-48.847247 19.18034,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187880", + "name": "path187880", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 284.89711,128.02089 -19.07935,-0.006 0.11598,-48.847247 19.18035,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187881", + "name": "path187881", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 255.72101,128.18954 -19.07936,-0.006 0.11599,-48.84725 19.18035,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187882", + "name": "path187882", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 235.3146,128.18954 -19.07936,-0.006 0.11599,-48.84725 19.18035,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187883", + "name": "path187883", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 215.07684,128.02089 -19.07935,-0.006 0.11598,-48.847247 19.18035,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187884", + "name": "path187884", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 186.57533,128.02089 -19.07935,-0.006 0.11598,-48.847247 19.18036,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187885", + "name": "path187885", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 166.33758,128.02089 -19.07936,-0.006 0.11599,-48.847247 19.18035,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187886", + "name": "path187886", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 146.09982,128.35819 -19.07935,-0.006 0.11598,-48.847251 19.18035,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187887", + "name": "path187887", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 117.76696,127.85225 -19.079376,-0.006 0.11598,-48.847256 19.180376,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187888", + "name": "path187888", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 97.69782,127.85225 -19.079362,-0.006 0.115983,-48.847256 19.18036,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187889", + "name": "path187889", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m 77.797353,127.85225 -19.079354,-0.006 0.115983,-48.847256 19.180349,0.006 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187890", + "name": "path187890", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.133403" + }, + "type": "path" + }, + { + "d": "m -37.91778,129.98607 -0.0242,7.1438 -8.490173,-0.044 -0.02571,-7.10449 z", + "fill": { + "opacity": "1", + "paint": "#ffffff" + }, + "id": "path187891", + "name": "path187891", + "stroke": { + "dasharray": "none", + "opacity": "1", + "paint": "#000000", + "width": "0.18849" + }, + "type": "path" + } + ], + "id": "layer3", + "name": "layer3", + "transform": "matrix(0.53694524,0,0,0.53694524,296.74386,87.188117)", + "type": "group" + } + ], + "viewBox": "0 0 507.99999 285.75" + }, + "type": "ia.shapes.svg" } ], "meta": { diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Overview/Home/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Overview/Home/resource.json index 67a9deb6..92f26047 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Overview/Home/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Overview/Home/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-21T14:24:31Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, - "lastModificationSignature": "fe960c0d7138a003f7cbf86b8e7184184e13bee2e1f2f5e55b772eb1131aeec9" + "lastModificationSignature": "5f668dbd8586eb17f4e2ddcf553e198fe1e50ebabbb451486e38853c1a618655" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/PopUp-Views/DatabaseError/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/PopUp-Views/DatabaseError/resource.json index 2e7d8739..f646d52d 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/PopUp-Views/DatabaseError/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/PopUp-Views/DatabaseError/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-27T07:59:06Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, - "lastModificationSignature": "343c19b4488ba9acad6fcab2d3f99e9fdbfaa5e867154757fbd9a8a1b7d0d953" + "lastModificationSignature": "8b191979c88efff62a921da8ed934e3d3ad38ce64e5e391989c567674ac4a0b5" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/PopUp-Views/Detail-View-Filter/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/PopUp-Views/Detail-View-Filter/resource.json index 4fbf45c4..a4311244 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/PopUp-Views/Detail-View-Filter/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/PopUp-Views/Detail-View-Filter/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-27T07:54:56Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, - "lastModificationSignature": "e9517cb0403a375bfef1353d13707c409115f80a2c4f9a5cffd13f4ce41e8304" + "lastModificationSignature": "fd41ad453e4d98f59979fd5cd9d0607438fb4a8458a6e7b62c8fa812820c39de" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/PopUp-Views/Search/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/PopUp-Views/Search/resource.json index 2660fbcb..0a875392 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/PopUp-Views/Search/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/PopUp-Views/Search/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-26T13:29:31Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, - "lastModificationSignature": "f99fb1cff0b72c89db2d8521106e3667fc8b2a647ce6ed2e13083e7e4535c183" + "lastModificationSignature": "c665539d64176487fe1f79a7ae976e1bd9ef9b1461d5f094a848e8d9a27db27c" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Windows/CommandControl/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Windows/CommandControl/resource.json index 69b832ff..2bb9fe73 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Windows/CommandControl/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Windows/CommandControl/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-19T15:24:07Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, - "lastModificationSignature": "e78265a31371a20cc7b298abdd23dee4ab0a3010078d63c2c16fbb946bf6a699" + "lastModificationSignature": "9b39f3cadacf01212dd476c54433f448ad338b3f518596eb81914e4707b5b6b7" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Windows/Statistics/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Windows/Statistics/resource.json index 72834e7f..8052855a 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Windows/Statistics/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Windows/Statistics/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-22T15:50:29Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, - "lastModificationSignature": "f81f09a3626de8e42dd3ff17784eb24e2a3c6de51472980839ee4fb72761b1a2" + "lastModificationSignature": "175bd1d27df79b02ca35ce037c0741907b72474116e3e65b2d9ea7178464f0a0" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Windows/Status/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Windows/Status/resource.json index 1b019220..f59e4be9 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Windows/Status/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Windows/Status/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-22T15:50:27Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, - "lastModificationSignature": "732865cbd8e07271b46001d3ba71f81d8eeb7ccd070f69e636b10c65b082dee2" + "lastModificationSignature": "c02b9c7fbacae96077a10d21f9d498413a99cafdeb27e1ad98b885e2bd7322f9" } } \ No newline at end of file diff --git a/BNA8/ignition/named-query/Statistics-autStand/Hourly Induct Count/resource.json b/BNA8/ignition/named-query/Statistics-autStand/Hourly Induct Count/resource.json index 6b31e934..a825822c 100644 --- a/BNA8/ignition/named-query/Statistics-autStand/Hourly Induct Count/resource.json +++ b/BNA8/ignition/named-query/Statistics-autStand/Hourly Induct Count/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "MariaDB", "fallbackEnabled": false, - "lastModificationSignature": "df2917b09db10807b882bd63c7d157544dbf940e176ece6a97fb7daf1e383610", + "lastModificationSignature": "8ec71f0bce663d8de4a70e8cbf68fe65c03b3c6ca01f5461d14126a32f5aa6b3", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2025-08-22T13:10:12Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, "syntaxProvider": "class com.adbs.syntax.MySQLSyntaxProvider", "parameters": [ diff --git a/BNA8/ignition/named-query/Statistics-autStand/Hourly Induct Percent/resource.json b/BNA8/ignition/named-query/Statistics-autStand/Hourly Induct Percent/resource.json index e229901f..1a1f4154 100644 --- a/BNA8/ignition/named-query/Statistics-autStand/Hourly Induct Percent/resource.json +++ b/BNA8/ignition/named-query/Statistics-autStand/Hourly Induct Percent/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "MariaDB", "fallbackEnabled": false, - "lastModificationSignature": "09550c6ca02ee5e1619525d815006c876d783afa5f1851a9b527e7218da37846", + "lastModificationSignature": "72119e2f317228eb334cdfc1d949821231965aa80f72dc5ef3abad28316c2b6e", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2025-08-22T13:10:12Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, "syntaxProvider": "class com.adbs.syntax.MySQLSyntaxProvider", "parameters": [ diff --git a/BNA8/ignition/named-query/Statistics-autStand/Hourly Induct Rate/resource.json b/BNA8/ignition/named-query/Statistics-autStand/Hourly Induct Rate/resource.json index d66c50b1..1cab7c77 100644 --- a/BNA8/ignition/named-query/Statistics-autStand/Hourly Induct Rate/resource.json +++ b/BNA8/ignition/named-query/Statistics-autStand/Hourly Induct Rate/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "MariaDB", "fallbackEnabled": false, - "lastModificationSignature": "b38f01f2e607e466745b07e3ff84d55f9317ca73801652ba376e269912b8d3fc", + "lastModificationSignature": "8f64f8837c821d7ea1df420a94531e274d4a129d049cf62279a5c2fe33bc5511", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2025-08-22T13:10:12Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, "syntaxProvider": "class com.adbs.syntax.MySQLSyntaxProvider", "parameters": [ diff --git a/BNA8/ignition/named-query/Statistics-autStand/Hourly Lane Count/resource.json b/BNA8/ignition/named-query/Statistics-autStand/Hourly Lane Count/resource.json index 36529667..d82c7722 100644 --- a/BNA8/ignition/named-query/Statistics-autStand/Hourly Lane Count/resource.json +++ b/BNA8/ignition/named-query/Statistics-autStand/Hourly Lane Count/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "MariaDB", "fallbackEnabled": false, - "lastModificationSignature": "eb122efa6aa3736f40856b0b1bbe4afb368e7ac1a150c4c1d972538458a31c2a", + "lastModificationSignature": "91c0a9fc8933ca0da6324bac6d58ed14e0b6954a444f096cc00536df4eccab0e", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2025-08-22T13:10:12Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, "syntaxProvider": "class com.adbs.syntax.MySQLSyntaxProvider", "parameters": [ diff --git a/BNA8/ignition/named-query/Statistics-autStand/Hourly Lane Percent/resource.json b/BNA8/ignition/named-query/Statistics-autStand/Hourly Lane Percent/resource.json index ea9fcf6c..290edede 100644 --- a/BNA8/ignition/named-query/Statistics-autStand/Hourly Lane Percent/resource.json +++ b/BNA8/ignition/named-query/Statistics-autStand/Hourly Lane Percent/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "MariaDB", "fallbackEnabled": false, - "lastModificationSignature": "0771f6dc81537b0fd8460a49e930e7b087a7870c34ccc70d1819d4d291d1bb8d", + "lastModificationSignature": "c0c43f6f8151cceedf3dcb10ef43784c2240b76aecc89c26abaf1db24bdb2515", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2025-08-22T13:10:12Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, "syntaxProvider": "class com.adbs.syntax.MySQLSyntaxProvider", "parameters": [ diff --git a/BNA8/ignition/named-query/Statistics-autStand/Hourly Lane Rate/resource.json b/BNA8/ignition/named-query/Statistics-autStand/Hourly Lane Rate/resource.json index 680b6dd9..a5098965 100644 --- a/BNA8/ignition/named-query/Statistics-autStand/Hourly Lane Rate/resource.json +++ b/BNA8/ignition/named-query/Statistics-autStand/Hourly Lane Rate/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "MariaDB", "fallbackEnabled": false, - "lastModificationSignature": "7d6c4cff2419eeb519941cbe6b1b7a7ec4e3158cb32a102839b3ae54d93d56a2", + "lastModificationSignature": "4c01ae08d2a39990e0343ccdc6dcddede95619be5aab674e15cdff7ac7e30f16", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2025-08-22T13:10:12Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, "syntaxProvider": "class com.adbs.syntax.MySQLSyntaxProvider", "parameters": [ diff --git a/BNA8/ignition/named-query/Statistics-autStand/Hourly Scanner Count/resource.json b/BNA8/ignition/named-query/Statistics-autStand/Hourly Scanner Count/resource.json index 905dbc44..62622b8c 100644 --- a/BNA8/ignition/named-query/Statistics-autStand/Hourly Scanner Count/resource.json +++ b/BNA8/ignition/named-query/Statistics-autStand/Hourly Scanner Count/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "MariaDB", "fallbackEnabled": false, - "lastModificationSignature": "a48b496285f43fef07c4a9401330a9e9271c14e036af5fecd3f94534e17a4815", + "lastModificationSignature": "f69424b7c0a1ed04a8e7a14e7dbcd60658e5966c71aeb1c397b0c5d38c644982", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2025-08-22T13:10:12Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, "syntaxProvider": "class com.adbs.syntax.MySQLSyntaxProvider", "parameters": [ diff --git a/BNA8/ignition/named-query/Statistics-autStand/Hourly Scanner Percent/resource.json b/BNA8/ignition/named-query/Statistics-autStand/Hourly Scanner Percent/resource.json index df63515f..6d033820 100644 --- a/BNA8/ignition/named-query/Statistics-autStand/Hourly Scanner Percent/resource.json +++ b/BNA8/ignition/named-query/Statistics-autStand/Hourly Scanner Percent/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "MariaDB", "fallbackEnabled": false, - "lastModificationSignature": "a738e1fd0834e8341e4137f7e5683cecefad42aaa9e6733b34442bf084b1c319", + "lastModificationSignature": "3500bcbae27fe02a0e28475e78186327516dff27b4c8dbb23a9be58f91e9eb11", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2025-08-22T13:10:12Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, "syntaxProvider": "class com.adbs.syntax.MySQLSyntaxProvider", "parameters": [ diff --git a/BNA8/ignition/named-query/Statistics-autStand/Hourly Scanner Rate/resource.json b/BNA8/ignition/named-query/Statistics-autStand/Hourly Scanner Rate/resource.json index a3dda3b8..2d8f3d67 100644 --- a/BNA8/ignition/named-query/Statistics-autStand/Hourly Scanner Rate/resource.json +++ b/BNA8/ignition/named-query/Statistics-autStand/Hourly Scanner Rate/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "MariaDB", "fallbackEnabled": false, - "lastModificationSignature": "f32d85c2426e144b8c2dd01501689336cbd804d042e2d1d0ea012a61a57f10d8", + "lastModificationSignature": "5862a2189e13fd87c6396b889769ed34c3a072168c14178442f74ebdfd41d280", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2025-08-22T13:10:12Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, "syntaxProvider": "class com.adbs.syntax.MySQLSyntaxProvider", "parameters": [ diff --git a/BNA8/ignition/named-query/Statistics-autStand/Hourly Sorter Details Count/resource.json b/BNA8/ignition/named-query/Statistics-autStand/Hourly Sorter Details Count/resource.json index e6a3f850..35de7c81 100644 --- a/BNA8/ignition/named-query/Statistics-autStand/Hourly Sorter Details Count/resource.json +++ b/BNA8/ignition/named-query/Statistics-autStand/Hourly Sorter Details Count/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "MariaDB", "fallbackEnabled": false, - "lastModificationSignature": "b251b485b1cc7c3c6d63c0f8f8033a6e1748c7dc5e193f0231c814cc89ac6083", + "lastModificationSignature": "e68043dcd4cec070487958b0ce4ce9da404fa50e35a1f628c9c16027222e657b", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2025-08-22T13:10:12Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, "syntaxProvider": "class com.adbs.syntax.MySQLSyntaxProvider", "parameters": [ diff --git a/BNA8/ignition/named-query/Statistics-autStand/Hourly Sorter Details Percent/resource.json b/BNA8/ignition/named-query/Statistics-autStand/Hourly Sorter Details Percent/resource.json index 300a0119..19fcd3ba 100644 --- a/BNA8/ignition/named-query/Statistics-autStand/Hourly Sorter Details Percent/resource.json +++ b/BNA8/ignition/named-query/Statistics-autStand/Hourly Sorter Details Percent/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "MariaDB", "fallbackEnabled": false, - "lastModificationSignature": "f3966a9c2b83d8e9420cf18aa72aff5087697bdee6f899f6b200c875ca119182", + "lastModificationSignature": "d954a5702f08fd324b5f137ba80766c75ec51e01f267df59d67df4db7d1b2f43", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2025-08-22T13:10:12Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, "syntaxProvider": "class com.adbs.syntax.MySQLSyntaxProvider", "parameters": [ diff --git a/BNA8/ignition/named-query/Statistics-autStand/Hourly Sorter Details Rate/resource.json b/BNA8/ignition/named-query/Statistics-autStand/Hourly Sorter Details Rate/resource.json index 26072f56..e4772cd8 100644 --- a/BNA8/ignition/named-query/Statistics-autStand/Hourly Sorter Details Rate/resource.json +++ b/BNA8/ignition/named-query/Statistics-autStand/Hourly Sorter Details Rate/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "MariaDB", "fallbackEnabled": false, - "lastModificationSignature": "a4735877b710013d28fa0c51425a2bafea5d1df0daddb3d0d7a57f69cf07719a", + "lastModificationSignature": "8fd4960d69592a0d0570c142ffd0d01ef0099cc913008480823eefc769248664", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2025-08-22T13:10:12Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, "syntaxProvider": "class com.adbs.syntax.MySQLSyntaxProvider", "parameters": [ diff --git a/BNA8/ignition/named-query/Statistics-autStand/Hourly Sorter Summary Count/resource.json b/BNA8/ignition/named-query/Statistics-autStand/Hourly Sorter Summary Count/resource.json index 3ea182e1..b4955669 100644 --- a/BNA8/ignition/named-query/Statistics-autStand/Hourly Sorter Summary Count/resource.json +++ b/BNA8/ignition/named-query/Statistics-autStand/Hourly Sorter Summary Count/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "MariaDB", "fallbackEnabled": false, - "lastModificationSignature": "2b2f80406d955b82ef76e0e7f460de949ea2a9f3db204c01d4a1d1ac7d920ea9", + "lastModificationSignature": "619c6e9dadf4301a766a7742f5c73f4f57ec6cbc41075427e103b4f62ae632a0", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2025-08-22T13:10:12Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, "syntaxProvider": "class com.adbs.syntax.MySQLSyntaxProvider", "parameters": [ diff --git a/BNA8/ignition/named-query/Statistics-autStand/Hourly Sorter Summary Percent/resource.json b/BNA8/ignition/named-query/Statistics-autStand/Hourly Sorter Summary Percent/resource.json index ea105406..e694f240 100644 --- a/BNA8/ignition/named-query/Statistics-autStand/Hourly Sorter Summary Percent/resource.json +++ b/BNA8/ignition/named-query/Statistics-autStand/Hourly Sorter Summary Percent/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "MariaDB", "fallbackEnabled": false, - "lastModificationSignature": "9c1c97e46f7d7c4aac8415af9a4accaa56fe5aefc7ffd0ec4ca6729770693e22", + "lastModificationSignature": "ebfde7f11ff40bd2ff06de2bdc7afc268940b19c01f5c527576da6f8b92ea3c8", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2025-08-22T13:10:12Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, "syntaxProvider": "class com.adbs.syntax.MySQLSyntaxProvider", "parameters": [ diff --git a/BNA8/ignition/named-query/Statistics-autStand/Hourly Sorter Summary Rate/resource.json b/BNA8/ignition/named-query/Statistics-autStand/Hourly Sorter Summary Rate/resource.json index 48945261..405fa4a3 100644 --- a/BNA8/ignition/named-query/Statistics-autStand/Hourly Sorter Summary Rate/resource.json +++ b/BNA8/ignition/named-query/Statistics-autStand/Hourly Sorter Summary Rate/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "MariaDB", "fallbackEnabled": false, - "lastModificationSignature": "dfa0fd6ca30bb7f5b504f7ace2df53076ca0d9d3cc00d7e577f4671f3bf0bd37", + "lastModificationSignature": "5eb6192e01cf65242e88e42448f905c50957ae7b7026ecc3cd8635d26c8c88c6", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2025-08-22T13:10:12Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, "syntaxProvider": "class com.adbs.syntax.MySQLSyntaxProvider", "parameters": [ diff --git a/BNA8/ignition/named-query/Statistics-autStand/Induct Details/resource.json b/BNA8/ignition/named-query/Statistics-autStand/Induct Details/resource.json index 7b27be7f..8be9967e 100644 --- a/BNA8/ignition/named-query/Statistics-autStand/Induct Details/resource.json +++ b/BNA8/ignition/named-query/Statistics-autStand/Induct Details/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "MariaDB", "fallbackEnabled": false, - "lastModificationSignature": "ffc69340442049b18adcc449de6e9b7c6df98b0c5c7ee31a0aab47cea7b17dd7", + "lastModificationSignature": "df663c5f86b88d688738c4153356f3efe328cfe1a8f9927ce0d34a114fc83c9d", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2025-08-22T13:10:12Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, "syntaxProvider": "class com.adbs.syntax.MySQLSyntaxProvider", "parameters": [ diff --git a/BNA8/ignition/named-query/Statistics-autStand/Induct Details_graph/resource.json b/BNA8/ignition/named-query/Statistics-autStand/Induct Details_graph/resource.json index cc13d916..4df6d96d 100644 --- a/BNA8/ignition/named-query/Statistics-autStand/Induct Details_graph/resource.json +++ b/BNA8/ignition/named-query/Statistics-autStand/Induct Details_graph/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "MariaDB", "fallbackEnabled": false, - "lastModificationSignature": "c4d056b124dca505a515b26363ed58d915209e5ca47cac5dd357b4135ffddc91", + "lastModificationSignature": "ce39a44ae7f438ed2621766eb4166b984c360bac3ded6af11702ecf4af2c53f3", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2025-08-22T13:10:12Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, "syntaxProvider": "class com.adbs.syntax.MySQLSyntaxProvider", "parameters": [ diff --git a/BNA8/ignition/named-query/Statistics-autStand/Lane Details/resource.json b/BNA8/ignition/named-query/Statistics-autStand/Lane Details/resource.json index a9a71dca..2f2c6945 100644 --- a/BNA8/ignition/named-query/Statistics-autStand/Lane Details/resource.json +++ b/BNA8/ignition/named-query/Statistics-autStand/Lane Details/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "MariaDB", "fallbackEnabled": false, - "lastModificationSignature": "97296769288a80ef2d066786410c0745c9de3eb2bd2e8a16ddc3e23ada8be099", + "lastModificationSignature": "8d80ba2e463e680abc4ac227bb82e6e21d6b18c8cced1a0f374dcea434e4b858", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2025-08-22T13:10:12Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, "syntaxProvider": "class com.adbs.syntax.MySQLSyntaxProvider", "parameters": [ diff --git a/BNA8/ignition/named-query/Statistics-autStand/Lane Details_graph/resource.json b/BNA8/ignition/named-query/Statistics-autStand/Lane Details_graph/resource.json index 9df67947..dfc897b7 100644 --- a/BNA8/ignition/named-query/Statistics-autStand/Lane Details_graph/resource.json +++ b/BNA8/ignition/named-query/Statistics-autStand/Lane Details_graph/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "MariaDB", "fallbackEnabled": false, - "lastModificationSignature": "fca8df2ff7b8d127791b7ba01ddec03307e2f18144317a57ccbcc69ab11535d2", + "lastModificationSignature": "8661be6971105bc725d7362d7b81b30ec9151731a2d388b0eb99e0f1235d8e17", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2025-08-22T13:10:12Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, "syntaxProvider": "class com.adbs.syntax.MySQLSyntaxProvider", "parameters": [ diff --git a/BNA8/ignition/named-query/Statistics-autStand/Lane Divert vs Full Report/resource.json b/BNA8/ignition/named-query/Statistics-autStand/Lane Divert vs Full Report/resource.json index 354b4f7e..e2a1bb97 100644 --- a/BNA8/ignition/named-query/Statistics-autStand/Lane Divert vs Full Report/resource.json +++ b/BNA8/ignition/named-query/Statistics-autStand/Lane Divert vs Full Report/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "MariaDB", "fallbackEnabled": false, - "lastModificationSignature": "c725a0f310607680959e356a9c0ad4b505293223b745fac19e71a07da4e6956f", + "lastModificationSignature": "86bab0b86fb37c06d426608a2381d0bfc9f629a8a8cafaff0c1b84fd1c3dc1e8", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2025-08-22T13:10:12Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, "syntaxProvider": "class com.adbs.syntax.MySQLSyntaxProvider", "parameters": [ diff --git a/BNA8/ignition/named-query/Statistics-autStand/Lane Full Recirc Jackpot Report/resource.json b/BNA8/ignition/named-query/Statistics-autStand/Lane Full Recirc Jackpot Report/resource.json index 32db88ab..e90e9b31 100644 --- a/BNA8/ignition/named-query/Statistics-autStand/Lane Full Recirc Jackpot Report/resource.json +++ b/BNA8/ignition/named-query/Statistics-autStand/Lane Full Recirc Jackpot Report/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "MariaDB", "fallbackEnabled": false, - "lastModificationSignature": "01bb3b3817b943ba2fe867513bb3e5d368fb4714ed7e6c22403351e86b2a9806", + "lastModificationSignature": "aa9799c71e35126c93e891197d743254cafeed1ce4cd425f63caa5c6b8b33880", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2025-08-22T13:10:12Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, "syntaxProvider": "class com.adbs.syntax.MySQLSyntaxProvider", "parameters": [ diff --git a/BNA8/ignition/named-query/Statistics-autStand/Max PPH 5 Min/resource.json b/BNA8/ignition/named-query/Statistics-autStand/Max PPH 5 Min/resource.json index 6a1bb0b8..02888501 100644 --- a/BNA8/ignition/named-query/Statistics-autStand/Max PPH 5 Min/resource.json +++ b/BNA8/ignition/named-query/Statistics-autStand/Max PPH 5 Min/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "MariaDB", "fallbackEnabled": false, - "lastModificationSignature": "a2269a176730b89cd4994b0e2551b4adf3fc9d45be93adb25b2c9cfc0cd68c6c", + "lastModificationSignature": "d80454b2c805aa2df81d51371480e7edc3ab8a7a1c872bcbd295a90a1fe9b1bb", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2025-08-22T13:10:12Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, "syntaxProvider": "class com.adbs.syntax.MySQLSyntaxProvider", "parameters": [ diff --git a/BNA8/ignition/named-query/Statistics-autStand/Scanner Details/resource.json b/BNA8/ignition/named-query/Statistics-autStand/Scanner Details/resource.json index ff783761..bf4ea147 100644 --- a/BNA8/ignition/named-query/Statistics-autStand/Scanner Details/resource.json +++ b/BNA8/ignition/named-query/Statistics-autStand/Scanner Details/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "MariaDB", "fallbackEnabled": false, - "lastModificationSignature": "19464052e1f69fe10afbb32f343eede0d5406756f112ea2530377b782c9e55da", + "lastModificationSignature": "1d0cda054c41ff966d2ee8a4980b2bcbea04270e1566e9310811c17e2b2b6f0d", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2025-08-22T13:10:12Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, "syntaxProvider": "class com.adbs.syntax.MySQLSyntaxProvider", "parameters": [ diff --git a/BNA8/ignition/named-query/Statistics-autStand/Scanner Details_graph/resource.json b/BNA8/ignition/named-query/Statistics-autStand/Scanner Details_graph/resource.json index 912b6245..c35a959b 100644 --- a/BNA8/ignition/named-query/Statistics-autStand/Scanner Details_graph/resource.json +++ b/BNA8/ignition/named-query/Statistics-autStand/Scanner Details_graph/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "MariaDB", "fallbackEnabled": false, - "lastModificationSignature": "646e779276314b3c3709c6997928e66f0acbfbcaa406f0f0186b62e1e058f226", + "lastModificationSignature": "61af0747bab8f49a357c29246a3978fa20ce179f931e11f4e63cc2ee5aa9322e", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2025-08-22T13:10:12Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, "syntaxProvider": "class com.adbs.syntax.MySQLSyntaxProvider", "parameters": [ diff --git a/BNA8/ignition/named-query/Statistics-autStand/Scanner Performance Report/resource.json b/BNA8/ignition/named-query/Statistics-autStand/Scanner Performance Report/resource.json index a985ad21..89ec5bee 100644 --- a/BNA8/ignition/named-query/Statistics-autStand/Scanner Performance Report/resource.json +++ b/BNA8/ignition/named-query/Statistics-autStand/Scanner Performance Report/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "MariaDB", "fallbackEnabled": false, - "lastModificationSignature": "43d555b5972e387677a540c7f3a6e9cedc72f6db284a20f5cac8a8cbc3fc85d9", + "lastModificationSignature": "05e67f13371673819d1dd56cf138ee82ce50f1f18d77a338455fc6f3cc01a144", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2025-08-22T13:10:12Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, "syntaxProvider": "class com.adbs.syntax.MySQLSyntaxProvider", "parameters": [ diff --git a/BNA8/ignition/named-query/Statistics-autStand/Sorter Details/resource.json b/BNA8/ignition/named-query/Statistics-autStand/Sorter Details/resource.json index aa334296..b6ed3eed 100644 --- a/BNA8/ignition/named-query/Statistics-autStand/Sorter Details/resource.json +++ b/BNA8/ignition/named-query/Statistics-autStand/Sorter Details/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "MariaDB", "fallbackEnabled": false, - "lastModificationSignature": "d30e58c25a7b1078e3e797521e8b9507b60e094b308edc60854c76a41a8e6ad2", + "lastModificationSignature": "ddfdbd9340f3346ac221a28e7659b3e0d8a9cbdfb0244bd9b056523ff2ea1ce3", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2025-08-22T13:10:12Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, "syntaxProvider": "class com.adbs.syntax.MySQLSyntaxProvider", "parameters": [ diff --git a/BNA8/ignition/named-query/Statistics-autStand/Sorter Details_graph/resource.json b/BNA8/ignition/named-query/Statistics-autStand/Sorter Details_graph/resource.json index 2c4dc27d..3109deff 100644 --- a/BNA8/ignition/named-query/Statistics-autStand/Sorter Details_graph/resource.json +++ b/BNA8/ignition/named-query/Statistics-autStand/Sorter Details_graph/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "MariaDB", "fallbackEnabled": false, - "lastModificationSignature": "3a028c75b7c3af669475b634999a08da4050a11796a4d2a0e3377bcf95702edf", + "lastModificationSignature": "69d090695d9d0c3222ae458ee381309ac914ce0eafa1d3e2b1ee709fd585c137", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2025-08-22T13:10:12Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, "syntaxProvider": "class com.adbs.syntax.MySQLSyntaxProvider", "parameters": [ diff --git a/BNA8/ignition/named-query/Statistics-autStand/Sorter Summary/resource.json b/BNA8/ignition/named-query/Statistics-autStand/Sorter Summary/resource.json index 0c5e8b44..8e18e411 100644 --- a/BNA8/ignition/named-query/Statistics-autStand/Sorter Summary/resource.json +++ b/BNA8/ignition/named-query/Statistics-autStand/Sorter Summary/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "MariaDB", "fallbackEnabled": false, - "lastModificationSignature": "88a77f2770bdce7f67613d8b88e6257009d06d6c79283d84835d1008fcca51dd", + "lastModificationSignature": "69f573ccb39b03b73bc3fc8ac75dd7d3da02ad4a9eea8a6ed229fa34cc42d680", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2025-08-22T13:10:12Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, "syntaxProvider": "class com.adbs.syntax.MySQLSyntaxProvider", "parameters": [ diff --git a/BNA8/ignition/named-query/Statistics-autStand/Sorter Summary_graph/resource.json b/BNA8/ignition/named-query/Statistics-autStand/Sorter Summary_graph/resource.json index 643656df..9bb0eea7 100644 --- a/BNA8/ignition/named-query/Statistics-autStand/Sorter Summary_graph/resource.json +++ b/BNA8/ignition/named-query/Statistics-autStand/Sorter Summary_graph/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "MariaDB", "fallbackEnabled": false, - "lastModificationSignature": "3c9dd0c12c47734069d62696e011b605f7c4182579a9c35b93f7ac45122523be", + "lastModificationSignature": "0e93f610a8accb0f32c79a7608c83a55e16d195953eb840acf8a29ad360d0fa3", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2025-08-22T13:10:12Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, "syntaxProvider": "class com.adbs.syntax.MySQLSyntaxProvider", "parameters": [ diff --git a/BNA8/ignition/named-query/Statistics-autStand/Total Full Count/resource.json b/BNA8/ignition/named-query/Statistics-autStand/Total Full Count/resource.json index b8841ea2..b627f0bc 100644 --- a/BNA8/ignition/named-query/Statistics-autStand/Total Full Count/resource.json +++ b/BNA8/ignition/named-query/Statistics-autStand/Total Full Count/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "MariaDB", "fallbackEnabled": false, - "lastModificationSignature": "4021a38a6fafd3f768b4c94360e0f1775be80ca03cc718fd22f537fdee63678c", + "lastModificationSignature": "dc45be98e3338676c7220f9fb72f067ec199859b75ceccd80dc305e08d37a3c0", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2025-08-22T13:10:12Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, "syntaxProvider": "class com.adbs.syntax.MySQLSyntaxProvider", "parameters": [ diff --git a/BNA8/ignition/named-query/Statistics-autStand/Total Full Percent/resource.json b/BNA8/ignition/named-query/Statistics-autStand/Total Full Percent/resource.json index 2b4ce036..9050d31e 100644 --- a/BNA8/ignition/named-query/Statistics-autStand/Total Full Percent/resource.json +++ b/BNA8/ignition/named-query/Statistics-autStand/Total Full Percent/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "MariaDB", "fallbackEnabled": false, - "lastModificationSignature": "37bb388c7b255574dc4f228640484872aacd8d2f0f1d6f7b332cc2b802137d6e", + "lastModificationSignature": "14557d7d18868d8e70dd97a0ec1bce8509be971becc8e9f5cb32e5590ecdbd0d", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2025-08-22T13:10:12Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, "syntaxProvider": "class com.adbs.syntax.MySQLSyntaxProvider", "parameters": [ diff --git a/BNA8/ignition/named-query/Statistics-autStand/Total Full Rate/resource.json b/BNA8/ignition/named-query/Statistics-autStand/Total Full Rate/resource.json index 78adb322..41e46827 100644 --- a/BNA8/ignition/named-query/Statistics-autStand/Total Full Rate/resource.json +++ b/BNA8/ignition/named-query/Statistics-autStand/Total Full Rate/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "MariaDB", "fallbackEnabled": false, - "lastModificationSignature": "0270ae9d20e88d0c259b220983a821f307e58063e108fa214a6c40bfd4d8716d", + "lastModificationSignature": "d815fb100b263b7ac310d4d8fe71ae90fad4790eab15368c82e2c86d7f8a3a74", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2025-08-22T13:10:12Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, "syntaxProvider": "class com.adbs.syntax.MySQLSyntaxProvider", "parameters": [ diff --git a/BNA8/ignition/named-query/Statistics-autStand/Total Scans Report/resource.json b/BNA8/ignition/named-query/Statistics-autStand/Total Scans Report/resource.json index b7a533ce..f68d67fb 100644 --- a/BNA8/ignition/named-query/Statistics-autStand/Total Scans Report/resource.json +++ b/BNA8/ignition/named-query/Statistics-autStand/Total Scans Report/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "MariaDB", "fallbackEnabled": false, - "lastModificationSignature": "94bfdc59fdfa1f928e8751661a0eb5a88423dcc5378c454915ee26101bd366e1", + "lastModificationSignature": "ea4ebae42263e5a32136cda505c0ab1a10875572f9451c8b8af9bec9b11c7669", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2025-08-22T13:10:12Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, "syntaxProvider": "class com.adbs.syntax.MySQLSyntaxProvider", "parameters": [ diff --git a/BNA8/ignition/named-query/Status-autStand/LaneStatus/resource.json b/BNA8/ignition/named-query/Status-autStand/LaneStatus/resource.json index e315985c..6bfa7030 100644 --- a/BNA8/ignition/named-query/Status-autStand/LaneStatus/resource.json +++ b/BNA8/ignition/named-query/Status-autStand/LaneStatus/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "MariaDB", "fallbackEnabled": false, - "lastModificationSignature": "73ba935e62a35f10710cf274de503dd7ba5acb4071f425d8d7f312a8e731f212", + "lastModificationSignature": "51460282b7e2d6e814913f220bb05291d11606d3488100660254a263d597060c", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2025-08-22T12:35:46Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, "parameters": [ { diff --git a/BNA8/ignition/named-query/Status-autStand/ScannerHistory/resource.json b/BNA8/ignition/named-query/Status-autStand/ScannerHistory/resource.json index e1db29a4..da31c8ba 100644 --- a/BNA8/ignition/named-query/Status-autStand/ScannerHistory/resource.json +++ b/BNA8/ignition/named-query/Status-autStand/ScannerHistory/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "MariaDB", "fallbackEnabled": false, - "lastModificationSignature": "ae1abcfa6a596b0dfcde422671a506215afc5dd0f29f02717a36995518d809ae", + "lastModificationSignature": "c170a051ccd7c09e582497352f87537b4cf4767168137c2cd5adfeaf729cb498", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2025-08-22T13:04:51Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, "parameters": [ { diff --git a/BNA8/ignition/script-python/autStand/Utils/resource.json b/BNA8/ignition/script-python/autStand/Utils/resource.json index 7900c3e6..419e689f 100644 --- a/BNA8/ignition/script-python/autStand/Utils/resource.json +++ b/BNA8/ignition/script-python/autStand/Utils/resource.json @@ -8,10 +8,10 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-26T14:26:47Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, "hintScope": 2, - "lastModificationSignature": "8ba5c5b0a0c691303495a603e2195ea954ff63a8d19fe1a18236cae5da6dbdf6" + "lastModificationSignature": "b3922221fd2be425e6122d0a47db9be3d328339392a955bab5e70205322fe4d6" } } \ No newline at end of file diff --git a/BNA8/ignition/script-python/autStand/Visualisation/home_page/resource.json b/BNA8/ignition/script-python/autStand/Visualisation/home_page/resource.json index 458e9d08..44316333 100644 --- a/BNA8/ignition/script-python/autStand/Visualisation/home_page/resource.json +++ b/BNA8/ignition/script-python/autStand/Visualisation/home_page/resource.json @@ -8,10 +8,10 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-19T12:13:56Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, "hintScope": 2, - "lastModificationSignature": "d44fd4f391a04fa02f88f34b355edd759b571e38729888653b1779bb2f399621" + "lastModificationSignature": "2a08d7d3c10600e8d06c794e426462763a218cf6913d1e6cc542c19fc0c02ed3" } } \ No newline at end of file diff --git a/BNA8/ignition/script-python/autStand/config/project_config/resource.json b/BNA8/ignition/script-python/autStand/config/project_config/resource.json index 4c44dc49..a2607063 100644 --- a/BNA8/ignition/script-python/autStand/config/project_config/resource.json +++ b/BNA8/ignition/script-python/autStand/config/project_config/resource.json @@ -8,10 +8,10 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-26T14:20:16Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, "hintScope": 2, - "lastModificationSignature": "45e26148ecbed6b358287d5095b9ca2bf33b6fa815374b2390dbcfa81ca72e14" + "lastModificationSignature": "356235683637829e3097d929d9b6e3751f1fe14cd7fbfee23b3fdd1b6e7336c3" } } \ No newline at end of file diff --git a/BNA8/ignition/script-python/autStand/messaging/message_handler/resource.json b/BNA8/ignition/script-python/autStand/messaging/message_handler/resource.json index c4a387db..830fbaae 100644 --- a/BNA8/ignition/script-python/autStand/messaging/message_handler/resource.json +++ b/BNA8/ignition/script-python/autStand/messaging/message_handler/resource.json @@ -8,10 +8,10 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-19T13:00:57Z" + "actor": "external", + "timestamp": "2025-08-28T09:46:53Z" }, "hintScope": 2, - "lastModificationSignature": "65cbc6ef0a1286d7cef775a0028382a084d76661f2e808c2b1e41fd998a60ecc" + "lastModificationSignature": "975349f1b23a863dd67f9606d7950aff9be58ac3f85da7a66fd0a5c2a2e785b1" } } \ No newline at end of file diff --git a/image_server/EN4TR.svg b/image_server/EN4TR.svg deleted file mode 100644 index 024677f3..00000000 --- a/image_server/EN4TR.svg +++ /dev/null @@ -1,1134 +0,0 @@ - - - -