diff --git a/.resources/03f8a92400972fcaf1792faf14630edc4299e78d81858b612471836a19d3ee4e b/.resources/03f8a92400972fcaf1792faf14630edc4299e78d81858b612471836a19d3ee4e new file mode 100644 index 00000000..57419edb --- /dev/null +++ b/.resources/03f8a92400972fcaf1792faf14630edc4299e78d81858b612471836a19d3ee4e @@ -0,0 +1,4744 @@ +{ + "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": { + "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": false + }, + "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, + 1750436956149 + ], + "$ts": 1750436956149 + }, + "startDate": { + "$": [ + "ts", + 192, + 1750436956149 + ], + "$ts": 1750435156149 + } + }, + "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": "\tmessaging.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": "\tmessaging.message_handler.set_time_from_filters(self)" + } + } + }, + "props": { + "formattedValue": "Jun 20, 2025 7:59 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": "\tmessaging.message_handler.set_time_to_filters(self)" + }, + "persistent": true + } + }, + "props": { + "formattedValue": "Jun 20, 2025 8:29 PM", + "maxDate": { + "$": [ + "ts", + 192, + 1749542669794 + ], + "$ts": 1749715452000 + }, + "style": { + "margin": 15 + }, + "value": { + "$": [ + "ts", + 201, + 1750436956149 + ], + "$ts": 1750436956149 + } + }, + "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": "\tmessaging.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": false + }, + "meta": { + "name": "Filters" + }, + "position": { + "basis": "180px", + "display": false, + "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, + 1755532385239 + ], + "$ts": 1750435156149 + }, + "time_to_filter": { + "$": [ + "ts", + 192, + 1755532385239 + ], + "$ts": 1750436956149 + } + }, + "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, + 1755532385239 + ], + "$ts": 1750435156149 + }, + "time_to_filter": { + "$": [ + "ts", + 192, + 1755532385239 + ], + "$ts": 1750436956149 + }, + "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" + }, + "currentTabIndex": 2, + "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/130042bce8cbe0da94d2de10891ed66bcb10b88d35ff86bcfced99e81f06d9b6 b/.resources/130042bce8cbe0da94d2de10891ed66bcb10b88d35ff86bcfced99e81f06d9b6 new file mode 100644 index 00000000..26ef228f --- /dev/null +++ b/.resources/130042bce8cbe0da94d2de10891ed66bcb10b88d35ff86bcfced99e81f06d9b6 @@ -0,0 +1,210 @@ +{ + "custom": { + "alarmHighlight": "", + "alarm_filter": { + "magnificaiton": "x2", + "show_VFD": true, + "show_beacons": true, + "show_buttons": true, + "show_camera_jams": true, + "show_dpm_mcm": true, + "show_encoders": true, + "show_epc": true, + "show_fio_safety": true, + "show_map": true, + "show_photoeyes": true, + "show_px": true + }, + "areaHover": [], + "currentGraphic": "Windows/Graphics/Overview", + "demoHighlight": "", + "dexmanager": { + "config": { + "font": "bold 12px Arial", + "highlight": "#ff0" + }, + "show": { + "Beacons": false, + "ConveyorLabels": true, + "ConveyorPatterns": true, + "Conveyors": true, + "DivertPaddles": true, + "EIPs": false, + "Encoders": false, + "Estops": false, + "Gaylords": true, + "LimitSwitches": false, + "MCPs": false, + "PhotoEyes": false, + "PushButtons": false, + "Scanners": false, + "VFDs": false + } + }, + "fc": "BNA8", + "heatmapSettings": { + "alarms": [], + "alarmsText": "", + "data": { + "$": [ + "ds", + 192, + 1754654890875 + ], + "$columns": [ + { + "data": [], + "name": "firsttime", + "type": "Date" + }, + { + "data": [], + "name": "lasttime", + "type": "Date" + }, + { + "data": [], + "name": "duration", + "type": "String" + }, + { + "data": [], + "name": "count", + "type": "Long" + }, + { + "data": [], + "name": "device", + "type": "String" + }, + { + "data": [], + "name": "description", + "type": "String" + } + ] + }, + "devices": [], + "devicesText": "", + "enabled": false, + "shifts": [], + "shiftsText": "", + "time": { + "end": "2020-07-30 00:00:00", + "start": "2020-07-29 00:00:00" + } + }, + "searchId": "value", + "timewidget": { + "endDate": { + "$": [ + "ts", + 192, + 1604092861010 + ], + "$ts": 1604116800000 + }, + "mode": "currentDay", + "startDate": { + "$": [ + "ts", + 192, + 1604092861010 + ], + "$ts": 1604030400000 + }, + "update": { + "$": [ + "ts", + 192, + 1604092861010 + ], + "$ts": 1604092861010 + } + } + }, + "propConfig": { + "custom.dexmanager.highlight": { + "binding": { + "config": { + "struct": { + "alarm": "{this.custom.alarmHighlight}", + "demo": "{this.custom.demoHighlight}", + "toggle": "{[default]Gateway/ToggleTag}" + }, + "waitOnAll": true + }, + "transforms": [ + { + "code": "\thighlights \u003d []\n\t# Add alarm highlight:\n\tif len(value.alarm) \u003e 0:\n\t\thighlights.append({\n\t\t\t\"color\": \"#F00\" if value.toggle else \"#FF0\",\n\t\t\t\"keys\": [value.alarm]\n\t\t})\n\t\tif \".\" in value.alarm:\n\t\t\thighlights.append({\n\t\t\t\t\"color\": \"#F00\" if value.toggle else \"#FF0\",\n\t\t\t\t\"keys\": [value.alarm.split(\".\")[0], \"conveyor\"]\n\t\t\t})\n\t# Add demo highlight:\n\tif False and len(value.demo) \u003e 0:\n\t\thighlights.append({\n\t\t\t\"color\": \"#F00\" if value.toggle else \"#FF0\",\n\t\t\t\"keys\": [\"conveyor\", value.demo]\n\t\t})\n\treturn highlights", + "type": "script" + } + ], + "type": "expr-struct" + } + }, + "custom.isMobile": { + "binding": { + "config": { + "expression": "indexOf(lower({session.props.device.userAgent}), \"mobile\")\u003e\u003d0" + }, + "type": "expr" + } + }, + "props.auth": { + "access": "PRIVATE", + "persistent": false + }, + "props.device.accelerometer": { + "access": "SYSTEM", + "persistent": false + }, + "props.device.identifier": { + "access": "SYSTEM", + "persistent": false + }, + "props.device.timezone": { + "access": "SYSTEM", + "persistent": false + }, + "props.device.type": { + "access": "SYSTEM", + "persistent": false + }, + "props.device.userAgent": { + "access": "SYSTEM", + "persistent": false + }, + "props.gateway": { + "access": "SYSTEM", + "persistent": false + }, + "props.geolocation.data": { + "access": "SYSTEM", + "persistent": false + }, + "props.geolocation.permissionGranted": { + "access": "SYSTEM", + "persistent": false + }, + "props.host": { + "access": "SYSTEM", + "persistent": false + }, + "props.id": { + "access": "SYSTEM", + "persistent": false + }, + "props.lastActivity": { + "access": "SYSTEM", + "persistent": false + } + }, + "props": { + "address": "127.0.0.1", + "device": {}, + "geolocation": {}, + "locale": "en-US", + "timeZoneId": "Asia/Tbilisi" + } +} \ No newline at end of file diff --git a/.resources/d9427c8fad1cdfb75056ce6d7a89672554dbfc8e6896fa44e2c6fc3f5db2c697 b/.resources/36b7446ef4a44cd81917f233a17a61e25f376dc47fa490d72813ac6fe7b38749 similarity index 91% rename from .resources/d9427c8fad1cdfb75056ce6d7a89672554dbfc8e6896fa44e2c6fc3f5db2c697 rename to .resources/36b7446ef4a44cd81917f233a17a61e25f376dc47fa490d72813ac6fe7b38749 index 4533bfb3..4f4375f0 100644 --- a/.resources/d9427c8fad1cdfb75056ce6d7a89672554dbfc8e6896fa44e2c6fc3f5db2c697 +++ b/.resources/36b7446ef4a44cd81917f233a17a61e25f376dc47fa490d72813ac6fe7b38749 @@ -17,11 +17,20 @@ "height": 1, "width": 1 }, + "propConfig": { + "props.source": { + "binding": { + "config": { + "expression": "\"http://127.0.0.1:5500/MCM01.svg?var\" + toMillis(now(1000))" + }, + "type": "expr" + } + } + }, "props": { "fit": { "mode": "fill" - }, - "source": "/system/images/overview.svg" + } }, "type": "ia.display.image" }, @@ -43,8 +52,8 @@ "position": { "height": 0.0333, "width": 0.0646, - "x": 0.1448, - "y": 0.5796 + "x": 0.0616, + "y": 0.6633 }, "props": { "primary": false, diff --git a/.resources/43a76eff83a3fc3e4f6bc97b370016879cafbaa58080f3c986b6837924e1a04b b/.resources/43a76eff83a3fc3e4f6bc97b370016879cafbaa58080f3c986b6837924e1a04b deleted file mode 100644 index f2bff022..00000000 Binary files a/.resources/43a76eff83a3fc3e4f6bc97b370016879cafbaa58080f3c986b6837924e1a04b and /dev/null differ diff --git a/.resources/5d1b53d816405cc6863c830afef185be483ac0cc83009a72ef4e6990dbc1ed72 b/.resources/5d1b53d816405cc6863c830afef185be483ac0cc83009a72ef4e6990dbc1ed72 new file mode 100644 index 00000000..e58e21e0 --- /dev/null +++ b/.resources/5d1b53d816405cc6863c830afef185be483ac0cc83009a72ef4e6990dbc1ed72 @@ -0,0 +1,908 @@ +{ + "custom": {}, + "params": { + "alwaysShowAll": false, + "isClickable": true, + "isRightOfSorter": false, + "mirror": false, + "tagPath": "[default]MCP20/SO01/So01_CH01" + }, + "propConfig": { + "params.alwaysShowAll": { + "paramDirection": "input", + "persistent": true + }, + "params.isClickable": { + "paramDirection": "input", + "persistent": true + }, + "params.isRightOfSorter": { + "paramDirection": "input", + "persistent": true + }, + "params.mirror": { + "paramDirection": "input", + "persistent": true + }, + "params.tagPath": { + "paramDirection": "input", + "persistent": true + } + }, + "props": { + "defaultSize": { + "height": 20, + "width": 60 + }, + "loading": { + "mode": "blocking" + } + }, + "root": { + "children": [ + { + "events": { + "dom": { + "onClick": { + "config": { + "script": "\tself.parent.openPopup()" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Conveyor" + }, + "position": { + "height": 20, + "width": 38, + "x": 22 + }, + "propConfig": { + "meta.visible": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "tagPath": "{view.params.tagPath}" + }, + "tagPath": "{tagPath}/CH/IsChuteMode" + }, + "overlayOptOut": true, + "transforms": [ + { + "expression": "coalesce({value}, true)", + "type": "expression" + } + ], + "type": "tag" + } + } + }, + "props": { + "config": { + "enableHighlight": false, + "isClickable": false, + "showLabel": false, + "type": "bar" + }, + "status": { + "color": "#FFF" + } + }, + "type": "dex.display.conveyor" + }, + { + "events": { + "dom": { + "onClick": { + "config": { + "script": "\tself.parent.openPopup()" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Gaylord" + }, + "position": { + "height": 16, + "width": 16, + "x": 22, + "y": 2 + }, + "propConfig": { + "meta.visible": { + "binding": { + "config": { + "expression": "try( tag({view.params.tagPath}+\"/CH/IsCartMode\")\r\n\t||tag({view.params.tagPath}+\"/CH/IsGLLMode\"),\r\n\ttrue\r\n)" + }, + "type": "expr" + } + } + }, + "props": { + "config": { + "enableHighlight": false, + "isClickable": false + } + }, + "type": "dex.display.gaylord" + }, + { + "events": { + "dom": { + "onClick": { + "config": { + "script": "\tself.parent.openPopup()" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Chute" + }, + "position": { + "height": 20, + "rotate": { + "anchor": "0 0" + }, + "width": 23 + }, + "propConfig": { + "props.config.isClickable": { + "binding": { + "config": { + "expression": "!{view.params.isClickable}" + }, + "type": "expr" + } + }, + "props.status": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "tagPath": "{view.params.tagPath}" + }, + "tagPath": "{tagPath}/CH/Graphics" + }, + "overlayOptOut": true, + "transforms": [ + { + "expression": "if({view.params.alwaysShowAll},\r\n\tjsonSet({value}, \"showAlways\", {view.params.alwaysShowAll}),\r\n\t{value}\r\n)", + "type": "expression" + } + ], + "type": "tag" + } + } + }, + "props": { + "config": { + "showLabel": false + } + }, + "type": "dex.display.conveyor" + }, + { + "meta": { + "name": "LS1" + }, + "position": { + "height": 6, + "width": 6, + "x": 19, + "y": 14 + }, + "propConfig": { + "props.status": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "tagPath": "{view.params.tagPath}" + }, + "tagPath": "{tagPath}/LS1/Graphics" + }, + "overlayOptOut": true, + "transforms": [ + { + "expression": "jsonSet({value}, \"tooltip\", replace(jsonGet({value}, \"tooltip\"), \"\u003cbr\u003e\", \" (GR Presence)\u003cbr\u003e\"))", + "type": "expression" + }, + { + "expression": "if({view.params.alwaysShowAll},\r\n\tjsonSet({value}, \"showAlways\", {view.params.alwaysShowAll}),\r\n\t{value}\r\n)", + "type": "expression" + } + ], + "type": "tag" + } + } + }, + "props": { + "config": { + "showLabel": false + } + }, + "type": "dex.display.limitswitch" + }, + { + "meta": { + "name": "BCN1_GRN" + }, + "position": { + "height": 5, + "rotate": { + "angle": "-90deg" + }, + "width": 5, + "x": 5, + "y": 15 + }, + "propConfig": { + "position.x": { + "binding": { + "config": { + "expression": "if({../BCN1_AMB.meta.visible}, 10, 5)" + }, + "type": "expr" + }, + "persistent": true + }, + "props.status": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "tagPath": "{view.params.tagPath}" + }, + "tagPath": "{tagPath}/BCN1/GRN/Graphics" + }, + "overlayOptOut": true, + "transforms": [ + { + "expression": "if({view.params.alwaysShowAll},\r\n\tjsonSet({value}, \"showAlways\", {view.params.alwaysShowAll}),\r\n\t{value}\r\n)", + "type": "expression" + } + ], + "type": "tag" + } + }, + "props.style.transform": { + "binding": { + "config": { + "path": "view.params.mirror" + }, + "transforms": [ + { + "fallback": null, + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "scale(-1, 1)" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + } + } + }, + "type": "dex.display.beacon" + }, + { + "meta": { + "name": "BCN1_AMB", + "visible": false + }, + "position": { + "height": 5, + "rotate": { + "angle": "-90deg" + }, + "width": 5, + "x": 5, + "y": 15 + }, + "propConfig": { + "meta.visible": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "tagPath": "{view.params.tagPath}" + }, + "tagPath": "{tagPath}/BCN1/AMB/Graphics" + }, + "overlayOptOut": true, + "transforms": [ + { + "expression": "isGood({value})", + "type": "expression" + } + ], + "type": "tag" + }, + "persistent": true + }, + "props.status": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "tagPath": "{view.params.tagPath}" + }, + "tagPath": "{tagPath}/BCN1/AMB/Graphics" + }, + "overlayOptOut": true, + "transforms": [ + { + "expression": "if({view.params.alwaysShowAll},\r\n\tjsonSet({value}, \"showAlways\", {view.params.alwaysShowAll}),\r\n\t{value}\r\n)", + "type": "expression" + } + ], + "type": "tag" + } + }, + "props.style.transform": { + "binding": { + "config": { + "path": "view.params.mirror" + }, + "transforms": [ + { + "fallback": null, + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "scale(-1, 1)" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + } + } + }, + "type": "dex.display.beacon" + }, + { + "meta": { + "name": "BCN1_BLU" + }, + "position": { + "height": 5, + "rotate": { + "angle": "-90deg" + }, + "width": 5, + "y": 15 + }, + "propConfig": { + "props.status": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "tagPath": "{view.params.tagPath}" + }, + "tagPath": "{tagPath}/BCN1/BLU/Graphics" + }, + "overlayOptOut": true, + "transforms": [ + { + "expression": "if({view.params.alwaysShowAll},\r\n\tjsonSet({value}, \"showAlways\", {view.params.alwaysShowAll}),\r\n\t{value}\r\n)", + "type": "expression" + } + ], + "type": "tag" + } + }, + "props.style.transform": { + "binding": { + "config": { + "path": "view.params.mirror" + }, + "transforms": [ + { + "fallback": null, + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "scale(-1, 1)" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + } + } + }, + "type": "dex.display.beacon" + }, + { + "meta": { + "name": "GS1_ENABLE" + }, + "position": { + "height": 6, + "width": 6, + "x": 38, + "y": 14 + }, + "propConfig": { + "props.status": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "tagPath": "{view.params.tagPath}" + }, + "tagPath": "{tagPath}/GS1/Enable/Graphics" + }, + "overlayOptOut": true, + "transforms": [ + { + "expression": "if({view.params.alwaysShowAll},\r\n\tjsonSet({value}, \"showAlways\", {view.params.alwaysShowAll}),\r\n\t{value}\r\n)", + "type": "expression" + } + ], + "type": "tag" + } + } + }, + "type": "dex.display.pushbutton" + }, + { + "meta": { + "name": "PE3" + }, + "position": { + "height": 6, + "rotate": { + "anchor": "0 50%" + }, + "width": 8, + "x": 3, + "y": 2 + }, + "propConfig": { + "props.status": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "tagPath": "{view.params.tagPath}" + }, + "tagPath": "{tagPath}/PE3/Graphics" + }, + "overlayOptOut": true, + "transforms": [ + { + "expression": "jsonSet({value}, \"tooltip\", replace(jsonGet({value}, \"tooltip\"), \"\u003cbr\u003e\", \" (GL 100% Full)\u003cbr\u003e\"))", + "type": "expression" + }, + { + "expression": "if({view.params.alwaysShowAll},\r\n\tjsonSet({value}, \"showAlways\", {view.params.alwaysShowAll}),\r\n\t{value}\r\n)", + "type": "expression" + } + ], + "type": "tag" + } + } + }, + "props": { + "config": { + "type": "diffuse" + } + }, + "type": "dex.display.photoeye" + }, + { + "meta": { + "name": "PE4" + }, + "position": { + "height": 6, + "rotate": { + "anchor": "0 50%", + "angle": "-45deg" + }, + "width": 8, + "x": 5, + "y": 10 + }, + "propConfig": { + "props.status": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "tagPath": "{view.params.tagPath}" + }, + "tagPath": "{tagPath}/PE4/Graphics" + }, + "overlayOptOut": true, + "transforms": [ + { + "expression": "jsonSet({value}, \"tooltip\", replace(jsonGet({value}, \"tooltip\"), \"\u003cbr\u003e\", \" (GL Presence)\u003cbr\u003e\"))", + "type": "expression" + }, + { + "expression": "if({view.params.alwaysShowAll},\r\n\tjsonSet({value}, \"showAlways\", {view.params.alwaysShowAll}),\r\n\t{value}\r\n)", + "type": "expression" + } + ], + "type": "tag" + } + } + }, + "props": { + "config": { + "type": "diffuse" + } + }, + "type": "dex.display.photoeye" + }, + { + "meta": { + "name": "PE2" + }, + "position": { + "height": 6, + "width": 28, + "x": 13, + "y": 7 + }, + "propConfig": { + "props.status": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "tagPath": "{view.params.tagPath}" + }, + "tagPath": "{tagPath}/PE2/Graphics" + }, + "overlayOptOut": true, + "transforms": [ + { + "expression": "jsonSet({value}, \"tooltip\", replace(jsonGet({value}, \"tooltip\"), \"\u003cbr\u003e\", \" (GR 50% Full)\u003cbr\u003e\"))", + "type": "expression" + }, + { + "expression": "if({view.params.alwaysShowAll},\r\n\tjsonSet({value}, \"showAlways\", {view.params.alwaysShowAll}),\r\n\t{value}\r\n)", + "type": "expression" + } + ], + "type": "tag" + } + } + }, + "props": { + "config": { + "type": "diffuse" + } + }, + "type": "dex.display.photoeye" + }, + { + "meta": { + "name": "PE1B" + }, + "position": { + "height": 6, + "rotate": { + "anchor": "0 50%" + }, + "width": 20, + "x": 15 + }, + "propConfig": { + "position.rotate.angle": { + "binding": { + "config": { + "path": "view.params.isRightOfSorter" + }, + "transforms": [ + { + "fallback": "-45deg", + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "45deg" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + } + }, + "position.y": { + "binding": { + "config": { + "path": "view.params.isRightOfSorter" + }, + "transforms": [ + { + "fallback": 14, + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": 0 + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + } + }, + "props.status": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "tagPath": "{view.params.tagPath}" + }, + "tagPath": "{tagPath}/PE1B/Graphics" + }, + "overlayOptOut": true, + "transforms": [ + { + "expression": "jsonSet({value}, \"tooltip\", replace(jsonGet({value}, \"tooltip\"), \"\u003cbr\u003e\", \" (GR 100% Full)\u003cbr\u003e\"))", + "type": "expression" + }, + { + "expression": "if({view.params.alwaysShowAll},\r\n\tjsonSet({value}, \"showAlways\", {view.params.alwaysShowAll}),\r\n\t{value}\r\n)", + "type": "expression" + } + ], + "type": "tag" + } + } + }, + "props": { + "config": { + "type": "diffuse" + } + }, + "type": "dex.display.photoeye" + }, + { + "meta": { + "name": "PE1A" + }, + "position": { + "height": 6, + "rotate": { + "anchor": "0 50%" + }, + "width": 20, + "x": 15 + }, + "propConfig": { + "position.rotate.angle": { + "binding": { + "config": { + "path": "view.params.isRightOfSorter" + }, + "transforms": [ + { + "fallback": "45deg", + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "-45deg" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + } + }, + "position.y": { + "binding": { + "config": { + "path": "view.params.isRightOfSorter" + }, + "transforms": [ + { + "fallback": 0, + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": 14 + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + } + }, + "props.status": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "tagPath": "{view.params.tagPath}" + }, + "tagPath": "{tagPath}/PE1A/Graphics" + }, + "overlayOptOut": true, + "transforms": [ + { + "expression": "jsonSet({value}, \"tooltip\", replace(jsonGet({value}, \"tooltip\"), \"\u003cbr\u003e\", \" (GR 100% Full)\u003cbr\u003e\"))", + "type": "expression" + }, + { + "expression": "if({view.params.alwaysShowAll},\r\n\tjsonSet({value}, \"showAlways\", {view.params.alwaysShowAll}),\r\n\t{value}\r\n)", + "type": "expression" + } + ], + "type": "tag" + } + } + }, + "props": { + "config": { + "type": "diffuse" + } + }, + "type": "dex.display.photoeye" + }, + { + "meta": { + "name": "RS1_RESTART" + }, + "position": { + "height": 6, + "width": 6, + "x": 44, + "y": 14 + }, + "propConfig": { + "props.status": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "tagPath": "{view.params.tagPath}" + }, + "tagPath": "{tagPath}/RS1/Restart/Graphics" + }, + "overlayOptOut": true, + "transforms": [ + { + "expression": "if({view.params.alwaysShowAll},\r\n\tjsonSet({value}, \"showAlways\", {view.params.alwaysShowAll}),\r\n\t{value}\r\n)", + "type": "expression" + } + ], + "type": "tag" + } + } + }, + "type": "dex.display.pushbutton" + }, + { + "meta": { + "name": "FIO1" + }, + "position": { + "height": 5, + "width": 10, + "x": 50, + "y": 15 + }, + "propConfig": { + "props.status": { + "binding": { + "config": { + "fallbackDelay": 2.5, + "mode": "indirect", + "references": { + "tagPath": "{view.params.tagPath}" + }, + "tagPath": "{tagPath}/FIO1/Graphics" + }, + "overlayOptOut": true, + "transforms": [ + { + "expression": "if({view.params.alwaysShowAll},\r\n\tjsonSet({value}, \"showAlways\", {view.params.alwaysShowAll}),\r\n\t{value}\r\n)", + "type": "expression" + } + ], + "type": "tag" + } + } + }, + "type": "dex.display.eip" + } + ], + "meta": { + "name": "root" + }, + "propConfig": { + "props.style.transform": { + "binding": { + "config": { + "path": "view.params.mirror" + }, + "transforms": [ + { + "fallback": null, + "inputType": "scalar", + "mappings": [ + { + "input": true, + "output": "scale(1, -1)" + } + ], + "outputType": "scalar", + "type": "map" + } + ], + "type": "property" + } + } + }, + "props": { + "style": { + "overflow": "hidden" + } + }, + "scripts": { + "customMethods": [ + { + "name": "openPopup", + "params": [], + "script": "\tif self.view.params.isClickable:\n\t\tid \u003d \"FlexChute|\" + self.view.params.tagPath\n\t\ttitle \u003d utils.prettyName(self.view.params.tagPath.split(\"/\")[-1])\n\t\tparams \u003d { \n\t\t\t\"deviceType\": \"chutedestination\",\n\t\t\t\"props\": { \n\t\t\t\t\"config\": {\n\t\t\t\t\t\"alwaysShowAll\": self.view.params.alwaysShowAll,\n\t\t\t\t\t\"isClickable\": self.view.params.isClickable,\n\t\t\t\t\t\"isRightOfSorter\": self.view.params.isRightOfSorter,\n\t\t\t\t\t\"mirror\": self.view.params.mirror\n\t\t\t\t},\n\t\t\t\t\"status\": {\n\t\t\t\t\t\"tagPath\": self.view.params.tagPath\n\t\t\t\t}\n\t\t \t},\n\t\t \t\"tabs\": [\"Controls\", \"Alarm History\", \"Devices\"]\t\t\n\t\t}\n\t\tsystem.perspective.openPopup(id, \"Popups/DeviceWrapper\", params, title, resizable \u003d True)" + } + ], + "extensionFunctions": null, + "messageHandlers": [] + }, + "type": "ia.container.coord" + } +} \ No newline at end of file diff --git a/.resources/66b40c8fca4cab46884bad6d27eb79197b893e419b937336ac07f9df9c083009 b/.resources/66b40c8fca4cab46884bad6d27eb79197b893e419b937336ac07f9df9c083009 deleted file mode 100644 index 6b37159b..00000000 --- a/.resources/66b40c8fca4cab46884bad6d27eb79197b893e419b937336ac07f9df9c083009 +++ /dev/null @@ -1,3451 +0,0 @@ -{ - "custom": {}, - "params": {}, - "props": { - "defaultSize": { - "height": 1080, - "width": 1920 - } - }, - "root": { - "children": [ - { - "children": [ - { - "meta": { - "name": "MCM01" - }, - "position": { - "grow": 1 - }, - "propConfig": { - "props.source": { - "binding": { - "config": { - "expression": "\"http://127.0.0.1:5500/MCM01.svg?var\" + toMillis(now(1000))" - }, - "type": "expr" - } - } - }, - "props": { - "fit": { - "mode": "fill" - } - }, - "type": "ia.display.image" - } - ], - "meta": { - "name": "FlexContainer" - }, - "position": { - "height": 1, - "width": 1 - }, - "props": { - "direction": "column", - "style": { - "pointerEvents": "none" - } - }, - "type": "ia.container.flex" - }, - { - "events": { - "dom": { - "onClick": { - "config": { - "page": "/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": "Camera" - }, - "position": { - "height": 0.0278, - "width": 0.0156, - "x": 0.0156, - "y": 0.2991 - }, - "props": { - "path": "autStand/Equipment/Camera", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "Camera_0" - }, - "position": { - "height": 0.0278, - "width": 0.0156, - "x": 0.4198, - "y": 0.3444 - }, - "props": { - "path": "autStand/Equipment/Camera", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "Camera_1" - }, - "position": { - "height": 0.0278, - "width": 0.0156, - "x": 0.7719, - "y": 0.6111 - }, - "props": { - "path": "autStand/Equipment/Camera", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "Camera_2" - }, - "position": { - "height": 0.0278, - "width": 0.0156, - "x": 0.9474, - "y": 0.3139 - }, - "props": { - "path": "autStand/Equipment/Camera", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL15_1_SS1" - }, - "position": { - "height": 0.0185, - "width": 0.0182, - "x": 0.0323, - "y": 0.5343 - }, - "props": { - "path": "autStand/Equipment/SS_Button", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL14_1_SS1" - }, - "position": { - "height": 0.0185, - "width": 0.0182, - "x": 0.1401, - "y": 0.6324 - }, - "props": { - "path": "autStand/Equipment/SS_Button", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_1_SS1" - }, - "position": { - "height": 0.0185, - "width": 0.0182, - "x": 0.1786, - "y": 0.2481 - }, - "props": { - "path": "autStand/Equipment/SS_Button", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_11_SS1" - }, - "position": { - "height": 0.0185, - "width": 0.0182, - "x": 0.9797, - "y": 0.5639 - }, - "props": { - "path": "autStand/Equipment/SS_Button", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_11_SS2" - }, - "position": { - "height": 0.0185, - "width": 0.0182, - "x": 0.9781, - "y": 0.6398 - }, - "props": { - "path": "autStand/Equipment/SS_Button", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL15_1_EPC2" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.0516, - "y": 0.5102 - }, - "props": { - "path": "autStand/Equipment/EPC", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL15_1_EPC1" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.0161, - "y": 0.5102 - }, - "props": { - "path": "autStand/Equipment/EPC", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_1_EPC1" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.1635, - "y": 0.2509 - }, - "props": { - "path": "autStand/Equipment/EPC", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_1_EPC2" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.2016, - "y": 0.2519 - }, - "props": { - "path": "autStand/Equipment/EPC", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL14_1_EPC1" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.1266, - "y": 0.6056 - }, - "props": { - "path": "autStand/Equipment/EPC", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL14_1_EPC2" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.1609, - "y": 0.6065 - }, - "props": { - "params": { - "tagProps": [ - "System/MCM01/EPC/UL14_1_EPC2", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/EPC", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_11_EPC1" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.9682, - "y": 0.563 - }, - "props": { - "path": "autStand/Equipment/EPC", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_11_EPC2" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.9656, - "y": 0.6407 - }, - "props": { - "path": "autStand/Equipment/EPC", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL15_1_TPE1" - }, - "position": { - "height": 0.0398, - "width": 0.0432, - "x": 0.02, - "y": 0.3852 - }, - "props": { - "path": "autStand/Equipment/Photoeye", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL15_2_TPE1" - }, - "position": { - "height": 0.037, - "rotate": { - "angle": "60deg" - }, - "width": 0.0417, - "x": 0.0336, - "y": 0.3315 - }, - "props": { - "path": "autStand/Equipment/Photoeye", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL15_3_TPE1" - }, - "position": { - "height": 0.037, - "rotate": { - "angle": "60deg" - }, - "width": 0.0417, - "x": 0.0487, - "y": 0.3157 - }, - "props": { - "path": "autStand/Equipment/Photoeye", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL15_4_TPE1" - }, - "position": { - "height": 0.037, - "rotate": { - "angle": "60deg" - }, - "width": 0.0417, - "x": 0.0648, - "y": 0.3 - }, - "props": { - "path": "autStand/Equipment/Photoeye", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_1_TPE1" - }, - "position": { - "height": 0.037, - "rotate": { - "angle": "90deg" - }, - "width": 0.0417, - "x": 0.1033, - "y": 0.2704 - }, - "props": { - "path": "autStand/Equipment/Photoeye", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL14_1_TPE1" - }, - "position": { - "height": 0.0398, - "width": 0.0432, - "x": 0.1258, - "y": 0.4167 - }, - "props": { - "path": "autStand/Equipment/Photoeye", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL14_2_TPE1" - }, - "position": { - "height": 0.0398, - "width": 0.0432, - "x": 0.1258, - "y": 0.3843 - }, - "props": { - "path": "autStand/Equipment/Photoeye", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL14_3_TPE1" - }, - "position": { - "height": 0.0398, - "width": 0.0432, - "x": 0.1258, - "y": 0.3528 - }, - "props": { - "path": "autStand/Equipment/Photoeye", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL14_4_TPE1" - }, - "position": { - "height": 0.037, - "rotate": { - "angle": "60deg" - }, - "width": 0.0417, - "x": 0.1424, - "y": 0.3 - }, - "props": { - "path": "autStand/Equipment/Photoeye", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_1_TPE2" - }, - "position": { - "height": 0.037, - "rotate": { - "angle": "90deg" - }, - "width": 0.0417, - "x": 0.2033, - "y": 0.2704 - }, - "props": { - "path": "autStand/Equipment/Photoeye", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_1_TPE3" - }, - "position": { - "height": 0.037, - "rotate": { - "angle": "90deg" - }, - "width": 0.0417, - "x": 0.2919, - "y": 0.2704 - }, - "props": { - "path": "autStand/Equipment/Photoeye", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_2_TPE1" - }, - "position": { - "height": 0.037, - "rotate": { - "angle": "90deg" - }, - "width": 0.0417, - "x": 0.506, - "y": 0.2704 - }, - "props": { - "path": "autStand/Equipment/Photoeye", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_3_TPE1" - }, - "position": { - "height": 0.037, - "rotate": { - "angle": "270deg" - }, - "width": 0.0417, - "x": 0.7653, - "y": 0.2704 - }, - "props": { - "path": "autStand/Equipment/Photoeye", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_4_TPE1" - }, - "position": { - "height": 0.0398, - "width": 0.0432, - "x": 0.795, - "y": 0.3148 - }, - "props": { - "path": "autStand/Equipment/Photoeye", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_5_TPE1" - }, - "position": { - "height": 0.0398, - "width": 0.0432, - "x": 0.795, - "y": 0.5093 - }, - "props": { - "path": "autStand/Equipment/Photoeye", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_6_TPE1" - }, - "position": { - "height": 0.0398, - "width": 0.0432, - "x": 0.795, - "y": 0.5417 - }, - "props": { - "path": "autStand/Equipment/Photoeye", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_7_TPE1" - }, - "position": { - "height": 0.037, - "rotate": { - "angle": "90deg" - }, - "width": 0.0417, - "x": 0.8216, - "y": 0.5935 - }, - "props": { - "path": "autStand/Equipment/Photoeye", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_8_TPE1" - }, - "position": { - "height": 0.037, - "rotate": { - "angle": "90deg" - }, - "width": 0.0417, - "x": 0.8638, - "y": 0.5935 - }, - "props": { - "path": "autStand/Equipment/Photoeye", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_9AL_TPE1" - }, - "position": { - "height": 0.037, - "rotate": { - "angle": "90deg" - }, - "width": 0.0417, - "x": 0.9033, - "y": 0.5935 - }, - "props": { - "path": "autStand/Equipment/Photoeye", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_10_TPE1" - }, - "position": { - "height": 0.037, - "rotate": { - "angle": "90deg" - }, - "width": 0.0417, - "x": 0.9273, - "y": 0.5935 - }, - "props": { - "path": "autStand/Equipment/Photoeye", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_11_TPE1" - }, - "position": { - "height": 0.037, - "rotate": { - "angle": "90deg" - }, - "width": 0.0417, - "x": 0.9523, - "y": 0.5935 - }, - "props": { - "path": "autStand/Equipment/Photoeye", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL15_1_BCN1_A" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.0109, - "y": 0.3963 - }, - "props": { - "params": { - "forceFaultStatus": null, - "name": "amber", - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/Beacon", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "Camera_4" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.0109, - "y": 0.3769 - }, - "props": { - "params": { - "forceFaultStatus": null, - "name": "red", - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/Beacon", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL15_1_BCN1_R" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.0109, - "y": 0.3769 - }, - "props": { - "params": { - "forceFaultStatus": null, - "name": "red", - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/Beacon", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL15_1_BCN2_R" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.0594, - "y": 0.4213 - }, - "props": { - "params": { - "forceFaultStatus": null, - "name": "red", - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/Beacon", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_1_BCN1_A" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.1313, - "y": 0.3157 - }, - "props": { - "params": { - "forceFaultStatus": null, - "name": "amber", - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/Beacon", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL14_1_BCN1_A" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.1151, - "y": 0.4213 - }, - "props": { - "params": { - "forceFaultStatus": null, - "name": "amber", - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/Beacon", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL14_1_BCN1_R" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.1151, - "y": 0.4028 - }, - "props": { - "params": { - "forceFaultStatus": null, - "name": "red", - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/Beacon", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL14_1_BCN2_R" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.1651, - "y": 0.4519 - }, - "props": { - "params": { - "name": "Red", - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/Beacon", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_1_BCN2_A" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.1823, - "y": 0.2269 - }, - "props": { - "params": { - "forceFaultStatus": null, - "name": "amber", - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/Beacon", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_1_BCN2_R" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.1823, - "y": 0.2083 - }, - "props": { - "params": { - "forceFaultStatus": null, - "name": "red", - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/Beacon", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_1_BCN4_A" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.2938, - "y": 0.2352 - }, - "props": { - "params": { - "forceFaultStatus": null, - "name": "amber", - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/Beacon", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_1_BCN4_H" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.2938, - "y": 0.2167 - }, - "props": { - "params": { - "forceFaultStatus": null, - "name": "horn", - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/Beacon", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_2_BCN1_A" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.5068, - "y": 0.2352 - }, - "props": { - "params": { - "forceFaultStatus": null, - "name": "amber", - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/Beacon", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_4_BCN1_A" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.7948, - "y": 0.3685 - }, - "props": { - "params": { - "forceFaultStatus": null, - "name": "amber", - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/Beacon", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "Camera_16" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.8568, - "y": 0.5565 - }, - "props": { - "params": { - "forceFaultStatus": null, - "name": "amber", - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/Beacon", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "Camera_17" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.9339, - "y": 0.537 - }, - "props": { - "params": { - "forceFaultStatus": null, - "name": "amber", - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/Beacon", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "Camera_18" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.9745, - "y": 0.538 - }, - "props": { - "params": { - "forceFaultStatus": null, - "name": "red", - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/Beacon", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "Camera_19" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.9807, - "y": 0.6157 - }, - "props": { - "params": { - "forceFaultStatus": null, - "name": "red", - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/Beacon", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL14_1_ENSH1" - }, - "position": { - "height": 0.0231, - "width": 0.013, - "x": 0.1638, - "y": 0.4259 - }, - "props": { - "path": "autStand/Equipment/Encoder", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL14_2_ENSH1" - }, - "position": { - "height": 0.0231, - "width": 0.013, - "x": 0.1638, - "y": 0.3935 - }, - "props": { - "path": "autStand/Equipment/Encoder", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL14_3_ENSH1" - }, - "position": { - "height": 0.0231, - "width": 0.013, - "x": 0.1638, - "y": 0.362 - }, - "props": { - "path": "autStand/Equipment/Encoder", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL14_4_ENSH1" - }, - "position": { - "height": 0.0231, - "width": 0.013, - "x": 0.1695, - "y": 0.338 - }, - "props": { - "path": "autStand/Equipment/Encoder", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL15_1_ENSH1" - }, - "position": { - "height": 0.0231, - "width": 0.013, - "x": 0.0575, - "y": 0.3972 - }, - "props": { - "path": "autStand/Equipment/Encoder", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL15_2_ENSH1" - }, - "position": { - "height": 0.0231, - "width": 0.013, - "x": 0.0601, - "y": 0.3713 - }, - "props": { - "path": "autStand/Equipment/Encoder", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL15_3_ENSH1" - }, - "position": { - "height": 0.0231, - "width": 0.013, - "x": 0.0757, - "y": 0.3556 - }, - "props": { - "path": "autStand/Equipment/Encoder", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL15_4_ENSH1" - }, - "position": { - "height": 0.0231, - "width": 0.013, - "x": 0.0893, - "y": 0.3417 - }, - "props": { - "path": "autStand/Equipment/Encoder", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_10_ENW1" - }, - "position": { - "height": 0.0231, - "width": 0.013, - "x": 0.2742, - "y": 0.2806 - }, - "props": { - "path": "autStand/Equipment/Encoder", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_1_ENW1" - }, - "position": { - "height": 0.0231, - "width": 0.013, - "x": 0.9316, - "y": 0.6 - }, - "props": { - "path": "autStand/Equipment/Encoder", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_11_ENW1" - }, - "position": { - "height": 0.0231, - "width": 0.013, - "x": 0.9504, - "y": 0.6 - }, - "props": { - "path": "autStand/Equipment/Encoder", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL15_1_VFD1" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.0526, - "y": 0.4593 - }, - "props": { - "params": { - "forceFaultStatus": null, - "name": "red", - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/VFD", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL15_2_VFD1" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.0724, - "y": 0.388 - }, - "props": { - "params": { - "forceFaultStatus": null, - "name": "red", - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/VFD", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL15_3_VFD1" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.0844, - "y": 0.3759 - }, - "props": { - "params": { - "forceFaultStatus": null, - "name": "red", - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/VFD", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL15_4_VFD1" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.0964, - "y": 0.363 - }, - "props": { - "params": { - "forceFaultStatus": null, - "name": "red", - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/VFD", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL15_5_VFD1" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.1062, - "y": 0.337 - }, - "props": { - "params": { - "forceFaultStatus": null, - "name": "red", - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/VFD", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL14_1_VFD1" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.1625, - "y": 0.5148 - }, - "props": { - "params": { - "forceFaultStatus": null, - "name": "red", - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/VFD", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL14_2_VFD1" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.1786, - "y": 0.4296 - }, - "props": { - "params": { - "forceFaultStatus": null, - "name": "red", - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/VFD", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL14_3_VFD1" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.1786, - "y": 0.3981 - }, - "props": { - "params": { - "forceFaultStatus": null, - "name": "red", - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/VFD", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL14_4_VFD1" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.1786, - "y": 0.3694 - }, - "props": { - "params": { - "forceFaultStatus": null, - "name": "red", - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/VFD", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL14_5_VFD1" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.1859, - "y": 0.3204 - }, - "props": { - "params": { - "forceFaultStatus": null, - "name": "red", - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/VFD", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_1_VFD1" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.2745, - "y": 0.3204 - }, - "props": { - "params": { - "forceFaultStatus": null, - "name": "red", - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/VFD", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_2_VFD1" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.3578, - "y": 0.3204 - }, - "props": { - "params": { - "forceFaultStatus": null, - "name": "red", - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/VFD", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_3_VFD1" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.7521, - "y": 0.3111 - }, - "props": { - "params": { - "forceFaultStatus": null, - "name": "red", - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/VFD", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_4_VFD1" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.788, - "y": 0.3213 - }, - "props": { - "params": { - "forceFaultStatus": null, - "name": "red", - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/VFD", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_5_VFD1" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.8302, - "y": 0.4435 - }, - "props": { - "params": { - "forceFaultStatus": null, - "name": "red", - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/VFD", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_6_VFD1" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.8339, - "y": 0.512 - }, - "props": { - "params": { - "forceFaultStatus": null, - "name": "red", - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/VFD", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_7_VFD1" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.8365, - "y": 0.5602 - }, - "props": { - "params": { - "forceFaultStatus": null, - "name": "red", - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/VFD", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_8_VFD1" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.8682, - "y": 0.5778 - }, - "props": { - "params": { - "forceFaultStatus": null, - "name": "red", - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/VFD", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_9AL_VFD1" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.8922, - "y": 0.5806 - }, - "props": { - "params": { - "forceFaultStatus": null, - "name": "red", - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/VFD", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_10_VFD1" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.9307, - "y": 0.5815 - }, - "props": { - "params": { - "forceFaultStatus": null, - "name": "red", - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/VFD", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_11_VFD1" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.9573, - "y": 0.5806 - }, - "props": { - "params": { - "forceFaultStatus": null, - "name": "red", - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/VFD", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_9B_VFD1" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.9073, - "y": 0.5806 - }, - "props": { - "params": { - "forceFaultStatus": null, - "name": "red", - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/VFD", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL15_1_JR1" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.0161, - "y": 0.4296 - }, - "props": { - "path": "autStand/Equipment/JR_Button", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL14_1_JR1" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.1156, - "y": 0.4481 - }, - "props": { - "path": "autStand/Equipment/JR_Button", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_1_JR1" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.1208, - "y": 0.3389 - }, - "props": { - "path": "autStand/Equipment/JR_Button", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_1_JR2" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.2193, - "y": 0.3343 - }, - "props": { - "path": "autStand/Equipment/JR_Button", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_1_JR3" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.2938, - "y": 0.2556 - }, - "props": { - "path": "autStand/Equipment/JR_Button", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_2_JR1" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.5068, - "y": 0.2556 - }, - "props": { - "path": "autStand/Equipment/JR_Button", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_4_JR3" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.7948, - "y": 0.3889 - }, - "props": { - "path": "autStand/Equipment/JR_Button", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_8_JR2" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.8573, - "y": 0.6333 - }, - "props": { - "path": "autStand/Equipment/JR_Button", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_8_JR1" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.8557, - "y": 0.5787 - }, - "props": { - "path": "autStand/Equipment/JR_Button", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_10_JR2" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.9307, - "y": 0.6389 - }, - "props": { - "path": "autStand/Equipment/JR_Button", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_10_JR1" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.9187, - "y": 0.538 - }, - "props": { - "path": "autStand/Equipment/JR_Button", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL14_1_SIO1" - }, - "position": { - "height": 0.0204, - "width": 0.0208, - "x": 0.1594, - "y": 0.4935 - }, - "props": { - "params": { - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/Safety_IO", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL14_2_SIO1" - }, - "position": { - "height": 0.0204, - "width": 0.0208, - "x": 0.1911, - "y": 0.4287 - }, - "props": { - "params": { - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/Safety_IO", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL14_3_SIO1" - }, - "position": { - "height": 0.0204, - "width": 0.0208, - "x": 0.1911, - "y": 0.3991 - }, - "props": { - "params": { - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/Safety_IO", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL14_4_SIO1" - }, - "position": { - "height": 0.0204, - "width": 0.0208, - "x": 0.1911, - "y": 0.3713 - }, - "props": { - "params": { - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/Safety_IO", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL15_1_SIO1" - }, - "position": { - "height": 0.0204, - "width": 0.0208, - "x": 0.0635, - "y": 0.4593 - }, - "props": { - "params": { - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/Safety_IO", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL15_2_SIO1" - }, - "position": { - "height": 0.0204, - "width": 0.0208, - "x": 0.0719, - "y": 0.4176 - }, - "props": { - "params": { - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/Safety_IO", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL15_3_SIO1" - }, - "position": { - "height": 0.0204, - "width": 0.0208, - "x": 0.0917, - "y": 0.3963 - }, - "props": { - "params": { - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/Safety_IO", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL15_4_SIO1" - }, - "position": { - "height": 0.0204, - "width": 0.0208, - "x": 0.1073, - "y": 0.375 - }, - "props": { - "params": { - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/Safety_IO", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL15_5_SIO1" - }, - "position": { - "height": 0.0204, - "width": 0.0208, - "x": 0.1083, - "y": 0.3176 - }, - "props": { - "params": { - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/Safety_IO", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "UL14_5_SIO1" - }, - "position": { - "height": 0.0204, - "width": 0.0208, - "x": 0.1969, - "y": 0.3333 - }, - "props": { - "params": { - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/Safety_IO", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_1_SIO1" - }, - "position": { - "height": 0.0204, - "width": 0.0208, - "x": 0.2516, - "y": 0.3204 - }, - "props": { - "params": { - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/Safety_IO", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_3_SIO1" - }, - "position": { - "height": 0.0204, - "width": 0.0208, - "x": 0.3349, - "y": 0.3204 - }, - "props": { - "params": { - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/Safety_IO", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_3_SIO2" - }, - "position": { - "height": 0.0204, - "width": 0.0208, - "x": 0.7292, - "y": 0.3111 - }, - "props": { - "params": { - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/Safety_IO", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_4_SIO1" - }, - "position": { - "height": 0.0204, - "width": 0.0208, - "x": 0.7688, - "y": 0.3398 - }, - "props": { - "params": { - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/Safety_IO", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_5_SIO1" - }, - "position": { - "height": 0.0185, - "width": 0.0208, - "x": 0.8292, - "y": 0.4213 - }, - "props": { - "params": { - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/Safety_IO", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_6_SIO1" - }, - "position": { - "height": 0.0204, - "width": 0.0208, - "x": 0.8344, - "y": 0.487 - }, - "props": { - "params": { - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/Safety_IO", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_7_SIO1" - }, - "position": { - "height": 0.0204, - "width": 0.0208, - "x": 0.8365, - "y": 0.5361 - }, - "props": { - "params": { - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/Safety_IO", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_8_SIO1" - }, - "position": { - "height": 0.0204, - "width": 0.0208, - "x": 0.8688, - "y": 0.5546 - }, - "props": { - "params": { - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/Safety_IO", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_9AL_SIO1" - }, - "position": { - "height": 0.0204, - "width": 0.0208, - "x": 0.8922, - "y": 0.5593 - }, - "props": { - "params": { - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/Safety_IO", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_9B_SIO1" - }, - "position": { - "height": 0.0204, - "width": 0.0208, - "x": 0.9151, - "y": 0.5602 - }, - "props": { - "params": { - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/Safety_IO", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_11_SIO1" - }, - "position": { - "height": 0.0204, - "width": 0.0208, - "x": 0.9698, - "y": 0.512 - }, - "props": { - "params": { - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/Safety_IO", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_10_SIO1" - }, - "position": { - "height": 0.0204, - "width": 0.0208, - "x": 0.9417, - "y": 0.5593 - }, - "props": { - "params": { - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/Safety_IO", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "MCM01" - }, - "position": { - "height": 0.0278, - "width": 0.0219, - "x": 0.2342, - "y": 0.375 - }, - "props": { - "params": { - "forceFaultStatus": null, - "forceRunningStatus": null, - "has_state": false, - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/MCM" - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_1_DPM1" - }, - "position": { - "height": 0.0278, - "width": 0.0156, - "x": 0.1404, - "y": 0.2454 - }, - "props": { - "params": { - "forceFaultStatus": null, - "forceRunningStatus": null, - "has_state": false, - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/DPM" - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_5_DPM1" - }, - "position": { - "height": 0.0278, - "width": 0.0156, - "x": 0.8331, - "y": 0.3472 - }, - "props": { - "params": { - "forceFaultStatus": null, - "forceRunningStatus": null, - "has_state": false, - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/DPM" - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PDP01_FIOM1" - }, - "position": { - "height": 0.0204, - "width": 0.0208, - "x": 0.7328, - "y": 0.3556 - }, - "props": { - "params": { - "tagProps": [ - "/system/mcm01/test", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/Field_IO" - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "PS3_1_BCN3_A" - }, - "position": { - "height": 0.0185, - "width": 0.0104, - "x": 0.2193, - "y": 0.3148 - }, - "props": { - "params": { - "forceFaultStatus": null, - "name": "amber", - "tagProps": [ - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "path": "autStand/Equipment/Beacon", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.display.view" - } - ], - "meta": { - "name": "root" - }, - "props": { - "mode": "percent", - "style": { - "overflow": "hidden" - } - }, - "type": "ia.container.coord" - } -} \ No newline at end of file diff --git a/.resources/6f871948781c6bee2a2a9bdf77120185f9a659920b0fbdda9819ac6b554285e4 b/.resources/6f871948781c6bee2a2a9bdf77120185f9a659920b0fbdda9819ac6b554285e4 deleted file mode 100644 index 83e984f7..00000000 --- a/.resources/6f871948781c6bee2a2a9bdf77120185f9a659920b0fbdda9819ac6b554285e4 +++ /dev/null @@ -1,535 +0,0 @@ -{ - "custom": {}, - "params": {}, - "props": { - "defaultSize": { - "height": 2529, - "width": 4892 - } - }, - "root": { - "children": [ - { - "meta": { - "name": "HSS_Inbound" - }, - "position": { - "height": 651, - "width": 1687, - "x": 122, - "y": 1868.22 - }, - "props": { - "path": "Windows/Graphics/Templates/HSS_Inbound", - "style": { - "classes": "painted-events" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "HSS_Singulator" - }, - "position": { - "height": 1601, - "width": 949, - "x": 10, - "y": 301 - }, - "props": { - "path": "Windows/Graphics/Templates/HSS_Singulator", - "style": { - "classes": "painted-events" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "HSS_Sorter" - }, - "position": { - "height": 1973, - "width": 4223, - "x": 522, - "y": 10 - }, - "props": { - "path": "Windows/Graphics/Templates/HSS_Sorter", - "style": { - "classes": "painted-events" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "OXD_Inbound" - }, - "position": { - "height": 800, - "width": 636, - "x": 1802, - "y": 1450 - }, - "props": { - "path": "Windows/Graphics/Templates/OXD_Inbound", - "style": { - "classes": "painted-events" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "OXD_Singulator" - }, - "position": { - "height": 508, - "width": 1103, - "x": 2076, - "y": 1032 - }, - "props": { - "path": "Windows/Graphics/Templates/OXD_Singulator", - "style": { - "classes": "painted-events" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "OXD_Sorter" - }, - "position": { - "height": 517, - "width": 1434, - "x": 2983, - "y": 1033 - }, - "props": { - "path": "Windows/Graphics/Templates/OXD_Sorter", - "style": { - "classes": "painted-events" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "OXD_Problem_Solve" - }, - "position": { - "height": 286, - "width": 928, - "x": 2530, - "y": 1125 - }, - "props": { - "path": "Windows/Graphics/Templates/OXD_Problem_Solve", - "style": { - "classes": "painted-events" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "Runout" - }, - "position": { - "height": 1467, - "width": 709, - "x": 4172, - "y": 841 - }, - "props": { - "path": "Windows/Graphics/Templates/Runout", - "style": { - "classes": "painted-events" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "NavButton_HSS_Inbound" - }, - "position": { - "height": 40, - "width": 106, - "x": 1017, - "y": 1740 - }, - "props": { - "params": { - "enableTooltip": true, - "label": null, - "tagPath": "[default]HSSInboundStatus", - "view": "" - }, - "path": "Templates/Buttons/NavButton", - "style": { - "transform": "scale(4)" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "NavButton_HSS_Singulator" - }, - "position": { - "height": 40, - "width": 125, - "x": 497, - "y": 920 - }, - "props": { - "params": { - "enableTooltip": true, - "label": null, - "tagPath": "[default]HSSSingulatorStatus", - "view": "" - }, - "path": "Templates/Buttons/NavButton", - "style": { - "transform": "scale(4)" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "NavButton_HSS_Sorter" - }, - "position": { - "height": 40, - "width": 95, - "x": 1760, - "y": 120 - }, - "props": { - "params": { - "enableTooltip": true, - "label": null, - "tagPath": "[default]HSSSorterStatus", - "view": "" - }, - "path": "Templates/Buttons/NavButton", - "style": { - "transform": "scale(4)" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "NavButton_OXD_Inbound" - }, - "position": { - "height": 40, - "width": 110, - "x": 2537, - "y": 2000 - }, - "props": { - "params": { - "enableTooltip": true, - "label": null, - "tagPath": "[default]OXDInboundStatus", - "view": "" - }, - "path": "Templates/Buttons/NavButton", - "style": { - "transform": "scale(4)" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "NavButton_OXD_Singulator" - }, - "position": { - "height": 40, - "width": 128, - "x": 2797, - "y": 1640 - }, - "props": { - "params": { - "enableTooltip": true, - "label": null, - "tagPath": "[default]OXDSingulatorStatus", - "view": "" - }, - "path": "Templates/Buttons/NavButton", - "style": { - "transform": "scale(4)" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "NavButton_OXD_Sorter" - }, - "position": { - "height": 40, - "width": 97, - "x": 3774, - "y": 1266 - }, - "props": { - "params": { - "enableTooltip": true, - "label": null, - "tagPath": "[default]OXDSorterStatus", - "view": "" - }, - "path": "Templates/Buttons/NavButton", - "style": { - "transform": "scale(4)" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "NavButton_OXD_Problem_Solve" - }, - "position": { - "height": 40, - "width": 150, - "x": 3007, - "y": 910 - }, - "props": { - "params": { - "enableTooltip": true, - "label": null, - "tagPath": "[default]OXDProblemSolveStatus", - "view": "" - }, - "path": "Templates/Buttons/NavButton", - "style": { - "transform": "scale(4)" - } - }, - "type": "ia.display.view" - }, - { - "meta": { - "name": "NavButton_Runout" - }, - "position": { - "height": 40, - "width": 74, - "x": 4607, - "y": 1662 - }, - "props": { - "params": { - "enableTooltip": true, - "label": null, - "tagPath": "[default]RunoutStatus", - "view": "" - }, - "path": "Templates/Buttons/NavButton", - "style": { - "transform": "scale(4)" - } - }, - "type": "ia.display.view" - }, - { - "events": { - "system": { - "onStartup": { - "config": { - "script": "\tif system.perspective.isAuthorized(True, [\u0027Authenticated/Roles/Maintenance\u0027]):\n\t\tself.meta.visible \u003d True\n\telse:\n\t\tself.meta.visible \u003d False" - }, - "scope": "G", - "type": "script" - } - } - }, - "meta": { - "name": "StartStopSystem", - "visible": false - }, - "position": { - "height": 40, - "width": 125, - "x": 1190, - "y": 982 - }, - "props": { - "loading": { - "order": "with-parent" - }, - "params": { - "label": "", - "tagPaths": [ - "[default]MCP01/MCP01", - "[default]MCP02/MCP02", - "[default]MCP03/MCP03", - "[default]MCP20/MCP20", - "[default]MCP21/MCP21" - ], - "view": "Windows/Graphics/Overview" - }, - "path": "Templates/Buttons/StartStopSystem", - "style": { - "transform": "scale(4)" - } - }, - "type": "ia.display.view" - }, - { - "events": { - "system": { - "onStartup": { - "config": { - "script": "\tif system.perspective.isAuthorized(True, [\u0027Authenticated/Roles/Maintenance\u0027]):\n\t\tself.meta.visible \u003d True\n\telse:\n\t\tself.meta.visible \u003d False" - }, - "scope": "G", - "type": "script" - } - } - }, - "meta": { - "name": "StartStopHSS", - "visible": false - }, - "position": { - "height": 40, - "width": 125, - "x": 1190, - "y": 1172 - }, - "props": { - "loading": { - "order": "with-parent" - }, - "params": { - "label": "", - "tagPath": "[default]HSSStatus", - "tagPaths": [ - "[default]MCP02/MCP02", - "[default]MCP03/MCP03", - "[default]MCP21/MCP21" - ], - "view": "Windows/Graphics/Overview" - }, - "path": "Templates/Buttons/StartStopSystem", - "style": { - "transform": "scale(4)" - } - }, - "type": "ia.display.view" - }, - { - "events": { - "system": { - "onStartup": { - "config": { - "script": "\tif system.perspective.isAuthorized(True, [\u0027Authenticated/Roles/Maintenance\u0027]):\n\t\t\tself.meta.visible \u003d True\n\telse:\n\t\t\tself.meta.visible \u003d False" - }, - "scope": "G", - "type": "script" - } - } - }, - "meta": { - "name": "StartStopOXD", - "visible": false - }, - "position": { - "height": 40, - "width": 125, - "x": 1190, - "y": 1362 - }, - "props": { - "loading": { - "order": "with-parent" - }, - "params": { - "label": "", - "tagPath": "[default]OXDStatus", - "tagPaths": [ - "[default]MCP01/MCP01", - "[default]MCP20/MCP20" - ], - "view": "Windows/Graphics/Overview" - }, - "path": "Templates/Buttons/StartStopSystem", - "style": { - "transform": "scale(4)" - } - }, - "type": "ia.display.view" - }, - { - "events": { - "dom": { - "onClick": { - "config": { - "script": "\tsystem.tag.writeBlocking(\"[default]MCP21/Verify_Inspection\", 1)" - }, - "scope": "G", - "type": "script" - } - } - }, - "meta": { - "name": "Button" - }, - "position": { - "height": 144, - "width": 344, - "x": 387.5, - "y": 678 - }, - "propConfig": { - "meta.visible": { - "binding": { - "config": { - "expression": "isAuthorized(true, \u0027Authenticated/Roles/Administrator\u0027) ||\r\nisAuthorized(true, \u0027Authenticated/Roles/Maintenance\u0027)" - }, - "type": "expr" - } - } - }, - "props": { - "style": { - "backgroundColor": "#FF0000", - "color": "#FF0000" - }, - "text": "Shoe Pin Fault Reset", - "textStyle": { - "backgroundColor": "#FF0000", - "borderColor": "#FF0000", - "color": "#000000", - "fontSize": 28, - "outlineColor": "#FF0000" - } - }, - "type": "ia.input.button" - } - ], - "meta": { - "name": "root" - }, - "props": { - "style": { - "overflow": "hidden" - } - }, - "type": "ia.container.coord" - } -} \ No newline at end of file diff --git a/.resources/772966dae1d640456f6283a5d0100e07d832763b9c1d7120353a9b20f3d1cf88 b/.resources/772966dae1d640456f6283a5d0100e07d832763b9c1d7120353a9b20f3d1cf88 new file mode 100644 index 00000000..5fddbd71 --- /dev/null +++ b/.resources/772966dae1d640456f6283a5d0100e07d832763b9c1d7120353a9b20f3d1cf88 @@ -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\")\n\telse:\n\t\tsystem.perspective.navigate(\"/Home\")" + }, + "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.props.selected \u003d\u003d True and self.page.props.path \u003d\u003d \"/\":\n\t\tsystem.perspective.navigate(\"/MAP-Home\")\n\t\t\n\telif self.page.props.path \u003d\u003d \"/MAP-Home\":\n\t\tsystem.perspective.navigate(\"/\")" + }, + "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 \"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 \"TagSearch\")" + }, + "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": "/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(\"/Windows/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(\"/Windows/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": { + "script": "\tsystem.perspective.navigateBack()" + }, + "scope": "G", + "type": "script" + } + } + }, + "meta": { + "name": "Back", + "tooltip": { + "enabled": true, + "text": "Back" + } + }, + "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/7aab023cf0f9382b6d6da2ed2bbcd3b4cccc621c643273d8b15fc499125ab144 b/.resources/7aab023cf0f9382b6d6da2ed2bbcd3b4cccc621c643273d8b15fc499125ab144 new file mode 100644 index 00000000..08c5b96b Binary files /dev/null and b/.resources/7aab023cf0f9382b6d6da2ed2bbcd3b4cccc621c643273d8b15fc499125ab144 differ diff --git a/.resources/7bf7b9b966e835aaf20d1c3fb67c156f29510abed5390ed165908ff13f811992 b/.resources/7bf7b9b966e835aaf20d1c3fb67c156f29510abed5390ed165908ff13f811992 deleted file mode 100644 index e0f37ef8..00000000 Binary files a/.resources/7bf7b9b966e835aaf20d1c3fb67c156f29510abed5390ed165908ff13f811992 and /dev/null differ diff --git a/.resources/9ea054371c48bd99dbd1f946262bda4c653872ede321bd2f830c5e5aaf41f2c9 b/.resources/9ea054371c48bd99dbd1f946262bda4c653872ede321bd2f830c5e5aaf41f2c9 new file mode 100644 index 00000000..e86ac31a Binary files /dev/null and b/.resources/9ea054371c48bd99dbd1f946262bda4c653872ede321bd2f830c5e5aaf41f2c9 differ diff --git a/.resources/b0ec766c36f3aa7d9482d042725355b15bd308323956312b7cf1123e6c12fd09 b/.resources/b0ec766c36f3aa7d9482d042725355b15bd308323956312b7cf1123e6c12fd09 new file mode 100644 index 00000000..16ea221e Binary files /dev/null and b/.resources/b0ec766c36f3aa7d9482d042725355b15bd308323956312b7cf1123e6c12fd09 differ diff --git a/.resources/d247b5d9f44351033ff9e93b32526d7362d33778b20d413ee83dab1c7e917501 b/.resources/d247b5d9f44351033ff9e93b32526d7362d33778b20d413ee83dab1c7e917501 new file mode 100644 index 00000000..c4da4af4 --- /dev/null +++ b/.resources/d247b5d9f44351033ff9e93b32526d7362d33778b20d413ee83dab1c7e917501 @@ -0,0 +1,6 @@ +def set_priority_filters(self): + filters = self.props.value + payload = {} + payload["data"] = filters + system.perspective.sendMessage("set-priority-filters", payload = payload, + scope = "page") \ No newline at end of file diff --git a/.resources/fd795c7662591bf4344ffcad5b8c39ec647c548cfe552b9d5225f74515882dc0 b/.resources/fd795c7662591bf4344ffcad5b8c39ec647c548cfe552b9d5225f74515882dc0 deleted file mode 100644 index e24548f5..00000000 Binary files a/.resources/fd795c7662591bf4344ffcad5b8c39ec647c548cfe552b9d5225f74515882dc0 and /dev/null differ diff --git a/AmazonBase/com.inductiveautomation.perspective/inactivity-properties/resource.json b/AmazonBase/com.inductiveautomation.perspective/inactivity-properties/resource.json index 2397ce58..165f17b8 100644 --- a/AmazonBase/com.inductiveautomation.perspective/inactivity-properties/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/inactivity-properties/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-14T03:39:48Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "bf9c7a18e4c123b95deb85b6aeb5e26237b5960f860072e97eb348b7b0d8f6cf" + "lastModificationSignature": "1161aafb224f4c6f935cbc64db20f4aaa7e667c2429248fdd54e2e1a1b1c29de" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/page-config/resource.json b/AmazonBase/com.inductiveautomation.perspective/page-config/resource.json index 97cd923c..b17ac9ab 100644 --- a/AmazonBase/com.inductiveautomation.perspective/page-config/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/page-config/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-13T12:15:07Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "5255a24a56edaf2b79803cc2d34bf7eb86a33562c72e758cd683fe2b783c02e1" + "lastModificationSignature": "a001debe013c6e34d2fed831fe6fd8d18a2d94fe4673bf2e762aa9ddc4b102e1" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/session-permissions/resource.json b/AmazonBase/com.inductiveautomation.perspective/session-permissions/resource.json index 1df6177d..49529fcc 100644 --- a/AmazonBase/com.inductiveautomation.perspective/session-permissions/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/session-permissions/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2020-04-30T15:57:03Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "8b1dd81a0e442a2ec4244f4fe387409080d18e91fc09ec1180531f587007e0dc" + "lastModificationSignature": "d413b5d61b8f1d9ba9c61a9ad92bece3404293a1dccc75acabed8cc026392370" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/session-props/resource.json b/AmazonBase/com.inductiveautomation.perspective/session-props/resource.json index 9afe4724..3c16973b 100644 --- a/AmazonBase/com.inductiveautomation.perspective/session-props/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/session-props/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-01T12:06:47Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "7ed09693fde115ee87d59c98d6bd028596585c7f6a4269b57ad1b2a245cfa6e3" + "lastModificationSignature": "1887cf34321881f00ed9f5753740abcf6787d0e9609018a10cfa3747180d999e" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/style-classes/Buttons/Blue/resource.json b/AmazonBase/com.inductiveautomation.perspective/style-classes/Buttons/Blue/resource.json index f42aaaba..7eca3f8b 100644 --- a/AmazonBase/com.inductiveautomation.perspective/style-classes/Buttons/Blue/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/style-classes/Buttons/Blue/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2020-10-11T04:04:51Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "cf630ae7ea43f9e71f9a6e02bd20a1211a95a7adfabfa254811208429095161b" + "lastModificationSignature": "d3ed060e21aa3f2c75c35ed0914178e285a5416610983b7a7e9d379209ad017b" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/style-classes/Buttons/Green/resource.json b/AmazonBase/com.inductiveautomation.perspective/style-classes/Buttons/Green/resource.json index 758d7064..48b8f64c 100644 --- a/AmazonBase/com.inductiveautomation.perspective/style-classes/Buttons/Green/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/style-classes/Buttons/Green/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2020-10-11T04:04:40Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "d88b754140cdba84f67d8568a78b175d56c37aa1b81fb4d510d9114f735f4686" + "lastModificationSignature": "453118b68df12d2847ade223913b2ead035938a5b36e0a98ac37c52cc15f9d68" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/style-classes/Buttons/Grey/resource.json b/AmazonBase/com.inductiveautomation.perspective/style-classes/Buttons/Grey/resource.json index 632fd9b5..38a37dc9 100644 --- a/AmazonBase/com.inductiveautomation.perspective/style-classes/Buttons/Grey/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/style-classes/Buttons/Grey/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2020-10-11T04:04:30Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "addc394c969b2b1ef926e9dd51ca499c8e91bd58e62c5a5a67df56d2340cb540" + "lastModificationSignature": "d9c4aab66c1a4b50a54bfdb2f7202f58ac4ca6b49e0a3594813a22d984800eac" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/style-classes/Buttons/Red/resource.json b/AmazonBase/com.inductiveautomation.perspective/style-classes/Buttons/Red/resource.json index 70fe3700..9914e57e 100644 --- a/AmazonBase/com.inductiveautomation.perspective/style-classes/Buttons/Red/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/style-classes/Buttons/Red/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2020-10-11T04:05:13Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "9d601fa9da7fae33db3b51f7ce45dc6f2982391242193498131c8361cf7428b0" + "lastModificationSignature": "7e1f5b5ed53f02dcbab72ce4e2c077086cca3cb779b79b41d168e4c73f47065f" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/style-classes/Buttons/Yellow/resource.json b/AmazonBase/com.inductiveautomation.perspective/style-classes/Buttons/Yellow/resource.json index c4857a98..ccd63c40 100644 --- a/AmazonBase/com.inductiveautomation.perspective/style-classes/Buttons/Yellow/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/style-classes/Buttons/Yellow/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2020-10-11T04:05:01Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "4c4a795b0ba11112f3afc569c0dbc0d344b8af96969263bade67e7a4fa54bd07" + "lastModificationSignature": "d801383a89d2f7cf9efa54afe9710e3ce4d5b6f8c0f79376af3c16c8f2bc808d" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/style-classes/Docked/StatusText/resource.json b/AmazonBase/com.inductiveautomation.perspective/style-classes/Docked/StatusText/resource.json index 1510ecdc..55eef1a3 100644 --- a/AmazonBase/com.inductiveautomation.perspective/style-classes/Docked/StatusText/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/style-classes/Docked/StatusText/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2020-04-23T20:55:29Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "9f1da3c94719ff03c022d3a92a18155b3f8d9d6bb98fcc05e8a9a84f246c45ed" + "lastModificationSignature": "31a3114000e8a33703dd368d0dd149138038b3365091a7d99708da7c9b045df5" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/style-classes/Tree/hoverUnselected/resource.json b/AmazonBase/com.inductiveautomation.perspective/style-classes/Tree/hoverUnselected/resource.json index c2ed9d84..23f2ca8a 100644 --- a/AmazonBase/com.inductiveautomation.perspective/style-classes/Tree/hoverUnselected/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/style-classes/Tree/hoverUnselected/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2020-04-30T19:14:15Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "000f075421f848a9ce5b632767d45f921e34a8c71dac34ddccb3fc69d487a526" + "lastModificationSignature": "abe47089ecaaf25e0d15eb4e0f9c87a763fa6311b751d8bf323ab46f9db2e2d7" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/style-classes/interactable/border/resource.json b/AmazonBase/com.inductiveautomation.perspective/style-classes/interactable/border/resource.json index a412049d..011ba996 100644 --- a/AmazonBase/com.inductiveautomation.perspective/style-classes/interactable/border/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/style-classes/interactable/border/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2020-04-03T02:50:23Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "53755fa66ef3b3218f320914bf875cc63d45bc2417a067dd2b7912cc56925725" + "lastModificationSignature": "004f2be264798cdc7ed3111bffab6b68198388ea0319f1feb8bb5ed99811fc34" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/style-classes/interactable/container/resource.json b/AmazonBase/com.inductiveautomation.perspective/style-classes/interactable/container/resource.json index 81dc9329..011ba996 100644 --- a/AmazonBase/com.inductiveautomation.perspective/style-classes/interactable/container/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/style-classes/interactable/container/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2020-04-03T03:09:31Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "7edea7051fbafdd9720f03ad6b106eff5ad49d17b184b1f5a667107747eda3ef" + "lastModificationSignature": "004f2be264798cdc7ed3111bffab6b68198388ea0319f1feb8bb5ed99811fc34" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/style-classes/interactable/pattern/resource.json b/AmazonBase/com.inductiveautomation.perspective/style-classes/interactable/pattern/resource.json index 2c50ae58..011ba996 100644 --- a/AmazonBase/com.inductiveautomation.perspective/style-classes/interactable/pattern/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/style-classes/interactable/pattern/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2020-04-03T02:50:17Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "f4444e8f31f78ce42b0ab3699f7f579de2ab2405c80d85331b240ee3d2c6c8ac" + "lastModificationSignature": "004f2be264798cdc7ed3111bffab6b68198388ea0319f1feb8bb5ed99811fc34" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/style-classes/painted-events/resource.json b/AmazonBase/com.inductiveautomation.perspective/style-classes/painted-events/resource.json index 6b871a9e..011ba996 100644 --- a/AmazonBase/com.inductiveautomation.perspective/style-classes/painted-events/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/style-classes/painted-events/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2020-04-19T17:57:51Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "0ff7f84e57cd76c255db6306cd5941c32f6272f4ec8738fea697b0b5bfe0c9dc" + "lastModificationSignature": "004f2be264798cdc7ed3111bffab6b68198388ea0319f1feb8bb5ed99811fc34" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/style-classes/sticky/resource.json b/AmazonBase/com.inductiveautomation.perspective/style-classes/sticky/resource.json index d827c89f..011ba996 100644 --- a/AmazonBase/com.inductiveautomation.perspective/style-classes/sticky/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/style-classes/sticky/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2020-03-31T17:51:37Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "ce5c3c9dfdccfa12032f9fd9bbb6645adb120468474259a167d73224172d3ac2" + "lastModificationSignature": "004f2be264798cdc7ed3111bffab6b68198388ea0319f1feb8bb5ed99811fc34" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/style-classes/table/column-header/resource.json b/AmazonBase/com.inductiveautomation.perspective/style-classes/table/column-header/resource.json index 86b43031..99928e7c 100644 --- a/AmazonBase/com.inductiveautomation.perspective/style-classes/table/column-header/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/style-classes/table/column-header/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2020-05-10T03:51:46Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "d31d5c705765aa8d1ac1d033d00a5ca90854d8e955a3c3531e482cb434e233b6" + "lastModificationSignature": "1489e793d80d5ad3edef8b9e84aad7f11686ad34dbfe8c52c70958aba277b292" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/style-classes/table/highlight/resource.json b/AmazonBase/com.inductiveautomation.perspective/style-classes/table/highlight/resource.json index c6b0cf80..b1c85459 100644 --- a/AmazonBase/com.inductiveautomation.perspective/style-classes/table/highlight/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/style-classes/table/highlight/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2020-04-02T01:47:42Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "bc01fdf5015b50b561a8e33cd77e780bb1244d028ab279a7c6f1ce5f38da56c0" + "lastModificationSignature": "7d19a49dd5f0818cbdfdf9ca6cdc5c8b15709e30668115d748c2dfdc72b339db" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/style-classes/window/resource.json b/AmazonBase/com.inductiveautomation.perspective/style-classes/window/resource.json index e7c77dd4..05c87182 100644 --- a/AmazonBase/com.inductiveautomation.perspective/style-classes/window/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/style-classes/window/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2020-10-16T16:23:27Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "854611487360b98a78720522810c562ab5913dad9f7f61eb81c0db03bf8431bf" + "lastModificationSignature": "24fbac2ded16ad5135cb34f5c15b10281068029d9d31a44573952cb47a21f7c8" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/tag-drop-settings/resource.json b/AmazonBase/com.inductiveautomation.perspective/tag-drop-settings/resource.json index aaecc83e..c3cc649f 100644 --- a/AmazonBase/com.inductiveautomation.perspective/tag-drop-settings/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/tag-drop-settings/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2020-04-03T18:12:43Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "5dab6a48024c46ad93644ef27c40afa13a0b52956f484289fc18d5c7c78e2f8f" + "lastModificationSignature": "efb98b03655bfed38ac7ebb4b42b7db1d0f3a587d6cc389218e77ba1a7467106" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Popups/CustomDocuments/CreateFolder/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Popups/CustomDocuments/CreateFolder/resource.json index 30b508a0..d9625d53 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Popups/CustomDocuments/CreateFolder/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Popups/CustomDocuments/CreateFolder/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-14T03:33:44Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "04d893ed99d96333bbefb0ba960288e073005177e1afd23fc7434c563df1f3c0" + "lastModificationSignature": "ab96b7e0183a5868c0a980b029ff7bc2971111612095bd90285b3601445db948" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Popups/CustomDocuments/DeleteConfirmation/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Popups/CustomDocuments/DeleteConfirmation/resource.json index 0596ff3b..57bfb97e 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Popups/CustomDocuments/DeleteConfirmation/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Popups/CustomDocuments/DeleteConfirmation/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-14T03:33:44Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "98813c58a3f7dbf0d9579f6f0e644d42b75c19aca76b90f547b3593c6e9e82b9" + "lastModificationSignature": "e7b66cebe8246f53f9c72e2d28b0cc22571d07435313fc1c088694fa444e3f02" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Popups/CustomDocuments/PDFUpload/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Popups/CustomDocuments/PDFUpload/resource.json index 2161a385..741391ca 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Popups/CustomDocuments/PDFUpload/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Popups/CustomDocuments/PDFUpload/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-14T03:33:44Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "1c57b0aba05ac461dccaa3dccb34442a7d6246e065ad4edc1b1f4837a39aa52b" + "lastModificationSignature": "49897cbf76f11db6f4a01120525ffa0cd173b3f6ad377edb068ce88a607b3a12" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Popups/CustomReports/ConfigUpload/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Popups/CustomReports/ConfigUpload/resource.json index b51b8351..4dd69637 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Popups/CustomReports/ConfigUpload/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Popups/CustomReports/ConfigUpload/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-14T03:33:56Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "83d563bb24f24ccdbd9ade82150dd87ac41299daae2737fbc1814654fac011f6" + "lastModificationSignature": "48d1ecf499782e898f98a77805a1fce04c44b461cae4ef3dc647340eb3d56218" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Popups/CustomReports/DeleteConfirmation/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Popups/CustomReports/DeleteConfirmation/resource.json index 06a6c0a0..94072c3f 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Popups/CustomReports/DeleteConfirmation/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Popups/CustomReports/DeleteConfirmation/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-14T03:33:56Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "08435917e30b3ed8f93b889852ad3828d927ccfb4489f7041a4cb65ad45b4f7b" + "lastModificationSignature": "f3db27a25f05f0b74f82371a8853c5fa6072c36fe6d3c3bbd03ac3b84267e380" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/AlarmHistory/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/AlarmHistory/resource.json index f8a20a25..58e2f3b8 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/AlarmHistory/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/AlarmHistory/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-11-02T20:31:41Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "e6add70dc313852fe4b1d5910b532d001d17d9997177e07c8ee608a2a04635b9" + "lastModificationSignature": "6f4a1451de24673157e02bd3c83ecde40c4cef1c26e69adb655afe74b99b41d4" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Controls/chutedestination/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Controls/chutedestination/resource.json index e4f9ff1c..7452c1a2 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Controls/chutedestination/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Controls/chutedestination/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T01:26:58Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "8c4bb45523e9c3756ff2da9ca649a15801afc19b0539b2d643b5dcf0e94527ec" + "lastModificationSignature": "868da87bd996de961d85314118ff87a982f05a8fe0cb9b005a78a9b39364c18c" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Controls/divchute/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Controls/divchute/resource.json index d116cdd9..4df060c9 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Controls/divchute/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Controls/divchute/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-08-10T18:13:53Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "12859fc117e9083eca0afbae85e89e941313e758840d083ce4dc152867ac9af1" + "lastModificationSignature": "5cee5da535bbdc24c91a1dd7fb2f1380146c29d52825b41726a7439025ff64b7" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Controls/hss_chute/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Controls/hss_chute/resource.json index 0d89f3fc..023b91e7 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Controls/hss_chute/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Controls/hss_chute/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T01:26:58Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "a2a16582e70de5bfb3657120393c4ca86f1b660b02f90946117c8b2a6718464d" + "lastModificationSignature": "5282b5974b51a5d4a001b8eae93a80759816983689d04557940fee72a215524a" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Controls/rrchute/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Controls/rrchute/resource.json index 5f40378b..00832b98 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Controls/rrchute/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Controls/rrchute/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-08-10T22:12:38Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "ff45677b167fbe0823df1b25995ae412d1fba5c1cf169aac1357ee6e09b049ca" + "lastModificationSignature": "77161b9e0edb849f3559a25f6a26ad4c2deaecbd05dd17868d021c2ba7b1274a" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Controls/spiralchute/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Controls/spiralchute/resource.json index 87dfc28d..e10b24cf 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Controls/spiralchute/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Controls/spiralchute/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-15T02:05:10Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "24b9ebd14795dfefe23035c5195551c4ffa222a0f07aeea6c33d9018b59d5310" + "lastModificationSignature": "ab398a8612b0f5f0358bf1f7baa7938b13d72fb87a0352fda10a25458e846e3b" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Devices/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Devices/resource.json index c4a0a085..fd763aa8 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Devices/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Devices/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-15T02:04:56Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "8bcead5717f720eae1b77697ba85ac4318561f8bcca80891e48e9ab31e374136" + "lastModificationSignature": "b0eb1ee6beca82237972acf58cd9c0ca84fc17a4b8fb2c09708647ce22baa4c3" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/FlowManagement/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/FlowManagement/resource.json index 3020b502..4f93fb86 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/FlowManagement/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/FlowManagement/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-04-02T21:25:56Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "165e6fd085a90086aad26732e6ee7d67cf4e0904a74afbfb064c8a75cb1eeacf" + "lastModificationSignature": "14f14596a12e92f50b1af9e22e80b2c8f73a26a2f580c2e8c156503dfb2c884b" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/beacon/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/beacon/resource.json index f82e094a..c648a3c8 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/beacon/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/beacon/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-15T02:05:03Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "7cda6289cb13f5172f832093d35f26e57c13ede802bf882a5c06ebb82d639c7a" + "lastModificationSignature": "bcd5a80138382f1b121141129517bab6b6cada5e38f4cdfe64e66bda1c3b6014" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/conveyor/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/conveyor/resource.json index cb44bd3a..63acf596 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/conveyor/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/conveyor/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-15T02:05:03Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "2fdfa5a28b51352bc176b519746034fcadb63dd5dfa0219f05b1573828c19c57" + "lastModificationSignature": "aa38143484f47dafa6b413c9d456bf73f57756b9468f95432a501b583fb77ffb" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/divertpaddle/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/divertpaddle/resource.json index 0e00984d..a6aee51b 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/divertpaddle/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/divertpaddle/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-15T02:05:03Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "1b464d3160cad420c69600de34b5ff990f1266773386b9f5d9d8f24932cc1a05" + "lastModificationSignature": "0cea7c158366e1bd24159cd4cd1f9c17bc635e30dee899d7331e5a122cb5d2c7" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/eip/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/eip/resource.json index 394312c1..ae693cda 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/eip/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/eip/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-15T02:05:03Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "6736672f6651bc66714e4b74f26953643b1136426253fed07a956260eee27716" + "lastModificationSignature": "c9f07109a6c2cddb03f3d9cf54efe6b468d08b65bedcd493ebb3c777f2ec60de" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/encoder/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/encoder/resource.json index b1857373..a6923da6 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/encoder/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/encoder/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-15T02:05:03Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "c4d37abf430fa2d8c23bd0b535363f7524df0a18c688d4926949dead7b982e08" + "lastModificationSignature": "221e3fa7ac3e2ac6044aa88caa58c61852600fde237c908e20676ecc21261cc1" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/estop/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/estop/resource.json index 907d9ec8..04f872e7 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/estop/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/estop/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-15T02:05:03Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "f9582f39ff4e8e000abf4924550559d1aecfdf9f34244740f571ccc35ba2b4fc" + "lastModificationSignature": "e74165b899aac47ee985848fbf8875b3163a0621a7e311f0420e77d68072d8d6" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/gaylord/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/gaylord/resource.json index 37619b92..14122933 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/gaylord/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/gaylord/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-15T02:05:03Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "1902d05a275048ed7b2ec896ae1961c789c3dd023f7c76acac503eba2ebba607" + "lastModificationSignature": "2542f9064177dbe8b43ea2b6fc5bc904b1c9015b3cfba4e89bb3f958729b1cd5" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/limitswitch/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/limitswitch/resource.json index dd734bb1..59c5e940 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/limitswitch/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/limitswitch/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-15T02:05:03Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "69e4a46f2d761978d9aaecee797b4dd65155465e82f7d11cbf854e77242557e5" + "lastModificationSignature": "cf8e6da65310930e1ea33fabaa92527dff8541b29388a46ee63a54f60dd2deda" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/mcp/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/mcp/resource.json index 8b245f8e..9d1484d6 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/mcp/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/mcp/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-15T02:05:03Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "353ffb5a5b407d9af7e1bbe3e06087d3a48eec9d10cf7193c9079843e81bccab" + "lastModificationSignature": "e3e18308d8d7e9cc1f087a16198a249fc9853e569db8b33944526d825337f310" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/mcp_siemens/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/mcp_siemens/resource.json index 113b86ee..08e4d4b1 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/mcp_siemens/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/mcp_siemens/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2022-03-25T14:36:56Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "7687892edca5f417a2451aedbc1827a5985580b8d26d2f0b7e9aaf2662fd555b" + "lastModificationSignature": "f32dac22aaf4b3bf4789a48595f5c6ba7fcd804ee656a53864534dbe49a7a35c" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/photoeye/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/photoeye/resource.json index aab9e2b2..41528012 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/photoeye/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/photoeye/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-15T02:05:03Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "7dc8c346949bd55a2a43d72a537432b34b738facc59fb442128ef8fb55b76dba" + "lastModificationSignature": "7fc56186632c676e135253d5c848bed06db56e8bd1afded57ece881fbd6ecce8" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/pushbutton/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/pushbutton/resource.json index 320341fb..f4b4e4a1 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/pushbutton/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/pushbutton/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-15T02:05:03Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "4721251be732eed68fb15fb1f9dedae42c2e3b1bfd59a1437c2122cb6d61b4a8" + "lastModificationSignature": "6ab663efd968f36a8fa8b5818b25529a504ab3563c9f76d22cb3f098cabd4f77" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/scanner/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/scanner/resource.json index 375858a5..97187012 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/scanner/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/scanner/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-15T02:05:03Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "744fff24a9cd0f3b6b6f7c56829c35c4ef94a5f15a770cb030ee9a6497c58b2f" + "lastModificationSignature": "4dbf6bb3b58080625666ac2db654882861752e68c6059577684a44cb71d049e6" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/vfd/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/vfd/resource.json index 91cb4f12..a83178b1 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/vfd/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/vfd/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-15T02:05:04Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "e3d3563dd7057d86ba109620e91fc1d6b5e4708c0974f384952df74c3e5e7e8a" + "lastModificationSignature": "1d3f11679be2405fc3900b3dbca75f82823f8b8f9b91cda30107b9423dd3e1da" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/vfd_fives/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/vfd_fives/resource.json index 9879a1dc..2ac918c7 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/vfd_fives/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/vfd_fives/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T01:27:12Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "8416228cc1ce6dbab8b108f1e57864e1da65f7793d2ee12e713113780c705dbf" + "lastModificationSignature": "df8315909537cd322deedd814f59edda936961d1b8be46cbda7ab887e4aedd2e" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/vfd_siemens/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/vfd_siemens/resource.json index 99484d7b..18d00108 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/vfd_siemens/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/vfd_siemens/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-05-25T16:14:31Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "3dac3bb7b155ce777672f1ef256715e2cfaaa1975fdf8c4e9fa3bcb3ead8aec1" + "lastModificationSignature": "9f45aba9f287e304ed02336054e7c65e06505c5fc1a95d120a183a97aceb7ce8" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/vfd_tenivus/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/vfd_tenivus/resource.json index 7bea448f..2ac918c7 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/vfd_tenivus/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Statuses/vfd_tenivus/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-15T02:05:04Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "d3c4fecc2761f75b11480266e78de8cf2f9ec6bc7605a8e44d747c60c5dec7f3" + "lastModificationSignature": "df8315909537cd322deedd814f59edda936961d1b8be46cbda7ab887e4aedd2e" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Tags/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Tags/resource.json index c87ea4dc..f1fdf1c8 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Tags/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Popups/Device/Tags/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-07-29T02:58:58Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "1a2ab99d767435c2ca973fcb83df26ad565dd135983834a08f382083f3e004bc" + "lastModificationSignature": "a7fe79168bb2f94bf81b9687d22ac4e0b7e51bdfd46fa201a6ae1bc200dc677f" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Popups/DeviceWrapper/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Popups/DeviceWrapper/resource.json index 8ca1450a..d8db7bce 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Popups/DeviceWrapper/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Popups/DeviceWrapper/resource.json @@ -4,14 +4,14 @@ "restricted": false, "overridable": true, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T01:27:31Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "78d6ccd6fa146bc98f5b1e607ef7da88a540046237b6c89727421708156fe1b3" + "lastModificationSignature": "e387060a4133c2e005b46951d6f9841e6c496ee1dd97ebe1688c756405e6e855" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Popups/Heatmap/Config/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Popups/Heatmap/Config/resource.json index 09f779ed..5c8e9c54 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Popups/Heatmap/Config/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Popups/Heatmap/Config/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-14T03:33:49Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "e2a4ac3bf181b9428431cb649766e5728f2d7157aa1dfe925ddb0c9379f85053" + "lastModificationSignature": "67fdae2ec82280e5ca5c945c1a391b5ab3f6c2e193cdd6f4a4358624d53f0f1f" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Popups/Help/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Popups/Help/resource.json index 3d071b46..ba08280d 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Popups/Help/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Popups/Help/resource.json @@ -4,14 +4,14 @@ "restricted": false, "overridable": true, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-06-02T13:49:11Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "e8d1194da4109bc07e2bd0520ea45bee894c07c2369d9bd6f75388ad02544c41" + "lastModificationSignature": "23171b18bca351cd4acf0c7ba251ac7629b2bea59dfed7dd83493970f5fa074f" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Templates/Areas/DivChute/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Templates/Areas/DivChute/resource.json index e843170f..854708a0 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Templates/Areas/DivChute/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Templates/Areas/DivChute/resource.json @@ -4,14 +4,14 @@ "restricted": false, "overridable": true, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-08-26T06:16:11Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "7b16dae9d6b75b730d06c2a41cfef48f8b8270ad2e950004a74c8c1d86b64321" + "lastModificationSignature": "63917cb3d8b2d633d85ba89cefd37a64b617d520577977c34249ee3b4c72f46f" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Templates/Areas/FlexChute/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Templates/Areas/FlexChute/resource.json index 9f0ea156..dd5f34f7 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Templates/Areas/FlexChute/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Templates/Areas/FlexChute/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-10-08T13:55:59Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "a3388feac0b2deb9a57fc661d2fb23ce4753d717eab182bd07c478e5472bb3b5" + "lastModificationSignature": "106aa90d7e9f0a3f0a949e668996f11993134c3767da832c05f13eb24b13afc3" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Templates/Areas/RRChute/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Templates/Areas/RRChute/resource.json index 285219c6..b3ec8000 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Templates/Areas/RRChute/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Templates/Areas/RRChute/resource.json @@ -4,14 +4,14 @@ "restricted": false, "overridable": true, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-08-10T22:11:03Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "302b6425cb94109aef67d7611f28c5feeee29223c6a7a9066f46f3bb52fa2513" + "lastModificationSignature": "aacc118ba33beb1d576324111f12ac2aecd45a4dbd62965d0442763f1c72f24e" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Templates/Areas/RRChute_Thin/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Templates/Areas/RRChute_Thin/resource.json index cb374ca3..64851589 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Templates/Areas/RRChute_Thin/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Templates/Areas/RRChute_Thin/resource.json @@ -4,14 +4,14 @@ "restricted": false, "overridable": true, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-08-10T22:13:43Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "6d6a4a59949714cd1e082f8147f9065b6d0b8f32a0a3c963eef851de4e6ee6c8" + "lastModificationSignature": "44faecf0bde066c5504a1223b946b5aef3e2dba13450f0a7c7e57a9d4d5471c5" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Templates/Areas/SpiralChute/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Templates/Areas/SpiralChute/resource.json index e7342f08..5208a969 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Templates/Areas/SpiralChute/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Templates/Areas/SpiralChute/resource.json @@ -4,14 +4,14 @@ "restricted": false, "overridable": true, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-08-26T06:00:58Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "c41c91b8ded01511aaf1daf201b07734fd30f587aeb11198192d7e1979ef6dc6" + "lastModificationSignature": "c2dbad4362bed6fca3fc7aaec6f8fb7d625fa9d200ce12fcf8908a558221c32a" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Templates/Areas/SpiralChuteBasic/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Templates/Areas/SpiralChuteBasic/resource.json index 62f9e3c9..b329323c 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Templates/Areas/SpiralChuteBasic/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Templates/Areas/SpiralChuteBasic/resource.json @@ -4,14 +4,14 @@ "restricted": false, "overridable": true, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-08-10T17:52:04Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "3b7a1dfa666b224c1489b6c6c118bbdd9b3f7a731d8361c6ecd37e9851ca7cf1" + "lastModificationSignature": "f13e0548955cfa00d914df628e14cdeac6bfe25c723830090fce104e1dc6fcc0" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Templates/Buttons/NavButton/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Templates/Buttons/NavButton/resource.json index 965a0650..3580bbb5 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Templates/Buttons/NavButton/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Templates/Buttons/NavButton/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-14T03:33:31Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "c22446f9e8c077bcada7f17bfcd392076a64ebfa4fd8815f9534f387a80667d8" + "lastModificationSignature": "f133c7e83a71ab0610c7dc4a188d75fcd6ae17db95e16d3984a2d414cfe4184c" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Templates/Buttons/NavButtonBanner/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Templates/Buttons/NavButtonBanner/resource.json index f9ef41c8..082a53f1 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Templates/Buttons/NavButtonBanner/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Templates/Buttons/NavButtonBanner/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-10-08T13:55:44Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "e07e7163fd99e2fa12c097d9bc5031d4a37658ca3d0d3b8be932f91269113e10" + "lastModificationSignature": "afba17a483a6bf324f518b657145951da35ff0df5f7953bd2c76ce21d4a8df5d" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Templates/Buttons/StartStop/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Templates/Buttons/StartStop/resource.json index f49861b8..3e60ec47 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Templates/Buttons/StartStop/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Templates/Buttons/StartStop/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-11-22T01:05:18Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "d39be97c572d353c21a8d22bdbc7a8134089d085e9f1db55406ecd903ecf5fe6" + "lastModificationSignature": "fa8b924a337587520edea6e281fa5aec6fe0abb49275a2fbcfbda7b27236502b" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Templates/Buttons/StartStopSystem/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Templates/Buttons/StartStopSystem/resource.json index c3df9191..67d03a09 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Templates/Buttons/StartStopSystem/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Templates/Buttons/StartStopSystem/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T01:26:17Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "336d3c510075918e5ded6380bd105cf9e291f779f18970f02e33d02f2fce6334" + "lastModificationSignature": "8a38c6689dbab3b02e5f37168da00ac90568e401e4487badaee38f1938ccb0a3" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Templates/SpecialDevices/SafetyGate/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Templates/SpecialDevices/SafetyGate/resource.json index cc6a380a..eb468a98 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Templates/SpecialDevices/SafetyGate/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Templates/SpecialDevices/SafetyGate/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-01T12:00:45Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "7ce1c957706d1a2d5ea66f8dd43c42205d3ae8859dbbeaedaf4cd16860a5b38b" + "lastModificationSignature": "9872235c69cfbf221716cf13e44b160f2569ac07c21336c16864cb2edad6268c" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Templates/Widget/TimeWidget/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Templates/Widget/TimeWidget/resource.json index fe8b8a44..8cb58de5 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Templates/Widget/TimeWidget/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Templates/Widget/TimeWidget/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-01T12:00:53Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "8d850b8e283d6e18b2377463543d77a11de59d53322817490cd642e02c64108a" + "lastModificationSignature": "a0133f95685454050813a9923b2cb17e2efbbc8b226cd4e028355a4835ba79e8" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Windows/AlarmWrapper/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Windows/AlarmWrapper/resource.json index ef92e494..88e25d7c 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Windows/AlarmWrapper/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Windows/AlarmWrapper/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-13T11:04:35Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "c8c67a21a356ca164daf928c87df02813c1cfae76796a0cf880e326b9075725c" + "lastModificationSignature": "189cbf20c0b31d4758916b02d274f9a3137c43ee633acd038c89a5b6d09023bd" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Windows/Alarms/Active/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Windows/Alarms/Active/resource.json index cf3ea6d0..3119a712 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Windows/Alarms/Active/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Windows/Alarms/Active/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-07T15:52:06Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "3b2454eb649129f55a6515629a8ea217ad48da8aad4122dfd686926acddb8e63" + "lastModificationSignature": "1a6e14f7e6dc682bb404cdc59754259116a8e2d0a106457ca5e626af4fe0e35c" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Windows/Alarms/History/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Windows/Alarms/History/resource.json index 50d31996..008806c9 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Windows/Alarms/History/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Windows/Alarms/History/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-11-02T20:29:47Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "1a78b691c1c6a1d926eb13ccd08e66382972c3c53b8a603d34d8b8334bc27a86" + "lastModificationSignature": "bf98fac538e2ee0c912ac8d8e80501497920a32d1554c092ea8cbde6331b29bc" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Windows/Alarms/HitList/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Windows/Alarms/HitList/resource.json index ee48286f..39288c41 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Windows/Alarms/HitList/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Windows/Alarms/HitList/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-11-02T20:29:47Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "4a9a0ce8485f4c8059acdd5163bcc71c46cab9ec6fbc4e423dd1d1fa887ba4e6" + "lastModificationSignature": "ab1c0a3e417dbc12a21c1ef1b8a5441f759984fa5187d805c47137cb58000fc5" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Windows/Commissioning/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Windows/Commissioning/resource.json index 02270bdd..8b07a8bc 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Windows/Commissioning/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Windows/Commissioning/resource.json @@ -4,14 +4,14 @@ "restricted": false, "overridable": true, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-07-07T06:07:56Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "614889c01448b9499cf61ecd124dbb2a00a93113125435b4a2c9276778e8eb34" + "lastModificationSignature": "fdc10395ecf3334d633991eeadbb3c9cedab72ce6ba607c419100bdd60d387c4" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Windows/ConfigWrapper/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Windows/ConfigWrapper/resource.json index 2943865a..c7e14229 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Windows/ConfigWrapper/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Windows/ConfigWrapper/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T02:53:17Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "b95947dad6d2dbcdaa1c0b89600b29aa4b719d31abfd9cfab366bef009ebe900" + "lastModificationSignature": "3fb7cae82caa05bdd0ad0d5b4cd568d62bf797e4531f0b084478d569a8e9a7f5" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Windows/Configs/Shifts/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Windows/Configs/Shifts/resource.json index 90f060d8..3e875043 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Windows/Configs/Shifts/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Windows/Configs/Shifts/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-14T03:32:53Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "8752c1fac8d839c21c98c760b897b65637d6e0e40341e9bf8f11b5b9c668d858" + "lastModificationSignature": "3d0ed619d22ec7285092ab0c04747000315bb8108a47eee92571a79c448ec289" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Windows/CustomReports/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Windows/CustomReports/resource.json index 749eee0b..90e37b0b 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Windows/CustomReports/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Windows/CustomReports/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-14T03:33:12Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "8aba48d1391decf7bf51eaf168ee9a562fed2dc8042fccb7d475ee23d8b040de" + "lastModificationSignature": "bc954c7e1ff29a2ab7c15bee7778448ca576de2c7585ffc63284b9b1cdd88b43" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Windows/Docked/Docked_Extra/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Windows/Docked/Docked_Extra/resource.json index 511766f3..627644b4 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Windows/Docked/Docked_Extra/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Windows/Docked/Docked_Extra/resource.json @@ -4,14 +4,14 @@ "restricted": false, "overridable": true, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-11-02T18:24:14Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "078438fb808ded7986c31501aa99e1189e3705c88c359e4b9078fac88cb7dd58" + "lastModificationSignature": "1164303fe6a4dfe6c202809854ae2c44e54216c6e1ebd9ce968f0918cc132b2b" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Windows/Docked/Footer/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Windows/Docked/Footer/resource.json index 0aec9ee9..08025c98 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Windows/Docked/Footer/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Windows/Docked/Footer/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-07T15:55:04Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "ccf830da2fda404649ea16daac169f83b98a56e42641034d125e320f2e19ac4e" + "lastModificationSignature": "960cc4c18bf81d5176674cf1d3ffc07829704e906d5fc580cc0e8003e26ad6b9" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Windows/Docked/Header/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Windows/Docked/Header/resource.json index 8252012a..29b23042 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Windows/Docked/Header/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Windows/Docked/Header/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-13T12:05:33Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "85c9f2616d4c76c73d37253d383721e7f091e7f923ee51eefc1b0e12f3c47a83" + "lastModificationSignature": "4f7fe043a1bbbc3cfd3488ab8f8fc5e5a0b4cf8ee69e69caeef96a9407d4121d" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Windows/GraphicsWrapper/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Windows/GraphicsWrapper/resource.json index 6596d79d..58cbcd57 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Windows/GraphicsWrapper/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Windows/GraphicsWrapper/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-01T12:07:21Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "13f0a140bc779abc575048e782b66a42a1af94ba00c05614f88f808d845f227d" + "lastModificationSignature": "3d19cf4a2906c37f730489e073cd2420a4177ac0e820a1bb4bc299e791438d7a" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Windows/Help/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Windows/Help/resource.json index 943b971f..883fcdac 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Windows/Help/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Windows/Help/resource.json @@ -4,14 +4,14 @@ "restricted": false, "overridable": true, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-10-08T13:53:09Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "cb6e228afb356dfa520020d9aeaa5eb83c6696aacaea2ebe6808f8ba00f5528c" + "lastModificationSignature": "2688ff0c29b7a1d96f26df1097b8c2113081985e4ef502e3907722722fca8f81" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Windows/JamCameras/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Windows/JamCameras/resource.json index 2f95cd95..71e123e8 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Windows/JamCameras/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Windows/JamCameras/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-11-02T21:27:05Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "b1acc6777370c8919138dc222a7bedb0feed70d8da7a57d466a630d21a49c4d4" + "lastModificationSignature": "5370cbaa9455b569f6c70bb1008db47551bbe7fedc72b845c72a1b0ea8ad4f2a" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Windows/Statistics/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Windows/Statistics/resource.json index 58223605..a9af6774 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Windows/Statistics/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Windows/Statistics/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T02:55:16Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "81614f308f587502749c05999898c7723331670b4ea291e0a2ed66483392937f" + "lastModificationSignature": "0c8dcfe4058abbfafe756c273bf77d1c3678c70f6960029244371c93885afe21" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Windows/StatusWrapper/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Windows/StatusWrapper/resource.json index f1e9f8c6..bd5051f8 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Windows/StatusWrapper/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Windows/StatusWrapper/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T02:54:06Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "bfb26a96673f7236b3d2319cf5598715678f8f0acde14cb6b2364029d7d83374" + "lastModificationSignature": "779ff5bd0ab924d1a8bceef45a81eb517e0094d0abfb24f6197af2061270c55a" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Windows/Statuses/Ethernet/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Windows/Statuses/Ethernet/resource.json index 9652f918..411a7f6c 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Windows/Statuses/Ethernet/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Windows/Statuses/Ethernet/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-14T03:32:36Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "e16ff7a9861ad770f23268a3e97e00f9b7c131e2a2ae564309aa12fca191a850" + "lastModificationSignature": "9619d5fa7cb0ec7aa0f625218edbb527346c31042976bc07d10009ae05c232d7" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Windows/Statuses/GaylordStatus/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Windows/Statuses/GaylordStatus/resource.json index 6ed80358..6f7d798b 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Windows/Statuses/GaylordStatus/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Windows/Statuses/GaylordStatus/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-03-07T23:04:42Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "d7801ccc9de849adc5020e39d8d4dc1a2a3abc53eb2caca8ec3981c5a2c722da" + "lastModificationSignature": "a720a48222fa945bc442f15f01872475127e99934c0ea5aba0b04b79b296047e" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Windows/Statuses/LaneOEE/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Windows/Statuses/LaneOEE/resource.json index c6e05f57..8bb869c3 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Windows/Statuses/LaneOEE/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Windows/Statuses/LaneOEE/resource.json @@ -4,14 +4,14 @@ "restricted": false, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-10-08T13:35:08Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "50a0ce98def0d74f0317b03905b4d595c7eccdc06b5568fecf72dd3f7d44cb0f" + "lastModificationSignature": "e2ca0574f59bf202b9e8d97794aad3dea51d720299f6d700e88946b0cecaa637" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Windows/Statuses/LaneStatus/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Windows/Statuses/LaneStatus/resource.json index 3ad9b37f..afcc2fb7 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Windows/Statuses/LaneStatus/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Windows/Statuses/LaneStatus/resource.json @@ -4,14 +4,14 @@ "restricted": false, "overridable": true, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T01:25:23Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "c06d64b875debcf35c31be2d86fe0f60fc1bbc16131fb20fcc83b269e6236af1" + "lastModificationSignature": "6d6f2443693cf9adf634a829ec224b1efcddb52843c6e7f515b7b2e5dd36e459" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Windows/Statuses/LoopStatus/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Windows/Statuses/LoopStatus/resource.json index 82ad74d0..0bd8456c 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Windows/Statuses/LoopStatus/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Windows/Statuses/LoopStatus/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-14T03:32:44Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "305f0ec687b5dc3f8243a3096e3cb0c12c3217a8a4b1c43fd7cd0fbc85ac319a" + "lastModificationSignature": "9495c6c29020a7b6a9314b63a28ac6ee7403df9cd3532a5b87ec41d9f5e01433" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Windows/Statuses/ManualLaneStates/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Windows/Statuses/ManualLaneStates/resource.json index f361aa9c..97cd3dcc 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Windows/Statuses/ManualLaneStates/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Windows/Statuses/ManualLaneStates/resource.json @@ -4,14 +4,14 @@ "restricted": false, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-10-08T13:15:21Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "bea631d35dc43f3021e151dfc1ce886177bd4d1604b7ef8f50097923a7703e69" + "lastModificationSignature": "ec35ccb48ab5b1112f815d82ce4b70096e2d6ddc1e9b6a405381a5d2888964c2" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Windows/Statuses/RobinLaneStates/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Windows/Statuses/RobinLaneStates/resource.json index baed62bc..b5273c34 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Windows/Statuses/RobinLaneStates/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Windows/Statuses/RobinLaneStates/resource.json @@ -4,14 +4,14 @@ "restricted": false, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-10-08T13:15:02Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "2756686992141b1d4a2d92ffbbccf4aef15f8b0a0a742156a6e71e0b85ece2d4" + "lastModificationSignature": "1a9174382a3d2212817743f15c804c44f81a2be8b0f4fafc16425c8af7f21121" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Windows/Statuses/ScannerHistory/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Windows/Statuses/ScannerHistory/resource.json index db5bba7f..7f36e950 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Windows/Statuses/ScannerHistory/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Windows/Statuses/ScannerHistory/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2022-03-04T19:41:33Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "540086ce202cf26cd051188ad492801bfa05f3131559ebada6a9047056f3fd84" + "lastModificationSignature": "68e4f6470b5324977e75c523a0bd8037d7fbf30f0b2f9487a0ab29d640dd01d4" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Windows/Statuses/ScannerSummary/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Windows/Statuses/ScannerSummary/resource.json index 3512387a..95314fc1 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Windows/Statuses/ScannerSummary/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Windows/Statuses/ScannerSummary/resource.json @@ -4,14 +4,14 @@ "restricted": false, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2022-03-04T20:50:00Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "9a1fa14fa7216ec8afa3ad8a5a67baa71a0c4ade5245f63ae8e6a72d2ec782c1" + "lastModificationSignature": "e6941f5e9a0980bd4681485f1b21bd9fdcc000c1ecf6ced2c7e7a2ca8d9d0ed4" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Windows/Statuses/SpiralLaneStates/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Windows/Statuses/SpiralLaneStates/resource.json index 1b1045f5..ab5f2673 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Windows/Statuses/SpiralLaneStates/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Windows/Statuses/SpiralLaneStates/resource.json @@ -4,14 +4,14 @@ "restricted": false, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-10-08T13:15:53Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "b7a17fba33d3bcfca10258caee494b1b1aad5ef2c0cb0cfb78660e83d65d702e" + "lastModificationSignature": "78a4538ab8a8ef71b3e1fe74a20020509ad2c55695abe04993d83343c2dbb709" } } \ No newline at end of file diff --git a/AmazonBase/com.inductiveautomation.perspective/views/Windows/Statuses/SpiralStatus/resource.json b/AmazonBase/com.inductiveautomation.perspective/views/Windows/Statuses/SpiralStatus/resource.json index 20901bba..b3b00a02 100644 --- a/AmazonBase/com.inductiveautomation.perspective/views/Windows/Statuses/SpiralStatus/resource.json +++ b/AmazonBase/com.inductiveautomation.perspective/views/Windows/Statuses/SpiralStatus/resource.json @@ -4,14 +4,14 @@ "restricted": false, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-12-03T07:42:42Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "3adc525f9c69b2f55116296a2ae8a69bdec8b7a0475f937c5fd75fc84696c454" + "lastModificationSignature": "d223450b08c6119348b26da96555bbc14f61fd842d11036fdfc7dbc224282b7c" } } \ No newline at end of file diff --git a/AmazonBase/ignition/named-query/Alarms/DeviceHistory/resource.json b/AmazonBase/ignition/named-query/Alarms/DeviceHistory/resource.json index 2b7ef644..b63d0157 100644 --- a/AmazonBase/ignition/named-query/Alarms/DeviceHistory/resource.json +++ b/AmazonBase/ignition/named-query/Alarms/DeviceHistory/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "d15c3b306eb4b0d6099d34df430fc6b3ed22c80e63fff07cb2efeffdbc749bab", + "lastModificationSignature": "b82ae6bcf529a08f1ff1d8520085d13f7ac2541e5ce31d66c35a638845ee3d99", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-02T20:30:51Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/AmazonBase/ignition/named-query/Alarms/Heatmap/resource.json b/AmazonBase/ignition/named-query/Alarms/Heatmap/resource.json index ab6df07a..395e1ddc 100644 --- a/AmazonBase/ignition/named-query/Alarms/Heatmap/resource.json +++ b/AmazonBase/ignition/named-query/Alarms/Heatmap/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "8965fcfdc152178570cbb0000d8910031027949094fff5b0696b1f9b1537d778", + "lastModificationSignature": "b8d26bb317351c05db3335345a69a658591c533cfa94762e2ab30f89de194e2f", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-07-29T12:52:36Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/AmazonBase/ignition/named-query/Alarms/HeatmapUniqueAlarms/resource.json b/AmazonBase/ignition/named-query/Alarms/HeatmapUniqueAlarms/resource.json index d4740837..92cf741d 100644 --- a/AmazonBase/ignition/named-query/Alarms/HeatmapUniqueAlarms/resource.json +++ b/AmazonBase/ignition/named-query/Alarms/HeatmapUniqueAlarms/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "d93366d9e95dab232342e801187ec537639acf48ca879f188304a0cccf753a68", + "lastModificationSignature": "6eb24e6cf689a7a142210e5faea87e59dcfe5a3624c4a7e27dfe204eddc2f0e0", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-07-29T12:52:36Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" } } } \ No newline at end of file diff --git a/AmazonBase/ignition/named-query/Alarms/History/resource.json b/AmazonBase/ignition/named-query/Alarms/History/resource.json index 4cf309c5..9371f8db 100644 --- a/AmazonBase/ignition/named-query/Alarms/History/resource.json +++ b/AmazonBase/ignition/named-query/Alarms/History/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "95e9ac0c1d8c669b458572667f573c9faf040e43a8738da69b95cbfe90a85b0e", + "lastModificationSignature": "dbc08569451873b036177e0b1b458f5d748e5c80b485301a4d273effd90657d7", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-02T20:26:22Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/AmazonBase/ignition/named-query/Alarms/HitList/resource.json b/AmazonBase/ignition/named-query/Alarms/HitList/resource.json index bde4ce7a..38793ad9 100644 --- a/AmazonBase/ignition/named-query/Alarms/HitList/resource.json +++ b/AmazonBase/ignition/named-query/Alarms/HitList/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "2057b96e8de4ddcfae75f15c0cefbf60ce73671fc3bedc8c2a3ab6c25c42d416", + "lastModificationSignature": "035339cc95a90e72c91abf262ed7c54f92f972b18706bcac7915e939ff49505a", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-02T20:28:48Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/AmazonBase/ignition/named-query/Commission/StatsChart/resource.json b/AmazonBase/ignition/named-query/Commission/StatsChart/resource.json index 5f0742b6..784f7d90 100644 --- a/AmazonBase/ignition/named-query/Commission/StatsChart/resource.json +++ b/AmazonBase/ignition/named-query/Commission/StatsChart/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "89401db3bda6b830e0344a80e0fa0852a6762052f9b94ab926c9a0da46a42a01", + "lastModificationSignature": "dd95d4995be41c5766d1714d3a896070dbd0b9214d0073cf66d05d02fabccff4", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-07-07T04:55:20Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/AmazonBase/ignition/named-query/Commission/StatsConditions/resource.json b/AmazonBase/ignition/named-query/Commission/StatsConditions/resource.json index 3dda1758..072e39ec 100644 --- a/AmazonBase/ignition/named-query/Commission/StatsConditions/resource.json +++ b/AmazonBase/ignition/named-query/Commission/StatsConditions/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "00b8ce4ee120149922afe1dfcc79c7bfc8e95b5d0062967088c9f712d2febdb4", + "lastModificationSignature": "05ed0883450974d969c971f688fd210206d06cc6263c744fc4a4df619875f466", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-07-07T06:01:51Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/AmazonBase/ignition/named-query/Statistics/AR/GaylordDetails/resource.json b/AmazonBase/ignition/named-query/Statistics/AR/GaylordDetails/resource.json index 7b2c05f6..64ddf515 100644 --- a/AmazonBase/ignition/named-query/Statistics/AR/GaylordDetails/resource.json +++ b/AmazonBase/ignition/named-query/Statistics/AR/GaylordDetails/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "84151708da479d1ad7f372fe9875dab96b5a5fcdb17b39fedbf958923d14e019", + "lastModificationSignature": "2f97fc7ed8d32381bbfe2bccaf0f88ef08a98e3993ceee6289483184fa6bda33", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T01:46:34Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/AmazonBase/ignition/named-query/Statistics/AR/HourlyLane/resource.json b/AmazonBase/ignition/named-query/Statistics/AR/HourlyLane/resource.json index fc5f7d40..db9819b0 100644 --- a/AmazonBase/ignition/named-query/Statistics/AR/HourlyLane/resource.json +++ b/AmazonBase/ignition/named-query/Statistics/AR/HourlyLane/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "f965d55c053cb488bd4ba16f70c66dd40fb35163977708472d6ef390a732db27", + "lastModificationSignature": "457c1856b370af973171ef53d9524e32be5fe738d514de4cc2a5828402365ed8", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-10-08T13:45:13Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/AmazonBase/ignition/named-query/Statistics/AR/InductDetails/resource.json b/AmazonBase/ignition/named-query/Statistics/AR/InductDetails/resource.json index e965887b..a008f817 100644 --- a/AmazonBase/ignition/named-query/Statistics/AR/InductDetails/resource.json +++ b/AmazonBase/ignition/named-query/Statistics/AR/InductDetails/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "7f0466e816dbcb1a99e9d6e3b34a25c890b5d2185503d51576503e9d91718524", + "lastModificationSignature": "a8a594b46a17db6822ae9711231ac23c093d7a187c97a39025efed5f234a8e08", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-12-06T18:47:24Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/AmazonBase/ignition/named-query/Statistics/AR/InductDetailsChart/resource.json b/AmazonBase/ignition/named-query/Statistics/AR/InductDetailsChart/resource.json index f3521ec2..1e4e5116 100644 --- a/AmazonBase/ignition/named-query/Statistics/AR/InductDetailsChart/resource.json +++ b/AmazonBase/ignition/named-query/Statistics/AR/InductDetailsChart/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "cfcf8f79e8112121c62b968e5bb5956aed2d50b2d23e838327352972e7f7c186", + "lastModificationSignature": "d34801032ea936b5c66ceee080c7ebeee916efcab7eadc80691b9e4811f43db6", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-12-06T18:47:25Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/AmazonBase/ignition/named-query/Statistics/AR/LaneDetails/resource.json b/AmazonBase/ignition/named-query/Statistics/AR/LaneDetails/resource.json index 960c3aaa..6f7118c3 100644 --- a/AmazonBase/ignition/named-query/Statistics/AR/LaneDetails/resource.json +++ b/AmazonBase/ignition/named-query/Statistics/AR/LaneDetails/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "a9d843ee646e394af634a5c6de55d54555ddcd1d34bcfa83d078ef9eb230f96f", + "lastModificationSignature": "e9af061f700a5f432fb409755c8739b1eaedb1531d5957a3575b5b146d81e8e3", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-22T00:57:41Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/AmazonBase/ignition/named-query/Statistics/AR/RobinDetails/resource.json b/AmazonBase/ignition/named-query/Statistics/AR/RobinDetails/resource.json index 0ecb9aea..5db482d3 100644 --- a/AmazonBase/ignition/named-query/Statistics/AR/RobinDetails/resource.json +++ b/AmazonBase/ignition/named-query/Statistics/AR/RobinDetails/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "7fbe899d55d7fc5f9cdc90d4bbda1d0e3788291c920536653afbcfc67875d628", + "lastModificationSignature": "aca9c1db0e3f83828a53a778dc8b1f518b76b43e1f03f12265fca0b1f0cb92c7", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-22T00:57:32Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/AmazonBase/ignition/named-query/Statistics/AR/RobinDetailsChart/resource.json b/AmazonBase/ignition/named-query/Statistics/AR/RobinDetailsChart/resource.json index 677cef54..9d9531e0 100644 --- a/AmazonBase/ignition/named-query/Statistics/AR/RobinDetailsChart/resource.json +++ b/AmazonBase/ignition/named-query/Statistics/AR/RobinDetailsChart/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "4582ccb4bbe09d738ececb7bd86e320acbff44cd4d2ab3b4815cd8f2a421a9d7", + "lastModificationSignature": "c735c7538574da0f9399e0c83eed94bc9fb897260eced9c80aa66d80db18adb1", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-22T00:57:32Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/AmazonBase/ignition/named-query/Statistics/AR/SorterDetails/resource.json b/AmazonBase/ignition/named-query/Statistics/AR/SorterDetails/resource.json index 26eee090..9fa5d878 100644 --- a/AmazonBase/ignition/named-query/Statistics/AR/SorterDetails/resource.json +++ b/AmazonBase/ignition/named-query/Statistics/AR/SorterDetails/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "6e6f2172889b61f714d3bd7ead74ba2cbd18932ca51e1bb30b40ce382088945f", + "lastModificationSignature": "6542de7c05aae34228cc2a34b81937fe2264ca002af42cad92d3487d60c1db3c", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T01:56:36Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/AmazonBase/ignition/named-query/Statistics/AR/UniqueLanes/resource.json b/AmazonBase/ignition/named-query/Statistics/AR/UniqueLanes/resource.json index 18ff199a..53adaab6 100644 --- a/AmazonBase/ignition/named-query/Statistics/AR/UniqueLanes/resource.json +++ b/AmazonBase/ignition/named-query/Statistics/AR/UniqueLanes/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "dbe20405d738a22eec8650dc8061c24da6f9eb98c28f8ca59011725dd322e1c1", + "lastModificationSignature": "6e179f7dd4ba49c75688a1500224cb79b14dedebb50d5c23d8388b528384da7c", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T01:55:21Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" } } } \ No newline at end of file diff --git a/AmazonBase/ignition/named-query/Statistics/AR/UniqueRobins/resource.json b/AmazonBase/ignition/named-query/Statistics/AR/UniqueRobins/resource.json index 3026dc14..8460920e 100644 --- a/AmazonBase/ignition/named-query/Statistics/AR/UniqueRobins/resource.json +++ b/AmazonBase/ignition/named-query/Statistics/AR/UniqueRobins/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "e1011332a58ab69fcd223aeb3aa075aa03e24674d765bfe3b4b51c413d1d110a", + "lastModificationSignature": "1f3e3c1cd121144599c569fa340884129471fe5901c8aebc12a720fbc8a20047", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-22T00:57:32Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" } } } \ No newline at end of file diff --git a/AmazonBase/ignition/named-query/Statistics/Combined_NotWorking/InductDetails/resource.json b/AmazonBase/ignition/named-query/Statistics/Combined_NotWorking/InductDetails/resource.json index ddbde30d..6137fcba 100644 --- a/AmazonBase/ignition/named-query/Statistics/Combined_NotWorking/InductDetails/resource.json +++ b/AmazonBase/ignition/named-query/Statistics/Combined_NotWorking/InductDetails/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "71329317b94b1e4bdd91548bc56908fdb1cf19f0a925875d75bed465f87b03a7", + "lastModificationSignature": "4f6562686189b092f6939a6c49f1c428775dc842ef94ad5071bff81677f08860", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T02:05:37Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/AmazonBase/ignition/named-query/Statistics/Combined_NotWorking/InductDetailsChart/resource.json b/AmazonBase/ignition/named-query/Statistics/Combined_NotWorking/InductDetailsChart/resource.json index 40c1de88..1dd9a4b3 100644 --- a/AmazonBase/ignition/named-query/Statistics/Combined_NotWorking/InductDetailsChart/resource.json +++ b/AmazonBase/ignition/named-query/Statistics/Combined_NotWorking/InductDetailsChart/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "6b9bdeeea7697ac18fd2d73cdb81ec619298602e40762ae84e54add6933fd50e", + "lastModificationSignature": "6608e58320835496715c38ab86ebd28af8ba2b4fb3340366cffc12875803816e", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T02:05:37Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/AmazonBase/ignition/named-query/Statistics/Combined_NotWorking/LaneDetails/resource.json b/AmazonBase/ignition/named-query/Statistics/Combined_NotWorking/LaneDetails/resource.json index 4bba75e8..3e9e9590 100644 --- a/AmazonBase/ignition/named-query/Statistics/Combined_NotWorking/LaneDetails/resource.json +++ b/AmazonBase/ignition/named-query/Statistics/Combined_NotWorking/LaneDetails/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "d9c15fbdc905925da1d163834d4ebe1a0178e9cc0002f8efca94b096c3245138", + "lastModificationSignature": "004fb3e00c2ef404738f9af1d4e6f7fe61ac38793769ad90bbbb3240d2877b1f", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T02:05:37Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/AmazonBase/ignition/named-query/Statistics/Combined_NotWorking/LaneDetailsChart/resource.json b/AmazonBase/ignition/named-query/Statistics/Combined_NotWorking/LaneDetailsChart/resource.json index b05c9a36..d5cae9c4 100644 --- a/AmazonBase/ignition/named-query/Statistics/Combined_NotWorking/LaneDetailsChart/resource.json +++ b/AmazonBase/ignition/named-query/Statistics/Combined_NotWorking/LaneDetailsChart/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "89afd3d43fb4d9a46e746504926042cd901e763da7e0414b44b718194fd1b6da", + "lastModificationSignature": "1dd63b6b480b1d84400c4ba1163890136ef7869f3cf8a28afe7cbb109c98fba0", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T02:05:37Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/AmazonBase/ignition/named-query/Statistics/Combined_NotWorking/UniqueInducts/resource.json b/AmazonBase/ignition/named-query/Statistics/Combined_NotWorking/UniqueInducts/resource.json index 66410af8..643a816d 100644 --- a/AmazonBase/ignition/named-query/Statistics/Combined_NotWorking/UniqueInducts/resource.json +++ b/AmazonBase/ignition/named-query/Statistics/Combined_NotWorking/UniqueInducts/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "4945e1d5eaf56c79be8feb5cd4b3cb9f42a32cc379efed6866e6c7287459b343", + "lastModificationSignature": "72db057c7839fb075dc17ab5bd834a69df4343a41ceaa65e21d5a5a7a88fd6a9", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T02:05:37Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" } } } \ No newline at end of file diff --git a/AmazonBase/ignition/named-query/Statistics/Combined_NotWorking/UniqueLanes/resource.json b/AmazonBase/ignition/named-query/Statistics/Combined_NotWorking/UniqueLanes/resource.json index 2c328157..0e284f22 100644 --- a/AmazonBase/ignition/named-query/Statistics/Combined_NotWorking/UniqueLanes/resource.json +++ b/AmazonBase/ignition/named-query/Statistics/Combined_NotWorking/UniqueLanes/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "a913a22b8372c4b198f4a9ad0fc6eeb8d8ffedbe42270aabdfc77e03ca86d955", + "lastModificationSignature": "cf6673ea1d50de3fcabea10c4c27e3fe20a866ee8604f6c760dbed46bf4ae938", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T02:05:38Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" } } } \ No newline at end of file diff --git a/AmazonBase/ignition/named-query/Statistics/Misc/PEInductDetails/resource.json b/AmazonBase/ignition/named-query/Statistics/Misc/PEInductDetails/resource.json index 630eae9d..afa5d8af 100644 --- a/AmazonBase/ignition/named-query/Statistics/Misc/PEInductDetails/resource.json +++ b/AmazonBase/ignition/named-query/Statistics/Misc/PEInductDetails/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "cda263498e08f412f2cd3630df818bb28aaa6551be1f3e3bfade810eaaab2621", + "lastModificationSignature": "14e8a821717d0e0f279990f7c35fd1c5771293e681315ae3a7c7d8a96d51c42b", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-12-06T18:55:34Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/AmazonBase/ignition/named-query/Statistics/Misc/PEInductDetailsChart/resource.json b/AmazonBase/ignition/named-query/Statistics/Misc/PEInductDetailsChart/resource.json index d8708115..1e4e5116 100644 --- a/AmazonBase/ignition/named-query/Statistics/Misc/PEInductDetailsChart/resource.json +++ b/AmazonBase/ignition/named-query/Statistics/Misc/PEInductDetailsChart/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "f976ba2515ca24ad351b030b646da5f1ee291e12a0fda07634436f3140b6c680", + "lastModificationSignature": "d34801032ea936b5c66ceee080c7ebeee916efcab7eadc80691b9e4811f43db6", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-12-06T18:49:21Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/AmazonBase/ignition/named-query/Statistics/Sorter/HourlyInduct/resource.json b/AmazonBase/ignition/named-query/Statistics/Sorter/HourlyInduct/resource.json index 50e691f8..fa059838 100644 --- a/AmazonBase/ignition/named-query/Statistics/Sorter/HourlyInduct/resource.json +++ b/AmazonBase/ignition/named-query/Statistics/Sorter/HourlyInduct/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "0ccc97a8dd7b5131d220b0bac0b0302b585deb6d755b15dfd80bdd3d5243fc5f", + "lastModificationSignature": "4b7a485d6bc74eedb56a920d8e5cc513556693a97c5522ee5098f2f2494103e0", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2022-03-04T20:59:48Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/AmazonBase/ignition/named-query/Statistics/Sorter/HourlyInductChart/resource.json b/AmazonBase/ignition/named-query/Statistics/Sorter/HourlyInductChart/resource.json index a31bb844..5685b97a 100644 --- a/AmazonBase/ignition/named-query/Statistics/Sorter/HourlyInductChart/resource.json +++ b/AmazonBase/ignition/named-query/Statistics/Sorter/HourlyInductChart/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "903a2fe35dab1655982a05a7b3958479556594e69aecfdfa5d10468074169a42", + "lastModificationSignature": "29809010b15e8303ec33de6aa91f03b9072aac59a7cf1ee731f1bddbf3949ccc", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T01:29:34Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/AmazonBase/ignition/named-query/Statistics/Sorter/HourlyLane/resource.json b/AmazonBase/ignition/named-query/Statistics/Sorter/HourlyLane/resource.json index a2fd9ae6..4a8da178 100644 --- a/AmazonBase/ignition/named-query/Statistics/Sorter/HourlyLane/resource.json +++ b/AmazonBase/ignition/named-query/Statistics/Sorter/HourlyLane/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "b5c8ddd2f0cd494483638de6b9f6d39b1928975648f57c27859caa006cda28a7", + "lastModificationSignature": "c2cb20aeaac2d67ebe612dd7b59d1c1cb82259f469fba25043907c2bbdb44a34", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T01:29:34Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/AmazonBase/ignition/named-query/Statistics/Sorter/HourlyLaneChart/resource.json b/AmazonBase/ignition/named-query/Statistics/Sorter/HourlyLaneChart/resource.json index 31c2bc6c..bdd81813 100644 --- a/AmazonBase/ignition/named-query/Statistics/Sorter/HourlyLaneChart/resource.json +++ b/AmazonBase/ignition/named-query/Statistics/Sorter/HourlyLaneChart/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "e625058a12c8fad728f51ba01afdf7b1eeb87c51ab8e763487d0eb0d34f90569", + "lastModificationSignature": "55062d9bcb8254aa6a764adfa3198d468e1b18d24c1d6c195cdd44cc20bedfa0", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T01:29:34Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/AmazonBase/ignition/named-query/Statistics/Sorter/HourlyScanner/resource.json b/AmazonBase/ignition/named-query/Statistics/Sorter/HourlyScanner/resource.json index b9e9adf1..fa1c0957 100644 --- a/AmazonBase/ignition/named-query/Statistics/Sorter/HourlyScanner/resource.json +++ b/AmazonBase/ignition/named-query/Statistics/Sorter/HourlyScanner/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "0d8b28be8a131ebe61f6bffcbcc2a1c12225a9a7a5f5667153c457866f9d675e", + "lastModificationSignature": "4dadcdbd42652f723c68e4637ef2044a8d4fb53c7ae6dea128bc23b6e24ace15", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T01:29:34Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/AmazonBase/ignition/named-query/Statistics/Sorter/HourlyScannerChart/resource.json b/AmazonBase/ignition/named-query/Statistics/Sorter/HourlyScannerChart/resource.json index 99dfe22f..63ee65e9 100644 --- a/AmazonBase/ignition/named-query/Statistics/Sorter/HourlyScannerChart/resource.json +++ b/AmazonBase/ignition/named-query/Statistics/Sorter/HourlyScannerChart/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "dee9d133d8c0fa1214dd444f177b03b76fc4b9cac4c7b5c531c0727d3bc35814", + "lastModificationSignature": "026607f54041c6c6e0583eb445a28dc490daedd6fc87281e69ed0dd2aa8dac1d", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T01:29:34Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/AmazonBase/ignition/named-query/Statistics/Sorter/HourlySorterDetails/resource.json b/AmazonBase/ignition/named-query/Statistics/Sorter/HourlySorterDetails/resource.json index 01e69df7..31a18a2f 100644 --- a/AmazonBase/ignition/named-query/Statistics/Sorter/HourlySorterDetails/resource.json +++ b/AmazonBase/ignition/named-query/Statistics/Sorter/HourlySorterDetails/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "143f87b31e27ef1bf1e38f0132bad91a583e4cf5ccdf51b826509946ea4a56ec", + "lastModificationSignature": "d1fbaa2472f547917cb117bd3ab592b3e513cf7643e2cc915481fd451f57dbf9", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T01:29:34Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/AmazonBase/ignition/named-query/Statistics/Sorter/HourlySorterDetailsChart/resource.json b/AmazonBase/ignition/named-query/Statistics/Sorter/HourlySorterDetailsChart/resource.json index 2c5cd04c..6c79749d 100644 --- a/AmazonBase/ignition/named-query/Statistics/Sorter/HourlySorterDetailsChart/resource.json +++ b/AmazonBase/ignition/named-query/Statistics/Sorter/HourlySorterDetailsChart/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "591e22207a1f830365553e9db80a6cfc127bdf4250e03cee0d526261948737ab", + "lastModificationSignature": "fbaf1f767e69cf01d1237c6d58abbc2c6350eb25ef18358231080d5aca4ec1db", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T01:29:34Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/AmazonBase/ignition/named-query/Statistics/Sorter/HourlySorterSummary/resource.json b/AmazonBase/ignition/named-query/Statistics/Sorter/HourlySorterSummary/resource.json index bf0d9c2e..7eb133b5 100644 --- a/AmazonBase/ignition/named-query/Statistics/Sorter/HourlySorterSummary/resource.json +++ b/AmazonBase/ignition/named-query/Statistics/Sorter/HourlySorterSummary/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "f04476055ee4352cb2d54d6acbca4415b66759dae73e0ce87ed77af5078bab63", + "lastModificationSignature": "f285ff9865488a456f429f541b61590c5317147ecbe410923695663e8502d7a0", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T01:29:34Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/AmazonBase/ignition/named-query/Statistics/Sorter/HourlySorterSummaryChart/resource.json b/AmazonBase/ignition/named-query/Statistics/Sorter/HourlySorterSummaryChart/resource.json index 91c1dbe2..2a850344 100644 --- a/AmazonBase/ignition/named-query/Statistics/Sorter/HourlySorterSummaryChart/resource.json +++ b/AmazonBase/ignition/named-query/Statistics/Sorter/HourlySorterSummaryChart/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "9a2e9f31ac067ff3cfc2395d7587ee1fba0bc2f6224ff7ede388bc9607d095e6", + "lastModificationSignature": "f49db9adefe4542dbbde8c6480c46f2a97bea6edb47195e6daebe39e3e0702cc", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T01:29:34Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/AmazonBase/ignition/named-query/Statistics/Sorter/InductDetails/resource.json b/AmazonBase/ignition/named-query/Statistics/Sorter/InductDetails/resource.json index 2087a27d..c2dad614 100644 --- a/AmazonBase/ignition/named-query/Statistics/Sorter/InductDetails/resource.json +++ b/AmazonBase/ignition/named-query/Statistics/Sorter/InductDetails/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "d13a65ee5fe0f11395a1e1fdfab59b459b33e81abdc261b294c221add59e5344", + "lastModificationSignature": "c0b2bec79d8fe2f729a2e5e7582502c62d46147aa6110310b8837c36f492fc5c", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2022-06-14T21:06:59Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/AmazonBase/ignition/named-query/Statistics/Sorter/InductDetailsChart/resource.json b/AmazonBase/ignition/named-query/Statistics/Sorter/InductDetailsChart/resource.json index 67f40f35..6e7143fc 100644 --- a/AmazonBase/ignition/named-query/Statistics/Sorter/InductDetailsChart/resource.json +++ b/AmazonBase/ignition/named-query/Statistics/Sorter/InductDetailsChart/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "5f9de9237b8eaa8b5e80788e8905297c7e0433446a33885a0d81fa17627bf4b3", + "lastModificationSignature": "7aa5eb0da55201343f0851d572e99be3958dab92e2d4c3b91e2d453511dca6e7", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2022-03-04T20:59:44Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/AmazonBase/ignition/named-query/Statistics/Sorter/LaneDetails/resource.json b/AmazonBase/ignition/named-query/Statistics/Sorter/LaneDetails/resource.json index 026e3878..b2947d7b 100644 --- a/AmazonBase/ignition/named-query/Statistics/Sorter/LaneDetails/resource.json +++ b/AmazonBase/ignition/named-query/Statistics/Sorter/LaneDetails/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "1d9c7c1c5404d95c7cbf7ff51307a2cdf7f33607ddd582382d045d84107cab56", + "lastModificationSignature": "0ea3f23972ed7acc63b7fbf2134781f273d29bc7e6cd96fcdce3f56891be89dd", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2022-03-04T20:59:44Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/AmazonBase/ignition/named-query/Statistics/Sorter/LaneDetailsChart/resource.json b/AmazonBase/ignition/named-query/Statistics/Sorter/LaneDetailsChart/resource.json index 4d830b85..61cee46b 100644 --- a/AmazonBase/ignition/named-query/Statistics/Sorter/LaneDetailsChart/resource.json +++ b/AmazonBase/ignition/named-query/Statistics/Sorter/LaneDetailsChart/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "5eacda3f230ac5934e9893882d79440bb08ede16526259dd4f4c070c55503961", + "lastModificationSignature": "2906fbb71f3ae23fd47acf5b6b2af6c248fe794fd1f328a4df5a59fcfcd424c4", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "dev", - "timestamp": "2022-01-07T20:10:18Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/AmazonBase/ignition/named-query/Statistics/Sorter/ScannerDetails/resource.json b/AmazonBase/ignition/named-query/Statistics/Sorter/ScannerDetails/resource.json index b9343f15..53e9865a 100644 --- a/AmazonBase/ignition/named-query/Statistics/Sorter/ScannerDetails/resource.json +++ b/AmazonBase/ignition/named-query/Statistics/Sorter/ScannerDetails/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "841662c109445016013fb68587f29f4e70cce42c269c8dfa614eb5d3fb291501", + "lastModificationSignature": "eb2e65a450fe79dc175c91b488c29ca346c47731cd22e54b191c02fae3ccca0c", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2022-03-04T20:59:44Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/AmazonBase/ignition/named-query/Statistics/Sorter/ScannerDetailsChart/resource.json b/AmazonBase/ignition/named-query/Statistics/Sorter/ScannerDetailsChart/resource.json index ae4b625f..455cb623 100644 --- a/AmazonBase/ignition/named-query/Statistics/Sorter/ScannerDetailsChart/resource.json +++ b/AmazonBase/ignition/named-query/Statistics/Sorter/ScannerDetailsChart/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "d3b64d1f6b1aedebbe507ad9fb2755b370ca4b631747b5c9cc16a2b033d742e4", + "lastModificationSignature": "6b4b6c924d90641efbdc017e72d9307bc086999bfcb6a6959d8a790d904219c5", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T01:29:57Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/AmazonBase/ignition/named-query/Statistics/Sorter/SorterDetails/resource.json b/AmazonBase/ignition/named-query/Statistics/Sorter/SorterDetails/resource.json index d325a325..9750ea00 100644 --- a/AmazonBase/ignition/named-query/Statistics/Sorter/SorterDetails/resource.json +++ b/AmazonBase/ignition/named-query/Statistics/Sorter/SorterDetails/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "4555a4cfa83a93c0206fc2b3be46964576585be89678c13cd8e9ebd316f58656", + "lastModificationSignature": "b63fab284cb86d2543f5f5d18c4848918085518286e38802dc9dba4a7ff52f4f", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T23:59:53Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/AmazonBase/ignition/named-query/Statistics/Sorter/SorterDetailsChart/resource.json b/AmazonBase/ignition/named-query/Statistics/Sorter/SorterDetailsChart/resource.json index 0be36a00..189f9299 100644 --- a/AmazonBase/ignition/named-query/Statistics/Sorter/SorterDetailsChart/resource.json +++ b/AmazonBase/ignition/named-query/Statistics/Sorter/SorterDetailsChart/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "2341755c3e7f9d58d492d705e6b4923b8e3484dd4b87ef0b2419b9314697d89a", + "lastModificationSignature": "f8b433f455464f110820ee1d882d9313b209cfd736f662e08a22e55807bfe0de", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T01:41:47Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/AmazonBase/ignition/named-query/Statistics/Sorter/SorterSummary/resource.json b/AmazonBase/ignition/named-query/Statistics/Sorter/SorterSummary/resource.json index e7e163e0..5231919c 100644 --- a/AmazonBase/ignition/named-query/Statistics/Sorter/SorterSummary/resource.json +++ b/AmazonBase/ignition/named-query/Statistics/Sorter/SorterSummary/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "733b8a02c25abba3d52a31333150709e5d883b8e5b15f7a1ccbd07816a74b359", + "lastModificationSignature": "d86f3e5f51e5fa19e2f0584a28fb15f5b0ac4bc53084c2c1a6bb67dd00927901", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T01:41:47Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/AmazonBase/ignition/named-query/Statistics/Sorter/SorterSummaryChart/resource.json b/AmazonBase/ignition/named-query/Statistics/Sorter/SorterSummaryChart/resource.json index d77572d1..9ffe755e 100644 --- a/AmazonBase/ignition/named-query/Statistics/Sorter/SorterSummaryChart/resource.json +++ b/AmazonBase/ignition/named-query/Statistics/Sorter/SorterSummaryChart/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "fcf5110edd7476ae5e5a32dd06adcaa631ed57efa8699bea7ea9774c34ac586a", + "lastModificationSignature": "2b230844fd79ed25b808150910081b768eb073e6c1f09fc1ebf70c2c18088909", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T01:41:47Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/AmazonBase/ignition/named-query/Statistics/Sorter/UniqueInducts/resource.json b/AmazonBase/ignition/named-query/Statistics/Sorter/UniqueInducts/resource.json index e1f4fe56..8355ed73 100644 --- a/AmazonBase/ignition/named-query/Statistics/Sorter/UniqueInducts/resource.json +++ b/AmazonBase/ignition/named-query/Statistics/Sorter/UniqueInducts/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "bf355b68edaf3c7271a511f7a88a36d980765edbb7c8f0600e8d4b730eb82dc0", + "lastModificationSignature": "9957cc3012c9a2e302ac8f580733b8bb44020d4b8a1aca4c418317e5e8977978", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T01:30:13Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" } } } \ No newline at end of file diff --git a/AmazonBase/ignition/named-query/Statistics/Sorter/UniqueLanes/resource.json b/AmazonBase/ignition/named-query/Statistics/Sorter/UniqueLanes/resource.json index 6562bfdb..acc7f0d8 100644 --- a/AmazonBase/ignition/named-query/Statistics/Sorter/UniqueLanes/resource.json +++ b/AmazonBase/ignition/named-query/Statistics/Sorter/UniqueLanes/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "1769688e3a1753807934441c245e7bf344e2f87b9c4f1eca92d2f74c55043789", + "lastModificationSignature": "c56f4a6e9aeeb780b873b7577b539f4d1f8ab534f672aa8aed24283ff6aa42db", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T01:54:38Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" } } } \ No newline at end of file diff --git a/AmazonBase/ignition/named-query/Statistics/Sorter/UniqueScanners/resource.json b/AmazonBase/ignition/named-query/Statistics/Sorter/UniqueScanners/resource.json index 81763ca0..9915e9a2 100644 --- a/AmazonBase/ignition/named-query/Statistics/Sorter/UniqueScanners/resource.json +++ b/AmazonBase/ignition/named-query/Statistics/Sorter/UniqueScanners/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "fad4cf521eecc3d8ac386ea0d532fa5afd1dce0bbe2fba1e88680fd3ecd0df40", + "lastModificationSignature": "5d4d54ad1f7f00296b2210ef8a71734b999f3b7dd4bd90f6f2fcd3399060fe8f", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T01:30:13Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" } } } \ No newline at end of file diff --git a/AmazonBase/ignition/named-query/Statistics/Sorter/UniqueSorters/resource.json b/AmazonBase/ignition/named-query/Statistics/Sorter/UniqueSorters/resource.json index 2a0739e1..83c01bc1 100644 --- a/AmazonBase/ignition/named-query/Statistics/Sorter/UniqueSorters/resource.json +++ b/AmazonBase/ignition/named-query/Statistics/Sorter/UniqueSorters/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "0dd73853cd0fe5dac03424a75dc3b66dea30c0cc2dd8cd45b7287496e9dbc1ca", + "lastModificationSignature": "b74be4055be2c898f24a582de2a29e10b0d7010a0315fb53dd68adef9b705429", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T01:42:00Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" } } } \ No newline at end of file diff --git a/AmazonBase/ignition/named-query/Status/GaylordStatus/resource.json b/AmazonBase/ignition/named-query/Status/GaylordStatus/resource.json index 83ee69d7..4bf3d592 100644 --- a/AmazonBase/ignition/named-query/Status/GaylordStatus/resource.json +++ b/AmazonBase/ignition/named-query/Status/GaylordStatus/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "2b6f03cf5259f46141dedb531d80894de21a923cfdf33edf66e15a2e42b5628a", + "lastModificationSignature": "2c770c34780058cf5cc5e3b418ad12e850057bed59fe9cb6b35c1b1df3369369", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-10-08T13:39:00Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/AmazonBase/ignition/named-query/Status/LaneOEE/resource.json b/AmazonBase/ignition/named-query/Status/LaneOEE/resource.json index a1a660a4..74e591ac 100644 --- a/AmazonBase/ignition/named-query/Status/LaneOEE/resource.json +++ b/AmazonBase/ignition/named-query/Status/LaneOEE/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "edd05beac126fbda862736607870eba81738b65417eb1834c8a819ef3b059f2e", + "lastModificationSignature": "145ae2e4b36b9c220891dddf9dcc142a1df04ad09ac32319ff238280eb7397f6", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-10-08T13:35:04Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/AmazonBase/ignition/named-query/Status/LaneStatus/resource.json b/AmazonBase/ignition/named-query/Status/LaneStatus/resource.json index b453d285..bca1c3fd 100644 --- a/AmazonBase/ignition/named-query/Status/LaneStatus/resource.json +++ b/AmazonBase/ignition/named-query/Status/LaneStatus/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "eb8605c757924e1e265927aa0062ef8c2cb6809e62d78bac097ec31b53e4b010", + "lastModificationSignature": "faf9a1feee8bcabe6cedb875f2ea47a08abe07c6cbf2cade056613a5c8b26dd7", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "dev", - "timestamp": "2022-01-07T20:03:35Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/AmazonBase/ignition/named-query/Status/PackageHistory/resource.json b/AmazonBase/ignition/named-query/Status/PackageHistory/resource.json index 50acb757..65443ce8 100644 --- a/AmazonBase/ignition/named-query/Status/PackageHistory/resource.json +++ b/AmazonBase/ignition/named-query/Status/PackageHistory/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "abd540064bc593a0c573a59c87f1d5ad060d87ca3e73e3d1ec7d9387273720cf", + "lastModificationSignature": "474cc79d944368574f1c576850d7722462d8f49d7721570cd186d8d07f5bcab8", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2022-03-04T20:39:58Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/AmazonBase/ignition/named-query/Status/PackageHistory_old/resource.json b/AmazonBase/ignition/named-query/Status/PackageHistory_old/resource.json index b510990a..abf34af8 100644 --- a/AmazonBase/ignition/named-query/Status/PackageHistory_old/resource.json +++ b/AmazonBase/ignition/named-query/Status/PackageHistory_old/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "500a7238bfcee77fd37462e1e9af2b5514d684835fb26491af071ca78aaa2799", + "lastModificationSignature": "d2a7e7b1626b0d9ba14779e58e399fc7761adc0dd94d8a22f628235b025d1909", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "dev", - "timestamp": "2022-01-07T20:03:03Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/AmazonBase/ignition/named-query/Status/PackageSummary/resource.json b/AmazonBase/ignition/named-query/Status/PackageSummary/resource.json index 9072d655..6ca5cd86 100644 --- a/AmazonBase/ignition/named-query/Status/PackageSummary/resource.json +++ b/AmazonBase/ignition/named-query/Status/PackageSummary/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "03d60ab074e8d3dacc7e13df99828962eb2fa59a66e763ea6611d19782bc69ab", + "lastModificationSignature": "ca5ea772f24c65cf0273432d5e4c863a8fd95f2dc4d14382f6036bbd4bded2a1", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2022-06-14T21:07:01Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/AmazonBase/ignition/script-python/alarms/resource.json b/AmazonBase/ignition/script-python/alarms/resource.json index f0d20685..4ca36d66 100644 --- a/AmazonBase/ignition/script-python/alarms/resource.json +++ b/AmazonBase/ignition/script-python/alarms/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-11-02T21:02:33Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "6806b4902714c859769938a6323edeb9f5cea90db2b665ff97cebcaf4c100612" + "lastModificationSignature": "45c859462b468a381c1560360c4a1e41e74235dbe920459e8db8fdda4105ce7b" } } \ No newline at end of file diff --git a/AmazonBase/ignition/script-python/documents/resource.json b/AmazonBase/ignition/script-python/documents/resource.json index 7ebf5aee..c95c03f7 100644 --- a/AmazonBase/ignition/script-python/documents/resource.json +++ b/AmazonBase/ignition/script-python/documents/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-14T03:36:41Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "1f1539d94966caab38bd36f5896aaf045ab45699b3dd9fbd0f4028fa7308402e" + "lastModificationSignature": "f9a691fc25a68301fcc2d144b4caab5ba90e40afffaf26aaf13df1812244044a" } } \ No newline at end of file diff --git a/AmazonBase/ignition/script-python/gateway/resource.json b/AmazonBase/ignition/script-python/gateway/resource.json index 5e5cbb83..79e5e6a3 100644 --- a/AmazonBase/ignition/script-python/gateway/resource.json +++ b/AmazonBase/ignition/script-python/gateway/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-10-08T13:58:49Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "bd8fd844e51f6ea0bd72b821abd5ccf4482cefec412805641adfc66f3283fae2" + "lastModificationSignature": "0caa48cf660b2cced3e97477fb454c3a42cd4c497aa93ecb7ed553544e3db9dc" } } \ No newline at end of file diff --git a/AmazonBase/ignition/script-python/generate/doo/resource.json b/AmazonBase/ignition/script-python/generate/doo/resource.json index b6b34646..5bac0e6a 100644 --- a/AmazonBase/ignition/script-python/generate/doo/resource.json +++ b/AmazonBase/ignition/script-python/generate/doo/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-14T03:37:07Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "5d2cc5e917ecb4dea06cc2fad8308e6940d3b52909d173a7dc61f8362c031e00" + "lastModificationSignature": "c19ad5a4a374a5745cbab96020b9697a4b40d31d803bfe2341f08898489388a7" } } \ No newline at end of file diff --git a/AmazonBase/ignition/script-python/historian/fms/resource.json b/AmazonBase/ignition/script-python/historian/fms/resource.json index d2e4f405..a4d1f50c 100644 --- a/AmazonBase/ignition/script-python/historian/fms/resource.json +++ b/AmazonBase/ignition/script-python/historian/fms/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-03-09T05:33:45Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "c8d9271aac250866f7720ec85795fe63534481dccfd713888b11198c5435b81d" + "lastModificationSignature": "e48a994dae1b830547e9109746af406a417fffeb75c704e0568d38c22854fe94" } } \ No newline at end of file diff --git a/AmazonBase/ignition/script-python/historian/gl/resource.json b/AmazonBase/ignition/script-python/historian/gl/resource.json index 153446ab..9a3591aa 100644 --- a/AmazonBase/ignition/script-python/historian/gl/resource.json +++ b/AmazonBase/ignition/script-python/historian/gl/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-03-07T22:29:24Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "d484328460eb9f37c818ae17f78eb74a7e0f1f8d28f1f7e1b044aa6a4f4b7f0d" + "lastModificationSignature": "4f5a3b8a9eaf37ef8c6a65d031a31e8fd6fa2f1f9820dbdaecc5e39ee35e25d9" } } \ No newline at end of file diff --git a/AmazonBase/ignition/script-python/historian/pe/resource.json b/AmazonBase/ignition/script-python/historian/pe/resource.json index a96da8c7..65d6d132 100644 --- a/AmazonBase/ignition/script-python/historian/pe/resource.json +++ b/AmazonBase/ignition/script-python/historian/pe/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-14T03:36:49Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "a55292b1873e57b8b8f70993f7993850dd7306dd2335ade22f640eb7dba3add1" + "lastModificationSignature": "afc321061aaab3164b5290345e259daeb66df79aad77ce24d95f5520f4243b68" } } \ No newline at end of file diff --git a/AmazonBase/ignition/script-python/nav/resource.json b/AmazonBase/ignition/script-python/nav/resource.json index f9715351..1f8591c9 100644 --- a/AmazonBase/ignition/script-python/nav/resource.json +++ b/AmazonBase/ignition/script-python/nav/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-05-24T03:10:51Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "45f21166fe78f1e5dcef14e7f14a377d405ff0cdae5d1ffea61262fded9c9c65" + "lastModificationSignature": "38080f01ffa69140ab490d86f55b803cce5e163e40d7affcd0d9e8ae36ee50ed" } } \ No newline at end of file diff --git a/AmazonBase/ignition/script-python/popups/resource.json b/AmazonBase/ignition/script-python/popups/resource.json index 40aef66d..28ab2dd1 100644 --- a/AmazonBase/ignition/script-python/popups/resource.json +++ b/AmazonBase/ignition/script-python/popups/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-14T03:37:52Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "5aa4f6d32489881721c525120fcaa9cd8ade8fb83bb7c68cba8549755a4bf0be" + "lastModificationSignature": "3d1765cdded489ee593232bca4311f3b35487e2db11aa31314277b683761b0d9" } } \ No newline at end of file diff --git a/AmazonBase/ignition/script-python/reports/resource.json b/AmazonBase/ignition/script-python/reports/resource.json index e6d4c5f2..748937db 100644 --- a/AmazonBase/ignition/script-python/reports/resource.json +++ b/AmazonBase/ignition/script-python/reports/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-07-29T02:58:25Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "e81856e2953bf7a041587218f75f9a2bd59789f6d20711bd69502bf6c7007d01" + "lastModificationSignature": "2ea7581e959181912c227974b5f11da33d75d6ff0279bb29a6c818f918f0fc06" } } \ No newline at end of file diff --git a/AmazonBase/ignition/script-python/spirals/resource.json b/AmazonBase/ignition/script-python/spirals/resource.json index 0a375f97..4dad4d51 100644 --- a/AmazonBase/ignition/script-python/spirals/resource.json +++ b/AmazonBase/ignition/script-python/spirals/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-12-03T07:42:10Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "cc3957a5c3a67ec648e4f4790b6fad4947e8035bc733450a419036e8657d4fa6" + "lastModificationSignature": "259062892edf545b56cd1399d689ef2e821e690490a73c6e19ba5b0a7ffffccd" } } \ No newline at end of file diff --git a/AmazonBase/ignition/script-python/tags/resource.json b/AmazonBase/ignition/script-python/tags/resource.json index 498cb9c6..517aa405 100644 --- a/AmazonBase/ignition/script-python/tags/resource.json +++ b/AmazonBase/ignition/script-python/tags/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-07-29T02:58:25Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "cd2d4ff4a3df2dd284dae3b70ec9f73f9aabb732a269cf117318ded76c8797d5" + "lastModificationSignature": "535ef027b47cf8d22bc3e6c525037dee65c08c7dbf681087abb987de2be62a89" } } \ No newline at end of file diff --git a/AmazonBase/ignition/script-python/utils/resource.json b/AmazonBase/ignition/script-python/utils/resource.json index f38a385e..423abadd 100644 --- a/AmazonBase/ignition/script-python/utils/resource.json +++ b/AmazonBase/ignition/script-python/utils/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-11-02T21:20:32Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "27fe2dd6d2809b507f1053e56d2094c184116b926e9368548511430a89b76d75" + "lastModificationSignature": "512cad77ae1f252563a5baba79ffc807d04f353887c7d9db495d906bed9de0bc" } } \ No newline at end of file diff --git a/AmazonBase/ignition/script-python/wcs/resource.json b/AmazonBase/ignition/script-python/wcs/resource.json index 843d06bc..2db367c6 100644 --- a/AmazonBase/ignition/script-python/wcs/resource.json +++ b/AmazonBase/ignition/script-python/wcs/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2023-03-04T21:52:02Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "974f1a0a66d43e8896c71f23a4c1f7466f31cb0367cfe0aa81027cd601221aed" + "lastModificationSignature": "d9dc4fbbf6d45b98d6c3fc9177969cbf7ecd3423c6cb0c691370a9b21a617ba7" } } \ No newline at end of file diff --git a/BNA8/LGA5_2020-11-19_0325/com.inductiveautomation.perspective/views/Windows/Graphics/Overview/resource.json b/BNA8/LGA5_2020-11-19_0325/com.inductiveautomation.perspective/views/Windows/Graphics/Overview/resource.json index 73ac99ff..51472316 100644 --- a/BNA8/LGA5_2020-11-19_0325/com.inductiveautomation.perspective/views/Windows/Graphics/Overview/resource.json +++ b/BNA8/LGA5_2020-11-19_0325/com.inductiveautomation.perspective/views/Windows/Graphics/Overview/resource.json @@ -4,14 +4,14 @@ "restricted": false, "overridable": true, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2020-11-19T03:28:22Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "0111a89fdaf37629a89efb721f8789b0d2a97038fd5d7add85d4c6d167f4014e" + "lastModificationSignature": "3e89bf0ce20065212a31ee76747141bc5101c2313b5523042927f4027640bd84" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/inactivity-properties/resource.json b/BNA8/com.inductiveautomation.perspective/inactivity-properties/resource.json index 2397ce58..165f17b8 100644 --- a/BNA8/com.inductiveautomation.perspective/inactivity-properties/resource.json +++ b/BNA8/com.inductiveautomation.perspective/inactivity-properties/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-14T03:39:48Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "bf9c7a18e4c123b95deb85b6aeb5e26237b5960f860072e97eb348b7b0d8f6cf" + "lastModificationSignature": "1161aafb224f4c6f935cbc64db20f4aaa7e667c2429248fdd54e2e1a1b1c29de" } } \ 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 ef2d40df..31475ad7 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-15T18:12:30Z" + "actor": "external", + "timestamp": "2025-08-18T17:00:42Z" }, - "lastModificationSignature": "75f3f8cdb59b9ca515821495b77ecae6699f7eecb8c0a55f87811ec78512d7e2" + "lastModificationSignature": "33b6bad9edc3c17cfb3e6917447d214b10a006a342158d1dc6e7787018d5032f" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/session-permissions/resource.json b/BNA8/com.inductiveautomation.perspective/session-permissions/resource.json index 1df6177d..49529fcc 100644 --- a/BNA8/com.inductiveautomation.perspective/session-permissions/resource.json +++ b/BNA8/com.inductiveautomation.perspective/session-permissions/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2020-04-30T15:57:03Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "8b1dd81a0e442a2ec4244f4fe387409080d18e91fc09ec1180531f587007e0dc" + "lastModificationSignature": "d413b5d61b8f1d9ba9c61a9ad92bece3404293a1dccc75acabed8cc026392370" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/session-props/props.json b/BNA8/com.inductiveautomation.perspective/session-props/props.json index f2d186f1..26ef228f 100644 --- a/BNA8/com.inductiveautomation.perspective/session-props/props.json +++ b/BNA8/com.inductiveautomation.perspective/session-props/props.json @@ -11,7 +11,9 @@ "show_encoders": true, "show_epc": true, "show_fio_safety": true, - "show_photoeyes": true + "show_map": true, + "show_photoeyes": true, + "show_px": true }, "areaHover": [], "currentGraphic": "Windows/Graphics/Overview", diff --git a/BNA8/com.inductiveautomation.perspective/session-props/resource.json b/BNA8/com.inductiveautomation.perspective/session-props/resource.json index 8f028248..2bcf1bd5 100644 --- a/BNA8/com.inductiveautomation.perspective/session-props/resource.json +++ b/BNA8/com.inductiveautomation.perspective/session-props/resource.json @@ -9,8 +9,8 @@ "attributes": { "lastModification": { "actor": "admin", - "timestamp": "2025-08-13T10:41:52Z" + "timestamp": "2025-08-18T16:57:55Z" }, - "lastModificationSignature": "c496707d7b5e862170b9077ff0a7efd881bbb52f565e6e37cc27a603125ffbcf" + "lastModificationSignature": "ddc489c620faaaf3614c708dc6c093665bcc5c336fb1ccc3a55373beb285ba2a" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/style-classes/Buttons/Blue/resource.json b/BNA8/com.inductiveautomation.perspective/style-classes/Buttons/Blue/resource.json index f42aaaba..7eca3f8b 100644 --- a/BNA8/com.inductiveautomation.perspective/style-classes/Buttons/Blue/resource.json +++ b/BNA8/com.inductiveautomation.perspective/style-classes/Buttons/Blue/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2020-10-11T04:04:51Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "cf630ae7ea43f9e71f9a6e02bd20a1211a95a7adfabfa254811208429095161b" + "lastModificationSignature": "d3ed060e21aa3f2c75c35ed0914178e285a5416610983b7a7e9d379209ad017b" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/style-classes/Buttons/Green/resource.json b/BNA8/com.inductiveautomation.perspective/style-classes/Buttons/Green/resource.json index 758d7064..48b8f64c 100644 --- a/BNA8/com.inductiveautomation.perspective/style-classes/Buttons/Green/resource.json +++ b/BNA8/com.inductiveautomation.perspective/style-classes/Buttons/Green/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2020-10-11T04:04:40Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "d88b754140cdba84f67d8568a78b175d56c37aa1b81fb4d510d9114f735f4686" + "lastModificationSignature": "453118b68df12d2847ade223913b2ead035938a5b36e0a98ac37c52cc15f9d68" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/style-classes/Buttons/Grey/resource.json b/BNA8/com.inductiveautomation.perspective/style-classes/Buttons/Grey/resource.json index 632fd9b5..38a37dc9 100644 --- a/BNA8/com.inductiveautomation.perspective/style-classes/Buttons/Grey/resource.json +++ b/BNA8/com.inductiveautomation.perspective/style-classes/Buttons/Grey/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2020-10-11T04:04:30Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "addc394c969b2b1ef926e9dd51ca499c8e91bd58e62c5a5a67df56d2340cb540" + "lastModificationSignature": "d9c4aab66c1a4b50a54bfdb2f7202f58ac4ca6b49e0a3594813a22d984800eac" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/style-classes/Buttons/Red/resource.json b/BNA8/com.inductiveautomation.perspective/style-classes/Buttons/Red/resource.json index 70fe3700..9914e57e 100644 --- a/BNA8/com.inductiveautomation.perspective/style-classes/Buttons/Red/resource.json +++ b/BNA8/com.inductiveautomation.perspective/style-classes/Buttons/Red/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2020-10-11T04:05:13Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "9d601fa9da7fae33db3b51f7ce45dc6f2982391242193498131c8361cf7428b0" + "lastModificationSignature": "7e1f5b5ed53f02dcbab72ce4e2c077086cca3cb779b79b41d168e4c73f47065f" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/style-classes/Buttons/Yellow/resource.json b/BNA8/com.inductiveautomation.perspective/style-classes/Buttons/Yellow/resource.json index c4857a98..ccd63c40 100644 --- a/BNA8/com.inductiveautomation.perspective/style-classes/Buttons/Yellow/resource.json +++ b/BNA8/com.inductiveautomation.perspective/style-classes/Buttons/Yellow/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2020-10-11T04:05:01Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "4c4a795b0ba11112f3afc569c0dbc0d344b8af96969263bade67e7a4fa54bd07" + "lastModificationSignature": "d801383a89d2f7cf9efa54afe9710e3ce4d5b6f8c0f79376af3c16c8f2bc808d" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/style-classes/Docked/StatusText/resource.json b/BNA8/com.inductiveautomation.perspective/style-classes/Docked/StatusText/resource.json index 1510ecdc..55eef1a3 100644 --- a/BNA8/com.inductiveautomation.perspective/style-classes/Docked/StatusText/resource.json +++ b/BNA8/com.inductiveautomation.perspective/style-classes/Docked/StatusText/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2020-04-23T20:55:29Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "9f1da3c94719ff03c022d3a92a18155b3f8d9d6bb98fcc05e8a9a84f246c45ed" + "lastModificationSignature": "31a3114000e8a33703dd368d0dd149138038b3365091a7d99708da7c9b045df5" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/AAA-Style/resource.json b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/AAA-Style/resource.json index 3ae60a42..8fed433f 100644 --- a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/AAA-Style/resource.json +++ b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/AAA-Style/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-11T13:21:00Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "c57226d4ae6733ce25af6c0b61337026b03dba5d40729a9f614bc5ddf9665b98" + "lastModificationSignature": "8336dc7422dcf7e5e5a464ab31a178bbe3af9b55e6a2ba0b42ff3add31013e27" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Alt-Background-Fill/State0/resource.json b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Alt-Background-Fill/State0/resource.json index 0efa7887..2018a8dc 100644 --- a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Alt-Background-Fill/State0/resource.json +++ b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Alt-Background-Fill/State0/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-11T13:21:00Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "15b93f44631e5f4e5e052ff267183da4eb182bfc329aea99b540d3d2ba238e75" + "lastModificationSignature": "457041410801eb7010a296eb8f8062c249c1eb10b942571fff0904f9de7158d9" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Alt-Background-Fill/State1/resource.json b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Alt-Background-Fill/State1/resource.json index 424fa4c4..21faf026 100644 --- a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Alt-Background-Fill/State1/resource.json +++ b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Alt-Background-Fill/State1/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-11T13:21:00Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "9d8695c49da98e6d0e7ddd22e64368c75bba85563689f7e09c8f6e1ee9d9397e" + "lastModificationSignature": "0560372096a517b812aa3c635cd5a4310fc0b3877e4f5bc764f14a8ae6309c84" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Alt-Background-Fill/State2/resource.json b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Alt-Background-Fill/State2/resource.json index 27d74637..8e1da7b2 100644 --- a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Alt-Background-Fill/State2/resource.json +++ b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Alt-Background-Fill/State2/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-11T13:21:00Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "6d4ef0f9fa9c678ed35abba6fd2d71172ec35aa3c99d619e726ac24322c84c9a" + "lastModificationSignature": "a2b74c1ec3f63755c00935d3eea7d04d58b05c8d27b7b426bdbc7d7f458c1557" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Alt-Background-Fill/State3/resource.json b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Alt-Background-Fill/State3/resource.json index f39d214a..f82b3b74 100644 --- a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Alt-Background-Fill/State3/resource.json +++ b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Alt-Background-Fill/State3/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-11T13:21:00Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "b02f9fc5f145505bdfe1470fa0bd6b627914d3d0b3625e1fb132c78f4b16bb52" + "lastModificationSignature": "d42cf1fcf1668814823db0a587f7920cec347350ae76cee32b36f4bf77619f04" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Alt-Background-Fill/State4/resource.json b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Alt-Background-Fill/State4/resource.json index 55e0612b..33d3c042 100644 --- a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Alt-Background-Fill/State4/resource.json +++ b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Alt-Background-Fill/State4/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-11T13:21:00Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "7f3baeab97d7ee9b0b8fa016bd52945e677dfcddd4fbb0c14c137106393943b6" + "lastModificationSignature": "0ad37693a08fea141a8196457f09110c29d27bb9a74bd9e9caff45c68e78cd48" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Alt-Background-Fill/State5/resource.json b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Alt-Background-Fill/State5/resource.json index 3b19d843..2da63c08 100644 --- a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Alt-Background-Fill/State5/resource.json +++ b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Alt-Background-Fill/State5/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-11T13:21:00Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "f5123196c855f79e1e1798f27d38e36e7ca8ad51fffeaa6b07ea49cb98b7fdf1" + "lastModificationSignature": "c1c19c19b4e2808a2de94182177afdb66a8e2ccad641a5c25f856f80d5cb9ad1" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Background-Fill/State0/resource.json b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Background-Fill/State0/resource.json index 0efa7887..2018a8dc 100644 --- a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Background-Fill/State0/resource.json +++ b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Background-Fill/State0/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-11T13:21:00Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "15b93f44631e5f4e5e052ff267183da4eb182bfc329aea99b540d3d2ba238e75" + "lastModificationSignature": "457041410801eb7010a296eb8f8062c249c1eb10b942571fff0904f9de7158d9" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Background-Fill/State1/resource.json b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Background-Fill/State1/resource.json index 424fa4c4..21faf026 100644 --- a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Background-Fill/State1/resource.json +++ b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Background-Fill/State1/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-11T13:21:00Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "9d8695c49da98e6d0e7ddd22e64368c75bba85563689f7e09c8f6e1ee9d9397e" + "lastModificationSignature": "0560372096a517b812aa3c635cd5a4310fc0b3877e4f5bc764f14a8ae6309c84" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Background-Fill/State1_Alt/resource.json b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Background-Fill/State1_Alt/resource.json index 424fa4c4..21faf026 100644 --- a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Background-Fill/State1_Alt/resource.json +++ b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Background-Fill/State1_Alt/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-11T13:21:00Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "9d8695c49da98e6d0e7ddd22e64368c75bba85563689f7e09c8f6e1ee9d9397e" + "lastModificationSignature": "0560372096a517b812aa3c635cd5a4310fc0b3877e4f5bc764f14a8ae6309c84" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Background-Fill/State2/resource.json b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Background-Fill/State2/resource.json index 5240c7e0..3492c204 100644 --- a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Background-Fill/State2/resource.json +++ b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Background-Fill/State2/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-11T13:21:00Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "fdb318015d67735c86c34b3c1cdd974de6280d30a4f422f63b3e41f5568a2b02" + "lastModificationSignature": "059c63070bd87c8961b8ade9af0c6ba1c8603a759a59a23b6e015dcfa46e9ee0" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Background-Fill/State2_Alt/resource.json b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Background-Fill/State2_Alt/resource.json index 0d61df9b..1b73e99e 100644 --- a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Background-Fill/State2_Alt/resource.json +++ b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Background-Fill/State2_Alt/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-11T13:21:00Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "f5696236dd8d0f644e42960a58d0a6f66846c02cb0502786e94af2d83f637119" + "lastModificationSignature": "0ef465d8a4c1da34a39711bb84a79d6db192e9640123707441f0f8a934f6d78d" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Background-Fill/State3/resource.json b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Background-Fill/State3/resource.json index 0b1dc0ab..61823116 100644 --- a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Background-Fill/State3/resource.json +++ b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Background-Fill/State3/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-11T13:21:00Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "ab1b0125d7e987db68629a06c93a1944fd92c73aa75cbdf3f8e7eb33eb8aa62c" + "lastModificationSignature": "fc0d9559de5d5561b50ee42e84369e600b29e1efba5425ee867e08f7f6b09d4d" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Background-Fill/State3_Alt/resource.json b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Background-Fill/State3_Alt/resource.json index e79c4faf..07deeb73 100644 --- a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Background-Fill/State3_Alt/resource.json +++ b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Background-Fill/State3_Alt/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-11T13:21:00Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "f5941664b83ef74bd132a33e70d88b45cb382ced8dcd32a1f4a729aa3c106811" + "lastModificationSignature": "b0a1432038a178e102ca92464b881aeff4af03b9a9e5ed7b2dfd8c0514481402" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Background-Fill/State4/resource.json b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Background-Fill/State4/resource.json index 3b19d843..2da63c08 100644 --- a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Background-Fill/State4/resource.json +++ b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Background-Fill/State4/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-11T13:21:00Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "f5123196c855f79e1e1798f27d38e36e7ca8ad51fffeaa6b07ea49cb98b7fdf1" + "lastModificationSignature": "c1c19c19b4e2808a2de94182177afdb66a8e2ccad641a5c25f856f80d5cb9ad1" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Background-Fill/State4_Alt/resource.json b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Background-Fill/State4_Alt/resource.json index b04ef525..66015593 100644 --- a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Background-Fill/State4_Alt/resource.json +++ b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Background-Fill/State4_Alt/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-11T13:21:00Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "e59aa6e82dca6f14c582610dc9053e25786ed40b430324dbcc7625131d500b9f" + "lastModificationSignature": "7705212eeb46347cdf442674e6624ee83b8edb6bda0103f7bba8e0ac774f34ef" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Background-Fill/State5/resource.json b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Background-Fill/State5/resource.json index 591062f8..fd9e626c 100644 --- a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Background-Fill/State5/resource.json +++ b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Background-Fill/State5/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-11T13:21:00Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "0e98af728c56337f8a246503df2eec8a3a4d73be9e3585e2d77339a913f77a85" + "lastModificationSignature": "42fdb1979964fc95eff79bedef6e84fb470c6056e03c4c37b1fe43596d241bb0" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Background-Fill/State5_Alt/resource.json b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Background-Fill/State5_Alt/resource.json index 42237737..9d46098b 100644 --- a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Background-Fill/State5_Alt/resource.json +++ b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Background-Fill/State5_Alt/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-11T13:21:00Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "cb3032d3a6e0d2d791090508e40e903237104d62a193955d67adda9a138fb269" + "lastModificationSignature": "236452bed3c251385feea8fff3e023c0306192a665125c95c2cd0145fa86dfae" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Background-Fill/State6/resource.json b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Background-Fill/State6/resource.json index d5ef483a..d8847789 100644 --- a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Background-Fill/State6/resource.json +++ b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/Background-Fill/State6/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-11T13:21:00Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "f3b2f1b008aef06026141c705855ca81c6f9f91ec0744f3b8271258126694f6a" + "lastModificationSignature": "367d98a4dc661df58cd96db873a8c9b03556d1f5506308b3fac2c90e971773f7" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State0/resource.json b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State0/resource.json index 36b46d0a..6ec5f6a5 100644 --- a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State0/resource.json +++ b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State0/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-11T13:21:00Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "5d72a1b690af1ff157df0967484cdc02594c86ac431db16d5d992c4bcf7ee9d3" + "lastModificationSignature": "f02d240a235c6a61fda1961d8139a52de98bfd917b21af8ae9724ee88ee145d5" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State1/resource.json b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State1/resource.json index d9ff2c44..8a0af757 100644 --- a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State1/resource.json +++ b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State1/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-11T13:21:00Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "178787c235baac26518ddc338a844bdfd23c73a9ed9bc80298cd02d5bb32a0df" + "lastModificationSignature": "616f4d561afb3610ba66bb7a76fcf8eedc432b5d10a496c3b93aacc1eeacc2bf" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State101/resource.json b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State101/resource.json index c1ab238e..dd6e7b94 100644 --- a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State101/resource.json +++ b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State101/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-11T13:21:00Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "04858c3cdadcc6e4f0a5e57ecb9c75877cc6adfc0e2bb73063e2f1b1ac2e1e10" + "lastModificationSignature": "0625336cad7111091fc5d5478932e2a4c2919576fe571fb4618b9c8d7bfd613d" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State102/resource.json b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State102/resource.json index 4b95e341..6dbfd83a 100644 --- a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State102/resource.json +++ b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State102/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-11T13:21:00Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "4eb2f1911c6c6afd4769d96627c1560124a5deda4a420d5ec267cf039b2ae731" + "lastModificationSignature": "75589eeb1d3ad2c1c13f48460138773e2a7b46107205a33de25412bd07e2c07a" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State103/resource.json b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State103/resource.json index a0329912..24f2eb68 100644 --- a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State103/resource.json +++ b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State103/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-11T13:21:00Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "8b5cb2f8919d6a7fa794a8a8ab25008116eea3faf5e7ffe76b7de25d3a9643bd" + "lastModificationSignature": "ff46ddc53bfd6e59f86755f743d22ee28a9638d276f38252f6ac9bedd6c15553" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State104/resource.json b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State104/resource.json index 43d29544..68aafce1 100644 --- a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State104/resource.json +++ b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State104/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-11T13:21:00Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "10273b545536a2e183786c472fae5429f8d2efa46371931624e59be5687e838e" + "lastModificationSignature": "e0266f35f994f34c9cb9a8a36234222596df5aaab0a97acf6743ff2bee967ae5" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State105/resource.json b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State105/resource.json index b3bde084..310e814a 100644 --- a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State105/resource.json +++ b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State105/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-11T13:21:00Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "7fef4974859a53120b2135b1399b1ffffb05c62e70a5aade769d092cef861046" + "lastModificationSignature": "1fe2cdb914828e07ef0378010c338f0adc2bfeff2284f885c1fa204475d0d902" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State106/resource.json b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State106/resource.json index 9ca6e78c..dd26065e 100644 --- a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State106/resource.json +++ b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State106/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-11T13:21:00Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "6f8492358993f722d6bc9a7d4c0acab21585a49169c02f6f0e54f95e46c9879b" + "lastModificationSignature": "b8617dac94e098a9e54841fe1e33878fcf1b180ed3275853cd0897c85c9616a1" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State2/resource.json b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State2/resource.json index 36b46d0a..6ec5f6a5 100644 --- a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State2/resource.json +++ b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State2/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-11T13:21:00Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "5d72a1b690af1ff157df0967484cdc02594c86ac431db16d5d992c4bcf7ee9d3" + "lastModificationSignature": "f02d240a235c6a61fda1961d8139a52de98bfd917b21af8ae9724ee88ee145d5" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State201/resource.json b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State201/resource.json index e057c948..b57286a2 100644 --- a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State201/resource.json +++ b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State201/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-11T13:21:00Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "c43d6fb113bb62407a0bf10773f5434b036e01479ac51575c0a7f7137f03884b" + "lastModificationSignature": "40594a31b42ddb8f511a61f974cc0cfbcf22d404a0d7932027ae52d3a29bb0cb" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State202/resource.json b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State202/resource.json index 9f14777b..e980b183 100644 --- a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State202/resource.json +++ b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State202/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-11T13:21:00Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "94b25c7866c24b5b89b31a0d5a979649614b23eca9e581db8f1753f70abf4a83" + "lastModificationSignature": "b1bb2707c8c6f4cd95755c29b44966d43576d961c04bf128d10363ee88fa1575" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State203/resource.json b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State203/resource.json index 7c2866f7..ad3e43a4 100644 --- a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State203/resource.json +++ b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State203/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-11T13:21:00Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "479f19d17ce01cf0e52035e681bbf028ecda8bc8229626606146c8ae1c03249f" + "lastModificationSignature": "50e8e1d62b37c9160fe8a884d12d35754df30db97aa03110e3bea1384bdd0c91" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State204/resource.json b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State204/resource.json index 07327d72..c07e4751 100644 --- a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State204/resource.json +++ b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State204/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-11T13:21:00Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "2cdb795cc508b3654334d25213d236516028e15ce6c0596e8a8981b211812cf4" + "lastModificationSignature": "9bed6db153cd57d5046fd19ca904eca4730ca7f5d4eaad8a17f06cd8672faff4" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State205/resource.json b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State205/resource.json index 606ca29a..643fe586 100644 --- a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State205/resource.json +++ b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State205/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-11T13:21:00Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "0ab6ea507036865208b66d22759651182adcc805d2a627a29509652943ab2ab0" + "lastModificationSignature": "19576cc727d596b71288432f0a77e709d52ac71a0bc2694f0aa9d74df4050d2e" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State3/resource.json b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State3/resource.json index 88470e4c..497d2893 100644 --- a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State3/resource.json +++ b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State3/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-11T13:21:00Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "af5678998aa374238954f907e52296ac0c625bb759ee762592afe9722a574ed2" + "lastModificationSignature": "805c5d6aca27c29ccdbf290dda1d28a5cf7ad6df643f590fd0e025424f9da46b" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State4/resource.json b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State4/resource.json index bc756975..aee8834f 100644 --- a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State4/resource.json +++ b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State4/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-11T13:21:00Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "b090b44a0639ee90b124cdc03b51b995fcfdbb2ef1ed733dbc3bee4399cfb70d" + "lastModificationSignature": "72f11a461524a21e42243f73b2159e944b308de970bc261cb48bb7ee15f0173b" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State5/resource.json b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State5/resource.json index 6889f541..eb5a0bc4 100644 --- a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State5/resource.json +++ b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State5/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-11T13:21:00Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "c43f487acb68b49afef0e7410e024fe17452b4cd60fe54c0fae6e6a79c056286" + "lastModificationSignature": "9a9453f2aef555fc202b8208af6d0fc928b0b6dbdcb66fb688f115f5c8d49aef" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State6/resource.json b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State6/resource.json index 76409111..6aecdd33 100644 --- a/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State6/resource.json +++ b/BNA8/com.inductiveautomation.perspective/style-classes/State-Styles/State6/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-11T13:21:00Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "c85b35adea78c9d9502358ba7f46ed3f1ad7da299f82ee956ad244c90647b5a8" + "lastModificationSignature": "b2f17049f6ff0653b9adb39b0a3c126120f11a5ebe96f3b5c6be02f6d9464e1d" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/style-classes/Tree/hoverUnselected/resource.json b/BNA8/com.inductiveautomation.perspective/style-classes/Tree/hoverUnselected/resource.json index c2ed9d84..23f2ca8a 100644 --- a/BNA8/com.inductiveautomation.perspective/style-classes/Tree/hoverUnselected/resource.json +++ b/BNA8/com.inductiveautomation.perspective/style-classes/Tree/hoverUnselected/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2020-04-30T19:14:15Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "000f075421f848a9ce5b632767d45f921e34a8c71dac34ddccb3fc69d487a526" + "lastModificationSignature": "abe47089ecaaf25e0d15eb4e0f9c87a763fa6311b751d8bf323ab46f9db2e2d7" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/style-classes/interactable/border/resource.json b/BNA8/com.inductiveautomation.perspective/style-classes/interactable/border/resource.json index a412049d..011ba996 100644 --- a/BNA8/com.inductiveautomation.perspective/style-classes/interactable/border/resource.json +++ b/BNA8/com.inductiveautomation.perspective/style-classes/interactable/border/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2020-04-03T02:50:23Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "53755fa66ef3b3218f320914bf875cc63d45bc2417a067dd2b7912cc56925725" + "lastModificationSignature": "004f2be264798cdc7ed3111bffab6b68198388ea0319f1feb8bb5ed99811fc34" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/style-classes/interactable/container/resource.json b/BNA8/com.inductiveautomation.perspective/style-classes/interactable/container/resource.json index 81dc9329..011ba996 100644 --- a/BNA8/com.inductiveautomation.perspective/style-classes/interactable/container/resource.json +++ b/BNA8/com.inductiveautomation.perspective/style-classes/interactable/container/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2020-04-03T03:09:31Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "7edea7051fbafdd9720f03ad6b106eff5ad49d17b184b1f5a667107747eda3ef" + "lastModificationSignature": "004f2be264798cdc7ed3111bffab6b68198388ea0319f1feb8bb5ed99811fc34" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/style-classes/interactable/pattern/resource.json b/BNA8/com.inductiveautomation.perspective/style-classes/interactable/pattern/resource.json index 2c50ae58..011ba996 100644 --- a/BNA8/com.inductiveautomation.perspective/style-classes/interactable/pattern/resource.json +++ b/BNA8/com.inductiveautomation.perspective/style-classes/interactable/pattern/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2020-04-03T02:50:17Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "f4444e8f31f78ce42b0ab3699f7f579de2ab2405c80d85331b240ee3d2c6c8ac" + "lastModificationSignature": "004f2be264798cdc7ed3111bffab6b68198388ea0319f1feb8bb5ed99811fc34" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/style-classes/painted-events/resource.json b/BNA8/com.inductiveautomation.perspective/style-classes/painted-events/resource.json index 6b871a9e..011ba996 100644 --- a/BNA8/com.inductiveautomation.perspective/style-classes/painted-events/resource.json +++ b/BNA8/com.inductiveautomation.perspective/style-classes/painted-events/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2020-04-19T17:57:51Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "0ff7f84e57cd76c255db6306cd5941c32f6272f4ec8738fea697b0b5bfe0c9dc" + "lastModificationSignature": "004f2be264798cdc7ed3111bffab6b68198388ea0319f1feb8bb5ed99811fc34" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/style-classes/sticky/resource.json b/BNA8/com.inductiveautomation.perspective/style-classes/sticky/resource.json index d827c89f..011ba996 100644 --- a/BNA8/com.inductiveautomation.perspective/style-classes/sticky/resource.json +++ b/BNA8/com.inductiveautomation.perspective/style-classes/sticky/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2020-03-31T17:51:37Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "ce5c3c9dfdccfa12032f9fd9bbb6645adb120468474259a167d73224172d3ac2" + "lastModificationSignature": "004f2be264798cdc7ed3111bffab6b68198388ea0319f1feb8bb5ed99811fc34" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/style-classes/table/column-header/resource.json b/BNA8/com.inductiveautomation.perspective/style-classes/table/column-header/resource.json index 86b43031..99928e7c 100644 --- a/BNA8/com.inductiveautomation.perspective/style-classes/table/column-header/resource.json +++ b/BNA8/com.inductiveautomation.perspective/style-classes/table/column-header/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2020-05-10T03:51:46Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "d31d5c705765aa8d1ac1d033d00a5ca90854d8e955a3c3531e482cb434e233b6" + "lastModificationSignature": "1489e793d80d5ad3edef8b9e84aad7f11686ad34dbfe8c52c70958aba277b292" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/style-classes/table/highlight/resource.json b/BNA8/com.inductiveautomation.perspective/style-classes/table/highlight/resource.json index c6b0cf80..b1c85459 100644 --- a/BNA8/com.inductiveautomation.perspective/style-classes/table/highlight/resource.json +++ b/BNA8/com.inductiveautomation.perspective/style-classes/table/highlight/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2020-04-02T01:47:42Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "bc01fdf5015b50b561a8e33cd77e780bb1244d028ab279a7c6f1ce5f38da56c0" + "lastModificationSignature": "7d19a49dd5f0818cbdfdf9ca6cdc5c8b15709e30668115d748c2dfdc72b339db" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/style-classes/window/resource.json b/BNA8/com.inductiveautomation.perspective/style-classes/window/resource.json index e7c77dd4..05c87182 100644 --- a/BNA8/com.inductiveautomation.perspective/style-classes/window/resource.json +++ b/BNA8/com.inductiveautomation.perspective/style-classes/window/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2020-10-16T16:23:27Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "854611487360b98a78720522810c562ab5913dad9f7f61eb81c0db03bf8431bf" + "lastModificationSignature": "24fbac2ded16ad5135cb34f5c15b10281068029d9d31a44573952cb47a21f7c8" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/tag-drop-settings/resource.json b/BNA8/com.inductiveautomation.perspective/tag-drop-settings/resource.json index aaecc83e..c3cc649f 100644 --- a/BNA8/com.inductiveautomation.perspective/tag-drop-settings/resource.json +++ b/BNA8/com.inductiveautomation.perspective/tag-drop-settings/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2020-04-03T18:12:43Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "5dab6a48024c46ad93644ef27c40afa13a0b52956f484289fc18d5c7c78e2f8f" + "lastModificationSignature": "efb98b03655bfed38ac7ebb4b42b7db1d0f3a587d6cc389218e77ba1a7467106" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Popups/CustomDocuments/CreateFolder/resource.json b/BNA8/com.inductiveautomation.perspective/views/Popups/CustomDocuments/CreateFolder/resource.json index 30b508a0..d9625d53 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Popups/CustomDocuments/CreateFolder/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Popups/CustomDocuments/CreateFolder/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-14T03:33:44Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "04d893ed99d96333bbefb0ba960288e073005177e1afd23fc7434c563df1f3c0" + "lastModificationSignature": "ab96b7e0183a5868c0a980b029ff7bc2971111612095bd90285b3601445db948" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Popups/CustomDocuments/DeleteConfirmation/resource.json b/BNA8/com.inductiveautomation.perspective/views/Popups/CustomDocuments/DeleteConfirmation/resource.json index 0596ff3b..57bfb97e 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Popups/CustomDocuments/DeleteConfirmation/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Popups/CustomDocuments/DeleteConfirmation/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-14T03:33:44Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "98813c58a3f7dbf0d9579f6f0e644d42b75c19aca76b90f547b3593c6e9e82b9" + "lastModificationSignature": "e7b66cebe8246f53f9c72e2d28b0cc22571d07435313fc1c088694fa444e3f02" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Popups/CustomDocuments/PDFUpload/resource.json b/BNA8/com.inductiveautomation.perspective/views/Popups/CustomDocuments/PDFUpload/resource.json index 2161a385..741391ca 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Popups/CustomDocuments/PDFUpload/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Popups/CustomDocuments/PDFUpload/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-14T03:33:44Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "1c57b0aba05ac461dccaa3dccb34442a7d6246e065ad4edc1b1f4837a39aa52b" + "lastModificationSignature": "49897cbf76f11db6f4a01120525ffa0cd173b3f6ad377edb068ce88a607b3a12" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Popups/CustomReports/ConfigUpload/resource.json b/BNA8/com.inductiveautomation.perspective/views/Popups/CustomReports/ConfigUpload/resource.json index b51b8351..4dd69637 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Popups/CustomReports/ConfigUpload/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Popups/CustomReports/ConfigUpload/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-14T03:33:56Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "83d563bb24f24ccdbd9ade82150dd87ac41299daae2737fbc1814654fac011f6" + "lastModificationSignature": "48d1ecf499782e898f98a77805a1fce04c44b461cae4ef3dc647340eb3d56218" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Popups/CustomReports/DeleteConfirmation/resource.json b/BNA8/com.inductiveautomation.perspective/views/Popups/CustomReports/DeleteConfirmation/resource.json index 06a6c0a0..94072c3f 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Popups/CustomReports/DeleteConfirmation/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Popups/CustomReports/DeleteConfirmation/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-14T03:33:56Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "08435917e30b3ed8f93b889852ad3828d927ccfb4489f7041a4cb65ad45b4f7b" + "lastModificationSignature": "f3db27a25f05f0b74f82371a8853c5fa6072c36fe6d3c3bbd03ac3b84267e380" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Popups/Device/AlarmHistory/resource.json b/BNA8/com.inductiveautomation.perspective/views/Popups/Device/AlarmHistory/resource.json index f8a20a25..58e2f3b8 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Popups/Device/AlarmHistory/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Popups/Device/AlarmHistory/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-11-02T20:31:41Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "e6add70dc313852fe4b1d5910b532d001d17d9997177e07c8ee608a2a04635b9" + "lastModificationSignature": "6f4a1451de24673157e02bd3c83ecde40c4cef1c26e69adb655afe74b99b41d4" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Controls/chutedestination/resource.json b/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Controls/chutedestination/resource.json index e4f9ff1c..7452c1a2 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Controls/chutedestination/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Controls/chutedestination/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T01:26:58Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "8c4bb45523e9c3756ff2da9ca649a15801afc19b0539b2d643b5dcf0e94527ec" + "lastModificationSignature": "868da87bd996de961d85314118ff87a982f05a8fe0cb9b005a78a9b39364c18c" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Controls/divchute/resource.json b/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Controls/divchute/resource.json index d116cdd9..4df060c9 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Controls/divchute/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Controls/divchute/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-08-10T18:13:53Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "12859fc117e9083eca0afbae85e89e941313e758840d083ce4dc152867ac9af1" + "lastModificationSignature": "5cee5da535bbdc24c91a1dd7fb2f1380146c29d52825b41726a7439025ff64b7" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Controls/hss_chute/resource.json b/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Controls/hss_chute/resource.json index 0d89f3fc..023b91e7 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Controls/hss_chute/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Controls/hss_chute/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T01:26:58Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "a2a16582e70de5bfb3657120393c4ca86f1b660b02f90946117c8b2a6718464d" + "lastModificationSignature": "5282b5974b51a5d4a001b8eae93a80759816983689d04557940fee72a215524a" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Controls/oiler/resource.json b/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Controls/oiler/resource.json index 7588d0be..bdd4ae3b 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Controls/oiler/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Controls/oiler/resource.json @@ -4,14 +4,14 @@ "restricted": false, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "dev", - "timestamp": "2022-05-27T07:10:28Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "14c658f0e1775dbe1af81b69c0eb89f49c250c9078cebd6d6aa0b7d178d62603" + "lastModificationSignature": "e6dbb8591dbd7987ca4095a2b9cc1cb225f94924fab8d8413f09b3f9487d58ae" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Controls/pendant/resource.json b/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Controls/pendant/resource.json index d9e15e3b..7977fbfd 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Controls/pendant/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Controls/pendant/resource.json @@ -4,14 +4,14 @@ "restricted": false, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "dev", - "timestamp": "2022-05-27T07:10:29Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "bd87c25a26b6905813f40b77a6fc5761004f9c7c4b4f4623f8a2bec0b62eda8d" + "lastModificationSignature": "7f76d1dfe90fe6e3766197a7c198c718a8767790b6eda807875128a961c6b21c" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Controls/rrchute/resource.json b/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Controls/rrchute/resource.json index 5f40378b..00832b98 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Controls/rrchute/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Controls/rrchute/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-08-10T22:12:38Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "ff45677b167fbe0823df1b25995ae412d1fba5c1cf169aac1357ee6e09b049ca" + "lastModificationSignature": "77161b9e0edb849f3559a25f6a26ad4c2deaecbd05dd17868d021c2ba7b1274a" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Controls/spiralchute/resource.json b/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Controls/spiralchute/resource.json index 87dfc28d..e10b24cf 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Controls/spiralchute/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Controls/spiralchute/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-15T02:05:10Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "24b9ebd14795dfefe23035c5195551c4ffa222a0f07aeea6c33d9018b59d5310" + "lastModificationSignature": "ab398a8612b0f5f0358bf1f7baa7938b13d72fb87a0352fda10a25458e846e3b" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Devices/resource.json b/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Devices/resource.json index c4a0a085..fd763aa8 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Devices/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Devices/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-15T02:04:56Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "8bcead5717f720eae1b77697ba85ac4318561f8bcca80891e48e9ab31e374136" + "lastModificationSignature": "b0eb1ee6beca82237972acf58cd9c0ca84fc17a4b8fb2c09708647ce22baa4c3" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Popups/Device/FlowManagement/resource.json b/BNA8/com.inductiveautomation.perspective/views/Popups/Device/FlowManagement/resource.json index 3020b502..4f93fb86 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Popups/Device/FlowManagement/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Popups/Device/FlowManagement/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-04-02T21:25:56Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "165e6fd085a90086aad26732e6ee7d67cf4e0904a74afbfb064c8a75cb1eeacf" + "lastModificationSignature": "14f14596a12e92f50b1af9e22e80b2c8f73a26a2f580c2e8c156503dfb2c884b" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/beacon/resource.json b/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/beacon/resource.json index f82e094a..c648a3c8 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/beacon/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/beacon/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-15T02:05:03Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "7cda6289cb13f5172f832093d35f26e57c13ede802bf882a5c06ebb82d639c7a" + "lastModificationSignature": "bcd5a80138382f1b121141129517bab6b6cada5e38f4cdfe64e66bda1c3b6014" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/conveyor/resource.json b/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/conveyor/resource.json index cb44bd3a..63acf596 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/conveyor/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/conveyor/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-15T02:05:03Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "2fdfa5a28b51352bc176b519746034fcadb63dd5dfa0219f05b1573828c19c57" + "lastModificationSignature": "aa38143484f47dafa6b413c9d456bf73f57756b9468f95432a501b583fb77ffb" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/divertpaddle/resource.json b/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/divertpaddle/resource.json index 0e00984d..a6aee51b 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/divertpaddle/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/divertpaddle/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-15T02:05:03Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "1b464d3160cad420c69600de34b5ff990f1266773386b9f5d9d8f24932cc1a05" + "lastModificationSignature": "0cea7c158366e1bd24159cd4cd1f9c17bc635e30dee899d7331e5a122cb5d2c7" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/eip/resource.json b/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/eip/resource.json index 394312c1..ae693cda 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/eip/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/eip/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-15T02:05:03Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "6736672f6651bc66714e4b74f26953643b1136426253fed07a956260eee27716" + "lastModificationSignature": "c9f07109a6c2cddb03f3d9cf54efe6b468d08b65bedcd493ebb3c777f2ec60de" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/encoder/resource.json b/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/encoder/resource.json index b1857373..a6923da6 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/encoder/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/encoder/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-15T02:05:03Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "c4d37abf430fa2d8c23bd0b535363f7524df0a18c688d4926949dead7b982e08" + "lastModificationSignature": "221e3fa7ac3e2ac6044aa88caa58c61852600fde237c908e20676ecc21261cc1" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/estop/resource.json b/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/estop/resource.json index 907d9ec8..04f872e7 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/estop/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/estop/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-15T02:05:03Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "f9582f39ff4e8e000abf4924550559d1aecfdf9f34244740f571ccc35ba2b4fc" + "lastModificationSignature": "e74165b899aac47ee985848fbf8875b3163a0621a7e311f0420e77d68072d8d6" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/gaylord/resource.json b/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/gaylord/resource.json index 37619b92..14122933 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/gaylord/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/gaylord/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-15T02:05:03Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "1902d05a275048ed7b2ec896ae1961c789c3dd023f7c76acac503eba2ebba607" + "lastModificationSignature": "2542f9064177dbe8b43ea2b6fc5bc904b1c9015b3cfba4e89bb3f958729b1cd5" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/limitswitch/resource.json b/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/limitswitch/resource.json index dd734bb1..59c5e940 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/limitswitch/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/limitswitch/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-15T02:05:03Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "69e4a46f2d761978d9aaecee797b4dd65155465e82f7d11cbf854e77242557e5" + "lastModificationSignature": "cf8e6da65310930e1ea33fabaa92527dff8541b29388a46ee63a54f60dd2deda" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/mcp/resource.json b/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/mcp/resource.json index 8b245f8e..9d1484d6 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/mcp/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/mcp/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-15T02:05:03Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "353ffb5a5b407d9af7e1bbe3e06087d3a48eec9d10cf7193c9079843e81bccab" + "lastModificationSignature": "e3e18308d8d7e9cc1f087a16198a249fc9853e569db8b33944526d825337f310" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/mcp_siemens/resource.json b/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/mcp_siemens/resource.json index 113b86ee..08e4d4b1 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/mcp_siemens/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/mcp_siemens/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2022-03-25T14:36:56Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "7687892edca5f417a2451aedbc1827a5985580b8d26d2f0b7e9aaf2662fd555b" + "lastModificationSignature": "f32dac22aaf4b3bf4789a48595f5c6ba7fcd804ee656a53864534dbe49a7a35c" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/photoeye/resource.json b/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/photoeye/resource.json index aab9e2b2..41528012 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/photoeye/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/photoeye/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-15T02:05:03Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "7dc8c346949bd55a2a43d72a537432b34b738facc59fb442128ef8fb55b76dba" + "lastModificationSignature": "7fc56186632c676e135253d5c848bed06db56e8bd1afded57ece881fbd6ecce8" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/pushbutton/resource.json b/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/pushbutton/resource.json index 320341fb..f4b4e4a1 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/pushbutton/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/pushbutton/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-15T02:05:03Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "4721251be732eed68fb15fb1f9dedae42c2e3b1bfd59a1437c2122cb6d61b4a8" + "lastModificationSignature": "6ab663efd968f36a8fa8b5818b25529a504ab3563c9f76d22cb3f098cabd4f77" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/scanner/resource.json b/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/scanner/resource.json index 375858a5..97187012 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/scanner/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/scanner/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-15T02:05:03Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "744fff24a9cd0f3b6b6f7c56829c35c4ef94a5f15a770cb030ee9a6497c58b2f" + "lastModificationSignature": "4dbf6bb3b58080625666ac2db654882861752e68c6059577684a44cb71d049e6" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/vfd/resource.json b/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/vfd/resource.json index 91cb4f12..a83178b1 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/vfd/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/vfd/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-15T02:05:04Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "e3d3563dd7057d86ba109620e91fc1d6b5e4708c0974f384952df74c3e5e7e8a" + "lastModificationSignature": "1d3f11679be2405fc3900b3dbca75f82823f8b8f9b91cda30107b9423dd3e1da" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/vfd_fives/resource.json b/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/vfd_fives/resource.json index 9879a1dc..2ac918c7 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/vfd_fives/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/vfd_fives/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T01:27:12Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "8416228cc1ce6dbab8b108f1e57864e1da65f7793d2ee12e713113780c705dbf" + "lastModificationSignature": "df8315909537cd322deedd814f59edda936961d1b8be46cbda7ab887e4aedd2e" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/vfd_siemens/resource.json b/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/vfd_siemens/resource.json index 99484d7b..18d00108 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/vfd_siemens/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/vfd_siemens/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-05-25T16:14:31Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "3dac3bb7b155ce777672f1ef256715e2cfaaa1975fdf8c4e9fa3bcb3ead8aec1" + "lastModificationSignature": "9f45aba9f287e304ed02336054e7c65e06505c5fc1a95d120a183a97aceb7ce8" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/vfd_tenivus/resource.json b/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/vfd_tenivus/resource.json index 7bea448f..2ac918c7 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/vfd_tenivus/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Statuses/vfd_tenivus/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-15T02:05:04Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "d3c4fecc2761f75b11480266e78de8cf2f9ec6bc7605a8e44d747c60c5dec7f3" + "lastModificationSignature": "df8315909537cd322deedd814f59edda936961d1b8be46cbda7ab887e4aedd2e" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Tags/resource.json b/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Tags/resource.json index c87ea4dc..f1fdf1c8 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Tags/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Popups/Device/Tags/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-07-29T02:58:58Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "1a2ab99d767435c2ca973fcb83df26ad565dd135983834a08f382083f3e004bc" + "lastModificationSignature": "a7fe79168bb2f94bf81b9687d22ac4e0b7e51bdfd46fa201a6ae1bc200dc677f" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Popups/DeviceWrapper/resource.json b/BNA8/com.inductiveautomation.perspective/views/Popups/DeviceWrapper/resource.json index 8ca1450a..d8db7bce 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Popups/DeviceWrapper/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Popups/DeviceWrapper/resource.json @@ -4,14 +4,14 @@ "restricted": false, "overridable": true, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T01:27:31Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "78d6ccd6fa146bc98f5b1e607ef7da88a540046237b6c89727421708156fe1b3" + "lastModificationSignature": "e387060a4133c2e005b46951d6f9841e6c496ee1dd97ebe1688c756405e6e855" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Popups/Heatmap/Config/resource.json b/BNA8/com.inductiveautomation.perspective/views/Popups/Heatmap/Config/resource.json index 09f779ed..5c8e9c54 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Popups/Heatmap/Config/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Popups/Heatmap/Config/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-14T03:33:49Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "e2a4ac3bf181b9428431cb649766e5728f2d7157aa1dfe925ddb0c9379f85053" + "lastModificationSignature": "67fdae2ec82280e5ca5c945c1a391b5ab3f6c2e193cdd6f4a4358624d53f0f1f" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Popups/Help/resource.json b/BNA8/com.inductiveautomation.perspective/views/Popups/Help/resource.json index 3d071b46..ba08280d 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Popups/Help/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Popups/Help/resource.json @@ -4,14 +4,14 @@ "restricted": false, "overridable": true, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-06-02T13:49:11Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "e8d1194da4109bc07e2bd0520ea45bee894c07c2369d9bd6f75388ad02544c41" + "lastModificationSignature": "23171b18bca351cd4acf0c7ba251ac7629b2bea59dfed7dd83493970f5fa074f" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Popups/Oiler/resource.json b/BNA8/com.inductiveautomation.perspective/views/Popups/Oiler/resource.json index edd05e23..18d5557f 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Popups/Oiler/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Popups/Oiler/resource.json @@ -4,14 +4,14 @@ "restricted": false, "overridable": true, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "dev", - "timestamp": "2022-05-26T06:23:46Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "4fe7ffc9b81125e48b1480b7d9aca36a011f961fb351667806a7cf5112a31da6" + "lastModificationSignature": "172168f24b0c295e38f40e3d98ffe2128ddbd201ef742f86196b52c62e5e62ac" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Templates/Areas/DivChute/resource.json b/BNA8/com.inductiveautomation.perspective/views/Templates/Areas/DivChute/resource.json index e843170f..854708a0 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Templates/Areas/DivChute/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Templates/Areas/DivChute/resource.json @@ -4,14 +4,14 @@ "restricted": false, "overridable": true, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-08-26T06:16:11Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "7b16dae9d6b75b730d06c2a41cfef48f8b8270ad2e950004a74c8c1d86b64321" + "lastModificationSignature": "63917cb3d8b2d633d85ba89cefd37a64b617d520577977c34249ee3b4c72f46f" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Templates/Areas/FlexChute/resource.json b/BNA8/com.inductiveautomation.perspective/views/Templates/Areas/FlexChute/resource.json index 9f0ea156..048e7273 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Templates/Areas/FlexChute/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Templates/Areas/FlexChute/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-10-08T13:55:59Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "a3388feac0b2deb9a57fc661d2fb23ce4753d717eab182bd07c478e5472bb3b5" + "lastModificationSignature": "79dd40929c5805e4a14b3ca42f016ec7f94a71aea8d66c115d383a9364fead78" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Templates/Areas/RRChute/resource.json b/BNA8/com.inductiveautomation.perspective/views/Templates/Areas/RRChute/resource.json index 285219c6..b3ec8000 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Templates/Areas/RRChute/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Templates/Areas/RRChute/resource.json @@ -4,14 +4,14 @@ "restricted": false, "overridable": true, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-08-10T22:11:03Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "302b6425cb94109aef67d7611f28c5feeee29223c6a7a9066f46f3bb52fa2513" + "lastModificationSignature": "aacc118ba33beb1d576324111f12ac2aecd45a4dbd62965d0442763f1c72f24e" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Templates/Areas/RRChute_Thin/resource.json b/BNA8/com.inductiveautomation.perspective/views/Templates/Areas/RRChute_Thin/resource.json index cb374ca3..64851589 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Templates/Areas/RRChute_Thin/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Templates/Areas/RRChute_Thin/resource.json @@ -4,14 +4,14 @@ "restricted": false, "overridable": true, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-08-10T22:13:43Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "6d6a4a59949714cd1e082f8147f9065b6d0b8f32a0a3c963eef851de4e6ee6c8" + "lastModificationSignature": "44faecf0bde066c5504a1223b946b5aef3e2dba13450f0a7c7e57a9d4d5471c5" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Templates/Areas/SpiralChute/resource.json b/BNA8/com.inductiveautomation.perspective/views/Templates/Areas/SpiralChute/resource.json index e7342f08..5208a969 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Templates/Areas/SpiralChute/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Templates/Areas/SpiralChute/resource.json @@ -4,14 +4,14 @@ "restricted": false, "overridable": true, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-08-26T06:00:58Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "c41c91b8ded01511aaf1daf201b07734fd30f587aeb11198192d7e1979ef6dc6" + "lastModificationSignature": "c2dbad4362bed6fca3fc7aaec6f8fb7d625fa9d200ce12fcf8908a558221c32a" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Templates/Areas/SpiralChuteBasic/resource.json b/BNA8/com.inductiveautomation.perspective/views/Templates/Areas/SpiralChuteBasic/resource.json index 62f9e3c9..b329323c 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Templates/Areas/SpiralChuteBasic/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Templates/Areas/SpiralChuteBasic/resource.json @@ -4,14 +4,14 @@ "restricted": false, "overridable": true, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-08-10T17:52:04Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "3b7a1dfa666b224c1489b6c6c118bbdd9b3f7a731d8361c6ecd37e9851ca7cf1" + "lastModificationSignature": "f13e0548955cfa00d914df628e14cdeac6bfe25c723830090fce104e1dc6fcc0" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Templates/Buttons/NavButton/resource.json b/BNA8/com.inductiveautomation.perspective/views/Templates/Buttons/NavButton/resource.json index 965a0650..3580bbb5 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Templates/Buttons/NavButton/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Templates/Buttons/NavButton/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-14T03:33:31Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "c22446f9e8c077bcada7f17bfcd392076a64ebfa4fd8815f9534f387a80667d8" + "lastModificationSignature": "f133c7e83a71ab0610c7dc4a188d75fcd6ae17db95e16d3984a2d414cfe4184c" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Templates/Buttons/NavButtonBanner/resource.json b/BNA8/com.inductiveautomation.perspective/views/Templates/Buttons/NavButtonBanner/resource.json index f9ef41c8..082a53f1 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Templates/Buttons/NavButtonBanner/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Templates/Buttons/NavButtonBanner/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-10-08T13:55:44Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "e07e7163fd99e2fa12c097d9bc5031d4a37658ca3d0d3b8be932f91269113e10" + "lastModificationSignature": "afba17a483a6bf324f518b657145951da35ff0df5f7953bd2c76ce21d4a8df5d" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Templates/Buttons/StartStop/resource.json b/BNA8/com.inductiveautomation.perspective/views/Templates/Buttons/StartStop/resource.json index f49861b8..3e60ec47 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Templates/Buttons/StartStop/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Templates/Buttons/StartStop/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-11-22T01:05:18Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "d39be97c572d353c21a8d22bdbc7a8134089d085e9f1db55406ecd903ecf5fe6" + "lastModificationSignature": "fa8b924a337587520edea6e281fa5aec6fe0abb49275a2fbcfbda7b27236502b" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Templates/Buttons/StartStopSystem/resource.json b/BNA8/com.inductiveautomation.perspective/views/Templates/Buttons/StartStopSystem/resource.json index c3df9191..67d03a09 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Templates/Buttons/StartStopSystem/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Templates/Buttons/StartStopSystem/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T01:26:17Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "336d3c510075918e5ded6380bd105cf9e291f779f18970f02e33d02f2fce6334" + "lastModificationSignature": "8a38c6689dbab3b02e5f37168da00ac90568e401e4487badaee38f1938ccb0a3" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Templates/SpecialDevices/SafetyGate/resource.json b/BNA8/com.inductiveautomation.perspective/views/Templates/SpecialDevices/SafetyGate/resource.json index e6eeb99c..28cddfd0 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Templates/SpecialDevices/SafetyGate/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Templates/SpecialDevices/SafetyGate/resource.json @@ -4,14 +4,14 @@ "restricted": false, "overridable": true, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-07-29T00:23:41Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "28af29fdc0dcc2e57532f2c3389427df31580c7e8e9af78299bf23cbe1ca0b3f" + "lastModificationSignature": "185c0b1994c0c2d05be66b8e11f905dadabf3808aa668a5cc0904811c9266836" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Templates/Widget/TimeWidget/resource.json b/BNA8/com.inductiveautomation.perspective/views/Templates/Widget/TimeWidget/resource.json index 37e24c12..4a1a7bab 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Templates/Widget/TimeWidget/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Templates/Widget/TimeWidget/resource.json @@ -4,14 +4,14 @@ "restricted": false, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-06-30T12:10:23Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "bdc8a8131018207cbe002cb0dd3d2819f3a811c817d16e7824e77550f98c03ce" + "lastModificationSignature": "277b5b6df65c4a113dc95a4137d40a8f9b93bb498ad9f474d836be30eadb46b0" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Windows/AlarmWrapper/resource.json b/BNA8/com.inductiveautomation.perspective/views/Windows/AlarmWrapper/resource.json index b6b23cbd..35ab94cd 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Windows/AlarmWrapper/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Windows/AlarmWrapper/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-14T03:32:18Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "22108d6c224d22cdb629f8621e9ef020869f3a8f26f517ebf0fffb55362bff9f" + "lastModificationSignature": "951319336fc01439294983c266187c0a2e8fd1ac5ea5895878f622657bcdd4b5" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Windows/Alarms/Active/resource.json b/BNA8/com.inductiveautomation.perspective/views/Windows/Alarms/Active/resource.json index 44c345a9..782d535e 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Windows/Alarms/Active/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Windows/Alarms/Active/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-11-02T20:24:58Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "7a11dc1bb39773065393c1f0aa5c94e611e3dabc1092b7584220d8ab3b6abc5a" + "lastModificationSignature": "01d90923dd6149b3b456cd04b57ae8a464f31962e787c41950df616b2c74ea18" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Windows/Alarms/History/resource.json b/BNA8/com.inductiveautomation.perspective/views/Windows/Alarms/History/resource.json index 50d31996..008806c9 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Windows/Alarms/History/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Windows/Alarms/History/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-11-02T20:29:47Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "1a78b691c1c6a1d926eb13ccd08e66382972c3c53b8a603d34d8b8334bc27a86" + "lastModificationSignature": "bf98fac538e2ee0c912ac8d8e80501497920a32d1554c092ea8cbde6331b29bc" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Windows/Alarms/HitList/resource.json b/BNA8/com.inductiveautomation.perspective/views/Windows/Alarms/HitList/resource.json index ee48286f..39288c41 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Windows/Alarms/HitList/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Windows/Alarms/HitList/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-11-02T20:29:47Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "4a9a0ce8485f4c8059acdd5163bcc71c46cab9ec6fbc4e423dd1d1fa887ba4e6" + "lastModificationSignature": "ab1c0a3e417dbc12a21c1ef1b8a5441f759984fa5187d805c47137cb58000fc5" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Windows/Commissioning/resource.json b/BNA8/com.inductiveautomation.perspective/views/Windows/Commissioning/resource.json index 02270bdd..8b07a8bc 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Windows/Commissioning/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Windows/Commissioning/resource.json @@ -4,14 +4,14 @@ "restricted": false, "overridable": true, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-07-07T06:07:56Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "614889c01448b9499cf61ecd124dbb2a00a93113125435b4a2c9276778e8eb34" + "lastModificationSignature": "fdc10395ecf3334d633991eeadbb3c9cedab72ce6ba607c419100bdd60d387c4" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Windows/ConfigWrapper/resource.json b/BNA8/com.inductiveautomation.perspective/views/Windows/ConfigWrapper/resource.json index 2943865a..c7e14229 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Windows/ConfigWrapper/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Windows/ConfigWrapper/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T02:53:17Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "b95947dad6d2dbcdaa1c0b89600b29aa4b719d31abfd9cfab366bef009ebe900" + "lastModificationSignature": "3fb7cae82caa05bdd0ad0d5b4cd568d62bf797e4531f0b084478d569a8e9a7f5" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Windows/Configs/Shifts/resource.json b/BNA8/com.inductiveautomation.perspective/views/Windows/Configs/Shifts/resource.json index 90f060d8..3e875043 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Windows/Configs/Shifts/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Windows/Configs/Shifts/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-14T03:32:53Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "8752c1fac8d839c21c98c760b897b65637d6e0e40341e9bf8f11b5b9c668d858" + "lastModificationSignature": "3d0ed619d22ec7285092ab0c04747000315bb8108a47eee92571a79c448ec289" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Windows/CustomReports/resource.json b/BNA8/com.inductiveautomation.perspective/views/Windows/CustomReports/resource.json index 749eee0b..90e37b0b 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Windows/CustomReports/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Windows/CustomReports/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-14T03:33:12Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "8aba48d1391decf7bf51eaf168ee9a562fed2dc8042fccb7d475ee23d8b040de" + "lastModificationSignature": "bc954c7e1ff29a2ab7c15bee7778448ca576de2c7585ffc63284b9b1cdd88b43" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Windows/Docked/Docked_Extra/resource.json b/BNA8/com.inductiveautomation.perspective/views/Windows/Docked/Docked_Extra/resource.json index 511766f3..627644b4 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Windows/Docked/Docked_Extra/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Windows/Docked/Docked_Extra/resource.json @@ -4,14 +4,14 @@ "restricted": false, "overridable": true, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-11-02T18:24:14Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "078438fb808ded7986c31501aa99e1189e3705c88c359e4b9078fac88cb7dd58" + "lastModificationSignature": "1164303fe6a4dfe6c202809854ae2c44e54216c6e1ebd9ce968f0918cc132b2b" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Windows/Docked/Footer/resource.json b/BNA8/com.inductiveautomation.perspective/views/Windows/Docked/Footer/resource.json index 9cb106a3..b2c876cc 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Windows/Docked/Footer/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Windows/Docked/Footer/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-11-02T21:03:13Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "56fa54da4b1e4c4caeb89631bbf45e7397d853acafb7037cac53458fdac3ded7" + "lastModificationSignature": "6b8764d7455da80f3956a7421c48beb2fa73a0cf4a07ff1566c8ef5a7345ae62" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Windows/Docked/Header/resource.json b/BNA8/com.inductiveautomation.perspective/views/Windows/Docked/Header/resource.json index 06750878..99981e18 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Windows/Docked/Header/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Windows/Docked/Header/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-10-08T13:52:46Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "2362a54418987c0df0b2f6645eb6b36bd6e7e754f9c34a1be7ed2aee1e15edd3" + "lastModificationSignature": "676d7037aa41ef921766f81d649c0775ce0e91e2bd8c6ba61de86e68f34029d8" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/HSS_Inbound/resource.json b/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/HSS_Inbound/resource.json index 79ad67f5..e69ea512 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/HSS_Inbound/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/HSS_Inbound/resource.json @@ -4,14 +4,14 @@ "restricted": false, "overridable": true, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2024-11-20T02:39:36Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "4a8041bfd14aec0fe7da96a21e3a48b4188c18941af947e7a7e979d21c980507" + "lastModificationSignature": "68c3c3df46930a736b14fa4877358f8b82eab2528ed6df3ef4bc2e42046f8e4b" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/HSS_Singulator/resource.json b/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/HSS_Singulator/resource.json index 1dd855dc..bda7276c 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/HSS_Singulator/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/HSS_Singulator/resource.json @@ -4,14 +4,14 @@ "restricted": false, "overridable": true, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "dev", - "timestamp": "2022-09-23T19:05:13Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "88b6b6504515ce2aa5af31bf87b7b71dad6846b1bd6087fa5cf86d10a6ef5da2" + "lastModificationSignature": "e19aeef34f912edb37d31018c4d83f27d2d3900ccea85d195f384c57869b0c82" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/HSS_Sorter/resource.json b/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/HSS_Sorter/resource.json index e61e9472..ad77f196 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/HSS_Sorter/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/HSS_Sorter/resource.json @@ -4,14 +4,14 @@ "restricted": false, "overridable": true, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-05-01T15:13:57Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "022a61f66eaebb9373fc9e8f30d5619866030c90cd1ce18274d4b6670a8d9642" + "lastModificationSignature": "1cc662016a672bc5d12ee173f0438902b505ab6140faf4b3e4044e1d692788ee" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/OXD_Inbound/resource.json b/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/OXD_Inbound/resource.json index 6ee857be..27dbf12b 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/OXD_Inbound/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/OXD_Inbound/resource.json @@ -4,14 +4,14 @@ "restricted": false, "overridable": true, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2024-11-20T02:40:48Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "680b7f569f0174540329da482bacdf5798d23c7de99b29ba81be4349b35b9be4" + "lastModificationSignature": "5779cc6b37e5c55648e94675e8e778042c47a51172cad9fb0a853622b08f20d9" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/OXD_Problem_Solve/resource.json b/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/OXD_Problem_Solve/resource.json index 00bcf0d7..1134907f 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/OXD_Problem_Solve/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/OXD_Problem_Solve/resource.json @@ -4,14 +4,14 @@ "restricted": false, "overridable": true, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-11-06T21:04:59Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "e2b4c3bf52cf471ac7eecbc77798b23f0b332d9b0386eb8a4282ad72172fb9fa" + "lastModificationSignature": "1e082b9f5e647f14958b8406741567699c7d454f8e52628e3ca9acf92006df46" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/OXD_Singulator/resource.json b/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/OXD_Singulator/resource.json index b6ee721a..51f82309 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/OXD_Singulator/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/OXD_Singulator/resource.json @@ -4,14 +4,14 @@ "restricted": false, "overridable": true, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-11-06T21:06:27Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "d1923c5e09b5fe17a087dad096d85e9f1ef6ee3fec6c164985d2595df3577c0f" + "lastModificationSignature": "8cdf961ed6926c5b1f2e217a1544f58815ddf29f1585495c981ca46423fbbcc5" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/OXD_Sorter/resource.json b/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/OXD_Sorter/resource.json index 7ec731e7..15a445b4 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/OXD_Sorter/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/OXD_Sorter/resource.json @@ -4,14 +4,14 @@ "restricted": false, "overridable": true, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-11-06T21:08:00Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "64d99272f78faffa135b4c842d720d9ca11c12a78d19b93a0848c2f19aff34b3" + "lastModificationSignature": "9e98e58e720359b0ec4a6d69c53331dfb05b301434ad5afb050f96a0731948ac" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/Overview/resource.json b/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/Overview/resource.json index 62fb5ab3..4d967627 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/Overview/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/Overview/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-01T12:02:55Z" + "actor": "external", + "timestamp": "2025-08-18T17:00:42Z" }, - "lastModificationSignature": "289de4de4e316af953b33464e99f6ce8dbef6172bc4e2b2287a352544f335542" + "lastModificationSignature": "42310c2bc66bb426a2566881ee90a4585465b08798ab0856683866deb241a93f" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/Overview/thumbnail.png b/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/Overview/thumbnail.png index e0f37ef8..e86ac31a 100644 Binary files a/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/Overview/thumbnail.png and b/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/Overview/thumbnail.png differ diff --git a/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/Runout/resource.json b/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/Runout/resource.json index e4b282d4..32ef1d1e 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/Runout/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/Runout/resource.json @@ -4,14 +4,14 @@ "restricted": false, "overridable": true, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "dev", - "timestamp": "2023-11-08T17:10:25Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "d3e754208939a78e0dfcf2f825133e74b9956ec86dce7aa570972f9cf98ba5bf" + "lastModificationSignature": "851ec7d5ed18bee2646fe7be9858074616ff4cf1500af1e4be5b28d72c535a67" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/Templates/HSS_Inbound/resource.json b/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/Templates/HSS_Inbound/resource.json index ca6207f9..1af830f3 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/Templates/HSS_Inbound/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/Templates/HSS_Inbound/resource.json @@ -4,14 +4,14 @@ "restricted": false, "overridable": true, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2022-03-04T20:10:02Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "ad373d92265fcc4444092bd87fb11024c84e1ca94a41a4798cd32599093e4b2a" + "lastModificationSignature": "f855de6200f7688f5cc5aef045f2a2a3ff0180bae94efb9ca63a24b042352e1f" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/Templates/HSS_Singulator/resource.json b/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/Templates/HSS_Singulator/resource.json index c510e12e..d55ca11d 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/Templates/HSS_Singulator/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/Templates/HSS_Singulator/resource.json @@ -4,14 +4,14 @@ "restricted": false, "overridable": true, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "dev", - "timestamp": "2022-10-25T19:35:50Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "06cbfd94a9df2d5b2fde6487051417f73a8233c76bad935af47e46218db14bf0" + "lastModificationSignature": "5554fb31c4cfad5f829e245cbf2795f04ce4b4efb71d131b941db6f7aeba7c0b" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/Templates/HSS_Sorter/resource.json b/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/Templates/HSS_Sorter/resource.json index e1ace370..cc0674d5 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/Templates/HSS_Sorter/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/Templates/HSS_Sorter/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-01T11:59:39Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "8bb908f5c2bd7d4869ee6a8ec5a77235874286c4137b10323ce4656323f3c2a1" + "lastModificationSignature": "46afa563b58686ca7164a287ba30aaef3cfbffb840e8dcb6afefa0a882497fb9" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/Templates/OXD_Inbound/resource.json b/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/Templates/OXD_Inbound/resource.json index 1f01df46..01a1f5f3 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/Templates/OXD_Inbound/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/Templates/OXD_Inbound/resource.json @@ -4,14 +4,14 @@ "restricted": false, "overridable": true, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2024-11-22T08:48:55Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "a8fc1cea324e9a5d092df5aba0c0958c7d5897e2857d9f537c9554b6b2b09b62" + "lastModificationSignature": "af85b5b1cb5e776e3258dcba9174bd3624e78bab28888fc2e04ebb623cbce894" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/Templates/OXD_Problem_Solve/resource.json b/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/Templates/OXD_Problem_Solve/resource.json index ca0e8664..2f618a88 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/Templates/OXD_Problem_Solve/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/Templates/OXD_Problem_Solve/resource.json @@ -4,14 +4,14 @@ "restricted": false, "overridable": true, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "dev", - "timestamp": "2022-09-23T19:26:32Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "061e83d5cf7930b6ac9d07a53af33013351fa8b17a8a217104961d0594febe4c" + "lastModificationSignature": "acf04fc3f12bca74616d3a39d8874997fb57c55de60dcb4918120712521bb071" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/Templates/OXD_Singulator/resource.json b/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/Templates/OXD_Singulator/resource.json index 63ac8c8b..d2cb30c3 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/Templates/OXD_Singulator/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/Templates/OXD_Singulator/resource.json @@ -4,14 +4,14 @@ "restricted": false, "overridable": true, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-11-06T20:32:15Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "c993a8f9fc1c1c38047c95db403799e4eee645821bd0b1787f26c77d25bfa457" + "lastModificationSignature": "0fca27016a32c704692a5e3926c7a7b40768ee56b9c998bfa2ad2a37f050333f" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/Templates/OXD_Sorter/resource.json b/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/Templates/OXD_Sorter/resource.json index 51345655..c199ec54 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/Templates/OXD_Sorter/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/Templates/OXD_Sorter/resource.json @@ -4,14 +4,14 @@ "restricted": false, "overridable": true, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2024-10-23T19:51:21Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "d4d3171265ab00cb58296caf5c07b43bb74015d47a85a19e9f978f85f19dcd57" + "lastModificationSignature": "fbe3f8088e5f336472de21a3a87732d7308abb68069f9ebd0e3cc75b5d9e1b35" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/Templates/Runout/resource.json b/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/Templates/Runout/resource.json index 711ea0f4..b1b26e59 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/Templates/Runout/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Windows/Graphics/Templates/Runout/resource.json @@ -4,14 +4,14 @@ "restricted": false, "overridable": true, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "dev", - "timestamp": "2023-11-08T17:42:11Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "b8f5c759cc86345af428ddbe0b79341087e186fa9ef363a229222fc1e21392f7" + "lastModificationSignature": "671e5a573e305ad3f6a9a7db588f6f71e89a4742d9b11e2bd41d9f613ede3dd7" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Windows/GraphicsWrapper/resource.json b/BNA8/com.inductiveautomation.perspective/views/Windows/GraphicsWrapper/resource.json index 32f87e68..6782527e 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Windows/GraphicsWrapper/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Windows/GraphicsWrapper/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-08-26T06:19:57Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "6f39b6f611a9dfe29f1625172276672c287a963753693d98e11adb0315af246c" + "lastModificationSignature": "08cb9060380045190983cc9a1ab2a9f125b7432b24fe83869dcc6e19ba571715" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Windows/Help/resource.json b/BNA8/com.inductiveautomation.perspective/views/Windows/Help/resource.json index 943b971f..883fcdac 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Windows/Help/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Windows/Help/resource.json @@ -4,14 +4,14 @@ "restricted": false, "overridable": true, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-10-08T13:53:09Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "cb6e228afb356dfa520020d9aeaa5eb83c6696aacaea2ebe6808f8ba00f5528c" + "lastModificationSignature": "2688ff0c29b7a1d96f26df1097b8c2113081985e4ef502e3907722722fca8f81" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Windows/JamCameras/resource.json b/BNA8/com.inductiveautomation.perspective/views/Windows/JamCameras/resource.json index 2f95cd95..71e123e8 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Windows/JamCameras/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Windows/JamCameras/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-11-02T21:27:05Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "b1acc6777370c8919138dc222a7bedb0feed70d8da7a57d466a630d21a49c4d4" + "lastModificationSignature": "5370cbaa9455b569f6c70bb1008db47551bbe7fedc72b845c72a1b0ea8ad4f2a" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Windows/Statistics/resource.json b/BNA8/com.inductiveautomation.perspective/views/Windows/Statistics/resource.json index 58223605..a9af6774 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Windows/Statistics/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Windows/Statistics/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T02:55:16Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "81614f308f587502749c05999898c7723331670b4ea291e0a2ed66483392937f" + "lastModificationSignature": "0c8dcfe4058abbfafe756c273bf77d1c3678c70f6960029244371c93885afe21" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Windows/StatusWrapper/resource.json b/BNA8/com.inductiveautomation.perspective/views/Windows/StatusWrapper/resource.json index f1e9f8c6..bd5051f8 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Windows/StatusWrapper/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Windows/StatusWrapper/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T02:54:06Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "bfb26a96673f7236b3d2319cf5598715678f8f0acde14cb6b2364029d7d83374" + "lastModificationSignature": "779ff5bd0ab924d1a8bceef45a81eb517e0094d0abfb24f6197af2061270c55a" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Windows/Statuses/Ethernet/resource.json b/BNA8/com.inductiveautomation.perspective/views/Windows/Statuses/Ethernet/resource.json index 9652f918..411a7f6c 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Windows/Statuses/Ethernet/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Windows/Statuses/Ethernet/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-14T03:32:36Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "e16ff7a9861ad770f23268a3e97e00f9b7c131e2a2ae564309aa12fca191a850" + "lastModificationSignature": "9619d5fa7cb0ec7aa0f625218edbb527346c31042976bc07d10009ae05c232d7" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Windows/Statuses/GaylordStatus/resource.json b/BNA8/com.inductiveautomation.perspective/views/Windows/Statuses/GaylordStatus/resource.json index 6ed80358..6f7d798b 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Windows/Statuses/GaylordStatus/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Windows/Statuses/GaylordStatus/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-03-07T23:04:42Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "d7801ccc9de849adc5020e39d8d4dc1a2a3abc53eb2caca8ec3981c5a2c722da" + "lastModificationSignature": "a720a48222fa945bc442f15f01872475127e99934c0ea5aba0b04b79b296047e" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Windows/Statuses/LaneOEE/resource.json b/BNA8/com.inductiveautomation.perspective/views/Windows/Statuses/LaneOEE/resource.json index c6e05f57..8bb869c3 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Windows/Statuses/LaneOEE/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Windows/Statuses/LaneOEE/resource.json @@ -4,14 +4,14 @@ "restricted": false, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-10-08T13:35:08Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "50a0ce98def0d74f0317b03905b4d595c7eccdc06b5568fecf72dd3f7d44cb0f" + "lastModificationSignature": "e2ca0574f59bf202b9e8d97794aad3dea51d720299f6d700e88946b0cecaa637" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Windows/Statuses/LaneStatus/resource.json b/BNA8/com.inductiveautomation.perspective/views/Windows/Statuses/LaneStatus/resource.json index 1f022566..c2cae312 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Windows/Statuses/LaneStatus/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Windows/Statuses/LaneStatus/resource.json @@ -4,14 +4,14 @@ "restricted": false, "overridable": true, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-11-09T15:49:47Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "56d963b886a53495f3361c34cbe8a0bdd1104c174691d40e97e49d4a59222e59" + "lastModificationSignature": "27001c9e4ca59b735fc7cde82d72f9db6cc4631143f0c09143e1eeb830b3da93" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Windows/Statuses/LoopStatus/resource.json b/BNA8/com.inductiveautomation.perspective/views/Windows/Statuses/LoopStatus/resource.json index 82ad74d0..0bd8456c 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Windows/Statuses/LoopStatus/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Windows/Statuses/LoopStatus/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-14T03:32:44Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "305f0ec687b5dc3f8243a3096e3cb0c12c3217a8a4b1c43fd7cd0fbc85ac319a" + "lastModificationSignature": "9495c6c29020a7b6a9314b63a28ac6ee7403df9cd3532a5b87ec41d9f5e01433" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Windows/Statuses/ManualLaneStates/resource.json b/BNA8/com.inductiveautomation.perspective/views/Windows/Statuses/ManualLaneStates/resource.json index f361aa9c..97cd3dcc 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Windows/Statuses/ManualLaneStates/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Windows/Statuses/ManualLaneStates/resource.json @@ -4,14 +4,14 @@ "restricted": false, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-10-08T13:15:21Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "bea631d35dc43f3021e151dfc1ce886177bd4d1604b7ef8f50097923a7703e69" + "lastModificationSignature": "ec35ccb48ab5b1112f815d82ce4b70096e2d6ddc1e9b6a405381a5d2888964c2" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Windows/Statuses/RobinLaneStates/resource.json b/BNA8/com.inductiveautomation.perspective/views/Windows/Statuses/RobinLaneStates/resource.json index baed62bc..b5273c34 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Windows/Statuses/RobinLaneStates/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Windows/Statuses/RobinLaneStates/resource.json @@ -4,14 +4,14 @@ "restricted": false, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-10-08T13:15:02Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "2756686992141b1d4a2d92ffbbccf4aef15f8b0a0a742156a6e71e0b85ece2d4" + "lastModificationSignature": "1a9174382a3d2212817743f15c804c44f81a2be8b0f4fafc16425c8af7f21121" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Windows/Statuses/ScannerHistory/resource.json b/BNA8/com.inductiveautomation.perspective/views/Windows/Statuses/ScannerHistory/resource.json index db5bba7f..7f36e950 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Windows/Statuses/ScannerHistory/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Windows/Statuses/ScannerHistory/resource.json @@ -4,14 +4,14 @@ "restricted": true, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2022-03-04T19:41:33Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "540086ce202cf26cd051188ad492801bfa05f3131559ebada6a9047056f3fd84" + "lastModificationSignature": "68e4f6470b5324977e75c523a0bd8037d7fbf30f0b2f9487a0ab29d640dd01d4" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Windows/Statuses/ScannerSummary/resource.json b/BNA8/com.inductiveautomation.perspective/views/Windows/Statuses/ScannerSummary/resource.json index 3512387a..95314fc1 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Windows/Statuses/ScannerSummary/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Windows/Statuses/ScannerSummary/resource.json @@ -4,14 +4,14 @@ "restricted": false, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2022-03-04T20:50:00Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "9a1fa14fa7216ec8afa3ad8a5a67baa71a0c4ade5245f63ae8e6a72d2ec782c1" + "lastModificationSignature": "e6941f5e9a0980bd4681485f1b21bd9fdcc000c1ecf6ced2c7e7a2ca8d9d0ed4" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Windows/Statuses/SpiralLaneStates/resource.json b/BNA8/com.inductiveautomation.perspective/views/Windows/Statuses/SpiralLaneStates/resource.json index 1b1045f5..ab5f2673 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Windows/Statuses/SpiralLaneStates/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Windows/Statuses/SpiralLaneStates/resource.json @@ -4,14 +4,14 @@ "restricted": false, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-10-08T13:15:53Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "b7a17fba33d3bcfca10258caee494b1b1aad5ef2c0cb0cfb78660e83d65d702e" + "lastModificationSignature": "78a4538ab8a8ef71b3e1fe74a20020509ad2c55695abe04993d83343c2dbb709" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/Windows/Statuses/SpiralStatus/resource.json b/BNA8/com.inductiveautomation.perspective/views/Windows/Statuses/SpiralStatus/resource.json index 20901bba..b3b00a02 100644 --- a/BNA8/com.inductiveautomation.perspective/views/Windows/Statuses/SpiralStatus/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/Windows/Statuses/SpiralStatus/resource.json @@ -4,14 +4,14 @@ "restricted": false, "overridable": false, "files": [ - "thumbnail.png", - "view.json" + "view.json", + "thumbnail.png" ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-12-03T07:42:42Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "3adc525f9c69b2f55116296a2ae8a69bdec8b7a0475f937c5fd75fc84696c454" + "lastModificationSignature": "d223450b08c6119348b26da96555bbc14f61fd842d11036fdfc7dbc224282b7c" } } \ 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 29415e13..6717269b 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-18T16:18:33Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "f1a6186325c1eb03e4a69c27678301699368abd35ff5cdae58977a03dacc26c8" + "lastModificationSignature": "cf478fafb5183950fa59a3a9390f0f25783422793bf72bad26a861312c66b732" } } \ 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 5fffe5ad..97cbfe6d 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-13T16:41:15Z" + "actor": "external", + "timestamp": "2025-08-18T17:00:42Z" }, - "lastModificationSignature": "6a6967feccadeba89c8047fc3d440b8991d84741d5ac926e6759613211014840" + "lastModificationSignature": "3de81ff088f352e83b2daeaa76574c818c83cdea076b4ed11a2f52b24d16e6b1" } } \ 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 f2bff022..16ea221e 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/MCM02-NC SORTER/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Detailed_Views/MCM02-NC SORTER/resource.json index d54b1a96..e456d08a 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-13T16:37:56Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "9778c2cfdd4f8c97acc1b13abed22effe5a355e5c564162aaf8e9f5e82968ec4" + "lastModificationSignature": "d13aa9a8c665190db885fc75af55e42e964b50c87e1313efbce08b6a95a247d3" } } \ No newline at end of file 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 af2869c3..ddf65b8e 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-18T15:27:25Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "5f7463b79886666c6aca546cc7b45d4a1685a31be7f460caaeba026d6e041c83" + "lastModificationSignature": "b494201c09ed9c7d5b2d46ceb2cc845f37b6a4b1749e3ebca06c8368e77a81a2" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Docked_Views/Header/Header/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Docked_Views/Header/Header/resource.json deleted file mode 100644 index c6c96f4a..00000000 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Docked_Views/Header/Header/resource.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "scope": "G", - "version": 1, - "restricted": false, - "overridable": true, - "files": [ - "view.json", - "thumbnail.png" - ], - "attributes": { - "lastModification": { - "actor": "admin", - "timestamp": "2025-08-13T14:06:34Z" - }, - "lastModificationSignature": "3ce8f497b1284f77ab44a6ac10200f8cfd3d21edb91e9c0c67790b1e37687568" - } -} \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Docked_Views/Header/Header/thumbnail.png b/BNA8/com.inductiveautomation.perspective/views/autStand/Docked_Views/Header/Header/thumbnail.png deleted file mode 100644 index 083c9a55..00000000 Binary files a/BNA8/com.inductiveautomation.perspective/views/autStand/Docked_Views/Header/Header/thumbnail.png and /dev/null differ 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 9d6585c3..7fb348a5 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-18T10:23:36Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "87272fcbd8cc30c8968064e94a83d0eadd8eea704bfab82ea1e9f8dc12bafc29" + "lastModificationSignature": "31ddea76b3ecfb7def00184c58da0ad37388d8915ba585cf3a23e876c6f5ea0c" } } \ 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 3abcf639..6bc72ea1 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-11T13:08:56Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "9a7bd04b107af562dbb4098649204e9d50389e0bc6461404b4b1b3454af55d44" + "lastModificationSignature": "2307db3c3e2e5786f6050300d4b472c9a32bfe26b2ba7bb40ce9911322cb6e13" } } \ 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 f3c0ca37..48b7c8a1 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-08T12:20:39Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "a30f75ba58e48b97d10dceed6e0298cc00dabf7e3c1bff3f5cfc85f038518e4b" + "lastModificationSignature": "92b6fa153917df5c8a8a8aa0c98fddca1dac2f8932051baf1efa8117e6975f7a" } } \ 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 f683ffb1..6cba7509 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-13T10:40:40Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "4ce5e1688ad7c77405b8cfc9c1b345a67d836df37efbab5e67a6057b918c5b6b" + "lastModificationSignature": "861cf86de8b43f82ebd2372e0aaa30b170d15478da79480a5b600515f1892ca6" } } \ 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 f3dba980..b49f4e8b 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-11T13:10:05Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "fd0af4ea66c4d03115e4fd73d2f792a3bec939177c029b26f5fa88047dbc339b" + "lastModificationSignature": "05b19656f1d4d332d690bd29454420b9c6522c8953231091b79567a21fea3a13" } } \ 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 746dd045..71f806ac 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-11T13:10:32Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "e7b7c02b40dd8db501a9c3f74a5e4fa94b9341539782d9e051829d92aeeb8df5" + "lastModificationSignature": "f34be507aa45a698e591c2c2c544b3a7823bc734f79ced10faf27213383849f1" } } \ 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 91860e1f..afb10c84 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-12T10:46:24Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "7160ca77007b183aea426219aa4c0310c0f71a39d1cdc3dbe8ebff95e4ced0d8" + "lastModificationSignature": "462721193e0781567c0caf8fb33560601d01e348dfcb59375cd95072885a02ec" } } \ 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 477039a0..3bba0733 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-11T14:51:53Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "3fb6037ff1f290159691d22f0a557e45beb4e847583fe3855f173b81e691c79d" + "lastModificationSignature": "a157110af8dbb9054febafc28e7ae89b5089dad5fbaa1d68d8db8e938edabed5" } } \ No newline at end of file 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 31acdbb4..2b0e76a3 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-13T10:41:52Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "91ef3782d3ca48df7e47f83405d832a71919f7db9d22a367892673584758876a" + "lastModificationSignature": "8c2165dc5327a54fbba72eb351d8bbaff055c282ae55ddad4187e0d87217aa59" } } \ 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 189e5c1c..9ea8dbdd 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-12T16:08:09Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "e043b474894c29b12e20abba575e06648d44dd3afaa220a4a2120ca04fe2f1f0" + "lastModificationSignature": "67d2c39a007065f9eb4bc625ee5745cef989ce492a9f5784f627299b3651cfd7" } } \ 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_Long (1)/resource.json index ad4de203..0359c7df 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Long (1)/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Long (1)/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-12T16:14:27Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "9ba12364583f1fa47132d08b4805519ccad7b60a53e3755dbf862dd73b2dd59a" + "lastModificationSignature": "155e945da507e76dde043c322b52d4c85735aa5664cb2465c08883c575a4e56e" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Long/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/Photoeye_Long/resource.json index 73ae9dd2..588e2754 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-12T18:07:51Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "4ec14e47df3ab7b45cee99d1135704daf8909693c2e16239503d13d59230c4f9" + "lastModificationSignature": "11e575846d00b1047ada123cc23c40510baffe1ba332d3b9560080dd36878807" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/ProxSwitch/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Equipment/ProxSwitch/resource.json index 03aa5075..ba036427 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-12T09:19:32Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "10bc24b30abb32062eb8579e777ca9abd01db2f3624e1d59739552d613071ea3" + "lastModificationSignature": "f8786139a3f1492627e7d3464cebcf9126e65143515a7a05429d167fa22c2aa9" } } \ 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 9d10dd21..5ab748c6 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-11T10:50:11Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "6ce87f3c8fff6b7dbe98083c46c0fe2496c113f22f7d58e8129a8844fb48fd5f" + "lastModificationSignature": "d628aceecb738114367e5d995132db68d85c65572b01810ff001464ce8f2b2cd" } } \ 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 f796ad8d..8c165996 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-12T10:46:18Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "3a704791b6d6b3600e549e9d01fdf9701483139883bef1c508ba966a9c4fa72a" + "lastModificationSignature": "e99dc1840a59f75ed6e57b487d4d76a7269320eb3f2d58ecdd09503f11b00887" } } \ 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 2f655ba6..03f0db19 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-12T10:09:16Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "2243570644e73f2f31394cbe0f2c90a9f3c5157a9e994029bd2c93301545e8c9" + "lastModificationSignature": "6b65e5c700d932dcadec1b0a6be51d4b3cda8764b3536730418c2b8b94b07f8a" } } \ 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 8ee55ba1..b97d49fd 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-11T13:11:49Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "321e9cac41cabe12ba4ada119f7d5477aa8d00d38ee447a48904238078768440" + "lastModificationSignature": "22b2a9bd558af9dc43ce4e730e9becfef7c5f854de4d0090d44f5b2a2e753ade" } } \ 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 498b9b9c..811aaf3d 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Overview/BNA8/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Overview/BNA8/resource.json @@ -10,8 +10,8 @@ "attributes": { "lastModification": { "actor": "admin", - "timestamp": "2025-08-13T11:02:53Z" + "timestamp": "2025-08-18T17:01:01Z" }, - "lastModificationSignature": "ab52984ab1922279ef640e4834ee41381436042c434ca808b61973d105a1a0e1" + "lastModificationSignature": "c96954f271301fbe6967d01705c0eb2e394c1b3bd378dcf2031c9ecfbc3d1b87" } } \ 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 e24548f5..69f14c99 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 4533bfb3..4f4375f0 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Overview/BNA8/view.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Overview/BNA8/view.json @@ -17,11 +17,20 @@ "height": 1, "width": 1 }, + "propConfig": { + "props.source": { + "binding": { + "config": { + "expression": "\"http://127.0.0.1:5500/MCM01.svg?var\" + toMillis(now(1000))" + }, + "type": "expr" + } + } + }, "props": { "fit": { "mode": "fill" - }, - "source": "/system/images/overview.svg" + } }, "type": "ia.display.image" }, @@ -43,8 +52,8 @@ "position": { "height": 0.0333, "width": 0.0646, - "x": 0.1448, - "y": 0.5796 + "x": 0.0616, + "y": 0.6633 }, "props": { "primary": false, 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 eeef6111..d123c5e6 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-18T15:28:05Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "df66957e0f2f8cef81e98c9b93233054befe6bb6714b5166ee080e5acbc3974c" + "lastModificationSignature": "1d9446235fbf63495abfea7af0c230820650921ac7efccf37030e790796dde76" } } \ No newline at end of file diff --git a/BNA8/ignition/named-query/Alarms/DeviceHistory/resource.json b/BNA8/ignition/named-query/Alarms/DeviceHistory/resource.json index 2b7ef644..b63d0157 100644 --- a/BNA8/ignition/named-query/Alarms/DeviceHistory/resource.json +++ b/BNA8/ignition/named-query/Alarms/DeviceHistory/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "d15c3b306eb4b0d6099d34df430fc6b3ed22c80e63fff07cb2efeffdbc749bab", + "lastModificationSignature": "b82ae6bcf529a08f1ff1d8520085d13f7ac2541e5ce31d66c35a638845ee3d99", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-02T20:30:51Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/BNA8/ignition/named-query/Alarms/Heatmap/resource.json b/BNA8/ignition/named-query/Alarms/Heatmap/resource.json index ab6df07a..395e1ddc 100644 --- a/BNA8/ignition/named-query/Alarms/Heatmap/resource.json +++ b/BNA8/ignition/named-query/Alarms/Heatmap/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "8965fcfdc152178570cbb0000d8910031027949094fff5b0696b1f9b1537d778", + "lastModificationSignature": "b8d26bb317351c05db3335345a69a658591c533cfa94762e2ab30f89de194e2f", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-07-29T12:52:36Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/BNA8/ignition/named-query/Alarms/HeatmapUniqueAlarms/resource.json b/BNA8/ignition/named-query/Alarms/HeatmapUniqueAlarms/resource.json index d4740837..92cf741d 100644 --- a/BNA8/ignition/named-query/Alarms/HeatmapUniqueAlarms/resource.json +++ b/BNA8/ignition/named-query/Alarms/HeatmapUniqueAlarms/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "d93366d9e95dab232342e801187ec537639acf48ca879f188304a0cccf753a68", + "lastModificationSignature": "6eb24e6cf689a7a142210e5faea87e59dcfe5a3624c4a7e27dfe204eddc2f0e0", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-07-29T12:52:36Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" } } } \ No newline at end of file diff --git a/BNA8/ignition/named-query/Alarms/History/resource.json b/BNA8/ignition/named-query/Alarms/History/resource.json index 4cf309c5..9371f8db 100644 --- a/BNA8/ignition/named-query/Alarms/History/resource.json +++ b/BNA8/ignition/named-query/Alarms/History/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "95e9ac0c1d8c669b458572667f573c9faf040e43a8738da69b95cbfe90a85b0e", + "lastModificationSignature": "dbc08569451873b036177e0b1b458f5d748e5c80b485301a4d273effd90657d7", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-02T20:26:22Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/BNA8/ignition/named-query/Alarms/HitList/resource.json b/BNA8/ignition/named-query/Alarms/HitList/resource.json index bde4ce7a..38793ad9 100644 --- a/BNA8/ignition/named-query/Alarms/HitList/resource.json +++ b/BNA8/ignition/named-query/Alarms/HitList/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "2057b96e8de4ddcfae75f15c0cefbf60ce73671fc3bedc8c2a3ab6c25c42d416", + "lastModificationSignature": "035339cc95a90e72c91abf262ed7c54f92f972b18706bcac7915e939ff49505a", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-02T20:28:48Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/BNA8/ignition/named-query/Commission/StatsChart/resource.json b/BNA8/ignition/named-query/Commission/StatsChart/resource.json index 5f0742b6..784f7d90 100644 --- a/BNA8/ignition/named-query/Commission/StatsChart/resource.json +++ b/BNA8/ignition/named-query/Commission/StatsChart/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "89401db3bda6b830e0344a80e0fa0852a6762052f9b94ab926c9a0da46a42a01", + "lastModificationSignature": "dd95d4995be41c5766d1714d3a896070dbd0b9214d0073cf66d05d02fabccff4", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-07-07T04:55:20Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/BNA8/ignition/named-query/Commission/StatsConditions/resource.json b/BNA8/ignition/named-query/Commission/StatsConditions/resource.json index 3dda1758..072e39ec 100644 --- a/BNA8/ignition/named-query/Commission/StatsConditions/resource.json +++ b/BNA8/ignition/named-query/Commission/StatsConditions/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "00b8ce4ee120149922afe1dfcc79c7bfc8e95b5d0062967088c9f712d2febdb4", + "lastModificationSignature": "05ed0883450974d969c971f688fd210206d06cc6263c744fc4a4df619875f466", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-07-07T06:01:51Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/BNA8/ignition/named-query/Statistics/AR/GaylordDetails/resource.json b/BNA8/ignition/named-query/Statistics/AR/GaylordDetails/resource.json index 7b2c05f6..64ddf515 100644 --- a/BNA8/ignition/named-query/Statistics/AR/GaylordDetails/resource.json +++ b/BNA8/ignition/named-query/Statistics/AR/GaylordDetails/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "84151708da479d1ad7f372fe9875dab96b5a5fcdb17b39fedbf958923d14e019", + "lastModificationSignature": "2f97fc7ed8d32381bbfe2bccaf0f88ef08a98e3993ceee6289483184fa6bda33", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T01:46:34Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/BNA8/ignition/named-query/Statistics/AR/HourlyLane/resource.json b/BNA8/ignition/named-query/Statistics/AR/HourlyLane/resource.json index fc5f7d40..db9819b0 100644 --- a/BNA8/ignition/named-query/Statistics/AR/HourlyLane/resource.json +++ b/BNA8/ignition/named-query/Statistics/AR/HourlyLane/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "f965d55c053cb488bd4ba16f70c66dd40fb35163977708472d6ef390a732db27", + "lastModificationSignature": "457c1856b370af973171ef53d9524e32be5fe738d514de4cc2a5828402365ed8", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-10-08T13:45:13Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/BNA8/ignition/named-query/Statistics/AR/InductDetails/resource.json b/BNA8/ignition/named-query/Statistics/AR/InductDetails/resource.json index e965887b..a008f817 100644 --- a/BNA8/ignition/named-query/Statistics/AR/InductDetails/resource.json +++ b/BNA8/ignition/named-query/Statistics/AR/InductDetails/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "7f0466e816dbcb1a99e9d6e3b34a25c890b5d2185503d51576503e9d91718524", + "lastModificationSignature": "a8a594b46a17db6822ae9711231ac23c093d7a187c97a39025efed5f234a8e08", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-12-06T18:47:24Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/BNA8/ignition/named-query/Statistics/AR/InductDetailsChart/resource.json b/BNA8/ignition/named-query/Statistics/AR/InductDetailsChart/resource.json index f3521ec2..1e4e5116 100644 --- a/BNA8/ignition/named-query/Statistics/AR/InductDetailsChart/resource.json +++ b/BNA8/ignition/named-query/Statistics/AR/InductDetailsChart/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "cfcf8f79e8112121c62b968e5bb5956aed2d50b2d23e838327352972e7f7c186", + "lastModificationSignature": "d34801032ea936b5c66ceee080c7ebeee916efcab7eadc80691b9e4811f43db6", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-12-06T18:47:25Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/BNA8/ignition/named-query/Statistics/AR/LaneDetails/resource.json b/BNA8/ignition/named-query/Statistics/AR/LaneDetails/resource.json index 960c3aaa..6f7118c3 100644 --- a/BNA8/ignition/named-query/Statistics/AR/LaneDetails/resource.json +++ b/BNA8/ignition/named-query/Statistics/AR/LaneDetails/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "a9d843ee646e394af634a5c6de55d54555ddcd1d34bcfa83d078ef9eb230f96f", + "lastModificationSignature": "e9af061f700a5f432fb409755c8739b1eaedb1531d5957a3575b5b146d81e8e3", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-22T00:57:41Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/BNA8/ignition/named-query/Statistics/AR/RobinDetails/resource.json b/BNA8/ignition/named-query/Statistics/AR/RobinDetails/resource.json index 0ecb9aea..5db482d3 100644 --- a/BNA8/ignition/named-query/Statistics/AR/RobinDetails/resource.json +++ b/BNA8/ignition/named-query/Statistics/AR/RobinDetails/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "7fbe899d55d7fc5f9cdc90d4bbda1d0e3788291c920536653afbcfc67875d628", + "lastModificationSignature": "aca9c1db0e3f83828a53a778dc8b1f518b76b43e1f03f12265fca0b1f0cb92c7", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-22T00:57:32Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/BNA8/ignition/named-query/Statistics/AR/RobinDetailsChart/resource.json b/BNA8/ignition/named-query/Statistics/AR/RobinDetailsChart/resource.json index 677cef54..9d9531e0 100644 --- a/BNA8/ignition/named-query/Statistics/AR/RobinDetailsChart/resource.json +++ b/BNA8/ignition/named-query/Statistics/AR/RobinDetailsChart/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "4582ccb4bbe09d738ececb7bd86e320acbff44cd4d2ab3b4815cd8f2a421a9d7", + "lastModificationSignature": "c735c7538574da0f9399e0c83eed94bc9fb897260eced9c80aa66d80db18adb1", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-22T00:57:32Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/BNA8/ignition/named-query/Statistics/AR/SorterDetails/resource.json b/BNA8/ignition/named-query/Statistics/AR/SorterDetails/resource.json index 26eee090..9fa5d878 100644 --- a/BNA8/ignition/named-query/Statistics/AR/SorterDetails/resource.json +++ b/BNA8/ignition/named-query/Statistics/AR/SorterDetails/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "6e6f2172889b61f714d3bd7ead74ba2cbd18932ca51e1bb30b40ce382088945f", + "lastModificationSignature": "6542de7c05aae34228cc2a34b81937fe2264ca002af42cad92d3487d60c1db3c", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T01:56:36Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/BNA8/ignition/named-query/Statistics/AR/UniqueLanes/resource.json b/BNA8/ignition/named-query/Statistics/AR/UniqueLanes/resource.json index 18ff199a..53adaab6 100644 --- a/BNA8/ignition/named-query/Statistics/AR/UniqueLanes/resource.json +++ b/BNA8/ignition/named-query/Statistics/AR/UniqueLanes/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "dbe20405d738a22eec8650dc8061c24da6f9eb98c28f8ca59011725dd322e1c1", + "lastModificationSignature": "6e179f7dd4ba49c75688a1500224cb79b14dedebb50d5c23d8388b528384da7c", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T01:55:21Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" } } } \ No newline at end of file diff --git a/BNA8/ignition/named-query/Statistics/AR/UniqueRobins/resource.json b/BNA8/ignition/named-query/Statistics/AR/UniqueRobins/resource.json index 3026dc14..8460920e 100644 --- a/BNA8/ignition/named-query/Statistics/AR/UniqueRobins/resource.json +++ b/BNA8/ignition/named-query/Statistics/AR/UniqueRobins/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "e1011332a58ab69fcd223aeb3aa075aa03e24674d765bfe3b4b51c413d1d110a", + "lastModificationSignature": "1f3e3c1cd121144599c569fa340884129471fe5901c8aebc12a720fbc8a20047", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-22T00:57:32Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" } } } \ No newline at end of file diff --git a/BNA8/ignition/named-query/Statistics/Combined_NotWorking/InductDetails/resource.json b/BNA8/ignition/named-query/Statistics/Combined_NotWorking/InductDetails/resource.json index ddbde30d..6137fcba 100644 --- a/BNA8/ignition/named-query/Statistics/Combined_NotWorking/InductDetails/resource.json +++ b/BNA8/ignition/named-query/Statistics/Combined_NotWorking/InductDetails/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "71329317b94b1e4bdd91548bc56908fdb1cf19f0a925875d75bed465f87b03a7", + "lastModificationSignature": "4f6562686189b092f6939a6c49f1c428775dc842ef94ad5071bff81677f08860", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T02:05:37Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/BNA8/ignition/named-query/Statistics/Combined_NotWorking/InductDetailsChart/resource.json b/BNA8/ignition/named-query/Statistics/Combined_NotWorking/InductDetailsChart/resource.json index 40c1de88..1dd9a4b3 100644 --- a/BNA8/ignition/named-query/Statistics/Combined_NotWorking/InductDetailsChart/resource.json +++ b/BNA8/ignition/named-query/Statistics/Combined_NotWorking/InductDetailsChart/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "6b9bdeeea7697ac18fd2d73cdb81ec619298602e40762ae84e54add6933fd50e", + "lastModificationSignature": "6608e58320835496715c38ab86ebd28af8ba2b4fb3340366cffc12875803816e", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T02:05:37Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/BNA8/ignition/named-query/Statistics/Combined_NotWorking/LaneDetails/resource.json b/BNA8/ignition/named-query/Statistics/Combined_NotWorking/LaneDetails/resource.json index 4bba75e8..3e9e9590 100644 --- a/BNA8/ignition/named-query/Statistics/Combined_NotWorking/LaneDetails/resource.json +++ b/BNA8/ignition/named-query/Statistics/Combined_NotWorking/LaneDetails/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "d9c15fbdc905925da1d163834d4ebe1a0178e9cc0002f8efca94b096c3245138", + "lastModificationSignature": "004fb3e00c2ef404738f9af1d4e6f7fe61ac38793769ad90bbbb3240d2877b1f", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T02:05:37Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/BNA8/ignition/named-query/Statistics/Combined_NotWorking/LaneDetailsChart/resource.json b/BNA8/ignition/named-query/Statistics/Combined_NotWorking/LaneDetailsChart/resource.json index b05c9a36..d5cae9c4 100644 --- a/BNA8/ignition/named-query/Statistics/Combined_NotWorking/LaneDetailsChart/resource.json +++ b/BNA8/ignition/named-query/Statistics/Combined_NotWorking/LaneDetailsChart/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "89afd3d43fb4d9a46e746504926042cd901e763da7e0414b44b718194fd1b6da", + "lastModificationSignature": "1dd63b6b480b1d84400c4ba1163890136ef7869f3cf8a28afe7cbb109c98fba0", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T02:05:37Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/BNA8/ignition/named-query/Statistics/Combined_NotWorking/UniqueInducts/resource.json b/BNA8/ignition/named-query/Statistics/Combined_NotWorking/UniqueInducts/resource.json index 66410af8..643a816d 100644 --- a/BNA8/ignition/named-query/Statistics/Combined_NotWorking/UniqueInducts/resource.json +++ b/BNA8/ignition/named-query/Statistics/Combined_NotWorking/UniqueInducts/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "4945e1d5eaf56c79be8feb5cd4b3cb9f42a32cc379efed6866e6c7287459b343", + "lastModificationSignature": "72db057c7839fb075dc17ab5bd834a69df4343a41ceaa65e21d5a5a7a88fd6a9", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T02:05:37Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" } } } \ No newline at end of file diff --git a/BNA8/ignition/named-query/Statistics/Combined_NotWorking/UniqueLanes/resource.json b/BNA8/ignition/named-query/Statistics/Combined_NotWorking/UniqueLanes/resource.json index 2c328157..0e284f22 100644 --- a/BNA8/ignition/named-query/Statistics/Combined_NotWorking/UniqueLanes/resource.json +++ b/BNA8/ignition/named-query/Statistics/Combined_NotWorking/UniqueLanes/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "a913a22b8372c4b198f4a9ad0fc6eeb8d8ffedbe42270aabdfc77e03ca86d955", + "lastModificationSignature": "cf6673ea1d50de3fcabea10c4c27e3fe20a866ee8604f6c760dbed46bf4ae938", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T02:05:38Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" } } } \ No newline at end of file diff --git a/BNA8/ignition/named-query/Statistics/Misc/PEInductDetails/resource.json b/BNA8/ignition/named-query/Statistics/Misc/PEInductDetails/resource.json index 630eae9d..afa5d8af 100644 --- a/BNA8/ignition/named-query/Statistics/Misc/PEInductDetails/resource.json +++ b/BNA8/ignition/named-query/Statistics/Misc/PEInductDetails/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "cda263498e08f412f2cd3630df818bb28aaa6551be1f3e3bfade810eaaab2621", + "lastModificationSignature": "14e8a821717d0e0f279990f7c35fd1c5771293e681315ae3a7c7d8a96d51c42b", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-12-06T18:55:34Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/BNA8/ignition/named-query/Statistics/Misc/PEInductDetailsChart/resource.json b/BNA8/ignition/named-query/Statistics/Misc/PEInductDetailsChart/resource.json index d8708115..1e4e5116 100644 --- a/BNA8/ignition/named-query/Statistics/Misc/PEInductDetailsChart/resource.json +++ b/BNA8/ignition/named-query/Statistics/Misc/PEInductDetailsChart/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "f976ba2515ca24ad351b030b646da5f1ee291e12a0fda07634436f3140b6c680", + "lastModificationSignature": "d34801032ea936b5c66ceee080c7ebeee916efcab7eadc80691b9e4811f43db6", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-12-06T18:49:21Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/BNA8/ignition/named-query/Statistics/Sorter/HourlyInduct/resource.json b/BNA8/ignition/named-query/Statistics/Sorter/HourlyInduct/resource.json index 50e691f8..fa059838 100644 --- a/BNA8/ignition/named-query/Statistics/Sorter/HourlyInduct/resource.json +++ b/BNA8/ignition/named-query/Statistics/Sorter/HourlyInduct/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "0ccc97a8dd7b5131d220b0bac0b0302b585deb6d755b15dfd80bdd3d5243fc5f", + "lastModificationSignature": "4b7a485d6bc74eedb56a920d8e5cc513556693a97c5522ee5098f2f2494103e0", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2022-03-04T20:59:48Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/BNA8/ignition/named-query/Statistics/Sorter/HourlyInductChart/resource.json b/BNA8/ignition/named-query/Statistics/Sorter/HourlyInductChart/resource.json index a31bb844..5685b97a 100644 --- a/BNA8/ignition/named-query/Statistics/Sorter/HourlyInductChart/resource.json +++ b/BNA8/ignition/named-query/Statistics/Sorter/HourlyInductChart/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "903a2fe35dab1655982a05a7b3958479556594e69aecfdfa5d10468074169a42", + "lastModificationSignature": "29809010b15e8303ec33de6aa91f03b9072aac59a7cf1ee731f1bddbf3949ccc", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T01:29:34Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/BNA8/ignition/named-query/Statistics/Sorter/HourlyLane/resource.json b/BNA8/ignition/named-query/Statistics/Sorter/HourlyLane/resource.json index a2fd9ae6..4a8da178 100644 --- a/BNA8/ignition/named-query/Statistics/Sorter/HourlyLane/resource.json +++ b/BNA8/ignition/named-query/Statistics/Sorter/HourlyLane/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "b5c8ddd2f0cd494483638de6b9f6d39b1928975648f57c27859caa006cda28a7", + "lastModificationSignature": "c2cb20aeaac2d67ebe612dd7b59d1c1cb82259f469fba25043907c2bbdb44a34", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T01:29:34Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/BNA8/ignition/named-query/Statistics/Sorter/HourlyLaneChart/resource.json b/BNA8/ignition/named-query/Statistics/Sorter/HourlyLaneChart/resource.json index 31c2bc6c..bdd81813 100644 --- a/BNA8/ignition/named-query/Statistics/Sorter/HourlyLaneChart/resource.json +++ b/BNA8/ignition/named-query/Statistics/Sorter/HourlyLaneChart/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "e625058a12c8fad728f51ba01afdf7b1eeb87c51ab8e763487d0eb0d34f90569", + "lastModificationSignature": "55062d9bcb8254aa6a764adfa3198d468e1b18d24c1d6c195cdd44cc20bedfa0", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T01:29:34Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/BNA8/ignition/named-query/Statistics/Sorter/HourlyScanner/resource.json b/BNA8/ignition/named-query/Statistics/Sorter/HourlyScanner/resource.json index b9e9adf1..fa1c0957 100644 --- a/BNA8/ignition/named-query/Statistics/Sorter/HourlyScanner/resource.json +++ b/BNA8/ignition/named-query/Statistics/Sorter/HourlyScanner/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "0d8b28be8a131ebe61f6bffcbcc2a1c12225a9a7a5f5667153c457866f9d675e", + "lastModificationSignature": "4dadcdbd42652f723c68e4637ef2044a8d4fb53c7ae6dea128bc23b6e24ace15", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T01:29:34Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/BNA8/ignition/named-query/Statistics/Sorter/HourlyScannerChart/resource.json b/BNA8/ignition/named-query/Statistics/Sorter/HourlyScannerChart/resource.json index 99dfe22f..63ee65e9 100644 --- a/BNA8/ignition/named-query/Statistics/Sorter/HourlyScannerChart/resource.json +++ b/BNA8/ignition/named-query/Statistics/Sorter/HourlyScannerChart/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "dee9d133d8c0fa1214dd444f177b03b76fc4b9cac4c7b5c531c0727d3bc35814", + "lastModificationSignature": "026607f54041c6c6e0583eb445a28dc490daedd6fc87281e69ed0dd2aa8dac1d", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T01:29:34Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/BNA8/ignition/named-query/Statistics/Sorter/HourlySorterDetails/resource.json b/BNA8/ignition/named-query/Statistics/Sorter/HourlySorterDetails/resource.json index 01e69df7..31a18a2f 100644 --- a/BNA8/ignition/named-query/Statistics/Sorter/HourlySorterDetails/resource.json +++ b/BNA8/ignition/named-query/Statistics/Sorter/HourlySorterDetails/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "143f87b31e27ef1bf1e38f0132bad91a583e4cf5ccdf51b826509946ea4a56ec", + "lastModificationSignature": "d1fbaa2472f547917cb117bd3ab592b3e513cf7643e2cc915481fd451f57dbf9", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T01:29:34Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/BNA8/ignition/named-query/Statistics/Sorter/HourlySorterDetailsChart/resource.json b/BNA8/ignition/named-query/Statistics/Sorter/HourlySorterDetailsChart/resource.json index 2c5cd04c..6c79749d 100644 --- a/BNA8/ignition/named-query/Statistics/Sorter/HourlySorterDetailsChart/resource.json +++ b/BNA8/ignition/named-query/Statistics/Sorter/HourlySorterDetailsChart/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "591e22207a1f830365553e9db80a6cfc127bdf4250e03cee0d526261948737ab", + "lastModificationSignature": "fbaf1f767e69cf01d1237c6d58abbc2c6350eb25ef18358231080d5aca4ec1db", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T01:29:34Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/BNA8/ignition/named-query/Statistics/Sorter/HourlySorterSummary/resource.json b/BNA8/ignition/named-query/Statistics/Sorter/HourlySorterSummary/resource.json index bf0d9c2e..7eb133b5 100644 --- a/BNA8/ignition/named-query/Statistics/Sorter/HourlySorterSummary/resource.json +++ b/BNA8/ignition/named-query/Statistics/Sorter/HourlySorterSummary/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "f04476055ee4352cb2d54d6acbca4415b66759dae73e0ce87ed77af5078bab63", + "lastModificationSignature": "f285ff9865488a456f429f541b61590c5317147ecbe410923695663e8502d7a0", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T01:29:34Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/BNA8/ignition/named-query/Statistics/Sorter/HourlySorterSummaryChart/resource.json b/BNA8/ignition/named-query/Statistics/Sorter/HourlySorterSummaryChart/resource.json index 91c1dbe2..2a850344 100644 --- a/BNA8/ignition/named-query/Statistics/Sorter/HourlySorterSummaryChart/resource.json +++ b/BNA8/ignition/named-query/Statistics/Sorter/HourlySorterSummaryChart/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "9a2e9f31ac067ff3cfc2395d7587ee1fba0bc2f6224ff7ede388bc9607d095e6", + "lastModificationSignature": "f49db9adefe4542dbbde8c6480c46f2a97bea6edb47195e6daebe39e3e0702cc", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T01:29:34Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/BNA8/ignition/named-query/Statistics/Sorter/InductDetails/resource.json b/BNA8/ignition/named-query/Statistics/Sorter/InductDetails/resource.json index 2087a27d..c2dad614 100644 --- a/BNA8/ignition/named-query/Statistics/Sorter/InductDetails/resource.json +++ b/BNA8/ignition/named-query/Statistics/Sorter/InductDetails/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "d13a65ee5fe0f11395a1e1fdfab59b459b33e81abdc261b294c221add59e5344", + "lastModificationSignature": "c0b2bec79d8fe2f729a2e5e7582502c62d46147aa6110310b8837c36f492fc5c", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2022-06-14T21:06:59Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/BNA8/ignition/named-query/Statistics/Sorter/InductDetailsChart/resource.json b/BNA8/ignition/named-query/Statistics/Sorter/InductDetailsChart/resource.json index 67f40f35..6e7143fc 100644 --- a/BNA8/ignition/named-query/Statistics/Sorter/InductDetailsChart/resource.json +++ b/BNA8/ignition/named-query/Statistics/Sorter/InductDetailsChart/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "5f9de9237b8eaa8b5e80788e8905297c7e0433446a33885a0d81fa17627bf4b3", + "lastModificationSignature": "7aa5eb0da55201343f0851d572e99be3958dab92e2d4c3b91e2d453511dca6e7", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2022-03-04T20:59:44Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/BNA8/ignition/named-query/Statistics/Sorter/LaneDetails/resource.json b/BNA8/ignition/named-query/Statistics/Sorter/LaneDetails/resource.json index 026e3878..b2947d7b 100644 --- a/BNA8/ignition/named-query/Statistics/Sorter/LaneDetails/resource.json +++ b/BNA8/ignition/named-query/Statistics/Sorter/LaneDetails/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "1d9c7c1c5404d95c7cbf7ff51307a2cdf7f33607ddd582382d045d84107cab56", + "lastModificationSignature": "0ea3f23972ed7acc63b7fbf2134781f273d29bc7e6cd96fcdce3f56891be89dd", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2022-03-04T20:59:44Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/BNA8/ignition/named-query/Statistics/Sorter/LaneDetailsChart/resource.json b/BNA8/ignition/named-query/Statistics/Sorter/LaneDetailsChart/resource.json index 4d830b85..61cee46b 100644 --- a/BNA8/ignition/named-query/Statistics/Sorter/LaneDetailsChart/resource.json +++ b/BNA8/ignition/named-query/Statistics/Sorter/LaneDetailsChart/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "5eacda3f230ac5934e9893882d79440bb08ede16526259dd4f4c070c55503961", + "lastModificationSignature": "2906fbb71f3ae23fd47acf5b6b2af6c248fe794fd1f328a4df5a59fcfcd424c4", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "dev", - "timestamp": "2022-01-07T20:10:18Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/BNA8/ignition/named-query/Statistics/Sorter/ScannerDetails/resource.json b/BNA8/ignition/named-query/Statistics/Sorter/ScannerDetails/resource.json index b9343f15..53e9865a 100644 --- a/BNA8/ignition/named-query/Statistics/Sorter/ScannerDetails/resource.json +++ b/BNA8/ignition/named-query/Statistics/Sorter/ScannerDetails/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "841662c109445016013fb68587f29f4e70cce42c269c8dfa614eb5d3fb291501", + "lastModificationSignature": "eb2e65a450fe79dc175c91b488c29ca346c47731cd22e54b191c02fae3ccca0c", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2022-03-04T20:59:44Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/BNA8/ignition/named-query/Statistics/Sorter/ScannerDetailsChart/resource.json b/BNA8/ignition/named-query/Statistics/Sorter/ScannerDetailsChart/resource.json index ae4b625f..455cb623 100644 --- a/BNA8/ignition/named-query/Statistics/Sorter/ScannerDetailsChart/resource.json +++ b/BNA8/ignition/named-query/Statistics/Sorter/ScannerDetailsChart/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "d3b64d1f6b1aedebbe507ad9fb2755b370ca4b631747b5c9cc16a2b033d742e4", + "lastModificationSignature": "6b4b6c924d90641efbdc017e72d9307bc086999bfcb6a6959d8a790d904219c5", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T01:29:57Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/BNA8/ignition/named-query/Statistics/Sorter/SorterDetails/resource.json b/BNA8/ignition/named-query/Statistics/Sorter/SorterDetails/resource.json index d325a325..9750ea00 100644 --- a/BNA8/ignition/named-query/Statistics/Sorter/SorterDetails/resource.json +++ b/BNA8/ignition/named-query/Statistics/Sorter/SorterDetails/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "4555a4cfa83a93c0206fc2b3be46964576585be89678c13cd8e9ebd316f58656", + "lastModificationSignature": "b63fab284cb86d2543f5f5d18c4848918085518286e38802dc9dba4a7ff52f4f", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T23:59:53Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/BNA8/ignition/named-query/Statistics/Sorter/SorterDetailsChart/resource.json b/BNA8/ignition/named-query/Statistics/Sorter/SorterDetailsChart/resource.json index 0be36a00..189f9299 100644 --- a/BNA8/ignition/named-query/Statistics/Sorter/SorterDetailsChart/resource.json +++ b/BNA8/ignition/named-query/Statistics/Sorter/SorterDetailsChart/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "2341755c3e7f9d58d492d705e6b4923b8e3484dd4b87ef0b2419b9314697d89a", + "lastModificationSignature": "f8b433f455464f110820ee1d882d9313b209cfd736f662e08a22e55807bfe0de", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T01:41:47Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/BNA8/ignition/named-query/Statistics/Sorter/SorterSummary/resource.json b/BNA8/ignition/named-query/Statistics/Sorter/SorterSummary/resource.json index e7e163e0..5231919c 100644 --- a/BNA8/ignition/named-query/Statistics/Sorter/SorterSummary/resource.json +++ b/BNA8/ignition/named-query/Statistics/Sorter/SorterSummary/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "733b8a02c25abba3d52a31333150709e5d883b8e5b15f7a1ccbd07816a74b359", + "lastModificationSignature": "d86f3e5f51e5fa19e2f0584a28fb15f5b0ac4bc53084c2c1a6bb67dd00927901", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T01:41:47Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/BNA8/ignition/named-query/Statistics/Sorter/SorterSummaryChart/resource.json b/BNA8/ignition/named-query/Statistics/Sorter/SorterSummaryChart/resource.json index d77572d1..9ffe755e 100644 --- a/BNA8/ignition/named-query/Statistics/Sorter/SorterSummaryChart/resource.json +++ b/BNA8/ignition/named-query/Statistics/Sorter/SorterSummaryChart/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "fcf5110edd7476ae5e5a32dd06adcaa631ed57efa8699bea7ea9774c34ac586a", + "lastModificationSignature": "2b230844fd79ed25b808150910081b768eb073e6c1f09fc1ebf70c2c18088909", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T01:41:47Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/BNA8/ignition/named-query/Statistics/Sorter/UniqueInducts/resource.json b/BNA8/ignition/named-query/Statistics/Sorter/UniqueInducts/resource.json index e1f4fe56..8355ed73 100644 --- a/BNA8/ignition/named-query/Statistics/Sorter/UniqueInducts/resource.json +++ b/BNA8/ignition/named-query/Statistics/Sorter/UniqueInducts/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "bf355b68edaf3c7271a511f7a88a36d980765edbb7c8f0600e8d4b730eb82dc0", + "lastModificationSignature": "9957cc3012c9a2e302ac8f580733b8bb44020d4b8a1aca4c418317e5e8977978", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T01:30:13Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" } } } \ No newline at end of file diff --git a/BNA8/ignition/named-query/Statistics/Sorter/UniqueLanes/resource.json b/BNA8/ignition/named-query/Statistics/Sorter/UniqueLanes/resource.json index 6562bfdb..acc7f0d8 100644 --- a/BNA8/ignition/named-query/Statistics/Sorter/UniqueLanes/resource.json +++ b/BNA8/ignition/named-query/Statistics/Sorter/UniqueLanes/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "1769688e3a1753807934441c245e7bf344e2f87b9c4f1eca92d2f74c55043789", + "lastModificationSignature": "c56f4a6e9aeeb780b873b7577b539f4d1f8ab534f672aa8aed24283ff6aa42db", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T01:54:38Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" } } } \ No newline at end of file diff --git a/BNA8/ignition/named-query/Statistics/Sorter/UniqueScanners/resource.json b/BNA8/ignition/named-query/Statistics/Sorter/UniqueScanners/resource.json index 81763ca0..9915e9a2 100644 --- a/BNA8/ignition/named-query/Statistics/Sorter/UniqueScanners/resource.json +++ b/BNA8/ignition/named-query/Statistics/Sorter/UniqueScanners/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "fad4cf521eecc3d8ac386ea0d532fa5afd1dce0bbe2fba1e88680fd3ecd0df40", + "lastModificationSignature": "5d4d54ad1f7f00296b2210ef8a71734b999f3b7dd4bd90f6f2fcd3399060fe8f", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T01:30:13Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" } } } \ No newline at end of file diff --git a/BNA8/ignition/named-query/Statistics/Sorter/UniqueSorters/resource.json b/BNA8/ignition/named-query/Statistics/Sorter/UniqueSorters/resource.json index 2a0739e1..83c01bc1 100644 --- a/BNA8/ignition/named-query/Statistics/Sorter/UniqueSorters/resource.json +++ b/BNA8/ignition/named-query/Statistics/Sorter/UniqueSorters/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "0dd73853cd0fe5dac03424a75dc3b66dea30c0cc2dd8cd45b7287496e9dbc1ca", + "lastModificationSignature": "b74be4055be2c898f24a582de2a29e10b0d7010a0315fb53dd68adef9b705429", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-11-16T01:42:00Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" } } } \ No newline at end of file diff --git a/BNA8/ignition/named-query/Status/GaylordStatus/resource.json b/BNA8/ignition/named-query/Status/GaylordStatus/resource.json index 83ee69d7..4bf3d592 100644 --- a/BNA8/ignition/named-query/Status/GaylordStatus/resource.json +++ b/BNA8/ignition/named-query/Status/GaylordStatus/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "2b6f03cf5259f46141dedb531d80894de21a923cfdf33edf66e15a2e42b5628a", + "lastModificationSignature": "2c770c34780058cf5cc5e3b418ad12e850057bed59fe9cb6b35c1b1df3369369", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-10-08T13:39:00Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/BNA8/ignition/named-query/Status/LaneOEE/resource.json b/BNA8/ignition/named-query/Status/LaneOEE/resource.json index a1a660a4..74e591ac 100644 --- a/BNA8/ignition/named-query/Status/LaneOEE/resource.json +++ b/BNA8/ignition/named-query/Status/LaneOEE/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "edd05beac126fbda862736607870eba81738b65417eb1834c8a819ef3b059f2e", + "lastModificationSignature": "145ae2e4b36b9c220891dddf9dcc142a1df04ad09ac32319ff238280eb7397f6", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2021-10-08T13:35:04Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/BNA8/ignition/named-query/Status/LaneStatus/resource.json b/BNA8/ignition/named-query/Status/LaneStatus/resource.json index b453d285..bca1c3fd 100644 --- a/BNA8/ignition/named-query/Status/LaneStatus/resource.json +++ b/BNA8/ignition/named-query/Status/LaneStatus/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "eb8605c757924e1e265927aa0062ef8c2cb6809e62d78bac097ec31b53e4b010", + "lastModificationSignature": "faf9a1feee8bcabe6cedb875f2ea47a08abe07c6cbf2cade056613a5c8b26dd7", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "dev", - "timestamp": "2022-01-07T20:03:35Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/BNA8/ignition/named-query/Status/PackageHistory/resource.json b/BNA8/ignition/named-query/Status/PackageHistory/resource.json index 50acb757..65443ce8 100644 --- a/BNA8/ignition/named-query/Status/PackageHistory/resource.json +++ b/BNA8/ignition/named-query/Status/PackageHistory/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "abd540064bc593a0c573a59c87f1d5ad060d87ca3e73e3d1ec7d9387273720cf", + "lastModificationSignature": "474cc79d944368574f1c576850d7722462d8f49d7721570cd186d8d07f5bcab8", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2022-03-04T20:39:58Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/BNA8/ignition/named-query/Status/PackageHistory_old/resource.json b/BNA8/ignition/named-query/Status/PackageHistory_old/resource.json index b510990a..abf34af8 100644 --- a/BNA8/ignition/named-query/Status/PackageHistory_old/resource.json +++ b/BNA8/ignition/named-query/Status/PackageHistory_old/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "500a7238bfcee77fd37462e1e9af2b5514d684835fb26491af071ca78aaa2799", + "lastModificationSignature": "d2a7e7b1626b0d9ba14779e58e399fc7761adc0dd94d8a22f628235b025d1909", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "dev", - "timestamp": "2022-01-07T20:03:03Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/BNA8/ignition/named-query/Status/PackageSummary/resource.json b/BNA8/ignition/named-query/Status/PackageSummary/resource.json index 9072d655..6ca5cd86 100644 --- a/BNA8/ignition/named-query/Status/PackageSummary/resource.json +++ b/BNA8/ignition/named-query/Status/PackageSummary/resource.json @@ -18,7 +18,7 @@ "cacheEnabled": false, "database": "", "fallbackEnabled": false, - "lastModificationSignature": "03d60ab074e8d3dacc7e13df99828962eb2fa59a66e763ea6611d19782bc69ab", + "lastModificationSignature": "ca5ea772f24c65cf0273432d5e4c863a8fd95f2dc4d14382f6036bbd4bded2a1", "permissions": [ { "zone": "", @@ -26,8 +26,8 @@ } ], "lastModification": { - "actor": "admin", - "timestamp": "2022-06-14T21:07:01Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "parameters": [ { diff --git a/BNA8/ignition/script-python/alarms/resource.json b/BNA8/ignition/script-python/alarms/resource.json index 480204f0..c3646858 100644 --- a/BNA8/ignition/script-python/alarms/resource.json +++ b/BNA8/ignition/script-python/alarms/resource.json @@ -8,10 +8,10 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-01T12:02:24Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "a3d541da486a675dbddce38ba6d1651877b9ff6d2f218acf1863b36fddb14146", + "lastModificationSignature": "d50ee4952b52d2018c35c8673d8b399ec8e8ef8c8e9899b597cf11155101442f", "hintScope": 2 } } \ No newline at end of file diff --git a/BNA8/ignition/script-python/documents/resource.json b/BNA8/ignition/script-python/documents/resource.json index 7ebf5aee..c95c03f7 100644 --- a/BNA8/ignition/script-python/documents/resource.json +++ b/BNA8/ignition/script-python/documents/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-14T03:36:41Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "1f1539d94966caab38bd36f5896aaf045ab45699b3dd9fbd0f4028fa7308402e" + "lastModificationSignature": "f9a691fc25a68301fcc2d144b4caab5ba90e40afffaf26aaf13df1812244044a" } } \ No newline at end of file diff --git a/BNA8/ignition/script-python/gateway/resource.json b/BNA8/ignition/script-python/gateway/resource.json index 5e5cbb83..79e5e6a3 100644 --- a/BNA8/ignition/script-python/gateway/resource.json +++ b/BNA8/ignition/script-python/gateway/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-10-08T13:58:49Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "bd8fd844e51f6ea0bd72b821abd5ccf4482cefec412805641adfc66f3283fae2" + "lastModificationSignature": "0caa48cf660b2cced3e97477fb454c3a42cd4c497aa93ecb7ed553544e3db9dc" } } \ No newline at end of file diff --git a/BNA8/ignition/script-python/generate/doo/resource.json b/BNA8/ignition/script-python/generate/doo/resource.json index b6b34646..5bac0e6a 100644 --- a/BNA8/ignition/script-python/generate/doo/resource.json +++ b/BNA8/ignition/script-python/generate/doo/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-14T03:37:07Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "5d2cc5e917ecb4dea06cc2fad8308e6940d3b52909d173a7dc61f8362c031e00" + "lastModificationSignature": "c19ad5a4a374a5745cbab96020b9697a4b40d31d803bfe2341f08898489388a7" } } \ No newline at end of file diff --git a/BNA8/ignition/script-python/historian/fms/resource.json b/BNA8/ignition/script-python/historian/fms/resource.json index d2e4f405..a4d1f50c 100644 --- a/BNA8/ignition/script-python/historian/fms/resource.json +++ b/BNA8/ignition/script-python/historian/fms/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-03-09T05:33:45Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "c8d9271aac250866f7720ec85795fe63534481dccfd713888b11198c5435b81d" + "lastModificationSignature": "e48a994dae1b830547e9109746af406a417fffeb75c704e0568d38c22854fe94" } } \ No newline at end of file diff --git a/BNA8/ignition/script-python/historian/gl/resource.json b/BNA8/ignition/script-python/historian/gl/resource.json index 153446ab..9a3591aa 100644 --- a/BNA8/ignition/script-python/historian/gl/resource.json +++ b/BNA8/ignition/script-python/historian/gl/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-03-07T22:29:24Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "d484328460eb9f37c818ae17f78eb74a7e0f1f8d28f1f7e1b044aa6a4f4b7f0d" + "lastModificationSignature": "4f5a3b8a9eaf37ef8c6a65d031a31e8fd6fa2f1f9820dbdaecc5e39ee35e25d9" } } \ No newline at end of file diff --git a/BNA8/ignition/script-python/historian/pe/resource.json b/BNA8/ignition/script-python/historian/pe/resource.json index a96da8c7..65d6d132 100644 --- a/BNA8/ignition/script-python/historian/pe/resource.json +++ b/BNA8/ignition/script-python/historian/pe/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-14T03:36:49Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "a55292b1873e57b8b8f70993f7993850dd7306dd2335ade22f640eb7dba3add1" + "lastModificationSignature": "afc321061aaab3164b5290345e259daeb66df79aad77ce24d95f5520f4243b68" } } \ No newline at end of file diff --git a/BNA8/ignition/script-python/messaging/message_handler/resource.json b/BNA8/ignition/script-python/messaging/message_handler/resource.json index 4a128837..de2660f5 100644 --- a/BNA8/ignition/script-python/messaging/message_handler/resource.json +++ b/BNA8/ignition/script-python/messaging/message_handler/resource.json @@ -8,10 +8,10 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-18T16:17:47Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, "hintScope": 2, - "lastModificationSignature": "f67ab11f1918cf781f4baa586423a5f4cb4c5f47cc67fb6afec9305d7f8dc371" + "lastModificationSignature": "24a508b92c889d2c94d34e5371509fae1e461928b3a3717b090eec6a40f34a21" } } \ No newline at end of file diff --git a/BNA8/ignition/script-python/nav/resource.json b/BNA8/ignition/script-python/nav/resource.json index f9715351..1f8591c9 100644 --- a/BNA8/ignition/script-python/nav/resource.json +++ b/BNA8/ignition/script-python/nav/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-05-24T03:10:51Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "45f21166fe78f1e5dcef14e7f14a377d405ff0cdae5d1ffea61262fded9c9c65" + "lastModificationSignature": "38080f01ffa69140ab490d86f55b803cce5e163e40d7affcd0d9e8ae36ee50ed" } } \ No newline at end of file diff --git a/BNA8/ignition/script-python/popups/resource.json b/BNA8/ignition/script-python/popups/resource.json index 40aef66d..28ab2dd1 100644 --- a/BNA8/ignition/script-python/popups/resource.json +++ b/BNA8/ignition/script-python/popups/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-02-14T03:37:52Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "5aa4f6d32489881721c525120fcaa9cd8ade8fb83bb7c68cba8549755a4bf0be" + "lastModificationSignature": "3d1765cdded489ee593232bca4311f3b35487e2db11aa31314277b683761b0d9" } } \ No newline at end of file diff --git a/BNA8/ignition/script-python/reports/resource.json b/BNA8/ignition/script-python/reports/resource.json index e6d4c5f2..748937db 100644 --- a/BNA8/ignition/script-python/reports/resource.json +++ b/BNA8/ignition/script-python/reports/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-07-29T02:58:25Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "e81856e2953bf7a041587218f75f9a2bd59789f6d20711bd69502bf6c7007d01" + "lastModificationSignature": "2ea7581e959181912c227974b5f11da33d75d6ff0279bb29a6c818f918f0fc06" } } \ No newline at end of file diff --git a/BNA8/ignition/script-python/spirals/resource.json b/BNA8/ignition/script-python/spirals/resource.json index ccd1f6cc..567e8bc2 100644 --- a/BNA8/ignition/script-python/spirals/resource.json +++ b/BNA8/ignition/script-python/spirals/resource.json @@ -8,10 +8,10 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2025-08-01T12:02:03Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "5f3b5c8a8b26e468ddf1377a970e6b97869c9d4033450beae7394d286c14a26a", + "lastModificationSignature": "5d64532b533789b2265877c4b4f8c653c989c3b57e5fee94a401488725933393", "hintScope": 2 } } \ No newline at end of file diff --git a/BNA8/ignition/script-python/tags/resource.json b/BNA8/ignition/script-python/tags/resource.json index 498cb9c6..517aa405 100644 --- a/BNA8/ignition/script-python/tags/resource.json +++ b/BNA8/ignition/script-python/tags/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-07-29T02:58:25Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "cd2d4ff4a3df2dd284dae3b70ec9f73f9aabb732a269cf117318ded76c8797d5" + "lastModificationSignature": "535ef027b47cf8d22bc3e6c525037dee65c08c7dbf681087abb987de2be62a89" } } \ No newline at end of file diff --git a/BNA8/ignition/script-python/utils/resource.json b/BNA8/ignition/script-python/utils/resource.json index f38a385e..423abadd 100644 --- a/BNA8/ignition/script-python/utils/resource.json +++ b/BNA8/ignition/script-python/utils/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2021-11-02T21:20:32Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "27fe2dd6d2809b507f1053e56d2094c184116b926e9368548511430a89b76d75" + "lastModificationSignature": "512cad77ae1f252563a5baba79ffc807d04f353887c7d9db495d906bed9de0bc" } } \ No newline at end of file diff --git a/BNA8/ignition/script-python/wcs/resource.json b/BNA8/ignition/script-python/wcs/resource.json index 843d06bc..2db367c6 100644 --- a/BNA8/ignition/script-python/wcs/resource.json +++ b/BNA8/ignition/script-python/wcs/resource.json @@ -8,9 +8,9 @@ ], "attributes": { "lastModification": { - "actor": "admin", - "timestamp": "2023-03-04T21:52:02Z" + "actor": "external", + "timestamp": "2025-08-18T16:55:42Z" }, - "lastModificationSignature": "974f1a0a66d43e8896c71f23a4c1f7466f31cb0367cfe0aa81027cd601221aed" + "lastModificationSignature": "d9dc4fbbf6d45b98d6c3fc9177969cbf7ecd3423c6cb0c691370a9b21a617ba7" } } \ No newline at end of file diff --git a/conversion-report.txt b/conversion-report.txt index aaa8c876..124328a3 100644 --- a/conversion-report.txt +++ b/conversion-report.txt @@ -2,3 +2,5 @@ Starting conversion: 20250815:23.05.38 Conversion finished. Elapsed time: 9 ms Starting conversion: 20250815:23.07.32 Conversion finished. Elapsed time: 12 ms +Starting conversion: 20250818:20.55.38 +Conversion finished. Elapsed time: 9 ms