{ "custom": { "UPS1": "SWBD P1.1 UPS 1", "cbBat": true, "cbBat1": true, "cbBat2": true, "cbBat3": true, "cbBat4": true, "cbByps": false, "cbIn": true, "cbOut": true, "mode": false }, "params": { "boxColor": "var(--olGray)", "inputPower": 1, "objectName": "UPS", "outputPower": 1, "tagPath": "[Ignition_SATB1_IO1_default]ER1242/SATB1_ER1242_UPS-1", "textColor": "var(--olGray)", "textHandler": { "Battery1": "600A", "UPS2": "1000kVA, 1000kW", "UPS3": "480V,3PH, 3W, 65kAIC" } }, "propConfig": { "custom.UPS1": { "binding": { "config": { "fallbackDelay": 2.5, "mode": "indirect", "references": { "tagPath": "{view.params.tagPath}" }, "tagPath": "{tagPath}/Meta/EqName" }, "type": "tag" }, "persistent": true }, "custom.cbBat": { "binding": { "config": { "struct": { "cb1": "{view.custom.cbBat1}", "cb2": "{view.custom.cbBat2}", "cb3": "{view.custom.cbBat3}", "cb4": "{view.custom.cbBat4}" }, "waitOnAll": true }, "transforms": [ { "expression": "{value}[\u0027cb1\u0027] || {value}[\u0027cb2\u0027] || {value}[\u0027cb3\u0027] || {value}[\u0027cb4\u0027] ", "type": "expression" } ], "type": "expr-struct" }, "persistent": true }, "custom.cbBat1": { "binding": { "config": { "fallbackDelay": 2.5, "mode": "indirect", "references": { "tagPath": "{view.params.tagPath}" }, "tagPath": "{tagPath}/Battery Breaker1" }, "type": "tag" }, "persistent": true }, "custom.cbBat2": { "binding": { "config": { "fallbackDelay": 2.5, "mode": "indirect", "references": { "tagPath": "{view.params.tagPath}" }, "tagPath": "{tagPath}/Battery Breaker2" }, "type": "tag" }, "persistent": true }, "custom.cbBat3": { "binding": { "config": { "fallbackDelay": 2.5, "mode": "indirect", "references": { "tagPath": "{view.params.tagPath}" }, "tagPath": "{tagPath}/Battery Breaker3" }, "type": "tag" }, "persistent": true }, "custom.cbBat4": { "binding": { "config": { "fallbackDelay": 2.5, "mode": "indirect", "references": { "tagPath": "{view.params.tagPath}" }, "tagPath": "{tagPath}/Battery Breaker4" }, "type": "tag" }, "persistent": true }, "custom.cbByps": { "binding": { "config": { "fallbackDelay": 2.5, "mode": "indirect", "references": { "tagPath": "{view.params.tagPath}" }, "tagPath": "{tagPath}/Maintenance Bypass Breaker Status" }, "type": "tag" }, "persistent": true }, "custom.cbIn": { "binding": { "config": { "fallbackDelay": 2.5, "mode": "indirect", "references": { "tagPath": "{view.params.tagPath}" }, "tagPath": "{tagPath}/Main Input Breaker Status" }, "type": "tag" }, "persistent": true }, "custom.cbOut": { "binding": { "config": { "fallbackDelay": 2.5, "mode": "indirect", "references": { "tagPath": "{view.params.tagPath}" }, "tagPath": "{tagPath}/Output Breaker Status" }, "type": "tag" }, "persistent": true }, "custom.mode": { "binding": { "config": { "fallbackDelay": 2.5, "mode": "indirect", "references": { "tagPath": "{view.params.tagPath}" }, "tagPath": "{tagPath}/Operation Modes" }, "transforms": [ { "code": "\tif value \u003d\u003d 4 or value \u003d\u003d 5 or value \u003d\u003d 6:\n\t\treturn True\n\telse:\n\t\treturn False", "type": "script" } ], "type": "tag" }, "persistent": true }, "params.boxColor": { "paramDirection": "input", "persistent": true }, "params.inputPower": { "paramDirection": "input", "persistent": true }, "params.objectName": { "paramDirection": "input", "persistent": true }, "params.outputPower": { "binding": { "config": { "struct": { "bpCB": "{view.custom.cbByps}", "inCB": "{view.custom.cbIn}", "inPWR": "{view.params.inputPower}", "outCB": "{view.custom.cbOut}" }, "waitOnAll": true }, "transforms": [ { "expression": "{value}[\u0027inCB\u0027] \u0026\u0026 {value}[\u0027inPWR\u0027] \u0026\u0026 ({value}[\u0027bpCB\u0027] || {value}[\u0027outCB\u0027])", "type": "expression" }, { "fallback": 0, "inputType": "scalar", "mappings": [ { "input": false, "output": 0 }, { "input": true, "output": 1 } ], "outputType": "scalar", "type": "map" } ], "type": "expr-struct" }, "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": 164, "width": 130 } }, "root": { "children": [ { "custom": { "BatteryChargePercent": 100, "colorHandler": {} }, "meta": { "name": "UPS_woCB" }, "position": { "height": 160, "rotate": { "anchor": "25% 75%" }, "width": 130 }, "propConfig": { "custom.OperationModes": { "binding": { "config": { "fallbackDelay": 2.5, "mode": "indirect", "references": { "tagPath": "{view.params.tagPath}" }, "tagPath": "{tagPath}/Operation Modes" }, "transforms": [ { "code": "\tif value is None:\n\t\treturn 0\t\n\treturn value", "type": "script" } ], "type": "tag" } }, "custom.batteryBreakerOpen": { "binding": { "config": { "expression": "tag({view.params.tagPath}+\u0027/Battery Breaker1\u0027) ||\r\ntag({view.params.tagPath}+\u0027/Battery Breaker2\u0027) ||\r\ntag({view.params.tagPath}+\u0027/Battery Breaker3\u0027) ||\r\ntag({view.params.tagPath}+\u0027/Battery Breaker4\u0027)" }, "transforms": [ { "code": "\tif value is None:\n\t\treturn false\n\treturn value", "type": "script" } ], "type": "expr" } }, "custom.batteryPercentage": { "binding": { "config": { "fallbackDelay": 2.5, "mode": "indirect", "references": { "tagPath": "{view.params.tagPath}" }, "tagPath": "{tagPath}/Battery Charge Percent" }, "transforms": [ { "code": "\tif value is None:\n\t\treturn 0\n\treturn value", "type": "script" } ], "type": "tag" } }, "custom.colorHandler.UPS-Bat-Connection": { "binding": { "config": { "path": "view.custom.mode" }, "transforms": [ { "fallback": "purple", "inputType": "scalar", "mappings": [ { "input": true, "output": "var(--olRed)" }, { "input": false, "output": "var(--olGreen)" } ], "outputType": "scalar", "type": "map" } ], "type": "property" } }, "custom.colorHandler.battery": { "binding": { "config": { "struct": { "batteryPercentage": "{this.custom.BatteryChargePercent}" }, "waitOnAll": true }, "transforms": [ { "expression": "{value}[\u0027batteryPercentage\u0027] \u003e\u003d 10", "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.batteryBreaker": { "binding": { "config": { "struct": { "bpCB": "{view.custom.cbByps}", "inCB": "{view.custom.cbIn}", "inPwr": "{view.params.inputPower}" }, "waitOnAll": true }, "transforms": [ { "expression": "{value}[\u0027inCB\u0027] \u0026\u0026 {value}[\u0027inPwr\u0027] \u0026\u0026 !{value}[\u0027bpCB\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.bypass": { "binding": { "config": { "struct": { "cb": "{view.custom.cbByps}", "inputpower": "{view.params.inputPower}" }, "waitOnAll": true }, "transforms": [ { "expression": "{value}[\u0027inputpower\u0027] \u0026\u0026 {value}[\u0027cb\u0027] ", "type": "expression" }, { "fallback": "val(--Gray)", "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": { "struct": { "bpCB": "{view.custom.cbByps}", "inCB": "{view.custom.cbIn}", "inPWR": "{view.params.inputPower}" }, "waitOnAll": true }, "transforms": [ { "expression": "!{value}[\u0027bpCB\u0027] \u0026\u0026 {value}[\u0027inPWR\u0027] \u0026\u0026 {value}[\u0027inCB\u0027]", "type": "expression" }, { "fallback": "val(--Gray)", "inputType": "scalar", "mappings": [ { "input": true, "output": "var(--olRed)" }, { "input": false, "output": "var(--olGreen)" } ], "outputType": "scalar", "type": "map" } ], "type": "expr-struct" } }, "custom.colorHandler.inverter": { "binding": { "config": { "struct": { "bpCB": "{view.custom.cbByps}", "inCB": "{view.custom.cbIn}", "inPWR": "{view.params.inputPower}", "opMode": "{view.custom.mode}" }, "waitOnAll": true }, "transforms": [ { "expression": "!{value}[\u0027bpCB\u0027] \u0026\u0026 {value}[\u0027inPWR\u0027] \u0026\u0026 {value}[\u0027inCB\u0027] ", "type": "expression" }, { "fallback": "val(--Gray)", "inputType": "scalar", "mappings": [ { "input": true, "output": "var(--olRed)" }, { "input": false, "output": "var(--olGreen)" } ], "outputType": "scalar", "type": "map" } ], "type": "expr-struct" } }, "custom.colorHandler.output": { "binding": { "config": { "struct": { "bpCB": "{view.custom.cbByps}", "inCB": "{view.custom.cbIn}", "inPWR": "{view.params.inputPower}", "outCB": "{view.custom.cbOut}" }, "waitOnAll": true }, "transforms": [ { "expression": "~{value}[\u0027bpCB\u0027] \u0026\u0026 {value}[\u0027inPWR\u0027] \u0026\u0026 {value}[\u0027inCB\u0027] \u0026\u0026 {value}[\u0027outCB\u0027]", "type": "expression" }, { "fallback": "val(--Gray)", "inputType": "scalar", "mappings": [ { "input": true, "output": "var(--olRed)" }, { "input": false, "output": "var(--olGreen)" } ], "outputType": "scalar", "type": "map" } ], "type": "expr-struct" } }, "custom.colorHandler.rectifier": { "binding": { "config": { "struct": { "bpCB": "{view.custom.cbByps}", "inCB": "{view.custom.cbIn}", "inPWR": "{view.params.inputPower}", "opMode": "{view.custom.mode}" }, "waitOnAll": true }, "transforms": [ { "expression": "!{value}[\u0027bpCB\u0027] \u0026\u0026 {value}[\u0027inPWR\u0027] \u0026\u0026 {value}[\u0027inCB\u0027] ", "type": "expression" }, { "fallback": "val(--Gray)", "inputType": "scalar", "mappings": [ { "input": true, "output": "var(--olRed)" }, { "input": false, "output": "var(--olGreen)" } ], "outputType": "scalar", "type": "map" } ], "type": "expr-struct" } }, "props.elements[0].elements[0].elements[0].stroke.paint": { "binding": { "config": { "path": "this.custom.colorHandler.rectifier" }, "type": "property" } }, "props.elements[0].elements[0].elements[1].stroke.paint": { "binding": { "config": { "path": "this.custom.colorHandler.rectifier" }, "type": "property" } }, "props.elements[0].elements[0].elements[2].stroke.paint": { "binding": { "config": { "path": "this.custom.colorHandler.rectifier" }, "type": "property" } }, "props.elements[0].elements[0].elements[3].stroke.paint": { "binding": { "config": { "path": "this.custom.colorHandler.rectifier" }, "type": "property" } }, "props.elements[0].elements[0].elements[4].stroke.paint": { "binding": { "config": { "path": "this.custom.colorHandler.rectifier" }, "type": "property" } }, "props.elements[0].elements[1].elements[0].stroke.paint": { "binding": { "config": { "path": "this.custom.colorHandler.inverter" }, "type": "property" } }, "props.elements[0].elements[1].elements[1].stroke.paint": { "binding": { "config": { "path": "this.custom.colorHandler.inverter" }, "type": "property" } }, "props.elements[0].elements[1].elements[2].stroke.paint": { "binding": { "config": { "path": "this.custom.colorHandler.inverter" }, "type": "property" } }, "props.elements[0].elements[1].elements[3].stroke.paint": { "binding": { "config": { "path": "this.custom.colorHandler.inverter" }, "type": "property" } }, "props.elements[0].elements[1].elements[4].stroke.paint": { "binding": { "config": { "path": "this.custom.colorHandler.inverter" }, "type": "property" } }, "props.elements[0].elements[2].fill": { "binding": { "config": { "path": "view.params.boxColor" }, "type": "property" } }, "props.elements[0].elements[3].elements[0].stroke.paint": { "binding": { "config": { "path": "this.custom.colorHandler.bypass" }, "type": "property" } }, "props.elements[0].elements[3].elements[1].stroke.paint": { "binding": { "config": { "path": "this.custom.colorHandler.bypass" }, "type": "property" } }, "props.elements[0].elements[3].elements[2].stroke.paint": { "binding": { "config": { "path": "this.custom.colorHandler.bypass" }, "type": "property" } }, "props.elements[0].elements[3].elements[3].stroke.paint": { "binding": { "config": { "path": "this.custom.colorHandler.bypass" }, "type": "property" } }, "props.elements[0].elements[3].elements[4].stroke.paint": { "binding": { "config": { "path": "this.custom.colorHandler.bypass" }, "type": "property" } }, "props.elements[0].elements[4].elements[0].stroke.paint": { "binding": { "config": { "path": "this.custom.colorHandler.input" }, "type": "property" } }, "props.elements[0].elements[4].elements[1].stroke.paint": { "binding": { "config": { "path": "this.custom.colorHandler.bypass" }, "type": "property" } }, "props.elements[0].elements[5].elements[0].stroke.paint": { "binding": { "config": { "path": "this.custom.colorHandler.output" }, "type": "property" } }, "props.elements[0].elements[5].elements[1].stroke.paint": { "binding": { "config": { "path": "this.custom.colorHandler.bypass" }, "type": "property" } }, "props.elements[0].elements[6].elements[0].fill": { "binding": { "config": { "path": "view.params.textColor" }, "type": "property" } }, "props.elements[0].elements[6].elements[0].text": { "binding": { "config": { "path": "view.custom.UPS1" }, "type": "property" } }, "props.elements[0].elements[6].elements[2].fill": { "binding": { "config": { "path": "view.params.textColor" }, "type": "property" } }, "props.elements[0].elements[6].elements[2].text": { "binding": { "config": { "path": "view.params.textHandler.UPS2" }, "type": "property" } }, "props.elements[0].elements[6].elements[4].fill": { "binding": { "config": { "path": "view.params.textColor" }, "type": "property" } }, "props.elements[0].elements[6].elements[4].text": { "binding": { "config": { "path": "view.params.textHandler.UPS3" }, "type": "property" } }, "props.elements[0].elements[7].fill": { "binding": { "config": { "path": "view.params.textColor" }, "type": "property" } }, "props.elements[1].elements[1].fill": { "binding": { "config": { "path": "view.params.boxColor" }, "type": "property" } }, "props.elements[1].elements[3].fill": { "binding": { "config": { "path": "this.custom.batteryPercentage" }, "transforms": [ { "fallback": "var(--olRed)", "inputType": "range", "mappings": [ { "input": { "max": 60, "min": 0 }, "output": "var(--olGreen)" } ], "outputType": "scalar", "type": "map" } ], "type": "property" } }, "props.elements[1].elements[4].elements[0].stroke.paint": { "binding": { "config": { "path": "this.custom.batteryPercentage" }, "transforms": [ { "fallback": "var(--olRed)", "inputType": "range", "mappings": [ { "input": { "max": 83.4, "min": 0 }, "output": "var(--olGreen)" } ], "outputType": "scalar", "type": "map" } ], "type": "property" } }, "props.elements[1].elements[4].elements[1].stroke.paint": { "binding": { "config": { "path": "this.custom.batteryPercentage" }, "transforms": [ { "fallback": "var(--olRed)", "inputType": "range", "mappings": [ { "input": { "max": 66.8, "min": 0 }, "output": "var(--olGreen)" } ], "outputType": "scalar", "type": "map" } ], "type": "property" } }, "props.elements[1].elements[4].elements[2].stroke.paint": { "binding": { "config": { "path": "this.custom.batteryPercentage" }, "transforms": [ { "fallback": "var(--olRed)", "inputType": "range", "mappings": [ { "input": { "max": 50.2, "min": 0 }, "output": "var(--olGreen)" } ], "outputType": "scalar", "type": "map" } ], "type": "property" } }, "props.elements[1].elements[4].elements[3].stroke.paint": { "binding": { "config": { "path": "this.custom.batteryPercentage" }, "transforms": [ { "fallback": "var(--olRed)", "inputType": "range", "mappings": [ { "input": { "max": 33.6, "min": 0 }, "output": "var(--olGreen)" } ], "outputType": "scalar", "type": "map" } ], "type": "property" } }, "props.elements[1].elements[4].elements[4].stroke.paint": { "binding": { "config": { "path": "this.custom.batteryPercentage" }, "transforms": [ { "fallback": "var(--olRed)", "inputType": "range", "mappings": [ { "input": { "max": 17, "min": 0 }, "output": "var(--olGreen)" } ], "outputType": "scalar", "type": "map" } ], "type": "property" } }, "props.elements[1].elements[4].elements[5].stroke.paint": { "binding": { "config": { "path": "this.custom.batteryPercentage" }, "transforms": [ { "fallback": "var(--olRed)", "inputType": "range", "mappings": [ { "input": { "max": 1, "min": 0 }, "output": "var(--olGreen)" } ], "outputType": "scalar", "type": "map" } ], "type": "property" } }, "props.elements[1].elements[5].elements[1].text": { "binding": { "config": { "path": "view.params.textHandler.Battery1" }, "type": "property" } }, "props.elements[1].elements[5].elements[2].stroke.paint": { "binding": { "config": { "path": "this.custom.colorHandler.batteryBreaker" }, "type": "property" } }, "props.elements[1].elements[5].elements[2].visibility": { "binding": { "config": { "path": "view.custom.cbBat" }, "transforms": [ { "fallback": "visible", "inputType": "scalar", "mappings": [ { "input": false, "output": "hidden" }, { "input": true, "output": "visible" } ], "outputType": "scalar", "type": "map" } ], "type": "property" } }, "props.elements[1].elements[5].elements[3].fill.paint": { "binding": { "config": { "path": "this.custom.colorHandler.output" }, "type": "property" } }, "props.elements[1].elements[5].elements[4].fill.paint": { "binding": { "config": { "path": "this.custom.colorHandler.batteryBreaker" }, "type": "property" } }, "props.elements[1].elements[5].elements[5].stroke": { "binding": { "config": { "path": "this.custom.colorHandler.batteryBreaker" }, "type": "property" } }, "props.elements[1].elements[5].elements[5].visibility": { "binding": { "config": { "path": "view.custom.cbBat" }, "transforms": [ { "fallback": "visible", "inputType": "scalar", "mappings": [ { "input": true, "output": "hidden" }, { "input": false, "output": "visible" } ], "outputType": "scalar", "type": "map" } ], "type": "property" } }, "props.elements[1].elements[5].elements[6].stroke.paint": { "binding": { "config": { "path": "this.custom.colorHandler.batteryBreaker" }, "type": "property" } }, "props.elements[1].elements[6].elements[0].stroke.paint": { "binding": { "config": { "path": "this.custom.colorHandler.inverter" }, "type": "property" } }, "props.elements[1].elements[6].elements[1].fill": { "binding": { "config": { "path": "this.custom.colorHandler.output" }, "type": "property" } }, "props.elements[1].elements[6].elements[2].stroke.paint": { "binding": { "config": { "path": "this.custom.colorHandler.output" }, "type": "property" } }, "props.elements[2].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[2].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[2].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[2].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[2].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[2].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[2].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": [ { "elements": [ { "elements": [ { "d": "M52.3,31.949c-0.089,-0.506 -0.249,-0.866 -0.853,-0.874c-0.494,-0.007 -0.872,0.342 -0.872,0.874c-0.063,0.468 -0.283,0.808 -0.863,0.856c-0.498,-0.05 -0.784,-0.337 -0.863,-0.856", "fill": { "paint": "transparent" }, "name": "path", "stroke": { "width": "0.38px" }, "type": "path" }, { "d": "M43.75,29.897l10,10.309", "fill": { "paint": "transparent" }, "name": "path", "stroke": { "linecap": "butt", "width": "0.38px" }, "type": "path" }, { "d": "M45.158,36.334l3,0", "fill": { "paint": "transparent" }, "name": "path", "stroke": { "linecap": "butt", "width": "0.38px" }, "type": "path" }, { "d": "M45.158,37.913l3,-0", "fill": { "paint": "transparent" }, "name": "path", "stroke": { "linecap": "butt", "width": "0.38px" }, "type": "path" }, { "fill": { "opacity": "0" }, "height": "10.309", "name": "rect", "stroke": { "width": "0.75px" }, "type": "rect", "width": "10", "x": "43.75", "y": "29.897" } ], "id": "Rectifier", "name": "Rectifier", "type": "group", "visibility": "visible" }, { "elements": [ { "d": "M52.3,57.971c-0.089,-0.507 -0.249,-0.866 -0.853,-0.875c-0.494,-0.007 -0.872,0.343 -0.872,0.875c-0.063,0.467 -0.283,0.807 -0.863,0.855c-0.498,-0.049 -0.784,-0.337 -0.863,-0.855", "fill": { "paint": "transparent" }, "name": "path", "stroke": { "width": "0.38px" }, "type": "path" }, { "d": "M45.158,51.936l3,-0", "fill": { "paint": "transparent" }, "name": "path", "stroke": { "linecap": "butt", "width": "0.38px" }, "type": "path" }, { "d": "M45.158,53.514l3,-0", "fill": { "paint": "transparent" }, "name": "path", "stroke": { "linecap": "butt", "width": "0.38px" }, "type": "path" }, { "d": "M43.75,60.103l10,-10.103", "fill": { "paint": "transparent" }, "name": "path", "stroke": { "linecap": "butt", "width": "0.38px" }, "type": "path" }, { "fill": { "opacity": "0" }, "height": "10.103", "name": "rect", "stroke": { "width": "0.75px" }, "type": "rect", "width": "10", "x": "43.75", "y": "50" } ], "id": "Inverter", "name": "Inverter", "type": "group", "visibility": "visible" }, { "d": "M3.75,15.268l-0,-4.018l4.67,0l-0,0.75l-3.92,-0l-0,3.268l-0.75,-0Zm11.207,-4.018l-0,0.75l-2.802,0l0,-0.75l2.802,0Zm13.074,0l0,0.75l-9.339,0l0,-0.75l9.339,0Zm6.538,0l-0,0.75l-2.802,0l-0,-0.75l2.802,0Zm13.074,0l0,0.75l-9.339,0l0,-0.75l9.339,0Zm6.537,0l0,0.75l-2.801,0l-0,-0.75l2.801,0Zm8.405,4.018l-0.75,-0c0,-0 0,-3.268 0,-3.268l-3.919,0l-0,-0.75l4.669,0l0,4.018Zm0,5.625l-0.75,-0l0,-2.411l0.75,0l0,2.411Zm0,11.25l-0.75,-0l0,-8.036l0.75,0l0,8.036Zm0,5.625l-0.75,-0l0,-2.411l0.75,0l0,2.411Zm0,11.25l-0.75,-0l0,-8.036l0.75,0l0,8.036Zm0,5.625l-0.75,-0l0,-2.411l0.75,0l0,2.411Zm0,11.25l-0.75,-0l0,-8.036l0.75,0l0,8.036Zm0,5.625l-0.75,-0l0,-2.411l0.75,0l0,2.411Zm-4.669,7.232l-0,-0.75l3.919,0l0,-3.268l0.75,0l0,4.018l-4.669,0Zm-6.537,0l-0,-0.75l2.801,0l0,0.75l-2.801,0Zm-13.075,0l0,-0.75l9.339,0l0,0.75l-9.339,0Zm-6.537,0l-0,-0.75l2.802,0l-0,0.75l-2.802,0Zm-13.075,0l0,-0.75l9.339,0l0,0.75l-9.339,0Zm-6.537,0l0,-0.75l2.802,0l-0,0.75l-2.802,0Zm-8.405,-4.018l0.75,0c-0,0 -0,3.268 -0,3.268l3.92,0l-0,0.75l-4.67,0l-0,-4.018Zm-0,-5.625l0.75,0l-0,2.411l-0.75,-0l-0,-2.411Zm-0,-11.25l0.75,0l-0,8.036l-0.75,-0l-0,-8.036Zm-0,-5.625l0.75,0l-0,2.411l-0.75,-0l-0,-2.411Zm-0,-11.25l0.75,0l-0,8.036l-0.75,-0l-0,-8.036Zm-0,-5.625l0.75,0l-0,2.411l-0.75,-0l-0,-2.411Zm-0,-11.25l0.75,0l-0,8.036l-0.75,-0l-0,-8.036Zm-0,-5.625l0.75,0l-0,2.411l-0.75,-0l-0,-2.411Z", "name": "path", "type": "path", "visibility": "visible" }, { "elements": [ { "d": "M26.727,39.197l-0,-18.491", "fill": { "paint": "transparent" }, "name": "path", "stroke": { "linecap": "butt", "width": "0.75px" }, "type": "path" }, { "d": "M26.727,49.226l-0,20.068", "fill": { "paint": "transparent" }, "name": "path", "stroke": { "linecap": "butt", "width": "0.75px" }, "type": "path" }, { "d": "M25.67,42.363l-4.239,0c-0,0 2.191,0.108 2.107,0c-0.084,-0.108 2.132,3.54 2.132,3.54l-4.239,0l2.107,-3.54", "fill": { "paint": "transparent" }, "name": "path", "stroke": { "width": "0.38px" }, "type": "path" }, { "fill": { "opacity": "0" }, "height": "10.029", "name": "rect", "stroke": { "width": "0.38px" }, "type": "rect", "width": "6.352", "x": "23.538", "y": "39.197" }, { "d": "M27.771,45.901l4.24,-0c-0,-0 -2.192,-0.108 -2.108,-0c0.084,0.108 -2.132,-3.54 -2.132,-3.54l4.24,-0l-2.108,3.54", "fill": { "paint": "transparent" }, "name": "path", "stroke": { "width": "0.38px" }, "type": "path" } ], "id": "Bypass", "name": "Bypass", "type": "group", "visibility": "visible" }, { "elements": [ { "d": "M48.75,29.897l0,-9.201", "name": "path", "stroke": { "width": "0.75px" }, "type": "path" }, { "d": "M48.849,20.696l-22.134,0", "name": "path", "stroke": { "linecap": "butt", "linejoin": "round", "miterlimit": "1.5", "width": "0.75px" }, "type": "path" } ], "id": "Input", "name": "Input", "type": "group", "visibility": "visible" }, { "elements": [ { "d": "M48.75,69.304l0,-9.201", "fill": { "paint": "transparent" }, "name": "path", "stroke": { "width": "0.75px" }, "type": "path" }, { "d": "M48.75,69.285l-22.035,-0", "fill": { "paint": "transparent" }, "name": "path", "stroke": { "linecap": "butt", "linejoin": "round", "miterlimit": "1.5", "width": "0.75px" }, "type": "path" } ], "id": "Output", "name": "Output", "type": "group", "visibility": "visible" }, { "elements": [ { "name": "text", "style": { "fontFamily": "\u0027Arial-BoldMT\u0027, \u0027Arial\u0027", "fontSize": "12px", "fontWeight": "700", "overflow": "visible" }, "type": "text", "visibility": "hidden", "x": "-16px", "y": "3.033px" }, { "name": "group", "transform": "matrix(4.16667,0,0,4.16667,38.4261,6.78345)", "type": "group" }, { "name": "text", "style": { "fontFamily": "\u0027ArialMT\u0027, \u0027Arial\u0027", "fontSize": "4.167px" }, "type": "text", "x": "3.296px", "y": "6.783px" }, { "name": "group", "transform": "matrix(4.16667,0,0,4.16667,47.7808,10.5334)", "type": "group" }, { "name": "text", "style": { "fontFamily": "\u0027ArialMT\u0027, \u0027Arial\u0027", "fontSize": "4.167px" }, "type": "text", "x": "3.697px", "y": "10.533px" } ], "id": "TagID-Plate", "name": "TagID-Plate", "type": "group" }, { "elements": [ { "elements": [ { "d": "M0.37,0.01c-0.097,0 -0.171,-0.025 -0.222,-0.075c-0.051,-0.051 -0.076,-0.125 -0.076,-0.224l0,-0.416l0.128,0l0,0.415c0,0.063 0.014,0.111 0.043,0.143c0.029,0.031 0.072,0.047 0.127,0.047c0.055,0 0.097,-0.016 0.126,-0.047c0.029,-0.032 0.043,-0.08 0.043,-0.143l0,-0.415l0.127,0l0,0.416c0,0.099 -0.025,0.173 -0.075,0.224c-0.05,0.05 -0.124,0.075 -0.221,0.075Z", "fill": { "rule": "nonzero" }, "name": "path", "type": "path" } ], "name": "group", "transform": "matrix(18.6413,0,0,18.6413,32.7595,63.7053)", "type": "group" }, { "name": "group", "transform": "matrix(18.6413,0,0,18.6413,46.5168,63.7053)", "type": "group" }, { "elements": [ { "d": "M0.077,-0l0,-0.705l0.306,0c0.052,0 0.096,0.009 0.132,0.026c0.036,0.017 0.063,0.042 0.082,0.075c0.019,0.033 0.028,0.072 0.028,0.119c0,0.046 -0.009,0.086 -0.028,0.119c-0.019,0.033 -0.046,0.058 -0.082,0.076c-0.036,0.017 -0.08,0.026 -0.132,0.026l-0.178,-0l0,0.264l-0.128,-0Zm0.128,-0.365l0.158,-0c0.045,-0 0.08,-0.01 0.103,-0.03c0.023,-0.021 0.035,-0.051 0.035,-0.09c0,-0.039 -0.012,-0.069 -0.035,-0.089c-0.023,-0.02 -0.058,-0.03 -0.103,-0.03l-0.158,-0l0,0.239Z", "fill": { "rule": "nonzero" }, "name": "path", "type": "path" } ], "name": "group", "transform": "matrix(18.6413,0,0,18.6413,32.7595,82.3466)", "type": "group" }, { "name": "group", "transform": "matrix(18.6413,0,0,18.6413,44.9136,82.3466)", "type": "group" }, { "elements": [ { "d": "M0.32,0.01c-0.037,0 -0.072,-0.003 -0.106,-0.01c-0.033,-0.006 -0.064,-0.015 -0.093,-0.027c-0.028,-0.012 -0.053,-0.026 -0.075,-0.043l0.039,-0.101c0.022,0.015 0.045,0.029 0.069,0.04c0.025,0.011 0.051,0.019 0.078,0.025c0.028,0.005 0.057,0.008 0.088,0.008c0.053,-0 0.091,-0.009 0.115,-0.026c0.024,-0.018 0.036,-0.041 0.036,-0.069c-0,-0.015 -0.004,-0.028 -0.011,-0.039c-0.007,-0.011 -0.019,-0.021 -0.036,-0.029c-0.017,-0.008 -0.039,-0.015 -0.066,-0.02l-0.11,-0.023c-0.063,-0.013 -0.111,-0.036 -0.142,-0.067c-0.031,-0.032 -0.046,-0.074 -0.046,-0.126c-0,-0.044 0.012,-0.082 0.035,-0.115c0.023,-0.033 0.056,-0.058 0.097,-0.076c0.041,-0.018 0.089,-0.027 0.143,-0.027c0.032,0 0.063,0.003 0.092,0.01c0.03,0.006 0.057,0.015 0.082,0.028c0.025,0.012 0.047,0.027 0.066,0.044l-0.039,0.096c-0.028,-0.023 -0.059,-0.041 -0.092,-0.052c-0.033,-0.012 -0.07,-0.018 -0.11,-0.018c-0.031,0 -0.057,0.004 -0.079,0.013c-0.022,0.009 -0.039,0.021 -0.051,0.037c-0.011,0.015 -0.017,0.034 -0.017,0.055c0,0.024 0.008,0.043 0.024,0.058c0.016,0.014 0.043,0.025 0.082,0.033l0.109,0.023c0.066,0.014 0.115,0.036 0.147,0.066c0.033,0.03 0.049,0.07 0.049,0.12c0,0.042 -0.011,0.079 -0.034,0.111c-0.023,0.032 -0.055,0.057 -0.097,0.075c-0.041,0.017 -0.09,0.026 -0.147,0.026Z", "fill": { "rule": "nonzero" }, "name": "path", "type": "path" } ], "name": "group", "transform": "matrix(18.6413,0,0,18.6413,32.7595,100.988)", "type": "group" }, { "name": "group", "transform": "matrix(18.6413,0,0,18.6413,44.5221,100.988)", "type": "group" } ], "id": "Label", "name": "Label", "transform": "matrix(0.654499,0,0,0.670554,-11.7046,-5.86463)", "type": "group", "visibility": "visible" } ], "id": "UPS", "name": "UPS", "type": "group" }, { "elements": [ { "fill": { "opacity": "0" }, "height": "63.75", "id": "Box01", "name": "Box01", "type": "rect", "width": "18.75", "x": "64.275", "y": "52.5" }, { "d": "M64.275,56.295l0,-3.795l4.464,-0l0,0.75l-3.714,0l0,3.045l-0.75,-0Zm10.714,-3.795l0,0.75l-2.678,-0l-0,-0.75l2.678,-0Zm8.036,3.795l-0.75,-0c0,-0 0,-3.045 0,-3.045l-3.714,-0l-0,-0.75l4.464,-0l0,3.795Zm0,5.312l-0.75,0l0,-2.277l0.75,0l0,2.277Zm0,10.625l-0.75,0l0,-7.589l0.75,-0l0,7.589Zm0,5.313l-0.75,-0l0,-2.277l0.75,-0l0,2.277Zm0,10.625l-0.75,-0l0,-7.59l0.75,0l0,7.59Zm0,5.312l-0.75,0l0,-2.277l0.75,0l0,2.277Zm0,10.625l-0.75,0l0,-7.589l0.75,-0l0,7.589Zm0,5.313l-0.75,-0l0,-2.277l0.75,-0l0,2.277Zm-4.464,6.83l-0,-0.75l3.714,-0l0,-3.045l0.75,0l0,3.795l-4.464,-0Zm-6.25,-0l-0,-0.75l2.678,-0l0,0.75l-2.678,-0Zm-8.036,-3.795l0.75,0c0,0 0,3.045 -0,3.045l3.714,-0l0,0.75l-4.464,-0l0,-3.795Zm0,-5.312l0.75,-0l0,2.277l-0.75,-0l0,-2.277Zm0,-10.625l0.75,-0l0,7.589l-0.75,0l0,-7.589Zm0,-5.313l0.75,0l0,2.277l-0.75,0l0,-2.277Zm0,-10.625l0.75,0l0,7.59l-0.75,-0l0,-7.59Zm0,-5.312l0.75,-0l0,2.277l-0.75,-0l0,-2.277Zm0,-10.625l0.75,-0l0,7.589l-0.75,0l0,-7.589Zm0,-5.313l0.75,0l0,2.277l-0.75,0l0,-2.277Z", "name": "path", "type": "path" }, { "fill": { "opacity": "0" }, "height": "30", "id": "Box02", "name": "Box02", "type": "rect", "width": "18.75", "x": "64.275", "y": "86.25" }, { "d": "M64.275,93.393l0,-7.143l4.464,-0l0,0.75l-3.714,0l0,6.393l-0.75,-0Zm10.714,-7.143l0,0.75l-2.678,-0l-0,-0.75l2.678,-0Zm8.036,7.143l-0.75,-0c0,-0 0,-6.393 0,-6.393l-3.714,-0l-0,-0.75l4.464,-0l0,7.143Zm0,10l-0.75,-0l0,-4.286l0.75,0l0,4.286Zm-4.464,12.857l-0,-0.75l3.714,-0l0,-6.393l0.75,0l0,7.143l-4.464,-0Zm-6.25,-0l-0,-0.75l2.678,-0l0,0.75l-2.678,-0Zm-8.036,-7.143l0.75,0c0,0 0,6.393 -0,6.393l3.714,-0l0,0.75l-4.464,-0l0,-7.143Zm0,-10l0.75,0l0,4.286l-0.75,-0l0,-4.286Z", "name": "path", "type": "path" }, { "elements": [ { "d": "M68.755,92.833l9.79,-0", "fill": { "paint": "transparent" }, "name": "path", "stroke": { "dasharray": "7.5,3,2.25,3,0,0", "linecap": "butt", "width": "0.75px" }, "type": "path" }, { "d": "M71.202,96.2l4.896,-0", "fill": { "paint": "transparent" }, "name": "path", "stroke": { "dasharray": "7.5,3,2.25,3,0,0", "linecap": "butt", "width": "0.75px" }, "type": "path" }, { "d": "M68.755,99.567l9.79,-0", "fill": { "paint": "transparent" }, "name": "path", "stroke": { "dasharray": "7.5,3,2.25,3,0,0", "linecap": "butt", "width": "0.75px" }, "type": "path" }, { "d": "M71.202,102.933l4.896,0", "fill": { "paint": "transparent" }, "name": "path", "stroke": { "dasharray": "7.5,3,2.25,3,0,0", "linecap": "butt", "width": "0.75px" }, "type": "path" }, { "d": "M68.755,106.3l9.79,0", "fill": { "paint": "transparent" }, "name": "path", "stroke": { "dasharray": "7.5,3,2.25,3,0,0", "linecap": "butt", "width": "0.75px" }, "type": "path" }, { "d": "M71.202,109.667l4.896,0", "fill": { "paint": "transparent" }, "name": "path", "stroke": { "dasharray": "7.5,3,2.25,3,0,0", "linecap": "butt", "width": "0.75px" }, "type": "path" } ], "id": "Cell", "name": "Cell", "type": "group", "visibility": "visible" }, { "elements": [ { "name": "group", "transform": "matrix(4.16667,0,0,4.16667,94.2632,64.9251)", "type": "group" }, { "name": "text", "style": { "fontFamily": "\u0027ArialMT\u0027, \u0027Arial\u0027", "fontSize": "4.167px" }, "type": "text", "x": "84.532px", "y": "64.925px" }, { "d": "M74.775,58.953c1.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" }, "id": "Closed", "name": "Closed", "stroke": { "linejoin": "round", "miterlimit": "1.5", "width": "0.75px" }, "type": "path" }, { "cx": "73.65", "cy": "58.953", "fill": {}, "id": "T1", "name": "T1", "r": "1.125", "type": "circle" }, { "cx": "73.65", "cy": "67.953", "fill": {}, "id": "T2", "name": "T2", "r": "1.125", "type": "circle" }, { "d": "M78.435,58.953c1.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" }, "id": "Open", "name": "Open", "type": "path" }, { "d": "M73.65,68.679l0,17.571", "fill": { "paint": "transparent" }, "id": "Output1", "name": "Output1", "stroke": { "linecap": "butt", "linejoin": "round", "miterlimit": "1.5", "width": "0.75px" }, "type": "path" } ], "id": "CB", "name": "CB", "type": "group" }, { "elements": [ { "d": "M48.75,50l0,-9.794", "fill": { "paint": "transparent" }, "name": "path", "stroke": { "width": "0.75px" }, "type": "path" }, { "d": "M48.736,46.125c-0.621,0 -1.125,-0.504 -1.125,-1.125c0,-0.621 0.504,-1.125 1.125,-1.125c0.621,-0 1.125,0.504 1.125,1.125c0,0.621 -0.504,1.125 -1.125,1.125Z", "name": "path", "type": "path" }, { "d": "M73.65,58.23l0,-13.23l-24.914,0", "fill": { "paint": "transparent" }, "name": "path", "stroke": { "linecap": "butt", "width": "0.75px" }, "type": "path" } ], "id": "Supply", "name": "Supply", "type": "group" } ], "id": "Battery", "name": "Battery", "type": "group" }, { "elements": [ { "fill": { "opacity": "0", "paint": "#ebebeb" }, "height": "112.5", "id": "AlarmBorder", "name": "AlarmBorder", "type": "rect", "width": "90", "x": "0", "y": "7.5" }, { "d": "M90,7.5l0,112.5l-90,-0l0,-112.5l90,-0Zm-0.75,0.75l-88.5,0l0,111l88.5,-0l0,-111Z", "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": "visible" }, "viewBox": "0 0 98 120" }, "type": "ia.shapes.svg" }, { "meta": { "name": "Label" }, "position": { "height": 16, "width": 83, "x": 69, "y": -18 }, "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" } ], "events": { "dom": { "onClick": { "config": { "script": "\t#pageId \u003d self.page.props.pageId\n\t#system.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" } }