fixed tags not showing in the docked vfd view

This commit is contained in:
Salijoghli 2025-09-23 12:49:52 +04:00
parent 005453d472
commit 2d5ebd6f83
45 changed files with 788 additions and 1159 deletions

View File

@ -1,14 +1,14 @@
{
"custom": {
"PLC": "MCM01",
"device": "UL15_1",
"device": "UL15_1_VFD1",
"maintance_mode": false,
"showTags": true,
"state": "UNKNOWN"
},
"params": {
"tagProps": [
"System/MCM01/Conveyor/UL15_1",
"System/MCM01/VFD/UL15_1_VFD1",
"value",
"value",
"value",
@ -136,6 +136,10 @@
"persistent": true
},
"params.tags": {
"onChange": {
"enabled": null,
"script": "\tsystem.perspective.print(\u0027aq vart\u0027)\n\tsystem.perspective.print(currentValue.value)"
},
"paramDirection": "input",
"persistent": true
}
@ -379,329 +383,6 @@
},
"type": "ia.container.flex"
},
{
"children": [
{
"meta": {
"name": "Table"
},
"position": {
"basis": "400px",
"grow": 1,
"shrink": 0
},
"propConfig": {
"props.data": {
"binding": {
"config": {
"path": "view.params.tags"
},
"type": "property"
}
}
},
"props": {
"columns": [
{
"align": "center",
"boolean": "checkbox",
"dateFormat": "MM/DD/YYYY",
"editable": false,
"field": "Name",
"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": "Name"
},
"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": 130
},
{
"align": "center",
"boolean": "checkbox",
"dateFormat": "MM/DD/YYYY",
"editable": false,
"field": "OPC Path",
"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": "OPC Path"
},
"header": {
"align": "center",
"justify": "center",
"style": {
"classes": ""
},
"title": "OPC Path"
},
"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": 350
},
{
"align": "center",
"boolean": "checkbox",
"dateFormat": "MM/DD/YYYY",
"editable": false,
"field": "Value",
"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": "Value"
},
"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": 100
}
],
"pager": {
"bottom": false
},
"selection": {
"enableRowSelection": false
},
"virtualized": false
},
"type": "ia.display.table"
}
],
"meta": {
"name": "Tags_tab"
},
"position": {
"tabIndex": 3
},
"props": {
"alignItems": "flex-start",
"justify": "space-evenly"
},
"type": "ia.container.flex"
},
{
"children": [
{
@ -1458,6 +1139,325 @@
"tabIndex": 1
},
"type": "ia.container.coord"
},
{
"children": [
{
"meta": {
"name": "Table"
},
"position": {
"basis": "400px",
"grow": 1,
"shrink": 0
},
"propConfig": {
"props.data": {
"binding": {
"config": {
"path": "view.params.tags"
},
"type": "property"
}
}
},
"props": {
"columns": [
{
"align": "center",
"boolean": "checkbox",
"dateFormat": "MM/DD/YYYY",
"editable": false,
"field": "Name",
"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": "Name"
},
"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": 130
},
{
"align": "center",
"boolean": "checkbox",
"dateFormat": "MM/DD/YYYY",
"editable": false,
"field": "OPC Path",
"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": "OPC Path"
},
"header": {
"align": "center",
"justify": "center",
"style": {
"classes": ""
},
"title": "OPC Path"
},
"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": 350
},
{
"align": "center",
"boolean": "checkbox",
"dateFormat": "MM/DD/YYYY",
"editable": false,
"field": "Value",
"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": "Value"
},
"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": 100
}
],
"pager": {
"bottom": false
},
"selection": {
"enableRowSelection": false
},
"virtualized": false
},
"type": "ia.display.table"
}
],
"meta": {
"name": "FlexContainer"
},
"position": {
"tabIndex": 2
},
"type": "ia.container.flex"
}
],
"meta": {
@ -1467,7 +1467,7 @@
"grow": 1
},
"props": {
"currentTabIndex": 1,
"currentTabIndex": 2,
"menuType": "modern",
"tabSize": {
"width": 1000

View File

@ -1057,7 +1057,7 @@
"grow": 1
},
"props": {
"currentTabIndex": 1,
"currentTabIndex": 2,
"menuType": "modern",
"tabSize": {
"width": 1000

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

View File

@ -198,6 +198,8 @@ def getAllTags(self, tagPath):
try:
readPath = providerPath + fullPath
result = system.tag.readBlocking([readPath])[0]
system.perspective.print("clicked")
if result.quality.isGood():
value = str(result.value)

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

View File

@ -785,8 +785,11 @@
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "direct",
"tagPath": "Configuration/FC"
"mode": "indirect",
"references": {
"0": "{session.custom.fc}"
},
"tagPath": "[{0}_SCADA_TAG_PROVIDER]Configuration/FC"
},
"type": "tag"
}

View File

@ -490,20 +490,6 @@
}
],
"right": [
{
"anchor": "fixed",
"autoBreakpoint": 480,
"content": "cover",
"handle": "hide",
"iconUrl": "",
"id": "Docked-East-BTN",
"modal": false,
"resizable": false,
"show": "onDemand",
"size": 400,
"viewParams": {},
"viewPath": "autStand/PopUp-Views/Controller-Equipment/Information-Docked-East-Button"
},
{
"anchor": "fixed",
"autoBreakpoint": 480,
@ -524,49 +510,7 @@
"content": "cover",
"handle": "hide",
"iconUrl": "",
"id": "Docked-East-Device",
"modal": false,
"resizable": false,
"show": "onDemand",
"size": 400,
"viewParams": {},
"viewPath": "autStand/PopUp-Views/Controller-Equipment/Information-Docked-East-Beacon"
},
{
"anchor": "fixed",
"autoBreakpoint": 480,
"content": "cover",
"handle": "hide",
"iconUrl": "",
"id": "Docked-East-SS",
"modal": false,
"resizable": false,
"show": "onDemand",
"size": 400,
"viewParams": {},
"viewPath": "autStand/PopUp-Views/Controller-Equipment/Information-Docked-East-SS-Button"
},
{
"anchor": "fixed",
"autoBreakpoint": 480,
"content": "cover",
"handle": "hide",
"iconUrl": "",
"id": "Docked-East-MCM",
"modal": false,
"resizable": false,
"show": "onDemand",
"size": 400,
"viewParams": {},
"viewPath": "autStand/PopUp-Views/Controller-Equipment/Information-Docked-East-MCM"
},
{
"anchor": "fixed",
"autoBreakpoint": 480,
"content": "cover",
"handle": "hide",
"iconUrl": "",
"id": "Docked-East-VFD",
"id": "Docked-East-Conv",
"modal": false,
"resizable": false,
"show": "onDemand",
@ -580,27 +524,13 @@
"content": "cover",
"handle": "hide",
"iconUrl": "",
"id": "Docked-East-Chute",
"id": "Docked-East-VFD",
"modal": false,
"resizable": false,
"show": "onDemand",
"size": 400,
"size": 600,
"viewParams": {},
"viewPath": "autStand/PopUp-Views/Controller-Equipment/Information-Docked-East-Chute"
},
{
"anchor": "fixed",
"autoBreakpoint": 480,
"content": "cover",
"handle": "hide",
"iconUrl": "",
"id": "Docked-East-PE",
"modal": false,
"resizable": false,
"show": "onDemand",
"size": 400,
"viewParams": {},
"viewPath": "autStand/PopUp-Views/Controller-Equipment/Information-Docked-East-Photoeye"
"viewPath": "autStand/PopUp-Views/Controller-Equipment/Information-Docked-East-VFD"
}
],
"top": [

View File

@ -2818,7 +2818,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM01/Conveyor/VFD/UL15_1_VFD1",
"System/MCM01/VFD/UL15_1_VFD1",
"value",
"value",
"value",
@ -2850,7 +2850,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM01/Conveyor/VFD/UL15_2_VFD1",
"System/MCM01/VFD/UL15_2_VFD1",
"value",
"value",
"value",
@ -2884,7 +2884,7 @@
"forceFaultStatus": null,
"name": "red",
"tagProps": [
"System/MCM01/Conveyor/VFD/UL15_3_VFD1",
"System/MCM01/VFD/UL15_3_VFD1",
"value",
"value",
"value",
@ -2918,7 +2918,7 @@
"forceFaultStatus": null,
"name": "red",
"tagProps": [
"System/MCM01/Conveyor/VFD/UL15_4_VFD1",
"System/MCM01/VFD/UL15_4_VFD1",
"value",
"value",
"value",
@ -2952,7 +2952,7 @@
"forceFaultStatus": null,
"name": "red",
"tagProps": [
"System/MCM01/Conveyor/VFD/UL15_5_VFD1",
"System/MCM01/VFD/UL15_5_VFD1",
"value",
"value",
"value",
@ -2984,7 +2984,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM01/Conveyor/VFD/UL14_1_VFD1",
"System/MCM01/VFD/UL14_1_VFD1",
"value",
"value",
"value",
@ -3016,7 +3016,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM01/Conveyor/VFD/UL14_2_VFD1",
"System/MCM01/VFD/UL14_1_VFD1",
"value",
"value",
"value",
@ -3048,7 +3048,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM01/Conveyor/VFD/UL14_3_VFD1",
"System/MCM01/VFD/UL14_3_VFD1",
"value",
"value",
"value",
@ -3080,7 +3080,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM01/Conveyor/VFD/UL14_4_VFD1",
"System/MCM01/VFD/UL14_4_VFD1",
"value",
"value",
"value",
@ -3112,7 +3112,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM01/Conveyor/VFD/UL14_5_VFD1",
"System/MCM01/VFD/UL14_5_VFD1",
"value",
"value",
"value",
@ -3144,7 +3144,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM01/Conveyor/VFD/PS3_1_VFD1",
"System/MCM01/VFD/PS3_1_VFD1",
"value",
"value",
"value",
@ -3176,7 +3176,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM01/Conveyor/VFD/PS3_2_VFD1",
"System/MCM01/VFD/PS3_2_VFD1",
"value",
"value",
"value",
@ -3210,7 +3210,7 @@
"forceFaultStatus": null,
"name": "red",
"tagProps": [
"System/MCM01/Conveyor/VFD/PS3_3_VFD1",
"System/MCM01/VFD/PS3_3_VFD1",
"value",
"value",
"value",
@ -3244,7 +3244,7 @@
"forceFaultStatus": null,
"name": "red",
"tagProps": [
"System/MCM01/Conveyor/VFD/PS3_4_VFD1",
"System/MCM01/VFD/PS3_4_VFD1",
"value",
"value",
"value",
@ -3278,7 +3278,7 @@
"forceFaultStatus": null,
"name": "red",
"tagProps": [
"System/MCM01/Conveyor/VFD/PS3_5_VFD1",
"System/MCM01/VFD/PS3_5_VFD1",
"value",
"value",
"value",
@ -3312,7 +3312,7 @@
"forceFaultStatus": null,
"name": "red",
"tagProps": [
"System/MCM01/Conveyor/VFD/PS3_6_VFD1",
"System/MCM01/VFD/PS3_6_VFD1",
"value",
"value",
"value",
@ -3346,7 +3346,7 @@
"forceFaultStatus": null,
"name": "red",
"tagProps": [
"System/MCM01/Conveyor/VFD/PS3_7_VFD1",
"System/MCM01/VFD/PS3_7_VFD1",
"value",
"value",
"value",
@ -3380,7 +3380,7 @@
"forceFaultStatus": null,
"name": "red",
"tagProps": [
"System/MCM01/Conveyor/VFD/PS3_8_VFD1",
"System/MCM01/VFD/PS3_8_VFD1",
"value",
"value",
"value",
@ -3414,7 +3414,7 @@
"forceFaultStatus": null,
"name": "red",
"tagProps": [
"System/MCM01/Conveyor/VFD/PS3_9AL_VFD1",
"System/MCM01/VFD/PS3_9AL_VFD1",
"value",
"value",
"value",
@ -3448,7 +3448,7 @@
"forceFaultStatus": null,
"name": "red",
"tagProps": [
"System/MCM01/Conveyor/VFD/PS3_10_VFD1",
"System/MCM01/VFD/PS3_10_VFD1",
"value",
"value",
"value",
@ -3482,7 +3482,7 @@
"forceFaultStatus": null,
"name": "red",
"tagProps": [
"System/MCM01/Conveyor/VFD/PS3_11_VFD1",
"System/MCM01/VFD/PS3_11_VFD1",
"value",
"value",
"value",
@ -3516,7 +3516,7 @@
"forceFaultStatus": null,
"name": "red",
"tagProps": [
"System/MCM01/Conveyor/VFD/PS3_9B_VFD1",
"System/MCM01/VFD/PS3_9B_VFD1",
"value",
"value",
"value",
@ -4604,7 +4604,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM01/MCM01",
"System/MCM01//MCM01",
"value",
"value",
"value",

View File

@ -3006,7 +3006,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM02/Conveyor/VFD/PS3_12_VFD1",
"System/MCM02/VFD/PS3_12_VFD1",
"value",
"value",
"value",
@ -3035,7 +3035,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM02/Conveyor/VFD/PS3_13_VFD1",
"System/MCM02/VFD/PS3_13_VFD1",
"value",
"value",
"value",
@ -3064,7 +3064,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM02/Conveyor/VFD/PS3_14_VFD1",
"System/MCM02/VFD/PS3_14_VFD1",
"value",
"value",
"value",
@ -5654,7 +5654,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM02/STATION/JR/S03_1_JR1",
"System/MCM02/STATION/Chute_JR/S03_1_JR1",
"value",
"value",
"value",
@ -5683,7 +5683,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM02/STATION/JR/S03_1_JR3",
"System/MCM02/STATION/Chute_JR/S03_1_JR3",
"value",
"value",
"value",
@ -5712,7 +5712,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM02/STATION/JR/S03_1_JR5",
"System/MCM02/STATION/Chute_JR/S03_1_JR5",
"value",
"value",
"value",
@ -5741,7 +5741,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM02/STATION/JR/S03_1_JR7",
"System/MCM02/STATION/Chute_JR/S03_1_JR7",
"value",
"value",
"value",
@ -5770,7 +5770,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM02/STATION/JR/S03_1_JR4",
"System/MCM02/STATION/Chute_JR/S03_1_JR4",
"value",
"value",
"value",
@ -5799,7 +5799,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM02/STATION/JR/S03_1_JR6",
"System/MCM02/STATION/Chute_JR/S03_1_JR6",
"value",
"value",
"value",
@ -5828,7 +5828,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM02/STATION/JR/S03_1_JR8",
"System/MCM02/STATION/Chute_JR/S03_1_JR8",
"value",
"value",
"value",
@ -5977,7 +5977,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM02/Photoeyes/LRPE/S03_1_LRPE1",
"System/MCM02/Photoeye/LRPE/S03_1_LRPE1",
"value",
"value",
"value",
@ -6006,7 +6006,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM02/Photoeyes/LRPE/S03_1_LRPE3",
"System/MCM02/Photoeye/LRPE/S03_1_LRPE3",
"value",
"value",
"value",
@ -6035,7 +6035,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM02/Photoeyes/LRPE/S03_1_LRPE5",
"System/MCM02/Photoeye/LRPE/S03_1_LRPE5",
"value",
"value",
"value",
@ -6064,7 +6064,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM02/Photoeyes/LRPE/S03_1_LRPE7",
"System/MCM02/Photoeye/LRPE/S03_1_LRPE7",
"value",
"value",
"value",
@ -6093,7 +6093,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM02/Photoeyes/LRPE/S03_1_LRPE4",
"System/MCM02/Photoeye/LRPE/S03_1_LRPE4",
"value",
"value",
"value",
@ -6122,7 +6122,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM02/Photoeyes/LRPE/S03_1_LRPE6",
"System/MCM02/Photoeye/LRPE/S03_1_LRPE6",
"value",
"value",
"value",
@ -6151,7 +6151,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM02/Photoeyes/LRPE/S03_1_LRPE8",
"System/MCM02/Photoeye/LRPE/S03_1_LRPE8",
"value",
"value",
"value",
@ -6879,7 +6879,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM02/Conveyor/VFD/NCS1_1_VFD1",
"System/MCM02/VFD/NCS1_1_VFD1",
"value",
"value",
"value",
@ -7488,7 +7488,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM02/MCM02",
"System/MCM02//MCM02",
"value",
"value",
"value",
@ -8923,7 +8923,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM02/Scanner/S03",
"S03",
"value",
"value",
"value",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

View File

@ -5,7 +5,7 @@
},
"params": {
"tagProps": [
"System/MCM01/Conveyor/UL1_3_VFD1",
"System/MCM01/VFD/UL14_1_VFD1",
"value",
"value",
"value",
@ -232,7 +232,7 @@
"dom": {
"onClick": {
"config": {
"script": "\t#create tags lists for the device\n\tprops \u003d self.view.params.tagProps\n\ttags_table_dataset \u003d autStand.devices.getAllTags(self, props[0])\n\tsystem.perspective.openDock(\u0027Docked-East-VFD\u0027,params\u003d{\u0027tagProps\u0027:self.view.params.tagProps, \"tags\":tags_table_dataset})"
"script": "\t#create tags lists for the device\n\tprops \u003d self.view.params.tagProps\n\ttags_table_dataset \u003d autStand.devices.getAllTags(self, props[0])\n\tsystem.perspective.openDock(\u0027Docked-East-VFD\u0027,params\u003d{\u0027tagProps\u0027:self.view.params.tagProps, \"tags\":tags_table_dataset})\n\n\tsystem.perspective.print(tags_table_dataset)\n\t\n\tdata \u003d []\n\tfor r in range(tags_table_dataset.getRowCount()):\n\t row \u003d {}\n\t for c in range(tags_table_dataset.getColumnCount()):\n\t row[tags_table_dataset.getColumnName(c)] \u003d tags_table_dataset.getValueAt(r, c)\n\t data.append(row)\n\t\n\tprint(data)"
},
"scope": "G",
"type": "script"

Binary file not shown.

After

Width:  |  Height:  |  Size: 953 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 882 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 KiB

View File

@ -490,20 +490,6 @@
}
],
"right": [
{
"anchor": "fixed",
"autoBreakpoint": 480,
"content": "cover",
"handle": "hide",
"iconUrl": "",
"id": "Docked-East-BTN",
"modal": false,
"resizable": false,
"show": "onDemand",
"size": 400,
"viewParams": {},
"viewPath": "autStand/PopUp-Views/Controller-Equipment/Information-Docked-East-Button"
},
{
"anchor": "fixed",
"autoBreakpoint": 480,
@ -524,49 +510,7 @@
"content": "cover",
"handle": "hide",
"iconUrl": "",
"id": "Docked-East-Device",
"modal": false,
"resizable": false,
"show": "onDemand",
"size": 400,
"viewParams": {},
"viewPath": "autStand/PopUp-Views/Controller-Equipment/Information-Docked-East-Beacon"
},
{
"anchor": "fixed",
"autoBreakpoint": 480,
"content": "cover",
"handle": "hide",
"iconUrl": "",
"id": "Docked-East-SS",
"modal": false,
"resizable": false,
"show": "onDemand",
"size": 400,
"viewParams": {},
"viewPath": "autStand/PopUp-Views/Controller-Equipment/Information-Docked-East-SS-Button"
},
{
"anchor": "fixed",
"autoBreakpoint": 480,
"content": "cover",
"handle": "hide",
"iconUrl": "",
"id": "Docked-East-MCM",
"modal": false,
"resizable": false,
"show": "onDemand",
"size": 400,
"viewParams": {},
"viewPath": "autStand/PopUp-Views/Controller-Equipment/Information-Docked-East-MCM"
},
{
"anchor": "fixed",
"autoBreakpoint": 480,
"content": "cover",
"handle": "hide",
"iconUrl": "",
"id": "Docked-East-VFD",
"id": "Docked-East-Conv",
"modal": false,
"resizable": false,
"show": "onDemand",
@ -580,27 +524,13 @@
"content": "cover",
"handle": "hide",
"iconUrl": "",
"id": "Docked-East-Chute",
"id": "Docked-East-VFD",
"modal": false,
"resizable": false,
"show": "onDemand",
"size": 400,
"size": 600,
"viewParams": {},
"viewPath": "autStand/PopUp-Views/Controller-Equipment/Information-Docked-East-Chute"
},
{
"anchor": "fixed",
"autoBreakpoint": 480,
"content": "cover",
"handle": "hide",
"iconUrl": "",
"id": "Docked-East-PE",
"modal": false,
"resizable": false,
"show": "onDemand",
"size": 400,
"viewParams": {},
"viewPath": "autStand/PopUp-Views/Controller-Equipment/Information-Docked-East-Photoeye"
"viewPath": "autStand/PopUp-Views/Controller-Equipment/Information-Docked-East-VFD"
}
],
"top": [

View File

@ -9,8 +9,8 @@
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2025-09-19T12:39:39Z"
"timestamp": "2025-09-23T07:58:50Z"
},
"lastModificationSignature": "17b2e245614fba1695935663ee680d909dcdce7f0bbcb63cd10abebf04696e19"
"lastModificationSignature": "cc76cabaeb7c17509349846d8dbfbf9462003fa3609bdb591e001c1a55464b86"
}
}

View File

@ -10,8 +10,8 @@
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2025-09-22T11:55:16Z"
"timestamp": "2025-09-23T07:49:32Z"
},
"lastModificationSignature": "37102b13d749b59b9af22f9c250f325e6be5f4e07986a5927901ec59ac0262f0"
"lastModificationSignature": "a05a4b2fd977b483a23194521993a54bd589a083d949cd0146eb2536bef6aae3"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 59 KiB

View File

@ -2818,7 +2818,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM01/Conveyor/VFD/UL15_1_VFD1",
"System/MCM01/VFD/UL15_1_VFD1",
"value",
"value",
"value",
@ -2850,7 +2850,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM01/Conveyor/VFD/UL15_2_VFD1",
"System/MCM01/VFD/UL15_2_VFD1",
"value",
"value",
"value",
@ -2884,7 +2884,7 @@
"forceFaultStatus": null,
"name": "red",
"tagProps": [
"System/MCM01/Conveyor/VFD/UL15_3_VFD1",
"System/MCM01/VFD/UL15_3_VFD1",
"value",
"value",
"value",
@ -2918,7 +2918,7 @@
"forceFaultStatus": null,
"name": "red",
"tagProps": [
"System/MCM01/Conveyor/VFD/UL15_4_VFD1",
"System/MCM01/VFD/UL15_4_VFD1",
"value",
"value",
"value",
@ -2952,7 +2952,7 @@
"forceFaultStatus": null,
"name": "red",
"tagProps": [
"System/MCM01/Conveyor/VFD/UL15_5_VFD1",
"System/MCM01/VFD/UL15_5_VFD1",
"value",
"value",
"value",
@ -2984,7 +2984,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM01/Conveyor/VFD/UL14_1_VFD1",
"System/MCM01/VFD/UL14_1_VFD1",
"value",
"value",
"value",
@ -3016,7 +3016,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM01/Conveyor/VFD/UL14_2_VFD1",
"System/MCM01/VFD/UL14_1_VFD1",
"value",
"value",
"value",
@ -3048,7 +3048,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM01/Conveyor/VFD/UL14_3_VFD1",
"System/MCM01/VFD/UL14_3_VFD1",
"value",
"value",
"value",
@ -3080,7 +3080,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM01/Conveyor/VFD/UL14_4_VFD1",
"System/MCM01/VFD/UL14_4_VFD1",
"value",
"value",
"value",
@ -3112,7 +3112,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM01/Conveyor/VFD/UL14_5_VFD1",
"System/MCM01/VFD/UL14_5_VFD1",
"value",
"value",
"value",
@ -3144,7 +3144,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM01/Conveyor/VFD/PS3_1_VFD1",
"System/MCM01/VFD/PS3_1_VFD1",
"value",
"value",
"value",
@ -3176,7 +3176,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM01/Conveyor/VFD/PS3_2_VFD1",
"System/MCM01/VFD/PS3_2_VFD1",
"value",
"value",
"value",
@ -3210,7 +3210,7 @@
"forceFaultStatus": null,
"name": "red",
"tagProps": [
"System/MCM01/Conveyor/VFD/PS3_3_VFD1",
"System/MCM01/VFD/PS3_3_VFD1",
"value",
"value",
"value",
@ -3244,7 +3244,7 @@
"forceFaultStatus": null,
"name": "red",
"tagProps": [
"System/MCM01/Conveyor/VFD/PS3_4_VFD1",
"System/MCM01/VFD/PS3_4_VFD1",
"value",
"value",
"value",
@ -3278,7 +3278,7 @@
"forceFaultStatus": null,
"name": "red",
"tagProps": [
"System/MCM01/Conveyor/VFD/PS3_5_VFD1",
"System/MCM01/VFD/PS3_5_VFD1",
"value",
"value",
"value",
@ -3312,7 +3312,7 @@
"forceFaultStatus": null,
"name": "red",
"tagProps": [
"System/MCM01/Conveyor/VFD/PS3_6_VFD1",
"System/MCM01/VFD/PS3_6_VFD1",
"value",
"value",
"value",
@ -3346,7 +3346,7 @@
"forceFaultStatus": null,
"name": "red",
"tagProps": [
"System/MCM01/Conveyor/VFD/PS3_7_VFD1",
"System/MCM01/VFD/PS3_7_VFD1",
"value",
"value",
"value",
@ -3380,7 +3380,7 @@
"forceFaultStatus": null,
"name": "red",
"tagProps": [
"System/MCM01/Conveyor/VFD/PS3_8_VFD1",
"System/MCM01/VFD/PS3_8_VFD1",
"value",
"value",
"value",
@ -3414,7 +3414,7 @@
"forceFaultStatus": null,
"name": "red",
"tagProps": [
"System/MCM01/Conveyor/VFD/PS3_9AL_VFD1",
"System/MCM01/VFD/PS3_9AL_VFD1",
"value",
"value",
"value",
@ -3448,7 +3448,7 @@
"forceFaultStatus": null,
"name": "red",
"tagProps": [
"System/MCM01/Conveyor/VFD/PS3_10_VFD1",
"System/MCM01/VFD/PS3_10_VFD1",
"value",
"value",
"value",
@ -3482,7 +3482,7 @@
"forceFaultStatus": null,
"name": "red",
"tagProps": [
"System/MCM01/Conveyor/VFD/PS3_11_VFD1",
"System/MCM01/VFD/PS3_11_VFD1",
"value",
"value",
"value",
@ -3516,7 +3516,7 @@
"forceFaultStatus": null,
"name": "red",
"tagProps": [
"System/MCM01/Conveyor/VFD/PS3_9B_VFD1",
"System/MCM01/VFD/PS3_9B_VFD1",
"value",
"value",
"value",
@ -4604,7 +4604,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM01/MCM01",
"System/MCM01//MCM01",
"value",
"value",
"value",

View File

@ -10,8 +10,8 @@
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2025-09-22T11:58:42Z"
"timestamp": "2025-09-23T07:56:24Z"
},
"lastModificationSignature": "d40241c8e8b2117923e6bd5f5c8e262799faf0b2ca12654b4fa28273dd3bcf8a"
"lastModificationSignature": "360fbc0eb02309e5f0c7ebcd53f8065604224c73fc479aefb65bf30fcd321f29"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 KiB

After

Width:  |  Height:  |  Size: 81 KiB

View File

@ -3006,7 +3006,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM02/Conveyor/VFD/PS3_12_VFD1",
"System/MCM02/VFD/PS3_12_VFD1",
"value",
"value",
"value",
@ -3035,7 +3035,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM02/Conveyor/VFD/PS3_13_VFD1",
"System/MCM02/VFD/PS3_13_VFD1",
"value",
"value",
"value",
@ -3064,7 +3064,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM02/Conveyor/VFD/PS3_14_VFD1",
"System/MCM02/VFD/PS3_14_VFD1",
"value",
"value",
"value",
@ -5654,7 +5654,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM02/STATION/JR/S03_1_JR1",
"System/MCM02/STATION/Chute_JR/S03_1_JR1",
"value",
"value",
"value",
@ -5683,7 +5683,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM02/STATION/JR/S03_1_JR3",
"System/MCM02/STATION/Chute_JR/S03_1_JR3",
"value",
"value",
"value",
@ -5712,7 +5712,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM02/STATION/JR/S03_1_JR5",
"System/MCM02/STATION/Chute_JR/S03_1_JR5",
"value",
"value",
"value",
@ -5741,7 +5741,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM02/STATION/JR/S03_1_JR7",
"System/MCM02/STATION/Chute_JR/S03_1_JR7",
"value",
"value",
"value",
@ -5770,7 +5770,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM02/STATION/JR/S03_1_JR4",
"System/MCM02/STATION/Chute_JR/S03_1_JR4",
"value",
"value",
"value",
@ -5799,7 +5799,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM02/STATION/JR/S03_1_JR6",
"System/MCM02/STATION/Chute_JR/S03_1_JR6",
"value",
"value",
"value",
@ -5828,7 +5828,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM02/STATION/JR/S03_1_JR8",
"System/MCM02/STATION/Chute_JR/S03_1_JR8",
"value",
"value",
"value",
@ -5977,7 +5977,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM02/Photoeyes/LRPE/S03_1_LRPE1",
"System/MCM02/Photoeye/LRPE/S03_1_LRPE1",
"value",
"value",
"value",
@ -6006,7 +6006,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM02/Photoeyes/LRPE/S03_1_LRPE3",
"System/MCM02/Photoeye/LRPE/S03_1_LRPE3",
"value",
"value",
"value",
@ -6035,7 +6035,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM02/Photoeyes/LRPE/S03_1_LRPE5",
"System/MCM02/Photoeye/LRPE/S03_1_LRPE5",
"value",
"value",
"value",
@ -6064,7 +6064,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM02/Photoeyes/LRPE/S03_1_LRPE7",
"System/MCM02/Photoeye/LRPE/S03_1_LRPE7",
"value",
"value",
"value",
@ -6093,7 +6093,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM02/Photoeyes/LRPE/S03_1_LRPE4",
"System/MCM02/Photoeye/LRPE/S03_1_LRPE4",
"value",
"value",
"value",
@ -6122,7 +6122,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM02/Photoeyes/LRPE/S03_1_LRPE6",
"System/MCM02/Photoeye/LRPE/S03_1_LRPE6",
"value",
"value",
"value",
@ -6151,7 +6151,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM02/Photoeyes/LRPE/S03_1_LRPE8",
"System/MCM02/Photoeye/LRPE/S03_1_LRPE8",
"value",
"value",
"value",
@ -6879,7 +6879,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM02/Conveyor/VFD/NCS1_1_VFD1",
"System/MCM02/VFD/NCS1_1_VFD1",
"value",
"value",
"value",
@ -7488,7 +7488,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM02/MCM02",
"System/MCM02//MCM02",
"value",
"value",
"value",
@ -8923,7 +8923,7 @@
"props": {
"params": {
"tagProps": [
"System/MCM02/Scanner/S03",
"S03",
"value",
"value",
"value",

View File

@ -10,8 +10,8 @@
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2025-09-11T15:46:43Z"
"timestamp": "2025-09-22T15:20:00Z"
},
"lastModificationSignature": "fa50d892e615152818b62bdc2e1bac430c9f9b93ced70518e6bb2c93d0d48687"
"lastModificationSignature": "f5fcdfdd2b02746c63bb08801c0b4978806407f4b98bbc0a346d5468449f802b"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 882 B

After

Width:  |  Height:  |  Size: 953 B

View File

@ -785,8 +785,11 @@
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "direct",
"tagPath": "Configuration/FC"
"mode": "indirect",
"references": {
"0": "{session.custom.fc}"
},
"tagPath": "[{0}_SCADA_TAG_PROVIDER]Configuration/FC"
},
"type": "tag"
}

View File

@ -10,8 +10,8 @@
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2025-09-15T12:01:44Z"
"timestamp": "2025-09-23T08:02:58Z"
},
"lastModificationSignature": "ff50ea1fb6fc1a9d6541ce8f244d2f1f5282acb3cb53ff840dc2c7d7d77f6e09"
"lastModificationSignature": "e3e6a465b139040b442c2938dcf25858cb5800835e167e0dbfbd4b5f1f1a42ec"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 B

After

Width:  |  Height:  |  Size: 105 B

View File

@ -10,8 +10,8 @@
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2025-09-19T14:26:19Z"
"timestamp": "2025-09-23T08:06:34Z"
},
"lastModificationSignature": "824eacbeea448afe5a876e2b7b4896da09a2fc68d7f1778abb2e5c05f2d4d1c5"
"lastModificationSignature": "fa494cfbdd5b54bf32e9ce05c0e17326423a9c960b3e1a9ed35c361b12a1acab"
}
}

View File

@ -5,7 +5,7 @@
},
"params": {
"tagProps": [
"System/MCM01/Conveyor/UL1_3_VFD1",
"System/MCM01/VFD/UL14_1_VFD1",
"value",
"value",
"value",
@ -232,7 +232,7 @@
"dom": {
"onClick": {
"config": {
"script": "\t#create tags lists for the device\n\tprops \u003d self.view.params.tagProps\n\ttags_table_dataset \u003d autStand.devices.getAllTags(self, props[0])\n\tsystem.perspective.openDock(\u0027Docked-East-VFD\u0027,params\u003d{\u0027tagProps\u0027:self.view.params.tagProps, \"tags\":tags_table_dataset})"
"script": "\t#create tags lists for the device\n\tprops \u003d self.view.params.tagProps\n\ttags_table_dataset \u003d autStand.devices.getAllTags(self, props[0])\n\tsystem.perspective.openDock(\u0027Docked-East-VFD\u0027,params\u003d{\u0027tagProps\u0027:self.view.params.tagProps, \"tags\":tags_table_dataset})\n\n\tsystem.perspective.print(tags_table_dataset)\n\t\n\tdata \u003d []\n\tfor r in range(tags_table_dataset.getRowCount()):\n\t row \u003d {}\n\t for c in range(tags_table_dataset.getColumnCount()):\n\t row[tags_table_dataset.getColumnName(c)] \u003d tags_table_dataset.getValueAt(r, c)\n\t data.append(row)\n\t\n\tprint(data)"
},
"scope": "G",
"type": "script"

View File

@ -10,8 +10,8 @@
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2025-09-18T19:21:10Z"
"timestamp": "2025-09-23T08:02:35Z"
},
"lastModificationSignature": "4d9b9501e1a1ee2c2e315238dddcc8ecc1c90cb844ff0a2aa8ce63055a9d2f06"
"lastModificationSignature": "c7b4bf87c9d4936ea961edd4da4a717d8270ce1c95345a8bdb84d0c27ef995e6"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -1057,7 +1057,7 @@
"grow": 1
},
"props": {
"currentTabIndex": 1,
"currentTabIndex": 2,
"menuType": "modern",
"tabSize": {
"width": 1000

View File

@ -10,8 +10,8 @@
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2025-09-18T18:24:30Z"
"timestamp": "2025-09-23T08:48:09Z"
},
"lastModificationSignature": "9c8f3e366cc45b4237dad8a476350ed3e17a0a6cbf4d050f92e47db4342cab76"
"lastModificationSignature": "f84f93776f4bf1148ed4e0855cc2ea3d0cb133fa888c8e0ff8154b975c655ee5"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -1,14 +1,14 @@
{
"custom": {
"PLC": "MCM01",
"device": "UL15_1",
"device": "UL15_1_VFD1",
"maintance_mode": false,
"showTags": true,
"state": "UNKNOWN"
},
"params": {
"tagProps": [
"System/MCM01/Conveyor/UL15_1",
"System/MCM01/VFD/UL15_1_VFD1",
"value",
"value",
"value",
@ -136,6 +136,10 @@
"persistent": true
},
"params.tags": {
"onChange": {
"enabled": null,
"script": "\tsystem.perspective.print(\u0027aq vart\u0027)\n\tsystem.perspective.print(currentValue.value)"
},
"paramDirection": "input",
"persistent": true
}
@ -379,329 +383,6 @@
},
"type": "ia.container.flex"
},
{
"children": [
{
"meta": {
"name": "Table"
},
"position": {
"basis": "400px",
"grow": 1,
"shrink": 0
},
"propConfig": {
"props.data": {
"binding": {
"config": {
"path": "view.params.tags"
},
"type": "property"
}
}
},
"props": {
"columns": [
{
"align": "center",
"boolean": "checkbox",
"dateFormat": "MM/DD/YYYY",
"editable": false,
"field": "Name",
"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": "Name"
},
"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": 130
},
{
"align": "center",
"boolean": "checkbox",
"dateFormat": "MM/DD/YYYY",
"editable": false,
"field": "OPC Path",
"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": "OPC Path"
},
"header": {
"align": "center",
"justify": "center",
"style": {
"classes": ""
},
"title": "OPC Path"
},
"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": 350
},
{
"align": "center",
"boolean": "checkbox",
"dateFormat": "MM/DD/YYYY",
"editable": false,
"field": "Value",
"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": "Value"
},
"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": 100
}
],
"pager": {
"bottom": false
},
"selection": {
"enableRowSelection": false
},
"virtualized": false
},
"type": "ia.display.table"
}
],
"meta": {
"name": "Tags_tab"
},
"position": {
"tabIndex": 3
},
"props": {
"alignItems": "flex-start",
"justify": "space-evenly"
},
"type": "ia.container.flex"
},
{
"children": [
{
@ -1458,6 +1139,325 @@
"tabIndex": 1
},
"type": "ia.container.coord"
},
{
"children": [
{
"meta": {
"name": "Table"
},
"position": {
"basis": "400px",
"grow": 1,
"shrink": 0
},
"propConfig": {
"props.data": {
"binding": {
"config": {
"path": "view.params.tags"
},
"type": "property"
}
}
},
"props": {
"columns": [
{
"align": "center",
"boolean": "checkbox",
"dateFormat": "MM/DD/YYYY",
"editable": false,
"field": "Name",
"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": "Name"
},
"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": 130
},
{
"align": "center",
"boolean": "checkbox",
"dateFormat": "MM/DD/YYYY",
"editable": false,
"field": "OPC Path",
"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": "OPC Path"
},
"header": {
"align": "center",
"justify": "center",
"style": {
"classes": ""
},
"title": "OPC Path"
},
"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": 350
},
{
"align": "center",
"boolean": "checkbox",
"dateFormat": "MM/DD/YYYY",
"editable": false,
"field": "Value",
"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": "Value"
},
"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": 100
}
],
"pager": {
"bottom": false
},
"selection": {
"enableRowSelection": false
},
"virtualized": false
},
"type": "ia.display.table"
}
],
"meta": {
"name": "FlexContainer"
},
"position": {
"tabIndex": 2
},
"type": "ia.container.flex"
}
],
"meta": {
@ -1467,7 +1467,7 @@
"grow": 1
},
"props": {
"currentTabIndex": 1,
"currentTabIndex": 2,
"menuType": "modern",
"tabSize": {
"width": 1000

View File

@ -198,6 +198,8 @@ def getAllTags(self, tagPath):
try:
readPath = providerPath + fullPath
result = system.tag.readBlocking([readPath])[0]
system.perspective.print("clicked")
if result.quality.isGood():
value = str(result.value)

View File

@ -9,9 +9,9 @@
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2025-09-22T10:31:32Z"
"timestamp": "2025-09-23T08:01:14Z"
},
"hintScope": 2,
"lastModificationSignature": "e8ffd3c3080d65f4c5f30eb102a0a09ea19d86d6cb35e6e9761e5048c53dccc2"
"lastModificationSignature": "a562ce6b1d2e9a1e2e7f8d57e1421d81a1776cb1ae8d0f8b6da2dd44e30a917f"
}
}

View File

@ -40,3 +40,7 @@ Starting conversion: 20250920:12.20.22
Conversion finished. Elapsed time: 10 ms
Starting conversion: 20250922:11.54.29
Conversion finished. Elapsed time: 11 ms
Starting conversion: 20250922:19.34.18
Conversion finished. Elapsed time: 11 ms
Starting conversion: 20250923:11.25.42
Conversion finished. Elapsed time: 11 ms

View File

@ -1,245 +0,0 @@
{
"name": "",
"tagType": "Provider",
"tags": [
{
"name": "System",
"tagType": "Folder",
"tags": [
{
"valueSource": "memory",
"dataType": "Boolean",
"name": "close_socket",
"value": true,
"tagType": "AtomicTag"
},
{
"valueSource": "memory",
"dataType": "String",
"name": "aws_data",
"value": "{}",
"tagType": "AtomicTag"
},
{
"valueSource": "memory",
"dataType": "DateTime",
"name": "wbsckt_heartbeat_interval",
"value": 1747926522907,
"tagType": "AtomicTag"
},
{
"valueSource": "memory",
"dataType": "String",
"name": "download",
"value": "",
"tagType": "AtomicTag"
},
{
"valueSource": "memory",
"dataType": "String",
"name": "device_count",
"value": "{}",
"tagType": "AtomicTag"
},
{
"valueSource": "memory",
"dataType": "String",
"name": "wbsckt_messages_send",
"value": "{}",
"tagType": "AtomicTag"
},
{
"valueSource": "memory",
"dataType": "String",
"name": "IdToStatus",
"value": "{}",
"tagType": "AtomicTag"
},
{
"valueSource": "memory",
"dataType": "String",
"name": "thread_id",
"value": "421",
"tagType": "AtomicTag"
},
{
"valueSource": "memory",
"dataType": "Boolean",
"name": "wbsckt_logging",
"value": false,
"tagType": "AtomicTag"
},
{
"valueSource": "memory",
"dataType": "Boolean",
"name": "wbsckt_running",
"value": true,
"tagType": "AtomicTag"
}
]
},
{
"name": "Configuration",
"tagType": "Folder",
"tags": [
{
"valueSource": "memory",
"dataType": "String",
"name": "aws",
"value": "{\"prefix\":\"na\",\"region\":\"us-east-1\"}",
"tagType": "AtomicTag"
},
{
"valueSource": "memory",
"dataType": "String",
"name": "BACKEND_EDGE_DEVICE",
"value": "quattro",
"tagType": "AtomicTag"
},
{
"valueSource": "memory",
"dataType": "String",
"name": "DetailedViews",
"value": "{ \"MCM01 Fluid Inbound\": [ \"MCM01\" ], \"MCM02 Non Con Sorter\": [ \"MCM02\" ] }",
"tagType": "AtomicTag"
},
{
"valueSource": "memory",
"dataType": "String",
"name": "PLC",
"value": "{ \"MCM01\": { \"Area\": \"Fluid Inbound\", \"SubArea\": \"\" }, \"MCM02\": { \"Area\": \"Non Con Sorter\", \"SubArea\": \"\" } }",
"tagType": "AtomicTag"
},
{
"valueSource": "memory",
"dataType": "String",
"name": "FC",
"alarmEvalEnabled": false,
"value": "BNA8",
"tagType": "AtomicTag"
},
{
"valueSource": "reference",
"dataType": "String",
"sourceTagPath": "[System]Gateway/SystemName",
"name": "SystemName",
"tagType": "AtomicTag"
},
{
"valueSource": "memory",
"dataType": "String",
"name": "SiteLatLng",
"value": "{\"lat\":40.19567891533845, \"lng\":-74.56542081870408}",
"tagType": "AtomicTag"
}
]
},
{
"name": "Latency",
"tagType": "Folder",
"tags": [
{
"valueSource": "memory",
"dataType": "String",
"name": "avg_latency",
"value": "",
"tagType": "AtomicTag"
},
{
"valueSource": "memory",
"dataType": "Boolean",
"name": "first_pass",
"value": true,
"tagType": "AtomicTag"
},
{
"valueSource": "memory",
"dataType": "DateTime",
"name": "last_alarm_change_ts",
"formatString": "yyyy-MM-dd h:mm:ss aa",
"tagType": "AtomicTag"
},
{
"valueSource": "reference",
"dataType": "String",
"sourceTagPath": "[~]System/aws_data.value",
"name": "aws_data_copy",
"tagType": "AtomicTag"
},
{
"valueSource": "memory",
"dataType": "StringArray",
"name": "rolling_latency",
"alarmEvalEnabled": true,
"value": [
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0"
],
"tagType": "AtomicTag"
},
{
"valueSource": "memory",
"dataType": "String",
"name": "prev_key",
"value": "",
"tagType": "AtomicTag"
}
]
},
{
"name": "_types_",
"tagType": "Folder",
"tags": [
{
"name": "TagProp",
"tagType": "UdtType",
"tags": [
{
"valueSource": "memory",
"name": "STATE",
"tagType": "AtomicTag"
},
{
"valueSource": "memory",
"name": "DCN",
"tagType": "AtomicTag"
},
{
"valueSource": "memory",
"name": "ALARMST",
"tagType": "AtomicTag"
}
]
}
]
}
]
}