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,582 @@
{
"custom": {
"OCmd": {},
"StsAuto": null
},
"params": {
"auth": {
"almAck": true,
"almShelve": true,
"config": true,
"control": true
},
"tagPath": "[Ignition_Common_IO_Gtwy]MPR1140/SATB1_MPR1140_VFD05"
},
"propConfig": {
"custom.OCmd": {
"persistent": true
},
"custom.OCmd.ModeCMD": {
"binding": {
"config": {
"bidirectional": true,
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Control/ModeCMD"
},
"type": "tag"
}
},
"custom.OCmd.OOS": {
"binding": {
"config": {
"bidirectional": true,
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Control/OCmd_OOS"
},
"type": "tag"
}
},
"custom.OCmd.Reset": {
"binding": {
"config": {
"bidirectional": true,
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Control/OCmd_Reset"
},
"type": "tag"
}
},
"custom.OCmd.Run": {
"binding": {
"config": {
"bidirectional": true,
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Control/OCmd_Run"
},
"type": "tag"
}
},
"custom.StsAuto": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Status Auto"
},
"type": "tag"
},
"persistent": true
},
"params.auth": {
"paramDirection": "input",
"persistent": true
},
"params.tagPath": {
"paramDirection": "input",
"persistent": true
}
},
"props": {},
"root": {
"children": [
{
"children": [
{
"children": [
{
"events": {
"dom": {
"onClick": {
"config": {
"script": "\tself.view.custom.OCmd.ModeCMD \u003d True"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "OpenBtn"
},
"position": {
"basis": "50%"
},
"propConfig": {
"props.enabled": {
"binding": {
"config": {
"path": "view.params.auth.control"
},
"type": "property"
}
},
"props.primary": {
"binding": {
"config": {
"bidirectional": true,
"path": "view.custom.OCmd.ModeCMD"
},
"type": "property"
}
}
},
"props": {
"text": "Auto"
},
"type": "ia.input.button"
},
{
"events": {
"dom": {
"onClick": {
"config": {
"script": "\tself.view.custom.OCmd.ModeCMD \u003d False"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "CloseBtn"
},
"position": {
"basis": "50%"
},
"propConfig": {
"props.enabled": {
"binding": {
"config": {
"path": "view.params.auth.control"
},
"type": "property"
}
},
"props.primary": {
"binding": {
"config": {
"path": "view.custom.OCmd.ModeCMD"
},
"transforms": [
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": true
},
{
"input": true,
"output": false
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "property"
}
}
},
"props": {
"text": "Manual"
},
"type": "ia.input.button"
}
],
"meta": {
"name": "Row1"
},
"position": {
"basis": "50px"
},
"props": {
"style": {
"gap": "10px",
"overflow": "visible"
}
},
"type": "ia.container.flex"
},
{
"children": [
{
"events": {
"dom": {
"onClick": {
"config": {
"script": "\tself.view.custom.OCmd.Run \u003d True"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "OpenBtn"
},
"position": {
"basis": "50%"
},
"propConfig": {
"props.enabled": {
"binding": {
"config": {
"expression": "if({view.params.auth.control},if({view.custom.OCmd.ModeCMD},false,true),false)"
},
"type": "expr"
}
},
"props.primary": {
"binding": {
"config": {
"path": "view.custom.OCmd.Run"
},
"type": "property"
}
}
},
"props": {
"text": "Run"
},
"type": "ia.input.button"
},
{
"events": {
"dom": {
"onClick": {
"config": {
"script": "\tself.view.custom.OCmd.Run \u003d False"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "CloseBtn"
},
"position": {
"basis": "50%"
},
"propConfig": {
"props.enabled": {
"binding": {
"config": {
"expression": "if({view.params.auth.control},if({view.custom.OCmd.ModeCMD},false,true),false)"
},
"type": "expr"
}
},
"props.primary": {
"binding": {
"config": {
"path": "view.custom.OCmd.Run"
},
"transforms": [
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": true,
"output": false
},
{
"input": false,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "property"
}
}
},
"props": {
"text": "Stop"
},
"type": "ia.input.button"
}
],
"meta": {
"name": "Row01"
},
"position": {
"basis": "50px"
},
"props": {
"style": {
"gap": "10px",
"overflow": "visible"
}
},
"type": "ia.container.flex"
},
{
"children": [
{
"events": {
"dom": {
"onClick": {
"config": {
"script": "\tself.view.custom.OCmd.Reset \u003d True"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "ResetBtn"
},
"position": {
"basis": "100%"
},
"propConfig": {
"props.enabled": {
"binding": {
"config": {
"path": "view.params.auth.control"
},
"type": "property"
}
}
},
"props": {
"primary": false,
"text": "Reset"
},
"type": "ia.input.button"
}
],
"meta": {
"name": "Row02"
},
"position": {
"basis": "50px"
},
"props": {
"style": {
"gap": "10px",
"overflow": "visible"
}
},
"type": "ia.container.flex"
}
],
"meta": {
"name": "FlexContainer"
},
"position": {
"basis": "50%"
},
"props": {
"direction": "column",
"style": {
"gap": "10px",
"overflow": "visible"
}
},
"type": "ia.container.flex"
},
{
"children": [
{
"children": [
{
"meta": {
"name": "Description",
"tooltip": {
"width": "50%"
}
},
"position": {
"basis": "50%"
},
"props": {
"text": "Out of Service",
"textStyle": {
"textAlign": "right"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "Val"
},
"position": {
"basis": "50%"
},
"propConfig": {
"props.enabled": {
"binding": {
"config": {
"path": "view.params.auth.control"
},
"type": "property"
}
},
"props.selected": {
"binding": {
"config": {
"bidirectional": true,
"path": "view.custom.OCmd.OOS"
},
"type": "property"
}
}
},
"props": {
"text": ""
},
"type": "ia.input.checkbox"
}
],
"meta": {
"name": "OutOfService"
},
"position": {
"basis": "50px"
},
"props": {
"style": {
"gap": "10px"
}
},
"type": "ia.container.flex"
},
{
"children": [
{
"meta": {
"name": "Label"
},
"position": {
"basis": "50%"
},
"props": {
"text": "Speed Setpoint",
"textStyle": {
"textAlign": "right"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "NumericEntryField"
},
"position": {
"basis": "50%",
"grow": 1
},
"propConfig": {
"props.enabled": {
"binding": {
"config": {
"path": "view.params.auth.control"
},
"type": "property"
}
},
"props.style.color": {
"binding": {
"config": {
"expression": "if({this.props.enabled}, \u0027var(--tagvalue-color)\u0027, \u0027\u0027)"
},
"type": "expr"
}
},
"props.value": {
"binding": {
"config": {
"bidirectional": true,
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Control/OCmd_SpdSP"
},
"type": "tag"
}
}
},
"props": {
"inputBounds": {
"maximum": 100,
"minimum": 0
},
"style": {
"fontWeight": "bold",
"min-height": "30px"
}
},
"type": "ia.input.numeric-entry-field"
}
],
"meta": {
"name": "Row03"
},
"position": {
"basis": "58px"
},
"props": {
"style": {
"gap": "10px"
}
},
"type": "ia.container.flex"
}
],
"meta": {
"name": "FlexContainer_0"
},
"position": {
"basis": "50%"
},
"props": {
"direction": "column",
"style": {
"gap": "10px"
}
},
"type": "ia.container.flex"
}
],
"meta": {
"name": "root"
},
"props": {
"style": {
"classes": "containers/padded-container",
"gap": "10px"
}
},
"type": "ia.container.flex"
}
}