Fix Disconnect

This commit is contained in:
beka makharadze 2025-06-26 11:21:05 +04:00
parent 8242a5bfb6
commit 7c3d8b70ba

View File

@ -32,14 +32,14 @@
"fallbackDelay": 2.5, "fallbackDelay": 2.5,
"mode": "indirect", "mode": "indirect",
"references": { "references": {
"fc": "{session.custom.fc}", "0": "{view.params.tagProps[0]}",
"plc": "{view.custom.plc}" "fc": "{session.custom.fc}"
}, },
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{plc}/DCN" "tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/STATE"
}, },
"transforms": [ "transforms": [
{ {
"expression": "if(isNull({value}), False, {value})", "expression": "!isGood({value})",
"type": "expression" "type": "expression"
} }
], ],