diff --git a/.resources/0237a11e291815c46c79d14f2636d8543dd896826d960505ec713a18d49a679d b/.resources/0237a11e291815c46c79d14f2636d8543dd896826d960505ec713a18d49a679d deleted file mode 100644 index 6ab5c95c..00000000 --- a/.resources/0237a11e291815c46c79d14f2636d8543dd896826d960505ec713a18d49a679d +++ /dev/null @@ -1,625 +0,0 @@ -{ - "custom": { - "PLCs": "{ \"MCM01 Fluid Inbound\": [ \"MCM01\" ], \"MCM02 Non Con Sorter\": [ \"MCM02\" ] }", - "activityLogger": { - "alt_pageid": "command_control", - "start_time": { - "$": [ - "ts", - 192, - 1758877540656 - ], - "$ts": 1758877540656 - } - }, - "devices": { - "MCM01": { - "area": "Fluid Inbound", - "name": "MCM01", - "tagProps": [ - "MCM01", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - }, - "MCM02": { - "area": "Non Con Sorter", - "name": "MCM02", - "tagProps": [ - "MCM02", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value", - "value" - ] - } - } - }, - "events": { - "system": { - "onShutdown": { - "config": { - "script": "\tactivityLog.logger.callLogger(self, \u0027page\u0027)\n\tactivityLog.productMetrics.callLogger(self, \u0027page\u0027)" - }, - "scope": "G", - "type": "script" - }, - "onStartup": { - "config": { - "script": "\tself.custom.activityLogger.start_time \u003d system.date.now()" - }, - "scope": "G", - "type": "script" - } - } - }, - "params": { - "page_name": "Command and Control" - }, - "propConfig": { - "custom.PLCs": { - "binding": { - "config": { - "fallbackDelay": 2.5, - "mode": "indirect", - "references": { - "fc": "{session.custom.fc}" - }, - "tagPath": "[{fc}_SCADA_TAG_PROVIDER]Configuration/DetailedViews" - }, - "type": "tag" - }, - "persistent": true - }, - "custom.activityLogger": { - "persistent": true - }, - "custom.activityLogger.pageid": { - "binding": { - "config": { - "expression": "{page.props.path}" - }, - "transforms": [ - { - "code": "\tif value \u003d\u003d\u0027/\u0027 or value \u003d\u003d \u0027\u0027 or value \u003d\u003d None:\n\t\treturn self.custom.activityLogger.alt_pageid.lower()\n\telse:\n\t\treturn value[1:].lower()", - "type": "script" - } - ], - "type": "expr" - } - }, - "custom.devices": { - "binding": { - "config": { - "path": "view.custom.PLCs" - }, - "transforms": [ - { - "code": "\tdevices \u003d system.util.jsonDecode(value)\n\tPLCs \u003d {}\n\tfc \u003d self.session.custom.fc\n\tconfig \u003d system.tag.readBlocking(\u0027[\u0027 + fc + \u0027_SCADA_TAG_PROVIDER]\u0027 + \u0027/Configuration/PLC\u0027)[0].value\n\t\n\tif devices:\n\t\tfor k, v in devices.items():\n\t\t\tdevice_list \u003d v\n\t\t\tfor i in device_list:\n\t\t\t\tdecode \u003d system.util.jsonDecode(config)\n\t\t\t\tif decode:\n\t\t\t\t\tarea \u003d decode[i][\"Area\"]\n\t\t\t\t\tsub_area \u003d decode[i][\"SubArea\"]\n\t\t\t\t\tarea_label \u003d str(area) + \"/\" + str(sub_area) if sub_area else str(area)\n\t\t\t\telse:\n\t\t\t\t\tarea \u003d \"\"\n\t\t\t\t\tarea_label \u003d \"\"\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\tPLCs[i] \u003d {\u0027name\u0027:i,\u0027area\u0027:area_label,\u0027tagProps\u0027:[\n\t\t\t\t\t\t\t\t i,\n\t\t\t\t\t\t\t\t \"value\",\n\t\t\t\t\t\t\t\t \"value\",\n\t\t\t\t\t\t\t\t \"value\",\n\t\t\t\t\t\t\t\t \"value\",\n\t\t\t\t\t\t\t\t \"value\",\n\t\t\t\t\t\t\t\t \"value\",\n\t\t\t\t\t\t\t\t \"value\",\n\t\t\t\t\t\t\t\t \"value\",\n\t\t\t\t\t\t\t\t \"value\"\n\t\t\t\t\t\t\t\t ]}\n\t\n\treturn PLCs", - "type": "script" - } - ], - "type": "property" - }, - "persistent": true - }, - "params.page_name": { - "paramDirection": "input", - "persistent": true - } - }, - "props": { - "defaultSize": { - "height": 1080, - "width": 1920 - } - }, - "root": { - "children": [ - { - "meta": { - "name": "Table" - }, - "position": { - "grow": 1 - }, - "propConfig": { - "props.data": { - "binding": { - "config": { - "path": "view.custom.devices" - }, - "transforms": [ - { - "code": "\tresults \u003d []\n\tfor row, val in value.items():\n\t\tresults.append({\"plc\": val[\"name\"], \"area\": val[\"area\"],\"status\": {\"tagProps\":val[\"tagProps\"]},\"alarms\": {\"tagProps\":val[\"tagProps\"]},\"actions\": {\"tagProps\":val[\"tagProps\"]}})\n\t\n\tresults.sort(key\u003dlambda item: item[\u0027plc\u0027])\n\treturn results", - "type": "script" - } - ], - "type": "property" - } - } - }, - "props": { - "cells": { - "style": { - "borderColor": "#4A4A4A", - "borderStyle": "solid", - "borderWidth": 1, - "fontFamily": "Arial", - "fontSize": 14, - "fontWeight": "bold", - "paddingLeft": 16, - "paddingRight": 16 - } - }, - "columns": [ - { - "align": "center", - "boolean": "checkbox", - "dateFormat": "MM/DD/YYYY", - "editable": false, - "field": "plc", - "footer": { - "align": "center", - "justify": "left", - "style": { - "classes": "" - }, - "title": "" - }, - "header": { - "align": "center", - "justify": "left", - "style": { - "borderColor": "#4A4A4A", - "borderStyle": "solid", - "borderWidth": 1, - "classes": "", - "color": "#4A4A4A", - "fontFamily": "Arial", - "fontSize": 14, - "fontWeight": "bold", - "paddingLeft": 11, - "paddingRight": 11 - }, - "title": "PLC" - }, - "justify": "auto", - "number": "value", - "numberFormat": "0,0.##", - "progressBar": { - "bar": { - "color": "", - "style": { - "classes": "" - } - }, - "max": 100, - "min": 0, - "track": { - "color": "", - "style": { - "classes": "" - } - }, - "value": { - "enabled": true, - "format": "0,0.##", - "justify": "center", - "style": { - "classes": "" - } - } - }, - "render": "auto", - "resizable": false, - "sort": "none", - "sortable": true, - "strictWidth": false, - "style": { - "classes": "" - }, - "toggleSwitch": { - "color": { - "selected": "", - "unselected": "" - } - }, - "viewParams": {}, - "viewPath": "", - "visible": true, - "width": 50 - }, - { - "align": "center", - "boolean": "checkbox", - "dateFormat": "MM/DD/YYYY", - "editable": false, - "field": "area", - "footer": { - "align": "center", - "justify": "left", - "style": { - "classes": "" - }, - "title": "" - }, - "header": { - "align": "center", - "justify": "left", - "style": { - "borderColor": "#4A4A4A", - "borderStyle": "solid", - "borderWidth": 1, - "classes": "", - "color": "#4A4A4A", - "fontFamily": "Arial", - "fontSize": 14, - "fontWeight": "bold", - "paddingLeft": 11, - "paddingRight": 11 - }, - "title": "Area" - }, - "justify": "auto", - "number": "value", - "numberFormat": "0,0.##", - "progressBar": { - "bar": { - "color": "", - "style": { - "classes": "" - } - }, - "max": 100, - "min": 0, - "track": { - "color": "", - "style": { - "classes": "" - } - }, - "value": { - "enabled": true, - "format": "0,0.##", - "justify": "center", - "style": { - "classes": "" - } - } - }, - "render": "auto", - "resizable": false, - "sort": "none", - "sortable": true, - "strictWidth": false, - "style": { - "classes": "" - }, - "toggleSwitch": { - "color": { - "selected": "", - "unselected": "" - } - }, - "viewParams": {}, - "viewPath": "", - "visible": true, - "width": 50 - }, - { - "align": "center", - "boolean": "checkbox", - "dateFormat": "MM/DD/YYYY", - "editable": false, - "field": "status", - "footer": { - "align": "center", - "justify": "left", - "style": { - "classes": "" - }, - "title": "" - }, - "header": { - "align": "center", - "justify": "left", - "style": { - "borderColor": "#4A4A4A", - "borderStyle": "solid", - "borderWidth": 1, - "classes": "", - "color": "#4A4A4A", - "fontFamily": "Arial", - "fontSize": 14, - "fontWeight": "bold", - "paddingLeft": 11, - "paddingRight": 11 - }, - "title": "Status" - }, - "justify": "auto", - "number": "value", - "numberFormat": "0,0.##", - "progressBar": { - "bar": { - "color": "", - "style": { - "classes": "" - } - }, - "max": 100, - "min": 0, - "track": { - "color": "", - "style": { - "classes": "" - } - }, - "value": { - "enabled": true, - "format": "0,0.##", - "justify": "center", - "style": { - "classes": "" - } - } - }, - "render": "auto", - "resizable": false, - "sort": "none", - "sortable": false, - "strictWidth": false, - "style": { - "classes": "" - }, - "toggleSwitch": { - "color": { - "selected": "", - "unselected": "" - } - }, - "viewParams": {}, - "viewPath": "autStand/Equipment/Controller-Views/CommandControlStatus", - "visible": true, - "width": 75 - }, - { - "align": "center", - "boolean": "checkbox", - "dateFormat": "MM/DD/YYYY", - "editable": false, - "field": "alarms", - "footer": { - "align": "center", - "justify": "left", - "style": { - "classes": "" - }, - "title": "" - }, - "header": { - "align": "center", - "justify": "left", - "style": { - "borderColor": "#4A4A4A", - "borderStyle": "solid", - "borderWidth": 1, - "classes": "", - "color": "#4A4A4A", - "fontFamily": "Arial", - "fontSize": 14, - "fontWeight": "bold", - "paddingLeft": 11, - "paddingRight": 11 - }, - "title": "Active Alarms" - }, - "justify": "auto", - "number": "value", - "numberFormat": "0,0.##", - "progressBar": { - "bar": { - "color": "", - "style": { - "classes": "" - } - }, - "max": 100, - "min": 0, - "track": { - "color": "", - "style": { - "classes": "" - } - }, - "value": { - "enabled": true, - "format": "0,0.##", - "justify": "center", - "style": { - "classes": "" - } - } - }, - "render": "auto", - "resizable": false, - "sort": "none", - "sortable": false, - "strictWidth": false, - "style": { - "classes": "" - }, - "toggleSwitch": { - "color": { - "selected": "", - "unselected": "" - } - }, - "viewParams": {}, - "viewPath": "autStand/Equipment/Controller-Views/CommandControlAlarms", - "visible": true, - "width": "auto" - }, - { - "align": "center", - "boolean": "checkbox", - "dateFormat": "MM/DD/YYYY", - "editable": false, - "field": "actions", - "footer": { - "align": "center", - "justify": "left", - "style": { - "classes": "" - }, - "title": "" - }, - "header": { - "align": "center", - "justify": "left", - "style": { - "borderColor": "#4A4A4A", - "borderStyle": "solid", - "borderWidth": 1, - "classes": "", - "color": "#4A4A4A", - "fontFamily": "Arial", - "fontSize": 14, - "fontWeight": "bold", - "paddingLeft": 11, - "paddingRight": 11 - }, - "title": "Controls" - }, - "justify": "auto", - "number": "value", - "numberFormat": "0,0.##", - "progressBar": { - "bar": { - "color": "", - "style": { - "classes": "" - } - }, - "max": 100, - "min": 0, - "track": { - "color": "", - "style": { - "classes": "" - } - }, - "value": { - "enabled": true, - "format": "0,0.##", - "justify": "center", - "style": { - "classes": "" - } - } - }, - "render": "view", - "resizable": false, - "sort": "none", - "sortable": false, - "strictWidth": false, - "style": { - "classes": "", - "textAlign": "center" - }, - "toggleSwitch": { - "color": { - "selected": "", - "unselected": "" - } - }, - "viewParams": {}, - "viewPath": "autStand/Equipment/Controller-Views/CommandControlActions", - "visible": true, - "width": "auto" - } - ], - "dragOrderable": false, - "pager": { - "activeOption": 50, - "initialOption": 50 - }, - "rows": { - "height": 44, - "highlight": { - "color": "#EEEEEE" - }, - "striped": { - "enabled": false - }, - "style": { - "backgroundColor": "#FFFFFF", - "borderColor": "#4A4A4A", - "borderStyle": "none", - "borderWidth": 1, - "classes": "Fonts/BodyText14", - "color": "#4A4A4A" - } - }, - "selection": { - "enableRowSelection": false - }, - "style": { - "borderStyle": "none", - "margin": 5, - "overflow": "hidden", - "overflowX": "hidden", - "overflowY": "hidden" - }, - "virtualized": false - }, - "type": "ia.display.table" - } - ], - "custom": { - "Devices": [], - "count": "value", - "delay": 4000 - }, - "events": { - "system": { - "onShutdown": [ - { - "config": { - "script": "\tself.session.custom.command_auth.enabled \u003d False" - }, - "scope": "G", - "type": "script" - }, - { - "config": { - "script": "\twhid \u003d self.session.custom.fc\n\tsession_id \u003d self.session.props.id\n\tpage_id \u003d self.view.params.page_name\n\tCommands.analytics.send_page_details(whid, session_id, page_id)" - }, - "scope": "G", - "type": "script" - } - ] - } - }, - "meta": { - "name": "root" - }, - "props": { - "direction": "column" - }, - "type": "ia.container.flex" - } -} \ No newline at end of file diff --git a/.resources/5f9b64d1de806ab6f5c14e0cf1e461ccaa19cd981867e76491229abb7302106e b/.resources/5f9b64d1de806ab6f5c14e0cf1e461ccaa19cd981867e76491229abb7302106e deleted file mode 100644 index 34232901..00000000 Binary files a/.resources/5f9b64d1de806ab6f5c14e0cf1e461ccaa19cd981867e76491229abb7302106e and /dev/null differ diff --git a/.resources/bd5606f7cde34f7b84cd8689f237056976868f7b98a338bb8621ebe872b2e2ad b/.resources/bd5606f7cde34f7b84cd8689f237056976868f7b98a338bb8621ebe872b2e2ad deleted file mode 100644 index a07e985a..00000000 Binary files a/.resources/bd5606f7cde34f7b84cd8689f237056976868f7b98a338bb8621ebe872b2e2ad and /dev/null differ diff --git a/.resources/ccf9e977c390c0b0819a223315f3798c1c0946c8efd32fd3578bc8541b30339f b/.resources/ccf9e977c390c0b0819a223315f3798c1c0946c8efd32fd3578bc8541b30339f deleted file mode 100644 index 7360492c..00000000 Binary files a/.resources/ccf9e977c390c0b0819a223315f3798c1c0946c8efd32fd3578bc8541b30339f and /dev/null differ diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Global-Start/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Global-Start/resource.json index 72d31283..c9e4c0eb 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Global-Start/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Global-Start/resource.json @@ -9,9 +9,9 @@ ], "attributes": { "lastModification": { - "actor": "external", - "timestamp": "2025-09-23T10:11:00Z" + "actor": "admin", + "timestamp": "2025-10-06T09:44:18Z" }, - "lastModificationSignature": "e3de9b987e4e59f06c408603c5eed3e18131ceba5eef65ac3be6812bfa4b23ec" + "lastModificationSignature": "c24b25c03b8cd98d51651d46347273264d9d085d6eb29ab64fa0c8bfa0a3f287" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Global-Start/thumbnail.png b/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Global-Start/thumbnail.png index 3da31924..22437650 100644 Binary files a/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Global-Start/thumbnail.png and b/BNA8/com.inductiveautomation.perspective/views/autStand/Custom_Views/Global-Start/thumbnail.png differ diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Windows/CommandControl/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Windows/CommandControl/resource.json index b0f29a88..cbdb9a83 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Windows/CommandControl/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Windows/CommandControl/resource.json @@ -10,8 +10,8 @@ "attributes": { "lastModification": { "actor": "admin", - "timestamp": "2025-09-26T09:05:43Z" + "timestamp": "2025-10-06T09:43:53Z" }, - "lastModificationSignature": "306ab3351de9e7ff1eebd319bcefe8cd74497644ef13aae671079b35bdf87a67" + "lastModificationSignature": "f0b46c1858413358f6771eac3a2922c0e6d36db6aaa3d7a87611903b47a713ea" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Windows/CommandControl/thumbnail.png b/BNA8/com.inductiveautomation.perspective/views/autStand/Windows/CommandControl/thumbnail.png index 7360492c..a2ba0b22 100644 Binary files a/BNA8/com.inductiveautomation.perspective/views/autStand/Windows/CommandControl/thumbnail.png and b/BNA8/com.inductiveautomation.perspective/views/autStand/Windows/CommandControl/thumbnail.png differ diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Windows/CommandControl/view.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Windows/CommandControl/view.json index 6ab5c95c..9d6cc662 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Windows/CommandControl/view.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Windows/CommandControl/view.json @@ -7,9 +7,9 @@ "$": [ "ts", 192, - 1758877540656 + 1759743816547 ], - "$ts": 1758877540656 + "$ts": 1759743816546 } }, "devices": { diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Windows/Statistics/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Windows/Statistics/resource.json index e8eda844..cd96334f 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Windows/Statistics/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Windows/Statistics/resource.json @@ -10,8 +10,8 @@ "attributes": { "lastModification": { "actor": "admin", - "timestamp": "2025-10-06T09:38:20Z" + "timestamp": "2025-10-06T12:57:24Z" }, - "lastModificationSignature": "18a0961b26efb0a4cf42b0266dd4ce6bc973b7c63f89d311b637c70e76e657ad" + "lastModificationSignature": "e3b0e141a5489e12c292581bb36df915717adb0262afc07c6208147f3cf2dec6" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Windows/Statistics/thumbnail.png b/BNA8/com.inductiveautomation.perspective/views/autStand/Windows/Statistics/thumbnail.png index 51438572..38e9498c 100644 Binary files a/BNA8/com.inductiveautomation.perspective/views/autStand/Windows/Statistics/thumbnail.png and b/BNA8/com.inductiveautomation.perspective/views/autStand/Windows/Statistics/thumbnail.png differ diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Windows/Statistics/view.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Windows/Statistics/view.json index acec63b3..5a492128 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Windows/Statistics/view.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Windows/Statistics/view.json @@ -618,7 +618,7 @@ "$": [ "ds", 192, - 1759743499239 + 1759755443960 ], "$columns": [ { @@ -2165,7 +2165,7 @@ "$": [ "ds", 192, - 1759743499236 + 1759755443912 ], "$columns": [ { @@ -2217,7 +2217,7 @@ "$": [ "ds", 192, - 1759743499237 + 1759755443912 ], "$columns": [ { @@ -3538,7 +3538,7 @@ "$": [ "ds", 192, - 1759743499240 + 1759755443913 ], "$columns": [ { @@ -4880,7 +4880,7 @@ "$": [ "ds", 192, - 1759743499242 + 1759755443961 ], "$columns": [ { @@ -9629,7 +9629,7 @@ "$": [ "ds", 192, - 1759743499241 + 1759755443914 ], "$columns": [ { @@ -24962,7 +24962,7 @@ "$": [ "ds", 192, - 1759743499239 + 1759755443959 ], "$columns": [ { @@ -29578,7 +29578,7 @@ }, "props": { "dismissOnSelect": false, - "formattedValue": "Oct 6, 2025 12:38 PM", + "formattedValue": "Oct 6, 2025 3:57 PM", "formattedValues": { "date": "Mar 26, 2021", "datetime": "Mar 26, 2021 12:00 AM", @@ -29596,9 +29596,9 @@ "$": [ "ts", 192, - 1759743499233 + 1759755443956 ], - "$ts": 1759739899000 + "$ts": 1759751843000 } }, "type": "ia.input.date-time-input" @@ -29749,7 +29749,7 @@ }, "props": { "dismissOnSelect": false, - "formattedValue": "Oct 6, 2025 1:38 PM", + "formattedValue": "Oct 6, 2025 4:57 PM", "formattedValues": { "date": "Mar 29, 2021", "datetime": "Mar 29, 2021 1:37 PM", @@ -29767,9 +29767,9 @@ "$": [ "ts", 192, - 1759743499233 + 1759755443910 ], - "$ts": 1759743499000 + "$ts": 1759755443000 } }, "type": "ia.input.date-time-input" @@ -29833,7 +29833,7 @@ "enabled": true, "rate": "300" }, - "queryPath": "Statistics-autStand/Max PPH 5 Min" + "queryPath": "autStand/Statistics/Max PPH 5 Min" }, "transforms": [ { diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Windows/Status/resource.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Windows/Status/resource.json index da19d828..72aa776c 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Windows/Status/resource.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Windows/Status/resource.json @@ -10,8 +10,8 @@ "attributes": { "lastModification": { "actor": "admin", - "timestamp": "2025-10-02T13:16:24Z" + "timestamp": "2025-10-06T12:57:24Z" }, - "lastModificationSignature": "920e6221549714c81f589f96ff53e66ae173721591a4b43df8755f42964833ce" + "lastModificationSignature": "45254a0b617bbb52ea7f009a810f7f2a9a8d3809351256082ae2a0e112fb72be" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Windows/Status/thumbnail.png b/BNA8/com.inductiveautomation.perspective/views/autStand/Windows/Status/thumbnail.png index 4fbbac9b..45704c39 100644 Binary files a/BNA8/com.inductiveautomation.perspective/views/autStand/Windows/Status/thumbnail.png and b/BNA8/com.inductiveautomation.perspective/views/autStand/Windows/Status/thumbnail.png differ diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/Windows/Status/view.json b/BNA8/com.inductiveautomation.perspective/views/autStand/Windows/Status/view.json index 43b8886d..828753ec 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/Windows/Status/view.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/Windows/Status/view.json @@ -1,7 +1,7 @@ { "custom": {}, "params": { - "Tab_ID": 0, + "Tab_ID": 2, "Table": "Status_tab" }, "propConfig": { @@ -1641,6 +1641,7 @@ "width": 1.0016 }, "props": { + "currentTabIndex": 2, "tabSize": { "width": 130 }, @@ -3371,7 +3372,7 @@ }, "props": { "dismissOnSelect": false, - "formattedValue": "Oct 2, 2025 3:16 PM", + "formattedValue": "Oct 6, 2025 2:57 PM", "formattedValues": { "date": "Mar 26, 2021", "datetime": "Mar 26, 2021 12:00 AM", @@ -3381,9 +3382,9 @@ "$": [ "ts", 192, - 1759410983879 + 1759755444463 ], - "$ts": 1759403783000 + "$ts": 1759748244000 } }, "type": "ia.input.date-time-input" @@ -3531,7 +3532,7 @@ }, "props": { "dismissOnSelect": false, - "formattedValue": "Oct 2, 2025 5:16 PM", + "formattedValue": "Oct 6, 2025 4:57 PM", "formattedValues": { "date": "Mar 29, 2021", "datetime": "Mar 29, 2021 1:37 PM", @@ -3541,9 +3542,9 @@ "$": [ "ts", 192, - 1759410983879 + 1759755444463 ], - "$ts": 1759410983000 + "$ts": 1759755444000 } }, "type": "ia.input.date-time-input" diff --git a/BNA8/com.inductiveautomation.reporting/reports/Statistics/Shipping Sorter Statistics Com/data.bin b/BNA8/com.inductiveautomation.reporting/reports/Statistics/Shipping Sorter Statistics Com/data.bin index a07e985a..72d9b5d7 100644 Binary files a/BNA8/com.inductiveautomation.reporting/reports/Statistics/Shipping Sorter Statistics Com/data.bin and b/BNA8/com.inductiveautomation.reporting/reports/Statistics/Shipping Sorter Statistics Com/data.bin differ diff --git a/BNA8/com.inductiveautomation.reporting/reports/Statistics/Shipping Sorter Statistics Com/resource.json b/BNA8/com.inductiveautomation.reporting/reports/Statistics/Shipping Sorter Statistics Com/resource.json index a5fa6999..83cfd37a 100644 --- a/BNA8/com.inductiveautomation.reporting/reports/Statistics/Shipping Sorter Statistics Com/resource.json +++ b/BNA8/com.inductiveautomation.reporting/reports/Statistics/Shipping Sorter Statistics Com/resource.json @@ -9,8 +9,8 @@ "attributes": { "lastModification": { "actor": "admin", - "timestamp": "2025-09-30T12:14:54Z" + "timestamp": "2025-10-06T12:57:24Z" }, - "lastModificationSignature": "07e80285fb25b108bd533043b849d686ae2c1cea354b05087e7418ad6d032af5" + "lastModificationSignature": "d800be6b7aa49aa9bc87a58b18dfdda9a3d32f66a6ab3b3f1bf8cb9be70071f3" } } \ No newline at end of file diff --git a/BNA8/com.inductiveautomation.reporting/reports/Statistics/Top Jams/data.bin b/BNA8/com.inductiveautomation.reporting/reports/Statistics/Top Jams/data.bin index 34232901..2721ab55 100644 Binary files a/BNA8/com.inductiveautomation.reporting/reports/Statistics/Top Jams/data.bin and b/BNA8/com.inductiveautomation.reporting/reports/Statistics/Top Jams/data.bin differ diff --git a/BNA8/com.inductiveautomation.reporting/reports/Statistics/Top Jams/resource.json b/BNA8/com.inductiveautomation.reporting/reports/Statistics/Top Jams/resource.json index 006fc555..b9620389 100644 --- a/BNA8/com.inductiveautomation.reporting/reports/Statistics/Top Jams/resource.json +++ b/BNA8/com.inductiveautomation.reporting/reports/Statistics/Top Jams/resource.json @@ -9,8 +9,8 @@ "attributes": { "lastModification": { "actor": "admin", - "timestamp": "2025-09-30T10:53:46Z" + "timestamp": "2025-10-06T12:57:24Z" }, - "lastModificationSignature": "5d6589a22fe4d79c560b417ab4b5b5d34dab8069d723b17004809d6b4aafd4ef" + "lastModificationSignature": "4b75707bd7b513ffb92b11508059b216ee67c354cf537680353b93ca5595a62a" } } \ No newline at end of file