Upload of projects and themes

This commit is contained in:
2026-02-17 18:14:44 +00:00
parent 00ee2e1ee1
commit c7730b9da4
302 changed files with 24019 additions and 2 deletions

View File

@@ -0,0 +1,17 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModificationSignature": "997c63afcc3cf2300ec49f78708bca89ed511fcaf9dee7540049e45bd15e4a93",
"lastModification": {
"actor": "Prime",
"timestamp": "2026-02-12T16:57:17Z"
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

@@ -0,0 +1,48 @@
{
"custom": {},
"params": {},
"props": {},
"root": {
"children": [
{
"meta": {
"name": "TabContainer"
},
"position": {
"basis": "300px"
},
"props": {
"currentTabIndex": 4,
"menuStyle": {
"backgroundColor": "var(--container-root)"
},
"menuType": "modern",
"tabStyle": {
"active": {
"borderStyle": "none",
"color": "var(--call-to-action)"
},
"inactive": {
"color": "gray"
}
},
"tabs": [
"Status",
"Control",
"Config",
"Trends",
"Meta"
]
},
"type": "ia.container.tab"
}
],
"meta": {
"name": "root"
},
"props": {
"direction": "column"
},
"type": "ia.container.flex"
}
}

View File

@@ -0,0 +1,17 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModificationSignature": "bcb7bccd714d6202c5a80eb026d6b2c7c854b5fbd2afd061afc35b4e200453a2",
"lastModification": {
"actor": "Prime",
"timestamp": "2026-02-13T20:57:54Z"
}
}
}

View File

@@ -0,0 +1,96 @@
{
"custom": {
"location": "Components/Atoms/Fields",
"widget": "status"
},
"params": {
"item": {
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": null,
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/CB1/Config/BkrSizeCkt1",
"tagpath": "[Ignition_TX21_BE]DM11/TX21_DM111_RPP01/CB1/Config/BkrSizeCkt1",
"type": "Status",
"widget": "status"
}
},
"propConfig": {
"custom.location": {
"persistent": true
},
"custom.widget": {
"binding": {
"config": {
"path": "view.params.item"
},
"transforms": [
{
"code": "\treturn value[\u0027widget\u0027]",
"type": "script"
}
],
"type": "property"
},
"persistent": true
},
"params.item": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 50,
"width": 300
}
},
"root": {
"children": [
{
"meta": {
"name": "EmbeddedView"
},
"position": {
"grow": 1
},
"propConfig": {
"props.params.item": {
"binding": {
"config": {
"path": "view.params.item"
},
"type": "property"
}
},
"props.path": {
"binding": {
"config": {
"expression": "{view.custom.location} + \"/\" + {view.custom.widget}"
},
"type": "expr"
}
}
},
"type": "ia.display.view"
}
],
"meta": {
"name": "root"
},
"props": {
"justify": "center"
},
"type": "ia.container.flex"
}
}

View File

@@ -0,0 +1,17 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModificationSignature": "ab7663fa68d39103a3239300b23fbbc2213c92f47047fdc3e7366813c997e9e7",
"lastModification": {
"actor": "Prime",
"timestamp": "2026-02-12T16:53:11Z"
}
}
}

View File

@@ -0,0 +1,246 @@
{
"custom": {
"buffer": null,
"value": null
},
"params": {
"tagPath": "[default]CDU_Test1/Config/Secondary DP Setpoint"
},
"propConfig": {
"custom.buffer": {
"persistent": true
},
"custom.value": {
"binding": {
"config": {
"bidirectional": true,
"coalesce": true,
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}"
},
"type": "tag"
},
"persistent": true
},
"params.tagPath": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 50,
"width": 500
}
},
"root": {
"children": [
{
"meta": {
"name": "Label"
},
"position": {
"basis": "25%"
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}.uiLabel"
},
"type": "tag"
}
}
},
"props": {
"style": {
"classes": "Common/Static/text"
}
},
"type": "ia.display.label"
},
{
"events": {
"dom": {
"onClick": {
"config": {
"script": "\tself.view.custom.value -\u003d 1"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "Icon"
},
"position": {
"basis": "5%"
},
"props": {
"color": "var(--call-to-action)",
"path": "material/indeterminate_check_box"
},
"type": "ia.display.icon"
},
{
"events": {
"dom": {
"onMouseUp": {
"config": {
"script": "\tself.view.custom.value \u003d self.view.custom.buffer"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "Slider"
},
"position": {
"basis": "35%"
},
"propConfig": {
"props.max": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}.EngHigh"
},
"type": "tag"
}
},
"props.min": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}.EngLow"
},
"type": "tag"
}
},
"props.value": {
"binding": {
"config": {
"bidirectional": true,
"path": "view.custom.buffer"
},
"type": "property"
}
}
},
"props": {
"handleColor": "var(--call-to-action)",
"trackColor": "var(--call-to-action-highlight)"
},
"type": "ia.input.slider"
},
{
"events": {
"dom": {
"onClick": {
"config": {
"script": "\tself.view.custom.value +\u003d 1"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "Icon_0"
},
"position": {
"basis": "5%"
},
"props": {
"color": "var(--call-to-action)",
"path": "material/add_box"
},
"type": "ia.display.icon"
},
{
"meta": {
"name": "NumericEntryField"
},
"position": {
"basis": "20%"
},
"propConfig": {
"props.value": {
"binding": {
"config": {
"bidirectional": true,
"path": "view.custom.value"
},
"type": "property"
}
}
},
"props": {
"style": {
"classes": "Input/text_field",
"paddingBottom": "var(--space-xs)",
"paddingTop": "var(--space-xs)"
}
},
"type": "ia.input.numeric-entry-field"
},
{
"meta": {
"name": "Label_0"
},
"position": {
"basis": "10%"
},
"props": {
"style": {
"classes": "Common/Static/text_muted"
},
"text": "degF"
},
"type": "ia.display.label"
}
],
"events": {
"system": {
"onStartup": {
"config": {
"script": "\tself.view.custom.buffer \u003d self.view.custom.value"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "root"
},
"props": {
"justify": "center",
"style": {
"gap": "var(--space-sm)",
"padding": "var(--space-xs)"
}
},
"type": "ia.container.flex"
}
}

View File

@@ -0,0 +1,17 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModificationSignature": "605291d4fb6814cac7e4319d90d0723f67e1c4746bcac03275c6ff851923257c",
"lastModification": {
"actor": "Prime",
"timestamp": "2026-02-12T16:53:15Z"
}
}
}

View File

@@ -0,0 +1,111 @@
{
"custom": {},
"params": {
"tagPath": "[default]CDU_Test1/Config/Status"
},
"propConfig": {
"params.tagPath": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 50,
"width": 500
}
},
"root": {
"children": [
{
"meta": {
"name": "Label"
},
"position": {
"basis": "25%"
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}.uiLabel"
},
"type": "tag"
}
}
},
"props": {
"style": {
"classes": "Common/Static/text"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "Dropdown"
},
"position": {
"basis": "256px"
},
"propConfig": {
"props.options": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}.uiConfig"
},
"transforms": [
{
"code": "\treturn value[\u0027options\u0027]",
"type": "script"
}
],
"type": "tag"
}
},
"props.value": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}"
},
"type": "tag"
}
}
},
"props": {
"style": {
"boxShadow": "var(--box-shadow-1)",
"overflow": "visible"
}
},
"type": "ia.input.dropdown"
}
],
"meta": {
"name": "root"
},
"props": {
"justify": "center",
"style": {
"gap": "var(--space-sm)",
"padding": "var(--space-xs)"
}
},
"type": "ia.container.flex"
}
}

View File

@@ -0,0 +1,17 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModificationSignature": "75fcabf079353675719b38010df1fb6f37ebc378767c88fc2dbccf2d1dde4052",
"lastModification": {
"actor": "Prime",
"timestamp": "2026-02-13T17:36:41Z"
}
}
}

View File

@@ -0,0 +1,157 @@
{
"custom": {},
"params": {
"item": {
"access_level": null,
"config": {
"states": [
{
"label": "lbl",
"value": 0
}
],
"widget": "value"
},
"format": null,
"group": "0",
"is_hidden": false,
"label": "CDU",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Info/Device ID",
"tagpath": "[default]_Testing/CDU/Info/Device ID",
"type": "Meta",
"widget": "meta_field"
}
},
"propConfig": {
"params.item": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 38,
"width": 295
}
},
"root": {
"children": [
{
"meta": {
"name": "Label"
},
"position": {
"basis": "25%"
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"path": "view.params.item.tagpath"
},
"transforms": [
{
"code": "\treturn value.split(\u0027/\u0027)[-1]",
"type": "script"
}
],
"type": "property"
}
}
},
"props": {
"style": {
"classes": "Common/Static/text",
"paddingRight": "var(--space-sm)"
},
"textStyle": {
"textAlign": "right"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "TextField"
},
"position": {
"basis": "75%"
},
"propConfig": {
"props.enabled": {
"binding": {
"config": {
"expression": "!{view.params.item.read_only}"
},
"type": "expr"
}
},
"props.style.cursor": {
"binding": {
"config": {
"path": "view.params.item.read_only"
},
"transforms": [
{
"fallback": "Not-Allowed",
"inputType": "scalar",
"mappings": [
{
"input": true,
"output": "Not-Allowed"
},
{
"input": false,
"output": "Text"
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "property"
}
},
"props.text": {
"binding": {
"config": {
"bidirectional": true,
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagpath": "{view.params.item.tagpath}"
},
"tagPath": "{tagpath}/Val"
},
"type": "tag"
}
}
},
"props": {
"spellcheck": false,
"style": {
"classes": "Input/text_field"
}
},
"type": "ia.input.text-field"
}
],
"meta": {
"name": "root"
},
"props": {
"style": {
"overflow": "visible"
}
},
"type": "ia.container.flex"
}
}

View File

@@ -0,0 +1,17 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModificationSignature": "a6c825b65cae253614694899140ad2c634173546b81263f67f0c244f1adadeaf",
"lastModification": {
"actor": "Prime",
"timestamp": "2026-02-01T04:46:22Z"
}
}
}

View File

@@ -0,0 +1,192 @@
{
"custom": {
"tagPath": "[default]_Testing/CDU/Status/air_temp"
},
"params": {
"item": {
"access_level": null,
"group": "0",
"is_hidden": false,
"label": "CDU",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"tagPath": "[default]_Testing/CDU/Status/air_temp",
"type": "Status",
"widget": "status_value"
}
},
"propConfig": {
"custom.tagPath": {
"binding": {
"config": {
"path": "view.params.item"
},
"transforms": [
{
"code": "\treturn value[\u0027tagPath\u0027]",
"type": "script"
}
],
"type": "property"
},
"persistent": true
},
"params.item": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 40,
"width": 300
}
},
"root": {
"children": [
{
"children": [
{
"meta": {
"name": "Label"
},
"position": {
"basis": "60%",
"grow": 1
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.custom.tagPath}"
},
"tagPath": "{tagPath}/Parameters.Item_Label"
},
"type": "tag"
}
}
},
"props": {
"style": {
"classes": "Common/Static/text",
"paddingRight": "var(--space-sm)"
},
"textStyle": {
"color": "var(--text-color)",
"textAlign": "start"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "Value"
},
"position": {
"basis": "20%"
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.custom.tagPath}"
},
"tagPath": "{tagPath}/Val"
},
"type": "tag"
}
}
},
"props": {
"style": {
"classes": "Common/Static/text",
"overflow": "visible",
"paddingRight": "var(--space-sm)"
},
"textStyle": {
"color": "var(--call-to-action)",
"textAlign": "right"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "EngUnit"
},
"position": {
"basis": "20%"
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.custom.tagPath}"
},
"tagPath": "{tagPath}/Parameters.Cfg_EngUnits"
},
"type": "tag"
}
}
},
"props": {
"style": {
"classes": "Common/Static/text",
"paddingRight": "var(--space-sm)"
},
"textStyle": {
"color": "var(--text-muted)",
"textAlign": "start"
}
},
"type": "ia.display.label"
}
],
"meta": {
"name": "FlexContainer"
},
"position": {
"basis": "60%",
"grow": 1,
"shrink": 0
},
"props": {
"alignContent": "center",
"alignItems": "center",
"justify": "center",
"style": {
"overflow": "visible"
}
},
"type": "ia.container.flex"
}
],
"meta": {
"name": "root"
},
"props": {
"direction": "column",
"justify": "center",
"style": {
"marginRight": "5px",
"overflow": "visible"
}
},
"type": "ia.container.flex"
}
}

View File

@@ -0,0 +1,17 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModificationSignature": "91f98be0fa6c001a492805f222e710abfbebfba623f46d1bf9b5b6044bdcaf55",
"lastModification": {
"actor": "Prime",
"timestamp": "2026-02-13T17:21:03Z"
}
}
}

View File

@@ -0,0 +1,190 @@
{
"custom": {},
"params": {
"item": {
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/air_temp",
"tagpath": "[Ignition_TX21_BE]DM11/TX21_DM11_CDU02/Status/air_temp",
"type": "Status",
"widget": "status_value"
}
},
"propConfig": {
"params.item": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 40,
"width": 300
}
},
"root": {
"children": [
{
"children": [
{
"meta": {
"name": "Label"
},
"position": {
"basis": "60%",
"grow": 1
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagpath": "{view.params.item.tagpath}"
},
"tagPath": "{tagpath}/Parameters.Item_Label"
},
"type": "tag"
}
}
},
"props": {
"style": {
"classes": "Common/Static/text",
"paddingRight": "var(--space-sm)"
},
"textStyle": {
"color": "var(--text-color)",
"textAlign": "start"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "Value"
},
"position": {
"basis": "20%"
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagpath": "{view.params.item.tagpath}"
},
"tagPath": "{tagpath}/Val"
},
"transforms": [
{
"expression": "numberFormat({value}, {view.params.item.format})",
"type": "expression"
}
],
"type": "tag"
}
}
},
"props": {
"style": {
"classes": "Common/Static/text",
"overflow": "visible",
"paddingRight": "var(--space-sm)"
},
"textStyle": {
"color": "var(--call-to-action)",
"textAlign": "right"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "EngUnit"
},
"position": {
"basis": "20%"
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagpath": "{view.params.item.tagpath}"
},
"tagPath": "{tagpath}/Parameters.Cfg_EngUnits"
},
"transforms": [
{
"code": "\tif value is None:\n\t\treturn \u0027\u0027\n\treturn value",
"type": "script"
}
],
"type": "tag"
}
}
},
"props": {
"style": {
"classes": "Common/Static/text",
"paddingRight": "var(--space-sm)"
},
"textStyle": {
"color": "var(--text-muted)",
"textAlign": "start"
}
},
"type": "ia.display.label"
}
],
"meta": {
"name": "FlexContainer"
},
"position": {
"basis": "60%",
"grow": 1,
"shrink": 0
},
"props": {
"alignContent": "center",
"alignItems": "center",
"justify": "center",
"style": {
"overflow": "visible"
}
},
"type": "ia.container.flex"
}
],
"meta": {
"name": "root"
},
"props": {
"direction": "column",
"justify": "center",
"style": {
"marginRight": "5px",
"overflow": "visible"
}
},
"type": "ia.container.flex"
}
}

View File

@@ -0,0 +1,17 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModificationSignature": "a071eacfcb3b74218b8ae9b66a4b21471af52abfd3c02a2bcd0a9e6da23606ef",
"lastModification": {
"actor": "Prime",
"timestamp": "2026-02-10T17:41:37Z"
}
}
}

View File

@@ -0,0 +1,327 @@
{
"custom": {},
"params": {
"layout": 0,
"tagPath": "{view.params.tagpath}+\"/Status/sup_wtr_avg_press"
},
"propConfig": {
"params.layout": {
"paramDirection": "input",
"persistent": true
},
"params.tagPath": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 50,
"width": 130
}
},
"root": {
"children": [
{
"children": [
{
"meta": {
"name": "Val"
},
"position": {
"grow": 1,
"shrink": 0
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Val"
},
"type": "tag"
}
}
},
"props": {
"textStyle": {
"color": "var(--call-to-action)",
"fontSize": 14,
"fontWeight": "bold",
"textAlign": "end"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "EngUnit"
},
"propConfig": {
"position.basis": {
"binding": {
"config": {
"path": "view.params.layout"
},
"transforms": [
{
"fallback": "50%",
"inputType": "scalar",
"mappings": [
{
"input": 0,
"output": "50%"
},
{
"input": 1,
"output": "20%"
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "property"
}
},
"position.display": {
"binding": {
"config": {
"path": "view.params.layout"
},
"transforms": [
{
"fallback": false,
"inputType": "scalar",
"mappings": [
{
"input": 0,
"output": false
},
{
"input": 1,
"output": true
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "property"
}
},
"props.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Parameters.Cfg_EngUnits"
},
"type": "tag"
}
}
},
"props": {
"textStyle": {
"color": "var(--text-color-muted)",
"fontSize": 12,
"fontWeight": "lighter",
"textAlign": "start"
}
},
"type": "ia.display.label"
}
],
"meta": {
"name": "Value"
},
"props": {
"justify": "center",
"style": {
"gap": "5px",
"overflow": "visible"
}
},
"type": "ia.container.flex"
},
{
"children": [
{
"meta": {
"name": "EngUnit"
},
"position": {
"basis": "50%"
},
"propConfig": {
"position.display": {
"binding": {
"config": {
"path": "view.params.layout"
},
"transforms": [
{
"fallback": true,
"inputType": "scalar",
"mappings": [
{
"input": 0,
"output": true
},
{
"input": 1,
"output": false
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "property"
}
},
"props.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Parameters.Cfg_EngUnits"
},
"type": "tag"
}
}
},
"props": {
"textStyle": {
"color": "var(--text-color-muted)",
"fontSize": 12,
"fontWeight": "lighter",
"textAlign": "start"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "Label"
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Parameters.Item_Id"
},
"type": "tag"
}
},
"props.textStyle.textAlign": {
"binding": {
"config": {
"path": "view.params.layout"
},
"transforms": [
{
"fallback": "start",
"inputType": "scalar",
"mappings": [
{
"input": 0,
"output": "start"
},
{
"input": 1,
"output": "center"
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "property"
}
}
},
"props": {
"style": {
"overflow": "visible"
},
"textStyle": {
"color": "var(--text-muted)",
"fontSize": 12,
"overflowWrap": "normal"
}
},
"type": "ia.display.label"
}
],
"meta": {
"name": "Info"
},
"position": {
"shrink": 0
},
"props": {
"direction": "column",
"style": {
"overflow": "visible"
}
},
"type": "ia.container.flex"
}
],
"meta": {
"name": "root"
},
"propConfig": {
"props.direction": {
"binding": {
"config": {
"path": "view.params.layout"
},
"transforms": [
{
"fallback": "row",
"inputType": "scalar",
"mappings": [
{
"input": 0,
"output": "row"
},
{
"input": 1,
"output": "column"
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "property"
}
}
},
"props": {
"justify": "center",
"style": {
"gap": "5px",
"overflow": "visible"
}
},
"type": "ia.container.flex"
}
}

View File

@@ -0,0 +1,17 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModificationSignature": "9005c6ec17487258e4ace0ea8a320e1f2e83d61525e37f8d0b835ade07a068d6",
"lastModification": {
"actor": "Prime",
"timestamp": "2026-02-01T03:40:13Z"
}
}
}

View File

@@ -0,0 +1,78 @@
{
"custom": {},
"params": {
"label": "Info",
"selected": "value"
},
"propConfig": {
"params.label": {
"paramDirection": "input",
"persistent": true
},
"params.selected": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 35,
"width": 168
}
},
"root": {
"children": [
{
"meta": {
"name": "Label"
},
"position": {
"grow": 1
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"path": "view.params.label"
},
"type": "property"
}
}
},
"type": "ia.display.label"
}
],
"events": {
"dom": {
"onClick": {
"config": {
"script": "\tpayload \u003d {\u0027newTab\u0027 : self.view.params.label}\n\tsystem.perspective.sendMessage(\"TAB_CHANGE\", payload)"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "root"
},
"propConfig": {
"props.style.classes": {
"binding": {
"config": {
"expression": "if({view.params.label} \u003d {view.params.selected}, \r\n \"Common/Interactive/pill Input/button_selected\",\r\n \"Common/Interactive/pill Input/button\"\r\n )"
},
"type": "expr"
}
}
},
"props": {
"alignContent": "center",
"alignItems": "center",
"direction": "column",
"justify": "center",
"style": {}
},
"type": "ia.container.flex"
}
}

View File

@@ -0,0 +1,17 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModificationSignature": "ffc282a07cc827e0f5fa661d3c5a22d025608fe67c5bf30d43bdf90ff7d11020",
"lastModification": {
"actor": "Prime",
"timestamp": "2026-01-30T20:21:01Z"
}
}
}

View File

@@ -0,0 +1,14 @@
{
"custom": {},
"params": {},
"props": {},
"root": {
"meta": {
"name": "root"
},
"props": {
"direction": "column"
},
"type": "ia.container.flex"
}
}

View File

@@ -0,0 +1,17 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModificationSignature": "ea95028edc4d9d7957ce5183ab8cf953609392b8bc0461cec37af472052a4681",
"lastModification": {
"actor": "Prime",
"timestamp": "2026-01-30T20:21:01Z"
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@@ -0,0 +1,14 @@
{
"custom": {},
"params": {},
"props": {},
"root": {
"meta": {
"name": "root"
},
"props": {
"direction": "column"
},
"type": "ia.container.flex"
}
}

View File

@@ -0,0 +1,17 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModificationSignature": "220d9f65d84c5397b37e53c6abf68b1f23ccf430143f002d25d303565907b683",
"lastModification": {
"actor": "Prime",
"timestamp": "2026-02-10T17:42:55Z"
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

@@ -0,0 +1,17 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModificationSignature": "5606b94930f6cc4a18aec4a0835d74dde76c6ee934eefb250f3b7118dcc7a9c5",
"lastModification": {
"actor": "Prime",
"timestamp": "2026-02-13T20:52:33Z"
}
}
}

View File

@@ -0,0 +1,237 @@
{
"custom": {},
"params": {
"tagpath": "[Ignition_TX21_BE]DM11/TX21_DM11_CDU01",
"udt_type": "_template"
},
"propConfig": {
"params.tagpath": {
"paramDirection": "input",
"persistent": true
},
"params.udt_type": {
"paramDirection": "input",
"persistent": true
}
},
"props": {},
"root": {
"children": [
{
"children": [
{
"meta": {
"name": "Control"
},
"position": {
"tabIndex": 1
},
"propConfig": {
"props.params.tagpath": {
"binding": {
"config": {
"path": "view.params.tagpath"
},
"type": "property"
}
},
"props.params.udt_type": {
"binding": {
"config": {
"path": "view.params.udt_type"
},
"type": "property"
}
},
"props.path": {
"binding": {
"config": {
"expression": "\"Components/Faceplates/\" + {view.params.udt_type} + \"/control\""
},
"type": "expr"
}
}
},
"type": "ia.display.view"
},
{
"meta": {
"name": "Status"
},
"propConfig": {
"props.params.tagpath": {
"binding": {
"config": {
"path": "view.params.tagpath"
},
"type": "property"
}
},
"props.params.udt_type": {
"binding": {
"config": {
"path": "view.params.udt_type"
},
"type": "property"
}
},
"props.path": {
"binding": {
"config": {
"expression": "\"Components/Faceplates/\" + {view.params.udt_type} + \"/status\""
},
"type": "expr"
}
}
},
"type": "ia.display.view"
},
{
"meta": {
"name": "Config"
},
"position": {
"tabIndex": 2
},
"propConfig": {
"props.params.tagpath": {
"binding": {
"config": {
"path": "view.params.tagpath"
},
"type": "property"
}
},
"props.params.udt_type": {
"binding": {
"config": {
"path": "view.params.udt_type"
},
"type": "property"
}
},
"props.path": {
"binding": {
"config": {
"expression": "\"Components/Faceplates/\" + {view.params.udt_type} + \"/config\""
},
"type": "expr"
}
}
},
"type": "ia.display.view"
},
{
"meta": {
"name": "Trends"
},
"position": {
"tabIndex": 3
},
"propConfig": {
"props.params.tagpath": {
"binding": {
"config": {
"path": "view.params.tagpath"
},
"type": "property"
}
},
"props.params.udt_type": {
"binding": {
"config": {
"path": "view.params.udt_type"
},
"type": "property"
}
},
"props.path": {
"binding": {
"config": {
"expression": "\"Components/Faceplates/\" + {view.params.udt_type} + \"/trend\""
},
"type": "expr"
}
}
},
"type": "ia.display.view"
},
{
"meta": {
"name": "Meta"
},
"position": {
"tabIndex": 4
},
"propConfig": {
"props.params.tagpath": {
"binding": {
"config": {
"path": "view.params.tagpath"
},
"type": "property"
}
},
"props.params.udt_type": {
"binding": {
"config": {
"path": "view.params.udt_type"
},
"type": "property"
}
},
"props.path": {
"binding": {
"config": {
"expression": "\"Components/Faceplates/\" + {view.params.udt_type} + \"/meta\""
},
"type": "expr"
}
}
},
"type": "ia.display.view"
}
],
"meta": {
"name": "TabContainer"
},
"position": {
"grow": 1
},
"props": {
"menuType": "modern",
"tabSize": {
"height": 35,
"width": 70
},
"tabStyle": {
"active": {
"color": "var(--call-to-action)"
},
"inactive": {
"color": "gray"
}
},
"tabs": [
"Status",
"Control",
"Config",
"Trends",
"Meta"
]
},
"type": "ia.container.tab"
}
],
"meta": {
"name": "root"
},
"props": {
"direction": "column",
"style": {
"backgroundColor": "var(--container-root)"
}
},
"type": "ia.container.flex"
}
}

View File

@@ -0,0 +1,17 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModificationSignature": "76b26d6941f55cbee881eb161956ab16cc6bd3e521eb734a9fdff4716110fd74",
"lastModification": {
"actor": "Prime",
"timestamp": "2026-02-13T20:52:33Z"
}
}
}

View File

@@ -0,0 +1,167 @@
{
"custom": {
"tags": [
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Config/dp_setpoint",
"type": "Config",
"widget": "config_analog"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Config/flow_setpoint",
"type": "Config",
"widget": "config_analog"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Config/status",
"type": "Config",
"widget": "config_analog"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Config/temperature_setpoint",
"type": "Config",
"widget": "config_analog"
}
]
},
"params": {
"tagpath": "[Ignition_TX21_BE]DM11/TX21_DM11_CDU02",
"udt_type": "_template"
},
"propConfig": {
"custom.tags": {
"binding": {
"config": {
"path": "view.params.tagpath"
},
"enabled": false,
"transforms": [
{
"code": "\treturn ui.details.get_udt_configuration(value, \u0027Config\u0027)",
"type": "script"
}
],
"type": "property"
},
"persistent": true
},
"params.tagpath": {
"paramDirection": "input",
"persistent": true
},
"params.udt_type": {
"paramDirection": "input",
"persistent": true
}
},
"props": {},
"root": {
"children": [
{
"meta": {
"name": "FlexRepeater"
},
"position": {
"grow": 1
},
"propConfig": {
"props.instances": {
"binding": {
"config": {
"struct": {
"path": "{view.params.tagpath}",
"tags": "{view.custom.tags}"
},
"waitOnAll": true
},
"transforms": [
{
"code": "\treturn ui.details.generate_flex_array(value[\u0027tags\u0027], value[\u0027path\u0027])",
"type": "script"
}
],
"type": "expr-struct"
}
}
},
"props": {
"elementPosition": {
"basis": "auto"
},
"justify": "center",
"path": "Components/Atoms/Fields/_generic_field",
"style": {
"marginRight": "5px"
},
"wrap": "wrap"
},
"type": "ia.display.flex-repeater"
}
],
"meta": {
"name": "root"
},
"props": {
"direction": "column",
"style": {
"classes": "Common/Static/card"
}
},
"type": "ia.container.flex"
}
}

View File

@@ -0,0 +1,17 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModificationSignature": "f89839ae46db27aa87f96bae3337b0cebb8e3fbf0290f14211cabaf297e78523",
"lastModification": {
"actor": "Prime",
"timestamp": "2026-02-13T20:52:33Z"
}
}
}

View File

@@ -0,0 +1,118 @@
{
"custom": {
"tags": [
{
"access_level": null,
"config": {
"states": [
{
"label": "lbl",
"value": 0
}
],
"widget": "value"
},
"format": null,
"group": "0",
"is_hidden": false,
"label": "CDU",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Control/start",
"type": "Control",
"widget": "status"
}
]
},
"params": {
"tagpath": "[default]_Testing/CDU",
"udt_type": "_template"
},
"propConfig": {
"custom.tags": {
"binding": {
"config": {
"path": "view.params.tagpath"
},
"enabled": false,
"transforms": [
{
"code": "\treturn ui.details.get_udt_configuration(value, \u0027Control\u0027)",
"type": "script"
}
],
"type": "property"
},
"persistent": true
},
"params.tagpath": {
"paramDirection": "input",
"persistent": true
},
"params.udt_type": {
"paramDirection": "input",
"persistent": true
}
},
"props": {},
"root": {
"children": [
{
"meta": {
"name": "FlexRepeater"
},
"position": {
"grow": 1
},
"propConfig": {
"props.instances": {
"binding": {
"config": {
"struct": {
"path": "{view.params.tagpath}",
"tags": "{view.custom.tags}"
},
"waitOnAll": true
},
"transforms": [
{
"code": "\treturn ui.details.generate_flex_array(value[\u0027tags\u0027], value[\u0027path\u0027])",
"type": "script"
}
],
"type": "expr-struct"
}
}
},
"props": {
"elementPosition": {
"basis": "auto"
},
"justify": "center",
"path": "Components/Atoms/Fields/_generic_field",
"style": {
"marginRight": "5px"
},
"wrap": "wrap"
},
"type": "ia.display.flex-repeater"
}
],
"meta": {
"name": "root"
},
"props": {
"direction": "column",
"style": {
"classes": "Common/Static/card"
}
},
"type": "ia.container.flex"
}
}

View File

@@ -0,0 +1,17 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModificationSignature": "5fa80b93779dbe6fda75bd0bd26e96f8e2bb9845aaf3557001aae3886cbbe3e6",
"lastModification": {
"actor": "Prime",
"timestamp": "2026-02-13T20:52:33Z"
}
}
}

View File

@@ -0,0 +1,318 @@
{
"custom": {
"tags": [
{
"access_level": null,
"config": {
"states": [
{
"label": "lbl",
"value": 0
}
],
"widget": "value"
},
"format": null,
"group": "0",
"is_hidden": false,
"label": "CDU",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Info/Device ID",
"type": "Meta",
"widget": "meta_field"
},
{
"access_level": null,
"config": {
"states": [
{
"label": "lbl",
"value": 0
}
],
"widget": "value"
},
"format": null,
"group": "0",
"is_hidden": false,
"label": "CDU",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Info/Device Name",
"type": "Meta",
"widget": "meta_field"
},
{
"access_level": null,
"config": {
"states": [
{
"label": "lbl",
"value": 0
}
],
"widget": "value"
},
"format": null,
"group": "0",
"is_hidden": false,
"label": "CDU",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Info/Floor",
"type": "Meta",
"widget": "meta_field"
},
{
"access_level": null,
"config": {
"states": [
{
"label": "lbl",
"value": 0
}
],
"widget": "value"
},
"format": null,
"group": "0",
"is_hidden": false,
"label": "CDU",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Info/Location",
"type": "Meta",
"widget": "meta_field"
},
{
"access_level": null,
"config": {
"states": [
{
"label": "lbl",
"value": 0
}
],
"widget": "value"
},
"format": null,
"group": "0",
"is_hidden": false,
"label": "CDU",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Info/Manufacturer",
"type": "Meta",
"widget": "meta_field"
},
{
"access_level": null,
"config": {
"states": [
{
"label": "lbl",
"value": 0
}
],
"widget": "value"
},
"format": null,
"group": "0",
"is_hidden": false,
"label": "CDU",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Info/Model",
"type": "Meta",
"widget": "meta_field"
},
{
"access_level": null,
"config": {
"states": [
{
"label": "lbl",
"value": 0
}
],
"widget": "value"
},
"format": null,
"group": "0",
"is_hidden": false,
"label": "CDU",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Info/Serial",
"type": "Meta",
"widget": "meta_field"
},
{
"access_level": null,
"config": {
"states": [
{
"label": "lbl",
"value": 0
}
],
"widget": "value"
},
"format": null,
"group": "0",
"is_hidden": false,
"label": "CDU",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Info/Site",
"type": "Meta",
"widget": "meta_field"
}
]
},
"params": {
"tagpath": "[default]_Testing/CDU",
"udt_type": "_template"
},
"propConfig": {
"custom.tags": {
"binding": {
"config": {
"path": "view.params.tagpath"
},
"enabled": false,
"transforms": [
{
"code": "\treturn ui.details.get_udt_configuration(value, \u0027Meta\u0027)",
"type": "script"
}
],
"type": "property"
},
"persistent": true
},
"params.tagpath": {
"paramDirection": "input",
"persistent": true
},
"params.udt_type": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 803,
"width": 600
}
},
"root": {
"children": [
{
"meta": {
"name": "FlexRepeater"
},
"position": {
"basis": "663px"
},
"propConfig": {
"props.instances": {
"binding": {
"config": {
"struct": {
"path": "{view.params.tagpath}",
"tags": "{view.custom.tags}"
},
"waitOnAll": true
},
"transforms": [
{
"code": "\treturn ui.details.generate_flex_array(value[\u0027tags\u0027], value[\u0027path\u0027])",
"type": "script"
}
],
"type": "expr-struct"
}
},
"props.instances[0]": {
"access": "PROTECTED"
}
},
"props": {
"direction": "column",
"elementPosition": {
"basis": "100%",
"shrink": 0
},
"path": "Components/Atoms/Fields/meta_field",
"style": {
"gap": "var(--space-sm)",
"overflow": "visible"
},
"useDefaultViewWidth": false
},
"type": "ia.display.flex-repeater"
}
],
"meta": {
"name": "root"
},
"props": {
"direction": "column",
"style": {
"background": "var(--container)",
"classes": "Common/Static/card"
}
},
"type": "ia.container.flex"
}
}

View File

@@ -0,0 +1,17 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModificationSignature": "ad8b5395a24e063c9806eab78953498238db82fa142f7e5230a98f5be3002d8f",
"lastModification": {
"actor": "Prime",
"timestamp": "2026-02-13T20:52:33Z"
}
}
}

View File

@@ -0,0 +1,718 @@
{
"custom": {
"tags": [
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/air_temp",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/avg_sec_diff_press",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/fan_1_speed",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/fan_2_speed",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/fan_3_speed",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/fan_4_speed",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/fan_5_speed",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/fan_6_speed",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/fan_7_speed",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/fan_8_speed",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/filter_inlet_press_PT31",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/filter_inlet_press_PT41",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/group",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/P31_speed",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/P41_speed",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/pgrm_ver",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/ret_water_avg_press",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/ret_water_avg_temp",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/ret_water_PT01",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/ret_water_PT02",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/ret_water_TT01",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/ret_water_TT02",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/status",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/stop_btn_triggered",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/sup_ret_dp",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/sup_water_flow",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/sup_water_PT32",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/sup_water_PT42",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/sup_water_TT31",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/sup_water_TT41",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/sup_wtr_avg_press",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/sup_wtr_avg_temp",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/tot_sec_flow_rate",
"type": "Status",
"widget": "status_value"
}
]
},
"params": {
"tagpath": "[Ignition_TX21_BE]DM11/TX21_DM11_CDU02",
"udt_type": "_template"
},
"propConfig": {
"custom.tags": {
"binding": {
"config": {
"path": "view.params.tagpath"
},
"enabled": false,
"transforms": [
{
"code": "\treturn ui.details.get_udt_configuration(value, \u0027Status\u0027)",
"type": "script"
}
],
"type": "property"
},
"persistent": true
},
"params.tagpath": {
"paramDirection": "input",
"persistent": true
},
"params.udt_type": {
"paramDirection": "input",
"persistent": true
}
},
"props": {},
"root": {
"children": [
{
"meta": {
"name": "FlexRepeater"
},
"position": {
"grow": 1
},
"propConfig": {
"props.instances": {
"binding": {
"config": {
"struct": {
"path": "{view.params.tagpath}",
"tags": "{view.custom.tags}"
},
"waitOnAll": true
},
"transforms": [
{
"code": "\treturn ui.details.generate_flex_array(value[\u0027tags\u0027], value[\u0027path\u0027])",
"type": "script"
}
],
"type": "expr-struct"
}
}
},
"props": {
"elementPosition": {
"basis": "auto"
},
"justify": "center",
"path": "Components/Atoms/Fields/_generic_field",
"style": {
"marginRight": "5px"
},
"wrap": "wrap"
},
"type": "ia.display.flex-repeater"
}
],
"meta": {
"name": "root"
},
"props": {
"direction": "column",
"style": {
"classes": "Common/Static/card"
}
},
"type": "ia.container.flex"
}
}

View File

@@ -0,0 +1,17 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModificationSignature": "56e8e9e857fb88d667751c7fb4f50b46f03a450e7c1cc2664612bb3c450ab064",
"lastModification": {
"actor": "Prime",
"timestamp": "2026-02-13T20:52:33Z"
}
}
}

View File

@@ -0,0 +1,51 @@
{
"custom": {},
"params": {
"tagpath": "[default]_Testing/CDU",
"udt_type": "_template"
},
"propConfig": {
"params.tagpath": {
"paramDirection": "input",
"persistent": true
},
"params.udt_type": {
"paramDirection": "input",
"persistent": true
}
},
"props": {},
"root": {
"children": [
{
"meta": {
"name": "PowerChart"
},
"position": {
"basis": "600px"
},
"props": {
"config": {
"tagBrowserStartPath": "[default]_testing/Test_CDU1"
},
"interaction": {
"chartZoomLevel": 1,
"rangeZoomLevel": 1
}
},
"type": "ia.chart.powerchart"
}
],
"meta": {
"name": "root"
},
"props": {
"direction": "column",
"style": {
"background": "var(--container)",
"classes": "Common/Static/card"
}
},
"type": "ia.container.flex"
}
}

View File

@@ -0,0 +1,17 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModificationSignature": "8727578fd06d6d481be0769decec26a92421a269d7445734ab886560333e6ddd",
"lastModification": {
"actor": "Prime",
"timestamp": "2026-02-13T20:53:30Z"
}
}
}

View File

@@ -0,0 +1,237 @@
{
"custom": {},
"params": {
"tagpath": "[Ignition_TX21_BE]DM11/TX21_DM11_CDU01",
"udt_type": "RPP"
},
"propConfig": {
"params.tagpath": {
"paramDirection": "input",
"persistent": true
},
"params.udt_type": {
"paramDirection": "input",
"persistent": true
}
},
"props": {},
"root": {
"children": [
{
"children": [
{
"meta": {
"name": "Control"
},
"position": {
"tabIndex": 1
},
"propConfig": {
"props.params.tagpath": {
"binding": {
"config": {
"path": "view.params.tagpath"
},
"type": "property"
}
},
"props.params.udt_type": {
"binding": {
"config": {
"path": "view.params.udt_type"
},
"type": "property"
}
},
"props.path": {
"binding": {
"config": {
"expression": "\"Components/Faceplates/\" + {view.params.udt_type} + \"/control\""
},
"type": "expr"
}
}
},
"type": "ia.display.view"
},
{
"meta": {
"name": "Status"
},
"propConfig": {
"props.params.tagpath": {
"binding": {
"config": {
"path": "view.params.tagpath"
},
"type": "property"
}
},
"props.params.udt_type": {
"binding": {
"config": {
"path": "view.params.udt_type"
},
"type": "property"
}
},
"props.path": {
"binding": {
"config": {
"expression": "\"Components/Faceplates/\" + {view.params.udt_type} + \"/status\""
},
"type": "expr"
}
}
},
"type": "ia.display.view"
},
{
"meta": {
"name": "Config"
},
"position": {
"tabIndex": 2
},
"propConfig": {
"props.params.tagpath": {
"binding": {
"config": {
"path": "view.params.tagpath"
},
"type": "property"
}
},
"props.params.udt_type": {
"binding": {
"config": {
"path": "view.params.udt_type"
},
"type": "property"
}
},
"props.path": {
"binding": {
"config": {
"expression": "\"Components/Faceplates/\" + {view.params.udt_type} + \"/config\""
},
"type": "expr"
}
}
},
"type": "ia.display.view"
},
{
"meta": {
"name": "Trends"
},
"position": {
"tabIndex": 3
},
"propConfig": {
"props.params.tagpath": {
"binding": {
"config": {
"path": "view.params.tagpath"
},
"type": "property"
}
},
"props.params.udt_type": {
"binding": {
"config": {
"path": "view.params.udt_type"
},
"type": "property"
}
},
"props.path": {
"binding": {
"config": {
"expression": "\"Components/Faceplates/\" + {view.params.udt_type} + \"/trend\""
},
"type": "expr"
}
}
},
"type": "ia.display.view"
},
{
"meta": {
"name": "Meta"
},
"position": {
"tabIndex": 4
},
"propConfig": {
"props.params.tagpath": {
"binding": {
"config": {
"path": "view.params.tagpath"
},
"type": "property"
}
},
"props.params.udt_type": {
"binding": {
"config": {
"path": "view.params.udt_type"
},
"type": "property"
}
},
"props.path": {
"binding": {
"config": {
"expression": "\"Components/Faceplates/\" + {view.params.udt_type} + \"/meta\""
},
"type": "expr"
}
}
},
"type": "ia.display.view"
}
],
"meta": {
"name": "TabContainer"
},
"position": {
"grow": 1
},
"props": {
"menuType": "modern",
"tabSize": {
"height": 35,
"width": 70
},
"tabStyle": {
"active": {
"color": "var(--call-to-action)"
},
"inactive": {
"color": "gray"
}
},
"tabs": [
"Status",
"Control",
"Config",
"Trends",
"Meta"
]
},
"type": "ia.container.tab"
}
],
"meta": {
"name": "root"
},
"props": {
"direction": "column",
"style": {
"backgroundColor": "var(--container-root)"
}
},
"type": "ia.container.flex"
}
}

View File

@@ -0,0 +1,17 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModificationSignature": "8bedfb5ae15db05ae189c85b303059197a1e1d5e12bc3c278165ec30d9fbbf48",
"lastModification": {
"actor": "Prime",
"timestamp": "2026-02-13T20:52:39Z"
}
}
}

View File

@@ -0,0 +1,167 @@
{
"custom": {
"tags": [
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Config/dp_setpoint",
"type": "Config",
"widget": "config_analog"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Config/flow_setpoint",
"type": "Config",
"widget": "config_analog"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Config/status",
"type": "Config",
"widget": "config_analog"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Config/temperature_setpoint",
"type": "Config",
"widget": "config_analog"
}
]
},
"params": {
"tagpath": "[Ignition_TX21_BE]DM11/TX21_DM11_CDU02",
"udt_type": "_template"
},
"propConfig": {
"custom.tags": {
"binding": {
"config": {
"path": "view.params.tagpath"
},
"enabled": false,
"transforms": [
{
"code": "\treturn ui.details.get_udt_configuration(value, \u0027Config\u0027)",
"type": "script"
}
],
"type": "property"
},
"persistent": true
},
"params.tagpath": {
"paramDirection": "input",
"persistent": true
},
"params.udt_type": {
"paramDirection": "input",
"persistent": true
}
},
"props": {},
"root": {
"children": [
{
"meta": {
"name": "FlexRepeater"
},
"position": {
"grow": 1
},
"propConfig": {
"props.instances": {
"binding": {
"config": {
"struct": {
"path": "{view.params.tagpath}",
"tags": "{view.custom.tags}"
},
"waitOnAll": true
},
"transforms": [
{
"code": "\treturn ui.details.generate_flex_array(value[\u0027tags\u0027], value[\u0027path\u0027])",
"type": "script"
}
],
"type": "expr-struct"
}
}
},
"props": {
"elementPosition": {
"basis": "auto"
},
"justify": "center",
"path": "Components/Atoms/Fields/_generic_field",
"style": {
"marginRight": "5px"
},
"wrap": "wrap"
},
"type": "ia.display.flex-repeater"
}
],
"meta": {
"name": "root"
},
"props": {
"direction": "column",
"style": {
"classes": "Common/Static/card"
}
},
"type": "ia.container.flex"
}
}

View File

@@ -0,0 +1,17 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModificationSignature": "988d816d5d09439c74521128f56bdcb31eb0e524d2c9f7daadc989d8adf81b4b",
"lastModification": {
"actor": "Prime",
"timestamp": "2026-02-13T20:52:39Z"
}
}
}

View File

@@ -0,0 +1,118 @@
{
"custom": {
"tags": [
{
"access_level": null,
"config": {
"states": [
{
"label": "lbl",
"value": 0
}
],
"widget": "value"
},
"format": null,
"group": "0",
"is_hidden": false,
"label": "CDU",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Control/start",
"type": "Control",
"widget": "status"
}
]
},
"params": {
"tagpath": "[default]_Testing/CDU",
"udt_type": "_template"
},
"propConfig": {
"custom.tags": {
"binding": {
"config": {
"path": "view.params.tagpath"
},
"enabled": false,
"transforms": [
{
"code": "\treturn ui.details.get_udt_configuration(value, \u0027Control\u0027)",
"type": "script"
}
],
"type": "property"
},
"persistent": true
},
"params.tagpath": {
"paramDirection": "input",
"persistent": true
},
"params.udt_type": {
"paramDirection": "input",
"persistent": true
}
},
"props": {},
"root": {
"children": [
{
"meta": {
"name": "FlexRepeater"
},
"position": {
"grow": 1
},
"propConfig": {
"props.instances": {
"binding": {
"config": {
"struct": {
"path": "{view.params.tagpath}",
"tags": "{view.custom.tags}"
},
"waitOnAll": true
},
"transforms": [
{
"code": "\treturn ui.details.generate_flex_array(value[\u0027tags\u0027], value[\u0027path\u0027])",
"type": "script"
}
],
"type": "expr-struct"
}
}
},
"props": {
"elementPosition": {
"basis": "auto"
},
"justify": "center",
"path": "Components/Atoms/Fields/_generic_field",
"style": {
"marginRight": "5px"
},
"wrap": "wrap"
},
"type": "ia.display.flex-repeater"
}
],
"meta": {
"name": "root"
},
"props": {
"direction": "column",
"style": {
"classes": "Common/Static/card"
}
},
"type": "ia.container.flex"
}
}

View File

@@ -0,0 +1,17 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModificationSignature": "280721a88bb8c8324775a55640cd9ef48fd6398293574e5ab5cc7de465d98f63",
"lastModification": {
"actor": "Prime",
"timestamp": "2026-02-13T20:52:39Z"
}
}
}

View File

@@ -0,0 +1,318 @@
{
"custom": {
"tags": [
{
"access_level": null,
"config": {
"states": [
{
"label": "lbl",
"value": 0
}
],
"widget": "value"
},
"format": null,
"group": "0",
"is_hidden": false,
"label": "CDU",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Info/Device ID",
"type": "Meta",
"widget": "meta_field"
},
{
"access_level": null,
"config": {
"states": [
{
"label": "lbl",
"value": 0
}
],
"widget": "value"
},
"format": null,
"group": "0",
"is_hidden": false,
"label": "CDU",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Info/Device Name",
"type": "Meta",
"widget": "meta_field"
},
{
"access_level": null,
"config": {
"states": [
{
"label": "lbl",
"value": 0
}
],
"widget": "value"
},
"format": null,
"group": "0",
"is_hidden": false,
"label": "CDU",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Info/Floor",
"type": "Meta",
"widget": "meta_field"
},
{
"access_level": null,
"config": {
"states": [
{
"label": "lbl",
"value": 0
}
],
"widget": "value"
},
"format": null,
"group": "0",
"is_hidden": false,
"label": "CDU",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Info/Location",
"type": "Meta",
"widget": "meta_field"
},
{
"access_level": null,
"config": {
"states": [
{
"label": "lbl",
"value": 0
}
],
"widget": "value"
},
"format": null,
"group": "0",
"is_hidden": false,
"label": "CDU",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Info/Manufacturer",
"type": "Meta",
"widget": "meta_field"
},
{
"access_level": null,
"config": {
"states": [
{
"label": "lbl",
"value": 0
}
],
"widget": "value"
},
"format": null,
"group": "0",
"is_hidden": false,
"label": "CDU",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Info/Model",
"type": "Meta",
"widget": "meta_field"
},
{
"access_level": null,
"config": {
"states": [
{
"label": "lbl",
"value": 0
}
],
"widget": "value"
},
"format": null,
"group": "0",
"is_hidden": false,
"label": "CDU",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Info/Serial",
"type": "Meta",
"widget": "meta_field"
},
{
"access_level": null,
"config": {
"states": [
{
"label": "lbl",
"value": 0
}
],
"widget": "value"
},
"format": null,
"group": "0",
"is_hidden": false,
"label": "CDU",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Info/Site",
"type": "Meta",
"widget": "meta_field"
}
]
},
"params": {
"tagpath": "[default]_Testing/CDU",
"udt_type": "_template"
},
"propConfig": {
"custom.tags": {
"binding": {
"config": {
"path": "view.params.tagpath"
},
"enabled": false,
"transforms": [
{
"code": "\treturn ui.details.get_udt_configuration(value, \u0027Meta\u0027)",
"type": "script"
}
],
"type": "property"
},
"persistent": true
},
"params.tagpath": {
"paramDirection": "input",
"persistent": true
},
"params.udt_type": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 803,
"width": 600
}
},
"root": {
"children": [
{
"meta": {
"name": "FlexRepeater"
},
"position": {
"basis": "663px"
},
"propConfig": {
"props.instances": {
"binding": {
"config": {
"struct": {
"path": "{view.params.tagpath}",
"tags": "{view.custom.tags}"
},
"waitOnAll": true
},
"transforms": [
{
"code": "\treturn ui.details.generate_flex_array(value[\u0027tags\u0027], value[\u0027path\u0027])",
"type": "script"
}
],
"type": "expr-struct"
}
},
"props.instances[0]": {
"access": "PROTECTED"
}
},
"props": {
"direction": "column",
"elementPosition": {
"basis": "100%",
"shrink": 0
},
"path": "Components/Atoms/Fields/meta_field",
"style": {
"gap": "var(--space-sm)",
"overflow": "visible"
},
"useDefaultViewWidth": false
},
"type": "ia.display.flex-repeater"
}
],
"meta": {
"name": "root"
},
"props": {
"direction": "column",
"style": {
"background": "var(--container)",
"classes": "Common/Static/card"
}
},
"type": "ia.container.flex"
}
}

View File

@@ -0,0 +1,17 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModificationSignature": "b5e3460dda831f97dae4d77c49e5ee85c8bf8cb8ea6df56af22267ee0e3de529",
"lastModification": {
"actor": "Prime",
"timestamp": "2026-02-13T21:06:13Z"
}
}
}

View File

@@ -0,0 +1,17 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModificationSignature": "27ecf0a1984811622b4f79d0b9fe482e35ebf1aa9f918ff40b0cd68e6243f107",
"lastModification": {
"actor": "Prime",
"timestamp": "2026-02-13T20:52:39Z"
}
}
}

View File

@@ -0,0 +1,51 @@
{
"custom": {},
"params": {
"tagpath": "[default]_Testing/CDU",
"udt_type": "_template"
},
"propConfig": {
"params.tagpath": {
"paramDirection": "input",
"persistent": true
},
"params.udt_type": {
"paramDirection": "input",
"persistent": true
}
},
"props": {},
"root": {
"children": [
{
"meta": {
"name": "PowerChart"
},
"position": {
"basis": "600px"
},
"props": {
"config": {
"tagBrowserStartPath": "[default]_testing/Test_CDU1"
},
"interaction": {
"chartZoomLevel": 1,
"rangeZoomLevel": 1
}
},
"type": "ia.chart.powerchart"
}
],
"meta": {
"name": "root"
},
"props": {
"direction": "column",
"style": {
"background": "var(--container)",
"classes": "Common/Static/card"
}
},
"type": "ia.container.flex"
}
}

View File

@@ -0,0 +1,17 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModificationSignature": "864ae54ba4b6ffbf7e0439b6cb77112a36c41e1b54fdd71cb70c13c8e4804b0f",
"lastModification": {
"actor": "Prime",
"timestamp": "2026-02-13T20:58:51Z"
}
}
}

View File

@@ -0,0 +1,237 @@
{
"custom": {},
"params": {
"tagpath": "[Ignition_TX21_BE]DM11/TX21_DM111_RPP01",
"udt_type": "_template"
},
"propConfig": {
"params.tagpath": {
"paramDirection": "input",
"persistent": true
},
"params.udt_type": {
"paramDirection": "input",
"persistent": true
}
},
"props": {},
"root": {
"children": [
{
"children": [
{
"meta": {
"name": "Control"
},
"position": {
"tabIndex": 1
},
"propConfig": {
"props.params.tagpath": {
"binding": {
"config": {
"path": "view.params.tagpath"
},
"type": "property"
}
},
"props.params.udt_type": {
"binding": {
"config": {
"path": "view.params.udt_type"
},
"type": "property"
}
},
"props.path": {
"binding": {
"config": {
"expression": "\"Components/Faceplates/\" + {view.params.udt_type} + \"/control\""
},
"type": "expr"
}
}
},
"type": "ia.display.view"
},
{
"meta": {
"name": "Status"
},
"propConfig": {
"props.params.tagpath": {
"binding": {
"config": {
"path": "view.params.tagpath"
},
"type": "property"
}
},
"props.params.udt_type": {
"binding": {
"config": {
"path": "view.params.udt_type"
},
"type": "property"
}
},
"props.path": {
"binding": {
"config": {
"expression": "\"Components/Faceplates/\" + {view.params.udt_type} + \"/status\""
},
"type": "expr"
}
}
},
"type": "ia.display.view"
},
{
"meta": {
"name": "Config"
},
"position": {
"tabIndex": 2
},
"propConfig": {
"props.params.tagpath": {
"binding": {
"config": {
"path": "view.params.tagpath"
},
"type": "property"
}
},
"props.params.udt_type": {
"binding": {
"config": {
"path": "view.params.udt_type"
},
"type": "property"
}
},
"props.path": {
"binding": {
"config": {
"expression": "\"Components/Faceplates/\" + {view.params.udt_type} + \"/config\""
},
"type": "expr"
}
}
},
"type": "ia.display.view"
},
{
"meta": {
"name": "Trends"
},
"position": {
"tabIndex": 3
},
"propConfig": {
"props.params.tagpath": {
"binding": {
"config": {
"path": "view.params.tagpath"
},
"type": "property"
}
},
"props.params.udt_type": {
"binding": {
"config": {
"path": "view.params.udt_type"
},
"type": "property"
}
},
"props.path": {
"binding": {
"config": {
"expression": "\"Components/Faceplates/\" + {view.params.udt_type} + \"/trend\""
},
"type": "expr"
}
}
},
"type": "ia.display.view"
},
{
"meta": {
"name": "Meta"
},
"position": {
"tabIndex": 4
},
"propConfig": {
"props.params.tagpath": {
"binding": {
"config": {
"path": "view.params.tagpath"
},
"type": "property"
}
},
"props.params.udt_type": {
"binding": {
"config": {
"path": "view.params.udt_type"
},
"type": "property"
}
},
"props.path": {
"binding": {
"config": {
"expression": "\"Components/Faceplates/\" + {view.params.udt_type} + \"/meta\""
},
"type": "expr"
}
}
},
"type": "ia.display.view"
}
],
"meta": {
"name": "TabContainer"
},
"position": {
"grow": 1
},
"props": {
"menuType": "modern",
"tabSize": {
"height": 35,
"width": 70
},
"tabStyle": {
"active": {
"color": "var(--call-to-action)"
},
"inactive": {
"color": "gray"
}
},
"tabs": [
"Status",
"Control",
"Config",
"Trends",
"Meta"
]
},
"type": "ia.container.tab"
}
],
"meta": {
"name": "root"
},
"props": {
"direction": "column",
"style": {
"backgroundColor": "var(--container-root)"
}
},
"type": "ia.container.flex"
}
}

View File

@@ -0,0 +1,17 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModificationSignature": "81e2624df29f74892f041e5251fe56251df3ba0f6b866da362b67ec3631f107c",
"lastModification": {
"actor": "Prime",
"timestamp": "2026-02-13T19:28:08Z"
}
}
}

View File

@@ -0,0 +1,167 @@
{
"custom": {
"tags": [
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Config/dp_setpoint",
"type": "Config",
"widget": "config_analog"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Config/flow_setpoint",
"type": "Config",
"widget": "config_analog"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Config/status",
"type": "Config",
"widget": "config_analog"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Config/temperature_setpoint",
"type": "Config",
"widget": "config_analog"
}
]
},
"params": {
"tagpath": "[Ignition_TX21_BE]DM11/TX21_DM11_CDU02",
"udt_type": "_template"
},
"propConfig": {
"custom.tags": {
"binding": {
"config": {
"path": "view.params.tagpath"
},
"enabled": false,
"transforms": [
{
"code": "\treturn ui.details.get_udt_configuration(value, \u0027Config\u0027)",
"type": "script"
}
],
"type": "property"
},
"persistent": true
},
"params.tagpath": {
"paramDirection": "input",
"persistent": true
},
"params.udt_type": {
"paramDirection": "input",
"persistent": true
}
},
"props": {},
"root": {
"children": [
{
"meta": {
"name": "FlexRepeater"
},
"position": {
"grow": 1
},
"propConfig": {
"props.instances": {
"binding": {
"config": {
"struct": {
"path": "{view.params.tagpath}",
"tags": "{view.custom.tags}"
},
"waitOnAll": true
},
"transforms": [
{
"code": "\treturn ui.details.generate_flex_array(value[\u0027tags\u0027], value[\u0027path\u0027])",
"type": "script"
}
],
"type": "expr-struct"
}
}
},
"props": {
"elementPosition": {
"basis": "auto"
},
"justify": "center",
"path": "Components/Atoms/Fields/_generic_field",
"style": {
"marginRight": "5px"
},
"wrap": "wrap"
},
"type": "ia.display.flex-repeater"
}
],
"meta": {
"name": "root"
},
"props": {
"direction": "column",
"style": {
"classes": "Common/Static/card"
}
},
"type": "ia.container.flex"
}
}

View File

@@ -0,0 +1,17 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModificationSignature": "f62a7eeba797b99eade9e25861859d8d2da3dbdfb52e7a13b5565edb1d2f9f82",
"lastModification": {
"actor": "Prime",
"timestamp": "2026-02-13T19:28:36Z"
}
}
}

View File

@@ -0,0 +1,118 @@
{
"custom": {
"tags": [
{
"access_level": null,
"config": {
"states": [
{
"label": "lbl",
"value": 0
}
],
"widget": "value"
},
"format": null,
"group": "0",
"is_hidden": false,
"label": "CDU",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Control/start",
"type": "Control",
"widget": "status"
}
]
},
"params": {
"tagpath": "[default]_Testing/CDU",
"udt_type": "_template"
},
"propConfig": {
"custom.tags": {
"binding": {
"config": {
"path": "view.params.tagpath"
},
"enabled": false,
"transforms": [
{
"code": "\treturn ui.details.get_udt_configuration(value, \u0027Control\u0027)",
"type": "script"
}
],
"type": "property"
},
"persistent": true
},
"params.tagpath": {
"paramDirection": "input",
"persistent": true
},
"params.udt_type": {
"paramDirection": "input",
"persistent": true
}
},
"props": {},
"root": {
"children": [
{
"meta": {
"name": "FlexRepeater"
},
"position": {
"grow": 1
},
"propConfig": {
"props.instances": {
"binding": {
"config": {
"struct": {
"path": "{view.params.tagpath}",
"tags": "{view.custom.tags}"
},
"waitOnAll": true
},
"transforms": [
{
"code": "\treturn ui.details.generate_flex_array(value[\u0027tags\u0027], value[\u0027path\u0027])",
"type": "script"
}
],
"type": "expr-struct"
}
}
},
"props": {
"elementPosition": {
"basis": "auto"
},
"justify": "center",
"path": "Components/Atoms/Fields/_generic_field",
"style": {
"marginRight": "5px"
},
"wrap": "wrap"
},
"type": "ia.display.flex-repeater"
}
],
"meta": {
"name": "root"
},
"props": {
"direction": "column",
"style": {
"classes": "Common/Static/card"
}
},
"type": "ia.container.flex"
}
}

View File

@@ -0,0 +1,17 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModificationSignature": "48c626b76f2af1300063c6c086b42daccb7019656ec0e9f0d34a49e279cecc2e",
"lastModification": {
"actor": "Prime",
"timestamp": "2026-02-13T19:28:38Z"
}
}
}

View File

@@ -0,0 +1,318 @@
{
"custom": {
"tags": [
{
"access_level": null,
"config": {
"states": [
{
"label": "lbl",
"value": 0
}
],
"widget": "value"
},
"format": null,
"group": "0",
"is_hidden": false,
"label": "CDU",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Info/Device ID",
"type": "Meta",
"widget": "meta_field"
},
{
"access_level": null,
"config": {
"states": [
{
"label": "lbl",
"value": 0
}
],
"widget": "value"
},
"format": null,
"group": "0",
"is_hidden": false,
"label": "CDU",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Info/Device Name",
"type": "Meta",
"widget": "meta_field"
},
{
"access_level": null,
"config": {
"states": [
{
"label": "lbl",
"value": 0
}
],
"widget": "value"
},
"format": null,
"group": "0",
"is_hidden": false,
"label": "CDU",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Info/Floor",
"type": "Meta",
"widget": "meta_field"
},
{
"access_level": null,
"config": {
"states": [
{
"label": "lbl",
"value": 0
}
],
"widget": "value"
},
"format": null,
"group": "0",
"is_hidden": false,
"label": "CDU",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Info/Location",
"type": "Meta",
"widget": "meta_field"
},
{
"access_level": null,
"config": {
"states": [
{
"label": "lbl",
"value": 0
}
],
"widget": "value"
},
"format": null,
"group": "0",
"is_hidden": false,
"label": "CDU",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Info/Manufacturer",
"type": "Meta",
"widget": "meta_field"
},
{
"access_level": null,
"config": {
"states": [
{
"label": "lbl",
"value": 0
}
],
"widget": "value"
},
"format": null,
"group": "0",
"is_hidden": false,
"label": "CDU",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Info/Model",
"type": "Meta",
"widget": "meta_field"
},
{
"access_level": null,
"config": {
"states": [
{
"label": "lbl",
"value": 0
}
],
"widget": "value"
},
"format": null,
"group": "0",
"is_hidden": false,
"label": "CDU",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Info/Serial",
"type": "Meta",
"widget": "meta_field"
},
{
"access_level": null,
"config": {
"states": [
{
"label": "lbl",
"value": 0
}
],
"widget": "value"
},
"format": null,
"group": "0",
"is_hidden": false,
"label": "CDU",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Info/Site",
"type": "Meta",
"widget": "meta_field"
}
]
},
"params": {
"tagpath": "[default]_Testing/CDU",
"udt_type": "_template"
},
"propConfig": {
"custom.tags": {
"binding": {
"config": {
"path": "view.params.tagpath"
},
"enabled": false,
"transforms": [
{
"code": "\treturn ui.details.get_udt_configuration(value, \u0027Meta\u0027)",
"type": "script"
}
],
"type": "property"
},
"persistent": true
},
"params.tagpath": {
"paramDirection": "input",
"persistent": true
},
"params.udt_type": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 803,
"width": 600
}
},
"root": {
"children": [
{
"meta": {
"name": "FlexRepeater"
},
"position": {
"basis": "663px"
},
"propConfig": {
"props.instances": {
"binding": {
"config": {
"struct": {
"path": "{view.params.tagpath}",
"tags": "{view.custom.tags}"
},
"waitOnAll": true
},
"transforms": [
{
"code": "\treturn ui.details.generate_flex_array(value[\u0027tags\u0027], value[\u0027path\u0027])",
"type": "script"
}
],
"type": "expr-struct"
}
},
"props.instances[0]": {
"access": "PROTECTED"
}
},
"props": {
"direction": "column",
"elementPosition": {
"basis": "100%",
"shrink": 0
},
"path": "Components/Atoms/Fields/meta_field",
"style": {
"gap": "var(--space-sm)",
"overflow": "visible"
},
"useDefaultViewWidth": false
},
"type": "ia.display.flex-repeater"
}
],
"meta": {
"name": "root"
},
"props": {
"direction": "column",
"style": {
"background": "var(--container)",
"classes": "Common/Static/card"
}
},
"type": "ia.container.flex"
}
}

View File

@@ -0,0 +1,17 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModificationSignature": "b292cc8b0884e4032f7a7793b704ecb26e4910a3310b195ddbe32b05761b8194",
"lastModification": {
"actor": "Prime",
"timestamp": "2026-02-13T20:26:48Z"
}
}
}

View File

@@ -0,0 +1,718 @@
{
"custom": {
"tags": [
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/air_temp",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/avg_sec_diff_press",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/fan_1_speed",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/fan_2_speed",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/fan_3_speed",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/fan_4_speed",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/fan_5_speed",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/fan_6_speed",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/fan_7_speed",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/fan_8_speed",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/filter_inlet_press_PT31",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/filter_inlet_press_PT41",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/group",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/P31_speed",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/P41_speed",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/pgrm_ver",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/ret_water_avg_press",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/ret_water_avg_temp",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/ret_water_PT01",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/ret_water_PT02",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/ret_water_TT01",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/ret_water_TT02",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/status",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/stop_btn_triggered",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/sup_ret_dp",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/sup_water_flow",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/sup_water_PT32",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/sup_water_PT42",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/sup_water_TT31",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/sup_water_TT41",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/sup_wtr_avg_press",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/sup_wtr_avg_temp",
"type": "Status",
"widget": "status_value"
},
{
"access_level": null,
"config": {},
"format": "0.0",
"group": "0",
"is_hidden": false,
"label": "TX21_DM11_CDU02",
"order": 0,
"read_only": false,
"states": [
{
"label": "state",
"value": 0
}
],
"sub_path": "/Status/tot_sec_flow_rate",
"type": "Status",
"widget": "status_value"
}
]
},
"params": {
"tagpath": "[Ignition_TX21_BE]DM11/TX21_DM11_CDU02",
"udt_type": "_template"
},
"propConfig": {
"custom.tags": {
"binding": {
"config": {
"path": "view.params.tagpath"
},
"enabled": false,
"transforms": [
{
"code": "\treturn ui.details.get_udt_configuration(value, \u0027Status\u0027)",
"type": "script"
}
],
"type": "property"
},
"persistent": true
},
"params.tagpath": {
"paramDirection": "input",
"persistent": true
},
"params.udt_type": {
"paramDirection": "input",
"persistent": true
}
},
"props": {},
"root": {
"children": [
{
"meta": {
"name": "FlexRepeater"
},
"position": {
"grow": 1
},
"propConfig": {
"props.instances": {
"binding": {
"config": {
"struct": {
"path": "{view.params.tagpath}",
"tags": "{view.custom.tags}"
},
"waitOnAll": true
},
"transforms": [
{
"code": "\treturn ui.details.generate_flex_array(value[\u0027tags\u0027], value[\u0027path\u0027])",
"type": "script"
}
],
"type": "expr-struct"
}
}
},
"props": {
"elementPosition": {
"basis": "auto"
},
"justify": "center",
"path": "Components/Atoms/Fields/_generic_field",
"style": {
"marginRight": "5px"
},
"wrap": "wrap"
},
"type": "ia.display.flex-repeater"
}
],
"meta": {
"name": "root"
},
"props": {
"direction": "column",
"style": {
"classes": "Common/Static/card"
}
},
"type": "ia.container.flex"
}
}

View File

@@ -0,0 +1,17 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModificationSignature": "e344ce4f77b9e6d7d7988bfe7e07981c87832204beba5d3f44f71d352c8b87d2",
"lastModification": {
"actor": "Prime",
"timestamp": "2026-02-13T16:14:06Z"
}
}
}

View File

@@ -0,0 +1,51 @@
{
"custom": {},
"params": {
"tagpath": "[default]_Testing/CDU",
"udt_type": "_template"
},
"propConfig": {
"params.tagpath": {
"paramDirection": "input",
"persistent": true
},
"params.udt_type": {
"paramDirection": "input",
"persistent": true
}
},
"props": {},
"root": {
"children": [
{
"meta": {
"name": "PowerChart"
},
"position": {
"basis": "600px"
},
"props": {
"config": {
"tagBrowserStartPath": "[default]_testing/Test_CDU1"
},
"interaction": {
"chartZoomLevel": 1,
"rangeZoomLevel": 1
}
},
"type": "ia.chart.powerchart"
}
],
"meta": {
"name": "root"
},
"props": {
"direction": "column",
"style": {
"background": "var(--container)",
"classes": "Common/Static/card"
}
},
"type": "ia.container.flex"
}
}

View File

@@ -0,0 +1,17 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModificationSignature": "73e37e2782c6a0944ed1307a676ed2a0095153cb9f94dcfa8a3c9c5e8ac961ae",
"lastModification": {
"actor": "Prime",
"timestamp": "2026-02-13T20:53:09Z"
}
}
}

View File

@@ -0,0 +1,361 @@
{
"custom": {
"alarm_active": 7,
"udt_type": "CDU"
},
"params": {
"tagPath": "[Ignition_TX21_BE]DM11/TX21_DM11_CDU02"
},
"propConfig": {
"custom.alarm_active": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Alarm Metrics.activeUnackCount"
},
"type": "tag"
},
"persistent": true
},
"custom.udt_type": {
"binding": {
"config": {
"path": "view.params.tagPath"
},
"transforms": [
{
"code": "\tconfig \u003d system.tag.getConfiguration(value, 0)\n\treturn config[0][\u0027typeId\u0027].split(\u0027/\u0027)[-1]",
"type": "script"
}
],
"type": "property"
},
"persistent": true
},
"params.tagPath": {
"paramDirection": "input",
"persistent": true
}
},
"props": {},
"root": {
"children": [
{
"children": [
{
"meta": {
"name": "Label"
},
"position": {
"grow": 1,
"shrink": 0
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"path": "view.params.tagPath"
},
"type": "property"
}
}
},
"props": {
"style": {
"classes": "Common/Static/text"
}
},
"type": "ia.display.label"
},
{
"events": {
"dom": {
"onClick": {
"config": {
"id": "L4",
"type": "close"
},
"scope": "C",
"type": "dock"
}
}
},
"meta": {
"name": "Icon"
},
"position": {
"basis": "30px",
"shrink": 0
},
"props": {
"path": "material/close",
"style": {
"color": "var(--icon)"
}
},
"type": "ia.display.icon"
}
],
"meta": {
"name": "Information"
},
"position": {
"basis": "30px",
"shrink": 0
},
"props": {
"style": {
"padding": "var(--space-xs)"
}
},
"type": "ia.container.flex"
},
{
"meta": {
"name": "Divider_1"
},
"position": {
"basis": "1px"
},
"props": {
"style": {
"border": "var(--container-border)",
"classes": "Common/Static/text_muted"
}
},
"type": "ia.display.label"
},
{
"children": [
{
"children": [
{
"meta": {
"name": "Label"
},
"position": {
"basis": "90%"
},
"props": {
"style": {
"classes": "Common/Static/Text"
},
"text": "Active Alarms"
},
"type": "ia.display.label"
},
{
"events": {
"dom": {
"onClick": {
"config": {
"script": "\tself.parent.parent.parent.getChild(\"AlarmsSection\").custom.is_collapsed \u003d not self.parent.parent.parent.getChild(\"AlarmsSection\").custom.is_collapsed"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "Icon"
},
"position": {
"basis": "30px"
},
"propConfig": {
"props.path": {
"binding": {
"config": {
"path": "..../AlarmsSection.custom.is_collapsed"
},
"transforms": [
{
"fallback": "material/keyboard_arrow_up",
"inputType": "scalar",
"mappings": [
{
"input": true,
"output": "material/keyboard_arrow_down"
},
{
"input": false,
"output": "material/keyboard_arrow_up"
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "property"
}
}
},
"props": {
"style": {
"color": "var(--icon)"
}
},
"type": "ia.display.icon"
}
],
"meta": {
"name": "FlexContainer"
},
"position": {
"basis": "30px"
},
"props": {
"justify": "space-between"
},
"type": "ia.container.flex"
},
{
"meta": {
"name": "AlarmStatusTable"
},
"position": {
"basis": "300px"
},
"propConfig": {
"position.display": {
"binding": {
"config": {
"expression": "!{parent.custom.is_collapsed}"
},
"type": "expr"
}
},
"props.filters.active.conditions": {
"binding": {
"config": {
"path": "view.params.tagPath"
},
"transforms": [
{
"code": "\tpathArr \u003d value.split(\u0027]\u0027)\n\t\n\treturn {\u0027provider\u0027: pathArr[0].replace(\u0027[\u0027, \u0027\u0027), \u0027source\u0027: \u0027*\u0027+pathArr[1]+\u0027*\u0027}",
"type": "script"
}
],
"type": "property"
}
}
},
"props": {
"enableAcknowledge": false,
"enableDetails": false,
"enableShelve": false,
"enableUnshelve": false,
"filters": {
"active": {}
},
"style": {
"borderTopRightRadius": "var(--border-radius)",
"boxShadow": "var(--box-shadow-2)",
"classes": "Common/Static/card"
},
"toolbar": {
"enabled": false
}
},
"type": "ia.display.alarmstatustable"
}
],
"custom": {
"is_collapsed": false
},
"meta": {
"name": "AlarmsSection"
},
"position": {
"shrink": 0
},
"props": {
"direction": "column",
"style": {
"overflow": "visible",
"padding": "var(--space-xs)"
}
},
"type": "ia.container.flex"
},
{
"meta": {
"name": "Divider_2"
},
"position": {
"basis": "1px"
},
"props": {
"style": {
"border": "var(--container-border)"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "Body"
},
"position": {
"grow": 1
},
"propConfig": {
"props.params.tagpath": {
"binding": {
"config": {
"path": "view.params.tagPath"
},
"type": "property"
}
},
"props.params.udt_type": {
"binding": {
"config": {
"path": "view.custom.udt_type"
},
"type": "property"
}
},
"props.path": {
"binding": {
"config": {
"expression": "\"Components/Faceplates/\"+ {view.custom.udt_type} +\"/body\""
},
"type": "expr"
}
}
},
"type": "ia.display.view"
}
],
"meta": {
"name": "root"
},
"props": {
"direction": "column",
"style": {
"background": "var(--container-root)",
"gap": "var(--space-sm)",
"padding": "var(--space-sm)"
}
},
"scripts": {
"customMethods": [],
"extensionFunctions": null,
"messageHandlers": [
{
"messageType": "TAB_CHANGE",
"pageScope": true,
"script": "\t# implement your handler here\n\tself.view.custom.selected_tab \u003d payload[\u0027newTab\u0027]",
"sessionScope": false,
"viewScope": false
}
]
},
"type": "ia.container.flex"
}
}

View File

@@ -0,0 +1,17 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModificationSignature": "e984df0960b73ce3402d1a42a91e1262a61056e272fd9eda6b653cb5079e8739",
"lastModification": {
"actor": "Prime",
"timestamp": "2026-01-30T20:21:01Z"
}
}
}

View File

@@ -0,0 +1,328 @@
{
"custom": {
"breadcrumbs": [
"Spaces",
"Floor 1",
"DM11"
]
},
"params": {},
"propConfig": {
"custom.breadcrumbs": {
"binding": {
"config": {
"path": "session.custom.breadcrumbs"
},
"transforms": [
{
"code": "\treturn value.split(\u0027/\u0027)",
"type": "script"
}
],
"type": "property"
},
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 80,
"width": 1200
}
},
"root": {
"children": [
{
"children": [
{
"meta": {
"name": "Icon"
},
"position": {
"basis": "38px",
"shrink": 0
},
"propConfig": {
"props.path": {
"binding": {
"config": {
"path": "view.custom.breadcrumbs[0]"
},
"transforms": [
{
"fallback": "material/menu_open",
"inputType": "scalar",
"mappings": [
{
"input": "Home",
"output": "material/home"
},
{
"input": "Spaces",
"output": "material/domain"
},
{
"input": "Equipment",
"output": "material/settings_input_component"
},
{
"input": "Analysis",
"output": "material/analytics"
},
{
"input": "Alarms",
"output": "material/notifications"
},
{
"input": "Diagnostics",
"output": "material/build"
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "property"
}
}
},
"props": {
"color": "var(--text-color)",
"style": {
"marginRight": "5px",
"opacity": "0.50"
}
},
"type": "ia.display.icon"
},
{
"meta": {
"name": "Breadcrumbs"
},
"position": {
"grow": 1,
"shrink": 0
},
"propConfig": {
"props.instances": {
"binding": {
"config": {
"path": "session.custom.breadcrumbs"
},
"transforms": [
{
"code": "\titems \u003d value.split(\u0027/\u0027)\n\treturn_array \u003d []\n\tfor item in items:\n\t\tnew_item \u003d {}\n\t\tnew_item[\u0027label\u0027] \u003d item\n\t\tnew_item[\u0027isLast\u0027] \u003d False\n\t\treturn_array.append(new_item)\n\treturn_array[-1][\u0027isLast\u0027] \u003d True\n\treturn return_array",
"type": "script"
}
],
"type": "property"
}
}
},
"props": {
"alignContent": "space-around",
"alignItems": "center",
"elementPosition": {
"basis": "auto",
"shrink": 0
},
"path": "Components/Layouts/Header/Label",
"style": {
"gap": "var(--space-xs)",
"overflow": "visible"
}
},
"type": "ia.display.flex-repeater"
},
{
"children": [
{
"events": {
"dom": {
"onClick": [
{
"config": {},
"enabled": false,
"scope": "C",
"type": "login"
},
{
"config": {
"script": "\tif self.session.props.auth.authenticated:\n\t\tsystem.perspective.logout()\n\telse:\n\t\tsystem.perspective.login()"
},
"scope": "G",
"type": "script"
}
]
}
},
"meta": {
"name": "Icon"
},
"position": {
"basis": "30px"
},
"propConfig": {
"props.path": {
"binding": {
"config": {
"path": "session.props.auth.authenticated"
},
"transforms": [
{
"fallback": "material/login",
"inputType": "scalar",
"mappings": [
{
"input": true,
"output": "material/person_outline"
},
{
"input": false,
"output": "material/login"
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "property"
}
}
},
"props": {
"color": "var(--text-color)"
},
"type": "ia.display.icon"
},
{
"events": {
"dom": {
"onClick": [
{
"config": {},
"enabled": false,
"scope": "C",
"type": "login"
},
{
"config": {
"script": "\tif self.session.props.auth.authenticated:\n\t\tsystem.perspective.logout()\n\telse:\n\t\tsystem.perspective.login()"
},
"scope": "G",
"type": "script"
}
]
}
},
"meta": {
"name": "Button"
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"path": "session.props.auth.authenticated"
},
"transforms": [
{
"fallback": "\"Login\"",
"inputType": "scalar",
"mappings": [
{
"input": true,
"output": "{session.props.auth.user.userName}"
},
{
"input": false,
"output": "\"Login\""
}
],
"outputType": "expression",
"type": "map"
}
],
"type": "property"
}
}
},
"props": {
"textStyle": {
"color": "var(--text-color)"
}
},
"type": "ia.input.button"
}
],
"meta": {
"name": "Controls"
},
"position": {
"basis": "200px"
},
"props": {
"justify": "flex-end",
"style": {
"gap": "var(--space-xs)"
}
},
"type": "ia.container.flex"
}
],
"meta": {
"name": "Content"
},
"position": {
"basis": "100%"
},
"props": {
"alignContent": "center",
"alignItems": "center",
"style": {
"paddingLeft": "10px"
}
},
"type": "ia.container.flex"
},
{
"meta": {
"name": "Label"
},
"position": {
"basis": "1px"
},
"props": {
"style": {
"border": "var(--container-border)"
}
},
"type": "ia.display.label"
}
],
"meta": {
"name": "root"
},
"props": {
"alignContent": "center",
"direction": "column",
"style": {
"backgroundColor": "var(--container-root)",
"padding": "var(--space-sm)"
}
},
"scripts": {
"customMethods": [],
"extensionFunctions": null,
"messageHandlers": [
{
"messageType": "updateBreadcrumb",
"pageScope": true,
"script": "\tself.view.custom.path \u003d payload[\u0027target\u0027]",
"sessionScope": false,
"viewScope": false
}
]
},
"type": "ia.container.flex"
}
}

View File

@@ -0,0 +1,17 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModificationSignature": "aad550a2c9517c5603defb9e08908c144741f0599da4a41329dfa69c9ee3f4ec",
"lastModification": {
"actor": "Prime",
"timestamp": "2026-01-30T20:21:01Z"
}
}
}

View File

@@ -0,0 +1,121 @@
{
"custom": {},
"params": {
"isLast": false,
"label": ""
},
"propConfig": {
"params.isLast": {
"paramDirection": "input",
"persistent": true
},
"params.label": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 40,
"width": 100
}
},
"root": {
"children": [
{
"meta": {
"name": "Label"
},
"position": {
"basis": "75%"
},
"propConfig": {
"props.style.opacity": {
"binding": {
"config": {
"path": "view.params.isLast"
},
"transforms": [
{
"fallback": null,
"inputType": "scalar",
"mappings": [
{
"input": true,
"output": 1
},
{
"input": false,
"output": 0.3
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "property"
}
},
"props.text": {
"binding": {
"config": {
"path": "view.params.label"
},
"type": "property"
}
}
},
"props": {
"style": {
"color": "var(--text-color)"
},
"textStyle": {
"textAlign": "center"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "Icon"
},
"position": {
"basis": "25%"
},
"propConfig": {
"position.display": {
"binding": {
"config": {
"path": "view.params.isLast"
},
"transforms": [
{
"expression": "!{value}",
"type": "expression"
}
],
"type": "property"
}
}
},
"props": {
"color": "var(--text-color)",
"path": "material/keyboard_arrow_right",
"style": {
"opacity": "0.50"
}
},
"type": "ia.display.icon"
}
],
"meta": {
"name": "root"
},
"props": {
"style": {
"overflow": "visible"
}
},
"type": "ia.container.flex"
}
}

View File

@@ -0,0 +1,17 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModificationSignature": "90f4fe37a7539135bda261ab4689f8cba38af993d2d55a7d80fe1f348cff5824",
"lastModification": {
"actor": "Prime",
"timestamp": "2026-02-01T06:39:22Z"
}
}
}

Some files were not shown because too many files have changed in this diff Show More