Files
Stream_PHX_A7/Gateways/FE/projects/.resources/f66bb75fca82cecdca632fef92a7b221aa97adbf43e7945954f4e0707ef60655

874 lines
26 KiB
Plaintext

{
"custom": {
"Mode": 1,
"OCmd": {},
"damperCmd": 4
},
"params": {
"auth": {
"almAck": true,
"almShelve": true,
"config": true,
"control": true
},
"tagPath": "[Ignition_Common_IO_Gtwy]RM1109/SATB1_HS1_RM1109_VAV06"
},
"propConfig": {
"custom.Mode": {
"binding": {
"config": {
"bidirectional": true,
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Control/User Control Mode"
},
"type": "tag"
},
"persistent": true
},
"custom.OCmd": {
"persistent": true
},
"custom.OCmd.ModeCMD": {
"binding": {
"config": {
"bidirectional": true,
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Control/OCmd_Mode"
},
"type": "tag"
}
},
"custom.OCmd.Occupied": {
"binding": {
"config": {
"bidirectional": true,
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Control/Cmd_OccMode"
},
"type": "tag"
}
},
"custom.OCmd.Unoccupied": {
"binding": {
"config": {
"bidirectional": true,
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Control/Cmd_UnOccMode"
},
"type": "tag"
}
},
"custom.damperCmd": {
"binding": {
"config": {
"bidirectional": true,
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Control/Damper Override mode"
},
"type": "tag"
},
"persistent": true
},
"params.auth": {
"paramDirection": "input",
"persistent": true
},
"params.tagPath": {
"paramDirection": "input",
"persistent": true
}
},
"props": {},
"root": {
"children": [
{
"children": [
{
"children": [
{
"events": {
"dom": {
"onClick": {
"config": {
"script": "\tself.view.custom.OCmd.ModeCMD \u003d True\n\t\n"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "AutoModeBtn",
"tooltip": {
"enabled": true
}
},
"position": {
"basis": "50%"
},
"propConfig": {
"meta.tooltip.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Control/OCmd_Mode.OpcItemPath"
},
"type": "tag"
}
},
"props.enabled": {
"binding": {
"config": {
"expression": "{view.params.auth.control}"
},
"type": "expr"
}
},
"props.primary": {
"binding": {
"config": {
"path": "view.custom.OCmd.ModeCMD"
},
"type": "property"
}
}
},
"props": {
"text": "Auto/Schedule"
},
"type": "ia.input.button"
},
{
"events": {
"dom": {
"onClick": {
"config": {
"script": "\tself.view.custom.OCmd.ModeCMD \u003d False"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "ManualOccBtn",
"tooltip": {
"enabled": true
}
},
"position": {
"basis": "50%"
},
"propConfig": {
"meta.tooltip.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Control/OCmd_Mode.OpcItemPath"
},
"type": "tag"
}
},
"props.enabled": {
"binding": {
"config": {
"expression": "{view.params.auth.control}"
},
"type": "expr"
}
},
"props.primary": {
"binding": {
"config": {
"expression": "!{view.custom.OCmd.ModeCMD}"
},
"type": "expr"
}
}
},
"props": {
"text": "Manual"
},
"type": "ia.input.button"
}
],
"meta": {
"name": "Row0"
},
"position": {
"basis": "50px"
},
"props": {
"style": {
"gap": "10px",
"overflow": "visible"
}
},
"type": "ia.container.flex"
},
{
"children": [
{
"events": {
"dom": {
"onClick": {
"config": {
"script": "\tself.view.custom.OCmd.Unoccupied \u003d False\t\n\tself.view.custom.OCmd.Occupied \u003d True"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "OccModeBtn",
"tooltip": {
"enabled": true
}
},
"position": {
"basis": "50%"
},
"propConfig": {
"meta.tooltip.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Control/Cmd_OccMode.OpcItemPath"
},
"type": "tag"
}
},
"props.enabled": {
"binding": {
"config": {
"expression": "if({view.params.auth.control},if({view.custom.OCmd.ModeCMD},false,true),false)"
},
"type": "expr"
}
},
"props.primary": {
"binding": {
"config": {
"path": "view.custom.OCmd.Occupied"
},
"type": "property"
}
}
},
"props": {
"text": "Occupied Mode"
},
"type": "ia.input.button"
},
{
"events": {
"dom": {
"onClick": {
"config": {
"script": "\tself.view.custom.OCmd.Occupied \u003d False\n\tself.view.custom.OCmd.Unoccupied \u003d True"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "UnOccBtn",
"tooltip": {
"enabled": true
}
},
"position": {
"basis": "50%"
},
"propConfig": {
"meta.tooltip.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Control/Cmd_UnOccMode.OpcItemPath"
},
"type": "tag"
}
},
"props.enabled": {
"binding": {
"config": {
"expression": "if({view.params.auth.control},if({view.custom.OCmd.ModeCMD},false,true),false)"
},
"type": "expr"
}
},
"props.primary": {
"binding": {
"config": {
"path": "view.custom.OCmd.Unoccupied"
},
"type": "property"
}
}
},
"props": {
"text": "Unoccupied Mode"
},
"type": "ia.input.button"
}
],
"meta": {
"name": "Row1"
},
"position": {
"basis": "50px"
},
"props": {
"style": {
"gap": "10px",
"overflow": "visible"
}
},
"type": "ia.container.flex"
},
{
"children": [
{
"meta": {
"name": "Label"
},
"position": {
"basis": "50%"
},
"props": {
"text": "User Control Command"
},
"type": "ia.display.label"
},
{
"meta": {
"name": "Dropdown",
"tooltip": {
"enabled": true
}
},
"position": {
"basis": "50%"
},
"propConfig": {
"meta.tooltip.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Control/User Control Mode.OpcItemPath"
},
"type": "tag"
}
},
"props.enabled": {
"binding": {
"config": {
"path": "view.params.auth.control"
},
"type": "property"
}
},
"props.value": {
"binding": {
"config": {
"bidirectional": true,
"path": "view.custom.Mode"
},
"type": "property"
}
}
},
"props": {
"options": [
{
"label": "Auto",
"value": 1
},
{
"label": "Heat",
"value": 2
},
{
"label": "Cool",
"value": 3
},
{
"label": "Off",
"value": 4
}
]
},
"type": "ia.input.dropdown"
}
],
"meta": {
"name": "Row2"
},
"position": {
"basis": "50px"
},
"props": {
"style": {
"gap": "10px",
"overflow": "visible"
}
},
"type": "ia.container.flex"
},
{
"children": [
{
"meta": {
"name": "Label"
},
"position": {
"basis": "50%"
},
"props": {
"text": "Damper Override Command"
},
"type": "ia.display.label"
},
{
"meta": {
"name": "Dropdown_0",
"tooltip": {
"enabled": true,
"text": "Min or Max airflow depends on Current Mode. Example: If heat demand \u003e0 then Min or Max Heating Airflow."
}
},
"position": {
"basis": "50%"
},
"propConfig": {
"meta.tooltip.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Control/Damper Override mode.OpcItemPath"
},
"enabled": false,
"type": "tag"
}
},
"props.value": {
"binding": {
"config": {
"bidirectional": true,
"path": "view.custom.damperCmd"
},
"type": "property"
}
}
},
"props": {
"options": [
{
"label": "Auto",
"value": 1
},
{
"label": "Full OPEN",
"value": 2
},
{
"label": "Full CLOSE",
"value": 3
},
{
"label": "Min Airflow",
"value": 4
},
{
"label": "Max Air Flow",
"value": 5
}
],
"placeholder": {
"text": "Damper Override Command of Current Mode"
}
},
"type": "ia.input.dropdown"
}
],
"meta": {
"name": "Row3"
},
"position": {
"basis": "50px"
},
"props": {
"style": {
"gap": "10px",
"overflow": "visible"
}
},
"type": "ia.container.flex"
}
],
"meta": {
"name": "Left control Container"
},
"position": {
"basis": "50%"
},
"props": {
"direction": "column",
"style": {
"gap": "10px",
"overflow": "visible"
}
},
"type": "ia.container.flex"
},
{
"children": [
{
"children": [
{
"meta": {
"name": "Label"
},
"position": {
"basis": "50%"
},
"props": {
"text": "Occupied Temperature Setpoint",
"textStyle": {
"textAlign": "right"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "NumericEntryField",
"tooltip": {
"enabled": true
}
},
"position": {
"basis": "35%",
"grow": 1
},
"propConfig": {
"meta.tooltip.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Control/Occupied Temp Setpoint.OpcItemPath"
},
"type": "tag"
}
},
"props.enabled": {
"binding": {
"config": {
"path": "view.params.auth.control"
},
"type": "property"
}
},
"props.style.color": {
"binding": {
"config": {
"expression": "if({this.props.enabled}, \u0027var(--tagvalue-color)\u0027, \u0027\u0027)"
},
"type": "expr"
}
},
"props.value": {
"binding": {
"config": {
"bidirectional": true,
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Control/Occupied Temp Setpoint"
},
"type": "tag"
}
}
},
"props": {
"inputBounds": {
"maximum": 104,
"minimum": 50
},
"spinner": {
"enabled": false
},
"style": {
"fontWeight": "bold",
"max-height": "40px",
"min-height": "30px"
}
},
"type": "ia.input.numeric-entry-field"
},
{
"meta": {
"name": "Label_0"
},
"position": {
"basis": "10%"
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"bidirectional": true,
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Control/Occupied Temp Setpoint.EngUnit"
},
"type": "tag"
}
}
},
"props": {
"style": {
"color": "var(--units-color)",
"textAlign": "left"
},
"textStyle": {
"textAlign": "right"
}
},
"type": "ia.display.label"
}
],
"meta": {
"name": "Row1"
},
"position": {
"basis": "58px"
},
"props": {
"style": {
"gap": "10px"
}
},
"type": "ia.container.flex"
},
{
"children": [
{
"meta": {
"name": "Label"
},
"position": {
"basis": "50%"
},
"props": {
"text": "Unoccupied Temperature Setpoint",
"textStyle": {
"textAlign": "right"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "NumericEntryField",
"tooltip": {
"enabled": true
}
},
"position": {
"basis": "35%",
"grow": 1
},
"propConfig": {
"meta.tooltip.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Control/Unoccupied Temperature SP.OpcItemPath"
},
"type": "tag"
}
},
"props.enabled": {
"binding": {
"config": {
"path": "view.params.auth.control"
},
"type": "property"
}
},
"props.style.color": {
"binding": {
"config": {
"expression": "if({this.props.enabled}, \u0027var(--tagvalue-color)\u0027, \u0027\u0027)"
},
"type": "expr"
}
},
"props.value": {
"binding": {
"config": {
"bidirectional": true,
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Control/Unoccupied Temperature SP"
},
"type": "tag"
}
}
},
"props": {
"inputBounds": {
"maximum": 104,
"minimum": 50
},
"spinner": {
"enabled": false
},
"style": {
"fontWeight": "bold",
"max-height": "40px",
"min-height": "30px"
}
},
"type": "ia.input.numeric-entry-field"
},
{
"meta": {
"name": "Label_0"
},
"position": {
"basis": "10%"
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"bidirectional": true,
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Control/Unoccupied Temperature SP.EngUnit"
},
"type": "tag"
}
}
},
"props": {
"style": {
"color": "var(--units-color)",
"textAlign": "left"
},
"textStyle": {
"textAlign": "right"
}
},
"type": "ia.display.label"
}
],
"meta": {
"name": "Row5"
},
"position": {
"basis": "58px"
},
"props": {
"style": {
"gap": "10px"
}
},
"type": "ia.container.flex"
}
],
"meta": {
"name": "Right control Container"
},
"position": {
"basis": "50%"
},
"props": {
"direction": "column",
"style": {
"gap": "10px"
}
},
"type": "ia.container.flex"
}
],
"meta": {
"name": "root"
},
"props": {
"style": {
"classes": "containers/padded-container",
"gap": "10px"
}
},
"type": "ia.container.flex"
}
}