2026-04-24 FE Backup

This commit is contained in:
2026-04-24 12:37:16 +00:00
parent ace79b82f7
commit 0ba11a23b8
3705 changed files with 1240402 additions and 0 deletions

View File

@@ -0,0 +1,467 @@
{
"custom": {
"XA": "[Ignition_Common_IO_Gtwy]ER1159/SATB1_ER1159_H2/Device Fault",
"XAH": "[Ignition_Common_IO_Gtwy]ER1159/SATB1_ER1159_H2/Alarm High",
"XAHH": "[Ignition_Common_IO_Gtwy]ER1159/SATB1_ER1159_H2/Alarm High High"
},
"params": {
"embedded": false,
"objectName": "H2",
"tagPath": "[Ignition_Common_IO_Gtwy]ER1159/SATB1_ER1159_H2"
},
"propConfig": {
"custom.XA": {
"binding": {
"config": {
"path": "view.params.tagPath"
},
"transforms": [
{
"expression": "{value} + \u0027/Device Fault\u0027",
"type": "expression"
}
],
"type": "property"
},
"persistent": true
},
"custom.XAH": {
"binding": {
"config": {
"path": "view.params.tagPath"
},
"transforms": [
{
"expression": "{value} + \u0027/Alarm High\u0027",
"type": "expression"
}
],
"type": "property"
},
"persistent": true
},
"custom.XAHH": {
"binding": {
"config": {
"path": "view.params.tagPath"
},
"transforms": [
{
"expression": "{value} + \u0027/Alarm High High\u0027",
"type": "expression"
}
],
"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 \n\tobjectName \u003d \u0027DiscreteIn\u0027\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\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.XA}"
},
"viewPath": "Library/Templates/Base",
"viewportBound": false
},
"scope": "C",
"type": "popup"
}
]
}
},
"meta": {
"name": "Label_1"
},
"position": {
"basis": "112px"
},
"propConfig": {
"props.style.backgroundColor": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "expression",
"tagPath": "{view.custom.XA}+\"/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"
},
"text": "Device Fault",
"textStyle": {
"color": "white",
"textAlign": "center"
}
},
"type": "ia.display.label"
},
{
"events": {
"dom": {
"onClick": [
{
"config": {
"script": "\ttagPath \u003d self.view.custom.XAH\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.XAH}"
},
"viewPath": "Library/Templates/Base",
"viewportBound": false
},
"scope": "C",
"type": "popup"
}
]
}
},
"meta": {
"name": "Label_0"
},
"position": {
"basis": "112px"
},
"propConfig": {
"props.style.backgroundColor": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "expression",
"tagPath": "{view.custom.XAH}+\"/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"
},
"text": "Alarm High",
"textStyle": {
"color": "white",
"textAlign": "center"
}
},
"type": "ia.display.label"
},
{
"events": {
"dom": {
"onClick": [
{
"config": {
"script": "\ttagPath \u003d self.view.custom.XAHH\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.XAHH}"
},
"viewPath": "Library/Templates/Base",
"viewportBound": false
},
"scope": "C",
"type": "popup"
}
]
}
},
"meta": {
"name": "Label_2"
},
"position": {
"basis": "112px"
},
"propConfig": {
"props.style.backgroundColor": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "expression",
"tagPath": "{view.custom.XAHH}+\"/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"
},
"text": "Alarm High High",
"textStyle": {
"color": "white",
"textAlign": "center"
}
},
"type": "ia.display.label"
}
],
"meta": {
"name": "FlexContainer"
},
"position": {
"basis": "132px"
},
"props": {
"justify": "space-around",
"style": {
"gap": 5,
"padding": 5
}
},
"type": "ia.container.flex"
}
],
"meta": {
"name": "root"
},
"props": {
"direction": "column",
"style": {
"classes": "containers/padded-container"
}
},
"type": "ia.container.flex"
}
}