Files
Stream_PHX_A7/Gateways/FE/projects/.resources/e6be6515171366c3b45b64b8b2b59c0f01ea24b785197a865dd9562a03c7b61f

1634 lines
62 KiB
Plaintext

{
"custom": {
"LA": "/Liquid Level Alarm",
"PRD": "/Pressure Relief Device Alarm",
"PSW": "/Pressure Switch",
"RRR_TRIP": "/Rapid Rise Relay Tripped",
"RRR_WRN": "/Rapid Rise Relay Warning",
"TAH": "/Liquid Temperature Alarm High",
"TAHH": "/Liquid Temperature Alarm High High",
"VFI01": "/Vacuum Fault Interrupter1 Tripped",
"VFI02": "/Vacuum Fault Interrupter2 Tripped",
"VSW": "/Vacuum Switch",
"ZSO01": "/Source 1 Switch",
"ZSO02": "/Source 2 Switch",
"inTagPath": "[Ignition_Common_IO_Gtwy]Yard/SATB1_YARD_UT-M1"
},
"params": {
"embedded": false,
"objectName": "DiscreteIn",
"tagPath": "[Ignition_Common_IO_Gtwy]Yard/SATB1_YARD_UT-M1"
},
"propConfig": {
"custom.LA": {
"persistent": true
},
"custom.PRD": {
"persistent": true
},
"custom.PSW": {
"persistent": true
},
"custom.RRR_TRIP": {
"persistent": true
},
"custom.RRR_WRN": {
"persistent": true
},
"custom.TAH": {
"persistent": true
},
"custom.TAHH": {
"persistent": true
},
"custom.VFI01": {
"persistent": true
},
"custom.VFI02": {
"persistent": true
},
"custom.VSW": {
"persistent": true
},
"custom.ZSO01": {
"persistent": true
},
"custom.ZSO02": {
"persistent": true
},
"custom.inTagPath": {
"binding": {
"config": {
"path": "view.params.tagPath"
},
"type": "property"
},
"persistent": true
},
"params.embedded": {
"paramDirection": "input",
"persistent": true
},
"params.objectName": {
"paramDirection": "input",
"persistent": true
},
"params.tagPath": {
"paramDirection": "input",
"persistent": true
}
},
"props": {},
"root": {
"children": [
{
"children": [
{
"events": {
"dom": {
"onClick": [
{
"config": {
"script": "\ttagPath \u003d self.view.params.tagPath + self.view.custom.ZSO01\n\tobjectName \u003d self.view.params.objectName\n\tif(self.view.params.embedded \u003d\u003d True):\n\t\tpageId \u003d self.page.props.pageId\n\t\tsystem.perspective.print(\u0027pageId: {}\u0027.format(pageId))\n\t\n\t\t\n\t\tutils.nav.openEQPopup(objectName, tagPath)\n\telse:\n\t\tpayload\u003d{\n\t\t\t\u0027objectName\u0027: objectName,\n\t\t\t\u0027tagPath\u0027: tagPath,\n\t\t\t\u0027modal\u0027: False,\n\t\t\t\u0027resizable\u0027: True,\n\t\t\t\u0027draggable\u0027: True,\n\t\t\t\u0027position\u0027: {\n\t#\t\t\t\u0027left\u0027:\u00270\u0027,\n\t#\t\t\t\u0027top\u0027:\u00270\u0027,\n\t\t\t\u0027width\u0027: \u00271000px\u0027,\n\t\t\t\u0027height\u0027: \u0027800px\u0027\n\t\t\t}\n\t\t}\n\t\tutils.nav.eqPopupMsg(self, payload)\n\t\n\t"
},
"enabled": false,
"scope": "G",
"type": "script"
},
{
"config": {
"draggable": true,
"id": "sII9XbeP",
"modal": false,
"overlayDismiss": false,
"position": {
"height": 800,
"width": 1000
},
"positionType": "exact",
"resizable": true,
"showCloseIcon": false,
"type": "open",
"viewParams": {
"objectName": "DiscreteIn",
"tagPath": "{view.custom.inTagPath}{view.custom.ZSO01}"
},
"viewPath": "Library/Templates/Base",
"viewportBound": false
},
"scope": "C",
"type": "popup"
}
]
}
},
"meta": {
"name": "Label_1"
},
"position": {
"basis": "150PX"
},
"propConfig": {
"props.style.backgroundColor": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "expression",
"tagPath": "{view.custom.inTagPath} + {view.custom.ZSO01} +\"/Alarms/Alarm Target Disagree\""
},
"transforms": [
{
"fallback": "purple",
"inputType": "scalar",
"mappings": [
{
"input": true,
"output": "var(--state-faulted)"
},
{
"input": false,
"output": "var(--state-standby)"
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.textStyle.color": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "expression",
"tagPath": "{view.custom.inTagPath} + {view.custom.JA01}+\"/VAL\""
},
"enabled": false,
"transforms": [
{
"fallback": "purple",
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": "white"
},
{
"input": true,
"output": "var(--state-standby)"
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
}
},
"props": {
"style": {
"borderBottomLeftRadius": 4,
"borderBottomRightRadius": 4,
"borderTopLeftRadius": 4,
"borderTopRightRadius": 4,
"classes": "containers/HoverOver",
"outlineStyle": "none",
"paddingBottom": 5,
"paddingLeft": 5,
"paddingRight": 5,
"paddingTop": 5
},
"text": "Source 1 Switch",
"textStyle": {
"color": "white",
"textAlign": "center"
}
},
"type": "ia.display.label"
},
{
"events": {
"dom": {
"onClick": [
{
"config": {
"script": "\ttagPath \u003d self.view.params.tagPath + self.view.custom.ZSO02\n\tobjectName \u003d self.view.params.objectName\n\tif(self.view.params.embedded \u003d\u003d True):\n\t\tpageId \u003d self.page.props.pageId\n\t\tsystem.perspective.print(\u0027pageId: {}\u0027.format(pageId))\n\t\n\t\t\n\t\tutils.nav.openEQPopup(objectName, tagPath)\n\telse:\n\t\tpayload\u003d{\n\t\t\t\u0027objectName\u0027: objectName,\n\t\t\t\u0027tagPath\u0027: tagPath,\n\t\t\t\u0027modal\u0027: False,\n\t\t\t\u0027resizable\u0027: True,\n\t\t\t\u0027draggable\u0027: True,\n\t\t\t\u0027position\u0027: {\n\t#\t\t\t\u0027left\u0027:\u00270\u0027,\n\t#\t\t\t\u0027top\u0027:\u00270\u0027,\n\t\t\t\u0027width\u0027: \u00271000px\u0027,\n\t\t\t\u0027height\u0027: \u0027800px\u0027\n\t\t\t}\n\t\t}\n\t\tutils.nav.eqPopupMsg(self, payload)\n\t\n\t"
},
"enabled": false,
"scope": "G",
"type": "script"
},
{
"config": {
"draggable": true,
"id": "sII9XbeP",
"modal": false,
"overlayDismiss": false,
"position": {
"height": 800,
"width": 1000
},
"positionType": "exact",
"resizable": true,
"showCloseIcon": false,
"type": "open",
"viewParams": {
"objectName": "DiscreteIn",
"tagPath": "{view.custom.inTagPath}{view.custom.ZSO02}"
},
"viewPath": "Library/Templates/Base",
"viewportBound": false
},
"scope": "C",
"type": "popup"
}
]
}
},
"meta": {
"name": "Label_0"
},
"position": {
"basis": "150PX"
},
"propConfig": {
"props.style.backgroundColor": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "expression",
"tagPath": "{view.custom.inTagPath} + {view.custom.ZSO02} +\"/Alarms/Alarm Target Disagree\""
},
"transforms": [
{
"fallback": "purple",
"inputType": "scalar",
"mappings": [
{
"input": true,
"output": "var(--state-faulted)"
},
{
"input": false,
"output": "var(--state-standby)"
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.textStyle.color": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "expression",
"tagPath": "{view.custom.inTagPath} + {view.custom.JA02}+\"/VAL\""
},
"enabled": false,
"transforms": [
{
"fallback": "purple",
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": "white"
},
{
"input": true,
"output": "var(--state-standby)"
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
}
},
"props": {
"style": {
"borderBottomLeftRadius": 4,
"borderBottomRightRadius": 4,
"borderTopLeftRadius": 4,
"borderTopRightRadius": 4,
"classes": "containers/HoverOver",
"outlineStyle": "none",
"paddingBottom": 5,
"paddingLeft": 5,
"paddingRight": 5,
"paddingTop": 5
},
"text": "Source 2 Switch",
"textStyle": {
"color": "white",
"textAlign": "center"
}
},
"type": "ia.display.label"
}
],
"meta": {
"name": "FlexContainer"
},
"position": {
"basis": "150px"
},
"props": {
"justify": "space-around",
"style": {
"gap": 5,
"padding": 5
},
"wrap": "wrap"
},
"type": "ia.container.flex"
},
{
"children": [
{
"events": {
"dom": {
"onClick": [
{
"config": {
"script": "\ttagPath \u003d self.view.params.tagPath + self.view.custom.LA\n\tobjectName \u003d self.view.params.objectName\n\tif(self.view.params.embedded \u003d\u003d True):\n\t\tpageId \u003d self.page.props.pageId\n\t\tsystem.perspective.print(\u0027pageId: {}\u0027.format(pageId))\n\t\n\t\t\n\t\tutils.nav.openEQPopup(objectName, tagPath)\n\telse:\n\t\tpayload\u003d{\n\t\t\t\u0027objectName\u0027: objectName,\n\t\t\t\u0027tagPath\u0027: tagPath,\n\t\t\t\u0027modal\u0027: False,\n\t\t\t\u0027resizable\u0027: True,\n\t\t\t\u0027draggable\u0027: True,\n\t\t\t\u0027position\u0027: {\n\t#\t\t\t\u0027left\u0027:\u00270\u0027,\n\t#\t\t\t\u0027top\u0027:\u00270\u0027,\n\t\t\t\u0027width\u0027: \u00271000px\u0027,\n\t\t\t\u0027height\u0027: \u0027800px\u0027\n\t\t\t}\n\t\t}\n\t\tutils.nav.eqPopupMsg(self, payload)\n\t\n\t"
},
"enabled": false,
"scope": "G",
"type": "script"
},
{
"config": {
"draggable": true,
"id": "sII9XbeP",
"modal": false,
"overlayDismiss": false,
"position": {
"height": 800,
"width": 1000
},
"positionType": "exact",
"resizable": true,
"showCloseIcon": false,
"type": "open",
"viewParams": {
"objectName": "DiscreteIn",
"tagPath": "{view.custom.inTagPath}{view.custom.LA}"
},
"viewPath": "Library/Templates/Base",
"viewportBound": false
},
"scope": "C",
"type": "popup"
}
]
}
},
"meta": {
"name": "Label_2"
},
"position": {
"basis": "150px"
},
"propConfig": {
"props.style.backgroundColor": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "expression",
"tagPath": "{view.custom.inTagPath} + {view.custom.LA} +\"/Alarms/Alarm Target Disagree\""
},
"transforms": [
{
"fallback": "purple",
"inputType": "scalar",
"mappings": [
{
"input": true,
"output": "var(--state-faulted)"
},
{
"input": false,
"output": "var(--state-standby)"
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.textStyle.color": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "expression",
"tagPath": "{view.custom.inTagPath} + {view.custom.JA03}+\"/VAL\""
},
"enabled": false,
"transforms": [
{
"fallback": "purple",
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": "white"
},
{
"input": true,
"output": "var(--state-standby)"
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
}
},
"props": {
"style": {
"borderBottomLeftRadius": 4,
"borderBottomRightRadius": 4,
"borderTopLeftRadius": 4,
"borderTopRightRadius": 4,
"classes": "containers/HoverOver",
"outlineStyle": "none",
"paddingBottom": 5,
"paddingLeft": 5,
"paddingRight": 5,
"paddingTop": 5
},
"text": "Liquid Level Alarm",
"textStyle": {
"color": "white",
"textAlign": "center"
}
},
"type": "ia.display.label"
},
{
"events": {
"dom": {
"onClick": [
{
"config": {
"script": "\ttagPath \u003d self.view.params.tagPath + self.view.custom.TAH\n\tobjectName \u003d self.view.params.objectName\n\tif(self.view.params.embedded \u003d\u003d True):\n\t\tpageId \u003d self.page.props.pageId\n\t\tsystem.perspective.print(\u0027pageId: {}\u0027.format(pageId))\n\t\n\t\t\n\t\tutils.nav.openEQPopup(objectName, tagPath)\n\telse:\n\t\tpayload\u003d{\n\t\t\t\u0027objectName\u0027: objectName,\n\t\t\t\u0027tagPath\u0027: tagPath,\n\t\t\t\u0027modal\u0027: False,\n\t\t\t\u0027resizable\u0027: True,\n\t\t\t\u0027draggable\u0027: True,\n\t\t\t\u0027position\u0027: {\n\t#\t\t\t\u0027left\u0027:\u00270\u0027,\n\t#\t\t\t\u0027top\u0027:\u00270\u0027,\n\t\t\t\u0027width\u0027: \u00271000px\u0027,\n\t\t\t\u0027height\u0027: \u0027800px\u0027\n\t\t\t}\n\t\t}\n\t\tutils.nav.eqPopupMsg(self, payload)\n\t\n\t"
},
"enabled": false,
"scope": "G",
"type": "script"
},
{
"config": {
"draggable": true,
"id": "sII9XbeP",
"modal": false,
"overlayDismiss": false,
"position": {
"height": 800,
"width": 1000
},
"positionType": "exact",
"resizable": true,
"showCloseIcon": false,
"type": "open",
"viewParams": {
"objectName": "DiscreteIn",
"tagPath": "{view.custom.inTagPath}{view.custom.TAH}"
},
"viewPath": "Library/Templates/Base",
"viewportBound": false
},
"scope": "C",
"type": "popup"
}
]
}
},
"meta": {
"name": "Label_3"
},
"position": {
"basis": "150px"
},
"propConfig": {
"props.style.backgroundColor": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "expression",
"tagPath": "{view.custom.inTagPath} + {view.custom.TAH} +\"/Alarms/Alarm Target Disagree\""
},
"transforms": [
{
"fallback": "purple",
"inputType": "scalar",
"mappings": [
{
"input": true,
"output": "var(--state-faulted)"
},
{
"input": false,
"output": "var(--state-standby)"
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.textStyle.color": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "expression",
"tagPath": "{view.custom.inTagPath} + {view.custom.JA04}+\"/VAL\""
},
"enabled": false,
"transforms": [
{
"fallback": "purple",
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": "white"
},
{
"input": true,
"output": "var(--state-standby)"
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
}
},
"props": {
"style": {
"borderBottomLeftRadius": 4,
"borderBottomRightRadius": 4,
"borderTopLeftRadius": 4,
"borderTopRightRadius": 4,
"classes": "containers/HoverOver",
"outlineStyle": "none",
"paddingBottom": 5,
"paddingLeft": 5,
"paddingRight": 5,
"paddingTop": 5
},
"text": "Liquid Temperature Alarm High",
"textStyle": {
"color": "white",
"textAlign": "center"
}
},
"type": "ia.display.label"
},
{
"events": {
"dom": {
"onClick": [
{
"config": {
"script": "\ttagPath \u003d self.view.params.tagPath + self.view.custom.TAHH\n\tobjectName \u003d self.view.params.objectName\n\tif(self.view.params.embedded \u003d\u003d True):\n\t\tpageId \u003d self.page.props.pageId\n\t\tsystem.perspective.print(\u0027pageId: {}\u0027.format(pageId))\n\t\n\t\t\n\t\tutils.nav.openEQPopup(objectName, tagPath)\n\telse:\n\t\tpayload\u003d{\n\t\t\t\u0027objectName\u0027: objectName,\n\t\t\t\u0027tagPath\u0027: tagPath,\n\t\t\t\u0027modal\u0027: False,\n\t\t\t\u0027resizable\u0027: True,\n\t\t\t\u0027draggable\u0027: True,\n\t\t\t\u0027position\u0027: {\n\t#\t\t\t\u0027left\u0027:\u00270\u0027,\n\t#\t\t\t\u0027top\u0027:\u00270\u0027,\n\t\t\t\u0027width\u0027: \u00271000px\u0027,\n\t\t\t\u0027height\u0027: \u0027800px\u0027\n\t\t\t}\n\t\t}\n\t\tutils.nav.eqPopupMsg(self, payload)\n\t\n\t"
},
"enabled": false,
"scope": "G",
"type": "script"
},
{
"config": {
"draggable": true,
"id": "sII9XbeP",
"modal": false,
"overlayDismiss": false,
"position": {
"height": 800,
"width": 1000
},
"positionType": "exact",
"resizable": true,
"showCloseIcon": false,
"type": "open",
"viewParams": {
"objectName": "DiscreteIn",
"tagPath": "{view.custom.inTagPath}{view.custom.TAHH}"
},
"viewPath": "Library/Templates/Base",
"viewportBound": false
},
"scope": "C",
"type": "popup"
}
]
}
},
"meta": {
"name": "Label_4"
},
"position": {
"basis": "150px"
},
"propConfig": {
"props.style.backgroundColor": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "expression",
"tagPath": "{view.custom.inTagPath} + {view.custom.TAHH} +\"/Alarms/Alarm Target Disagree\""
},
"transforms": [
{
"fallback": "purple",
"inputType": "scalar",
"mappings": [
{
"input": true,
"output": "var(--state-faulted)"
},
{
"input": false,
"output": "var(--state-standby)"
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.textStyle.color": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "expression",
"tagPath": "{view.custom.inTagPath} + {view.custom.TAH}+\"/VAL\""
},
"enabled": false,
"transforms": [
{
"fallback": "purple",
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": "white"
},
{
"input": true,
"output": "var(--state-standby)"
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
}
},
"props": {
"style": {
"borderBottomLeftRadius": 4,
"borderBottomRightRadius": 4,
"borderTopLeftRadius": 4,
"borderTopRightRadius": 4,
"classes": "containers/HoverOver",
"outlineStyle": "none",
"paddingBottom": 5,
"paddingLeft": 5,
"paddingRight": 5,
"paddingTop": 5
},
"text": "Liquid Temperature Alarm High High",
"textStyle": {
"color": "white",
"textAlign": "center"
}
},
"type": "ia.display.label"
},
{
"events": {
"dom": {
"onClick": [
{
"config": {
"script": "\ttagPath \u003d self.view.params.tagPath + self.view.custom.VSW\n\tobjectName \u003d self.view.params.objectName\n\tif(self.view.params.embedded \u003d\u003d True):\n\t\tpageId \u003d self.page.props.pageId\n\t\tsystem.perspective.print(\u0027pageId: {}\u0027.format(pageId))\n\t\n\t\t\n\t\tutils.nav.openEQPopup(objectName, tagPath)\n\telse:\n\t\tpayload\u003d{\n\t\t\t\u0027objectName\u0027: objectName,\n\t\t\t\u0027tagPath\u0027: tagPath,\n\t\t\t\u0027modal\u0027: False,\n\t\t\t\u0027resizable\u0027: True,\n\t\t\t\u0027draggable\u0027: True,\n\t\t\t\u0027position\u0027: {\n\t#\t\t\t\u0027left\u0027:\u00270\u0027,\n\t#\t\t\t\u0027top\u0027:\u00270\u0027,\n\t\t\t\u0027width\u0027: \u00271000px\u0027,\n\t\t\t\u0027height\u0027: \u0027800px\u0027\n\t\t\t}\n\t\t}\n\t\tutils.nav.eqPopupMsg(self, payload)\n\t\n\t"
},
"enabled": false,
"scope": "G",
"type": "script"
},
{
"config": {
"draggable": true,
"id": "sII9XbeP",
"modal": false,
"overlayDismiss": false,
"position": {
"height": 800,
"width": 1000
},
"positionType": "exact",
"resizable": true,
"showCloseIcon": false,
"type": "open",
"viewParams": {
"objectName": "DiscreteIn",
"tagPath": "{view.custom.inTagPath}{view.custom.VSW}"
},
"viewPath": "Library/Templates/Base",
"viewportBound": false
},
"scope": "C",
"type": "popup"
}
]
}
},
"meta": {
"name": "Label_5"
},
"position": {
"basis": "150px"
},
"propConfig": {
"props.style.backgroundColor": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "expression",
"tagPath": "{view.custom.inTagPath} + {view.custom.VSW} +\"/Alarms/Alarm Target Disagree\""
},
"transforms": [
{
"fallback": "purple",
"inputType": "scalar",
"mappings": [
{
"input": true,
"output": "var(--state-faulted)"
},
{
"input": false,
"output": "var(--state-standby)"
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.textStyle.color": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "expression",
"tagPath": "{view.custom.inTagPath} + {view.custom.XA}+\"/VAL\""
},
"enabled": false,
"transforms": [
{
"fallback": "purple",
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": "white"
},
{
"input": true,
"output": "var(--state-standby)"
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
}
},
"props": {
"style": {
"borderBottomLeftRadius": 4,
"borderBottomRightRadius": 4,
"borderTopLeftRadius": 4,
"borderTopRightRadius": 4,
"classes": "containers/HoverOver",
"outlineStyle": "none",
"paddingBottom": 5,
"paddingLeft": 5,
"paddingRight": 5,
"paddingTop": 5
},
"text": "Vacuum Switch",
"textStyle": {
"color": "white",
"textAlign": "center"
}
},
"type": "ia.display.label"
},
{
"events": {
"dom": {
"onClick": [
{
"config": {
"script": "\ttagPath \u003d self.view.params.tagPath + self.view.custom.PSW\n\tobjectName \u003d self.view.params.objectName\n\tif(self.view.params.embedded \u003d\u003d True):\n\t\tpageId \u003d self.page.props.pageId\n\t\tsystem.perspective.print(\u0027pageId: {}\u0027.format(pageId))\n\t\n\t\t\n\t\tutils.nav.openEQPopup(objectName, tagPath)\n\telse:\n\t\tpayload\u003d{\n\t\t\t\u0027objectName\u0027: objectName,\n\t\t\t\u0027tagPath\u0027: tagPath,\n\t\t\t\u0027modal\u0027: False,\n\t\t\t\u0027resizable\u0027: True,\n\t\t\t\u0027draggable\u0027: True,\n\t\t\t\u0027position\u0027: {\n\t#\t\t\t\u0027left\u0027:\u00270\u0027,\n\t#\t\t\t\u0027top\u0027:\u00270\u0027,\n\t\t\t\u0027width\u0027: \u00271000px\u0027,\n\t\t\t\u0027height\u0027: \u0027800px\u0027\n\t\t\t}\n\t\t}\n\t\tutils.nav.eqPopupMsg(self, payload)\n\t\n\t"
},
"enabled": false,
"scope": "G",
"type": "script"
},
{
"config": {
"draggable": true,
"id": "sII9XbeP",
"modal": false,
"overlayDismiss": false,
"position": {
"height": 800,
"width": 1000
},
"positionType": "exact",
"resizable": true,
"showCloseIcon": false,
"type": "open",
"viewParams": {
"objectName": "DiscreteIn",
"tagPath": "{view.custom.inTagPath}{view.custom.PSW}"
},
"viewPath": "Library/Templates/Base",
"viewportBound": false
},
"scope": "C",
"type": "popup"
}
]
}
},
"meta": {
"name": "Label_6"
},
"position": {
"basis": "150px"
},
"propConfig": {
"props.style.backgroundColor": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "expression",
"tagPath": "{view.custom.inTagPath} + {view.custom.PSW} +\"/Alarms/Alarm Target Disagree\""
},
"transforms": [
{
"fallback": "purple",
"inputType": "scalar",
"mappings": [
{
"input": true,
"output": "var(--state-faulted)"
},
{
"input": false,
"output": "var(--state-standby)"
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.textStyle.color": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "expression",
"tagPath": "{view.custom.inTagPath} + {view.custom.XA}+\"/VAL\""
},
"enabled": false,
"transforms": [
{
"fallback": "purple",
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": "white"
},
{
"input": true,
"output": "var(--state-standby)"
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
}
},
"props": {
"style": {
"borderBottomLeftRadius": 4,
"borderBottomRightRadius": 4,
"borderTopLeftRadius": 4,
"borderTopRightRadius": 4,
"classes": "containers/HoverOver",
"outlineStyle": "none",
"paddingBottom": 5,
"paddingLeft": 5,
"paddingRight": 5,
"paddingTop": 5
},
"text": "Pressure Switch",
"textStyle": {
"color": "white",
"textAlign": "center"
}
},
"type": "ia.display.label"
},
{
"events": {
"dom": {
"onClick": [
{
"config": {
"script": "\ttagPath \u003d self.view.params.tagPath + self.view.custom.RRR_WRN\n\tobjectName \u003d self.view.params.objectName\n\tif(self.view.params.embedded \u003d\u003d True):\n\t\tpageId \u003d self.page.props.pageId\n\t\tsystem.perspective.print(\u0027pageId: {}\u0027.format(pageId))\n\t\n\t\t\n\t\tutils.nav.openEQPopup(objectName, tagPath)\n\telse:\n\t\tpayload\u003d{\n\t\t\t\u0027objectName\u0027: objectName,\n\t\t\t\u0027tagPath\u0027: tagPath,\n\t\t\t\u0027modal\u0027: False,\n\t\t\t\u0027resizable\u0027: True,\n\t\t\t\u0027draggable\u0027: True,\n\t\t\t\u0027position\u0027: {\n\t#\t\t\t\u0027left\u0027:\u00270\u0027,\n\t#\t\t\t\u0027top\u0027:\u00270\u0027,\n\t\t\t\u0027width\u0027: \u00271000px\u0027,\n\t\t\t\u0027height\u0027: \u0027800px\u0027\n\t\t\t}\n\t\t}\n\t\tutils.nav.eqPopupMsg(self, payload)\n\t\n\t"
},
"enabled": false,
"scope": "G",
"type": "script"
},
{
"config": {
"draggable": true,
"id": "sII9XbeP",
"modal": false,
"overlayDismiss": false,
"position": {
"height": 800,
"width": 1000
},
"positionType": "exact",
"resizable": true,
"showCloseIcon": false,
"type": "open",
"viewParams": {
"objectName": "DiscreteIn",
"tagPath": "{view.custom.inTagPath}{view.custom.RRR_WRN}"
},
"viewPath": "Library/Templates/Base",
"viewportBound": false
},
"scope": "C",
"type": "popup"
}
]
}
},
"meta": {
"name": "Label_7"
},
"position": {
"basis": "150px"
},
"propConfig": {
"props.style.backgroundColor": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "expression",
"tagPath": "{view.custom.inTagPath} + {view.custom.RRR_WRN} +\"/Alarms/Alarm Target Disagree\""
},
"transforms": [
{
"fallback": "purple",
"inputType": "scalar",
"mappings": [
{
"input": true,
"output": "var(--state-faulted)"
},
{
"input": false,
"output": "var(--state-standby)"
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.textStyle.color": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "expression",
"tagPath": "{view.custom.inTagPath} + {view.custom.XA}+\"/VAL\""
},
"enabled": false,
"transforms": [
{
"fallback": "purple",
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": "white"
},
{
"input": true,
"output": "var(--state-standby)"
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
}
},
"props": {
"style": {
"borderBottomLeftRadius": 4,
"borderBottomRightRadius": 4,
"borderTopLeftRadius": 4,
"borderTopRightRadius": 4,
"classes": "containers/HoverOver",
"outlineStyle": "none",
"paddingBottom": 5,
"paddingLeft": 5,
"paddingRight": 5,
"paddingTop": 5
},
"text": "Rapid Rise Relay Warning",
"textStyle": {
"color": "white",
"textAlign": "center"
}
},
"type": "ia.display.label"
},
{
"events": {
"dom": {
"onClick": [
{
"config": {
"script": "\ttagPath \u003d self.view.params.tagPath + self.view.custom.RRR_TRIP\n\tobjectName \u003d self.view.params.objectName\n\tif(self.view.params.embedded \u003d\u003d True):\n\t\tpageId \u003d self.page.props.pageId\n\t\tsystem.perspective.print(\u0027pageId: {}\u0027.format(pageId))\n\t\n\t\t\n\t\tutils.nav.openEQPopup(objectName, tagPath)\n\telse:\n\t\tpayload\u003d{\n\t\t\t\u0027objectName\u0027: objectName,\n\t\t\t\u0027tagPath\u0027: tagPath,\n\t\t\t\u0027modal\u0027: False,\n\t\t\t\u0027resizable\u0027: True,\n\t\t\t\u0027draggable\u0027: True,\n\t\t\t\u0027position\u0027: {\n\t#\t\t\t\u0027left\u0027:\u00270\u0027,\n\t#\t\t\t\u0027top\u0027:\u00270\u0027,\n\t\t\t\u0027width\u0027: \u00271000px\u0027,\n\t\t\t\u0027height\u0027: \u0027800px\u0027\n\t\t\t}\n\t\t}\n\t\tutils.nav.eqPopupMsg(self, payload)\n\t\n\t"
},
"enabled": false,
"scope": "G",
"type": "script"
},
{
"config": {
"draggable": true,
"id": "sII9XbeP",
"modal": false,
"overlayDismiss": false,
"position": {
"height": 800,
"width": 1000
},
"positionType": "exact",
"resizable": true,
"showCloseIcon": false,
"type": "open",
"viewParams": {
"objectName": "DiscreteIn",
"tagPath": "{view.custom.inTagPath}{view.custom.RRR_TRIP}"
},
"viewPath": "Library/Templates/Base",
"viewportBound": false
},
"scope": "C",
"type": "popup"
}
]
}
},
"meta": {
"name": "Label_8"
},
"position": {
"basis": "150px"
},
"propConfig": {
"props.style.backgroundColor": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "expression",
"tagPath": "{view.custom.inTagPath} + {view.custom.RRR_TRIP} +\"/Alarms/Alarm Target Disagree\""
},
"transforms": [
{
"fallback": "purple",
"inputType": "scalar",
"mappings": [
{
"input": true,
"output": "var(--state-faulted)"
},
{
"input": false,
"output": "var(--state-standby)"
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.textStyle.color": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "expression",
"tagPath": "{view.custom.inTagPath} + {view.custom.XA}+\"/VAL\""
},
"enabled": false,
"transforms": [
{
"fallback": "purple",
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": "white"
},
{
"input": true,
"output": "var(--state-standby)"
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
}
},
"props": {
"style": {
"borderBottomLeftRadius": 4,
"borderBottomRightRadius": 4,
"borderTopLeftRadius": 4,
"borderTopRightRadius": 4,
"classes": "containers/HoverOver",
"outlineStyle": "none",
"paddingBottom": 5,
"paddingLeft": 5,
"paddingRight": 5,
"paddingTop": 5
},
"text": "Rapid Rise Realy Tripped",
"textStyle": {
"color": "white",
"textAlign": "center"
}
},
"type": "ia.display.label"
},
{
"events": {
"dom": {
"onClick": [
{
"config": {
"script": "\ttagPath \u003d self.view.params.tagPath + self.view.custom.PRD\n\tobjectName \u003d self.view.params.objectName\n\tif(self.view.params.embedded \u003d\u003d True):\n\t\tpageId \u003d self.page.props.pageId\n\t\tsystem.perspective.print(\u0027pageId: {}\u0027.format(pageId))\n\t\n\t\t\n\t\tutils.nav.openEQPopup(objectName, tagPath)\n\telse:\n\t\tpayload\u003d{\n\t\t\t\u0027objectName\u0027: objectName,\n\t\t\t\u0027tagPath\u0027: tagPath,\n\t\t\t\u0027modal\u0027: False,\n\t\t\t\u0027resizable\u0027: True,\n\t\t\t\u0027draggable\u0027: True,\n\t\t\t\u0027position\u0027: {\n\t#\t\t\t\u0027left\u0027:\u00270\u0027,\n\t#\t\t\t\u0027top\u0027:\u00270\u0027,\n\t\t\t\u0027width\u0027: \u00271000px\u0027,\n\t\t\t\u0027height\u0027: \u0027800px\u0027\n\t\t\t}\n\t\t}\n\t\tutils.nav.eqPopupMsg(self, payload)\n\t\n\t"
},
"enabled": false,
"scope": "G",
"type": "script"
},
{
"config": {
"draggable": true,
"id": "sII9XbeP",
"modal": false,
"overlayDismiss": false,
"position": {
"height": 800,
"width": 1000
},
"positionType": "exact",
"resizable": true,
"showCloseIcon": false,
"type": "open",
"viewParams": {
"objectName": "DiscreteIn",
"tagPath": "{view.custom.inTagPath}{view.custom.PRD}"
},
"viewPath": "Library/Templates/Base",
"viewportBound": false
},
"scope": "C",
"type": "popup"
}
]
}
},
"meta": {
"name": "Label_9"
},
"position": {
"basis": "150px"
},
"propConfig": {
"props.style.backgroundColor": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "expression",
"tagPath": "{view.custom.inTagPath} + {view.custom.PRD} +\"/Alarms/Alarm Target Disagree\""
},
"transforms": [
{
"fallback": "purple",
"inputType": "scalar",
"mappings": [
{
"input": true,
"output": "var(--state-faulted)"
},
{
"input": false,
"output": "var(--state-standby)"
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.textStyle.color": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "expression",
"tagPath": "{view.custom.inTagPath} + {view.custom.XA}+\"/VAL\""
},
"enabled": false,
"transforms": [
{
"fallback": "purple",
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": "white"
},
{
"input": true,
"output": "var(--state-standby)"
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
}
},
"props": {
"style": {
"borderBottomLeftRadius": 4,
"borderBottomRightRadius": 4,
"borderTopLeftRadius": 4,
"borderTopRightRadius": 4,
"classes": "containers/HoverOver",
"outlineStyle": "none",
"paddingBottom": 5,
"paddingLeft": 5,
"paddingRight": 5,
"paddingTop": 5
},
"text": "Pressure Relief Device Alarm",
"textStyle": {
"color": "white",
"textAlign": "center"
}
},
"type": "ia.display.label"
},
{
"events": {
"dom": {
"onClick": [
{
"config": {
"script": "\ttagPath \u003d self.view.params.tagPath + self.view.custom.VFI01\n\tobjectName \u003d self.view.params.objectName\n\tif(self.view.params.embedded \u003d\u003d True):\n\t\tpageId \u003d self.page.props.pageId\n\t\tsystem.perspective.print(\u0027pageId: {}\u0027.format(pageId))\n\t\n\t\t\n\t\tutils.nav.openEQPopup(objectName, tagPath)\n\telse:\n\t\tpayload\u003d{\n\t\t\t\u0027objectName\u0027: objectName,\n\t\t\t\u0027tagPath\u0027: tagPath,\n\t\t\t\u0027modal\u0027: False,\n\t\t\t\u0027resizable\u0027: True,\n\t\t\t\u0027draggable\u0027: True,\n\t\t\t\u0027position\u0027: {\n\t#\t\t\t\u0027left\u0027:\u00270\u0027,\n\t#\t\t\t\u0027top\u0027:\u00270\u0027,\n\t\t\t\u0027width\u0027: \u00271000px\u0027,\n\t\t\t\u0027height\u0027: \u0027800px\u0027\n\t\t\t}\n\t\t}\n\t\tutils.nav.eqPopupMsg(self, payload)\n\t\n\t"
},
"enabled": false,
"scope": "G",
"type": "script"
},
{
"config": {
"draggable": true,
"id": "sII9XbeP",
"modal": false,
"overlayDismiss": false,
"position": {
"height": 800,
"width": 1000
},
"positionType": "exact",
"resizable": true,
"showCloseIcon": false,
"type": "open",
"viewParams": {
"objectName": "DiscreteIn",
"tagPath": "{view.custom.inTagPath}{view.custom.VFI01}"
},
"viewPath": "Library/Templates/Base",
"viewportBound": false
},
"scope": "C",
"type": "popup"
}
]
}
},
"meta": {
"name": "Label_10"
},
"position": {
"basis": "150px"
},
"propConfig": {
"props.style.backgroundColor": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "expression",
"tagPath": "{view.custom.inTagPath} + {view.custom.VFI01} +\"/Alarms/Alarm Target Disagree\""
},
"transforms": [
{
"fallback": "purple",
"inputType": "scalar",
"mappings": [
{
"input": true,
"output": "var(--state-faulted)"
},
{
"input": false,
"output": "var(--state-standby)"
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.textStyle.color": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "expression",
"tagPath": "{view.custom.inTagPath} + {view.custom.XA}+\"/VAL\""
},
"enabled": false,
"transforms": [
{
"fallback": "purple",
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": "white"
},
{
"input": true,
"output": "var(--state-standby)"
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
}
},
"props": {
"style": {
"borderBottomLeftRadius": 4,
"borderBottomRightRadius": 4,
"borderTopLeftRadius": 4,
"borderTopRightRadius": 4,
"classes": "containers/HoverOver",
"outlineStyle": "none",
"paddingBottom": 5,
"paddingLeft": 5,
"paddingRight": 5,
"paddingTop": 5
},
"text": "Vacuum Fault Interrupter 1 Tripped",
"textStyle": {
"color": "white",
"textAlign": "center"
}
},
"type": "ia.display.label"
},
{
"events": {
"dom": {
"onClick": [
{
"config": {
"script": "\ttagPath \u003d self.view.params.tagPath + self.view.custom.VFI02\n\tobjectName \u003d self.view.params.objectName\n\tif(self.view.params.embedded \u003d\u003d True):\n\t\tpageId \u003d self.page.props.pageId\n\t\tsystem.perspective.print(\u0027pageId: {}\u0027.format(pageId))\n\t\n\t\t\n\t\tutils.nav.openEQPopup(objectName, tagPath)\n\telse:\n\t\tpayload\u003d{\n\t\t\t\u0027objectName\u0027: objectName,\n\t\t\t\u0027tagPath\u0027: tagPath,\n\t\t\t\u0027modal\u0027: False,\n\t\t\t\u0027resizable\u0027: True,\n\t\t\t\u0027draggable\u0027: True,\n\t\t\t\u0027position\u0027: {\n\t#\t\t\t\u0027left\u0027:\u00270\u0027,\n\t#\t\t\t\u0027top\u0027:\u00270\u0027,\n\t\t\t\u0027width\u0027: \u00271000px\u0027,\n\t\t\t\u0027height\u0027: \u0027800px\u0027\n\t\t\t}\n\t\t}\n\t\tutils.nav.eqPopupMsg(self, payload)\n\t\n\t"
},
"enabled": false,
"scope": "G",
"type": "script"
},
{
"config": {
"draggable": true,
"id": "sII9XbeP",
"modal": false,
"overlayDismiss": false,
"position": {
"height": 800,
"width": 1000
},
"positionType": "exact",
"resizable": true,
"showCloseIcon": false,
"type": "open",
"viewParams": {
"objectName": "DiscreteIn",
"tagPath": "{view.custom.inTagPath}{view.custom.VFI02}"
},
"viewPath": "Library/Templates/Base",
"viewportBound": false
},
"scope": "C",
"type": "popup"
}
]
}
},
"meta": {
"name": "Label_11"
},
"position": {
"basis": "150px"
},
"propConfig": {
"props.style.backgroundColor": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "expression",
"tagPath": "{view.custom.inTagPath} + {view.custom.VFI02} +\"/Alarms/Alarm Target Disagree\""
},
"transforms": [
{
"fallback": "purple",
"inputType": "scalar",
"mappings": [
{
"input": true,
"output": "var(--state-faulted)"
},
{
"input": false,
"output": "var(--state-standby)"
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
},
"props.textStyle.color": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "expression",
"tagPath": "{view.custom.inTagPath} + {view.custom.XA}+\"/VAL\""
},
"enabled": false,
"transforms": [
{
"fallback": "purple",
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": "white"
},
{
"input": true,
"output": "var(--state-standby)"
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "tag"
}
}
},
"props": {
"style": {
"borderBottomLeftRadius": 4,
"borderBottomRightRadius": 4,
"borderTopLeftRadius": 4,
"borderTopRightRadius": 4,
"classes": "containers/HoverOver",
"outlineStyle": "none",
"paddingBottom": 5,
"paddingLeft": 5,
"paddingRight": 5,
"paddingTop": 5
},
"text": "Vacuum Fault Interrupter 2 Tripped",
"textStyle": {
"color": "white",
"textAlign": "center"
}
},
"type": "ia.display.label"
}
],
"meta": {
"name": "FlexContainer_0"
},
"position": {
"basis": "310px"
},
"props": {
"justify": "space-around",
"style": {
"gap": 15,
"padding": 10
},
"wrap": "wrap"
},
"type": "ia.container.flex"
}
],
"meta": {
"name": "root"
},
"props": {
"direction": "column",
"style": {
"classes": "containers/padded-container"
}
},
"type": "ia.container.flex"
}
}