{ "custom": {}, "params": { "boxColor": "var(--olGray)", "display": true, "inputPower": 1, "objectName": "PDU V2", "outputPower": { "subfeedBkr1": 0, "subfeedBkr2": 0, "subfeedBkr3": 0, "subfeedBkr4": 0, "subfeedBkr5": 0 }, "tagPath": "[Ignition_SATB1_IO2_default]GAL1271/SATB1_GAL1271_PDU_P2-3-1", "textColor": "var(--olGray)", "textHandler": { "PDU1": "Parameters.DeviceLabel", "PDU2": "1000kVA", "PDU3": "(OFCI)", "SBFDBkr1": "1600AF", "SBFDBkr1-1": "600AF", "SBFDBkr1-2": "600AT", "SBFDBkr1-3": "LSI", "SBFDBkr1-4": "100%", "SBFDBkr1-5": "TYP FOR 5", "SBFDBkr1-6": "TO DATA HALL", "SBFDBkr2": "1200AT", "SBFDBkr3": "LSI,ST,", "SBFDBkr4": "ERMS,", "SBFDBkr5": "100%", "SBFDBkr6": "1000kVA", "SPD": "SPD" } }, "propConfig": { "params.boxColor": { "paramDirection": "input", "persistent": true }, "params.display": { "paramDirection": "input", "persistent": true }, "params.inputPower": { "paramDirection": "input", "persistent": true }, "params.objectName": { "paramDirection": "input", "persistent": true }, "params.outputPower": { "paramDirection": "output", "persistent": true }, "params.tagPath": { "paramDirection": "input", "persistent": true }, "params.textColor": { "paramDirection": "input", "persistent": true }, "params.textHandler": { "paramDirection": "input", "persistent": true } }, "props": { "defaultSize": { "height": 160, "width": 130 } }, "root": { "children": [ { "meta": { "name": "Label" }, "position": { "height": 16, "width": 66, "x": 1.55, "y": -23 }, "propConfig": { "props.text": { "binding": { "config": { "fallbackDelay": 2.5, "mode": "indirect", "references": { "tagPath": "{view.params.tagPath}" }, "tagPath": "{tagPath}/Meta/EqName" }, "type": "tag" } } }, "props": { "textStyle": { "color": "var(--olGray)", "fontSize": 15, "fontWeight": "bold" } }, "type": "ia.display.label" }, { "custom": { "colorHandler": {} }, "meta": { "name": "PDU" }, "position": { "height": 160, "width": 130 }, "propConfig": { "custom.MainBreakerClosed": { "binding": { "config": { "fallbackDelay": 2.5, "mode": "indirect", "references": { "tagPath": "{view.params.tagPath}" }, "tagPath": "{tagPath}/Main Breaker" }, "transforms": [ { "code": "\tif value is None:\n\t\treturn False\n\treturn value", "type": "script" }, { "expression": "!{value}", "type": "expression" } ], "type": "tag" } }, "custom.cb1": { "binding": { "config": { "fallbackDelay": 2.5, "mode": "indirect", "references": { "tagPath": "{view.params.tagPath}" }, "tagPath": "{tagPath}/Breaker 1" }, "transforms": [ { "code": "\tif value is None:\n\t\treturn False\n\treturn value", "type": "script" }, { "expression": "!{value}", "type": "expression" } ], "type": "tag" } }, "custom.cb2": { "binding": { "config": { "fallbackDelay": 2.5, "mode": "indirect", "references": { "tagPath": "{view.params.tagPath}" }, "tagPath": "{tagPath}/Breaker 2" }, "transforms": [ { "code": "\tif value is None:\n\t\treturn False\n\treturn value", "type": "script" }, { "expression": "!{value}", "type": "expression" } ], "type": "tag" } }, "custom.cb3": { "binding": { "config": { "fallbackDelay": 2.5, "mode": "indirect", "references": { "tagPath": "{view.params.tagPath}" }, "tagPath": "{tagPath}/Breaker 3" }, "transforms": [ { "code": "\tif value is None:\n\t\treturn False\n\treturn value", "type": "script" }, { "expression": "!{value}", "type": "expression" } ], "type": "tag" } }, "custom.cb4": { "binding": { "config": { "fallbackDelay": 2.5, "mode": "indirect", "references": { "tagPath": "{view.params.tagPath}" }, "tagPath": "{tagPath}/Breaker 4" }, "transforms": [ { "code": "\tif value is None:\n\t\treturn False\n\treturn value", "type": "script" }, { "expression": "!{value}", "type": "expression" } ], "type": "tag" } }, "custom.cb5": { "binding": { "config": { "fallbackDelay": 2.5, "mode": "indirect", "references": { "tagPath": "{view.params.tagPath}" }, "tagPath": "{tagPath}/Breaker 5" }, "transforms": [ { "code": "\tif value is None:\n\t\treturn False\n\treturn value", "type": "script" }, { "expression": "!{value}", "type": "expression" } ], "type": "tag" } }, "custom.colorHandler.breaker": { "binding": { "config": { "struct": { "inputPower": "{view.params.inputPower}", "mb": "{this.custom.MainBreakerClosed}" }, "waitOnAll": true }, "transforms": [ { "expression": "{value}[\u0027mb\u0027]\r\n\u0026\u0026{value}[\u0027inputPower\u0027]", "type": "expression" }, { "fallback": "var(--olGray)", "inputType": "scalar", "mappings": [ { "input": true, "output": "var(--olRed)" }, { "input": false, "output": "var(--olGreen)" } ], "outputType": "scalar", "type": "map" } ], "type": "expr-struct" } }, "custom.colorHandler.breaker1": { "binding": { "config": { "struct": { "cb": "{this.custom.cb1}", "inputPower": "{view.params.inputPower}" }, "waitOnAll": true }, "transforms": [ { "code": "\tif value[\u0027cb\u0027] and value[\u0027inputPower\u0027]:\n\t\treturn True\n\telse:\n\t\treturn False", "type": "script" }, { "fallback": "var(--olGray)", "inputType": "scalar", "mappings": [ { "input": true, "output": "var(--olRed)" }, { "input": false, "output": "var(--olGreen)" } ], "outputType": "scalar", "type": "map" } ], "type": "expr-struct" } }, "custom.colorHandler.breaker2": { "binding": { "config": { "struct": { "cb": "{this.custom.cb2}", "inputPower": "{view.params.inputPower}" }, "waitOnAll": true }, "transforms": [ { "code": "\tif value[\u0027cb\u0027] and value[\u0027inputPower\u0027]:\n\t\treturn True\n\telse:\n\t\treturn False", "type": "script" }, { "fallback": "var(--olGray)", "inputType": "scalar", "mappings": [ { "input": true, "output": "var(--olRed)" }, { "input": false, "output": "var(--olGreen)" } ], "outputType": "scalar", "type": "map" } ], "type": "expr-struct" } }, "custom.colorHandler.breaker3": { "binding": { "config": { "struct": { "cb": "{this.custom.cb3}", "inputPower": "{view.params.inputPower}" }, "waitOnAll": true }, "transforms": [ { "code": "\tif value[\u0027cb\u0027] and value[\u0027inputPower\u0027]:\n\t\treturn True\n\telse:\n\t\treturn False", "type": "script" }, { "fallback": "var(--olGray)", "inputType": "scalar", "mappings": [ { "input": true, "output": "var(--olRed)" }, { "input": false, "output": "var(--olGreen)" } ], "outputType": "scalar", "type": "map" } ], "type": "expr-struct" } }, "custom.colorHandler.breaker4": { "binding": { "config": { "struct": { "cb": "{this.custom.cb4}", "inputPower": "{view.params.inputPower}" }, "waitOnAll": true }, "transforms": [ { "code": "\tif value[\u0027cb\u0027] and value[\u0027inputPower\u0027]:\n\t\treturn True\n\telse:\n\t\treturn False", "type": "script" }, { "fallback": "var(--olGray)", "inputType": "scalar", "mappings": [ { "input": true, "output": "var(--olRed)" }, { "input": false, "output": "var(--olGreen)" } ], "outputType": "scalar", "type": "map" } ], "type": "expr-struct" } }, "custom.colorHandler.breaker5": { "binding": { "config": { "struct": { "cb": "{this.custom.cb5}", "inputPower": "{view.params.inputPower}" }, "waitOnAll": true }, "transforms": [ { "code": "\tif value[\u0027cb\u0027] and value[\u0027inputPower\u0027]:\n\t\treturn True\n\telse:\n\t\treturn False", "type": "script" }, { "fallback": "var(--olGray)", "inputType": "scalar", "mappings": [ { "input": true, "output": "var(--olRed)" }, { "input": false, "output": "var(--olGreen)" } ], "outputType": "scalar", "type": "map" } ], "type": "expr-struct" } }, "custom.colorHandler.bus": { "binding": { "config": { "struct": { "inputPower": "{view.params.inputPower}", "mb": "{this.custom.MainBreakerClosed}" }, "waitOnAll": true }, "transforms": [ { "expression": "{value}[\u0027mb\u0027]\r\n\u0026\u0026{value}[\u0027inputPower\u0027]", "type": "expression" }, { "fallback": "var(--olGray)", "inputType": "scalar", "mappings": [ { "input": true, "output": "var(--olRed)" }, { "input": false, "output": "var(--olGreen)" } ], "outputType": "scalar", "type": "map" } ], "type": "expr-struct" } }, "custom.colorHandler.input": { "binding": { "config": { "path": "view.params.inputPower" }, "transforms": [ { "fallback": "var(--olGray)", "inputType": "scalar", "mappings": [ { "input": 1, "output": "var(--olRed)" }, { "input": 0, "output": "var(--olGreen)" } ], "outputType": "scalar", "type": "map" } ], "type": "property" } }, "custom.colorHandler.transformer": { "binding": { "config": { "struct": { "inputPower": "{view.params.inputPower}", "mb": "{this.custom.MainBreakerClosed}" }, "waitOnAll": true }, "transforms": [ { "expression": "{value}[\u0027mb\u0027]\r\n\u0026\u0026{value}[\u0027inputPower\u0027]", "type": "expression" }, { "fallback": "var(--olGray)", "inputType": "scalar", "mappings": [ { "input": true, "output": "var(--olRed)" }, { "input": false, "output": "var(--olGreen)" } ], "outputType": "scalar", "type": "map" } ], "type": "expr-struct" } }, "props.elements[0].stroke.paint": { "binding": { "config": { "path": "view.params.boxColor" }, "type": "property" } }, "props.elements[1].elements[1].fill": { "binding": { "config": { "path": "view.params.textColor" }, "type": "property" } }, "props.elements[1].elements[1].text": { "binding": { "config": { "fallbackDelay": 2.5, "mode": "indirect", "references": { "tagPath": "{view.params.tagPath}" }, "tagPath": "{tagPath}/Meta/EqName" }, "type": "tag" } }, "props.elements[1].elements[3].fill": { "binding": { "config": { "path": "view.params.textColor" }, "type": "property" } }, "props.elements[1].elements[3].text": { "binding": { "config": { "path": "view.params.textHandler.PDU2" }, "type": "property" } }, "props.elements[1].elements[5].fill": { "binding": { "config": { "path": "view.params.textColor" }, "type": "property" } }, "props.elements[1].elements[5].text": { "binding": { "config": { "path": "view.params.textHandler.PDU3" }, "type": "property" } }, "props.elements[2].elements[0].fill": { "binding": { "config": { "path": "view.params.textColor" }, "type": "property" } }, "props.elements[2].elements[0].text": { "binding": { "config": { "path": "view.params.textHandler.SBFDBkr1" }, "type": "property" } }, "props.elements[2].elements[10].stroke.paint": { "binding": { "config": { "path": "this.custom.colorHandler.breaker" }, "type": "property" } }, "props.elements[2].elements[1].fill": { "binding": { "config": { "path": "view.params.textColor" }, "type": "property" } }, "props.elements[2].elements[1].text": { "binding": { "config": { "path": "view.params.textHandler.SBFDBkr2" }, "type": "property" } }, "props.elements[2].elements[2].fill": { "binding": { "config": { "path": "view.params.textColor" }, "type": "property" } }, "props.elements[2].elements[2].text": { "binding": { "config": { "path": "view.params.textHandler.SBFDBkr3" }, "type": "property" } }, "props.elements[2].elements[3].fill": { "binding": { "config": { "path": "view.params.textColor" }, "type": "property" } }, "props.elements[2].elements[3].text": { "binding": { "config": { "path": "view.params.textHandler.SBFDBkr4" }, "type": "property" } }, "props.elements[2].elements[4].fill": { "binding": { "config": { "path": "view.params.textColor" }, "type": "property" } }, "props.elements[2].elements[4].text": { "binding": { "config": { "path": "view.params.textHandler.SBFDBkr5" }, "type": "property" } }, "props.elements[2].elements[5].fill": { "binding": { "config": { "path": "view.params.textColor" }, "type": "property" } }, "props.elements[2].elements[5].text": { "binding": { "config": { "path": "view.params.textHandler.SBFDBkr6" }, "type": "property" } }, "props.elements[2].elements[6].stroke.paint": { "binding": { "config": { "path": "this.custom.colorHandler.breaker" }, "type": "property" } }, "props.elements[2].elements[6].visibility": { "binding": { "config": { "path": "this.custom.MainBreakerClosed" }, "transforms": [ { "code": "\tif value is None:\n\t\treturn False\n\treturn value", "type": "script" }, { "fallback": "hidden", "inputType": "scalar", "mappings": [ { "input": false, "output": "hidden" }, { "input": true, "output": "visible" } ], "outputType": "scalar", "type": "map" } ], "type": "property" } }, "props.elements[2].elements[7].fill.paint": { "binding": { "config": { "path": "this.custom.colorHandler.input" }, "type": "property" } }, "props.elements[2].elements[8].fill.paint": { "binding": { "config": { "path": "this.custom.colorHandler.breaker" }, "type": "property" } }, "props.elements[2].elements[9].stroke.paint": { "binding": { "config": { "path": "this.custom.colorHandler.breaker" }, "type": "property" } }, "props.elements[2].elements[9].visibility": { "binding": { "config": { "path": "this.custom.MainBreakerClosed" }, "transforms": [ { "code": "\tif value is None:\n\t\treturn False\n\treturn value", "type": "script" }, { "fallback": "hidden", "inputType": "scalar", "mappings": [ { "input": false, "output": "visible" }, { "input": true, "output": "hidden" } ], "outputType": "scalar", "type": "map" } ], "type": "property" } }, "props.elements[3].elements[11].fill": { "binding": { "config": { "path": "view.params.textColor" }, "type": "property" } }, "props.elements[3].elements[11].text": { "binding": { "config": { "path": "view.params.textHandler.SBFDBkr1-5" }, "type": "property" } }, "props.elements[3].elements[13].fill": { "binding": { "config": { "path": "view.params.textColor" }, "type": "property" } }, "props.elements[3].elements[13].text": { "binding": { "config": { "path": "view.params.textHandler.SPD" }, "type": "property" } }, "props.elements[3].elements[1].fill": { "binding": { "config": { "path": "view.params.textColor" }, "type": "property" } }, "props.elements[3].elements[1].text": { "binding": { "config": { "path": "view.params.textHandler.SBFDBkr1-1" }, "type": "property" } }, "props.elements[3].elements[3].fill": { "binding": { "config": { "path": "view.params.textColor" }, "type": "property" } }, "props.elements[3].elements[3].text": { "binding": { "config": { "path": "view.params.textHandler.SBFDBkr1-6" }, "type": "property" } }, "props.elements[3].elements[5].fill": { "binding": { "config": { "path": "view.params.textColor" }, "type": "property" } }, "props.elements[3].elements[5].text": { "binding": { "config": { "path": "view.params.textHandler.SBFDBkr1-2" }, "type": "property" } }, "props.elements[3].elements[7].fill": { "binding": { "config": { "path": "view.params.textColor" }, "type": "property" } }, "props.elements[3].elements[7].text": { "binding": { "config": { "path": "view.params.textHandler.SBFDBkr1-3" }, "type": "property" } }, "props.elements[3].elements[9].fill": { "binding": { "config": { "path": "view.params.textColor" }, "type": "property" } }, "props.elements[3].elements[9].text": { "binding": { "config": { "path": "view.params.textHandler.SBFDBkr1-4" }, "type": "property" } }, "props.elements[4].elements[0].stroke.paint": { "binding": { "config": { "path": "this.custom.colorHandler.bus" }, "type": "property" } }, "props.elements[4].elements[1].stroke.paint": { "binding": { "config": { "path": "this.custom.colorHandler.bus" }, "type": "property" } }, "props.elements[4].elements[2].stroke.paint": { "binding": { "config": { "path": "this.custom.colorHandler.bus" }, "type": "property" } }, "props.elements[4].elements[3].stroke.paint": { "binding": { "config": { "path": "this.custom.colorHandler.bus" }, "type": "property" } }, "props.elements[4].elements[4].stroke.paint": { "binding": { "config": { "path": "this.custom.colorHandler.bus" }, "type": "property" } }, "props.elements[4].elements[5].stroke.paint": { "binding": { "config": { "path": "this.custom.colorHandler.bus" }, "type": "property" } }, "props.elements[4].elements[6].stroke.paint": { "binding": { "config": { "path": "this.custom.colorHandler.bus" }, "type": "property" } }, "props.elements[4].elements[7].stroke.paint": { "binding": { "config": { "path": "this.custom.colorHandler.bus" }, "type": "property" } }, "props.elements[4].elements[8].stroke.paint": { "binding": { "config": { "path": "this.custom.colorHandler.bus" }, "type": "property" } }, "props.elements[5].elements[0].elements[0].stroke.paint": { "binding": { "config": { "path": "this.custom.colorHandler.breaker1" }, "type": "property" } }, "props.elements[5].elements[0].elements[0].visibility": { "binding": { "config": { "path": "this.custom.cb1" }, "transforms": [ { "code": "\tif value is None:\n\t\treturn False\n\treturn value", "type": "script" }, { "fallback": "hidden", "inputType": "scalar", "mappings": [ { "input": false, "output": "hidden" }, { "input": true, "output": "visible" } ], "outputType": "scalar", "type": "map" } ], "type": "property" } }, "props.elements[5].elements[0].elements[1].fill.paint": { "binding": { "config": { "path": "this.custom.colorHandler.breaker1" }, "type": "property" } }, "props.elements[5].elements[0].elements[2].fill.paint": { "binding": { "config": { "path": "this.custom.colorHandler.breaker1" }, "type": "property" } }, "props.elements[5].elements[0].elements[3].stroke.paint": { "binding": { "config": { "path": "this.custom.colorHandler.breaker1" }, "type": "property" } }, "props.elements[5].elements[0].elements[3].visibility": { "binding": { "config": { "path": "this.custom.cb1" }, "transforms": [ { "fallback": "hidden", "inputType": "scalar", "mappings": [ { "input": false, "output": "visible" }, { "input": true, "output": "hidden" } ], "outputType": "scalar", "type": "map" }, { "code": "\tif value is None:\n\t\treturn False\n\treturn value", "type": "script" } ], "type": "property" } }, "props.elements[5].elements[1].elements[0].stroke.paint": { "binding": { "config": { "path": "this.custom.colorHandler.breaker2" }, "type": "property" } }, "props.elements[5].elements[1].elements[0].visibility": { "binding": { "config": { "path": "this.custom.cb2" }, "transforms": [ { "code": "\tif value is None:\n\t\treturn False\n\treturn value", "type": "script" }, { "fallback": "hidden", "inputType": "scalar", "mappings": [ { "input": false, "output": "hidden" }, { "input": true, "output": "visible" } ], "outputType": "scalar", "type": "map" } ], "type": "property" } }, "props.elements[5].elements[1].elements[1].fill.paint": { "binding": { "config": { "path": "this.custom.colorHandler.bus" }, "type": "property" } }, "props.elements[5].elements[1].elements[2].fill.paint": { "binding": { "config": { "path": "this.custom.colorHandler.breaker2" }, "type": "property" } }, "props.elements[5].elements[1].elements[3].stroke.paint": { "binding": { "config": { "path": "this.custom.colorHandler.breaker2" }, "type": "property" } }, "props.elements[5].elements[1].elements[3].visibility": { "binding": { "config": { "path": "this.custom.cb2" }, "transforms": [ { "code": "\tif value is None:\n\t\treturn False\n\treturn value", "type": "script" }, { "fallback": "hidden", "inputType": "scalar", "mappings": [ { "input": false, "output": "visible" }, { "input": true, "output": "hidden" } ], "outputType": "scalar", "type": "map" } ], "type": "property" } }, "props.elements[5].elements[2].elements[0].stroke.paint": { "binding": { "config": { "path": "this.custom.colorHandler.breaker3" }, "type": "property" } }, "props.elements[5].elements[2].elements[0].visibility": { "binding": { "config": { "path": "this.custom.cb3" }, "transforms": [ { "code": "\tif value is None:\n\t\treturn False\n\treturn value", "type": "script" }, { "fallback": "hidden", "inputType": "scalar", "mappings": [ { "input": false, "output": "hidden" }, { "input": true, "output": "visible" } ], "outputType": "scalar", "type": "map" } ], "type": "property" } }, "props.elements[5].elements[2].elements[1].fill.paint": { "binding": { "config": { "path": "this.custom.colorHandler.bus" }, "type": "property" } }, "props.elements[5].elements[2].elements[2].fill.paint": { "binding": { "config": { "path": "this.custom.colorHandler.breaker3" }, "type": "property" } }, "props.elements[5].elements[2].elements[3].stroke.paint": { "binding": { "config": { "path": "this.custom.colorHandler.breaker3" }, "type": "property" } }, "props.elements[5].elements[2].elements[3].visibility": { "binding": { "config": { "path": "this.custom.cb3" }, "transforms": [ { "code": "\tif value is None:\n\t\treturn False\n\treturn value", "type": "script" }, { "fallback": "hidden", "inputType": "scalar", "mappings": [ { "input": false, "output": "visible" }, { "input": true, "output": "hidden" } ], "outputType": "scalar", "type": "map" } ], "type": "property" } }, "props.elements[5].elements[3].elements[0].stroke.paint": { "binding": { "config": { "path": "this.custom.colorHandler.breaker4" }, "type": "property" } }, "props.elements[5].elements[3].elements[0].visibility": { "binding": { "config": { "path": "this.custom.cb4" }, "transforms": [ { "code": "\tif value is None:\n\t\treturn False\n\treturn value", "type": "script" }, { "fallback": "hidden", "inputType": "scalar", "mappings": [ { "input": false, "output": "hidden" }, { "input": true, "output": "visible" } ], "outputType": "scalar", "type": "map" } ], "type": "property" } }, "props.elements[5].elements[3].elements[1].fill.paint": { "binding": { "config": { "path": "this.custom.colorHandler.bus" }, "type": "property" } }, "props.elements[5].elements[3].elements[2].fill.paint": { "binding": { "config": { "path": "this.custom.colorHandler.breaker4" }, "type": "property" } }, "props.elements[5].elements[3].elements[3].stroke.paint": { "binding": { "config": { "path": "this.custom.colorHandler.breaker4" }, "type": "property" } }, "props.elements[5].elements[3].elements[3].visibility": { "binding": { "config": { "path": "this.custom.cb4" }, "transforms": [ { "code": "\tif value is None:\n\t\treturn False\n\treturn value", "type": "script" }, { "fallback": "hidden", "inputType": "scalar", "mappings": [ { "input": false, "output": "visible" }, { "input": true, "output": "hidden" } ], "outputType": "scalar", "type": "map" } ], "type": "property" } }, "props.elements[5].elements[4].elements[0].stroke.paint": { "binding": { "config": { "path": "this.custom.colorHandler.breaker5" }, "type": "property" } }, "props.elements[5].elements[4].elements[0].visibility": { "binding": { "config": { "path": "this.custom.cb5" }, "transforms": [ { "code": "\tif value is None:\n\t\treturn False\n\treturn value", "type": "script" }, { "fallback": "hidden", "inputType": "scalar", "mappings": [ { "input": false, "output": "hidden" }, { "input": true, "output": "visible" } ], "outputType": "scalar", "type": "map" } ], "type": "property" } }, "props.elements[5].elements[4].elements[1].fill.paint": { "binding": { "config": { "path": "this.custom.colorHandler.bus" }, "type": "property" } }, "props.elements[5].elements[4].elements[2].fill.paint": { "binding": { "config": { "path": "this.custom.colorHandler.breaker5" }, "type": "property" } }, "props.elements[5].elements[4].elements[3].stroke.paint": { "binding": { "config": { "path": "this.custom.colorHandler.breaker5" }, "type": "property" } }, "props.elements[5].elements[4].elements[3].visibility": { "binding": { "config": { "path": "this.custom.cb5" }, "transforms": [ { "code": "\tif value is None:\n\t\treturn False\n\treturn value", "type": "script" }, { "fallback": "hidden", "inputType": "scalar", "mappings": [ { "input": false, "output": "visible" }, { "input": true, "output": "hidden" } ], "outputType": "scalar", "type": "map" } ], "type": "property" } }, "props.elements[6].elements[0].stroke.paint": { "binding": { "config": { "path": "this.custom.colorHandler.transformer" }, "type": "property" } }, "props.elements[6].elements[1].fill": { "binding": { "config": { "path": "this.custom.colorHandler.transformer" }, "type": "property" } }, "props.elements[6].elements[2].fill": { "binding": { "config": { "path": "this.custom.colorHandler.transformer" }, "type": "property" } }, "props.elements[6].elements[3].stroke.paint": { "binding": { "config": { "path": "this.custom.colorHandler.transformer" }, "type": "property" } }, "props.elements[6].elements[4].fill": { "binding": { "config": { "path": "this.custom.colorHandler.transformer" }, "type": "property" } }, "props.elements[6].elements[5].fill": { "binding": { "config": { "path": "this.custom.colorHandler.transformer" }, "type": "property" } }, "props.elements[6].elements[6].stroke.paint": { "binding": { "config": { "path": "this.custom.colorHandler.transformer" }, "type": "property" } }, "props.elements[7].elements[1].fill.paint": { "binding": { "config": { "expression": "case(\r\n\t{/root.custom.alarmSeverity},\r\n\t1, \"var(--coolpurple)\",\r\n\t2, \"var(--goldenyellow)\",\r\n\t3, \"var(--sunsetorange)\",\r\n\t4, \"var(--alarmred)\",\r\n\t\"transparent\"\r\n)\t" }, "type": "expr" } }, "props.elements[7].elements[2].visibility": { "binding": { "config": { "path": "parent.custom.alarmSeverity" }, "transforms": [ { "fallback": "hidden", "inputType": "scalar", "mappings": [ { "input": 3, "output": "visible" } ], "outputType": "scalar", "type": "map" } ], "type": "property" } }, "props.elements[7].elements[3].visibility": { "binding": { "config": { "path": "parent.custom.alarmSeverity" }, "transforms": [ { "fallback": "hidden", "inputType": "scalar", "mappings": [ { "input": 3, "output": "visible" } ], "outputType": "scalar", "type": "map" } ], "type": "property" } }, "props.elements[7].elements[4].visibility": { "binding": { "config": { "path": "parent.custom.alarmSeverity" }, "transforms": [ { "fallback": "hidden", "inputType": "scalar", "mappings": [ { "input": 2, "output": "visible" } ], "outputType": "scalar", "type": "map" } ], "type": "property" } }, "props.elements[7].elements[5].visibility": { "binding": { "config": { "path": "parent.custom.alarmSeverity" }, "transforms": [ { "fallback": "hidden", "inputType": "scalar", "mappings": [ { "input": 1, "output": "visible" } ], "outputType": "scalar", "type": "map" } ], "type": "property" } }, "props.elements[7].elements[6].visibility": { "binding": { "config": { "path": "parent.custom.alarmSeverity" }, "transforms": [ { "fallback": "hidden", "inputType": "scalar", "mappings": [ { "input": 4, "output": "visible" } ], "outputType": "scalar", "type": "map" } ], "type": "property" } }, "props.elements[7].elements[7].visibility": { "binding": { "config": { "path": "parent.custom.alarmSeverity" }, "transforms": [ { "fallback": "hidden", "inputType": "scalar", "mappings": [ { "input": 4, "output": "visible" } ], "outputType": "scalar", "type": "map" } ], "type": "property" } } }, "props": { "elements": [ { "fill": { "opacity": "0" }, "height": "105", "id": "Box", "name": "Box", "stroke": { "dasharray": "7.5,3,2.25,3,0,0", "width": "0.75px" }, "type": "rect", "width": "82.5", "x": "3.75", "y": "11.25" }, { "elements": [ { "name": "group", "transform": "matrix(4.16667,0,0,4.16667,25.9078,2.99479)", "type": "group" }, { "name": "text", "style": { "fontFamily": "\u0027Arial-BoldMT\u0027, \u0027Arial\u0027", "fontSize": "12px", "fontWeight": "700" }, "type": "text", "visibility": "hidden", "x": "3.447px", "y": "2.995px" }, { "name": "group", "transform": "matrix(4.16667,0,0,4.16667,19.8979,6.74479)", "type": "group" }, { "name": "text", "style": { "fontFamily": "\u0027ArialMT\u0027, \u0027Arial\u0027", "fontSize": "4.167px" }, "type": "text", "x": "3.296px", "y": "6.745px" }, { "name": "group", "transform": "matrix(4.16667,0,0,4.16667,16.2256,10.5355)", "type": "group" }, { "name": "text", "style": { "fontFamily": "\u0027ArialMT\u0027, \u0027Arial\u0027", "fontSize": "4.167px" }, "type": "text", "x": "3.498px", "y": "10.535px" } ], "id": "TagID-Plate", "name": "TagID-Plate", "type": "group" }, { "elements": [ { "name": "text", "style": { "fontFamily": "\u0027ArialMT\u0027, \u0027Arial\u0027", "fontSize": "4.167px" }, "type": "text", "x": "48.296px", "y": "18.347px" }, { "elements": [ { "name": "tspan", "text": "T", "type": "tspan", "x": "60.035px ", "y": "22.097px " } ], "name": "text", "style": { "fontFamily": "\u0027ArialMT\u0027, \u0027Arial\u0027", "fontSize": "4.167px" }, "type": "text", "x": "48.296px", "y": "22.097px" }, { "name": "text", "style": { "fontFamily": "\u0027ArialMT\u0027, \u0027Arial\u0027", "fontSize": "4.167px" }, "type": "text", "x": "48.445px", "y": "25.886px" }, { "name": "text", "style": { "fontFamily": "\u0027ArialMT\u0027, \u0027Arial\u0027", "fontSize": "4.167px" }, "type": "text", "x": "48.42px", "y": "29.636px" }, { "name": "text", "style": { "fontFamily": "\u0027ArialMT\u0027, \u0027Arial\u0027", "fontSize": "4.167px" }, "type": "text", "x": "48.296px", "y": "33.386px" }, { "elements": [ { "name": "tspan", "text": "A", "type": "tspan", "x": "62.119px ", "y": "37.097px " } ], "name": "text", "style": { "fontFamily": "\u0027ArialMT\u0027, \u0027Arial\u0027", "fontSize": "4.167px" }, "type": "text", "x": "48.296px", "y": "37.097px" }, { "d": "M68.625,21.75c1.261,1.2 1.896,2.695 1.87,4.5c0.009,2.094 -0.591,3.616 -1.87,4.5", "fill": { "paint": "transparent" }, "name": "path", "stroke": { "linejoin": "round", "miterlimit": "1.5", "width": "0.75px" }, "type": "path" }, { "cx": 67.5, "cy": "21.75", "fill": {}, "name": "circle", "r": "1.125", "type": "circle" }, { "cx": 67.5, "cy": "30.75", "fill": {}, "name": "circle", "r": "1.125", "type": "circle" }, { "d": "M72.285,21.75c1.262,1.2 1.897,2.695 1.871,4.5c0.008,2.094 -0.592,3.616 -1.871,4.5", "fill": "transparent", "name": "path", "stroke": { "linejoin": "round", "miterlimit": "1.5", "width": "0.75px" }, "type": "path" }, { "d": "M67.491,31.875l0,16.875", "fill": { "paint": "transparent" }, "name": "path", "stroke": { "linejoin": "round", "miterlimit": "1.5", "width": "0.75px" }, "type": "path" } ], "id": "MainCB", "name": "MainCB", "type": "group" }, { "elements": [ { "name": "group", "transform": "matrix(4.16667,0,0,4.16667,19.6195,65.9948)", "type": "group" }, { "name": "text", "style": { "fontFamily": "\u0027ArialMT\u0027, \u0027Arial\u0027", "fontSize": "4.167px" }, "type": "text", "x": "7.343px", "y": "65.995px" }, { "name": "group", "transform": "matrix(4.16667,0,0,4.16667,52.3586,113.342)", "type": "group" }, { "name": "text", "style": { "fontFamily": "\u0027ArialMT\u0027, \u0027Arial\u0027", "fontSize": "4.167px" }, "type": "text", "x": "23.646px", "y": "113.342px" }, { "name": "group", "transform": "matrix(4.16667,0,0,4.16667,19.3103,69.7448)", "type": "group" }, { "name": "text", "style": { "fontFamily": "\u0027ArialMT\u0027, \u0027Arial\u0027", "fontSize": "4.167px" }, "type": "text", "x": "7.343px", "y": "69.745px" }, { "name": "group", "transform": "matrix(4.16667,0,0,4.16667,13.4489,73.5334)", "type": "group" }, { "name": "text", "style": { "fontFamily": "\u0027ArialMT\u0027, \u0027Arial\u0027", "fontSize": "4.167px" }, "type": "text", "x": "7.195px", "y": "73.533px" }, { "name": "group", "transform": "matrix(4.16667,0,0,4.16667,17.703,77.2834)", "type": "group" }, { "name": "text", "style": { "fontFamily": "\u0027ArialMT\u0027, \u0027Arial\u0027", "fontSize": "4.167px" }, "type": "text", "x": "7.046px", "y": "77.283px" }, { "name": "group", "transform": "matrix(4.16667,0,0,4.16667,28.8582,81.0355)", "type": "group" }, { "name": "text", "style": { "fontFamily": "\u0027ArialMT\u0027, \u0027Arial\u0027", "fontSize": "4.167px" }, "type": "text", "x": "7.402px", "y": "81.035px" }, { "name": "group", "transform": "matrix(4.16667,0,0,4.16667,79.6713,95.5791)", "type": "group" }, { "name": "text", "style": { "fontFamily": "\u0027ArialMT\u0027, \u0027Arial\u0027", "fontSize": "4.167px" }, "type": "text", "x": "71.104px", "y": "95.579px" } ], "id": "CB-Texts", "name": "CB-Texts", "type": "group" }, { "elements": [ { "fill": { "opacity": "0" }, "height": "8.809", "name": "rect", "stroke": { "width": "0.75px" }, "type": "rect", "width": "12.458", "x": "69.141", "y": "89.683" }, { "d": "M7.5,82.5l0,13.51", "fill": { "paint": "transparent" }, "name": "path", "stroke": { "linecap": "butt", "linejoin": "round", "miterlimit": "1.5", "width": "0.75px" }, "type": "path" }, { "d": "M20.47,82.5l0,13.51", "fill": { "paint": "transparent" }, "name": "path", "stroke": { "linecap": "butt", "linejoin": "round", "miterlimit": "1.5", "width": "0.75px" }, "type": "path" }, { "d": "M33.503,82.5l0,13.51", "fill": { "paint": "transparent" }, "name": "path", "stroke": { "linecap": "butt", "linejoin": "round", "miterlimit": "1.5", "width": "0.75px" }, "type": "path" }, { "d": "M46.537,82.5l-0,13.51", "fill": { "paint": "transparent" }, "name": "path", "stroke": { "linecap": "butt", "linejoin": "round", "miterlimit": "1.5", "width": "0.75px" }, "type": "path" }, { "d": "M59.57,82.5l-0,13.51", "fill": { "paint": "transparent" }, "name": "path", "stroke": { "linecap": "butt", "linejoin": "round", "miterlimit": "1.5", "width": "0.75px" }, "type": "path" }, { "d": "M75.409,89.683l-0,-7.183", "fill": { "paint": "transparent" }, "name": "path", "stroke": { "linejoin": "round", "miterlimit": "1.5", "width": "0.75px" }, "type": "path" }, { "d": "M67.5,60.908l0,21.592", "fill": { "paint": "transparent" }, "name": "path", "stroke": { "linejoin": "round", "miterlimit": "1.5", "width": "0.75px" }, "type": "path" }, { "d": "M7.5,82.5l67.909,0", "fill": { "paint": "transparent" }, "name": "path", "stroke": { "width": "0.75px" }, "type": "path" } ], "id": "Bus", "name": "Bus", "type": "group" }, { "elements": [ { "elements": [ { "d": "M8.626,96.75c1.262,1.2 1.897,2.695 1.871,4.5c0.008,2.094 -0.592,3.616 -1.871,4.5", "fill": { "paint": "transparent" }, "name": "path", "stroke": { "linejoin": "round", "miterlimit": "1.5", "width": "0.75px" }, "type": "path" }, { "cx": 7.501, "cy": "96.75", "fill": {}, "name": "circle", "r": "1.125", "type": "circle" }, { "cx": "7.501", "cy": "105.75", "fill": {}, "name": "circle", "r": "1.125", "type": "circle" }, { "d": "M12.287,96.75c1.261,1.2 1.896,2.695 1.87,4.5c0.009,2.094 -0.592,3.616 -1.87,4.5", "fill": { "paint": "transparent" }, "name": "path", "stroke": { "linejoin": "round", "miterlimit": "1.5", "width": "0.75px" }, "type": "path" } ], "id": "CB01", "name": "CB01", "type": "group" }, { "elements": [ { "d": "M21.604,96.75c1.261,1.2 1.896,2.695 1.871,4.5c0.008,2.094 -0.592,3.616 -1.871,4.5", "fill": { "paint": "transparent" }, "name": "path", "stroke": { "linejoin": "round", "miterlimit": "1.5", "width": "0.75px" }, "type": "path" }, { "cx": "20.479", "cy": "96.75", "fill": {}, "name": "circle", "r": "1.125", "type": "circle" }, { "cx": "20.479", "cy": "105.75", "fill": {}, "name": "circle", "r": "1.125", "type": "circle" }, { "d": "M25.265,96.75c1.261,1.2 1.896,2.695 1.87,4.5c0.009,2.094 -0.592,3.616 -1.87,4.5", "fill": { "paint": "transparent" }, "name": "path", "stroke": { "linejoin": "round", "miterlimit": "1.5", "width": "0.75px" }, "type": "path" } ], "id": "CB02", "name": "CB02", "type": "group" }, { "elements": [ { "d": "M34.637,96.75c1.262,1.2 1.897,2.695 1.871,4.5c0.008,2.094 -0.592,3.616 -1.871,4.5", "fill": { "paint": "transparent" }, "name": "path", "stroke": { "linejoin": "round", "miterlimit": "1.5", "width": "0.75px" }, "type": "path" }, { "cx": "33.512", "cy": "96.75", "fill": {}, "name": "circle", "r": "1.125", "type": "circle" }, { "cx": "33.512", "cy": "105.75", "fill": {}, "name": "circle", "r": "1.125", "type": "circle" }, { "d": "M38.298,96.75c1.261,1.2 1.896,2.695 1.87,4.5c0.009,2.094 -0.592,3.616 -1.87,4.5", "fill": { "paint": "transparent" }, "name": "path", "stroke": { "linejoin": "round", "miterlimit": "1.5", "width": "0.75px" }, "type": "path" } ], "id": "CB03", "name": "CB03", "type": "group" }, { "elements": [ { "d": "M47.671,96.75c1.261,1.2 1.896,2.695 1.87,4.5c0.009,2.094 -0.592,3.616 -1.87,4.5", "fill": { "paint": "transparent" }, "name": "path", "stroke": { "linejoin": "round", "miterlimit": "1.5", "width": "0.75px" }, "type": "path" }, { "cx": "46.546", "cy": "96.75", "fill": {}, "name": "circle", "r": "1.125", "type": "circle" }, { "cx": "46.546", "cy": "105.75", "fill": {}, "name": "circle", "r": "1.125", "type": "circle" }, { "d": "M51.331,96.75c1.261,1.2 1.896,2.695 1.87,4.5c0.009,2.094 -0.592,3.616 -1.87,4.5", "fill": { "paint": "transparent" }, "name": "path", "stroke": { "linejoin": "round", "miterlimit": "1.5", "width": "0.75px" }, "type": "path" } ], "id": "CB04", "name": "CB04", "type": "group" }, { "elements": [ { "d": "M60.704,96.75c1.261,1.2 1.896,2.695 1.87,4.5c0.009,2.094 -0.592,3.616 -1.87,4.5", "fill": { "paint": "transparent" }, "name": "path", "stroke": { "linejoin": "round", "miterlimit": "1.5", "width": "0.75px" }, "type": "path" }, { "cx": "59.579", "cy": "96.75", "fill": {}, "name": "circle", "r": "1.125", "type": "circle" }, { "cx": "59.579", "cy": "105.75", "fill": {}, "name": "circle", "r": "1.125", "type": "circle" }, { "d": "M64.364,96.75c1.261,1.2 1.896,2.695 1.871,4.5c0.008,2.094 -0.592,3.616 -1.871,4.5", "fill": { "paint": "transparent" }, "name": "path", "stroke": { "linejoin": "round", "miterlimit": "1.5", "width": "0.75px" }, "type": "path" } ], "id": "CB05", "name": "CB05", "type": "group" } ], "id": "OutputCB", "name": "OutputCB", "type": "group" }, { "elements": [ { "d": "M56.064,46.378l-0,2.405c0.375,1.41 1.359,2.021 2.849,1.972c1.412,0.061 2.381,-0.575 2.849,-1.972c0.498,1.321 1.407,2.024 2.849,1.972c1.601,0.04 2.45,-0.725 2.849,-1.972c0.449,1.237 1.285,2.022 2.849,1.972c1.501,0.066 2.464,-0.58 2.849,-1.972c0.418,1.151 1.23,1.937 2.849,1.972c0.841,-0.048 1.468,-0.277 1.934,-0.645c0.428,-0.337 0.72,-0.791 0.915,-1.327l0,-2.405", "fill": { "paint": "transparent" }, "name": "path", "stroke": { "linejoin": "round", "miterlimit": "1.5", "width": "0.37px" }, "type": "path" }, { "d": "M52.594,57.248c-0.032,0.465 0.318,0.868 0.783,0.901c0.464,0.032 0.868,-0.318 0.901,-0.783c0.032,-0.464 -0.319,-0.868 -0.783,-0.901c-0.465,-0.032 -0.868,0.319 -0.901,0.783Z", "name": "path", "type": "path" }, { "d": "M70.692,60.206c0.387,0.259 0.491,0.783 0.232,1.17c-0.258,0.388 -0.783,0.492 -1.17,0.233c-0.387,-0.258 -0.491,-0.783 -0.233,-1.17c0.259,-0.387 0.783,-0.492 1.171,-0.233Z", "name": "path", "type": "path" }, { "d": "M53.436,57.307c0.165,-2.362 0.971,-3.638 2.79,-3.839c1.783,0.125 2.612,1.298 2.742,3.839c0.024,-2.147 0.904,-3.712 3.219,-3.696c1.973,0.336 2.582,1.707 2.647,3.696l5.389,3.601", "fill": { "paint": "transparent" }, "name": "path", "stroke": { "width": "0.38px" }, "type": "path" }, { "d": "M80.705,57.366c0.032,0.465 0.436,0.815 0.9,0.783c0.465,-0.033 0.816,-0.436 0.783,-0.901c-0.032,-0.464 -0.436,-0.815 -0.901,-0.783c-0.464,0.033 -0.815,0.437 -0.782,0.901Z", "name": "path", "type": "path" }, { "d": "M65.228,61.609c-0.387,0.259 -0.911,0.155 -1.17,-0.233c-0.259,-0.387 -0.154,-0.911 0.233,-1.17c0.387,-0.259 0.911,-0.154 1.17,0.233c0.259,0.387 0.154,0.912 -0.233,1.17Z", "name": "path", "type": "path" }, { "d": "M81.546,57.307c-0.165,-2.362 -0.971,-3.638 -2.789,-3.839c-1.784,0.125 -2.612,1.298 -2.743,3.839c-0.024,-2.147 -0.904,-3.712 -3.219,-3.696c-1.973,0.336 -2.581,1.707 -2.647,3.696l-5.389,3.601", "fill": { "paint": "transparent" }, "name": "path", "stroke": { "width": "0.38px" }, "type": "path" } ], "id": "TX", "name": "TX", "type": "group", "visibility": "visible" }, { "elements": [ { "fill": { "opacity": "0", "paint": "transparent" }, "height": "112.5", "id": "AlarmBorder", "name": "AlarmBorder", "type": "rect", "width": "90", "x": "0", "y": "7.5" }, { "d": "M90,7.5l-0,112.5l-90,0l0,-112.5l90,0Zm-0.675,0.675l-88.65,-0l0,111.15l88.65,0l0,-111.15Z", "fill": {}, "name": "path", "type": "path" }, { "d": "M90.358,0.648l6.489,6.489c0.199,0.199 0.199,0.522 0,0.721l-6.489,6.489c-0.199,0.199 -0.522,0.199 -0.721,0l-6.489,-6.489c-0.199,-0.199 -0.199,-0.522 -0,-0.721l6.489,-6.489c0.199,-0.199 0.522,-0.199 0.721,-0Z", "fill": { "paint": "#de7c33" }, "name": "path", "stroke": { "linejoin": "round", "miterlimit": "1.5", "paint": "#000", "width": "0.48px" }, "type": "path" }, { "elements": [ { "elements": [ { "d": "M89.663,8.96l-0.351,-4.735l1.371,0l-0.34,4.735l-0.68,-0Zm-0.318,1.81l0,-1.105l1.305,0l0,1.105l-1.305,0Z", "fill": { "paint": "#fff", "rule": "nonzero" }, "name": "path", "type": "path" } ], "name": "group", "type": "group" } ], "name": "group", "type": "group" }, { "elements": [ { "d": "M89.355,1.849c0.134,-0.227 0.378,-0.367 0.643,-0.367c0.264,-0 0.508,0.14 0.642,0.367c1.411,2.401 4.768,8.113 6.195,10.541c0.136,0.231 0.137,0.516 0.005,0.748c-0.133,0.232 -0.38,0.375 -0.647,0.375l-12.39,0c-0.268,0 -0.515,-0.143 -0.647,-0.375c-0.133,-0.232 -0.131,-0.517 0.004,-0.748c1.427,-2.428 4.784,-8.14 6.195,-10.541Z", "fill": { "paint": "#f4b834" }, "name": "path", "stroke": { "linejoin": "round", "miterlimit": "1.5", "paint": "#000", "width": "0.48px" }, "type": "path" }, { "elements": [ { "elements": [ { "d": "M89.626,9.942l-0.389,-4.988l1.521,0l-0.377,4.988l-0.755,-0Zm-0.353,1.907l0,-1.164l1.449,0l-0,1.164l-1.449,-0Z", "fill": { "paint": "#fff", "rule": "nonzero" }, "name": "path", "type": "path" } ], "name": "group", "type": "group" } ], "name": "group", "type": "group" } ], "name": "group", "type": "group" }, { "elements": [ { "d": "M94.807,1.181l-0,12.633c-0,0.265 -0.216,0.481 -0.481,0.481l-8.657,-0c-0.265,-0 -0.48,-0.216 -0.48,-0.481l-0,-12.633c-0,-0.265 0.215,-0.48 0.48,-0.48l8.657,-0c0.265,-0 0.481,0.215 0.481,0.48Z", "fill": { "paint": "#7166b7" }, "name": "path", "stroke": { "linejoin": "round", "miterlimit": "1.5", "paint": "#000", "width": "0.48px" }, "type": "path" }, { "elements": [ { "elements": [ { "d": "M89.626,9.042l-0.389,-5.001l1.521,-0l-0.377,5.001l-0.755,0Zm-0.353,1.912l0,-1.167l1.449,0l-0,1.167l-1.449,0Z", "fill": { "paint": "#fff", "rule": "nonzero" }, "name": "path", "type": "path" } ], "name": "group", "type": "group" } ], "name": "group", "type": "group" } ], "name": "group", "type": "group" }, { "cx": "89.998", "cy": "7.498", "fill": { "paint": "#e22028" }, "name": "circle", "r": "7.198", "stroke": { "linejoin": "round", "miterlimit": "1.5", "paint": "#000", "width": "0.48px" }, "type": "circle" }, { "elements": [ { "elements": [ { "d": "M88.212,9.232l-0.389,-5.617l1.521,-0l-0.377,5.617l-0.755,0Zm-0.353,2.148l0,-1.31l1.449,-0l-0,1.31l-1.449,0Z", "fill": { "paint": "#fff", "rule": "nonzero" }, "name": "path", "type": "path" } ], "name": "group", "type": "group" }, { "elements": [ { "d": "M91.097,9.232l-0.389,-5.617l1.521,-0l-0.377,5.617l-0.755,0Zm-0.353,2.148l0,-1.31l1.449,-0l-0,1.31l-1.449,0Z", "fill": { "paint": "#fff", "rule": "nonzero" }, "name": "path", "type": "path" } ], "name": "group", "type": "group" } ], "name": "group", "type": "group" } ], "id": "Alarm-Items", "name": "Alarm-Items", "type": "group" } ], "fill": { "rule": "evenodd" }, "stroke": { "linecap": "round", "miterlimit": "1" }, "style": { "clipRule": "evenodd", "overflow": "auto" }, "viewBox": "0 0 98 120" }, "type": "ia.shapes.svg" } ], "events": { "dom": { "onClick": { "config": { "script": "\tpageId \u003d self.page.props.pageId\n\tsystem.perspective.print(\u0027pageId: {}\u0027.format(pageId))\n\t\n\ttagPath \u003d self.view.params.tagPath\n\tobjectName \u003d self.view.params.objectName\n\tutils.nav.openEQPopup(objectName, tagPath)" }, "scope": "G", "type": "script" } } }, "meta": { "name": "root" }, "propConfig": { "custom.alarmSeverity": { "binding": { "config": { "fallbackDelay": 2.5, "mode": "indirect", "references": { "tagPath": "{view.params.tagPath}" }, "tagPath": "{tagPath}/AlarmSummary/ActiveAlarms" }, "transforms": [ { "code": "\treturn alarm.summary.calcMaxPriority(self.view.params.tagPath)", "type": "script" } ], "type": "tag" } } }, "props": { "style": { "classes": "containers/HoverOver", "overflow": "visible" } }, "type": "ia.container.coord" } }