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,242 @@
{
"custom": {
"eu": "%",
"value": 0
},
"params": {
"dataType": "Float4",
"name": "CHW Valve Command",
"tagPath": "[default]UDT_Instances/Air/CRAH_Instance/CHW Valve Command"
},
"propConfig": {
"custom.eu": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}.engUnit"
},
"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}"
},
"type": "tag"
},
"persistent": true
},
"params.dataType": {
"paramDirection": "input",
"persistent": true
},
"params.name": {
"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"
},
{
"meta": {
"name": "Value",
"tooltip": {
"enabled": true
}
},
"propConfig": {
"meta.tooltip.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}.OpcItemPath"
},
"type": "tag"
}
},
"props.text": {
"binding": {
"config": {
"path": "view.custom.value"
},
"transforms": [
{
"code": "\tdtype \u003d self.view.params.dataType\n\toptions \u003d self.view.custom.eu\n\tcurrent \u003d self.view.custom.value\n\tif dtype \u003d\u003d \"Boolean\":\n\t\treturn options[int(current)]\n\treturn current",
"type": "script"
}
],
"type": "property"
}
}
},
"props": {
"textStyle": {
"color": "var(--tagvalue-color)"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "Icon",
"visible": false
},
"position": {
"basis": "30px",
"display": false
},
"propConfig": {
"custom.tag": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}"
},
"type": "tag"
}
},
"props.path": {
"binding": {
"config": {
"expression": "if({this.custom.tag},\"material/favorite\",\"material/favorite_border\")"
},
"type": "expr"
}
}
},
"props": {
"color": "#E42626",
"style": {
"strokeWidth": "1px"
}
},
"type": "ia.display.icon"
},
{
"meta": {
"name": "Units"
},
"propConfig": {
"meta.visible": {
"binding": {
"config": {
"expression": "if({view.params.dataType} \u003d \"Boolean\", False, True)"
},
"type": "expr"
}
},
"position.display": {
"binding": {
"config": {
"expression": "if({view.params.dataType} \u003d \"Boolean\", False, True)"
},
"type": "expr"
}
},
"props.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"1": "{view.params.tagPath}"
},
"tagPath": "{1}.engUnit"
},
"type": "tag"
}
}
},
"props": {
"textStyle": {
"color": "var(--units-color)"
}
},
"type": "ia.display.label"
}
],
"meta": {
"name": "root"
},
"props": {
"style": {
"gap": "10px",
"padding": "0 10px"
}
},
"type": "ia.container.flex"
}
}