showing PE alarms in the docked-vfd

This commit is contained in:
Salijoghli 2025-06-23 16:56:40 +04:00
parent ce9bba6ae9
commit 745a200047

View File

@ -7,7 +7,7 @@
},
"params": {
"tagProps": [
"System/Conveyor/APF/UL1_3",
"System/MCM01/Conveyor/UL1_3_VFD1",
"value",
"value",
"value",
@ -238,14 +238,14 @@
"grow": 1
},
"propConfig": {
"props.filters.active.text": {
"props.filters.active.conditions.displayPath": {
"binding": {
"config": {
"path": "view.params.tagProps[0]"
},
"transforms": [
{
"code": "\treturn value[1:]",
"code": "\tparts \u003d value.split(\"/\")\n\tname \u003d parts[-1]\n\t\n\t# Split on \"_\" and remove the last part\n\tname_parts \u003d name.split(\"_\")\n\tnew_name \u003d \"_\".join(name_parts[:-1])\n\t\n\treturn new_name + \"_PE*,\" + new_name + \"_VFD*\"",
"type": "script"
}
],
@ -272,6 +272,7 @@
},
"filters": {
"active": {
"conditions": {},
"priorities": {
"critical": false,
"high": false,
@ -1898,7 +1899,6 @@
"grow": 1
},
"props": {
"currentTabIndex": 1,
"menuType": "modern",
"tabSize": {
"width": 1000