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,153 @@
{
"custom": {
"eu": null,
"value": null
},
"params": {
"dataType": "Float4",
"name": "CHW Valve Command",
"objectName": "DiscreteIn",
"tagPath": "[default]UDT_Instances/Air/Panel_Instance/AC Primary Power Fault"
},
"propConfig": {
"custom.eu": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}.engUnit"
},
"enabled": false,
"transforms": [
{
"code": "\tif self.params.dataType \u003d\u003d \"Boolean\":\n\t\treturn value.split(\"/\")\n\treturn value",
"type": "script"
}
],
"type": "tag"
},
"persistent": true
},
"custom.value": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}"
},
"enabled": false,
"type": "tag"
},
"persistent": true
},
"params.dataType": {
"paramDirection": "input",
"persistent": true
},
"params.name": {
"paramDirection": "input",
"persistent": true
},
"params.objectName": {
"paramDirection": "input",
"persistent": true
},
"params.tagPath": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 40
}
},
"root": {
"children": [
{
"meta": {
"name": "Name",
"tooltip": {
"enabled": true
}
},
"position": {
"basis": "50%"
},
"propConfig": {
"meta.tooltip.text": {
"binding": {
"config": {
"struct": {
"path": "{view.params.tagPath}"
},
"waitOnAll": true
},
"transforms": [
{
"code": "\treturn value[\u0027path\u0027]",
"type": "script"
}
],
"type": "expr-struct"
}
},
"props.text": {
"binding": {
"config": {
"path": "view.params.name"
},
"type": "property"
}
}
},
"type": "ia.display.label"
},
{
"events": {
"dom": {
"onClick": {
"config": {
"script": "\tobjectName \u003d self.view.params.objectName\n\ttagPath \u003d self.view.params.tagPath\n\tutils.nav.openL4(self, objectName, tagPath)"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "Button"
},
"position": {
"basis": "80px"
},
"props": {
"style": {
"backgroundColor": "#A2C9FF"
},
"text": "Status",
"textStyle": {
"color": "#282828"
}
},
"type": "ia.input.button"
}
],
"meta": {
"name": "root"
},
"props": {
"style": {
"gap": "10px",
"padding": "0 10px"
}
},
"type": "ia.container.flex"
}
}