20260506 Backup

This commit is contained in:
2026-05-06 23:52:18 +00:00
parent 0bc354d095
commit 91f9b91ef8
94 changed files with 1827 additions and 582 deletions

View File

@@ -0,0 +1,197 @@
{
"custom": {
"data": [
{
"engUnit": "Int4",
"tagName": "Compressor A Signal"
},
{
"engUnit": "Int4",
"tagName": "Compressor B Signal"
},
{
"engUnit": "Int4",
"tagName": "Condenser A Signal"
},
{
"engUnit": "Int4",
"tagName": "Condenser B Signal"
},
{
"engUnit": "Float4",
"tagName": "Modulating Heat Position"
},
{
"engUnit": "Float4",
"tagName": "Modulating Hot Gas Reheat Valve Position"
},
{
"engUnit": "Float4",
"tagName": "Outside Air Humidity"
},
{
"engUnit": "Float4",
"tagName": "Return Air Humidity"
},
{
"engUnit": "Float4",
"tagName": "Building Pressure"
},
{
"engUnit": "Float4",
"tagName": "Compressor Runtime"
},
{
"engUnit": "Float4",
"tagName": "Fan Runtime"
},
{
"engUnit": "Boolean",
"tagName": "Compressor A Enabled"
},
{
"engUnit": "Boolean",
"tagName": "Compressor B1 Enabled"
},
{
"engUnit": "Boolean",
"tagName": "Compressor B2 Enabled"
},
{
"engUnit": "Boolean",
"tagName": "Economizer Enabled Status"
},
{
"engUnit": "Boolean",
"tagName": "Exhaust Fan Status"
},
{
"engUnit": "Boolean",
"tagName": "Heating Enabled Status"
},
{
"engUnit": "Boolean",
"tagName": "Remote Forced Occupied Status"
},
{
"engUnit": "Boolean",
"tagName": "Supply Fan Status"
},
{
"engUnit": "Float4",
"tagName": "Discharge A Pressure"
},
{
"engUnit": "Float4",
"tagName": "Discharge B Pressure"
},
{
"engUnit": "Float4",
"tagName": "Outdoor Air Dewpoint"
},
{
"engUnit": "Float4",
"tagName": "Outside Air Temperature"
},
{
"engUnit": "Float4",
"tagName": "Return Air Temperature"
},
{
"engUnit": "Float4",
"tagName": "Supply Air Dewpoint"
},
{
"engUnit": "Float4",
"tagName": "Supply Air Temperature"
}
]
},
"params": {
"deviceDataset": "[default]Device Datasets/DOAS",
"tagPath": "[default]simulator/DOAS/DOAS1"
},
"propConfig": {
"custom.data": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"deviceDataset": "{view.params.deviceDataset}"
},
"tagPath": "{deviceDataset}/Info"
},
"type": "tag"
},
"persistent": true
},
"params.deviceDataset": {
"paramDirection": "input",
"persistent": true
},
"params.tagPath": {
"paramDirection": "input",
"persistent": true
}
},
"props": {},
"root": {
"children": [
{
"meta": {
"name": "FlexRepeater"
},
"position": {
"basis": "100%"
},
"propConfig": {
"props.instances": {
"binding": {
"config": {
"path": "view.custom.data"
},
"transforms": [
{
"code": "\treturn Global.DeviceDatasets.getTagInstances(deviceDataset\u003dvalue, tagPath\u003dself.view.params.tagPath)",
"type": "script"
}
],
"type": "property"
}
}
},
"props": {
"alignContent": "flex-start",
"elementPosition": {
"basis": "50%",
"grow": 0
},
"loading": {
"order": "with-parent"
},
"path": "Library/Framework/Tag Info",
"style": {
"border": "1px solid var(--border)",
"gap": "10px 0",
"padding": "10px"
},
"useDefaultViewHeight": false,
"useDefaultViewWidth": false,
"wrap": "wrap"
},
"type": "ia.display.flex-repeater"
}
],
"meta": {
"name": "root"
},
"props": {
"direction": "column",
"style": {
"classes": "containers/padded-container"
}
},
"type": "ia.container.flex"
}
}