200260514 Backup

This commit is contained in:
2026-05-14 22:59:24 +00:00
parent 91f9b91ef8
commit 44047d456f
1347 changed files with 109243 additions and 236101 deletions

View File

@@ -0,0 +1,275 @@
{
"custom": {
"percent": null
},
"params": {
"tagPath": "[Ignition_SATB1_IO1_default]ER1242/SATB1_ER1242_UPS-1"
},
"propConfig": {
"custom.percent": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Battery Charge Percent"
},
"type": "tag"
},
"persistent": true
},
"params.tagPath": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 150,
"width": 145
}
},
"root": {
"children": [
{
"meta": {
"name": "MovingAnalogIndicator"
},
"position": {
"basis": "25%"
},
"propConfig": {
"props.desiredHigh": {
"binding": {
"config": {
"path": "view.custom.percent"
},
"type": "property"
}
},
"props.processValue": {
"binding": {
"config": {
"path": "view.custom.percent"
},
"type": "property"
}
}
},
"props": {
"desiredLow": 25,
"highAlarm": 100,
"highHighAlarm": null,
"highInterlock": null,
"lowAlarm": 25,
"lowInterlock": null,
"lowLowAlarm": null,
"reverseIndicator": true
},
"type": "ia.display.moving-analog-indicator"
},
{
"children": [
{
"meta": {
"name": "desc"
},
"position": {
"basis": "15%",
"grow": 1
},
"props": {
"text": "Battery",
"textStyle": {
"color": "var(--olGray)",
"fontFamily": "inherit",
"fontSize": 8,
"textAlign": "center"
}
},
"type": "ia.display.label"
},
{
"children": [
{
"meta": {
"name": "val"
},
"position": {
"basis": "55%",
"grow": 1
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"path": "view.custom.percent"
},
"transforms": [
{
"formatType": "numeric",
"formatValue": "number",
"type": "format"
}
],
"type": "property"
}
}
},
"props": {
"textStyle": {
"color": "var(--tagvalue-color)",
"fontSize": 8,
"textAlign": "end"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "eu"
},
"position": {
"basis": "45%",
"grow": 1
},
"props": {
"text": "%",
"textStyle": {
"color": "var(--units-color)",
"fontSize": 8,
"textAlign": "start"
}
},
"type": "ia.display.label"
}
],
"meta": {
"name": "FlexContainer"
},
"position": {
"basis": "35%"
},
"props": {
"alignContent": "center",
"alignItems": "center",
"justify": "center",
"style": {
"gap": "5px",
"overflow": "visible"
}
},
"type": "ia.container.flex"
},
{
"children": [
{
"meta": {
"name": "val"
},
"position": {
"basis": "55%",
"grow": 1
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Battery runtime remaining Hours"
},
"transforms": [
{
"formatType": "numeric",
"formatValue": "0.0",
"type": "format"
}
],
"type": "tag"
}
}
},
"props": {
"textStyle": {
"color": "var(--tagvalue-color)",
"fontSize": 8,
"textAlign": "end"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "eu"
},
"position": {
"basis": "45%",
"grow": 1
},
"props": {
"text": "Hrs",
"textStyle": {
"color": "var(--units-color)",
"fontSize": 8,
"textAlign": "start"
}
},
"type": "ia.display.label"
}
],
"meta": {
"name": "FlexContainer_0"
},
"position": {
"basis": "35%"
},
"props": {
"alignContent": "center",
"alignItems": "center",
"justify": "center",
"style": {
"gap": "5px",
"overflow": "visible"
}
},
"type": "ia.container.flex"
}
],
"meta": {
"name": "FlexContainer"
},
"position": {
"basis": "75%"
},
"props": {
"direction": "column"
},
"type": "ia.container.flex"
}
],
"meta": {
"name": "root"
},
"props": {
"style": {
"borderBottomLeftRadius": 5,
"borderBottomRightRadius": 5,
"borderTopLeftRadius": 5,
"borderTopRightRadius": 5,
"boxShadow": "var(--boxShadow2)",
"overflow": "visible",
"paddingBottom": 3,
"paddingLeft": 3,
"paddingRight": 3,
"paddingTop": 3
}
},
"type": "ia.container.flex"
}
}