Began Framework start

This commit is contained in:
2026-03-17 09:10:25 -05:00
parent c1603c24b0
commit 2db1253693
1277 changed files with 66669 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModificationSignature": "10dcb44d3c9f7e21b26115dc3825d047e0b8311ac50ee9734699a85f7ef6fc98",
"lastModification": {
"actor": "admin",
"timestamp": "2025-12-17T16:24:07Z"
}
}
}

View File

@@ -0,0 +1,339 @@
{
"custom": {},
"params": {
"pointLabel": "Local:1:I.Data.0",
"tagPath": "[TestingPlatform]CDR1_DC1_PLC_CHLR_A110/CHLR_A110_0/CDR1_DC1_TT_1CY40_A110_01/Data"
},
"propConfig": {
"params.pointLabel": {
"paramDirection": "input",
"persistent": true
},
"params.tagPath": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 80,
"width": 425
}
},
"root": {
"children": [
{
"children": [
{
"meta": {
"name": "Label"
},
"position": {
"basis": "80px",
"grow": 1
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"path": "view.params.pointLabel"
},
"type": "property"
}
}
},
"props": {
"style": {
"marginRight": 5
},
"textStyle": {
"fontSize": ".75em",
"fontWeight": "bold",
"textAlign": "right"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "NumericEntryField"
},
"position": {
"basis": "100px"
},
"propConfig": {
"props.value": {
"binding": {
"config": {
"bidirectional": true,
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}"
},
"type": "tag"
}
}
},
"props": {
"containerStyle": {
"margin": 5
},
"format": "0.##",
"spinner": {
"enabled": false
}
},
"type": "ia.input.numeric-entry-field"
},
{
"events": {
"component": {
"onActionPerformed": {
"config": {
"script": "\tdataPath \u003d self.view.params.tagPath\n\tnoiseBasePath \u003d dataPath.replace(\"Data\", \"NoiseBase\")\n\tenableNoisePath \u003d dataPath.replace(\"Data\", \"EnableNoise\")\n\t\n\ttagPaths \u003d [dataPath, noiseBasePath, enableNoisePath]\n\tsystem.tag.writeBlocking(tagPaths,[0, 0, False])"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "btnReset"
},
"position": {
"basis": "50px",
"shrink": 0
},
"props": {
"style": {
"backgroundColor": "#9C9C9C",
"margin": 5
},
"text": "Reset",
"textStyle": {
"color": "#FFFFFF"
}
},
"type": "ia.input.button"
}
],
"meta": {
"name": "fcData"
},
"position": {
"basis": "40px",
"grow": 1
},
"propConfig": {
"custom.bit": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}"
},
"transforms": [
{
"code": "\tif value \u003e 0:\n\t\treturn True\n\telse:\n\t\treturn False\n\treturn value",
"type": "script"
}
],
"type": "tag"
}
}
},
"type": "ia.container.flex"
},
{
"children": [
{
"meta": {
"name": "Checkbox"
},
"position": {
"basis": "75px",
"shrink": 0
},
"props": {
"style": {
"fontSize": ".75em",
"fontWeight": "bold",
"marginLeft": 10,
"textAlign": "right"
},
"text": "Enable"
},
"type": "ia.input.checkbox"
},
{
"meta": {
"name": "Label"
},
"position": {
"basis": "50px",
"grow": 1
},
"props": {
"style": {
"marginRight": 5
},
"text": "Noise Base",
"textStyle": {
"fontSize": ".75em",
"fontWeight": "bold",
"textAlign": "right"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "NumericEntryField"
},
"position": {
"basis": "75px"
},
"propConfig": {
"props.value": {
"binding": {
"config": {
"bidirectional": true,
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}"
},
"type": "tag"
}
}
},
"props": {
"containerStyle": {
"margin": 5
},
"format": "0.##",
"spinner": {
"enabled": false
}
},
"type": "ia.input.numeric-entry-field"
},
{
"meta": {
"name": "Label_0"
},
"position": {
"basis": "60px"
},
"props": {
"style": {
"marginRight": 5
},
"text": "Noise DB",
"textStyle": {
"fontSize": ".75em",
"fontWeight": "bold",
"textAlign": "right"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "NumericEntryField_0"
},
"position": {
"basis": "75px"
},
"propConfig": {
"props.value": {
"binding": {
"config": {
"bidirectional": true,
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}"
},
"type": "tag"
}
}
},
"props": {
"containerStyle": {
"margin": 5
},
"format": "0.##",
"spinner": {
"enabled": false
}
},
"type": "ia.input.numeric-entry-field"
}
],
"meta": {
"name": "fcNoise"
},
"position": {
"basis": "40px",
"grow": 1
},
"propConfig": {
"custom.bit": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}"
},
"transforms": [
{
"code": "\tif value \u003e 0:\n\t\treturn True\n\telse:\n\t\treturn False\n\treturn value",
"type": "script"
}
],
"type": "tag"
}
}
},
"type": "ia.container.flex"
}
],
"meta": {
"name": "root"
},
"propConfig": {
"custom.rawPaths": {
"binding": {
"config": {
"path": "view.params.tagPath"
},
"transforms": [
{
"code": "\tpaths \u003d [\n\t\t\t\tvalue.replace(\"Data\",\"RawMin\"),\n\t\t\t\tvalue.replace(\"Data\",\"RawMax\")\n\t\t\t]\n\treturn paths",
"type": "script"
}
],
"type": "property"
}
}
},
"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": "ad35a3251e792ec1ccc5f60654a9a672587d69c883f3b0fcaba28de33aa29263",
"lastModification": {
"actor": "admin",
"timestamp": "2025-12-17T16:24:07Z"
}
}
}

View File

@@ -0,0 +1,159 @@
{
"custom": {},
"params": {
"pointLabel": "Local:1:I.Data.0",
"tagPath": "[TestingPlatform]CDR1_DC1_PLC_CHLR_A110/CHLR_A110_0/CDR1_DC1_FYC_1CY40_A110_01_FY\n"
},
"propConfig": {
"params.pointLabel": {
"paramDirection": "input",
"persistent": true
},
"params.tagPath": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 40,
"width": 400
}
},
"root": {
"children": [
{
"children": [
{
"meta": {
"name": "Label"
},
"position": {
"basis": "80px",
"grow": 1
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"path": "view.params.pointLabel"
},
"type": "property"
}
}
},
"props": {
"style": {
"marginRight": 5
},
"textStyle": {
"fontSize": ".75em",
"fontWeight": "bold",
"textAlign": "right"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "NumericEntryField"
},
"position": {
"basis": "100px"
},
"propConfig": {
"props.value": {
"binding": {
"config": {
"bidirectional": true,
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}"
},
"type": "tag"
}
}
},
"props": {
"containerStyle": {
"margin": 5
},
"format": "0.##"
},
"type": "ia.input.numeric-entry-field"
},
{
"events": {
"component": {
"onActionPerformed": {
"config": {
"script": "\ttagPath \u003d self.view.params.tagPath\n\t\n\tsystem.tag.writeBlocking([tagPath],[0.0])"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "btnReset"
},
"position": {
"basis": "50px",
"shrink": 0
},
"props": {
"style": {
"backgroundColor": "#9C9C9C",
"margin": 5
},
"text": "Reset",
"textStyle": {
"color": "#FFFFFF"
}
},
"type": "ia.input.button"
}
],
"meta": {
"name": "fcData"
},
"position": {
"basis": "40px",
"grow": 1
},
"propConfig": {
"custom.bit": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}"
},
"transforms": [
{
"code": "\tif value \u003e 0:\n\t\treturn True\n\telse:\n\t\treturn False\n\treturn value",
"type": "script"
}
],
"type": "tag"
}
}
},
"type": "ia.container.flex"
}
],
"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": "883888feaccaaa2ee1bd7fff2f86581125bde8add962ab63fde3457841d8dbb9",
"lastModification": {
"actor": "admin",
"timestamp": "2025-12-17T16:24:07Z"
}
}
}

View File

@@ -0,0 +1,161 @@
{
"custom": {},
"params": {
"column": "col",
"columnIndex": "cI",
"data": "d",
"row": "r",
"rowData": {
"Driver": "LogixDriver",
"IPAddress": "172.17.21.249",
"PartNumber": "AB5069L320ER",
"ProcName": "DFW2_DC1_PLC_01_E11",
"RackName": "R0",
"Slot": "0",
"Style": "5069",
"addCol": null
},
"rowIndex": "rI",
"value": "v"
},
"propConfig": {
"params.column": {
"paramDirection": "input",
"persistent": true
},
"params.columnIndex": {
"paramDirection": "input",
"persistent": true
},
"params.data": {
"paramDirection": "input",
"persistent": true
},
"params.row": {
"paramDirection": "input",
"persistent": true
},
"params.rowData": {
"paramDirection": "input",
"persistent": true
},
"params.rowIndex": {
"paramDirection": "input",
"persistent": true
},
"params.value": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 50,
"width": 100
}
},
"root": {
"children": [
{
"events": {
"component": {
"onActionPerformed": [
{
"config": {
"script": "\tfrom Prime.PCTest import tools\n\t\n\tdeviceInfo \u003d self.view.params.rowData\n\t\n\ttools.deviceConfigure(deviceInfo)\n\t\n\tsystem.perspective.sendMessage(\"UpdateDeviceTable\", payload\u003d{}, scope\u003d\"session\")\n\t\n\t"
},
"scope": "G",
"type": "script"
},
{
"config": {
"script": "\tself.refreshBinding(\"custom.exists\")\n\tself.refreshBinding(\"props.style.backgroundColor\")\n\tself.refreshBinding(\"props.text\")"
},
"scope": "G",
"type": "script"
}
]
}
},
"meta": {
"name": "Button"
},
"position": {
"basis": "50px",
"grow": 1
},
"propConfig": {
"custom.exists": {
"binding": {
"config": {
"expression": "now(1000)"
},
"transforms": [
{
"code": "\tprocName \u003d self.view.params.rowData.ProcName\n\t\n\ttagPath \u003d \"[System]Gateway/Devices/\" + procName\n\texists \u003d system.tag.exists(tagPath)\n\t\n\treturn exists\t",
"type": "script"
}
],
"type": "expr"
}
},
"props.enabled": {
"binding": {
"config": {
"path": "view.params.rowData.IPAddress"
},
"transforms": [
{
"expression": "if({value}\u003d\"\" || {value}\u003dNone,False,True)",
"type": "expression"
}
],
"type": "property"
}
},
"props.style.backgroundColor": {
"binding": {
"config": {
"path": "this.custom.exists"
},
"transforms": [
{
"code": "\tenable \u003d self.props.enabled\n\tif not enable:\n\t\treturn \"--neutral-50\"\n\telif value:\n\t\treturn \"--qual-2\"\n\telse:\n\t\treturn \"--indicator\"",
"type": "script"
}
],
"type": "property"
}
},
"props.text": {
"binding": {
"config": {
"path": "this.custom.exists"
},
"transforms": [
{
"code": "\n\tenable \u003d self.props.enabled\n\tif not enable:\n\t\treturn \"Add IP Address\"\n\telif value:\n\t\treturn \"Update\"\n\telse:\n\t\treturn \"Add\"",
"type": "script"
}
],
"type": "property"
}
}
},
"props": {
"style": {
"margin": 5
}
},
"type": "ia.input.button"
}
],
"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": "3fea5b507676f3189df0312cc482255d6c8048d3bdf46107122c566b42496e58",
"lastModification": {
"actor": "admin",
"timestamp": "2025-12-18T03:11:45Z"
}
}
}

View File

@@ -0,0 +1,310 @@
{
"custom": {},
"params": {
"DO": false,
"enablePointID": false,
"pointID": "Inp_OpenLS",
"pointLabel": "Local:1:I.Data.0",
"tagPath": "[TestingPlatform]CDR1_DC1_PLC_CHLR_A110/ValveC/CDR1_DC1_FYC_1CY40_A110_02/Config/Cfg_HasOpenLS"
},
"propConfig": {
"params.DO": {
"paramDirection": "input",
"persistent": true
},
"params.enablePointID": {
"paramDirection": "input",
"persistent": true
},
"params.pointID": {
"paramDirection": "input",
"persistent": true
},
"params.pointLabel": {
"paramDirection": "input",
"persistent": true
},
"params.tagPath": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 40,
"width": 400
}
},
"root": {
"children": [
{
"children": [
{
"meta": {
"name": "Label_0"
},
"position": {
"basis": "80px",
"grow": 1,
"shrink": 0
},
"propConfig": {
"position.display": {
"binding": {
"config": {
"path": "view.params.enablePointID"
},
"type": "property"
}
},
"props.text": {
"binding": {
"config": {
"path": "view.params.pointID"
},
"type": "property"
}
}
},
"props": {
"style": {
"marginRight": 15
},
"textStyle": {
"fontSize": "0.75em",
"fontWeight": "bold",
"textAlign": "right"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "Label"
},
"position": {
"basis": "80px",
"grow": 1,
"shrink": 0
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"path": "view.params.pointLabel"
},
"type": "property"
}
}
},
"props": {
"style": {
"marginRight": 15
},
"textStyle": {
"fontSize": "0.75em",
"fontWeight": "bold",
"textAlign": "right"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "indDigital"
},
"position": {
"basis": "30px",
"shrink": 0
},
"propConfig": {
"props.params.value": {
"binding": {
"config": {
"path": "parent.custom.bit"
},
"type": "property"
}
}
},
"props": {
"path": "Objects/indDigital",
"style": {
"marginBottom": 5,
"marginLeft": 10,
"marginTop": 5
}
},
"type": "ia.display.view"
},
{
"meta": {
"name": "lblValue"
},
"position": {
"basis": "30px",
"shrink": 0
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"path": "parent.custom.bit"
},
"transforms": [
{
"expression": "if({value},\"ON\", \"OFF\")",
"type": "expression"
}
],
"type": "property"
}
}
},
"props": {
"style": {
"fontSize": "0.75em",
"marginLeft": 10,
"marginRight": 20
},
"textStyle": {
"textAlign": "center"
}
},
"type": "ia.display.label"
},
{
"events": {
"component": {
"onActionPerformed": {
"config": {
"script": "\ttagPath \u003d self.view.params.tagPath\n\t\n\tsystem.tag.writeBlocking([tagPath],[1])"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "btnSet"
},
"position": {
"basis": "50px",
"shrink": 0
},
"propConfig": {
"position.display": {
"binding": {
"config": {
"path": "parent.custom.bit"
},
"transforms": [
{
"expression": "if(!{view.params.DO},!{value},False)",
"type": "expression"
}
],
"type": "property"
}
}
},
"props": {
"style": {
"backgroundColor": "#FFFFFF",
"margin": 5
},
"text": "Set",
"textStyle": {
"color": "#000000"
}
},
"type": "ia.input.button"
},
{
"events": {
"component": {
"onActionPerformed": {
"config": {
"script": "\ttagPath \u003d self.view.params.tagPath\n\t\n\tsystem.tag.writeBlocking([tagPath],[0.0])"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "btnReset"
},
"position": {
"basis": "50px",
"shrink": 0
},
"propConfig": {
"position.display": {
"binding": {
"config": {
"path": "parent.custom.bit"
},
"transforms": [
{
"expression": "if(!{view.params.DO},{value},False)",
"type": "expression"
}
],
"type": "property"
}
}
},
"props": {
"style": {
"backgroundColor": "#9C9C9C",
"margin": 5
},
"text": "Reset",
"textStyle": {
"color": "#FFFFFF"
}
},
"type": "ia.input.button"
}
],
"meta": {
"name": "fcData"
},
"position": {
"basis": "40px",
"grow": 1
},
"propConfig": {
"custom.bit": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}"
},
"transforms": [
{
"code": "\tif value \u003e 0:\n\t\treturn True\n\telse:\n\t\treturn False\n\treturn value",
"type": "script"
}
],
"type": "tag"
}
}
},
"type": "ia.container.flex"
}
],
"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": "14e7c98a6b18a41004bffbc66cf05f6a6ad5e2fd3a1903992b6a872c27a8a3d3",
"lastModification": {
"actor": "admin",
"timestamp": "2026-02-25T22:46:12Z"
}
}
}

View File

@@ -0,0 +1,339 @@
{
"custom": {},
"params": {
"index": "value",
"tagPath": "[TestingPlatform]TestProcessor/TestPlatform/PT100"
},
"propConfig": {
"params.index": {
"paramDirection": "input",
"persistent": true
},
"params.tagPath": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 250,
"width": 400
},
"dropConfig": {
"udts": [
{
"action": "path",
"param": "tagPath",
"type": "PlantPax/41/P_AInAdv"
}
]
}
},
"root": {
"children": [
{
"children": [
{
"meta": {
"name": "Label"
},
"position": {
"basis": "175px",
"grow": 1
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}.Name"
},
"type": "tag"
}
}
},
"props": {
"textStyle": {
"fontSize": "0.8em",
"fontWeight": "bold",
"textAlign": "center"
}
},
"type": "ia.display.label"
}
],
"meta": {
"name": "header"
},
"position": {
"basis": "35px",
"shrink": 0
},
"props": {
"style": {
"classes": "Display/PointHeader"
}
},
"type": "ia.container.flex"
},
{
"meta": {
"name": "Label"
},
"position": {
"basis": "40px",
"shrink": 0
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Description"
},
"type": "tag"
}
}
},
"props": {
"style": {
"classes": "Display/PointStatus"
},
"textStyle": {
"fontSize": "10px",
"fontWeight": "bold",
"overflowWrap": "normal",
"textAlign": "center"
}
},
"type": "ia.display.label"
},
{
"children": [
{
"children": [
{
"meta": {
"name": "evAnalogIn"
},
"position": {
"basis": "100px",
"grow": 1
},
"propConfig": {
"props.params.tagPath": {
"binding": {
"config": {
"path": "view.params.tagPath"
},
"type": "property"
}
}
},
"props": {
"params": {
"InParam": "Inp_PV",
"InParamLabel": false,
"Out": false,
"hasSim": true
},
"path": "Objects/Library/PlantPax/AnalogMain"
},
"type": "ia.display.view"
}
],
"meta": {
"name": "fcMain"
},
"props": {
"direction": "column",
"style": {
"backgroundColor": "--neutral-10"
}
},
"type": "ia.container.flex"
},
{
"children": [
{
"meta": {
"name": "evCfg_InpRawMax"
},
"position": {
"basis": "320px"
},
"propConfig": {
"props.params.tagPath": {
"binding": {
"config": {
"expression": "{view.params.tagPath} + \"/Config/Cfg_InpRawMax\""
},
"type": "expr"
}
}
},
"props": {
"path": "Objects/Library/PlantPax/CfgAnalog"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "evCfg_InpRawMin"
},
"position": {
"basis": "320px"
},
"propConfig": {
"props.params.tagPath": {
"binding": {
"config": {
"expression": "{view.params.tagPath} + \"/Config/Cfg_InpRawMin\""
},
"type": "expr"
}
}
},
"props": {
"path": "Objects/Library/PlantPax/CfgAnalog"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "evCfg_PVEUMax"
},
"position": {
"basis": "320px"
},
"propConfig": {
"props.params.tagPath": {
"binding": {
"config": {
"expression": "{view.params.tagPath} + \"/Config/Cfg_PVEUMax\""
},
"type": "expr"
}
}
},
"props": {
"path": "Objects/Library/PlantPax/CfgAnalog"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "evCfg_PVEUMin"
},
"position": {
"basis": "320px"
},
"propConfig": {
"props.params.tagPath": {
"binding": {
"config": {
"expression": "{view.params.tagPath} + \"/Config/Cfg_PVEUMin\""
},
"type": "expr"
}
}
},
"props": {
"path": "Objects/Library/PlantPax/CfgAnalog"
},
"type": "ia.display.view"
}
],
"meta": {
"name": "fcConfig"
},
"position": {
"tabIndex": 1
},
"props": {
"direction": "column",
"style": {
"backgroundColor": "--neutral-10"
}
},
"type": "ia.container.flex"
},
{
"children": [
{
"meta": {
"name": "Main"
},
"position": {
"basis": "100px",
"shrink": 0
},
"propConfig": {
"props.params.tagPath": {
"binding": {
"config": {
"path": "view.params.tagPath"
},
"type": "property"
}
}
},
"props": {
"path": "Objects/Library/PlantPax/L2Config/NewMain"
},
"type": "ia.display.view"
}
],
"meta": {
"name": "FlexContainer"
},
"position": {
"tabIndex": 2
},
"props": {
"direction": "column"
},
"type": "ia.container.flex"
}
],
"meta": {
"name": "TabContainer"
},
"position": {
"basis": "300px",
"grow": 1
},
"props": {
"menuStyle": {
"backgroundColor": "--neutral-20"
},
"menuType": "modern",
"tabSize": {
"height": 30
},
"tabs": [
"Main",
"Config",
"L2"
]
},
"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": "243f9e47704d2fe6f3200db68137811e0fdce57940a2293f91e2c3381c7bc863",
"lastModification": {
"actor": "admin",
"timestamp": "2025-12-17T16:24:07Z"
}
}
}

View File

@@ -0,0 +1,193 @@
{
"custom": {},
"params": {
"index": "value",
"tagPath": "[TestingPlatform]DFW2_DC1_PLC_01_A11/R0/DFW2_DC1_CHLR_1RT40_A11_TY"
},
"propConfig": {
"params.index": {
"paramDirection": "input",
"persistent": true
},
"params.tagPath": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 200,
"width": 400
},
"dropConfig": {
"udts": [
{
"action": "path",
"param": "tagPath",
"type": "PlantPax/41/P_AOut"
}
]
}
},
"root": {
"children": [
{
"children": [
{
"meta": {
"name": "Label"
},
"position": {
"basis": "175px",
"grow": 1
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}.Name"
},
"type": "tag"
}
}
},
"props": {
"textStyle": {
"fontSize": "0.8em",
"fontWeight": "bold",
"textAlign": "center"
}
},
"type": "ia.display.label"
}
],
"meta": {
"name": "header"
},
"position": {
"basis": "35px",
"shrink": 0
},
"props": {
"style": {
"classes": "Display/PointHeader"
}
},
"type": "ia.container.flex"
},
{
"children": [
{
"meta": {
"name": "Label"
},
"position": {
"basis": "50px",
"shrink": 0
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Description"
},
"type": "tag"
}
}
},
"props": {
"style": {
"classes": "Display/PointStatus"
},
"textStyle": {
"classes": "Display/PointStatusText"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "evData"
},
"position": {
"basis": "40px"
},
"propConfig": {
"props.params.tagPath": {
"binding": {
"config": {
"expression": "{view.params.tagPath} + \"/Out_CV\"\r\n"
},
"type": "expr"
}
}
},
"props": {
"params": {
"Out": true,
"hasSim": false
},
"path": "Objects/Library/PlantPax/Analog"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "evFault"
},
"position": {
"basis": "40px"
},
"propConfig": {
"props.params.tagPath": {
"binding": {
"config": {
"expression": "{view.params.tagPath} + \"/Out_CV\"\r\n"
},
"type": "expr"
}
}
},
"props": {
"params": {
"DO": false,
"cfg": false,
"fault": true
},
"path": "Objects/Library/PlantPax/Digital"
},
"type": "ia.display.view"
}
],
"meta": {
"name": "fcMain"
},
"position": {
"basis": "415px",
"grow": 1
},
"props": {
"direction": "column"
},
"type": "ia.container.flex"
}
],
"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": "00365564caea988015be65d95ce7d6a844f579711fbaff5c6821e04482d38ebf",
"lastModification": {
"actor": "admin",
"timestamp": "2025-12-17T16:24:07Z"
}
}
}

View File

@@ -0,0 +1,204 @@
{
"custom": {},
"params": {
"index": "value",
"tagPath": "[TestingPlatform]DFW2_DC1_PLC_CHLR_MGR_01/CHLR_MGR_01_RIO_A/DFW2_DC1_SCP_GALL2101_19_JA_01"
},
"propConfig": {
"params.index": {
"paramDirection": "input",
"persistent": true
},
"params.tagPath": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 200,
"width": 400
},
"dropConfig": {
"udts": [
{
"action": "path",
"param": "tagPath",
"type": "PlantPax/41/P_DIn"
}
]
}
},
"root": {
"children": [
{
"children": [
{
"meta": {
"name": "Label"
},
"position": {
"basis": "175px",
"grow": 1
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}.Name"
},
"type": "tag"
}
}
},
"props": {
"textStyle": {
"fontSize": "0.8em",
"fontWeight": "bold",
"textAlign": "center"
}
},
"type": "ia.display.label"
}
],
"meta": {
"name": "header"
},
"position": {
"basis": "35px",
"shrink": 0
},
"props": {
"style": {
"classes": "Display/PointHeader"
}
},
"type": "ia.container.flex"
},
{
"children": [
{
"meta": {
"name": "Label"
},
"position": {
"basis": "40px",
"shrink": 0
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Description"
},
"type": "tag"
}
}
},
"props": {
"style": {
"classes": "Display/PointStatus"
},
"textStyle": {
"classes": "Display/PointStatusText"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "evData"
},
"position": {
"basis": "50px"
},
"propConfig": {
"props.params.tagPath": {
"binding": {
"config": {
"path": "view.params.tagPath"
},
"transforms": [
{
"expression": "{value} + \"/Inp_PV\"",
"type": "expression"
}
],
"type": "property"
}
}
},
"props": {
"params": {
"DO": false,
"fault": false
},
"path": "Objects/Library/PlantPax/Digital"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "evFault"
},
"position": {
"basis": "50px"
},
"propConfig": {
"props.params.tagPath": {
"binding": {
"config": {
"path": "view.params.tagPath"
},
"transforms": [
{
"expression": "{value} + \"/Inp_PV\"",
"type": "expression"
}
],
"type": "property"
}
}
},
"props": {
"params": {
"DO": false,
"fault": true
},
"path": "Objects/Library/PlantPax/Digital"
},
"type": "ia.display.view"
}
],
"meta": {
"name": "fcMain"
},
"position": {
"basis": "415px",
"grow": 1
},
"props": {
"direction": "column"
},
"type": "ia.container.flex"
}
],
"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": "c17590c4ad1636ee805296de71ecb3d4933a16425b5b3eda3cfebe3c544d0ec8",
"lastModification": {
"actor": "admin",
"timestamp": "2025-12-17T16:24:07Z"
}
}
}

View File

@@ -0,0 +1,206 @@
{
"custom": {},
"params": {
"index": "value",
"tagPath": "[TestingPlatform]DFW2_DC1_PLC_DH1100_01/R0/DFW2_DC1_HUM_EG1102_01_LY"
},
"propConfig": {
"params.index": {
"paramDirection": "input",
"persistent": true
},
"params.tagPath": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 200,
"width": 400
},
"dropConfig": {
"udts": [
{
"action": "path",
"param": "tagPath",
"type": "PlantPax/41/P_DOut"
}
]
}
},
"root": {
"children": [
{
"children": [
{
"meta": {
"name": "Label"
},
"position": {
"basis": "175px",
"grow": 1
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}.Name"
},
"type": "tag"
}
}
},
"props": {
"textStyle": {
"fontSize": "0.8em",
"fontWeight": "bold",
"textAlign": "center"
}
},
"type": "ia.display.label"
}
],
"meta": {
"name": "header"
},
"position": {
"basis": "35px",
"shrink": 0
},
"props": {
"style": {
"classes": "Display/PointHeader"
}
},
"type": "ia.container.flex"
},
{
"children": [
{
"meta": {
"name": "Label"
},
"position": {
"basis": "40px",
"shrink": 0
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Description"
},
"type": "tag"
}
}
},
"props": {
"style": {
"classes": "Display/PointStatus"
},
"textStyle": {
"classes": "Display/PointStatusText"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "evData"
},
"position": {
"basis": "50px"
},
"propConfig": {
"props.params.tagPath": {
"binding": {
"config": {
"path": "view.params.tagPath"
},
"transforms": [
{
"expression": "{value} + \"/Out\"",
"type": "expression"
}
],
"type": "property"
}
}
},
"props": {
"params": {
"DO": true,
"cfg": false,
"fault": false
},
"path": "Objects/Library/PlantPax/Digital"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "evFault"
},
"position": {
"basis": "50px"
},
"propConfig": {
"props.params.tagPath": {
"binding": {
"config": {
"path": "view.params.tagPath"
},
"transforms": [
{
"expression": "{value} + \"/Out\"",
"type": "expression"
}
],
"type": "property"
}
}
},
"props": {
"params": {
"DO": false,
"cfg": false,
"fault": true
},
"path": "Objects/Library/PlantPax/Digital"
},
"type": "ia.display.view"
}
],
"meta": {
"name": "fcMain"
},
"position": {
"basis": "415px",
"grow": 1
},
"props": {
"direction": "column"
},
"type": "ia.container.flex"
}
],
"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": "48d7496bbf9e6d23570d63f0ad546ada7a53e6a408db9b1b9b070d0101aed4f2",
"lastModification": {
"actor": "admin",
"timestamp": "2025-12-17T16:24:07Z"
}
}
}

View File

@@ -0,0 +1,702 @@
{
"custom": {},
"params": {
"index": "value",
"tagPath": "[TestingPlatform]DFW2_DC1_PLC_01_A11/Motor/DFW2_DC1_CHLR_1RT40_A11"
},
"propConfig": {
"params.index": {
"paramDirection": "input",
"persistent": true
},
"params.tagPath": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 350,
"width": 500
},
"dropConfig": {
"udts": [
{
"action": "path",
"param": "tagPath",
"type": "PlantPax/41/P_Motor"
}
]
}
},
"root": {
"children": [
{
"children": [
{
"meta": {
"name": "Label"
},
"position": {
"basis": "175px",
"grow": 1
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}.Name"
},
"type": "tag"
}
}
},
"props": {
"textStyle": {
"fontSize": "0.8em",
"fontWeight": "bold",
"textAlign": "center"
}
},
"type": "ia.display.label"
}
],
"meta": {
"name": "header"
},
"position": {
"basis": "35px",
"shrink": 0
},
"props": {
"direction": "column",
"style": {
"classes": "Display/PointHeader"
}
},
"type": "ia.container.flex"
},
{
"meta": {
"name": "Label"
},
"position": {
"basis": "40px",
"shrink": 0
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Description"
},
"type": "tag"
}
}
},
"props": {
"style": {
"classes": "Display/PointStatus"
},
"textStyle": {
"classes": "Display/PointStatusText"
}
},
"type": "ia.display.label"
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"meta": {
"name": "cbEnableNoise"
},
"position": {
"basis": "200px"
},
"propConfig": {
"props.selected": {
"binding": {
"config": {
"bidirectional": true,
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/_enable"
},
"type": "tag"
}
}
},
"props": {
"style": {
"fontSize": ".75em",
"fontWeight": "bold",
"marginLeft": 10,
"textAlign": "right"
},
"text": "Enable Simulation",
"textPosition": "left"
},
"type": "ia.input.checkbox"
}
],
"meta": {
"name": "FlexContainer"
},
"position": {
"basis": "40px"
},
"props": {
"style": {
"borderBottomStyle": "solid",
"borderBottomWidth": 1
}
},
"type": "ia.container.flex"
},
{
"meta": {
"name": "evInp_RunFdbk"
},
"propConfig": {
"position.display": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Config/Cfg_HasRunFdbk"
},
"type": "tag"
}
},
"props.params.tagPath": {
"binding": {
"config": {
"expression": "{view.params.tagPath} + \"/Inp_RunFdbk\""
},
"type": "expr"
}
}
},
"props": {
"params": {
"DO": false
},
"path": "Objects/Library/PlantPax/DigitalWFault",
"style": {
"borderBottomStyle": "solid",
"borderBottomWidth": 1
}
},
"type": "ia.display.view"
},
{
"meta": {
"name": "evOut_Run"
},
"propConfig": {
"position.display": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Config/Has_Out_Run"
},
"type": "tag"
}
},
"props.params.tagPath": {
"binding": {
"config": {
"expression": "{view.params.tagPath} + \"/Out_Run\""
},
"type": "expr"
}
}
},
"props": {
"params": {
"DO": true
},
"path": "Objects/Library/PlantPax/DigitalWFault",
"style": {
"borderBottomStyle": "solid",
"borderBottomWidth": 1
}
},
"type": "ia.display.view"
},
{
"meta": {
"name": "evOut_Start"
},
"propConfig": {
"position.display": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Config/Has_Out_Start"
},
"type": "tag"
}
},
"props.params.tagPath": {
"binding": {
"config": {
"expression": "{view.params.tagPath} + \"/Out_Start\""
},
"type": "expr"
}
}
},
"props": {
"params": {
"DO": true
},
"path": "Objects/Library/PlantPax/DigitalWFault",
"style": {
"borderBottomStyle": "solid",
"borderBottomWidth": 1
}
},
"type": "ia.display.view"
},
{
"meta": {
"name": "evOut_Stop"
},
"propConfig": {
"position.display": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Config/Has_Out_Stop"
},
"type": "tag"
}
},
"props.params.tagPath": {
"binding": {
"config": {
"expression": "{view.params.tagPath} + \"/Out_Stop\""
},
"type": "expr"
}
}
},
"props": {
"params": {
"DO": true
},
"path": "Objects/Library/PlantPax/DigitalWFault",
"style": {
"borderBottomStyle": "solid",
"borderBottomWidth": 1
}
},
"type": "ia.display.view"
}
],
"meta": {
"name": "fcData"
},
"position": {
"basis": "200px",
"grow": 1
},
"props": {
"direction": "column",
"style": {
"borderTopStyle": "solid",
"borderTopWidth": 1
}
},
"type": "ia.container.flex"
},
{
"children": [
{
"meta": {
"name": "Motor"
},
"position": {
"basis": "100px"
},
"propConfig": {
"props.state": {
"binding": {
"config": {
"struct": {
"running": "tag({view.params.tagPath} + \"/Sts_Running\")",
"starting": "tag({view.params.tagPath} + \"/Sts_Starting\")",
"stopped": "tag({view.params.tagPath} + \"/Sts_Stopped\")",
"stopping": "tag({view.params.tagPath} + \"/Sts_Stopping\")"
},
"waitOnAll": true
},
"transforms": [
{
"code": "\tif value[\"running\"]:\n\t\treturn \"running\"\n\telif value[\"starting\"] or value[\"stopping\"]:\n\t\treturn \"default\"\n\telif value[\"stopped\"]:\n\t\treturn \"stopped\"\n\telse:\n\t\treturn \"default\"\n",
"type": "script"
}
],
"type": "expr-struct"
}
}
},
"props": {
"feet": "none",
"label": {
"text": ""
},
"value": {
"text": ""
}
},
"type": "ia.symbol.motor"
},
{
"meta": {
"name": "cbHand"
},
"position": {
"basis": "56px"
},
"propConfig": {
"position.display": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Hand/Address"
},
"transforms": [
{
"expression": "if({value}\u003d\"Default\",False,True)",
"type": "expression"
}
],
"type": "tag"
}
},
"props.selected": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Hand/Data"
},
"type": "tag"
}
}
},
"props": {
"style": {
"paddingLeft": 10
},
"text": "Hand"
},
"type": "ia.input.checkbox"
},
{
"meta": {
"name": "cbAuto"
},
"position": {
"basis": "56px"
},
"propConfig": {
"position.display": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Auto/Address"
},
"transforms": [
{
"expression": "if({value}\u003d\"Default\",False,True)",
"type": "expression"
}
],
"type": "tag"
}
},
"props.selected": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Auto/Data"
},
"type": "tag"
}
}
},
"props": {
"style": {
"paddingLeft": 10
},
"text": "Auto"
},
"type": "ia.input.checkbox"
}
],
"meta": {
"name": "fcMotor"
},
"position": {
"basis": "100px"
},
"props": {
"direction": "column",
"justify": "center",
"style": {
"borderLeftStyle": "solid",
"borderLeftWidth": 1,
"borderTopStyle": "solid",
"borderTopWidth": 1
}
},
"type": "ia.container.flex"
}
],
"meta": {
"name": "fcMain"
},
"props": {
"style": {
"backgroundColor": "--neutral-10"
}
},
"type": "ia.container.flex"
},
{
"children": [
{
"meta": {
"name": "evCfg_SpeedRefRawMax"
},
"position": {
"basis": "40px",
"grow": 1
},
"propConfig": {
"props.params.tagPath": {
"binding": {
"config": {
"expression": "{view.params.tagPath} + \"/Config/Cfg_SimFdbkT\""
},
"type": "expr"
}
}
},
"props": {
"path": "Objects/Library/PlantPax/CfgAnalog"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "evCfg_HasRunFdbk"
},
"position": {
"basis": "40px",
"grow": 1
},
"propConfig": {
"props.params.tagPath": {
"binding": {
"config": {
"expression": "{view.params.tagPath} + \"/Config/Cfg_HasRunFdbk\""
},
"type": "expr"
}
}
},
"props": {
"params": {
"DO": false,
"cfg": true,
"fault": false
},
"path": "Objects/Library/PlantPax/Digital"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "evHas_Out_Run"
},
"position": {
"basis": "40px",
"grow": 1
},
"propConfig": {
"props.params.tagPath": {
"binding": {
"config": {
"expression": "{view.params.tagPath} + \"/Config/Has_Out_Run\""
},
"type": "expr"
}
}
},
"props": {
"params": {
"DO": false,
"cfg": true,
"fault": false
},
"path": "Objects/Library/PlantPax/Digital"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "evHas_Out_Start"
},
"position": {
"basis": "40px",
"grow": 1
},
"propConfig": {
"props.params.tagPath": {
"binding": {
"config": {
"expression": "{view.params.tagPath} + \"/Config/Has_Out_Start\""
},
"type": "expr"
}
}
},
"props": {
"params": {
"DO": false,
"cfg": true,
"fault": false
},
"path": "Objects/Library/PlantPax/Digital"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "evHas_Out_Stop"
},
"position": {
"basis": "40px",
"grow": 1
},
"propConfig": {
"props.params.tagPath": {
"binding": {
"config": {
"expression": "{view.params.tagPath} + \"/Config/Has_Out_Stop\""
},
"type": "expr"
}
}
},
"props": {
"params": {
"DO": false,
"cfg": true,
"fault": false
},
"path": "Objects/Library/PlantPax/Digital"
},
"type": "ia.display.view"
}
],
"meta": {
"name": "fcConfig2"
},
"position": {
"tabIndex": 1
},
"props": {
"direction": "column",
"style": {
"backgroundColor": "--neutral-10"
}
},
"type": "ia.container.flex"
}
],
"meta": {
"name": "TabContainer"
},
"position": {
"basis": "300px",
"grow": 1
},
"props": {
"menuStyle": {
"backgroundColor": "--neutral-20"
},
"menuType": "modern",
"tabSize": {
"height": 30
},
"tabs": [
"Main",
"Config"
]
},
"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": "5bc9afa92b86a7796b38c99c8127fdb5c65000556112216397dfbe49922c686d",
"lastModification": {
"actor": "admin",
"timestamp": "2026-02-14T22:23:50Z"
}
}
}

View File

@@ -0,0 +1,17 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModificationSignature": "4d045a92d9c114195c68fc80644fb6ba40b8c95eec2645a9d5a4331d621e4e84",
"lastModification": {
"actor": "admin",
"timestamp": "2025-12-17T16:24:07Z"
}
}
}

View File

@@ -0,0 +1,718 @@
{
"custom": {},
"params": {
"index": "value",
"tagPath": "[TestingPlatform]DFW2_DC1_PLC_01_B11/ValveC/DFW2_DC1_FCV_1RT40_B11_01"
},
"propConfig": {
"params.index": {
"paramDirection": "input",
"persistent": true
},
"params.tagPath": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 400,
"width": 500
},
"dropConfig": {
"udts": [
{
"action": "path",
"param": "tagPath",
"type": "PlantPax/41/P_ValveC"
}
]
}
},
"root": {
"children": [
{
"children": [
{
"meta": {
"name": "Label"
},
"position": {
"basis": "175px",
"grow": 1
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}.Name"
},
"type": "tag"
}
}
},
"props": {
"textStyle": {
"fontSize": "0.8em",
"fontWeight": "bold",
"textAlign": "center"
}
},
"type": "ia.display.label"
}
],
"meta": {
"name": "header"
},
"position": {
"basis": "35px",
"shrink": 0
},
"props": {
"direction": "column",
"style": {
"classes": "Display/PointHeader"
}
},
"type": "ia.container.flex"
},
{
"meta": {
"name": "Label"
},
"position": {
"basis": "40px",
"shrink": 0
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Description"
},
"type": "tag"
}
}
},
"props": {
"style": {
"classes": "Display/PointStatus"
},
"textStyle": {
"classes": "Display/PointStatusText"
}
},
"type": "ia.display.label"
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"meta": {
"name": "cbEnableNoise"
},
"position": {
"basis": "200px"
},
"propConfig": {
"props.selected": {
"binding": {
"config": {
"bidirectional": true,
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/_enable"
},
"type": "tag"
}
}
},
"props": {
"style": {
"fontSize": ".75em",
"fontWeight": "bold",
"marginLeft": 10,
"textAlign": "right"
},
"text": "Enable Simulation",
"textPosition": "left"
},
"type": "ia.input.checkbox"
},
{
"meta": {
"name": "cbManual"
},
"position": {
"basis": "100px",
"grow": 1
},
"propConfig": {
"props.selected": {
"binding": {
"config": {
"bidirectional": true,
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/_manualLS"
},
"type": "tag"
}
}
},
"props": {
"style": {
"fontSize": ".75em",
"fontWeight": "bold",
"marginLeft": 10,
"textAlign": "right"
},
"text": "Manual LS",
"textPosition": "left"
},
"type": "ia.input.checkbox"
}
],
"meta": {
"name": "FlexContainer"
},
"position": {
"basis": "40px"
},
"type": "ia.container.flex"
},
{
"meta": {
"name": "evInp_PosFdbk"
},
"position": {
"basis": "80px"
},
"propConfig": {
"position.display": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Config/Has_Inp_PosFdbk"
},
"type": "tag"
}
},
"props.params.tagPath": {
"binding": {
"config": {
"path": "view.params.tagPath"
},
"type": "property"
}
}
},
"props": {
"params": {
"InParam": "Inp_PosFdbk",
"Out": false,
"hasSim": false
},
"path": "Objects/Library/PlantPax/AnalogMain"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "evOut_CV"
},
"position": {
"basis": "80px"
},
"propConfig": {
"position.display": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Config/Cfg_HasSpeedFdbk"
},
"type": "tag"
}
},
"props.params.tagPath": {
"binding": {
"config": {
"path": "view.params.tagPath"
},
"type": "property"
}
}
},
"props": {
"params": {
"InParam": "Out_CV",
"Out": true,
"hasSim": false
},
"path": "Objects/Library/PlantPax/AnalogMain"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "evInp_OpenLS"
},
"position": {
"basis": "80px"
},
"propConfig": {
"position.display": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Config/Cfg_HasOpenLS"
},
"type": "tag"
}
},
"props.params.tagPath": {
"binding": {
"config": {
"expression": "{view.params.tagPath} + \"/Inp_OpenLS\""
},
"type": "expr"
}
}
},
"props": {
"params": {
"DO": false
},
"path": "Objects/Library/PlantPax/DigitalWFault"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "evInp_ClosedLS"
},
"position": {
"basis": "80px"
},
"propConfig": {
"position.display": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Config/Cfg_HasClosedLS"
},
"type": "tag"
}
},
"props.params.tagPath": {
"binding": {
"config": {
"expression": "{view.params.tagPath} + \"/Inp_ClosedLS\""
},
"type": "expr"
}
}
},
"props": {
"params": {
"DO": false
},
"path": "Objects/Library/PlantPax/DigitalWFault"
},
"type": "ia.display.view"
}
],
"meta": {
"name": "fcData"
},
"position": {
"basis": "200px",
"grow": 1
},
"props": {
"direction": "column",
"style": {
"borderTopStyle": "solid",
"borderTopWidth": 1
}
},
"type": "ia.container.flex"
},
{
"children": [
{
"meta": {
"name": "Valve"
},
"position": {
"basis": "100px"
},
"propConfig": {
"props.value.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Inp_PosFdbk/Data"
},
"transforms": [
{
"formatType": "numeric",
"formatValue": "#0.0#",
"type": "format"
},
{
"expression": "if(isBadOrError({value}),\"\",{value} + \" %\")",
"type": "expression"
}
],
"type": "tag"
}
}
},
"props": {
"appearance": "p\u0026id",
"label": {
"text": ""
},
"value": {}
},
"type": "ia.symbol.valve"
}
],
"meta": {
"name": "fcValve"
},
"position": {
"basis": "75px"
},
"props": {
"direction": "column",
"justify": "center",
"style": {
"borderLeftStyle": "solid",
"borderLeftWidth": 1,
"borderTopStyle": "solid",
"borderTopWidth": 1
}
},
"type": "ia.container.flex"
}
],
"meta": {
"name": "fcMain"
},
"props": {
"style": {
"backgroundColor": "--neutral-10"
}
},
"type": "ia.container.flex"
},
{
"children": [
{
"meta": {
"name": "evCfg_CVRawMax"
},
"position": {
"basis": "40px",
"grow": 1
},
"propConfig": {
"props.params.tagPath": {
"binding": {
"config": {
"expression": "{view.params.tagPath} + \"/Config/Cfg_CVRawMax\""
},
"type": "expr"
}
}
},
"props": {
"path": "Objects/Library/PlantPax/CfgAnalog"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "evCfg_CVRawMin"
},
"position": {
"basis": "40px",
"grow": 1
},
"propConfig": {
"props.params.tagPath": {
"binding": {
"config": {
"expression": "{view.params.tagPath} + \"/Config/Cfg_CVRawMin\""
},
"type": "expr"
}
}
},
"props": {
"path": "Objects/Library/PlantPax/CfgAnalog"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "evCfg_CVEUMax"
},
"position": {
"basis": "40px",
"grow": 1
},
"propConfig": {
"props.params.tagPath": {
"binding": {
"config": {
"expression": "{view.params.tagPath} + \"/Config/Cfg_CVEUMax\""
},
"type": "expr"
}
}
},
"props": {
"path": "Objects/Library/PlantPax/CfgAnalog"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "evCfg_CVEUMin"
},
"position": {
"basis": "40px",
"grow": 1
},
"propConfig": {
"props.params.tagPath": {
"binding": {
"config": {
"expression": "{view.params.tagPath} + \"/Config/Cfg_CVEUMin\""
},
"type": "expr"
}
}
},
"props": {
"path": "Objects/Library/PlantPax/CfgAnalog"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "evCfg_FdbkRawMax"
},
"position": {
"basis": "40px",
"grow": 1
},
"propConfig": {
"props.params.tagPath": {
"binding": {
"config": {
"expression": "{view.params.tagPath} + \"/Config/Cfg_FdbkRawMax\""
},
"type": "expr"
}
}
},
"props": {
"path": "Objects/Library/PlantPax/CfgAnalog"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "evCfg_FdbkRawMin"
},
"position": {
"basis": "40px",
"grow": 1
},
"propConfig": {
"props.params.tagPath": {
"binding": {
"config": {
"expression": "{view.params.tagPath} + \"/Config/Cfg_FdbkRawMin\""
},
"type": "expr"
}
}
},
"props": {
"path": "Objects/Library/PlantPax/CfgAnalog"
},
"type": "ia.display.view"
},
{
"children": [
{
"meta": {
"name": "evCfg_HasOpenLS"
},
"position": {
"basis": "40px",
"grow": 1
},
"propConfig": {
"props.params.tagPath": {
"binding": {
"config": {
"expression": "{view.params.tagPath} + \"/Config/Cfg_HasOpenLS\""
},
"type": "expr"
}
}
},
"props": {
"params": {
"DO": false,
"cfg": true,
"fault": false
},
"path": "Objects/Library/PlantPax/Digital"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "evCfg_HasClosedLS"
},
"position": {
"basis": "40px",
"grow": 1
},
"propConfig": {
"props.params.tagPath": {
"binding": {
"config": {
"expression": "{view.params.tagPath} + \"/Config/Cfg_HasClosedLS\""
},
"type": "expr"
}
}
},
"props": {
"params": {
"DO": false,
"cfg": true,
"fault": false
},
"path": "Objects/Library/PlantPax/Digital"
},
"type": "ia.display.view"
}
],
"custom": {
"point": "[TestingPlatform]CDR1_DC1_PLC_CHLR_A110/ValveC/CDR1_DC1_FYC_1CY40_A110_03/Inp_OpenLS"
},
"meta": {
"name": "fcLS"
},
"position": {
"basis": "80px"
},
"props": {
"direction": "column",
"style": {
"borderBottomStyle": "solid",
"borderBottomWidth": 1,
"borderTopStyle": "solid",
"borderTopWidth": 1
}
},
"type": "ia.container.flex"
}
],
"meta": {
"name": "fcConfig"
},
"position": {
"tabIndex": 1
},
"props": {
"direction": "column",
"style": {
"backgroundColor": "--neutral-10"
}
},
"type": "ia.container.flex"
}
],
"meta": {
"name": "TabContainer"
},
"position": {
"basis": "300px",
"grow": 1
},
"props": {
"menuStyle": {
"backgroundColor": "--neutral-20"
},
"menuType": "modern",
"tabSize": {
"height": 30
},
"tabs": [
"Main",
"Config"
]
},
"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": "97431e6e11bc0d01511ae4c95be37ca05b67a855c40da96b8d8e3fc68b7b18e3",
"lastModification": {
"actor": "admin",
"timestamp": "2025-12-17T16:24:07Z"
}
}
}

View File

@@ -0,0 +1,659 @@
{
"custom": {},
"params": {
"index": "value",
"tagPath": "[TestingPlatform]DFW2_DC1_PLC_01_A11/ValveMO/DFW2_DC1_FV_1RT40_A11_02"
},
"propConfig": {
"params.index": {
"paramDirection": "input",
"persistent": true
},
"params.tagPath": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 400,
"width": 500
},
"dropConfig": {
"udts": [
{
"action": "path",
"param": "tagPath",
"type": "PlantPax/41/P_ValveMO"
}
]
}
},
"root": {
"children": [
{
"children": [
{
"meta": {
"name": "Label"
},
"position": {
"basis": "175px",
"grow": 1
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}.Name"
},
"type": "tag"
}
}
},
"props": {
"textStyle": {
"fontSize": "0.8em",
"fontWeight": "bold",
"textAlign": "center"
}
},
"type": "ia.display.label"
}
],
"meta": {
"name": "header"
},
"position": {
"basis": "35px",
"shrink": 0
},
"props": {
"direction": "column",
"style": {
"classes": "Display/PointHeader"
}
},
"type": "ia.container.flex"
},
{
"meta": {
"name": "Label"
},
"position": {
"basis": "40px",
"shrink": 0
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Description"
},
"type": "tag"
}
}
},
"props": {
"style": {
"classes": "Display/PointStatus"
},
"textStyle": {
"classes": "Display/PointStatusText"
}
},
"type": "ia.display.label"
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"meta": {
"name": "cbEnableNoise"
},
"position": {
"basis": "200px"
},
"propConfig": {
"props.selected": {
"binding": {
"config": {
"bidirectional": true,
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/_enable"
},
"type": "tag"
}
}
},
"props": {
"style": {
"fontSize": ".75em",
"fontWeight": "bold",
"marginLeft": 10,
"textAlign": "right"
},
"text": "Enable Simulation",
"textPosition": "left"
},
"type": "ia.input.checkbox"
},
{
"meta": {
"name": "cbManual"
},
"position": {
"basis": "100px",
"grow": 1
},
"propConfig": {
"props.selected": {
"binding": {
"config": {
"bidirectional": true,
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/_manualLS"
},
"type": "tag"
}
}
},
"props": {
"style": {
"fontSize": ".75em",
"fontWeight": "bold",
"marginLeft": 10,
"textAlign": "right"
},
"text": "Manual LS",
"textPosition": "left"
},
"type": "ia.input.checkbox"
}
],
"meta": {
"name": "FlexContainer"
},
"position": {
"basis": "40px"
},
"type": "ia.container.flex"
},
{
"meta": {
"name": "evOut_Open"
},
"position": {
"basis": "80px"
},
"propConfig": {
"props.params.tagPath": {
"binding": {
"config": {
"expression": "{view.params.tagPath} + \"/Out_Open\""
},
"type": "expr"
}
}
},
"props": {
"params": {
"DO": true
},
"path": "Objects/Library/PlantPax/DigitalWFault"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "evOut_Close"
},
"position": {
"basis": "80px"
},
"propConfig": {
"props.params.tagPath": {
"binding": {
"config": {
"expression": "{view.params.tagPath} + \"/Out_Close\""
},
"type": "expr"
}
}
},
"props": {
"params": {
"DO": true
},
"path": "Objects/Library/PlantPax/DigitalWFault"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "evInp_OpenLS"
},
"position": {
"basis": "80px"
},
"propConfig": {
"props.params.tagPath": {
"binding": {
"config": {
"expression": "{view.params.tagPath} + \"/Inp_OpenLS\""
},
"type": "expr"
}
}
},
"props": {
"params": {
"DO": false
},
"path": "Objects/Library/PlantPax/DigitalWFault"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "evInp_ClosedLS"
},
"position": {
"basis": "80px"
},
"propConfig": {
"props.params.tagPath": {
"binding": {
"config": {
"expression": "{view.params.tagPath} + \"/Inp_ClosedLS\""
},
"type": "expr"
}
}
},
"props": {
"params": {
"DO": false
},
"path": "Objects/Library/PlantPax/DigitalWFault"
},
"type": "ia.display.view"
}
],
"meta": {
"name": "fcData"
},
"position": {
"basis": "200px",
"grow": 1
},
"props": {
"direction": "column",
"style": {
"borderTopStyle": "solid",
"borderTopWidth": 1
}
},
"type": "ia.container.flex"
},
{
"children": [
{
"custom": {
"key": "value"
},
"meta": {
"name": "Valve"
},
"position": {
"basis": "100px"
},
"propConfig": {
"custom.ClosedLS": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Inp_OpenLS/Data"
},
"type": "tag"
}
},
"custom.OpenLS": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Inp_OpenLS/Data"
},
"type": "tag"
}
},
"props.state": {
"binding": {
"config": {
"struct": {
"openLS": "{this.custom.OpenLS}"
},
"waitOnAll": true
},
"type": "expr-struct"
}
}
},
"props": {
"appearance": "p\u0026id",
"label": {
"text": ""
},
"value": {
"text": ""
}
},
"type": "ia.symbol.valve"
}
],
"meta": {
"name": "fcValve"
},
"position": {
"basis": "75px"
},
"props": {
"direction": "column",
"justify": "center",
"style": {
"borderLeftStyle": "solid",
"borderLeftWidth": 1,
"borderTopStyle": "solid",
"borderTopWidth": 1
}
},
"type": "ia.container.flex"
}
],
"meta": {
"name": "fcMain"
},
"props": {
"style": {
"backgroundColor": "--neutral-10"
}
},
"type": "ia.container.flex"
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"meta": {
"name": "evCfg_FullStallT"
},
"position": {
"basis": "40px"
},
"propConfig": {
"props.params.tagPath": {
"binding": {
"config": {
"expression": "{view.params.tagPath} + \"/Config/Cfg_FullStallT\""
},
"type": "expr"
}
}
},
"props": {
"path": "Objects/Library/PlantPax/CfgAnalog"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "evCfg_OutPulseT"
},
"position": {
"basis": "40px"
},
"propConfig": {
"props.params.tagPath": {
"binding": {
"config": {
"expression": "{view.params.tagPath} + \"/Config/Cfg_OutPulseT\""
},
"type": "expr"
}
}
},
"props": {
"path": "Objects/Library/PlantPax/CfgAnalog"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "evCfg_SimFdbkT"
},
"position": {
"basis": "40px"
},
"propConfig": {
"props.params.tagPath": {
"binding": {
"config": {
"expression": "{view.params.tagPath} + \"/Config/Cfg_SimFdbkT\""
},
"type": "expr"
}
}
},
"props": {
"path": "Objects/Library/PlantPax/CfgAnalog"
},
"type": "ia.display.view"
}
],
"meta": {
"name": "FlexContainer"
},
"position": {
"basis": "300px",
"grow": 1
},
"props": {
"direction": "column"
},
"type": "ia.container.flex"
}
],
"meta": {
"name": "fcScale"
},
"position": {
"basis": "80px",
"grow": 1
},
"props": {
"style": {
"borderBottomStyle": "solid",
"borderBottomWidth": 1,
"borderTopStyle": "solid",
"borderTopWidth": 1
}
},
"type": "ia.container.flex"
},
{
"children": [
{
"meta": {
"name": "evCfg_HasOpenLS"
},
"position": {
"basis": "40px",
"grow": 1
},
"propConfig": {
"props.params.tagPath": {
"binding": {
"config": {
"expression": "{view.params.tagPath} + \"/Config/Cfg_HasOpenLS\""
},
"type": "expr"
}
}
},
"props": {
"params": {
"DO": false,
"cfg": true,
"fault": false
},
"path": "Objects/Library/PlantPax/Digital"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "evCfg_HasClosedLS"
},
"position": {
"basis": "40px",
"grow": 1
},
"propConfig": {
"props.params.tagPath": {
"binding": {
"config": {
"expression": "{view.params.tagPath} + \"/Config/Cfg_HasClosedLS\""
},
"type": "expr"
}
}
},
"props": {
"params": {
"DO": false,
"cfg": true,
"fault": false
},
"path": "Objects/Library/PlantPax/Digital"
},
"type": "ia.display.view"
}
],
"custom": {
"point": "[TestingPlatform]CDR1_DC1_PLC_CHLR_A110/ValveC/CDR1_DC1_FYC_1CY40_A110_03/Inp_OpenLS"
},
"meta": {
"name": "fcLS"
},
"position": {
"basis": "80px"
},
"props": {
"direction": "column",
"style": {
"borderBottomStyle": "solid",
"borderBottomWidth": 1
}
},
"type": "ia.container.flex"
}
],
"meta": {
"name": "fcData"
},
"position": {
"basis": "200px",
"grow": 1
},
"props": {
"direction": "column",
"style": {
"borderTopStyle": "solid",
"borderTopWidth": 1
}
},
"type": "ia.container.flex"
}
],
"meta": {
"name": "fcConfig"
},
"position": {
"tabIndex": 1
},
"props": {
"style": {
"backgroundColor": "--neutral-10"
}
},
"type": "ia.container.flex"
}
],
"meta": {
"name": "TabContainer"
},
"position": {
"basis": "300px",
"grow": 1
},
"props": {
"menuStyle": {
"backgroundColor": "--neutral-20"
},
"menuType": "modern",
"tabSize": {
"height": 30
},
"tabs": [
"Main",
"Config"
]
},
"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": "82b24475393b7093182f26c308c688d73bc262e37f8209f13d36a56c5db7fae1",
"lastModification": {
"actor": "admin",
"timestamp": "2025-12-17T16:24:07Z"
}
}
}

View File

@@ -0,0 +1,185 @@
{
"custom": {},
"params": {
"Out": false,
"hasSim": true,
"tagPath": "[TestingPlatform]DFW2_DC1_PLC_01_A11/R0/DFW2_DC1_TT_1RT40_A11_02/Inp_PV"
},
"propConfig": {
"params.Out": {
"paramDirection": "input",
"persistent": true
},
"params.hasSim": {
"paramDirection": "input",
"persistent": true
},
"params.tagPath": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 40,
"width": 400
}
},
"root": {
"children": [
{
"meta": {
"name": "lblInParam"
},
"position": {
"basis": "80px",
"grow": 1
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Address"
},
"type": "tag"
}
}
},
"props": {
"style": {
"marginRight": 5
},
"textStyle": {
"fontSize": ".70em",
"fontWeight": "bold",
"textAlign": "right"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "neInParam"
},
"position": {
"basis": "80px"
},
"propConfig": {
"props.enabled": {
"binding": {
"config": {
"expression": "!{view.params.Out}"
},
"type": "expr"
}
},
"props.value": {
"binding": {
"config": {
"bidirectional": true,
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Data"
},
"type": "tag"
}
}
},
"props": {
"containerStyle": {
"margin": 5
},
"format": "0.##",
"spinner": {
"enabled": false
},
"style": {
"classes": "Display/NumericEntry",
"fontSize": "0.7em"
}
},
"type": "ia.input.numeric-entry-field"
},
{
"events": {
"component": {
"onActionPerformed": {
"config": {
"script": "\ttagPath \u003d self.view.params.tagPath\n\thasSim \u003d self.view.params.hasSim\n\t\n\tdataPath \u003d self.view.params.tagPath + \"/Inp_PV/Data\"\n\tnoiseBasePath \u003d self.view.params.tagPath + \"/NoiseBase\"\n\tenableNoisePath \u003d self.view.params.tagPath + \"/_enable\"\n\t\n\t\n\tif hasSim:\n\t\ttagPaths \u003d [dataPath, noiseBasePath, enableNoisePath]\n\t\tsystem.tag.writeBlocking(tagPaths,[0, 0, False])"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "btnReset"
},
"position": {
"basis": "50px",
"shrink": 0
},
"propConfig": {
"position.display": {
"binding": {
"config": {
"expression": "if(!{view.params.Out} \u0026 {view.params.hasSim},true,false) "
},
"type": "expr"
}
}
},
"props": {
"style": {
"backgroundColor": "#9C9C9C",
"margin": 5
},
"text": "Reset",
"textStyle": {
"color": "#FFFFFF"
}
},
"type": "ia.input.button"
}
],
"meta": {
"name": "root"
},
"propConfig": {
"props.style.borderStyle": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Data"
},
"transforms": [
{
"expression": "if(isBadOrError({value}),\"solid\",\"\")",
"type": "expression"
}
],
"type": "tag"
}
}
},
"props": {
"style": {
"borderColor": "#FF0000",
"borderWidth": 1
}
},
"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": "f438f96af3c3c6bfa56ba2aca911d7043ffc675335ea1c1bf5e3858b949f0e6d",
"lastModification": {
"actor": "admin",
"timestamp": "2026-02-25T22:44:00Z"
}
}
}

View File

@@ -0,0 +1,215 @@
{
"custom": {},
"params": {
"InParam": "Inp_PV",
"InParamLabel": true,
"Out": false,
"hasSim": true,
"tagPath": "[TestingPlatform]TestProcessor/TestPlatform/PT100"
},
"propConfig": {
"params.InParam": {
"paramDirection": "input",
"persistent": true
},
"params.InParamLabel": {
"paramDirection": "input",
"persistent": true
},
"params.Out": {
"paramDirection": "input",
"persistent": true
},
"params.hasSim": {
"paramDirection": "input",
"persistent": true
},
"params.tagPath": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 120,
"width": 500
}
},
"root": {
"children": [
{
"meta": {
"name": "Label"
},
"position": {
"basis": "80px",
"grow": 1
},
"propConfig": {
"position.display": {
"binding": {
"config": {
"path": "view.params.InParamLabel"
},
"type": "property"
}
},
"props.text": {
"binding": {
"config": {
"path": "view.params.InParam"
},
"type": "property"
}
}
},
"props": {
"style": {
"paddingRight": 10
},
"textStyle": {
"fontSize": ".70em",
"fontWeight": "bold",
"textAlign": "right"
}
},
"type": "ia.display.label"
},
{
"children": [
{
"meta": {
"name": "Analog"
},
"position": {
"basis": "40px"
},
"propConfig": {
"props.params.Out": {
"binding": {
"config": {
"path": "view.params.Out"
},
"type": "property"
}
},
"props.params.hasSim": {
"binding": {
"config": {
"path": "view.params.hasSim"
},
"type": "property"
}
},
"props.params.tagPath": {
"binding": {
"config": {
"expression": "{view.params.tagPath} + \"/\" + {view.params.InParam}"
},
"type": "expr"
}
}
},
"props": {
"path": "Objects/Library/PlantPax/Analog"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "AnalogSim"
},
"position": {
"basis": "40px"
},
"propConfig": {
"position.display": {
"binding": {
"config": {
"path": "view.params.hasSim"
},
"type": "property"
}
},
"props.params.tagPath": {
"binding": {
"config": {
"path": "view.params.tagPath"
},
"type": "property"
}
},
"props.path": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/_enableL2"
},
"transforms": [
{
"expression": "if({value},\"Objects/Library/PlantPax/L2Config/NewMain\",\"Objects/Library/PlantPax/AnalogSim\")",
"type": "expression"
}
],
"type": "tag"
}
}
},
"type": "ia.display.view"
},
{
"meta": {
"name": "evDigital"
},
"position": {
"basis": "40px"
},
"propConfig": {
"props.params.tagPath": {
"binding": {
"config": {
"expression": "{view.params.tagPath} + \"/\" + {view.params.InParam}"
},
"type": "expr"
}
}
},
"props": {
"params": {
"DO": false,
"cfg": false,
"fault": true
},
"path": "Objects/Library/PlantPax/Digital"
},
"type": "ia.display.view"
}
],
"meta": {
"name": "FlexContainer_0"
},
"position": {
"basis": "275px",
"grow": 1
},
"props": {
"direction": "column"
},
"type": "ia.container.flex"
}
],
"meta": {
"name": "root"
},
"props": {
"style": {
"backgroundColor": "--neutral-10"
}
},
"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": "60edf3d907e87009438b839a4fc8551a541e5f2f3ed762dc4dd039a49a3f9215",
"lastModification": {
"actor": "admin",
"timestamp": "2026-02-25T22:27:38Z"
}
}
}

View File

@@ -0,0 +1,186 @@
{
"custom": {},
"params": {
"tagPath": "[TestingPlatform]DFW2_DC1_PLC_01_A11/R0/DFW2_DC1_FIT_1RT40_A11_01"
},
"propConfig": {
"params.tagPath": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 40,
"width": 400
}
},
"root": {
"children": [
{
"meta": {
"name": "fcNoise"
},
"position": {
"basis": "40px",
"grow": 1
},
"type": "ia.container.flex"
},
{
"meta": {
"name": "cbEnable"
},
"position": {
"basis": "75px",
"shrink": 0
},
"propConfig": {
"props.selected": {
"binding": {
"config": {
"bidirectional": true,
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/_enable"
},
"type": "tag"
}
}
},
"props": {
"style": {
"fontSize": ".70em",
"fontWeight": "bold",
"marginLeft": 10,
"textAlign": "right"
},
"text": "Enable"
},
"type": "ia.input.checkbox"
},
{
"meta": {
"name": "lblNoiseBase"
},
"position": {
"basis": "50px",
"grow": 1
},
"props": {
"style": {
"marginRight": 5
},
"text": "Noise Base",
"textStyle": {
"fontSize": ".70em",
"fontWeight": "bold",
"textAlign": "right"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "neNoiseBase"
},
"position": {
"basis": "75px"
},
"propConfig": {
"props.value": {
"binding": {
"config": {
"bidirectional": true,
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/NoiseBase"
},
"type": "tag"
}
}
},
"props": {
"containerStyle": {
"margin": 5
},
"format": "0.##",
"spinner": {
"enabled": false
},
"style": {
"fontSize": "0.7em"
}
},
"type": "ia.input.numeric-entry-field"
},
{
"meta": {
"name": "lblNoiseDB"
},
"position": {
"basis": "60px"
},
"props": {
"style": {
"marginRight": 5
},
"text": "Noise DB",
"textStyle": {
"fontSize": ".70em",
"fontWeight": "bold",
"textAlign": "right"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "neNoise"
},
"position": {
"basis": "75px"
},
"propConfig": {
"props.value": {
"binding": {
"config": {
"bidirectional": true,
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Noise"
},
"type": "tag"
}
}
},
"props": {
"containerStyle": {
"margin": 5
},
"format": "0.##",
"spinner": {
"enabled": false
},
"style": {
"fontSize": "0.7em"
}
},
"type": "ia.input.numeric-entry-field"
}
],
"meta": {
"name": "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": "639d61d88ca50f3be5fb6793f681c2bbbdb751f3f9ef1e8f9ef86188d4e69d73",
"lastModification": {
"actor": "admin",
"timestamp": "2025-12-17T16:24:07Z"
}
}
}

View File

@@ -0,0 +1,105 @@
{
"custom": {},
"params": {
"tagPath": "[TestingPlatform]DFW2_DC1_PLC_01_A11/Motor/DFW2_DC1_CHLR_1RT40_A11/Config/Cfg_SimFdbkT"
},
"propConfig": {
"params.tagPath": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 45
}
},
"root": {
"children": [
{
"meta": {
"name": "lblName"
},
"position": {
"basis": "100px",
"grow": 1
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}.name"
},
"type": "tag"
}
}
},
"props": {
"style": {
"marginRight": 15
},
"textStyle": {
"fontSize": ".75em",
"fontWeight": "bold",
"textAlign": "right"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "lblSpacer"
},
"position": {
"basis": "50px"
},
"type": "ia.display.label"
},
{
"meta": {
"name": "neEntry"
},
"position": {
"basis": "100px"
},
"propConfig": {
"props.value": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}"
},
"type": "tag"
}
}
},
"props": {
"containerStyle": {
"margin": 5
},
"format": "0.00#",
"spinner": {
"enabled": false
},
"style": {
"classes": "Display/NumericEntry"
}
},
"type": "ia.input.numeric-entry-field"
}
],
"meta": {
"name": "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": "d14309f08c47bd12fa4f6ee11423feb632d5a07cacd140e67af3f92a4808702c",
"lastModification": {
"actor": "admin",
"timestamp": "2025-12-17T16:24:07Z"
}
}
}

View File

@@ -0,0 +1,341 @@
{
"custom": {
"pointID": "CHLR_MGR_01_RIO_A:1:I.Pt10.Fault",
"valTagPath": "[TestingPlatform]DFW2_DC1_PLC_CHLR_MGR_01/CHLR_MGR_01_RIO_A/DFW2_DC1_SCP_GALL2101_19_JA_01/Inp_PV/Fault"
},
"events": {
"system": {
"onStartup": {
"config": {
"script": "\ttagPath \u003d self.view.params.tagPath\n\tfault \u003d self.view.params.fault\n\tcfg \u003d self.view.params.cfg\n\tretPoint \u003d \"\"\n\tretValue \u003d \"\"\n\t\n\tif cfg:\n\t\tpointNamePath \u003d tagPath + \".Name\"\n\t\tpointName \u003d system.tag.readBlocking([pointNamePath])[0].value\n\t\tretValue \u003d tagPath\n\t\tretPoint \u003d pointName\n\telse:\n\t\tpointNamePath \u003d tagPath + \"/Address\"\n\t\tpointName \u003d system.tag.readBlocking([pointNamePath])[0].value\n\t\t\n\t\tif fault:\n\t\t\ttry:\n\t\t\t\tretPoint \u003d pointName.replace(\":O.\",\":I.\")\n\t\t\t\tretPoint \u003d retPoint.replace(\".Data\",\".Fault\")\n\t\t\t\tretValue \u003d tagPath + \"/Fault\"\n\t\t\texcept:\n\t\t\t\t\"DNE\"\n\t\telse:\n\t\t\tretPoint \u003d pointName\n\t\t\tretValue \u003d tagPath + \"/Data\"\n\t\n\tif retValue \u003d\u003d \"/Data\":\n\t\tretPoint \u003d \"None\"\n\t\tretValue \u003d \"\"\n\t\t\t\n\tself.custom.valTagPath \u003d retValue\n\tself.custom.pointID \u003d retPoint"
},
"scope": "G",
"type": "script"
}
}
},
"params": {
"DO": false,
"cfg": false,
"fault": true,
"tagPath": "[TestingPlatform]DFW2_DC1_PLC_CHLR_MGR_01/CHLR_MGR_01_RIO_A/DFW2_DC1_SCP_GALL2101_19_JA_01/Inp_PV"
},
"propConfig": {
"custom.pointID": {
"persistent": true
},
"custom.valTagPath": {
"persistent": true
},
"params.DO": {
"paramDirection": "input",
"persistent": true
},
"params.cfg": {
"paramDirection": "input",
"persistent": true
},
"params.fault": {
"paramDirection": "input",
"persistent": true
},
"params.tagPath": {
"onChange": {
"enabled": null,
"script": "\ttagPath \u003d self.view.params.tagPath\n\tfault \u003d self.view.params.fault\n\tcfg \u003d self.view.params.cfg\n\t\n\tif cfg:\n\t\tpointNamePath \u003d tagPath + \".Name\"\n\t\tpointName \u003d system.tag.readBlocking([pointNamePath])[0].value\n\t\tretValue \u003d tagPath\n\t\tretPoint \u003d pointName\n\telse:\n\t\tpointNamePath \u003d tagPath + \"/Address\"\n\t\tpointName \u003d system.tag.readBlocking([pointNamePath])[0].value\n\t\t\n\t\tif fault:\n\t\t\tretPoint \u003d pointName.replace(\":O.\",\":I.\")\n\t\t\tretPoint \u003d retPoint.replace(\".Data\",\".Fault\")\n\t\t\tretValue \u003d tagPath + \"/Fault\"\n\t\telse:\n\t\t\tretPoint \u003d pointName\n\t\t\tretValue \u003d tagPath + \"/Data\"\n\t\n\tif retValue \u003d\u003d \"/Data\":\n\t\tretPoint \u003d \"None\"\n\t\tretValue \u003d \"\"\n\t\t\t\n\tself.custom.valTagPath \u003d retValue\n\tself.custom.pointID \u003d retPoint"
},
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 40,
"width": 400
}
},
"root": {
"children": [
{
"children": [
{
"custom": {
"test": "Local:4:I.Ch02.Fault"
},
"meta": {
"name": "Label"
},
"position": {
"basis": "100px",
"grow": 1,
"shrink": 0
},
"propConfig": {
"custom.pointID": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Address"
},
"type": "tag"
}
},
"custom.pointName": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}.Name"
},
"type": "tag"
}
},
"props.text": {
"binding": {
"config": {
"expression": "{view.custom.pointID}"
},
"type": "expr"
}
}
},
"props": {
"style": {
"marginRight": 10
},
"textStyle": {
"fontSize": "0.70em",
"fontWeight": "bold",
"textAlign": "right"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "indDigital"
},
"position": {
"basis": "30px"
},
"propConfig": {
"props.params.value": {
"binding": {
"config": {
"path": "parent.custom.bit"
},
"overlayOptOut": true,
"type": "property"
}
}
},
"props": {
"path": "Objects/indDigital",
"style": {
"marginBottom": 5,
"marginLeft": 5,
"marginTop": 5
}
},
"type": "ia.display.view"
},
{
"meta": {
"name": "lblValue"
},
"position": {
"basis": "20px",
"shrink": 0
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"path": "parent.custom.bit"
},
"transforms": [
{
"expression": "if({value},\"ON\", \"OFF\")",
"type": "expression"
}
],
"type": "property"
}
}
},
"props": {
"style": {
"fontSize": "0.70em",
"marginLeft": 5,
"marginRight": 5
},
"textStyle": {
"textAlign": "center"
}
},
"type": "ia.display.label"
},
{
"events": {
"component": {
"onActionPerformed": {
"config": {
"script": "\ttagPath \u003d self.view.custom.valTagPath\n\t\n\tsystem.tag.writeBlocking([tagPath],[1])"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "btnSet"
},
"position": {
"basis": "50px",
"shrink": 0
},
"propConfig": {
"position.display": {
"binding": {
"config": {
"path": "parent.custom.bit"
},
"transforms": [
{
"expression": "if(!{view.params.DO},!{value},False)",
"type": "expression"
}
],
"type": "property"
}
}
},
"props": {
"style": {
"backgroundColor": "#FFFFFF",
"margin": 5
},
"text": "Set",
"textStyle": {
"color": "#000000"
}
},
"type": "ia.input.button"
},
{
"events": {
"component": {
"onActionPerformed": {
"config": {
"script": "\ttagPath \u003d self.view.custom.valTagPath\n\t\n\tsystem.tag.writeBlocking([tagPath],[0.0])"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "btnReset"
},
"position": {
"basis": "50px",
"shrink": 0
},
"propConfig": {
"position.display": {
"binding": {
"config": {
"path": "parent.custom.bit"
},
"transforms": [
{
"expression": "if(!{view.params.DO},{value},False)",
"type": "expression"
}
],
"type": "property"
}
}
},
"props": {
"style": {
"backgroundColor": "#9C9C9C",
"margin": 5
},
"text": "Reset",
"textStyle": {
"color": "#FFFFFF"
}
},
"type": "ia.input.button"
}
],
"meta": {
"name": "fcData"
},
"position": {
"basis": "40px",
"grow": 1
},
"propConfig": {
"custom.bit": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "expression",
"tagPath": "{view.custom.valTagPath}"
},
"transforms": [
{
"expression": "if(isBadOrError({value}),False,{value})",
"type": "expression"
}
],
"type": "tag"
}
},
"props.style.borderStyle": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "expression",
"tagPath": "{view.custom.valTagPath}"
},
"transforms": [
{
"expression": "if(isBadOrError({value}),\"solid\",\"\")",
"type": "expression"
}
],
"type": "tag"
}
}
},
"props": {
"style": {
"borderColor": "#FF0000",
"borderWidth": 1
}
},
"type": "ia.container.flex"
}
],
"meta": {
"name": "root"
},
"props": {
"direction": "column",
"style": {
"backgroundColor": "--neutral-10"
}
},
"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": "e2cda3621282840d4edce3186ba82201cb7c548780a13bcb12a5eac5e2ae63a2",
"lastModification": {
"actor": "admin",
"timestamp": "2025-12-17T16:24:07Z"
}
}
}

View File

@@ -0,0 +1,166 @@
{
"custom": {},
"params": {
"DO": false,
"Fault": true,
"tagPath": "[TestingPlatform]DFW2_DC1_PLC_01_A11/Motor/DFW2_DC1_CHLR_1RT40_A11/Inp_RunFdbk"
},
"propConfig": {
"params.DO": {
"paramDirection": "input",
"persistent": true
},
"params.Fault": {
"paramDirection": "input",
"persistent": true
},
"params.tagPath": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 102
},
"dropConfig": {
"udts": [
{
"action": "path",
"param": "tagPath",
"type": "Logix/Points/Digital"
}
]
}
},
"root": {
"children": [
{
"meta": {
"name": "Label_0"
},
"position": {
"basis": "100px",
"grow": 0.5
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"point": "{view.params.tagPath}"
},
"tagPath": "{point}.Name"
},
"type": "tag"
}
}
},
"props": {
"style": {
"paddingRight": 10
},
"textStyle": {
"fontSize": ".75em",
"fontWeight": "bold",
"textAlign": "right"
}
},
"type": "ia.display.label"
},
{
"children": [
{
"meta": {
"name": "evData"
},
"position": {
"basis": "40px",
"grow": 1
},
"propConfig": {
"props.params.DO": {
"binding": {
"config": {
"path": "view.params.DO"
},
"type": "property"
}
},
"props.params.tagPath": {
"binding": {
"config": {
"path": "view.params.tagPath"
},
"overlayOptOut": true,
"type": "property"
}
}
},
"props": {
"params": {
"cfg": false,
"fault": false
},
"path": "Objects/Library/PlantPax/Digital"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "evFault"
},
"position": {
"basis": "40px",
"grow": 1
},
"propConfig": {
"position.display": {
"binding": {
"config": {
"path": "view.params.Fault"
},
"type": "property"
}
},
"props.params.tagPath": {
"binding": {
"config": {
"expression": "{view.params.tagPath}"
},
"type": "expr"
}
}
},
"props": {
"params": {
"DO": false,
"cfg": false,
"fault": true
},
"path": "Objects/Library/PlantPax/Digital"
},
"type": "ia.display.view"
}
],
"meta": {
"name": "FlexContainer_0"
},
"position": {
"basis": "275px",
"grow": 1
},
"props": {
"direction": "column"
},
"type": "ia.container.flex"
}
],
"meta": {
"name": "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": "b3e865734266915129eff9bb325382d86e8d030d9425f7f807bd05814035b872",
"lastModification": {
"actor": "admin",
"timestamp": "2026-02-25T22:44:19Z"
}
}
}

View File

@@ -0,0 +1,173 @@
{
"custom": {},
"params": {
"tagPath": "[TestingPlatform]TestProcessor/TestPlatform/FIT100"
},
"propConfig": {
"params.tagPath": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 100,
"width": 686
}
},
"root": {
"children": [
{
"children": [
{
"meta": {
"name": "cbEnable"
},
"position": {
"basis": "150px"
},
"propConfig": {
"props.selected": {
"binding": {
"config": {
"bidirectional": true,
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/_enable"
},
"type": "tag"
}
}
},
"props": {
"style": {
"fontSize": ".75em",
"fontWeight": "bold",
"marginRight": 5
},
"text": "Enable Simulation"
},
"type": "ia.input.checkbox"
},
{
"meta": {
"name": "cbEnableL2"
},
"position": {
"basis": "100px"
},
"propConfig": {
"props.selected": {
"binding": {
"config": {
"bidirectional": true,
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/_enableL2"
},
"type": "tag"
}
}
},
"props": {
"style": {
"fontSize": ".75em",
"fontWeight": "bold",
"marginRight": 5
},
"text": "Enable L2"
},
"type": "ia.input.checkbox"
}
],
"meta": {
"name": "FlexContainer"
},
"position": {
"basis": "35px"
},
"type": "ia.container.flex"
},
{
"meta": {
"name": "ddLinkPath"
},
"position": {
"basis": "40px",
"shrink": 0
},
"propConfig": {
"props.options": {
"binding": {
"config": {
"expression": "now(5000)"
},
"transforms": [
{
"code": "\ttagPath \u003d self.view.params.tagPath\n\t\n\tdeviceName \u003d self.parent.custom.deviceName\n\t\n\ttags \u003d system.tag.browse(\"[TestingPlatform]\", {\"recursive\":True,\"tagType\":\"UdtInstance\"})\n\t\n\tresults \u003d tags.getResults()\n\t\n\tpathList \u003d []\n\ttypePathList \u003d []\n\t\n\toptions \u003d []\n\t\n\tfor result in results:\n\t\tif \"_types_\" not in str(result[\"fullPath\"]) and \"Calculations\" in str(result[\"typeId\"]) and \"Affinity\" not in str(result[\"typeId\"]):\n\t\t\ttypePathList.append(str(result[\"fullPath\"]))\n\t\t\t\n\t\n\ttagRead \u003d system.tag.readBlocking(typePathList)\n\n\toption \u003d {}\n\toption[\"value\"] \u003d \"\"\n\toption[\"label\"] \u003d \"None Selected\"\n\t\n\toptions.append(option)\n\t\n\tfor i in range(0, len(tagRead)):\n\t\toption \u003d {}\n\t\toption[\"value\"] \u003d typePathList[i]\n\t\tlabel \u003d tagRead[i].value[\"Name\"]\n#\t\tlabel \u003d label.replace(\" - \",\"\")\n\t\tlabel \u003d label.replace(deviceName,\"\")\n\t\t\n\t\toption[\"label\"] \u003d label\n\t\t\n\t\toptions.append(option)\n\t\tprint typePathList[i]\n\t\tprint tagRead[i].value\n\t\t\n\t\t\n\treturn options",
"type": "script"
}
],
"type": "expr"
}
},
"props.value": {
"binding": {
"config": {
"bidirectional": true,
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/L2/LinkPath"
},
"type": "tag"
}
}
},
"props": {
"placeholder": {
"text": "Select link source..."
},
"style": {
"marginRight": 5
}
},
"type": "ia.input.dropdown"
}
],
"meta": {
"name": "root"
},
"propConfig": {
"custom.deviceName": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}.Name"
},
"type": "tag"
}
}
},
"props": {
"direction": "column",
"style": {
"backgroundColor": "--neutral-20",
"padding": 5
}
},
"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": "fbbe6fc500135ef363dad1193e117a4c665ffc3b2ccdf889fe033577454db802",
"lastModification": {
"actor": "admin",
"timestamp": "2026-02-25T22:48:20Z"
}
}
}

View File

@@ -0,0 +1,278 @@
{
"custom": {},
"params": {
"tagPath": "[TestingPlatform]TestProcessor/TestPlatform/FIT100"
},
"propConfig": {
"params.tagPath": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 100,
"width": 500
}
},
"root": {
"children": [
{
"children": [
{
"children": [
{
"meta": {
"name": "cbEnable"
},
"position": {
"basis": "150px"
},
"propConfig": {
"props.selected": {
"binding": {
"config": {
"bidirectional": true,
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/_enable"
},
"type": "tag"
}
}
},
"props": {
"style": {
"fontSize": ".75em",
"fontWeight": "bold",
"marginRight": 5
},
"text": "Enable Simulation"
},
"type": "ia.input.checkbox"
},
{
"meta": {
"name": "cbEnableL2"
},
"position": {
"basis": "100px"
},
"propConfig": {
"props.selected": {
"binding": {
"config": {
"bidirectional": true,
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/_enableL2"
},
"type": "tag"
}
}
},
"props": {
"style": {
"fontSize": ".75em",
"fontWeight": "bold",
"marginRight": 5
},
"text": "Enable L2"
},
"type": "ia.input.checkbox"
}
],
"meta": {
"name": "FlexContainer"
},
"position": {
"basis": "35px"
},
"props": {
"justify": "flex-end"
},
"type": "ia.container.flex"
}
],
"meta": {
"name": "fcSmall"
},
"props": {
"direction": "column"
},
"type": "ia.container.flex"
},
{
"children": [
{
"children": [
{
"meta": {
"name": "cbEnable"
},
"position": {
"basis": "150px"
},
"propConfig": {
"props.selected": {
"binding": {
"config": {
"bidirectional": true,
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/_enable"
},
"type": "tag"
}
}
},
"props": {
"style": {
"fontSize": ".75em",
"fontWeight": "bold",
"marginRight": 5
},
"text": "Enable Simulation"
},
"type": "ia.input.checkbox"
},
{
"meta": {
"name": "cbEnableL2"
},
"position": {
"basis": "100px"
},
"propConfig": {
"props.selected": {
"binding": {
"config": {
"bidirectional": true,
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/_enableL2"
},
"type": "tag"
}
}
},
"props": {
"style": {
"fontSize": ".75em",
"fontWeight": "bold",
"marginRight": 5
},
"text": "Enable L2"
},
"type": "ia.input.checkbox"
}
],
"meta": {
"name": "FlexContainer"
},
"position": {
"basis": "35px"
},
"props": {
"justify": "flex-end"
},
"type": "ia.container.flex"
},
{
"meta": {
"name": "ddLinkPath"
},
"position": {
"basis": "40px",
"shrink": 0
},
"propConfig": {
"props.options": {
"binding": {
"config": {
"expression": "now(5000)"
},
"transforms": [
{
"code": "\ttagPath \u003d self.view.params.tagPath\n\t\n\tdeviceName \u003d self.view.getChild(\"root\").custom.deviceName\n\t\n\ttags \u003d system.tag.browse(\"[TestingPlatform]\", {\"recursive\":True,\"tagType\":\"UdtInstance\"})\n\t\n\tresults \u003d tags.getResults()\n\t\n\tpathList \u003d []\n\ttypePathList \u003d []\n\t\n\toptions \u003d []\n\t\n\tfor result in results:\n\t\tif \"_types_\" not in str(result[\"fullPath\"]) and \"Calculations\" in str(result[\"typeId\"]) and \"Affinity\" not in str(result[\"typeId\"]):\n\t\t\ttypePathList.append(str(result[\"fullPath\"]))\n\t\t\t\n\t\n\ttagRead \u003d system.tag.readBlocking(typePathList)\n\n\toption \u003d {}\n\toption[\"value\"] \u003d \"\"\n\toption[\"label\"] \u003d \"None Selected\"\n\t\n\toptions.append(option)\n\t\n\tfor i in range(0, len(tagRead)):\n\t\toption \u003d {}\n\t\toption[\"value\"] \u003d typePathList[i]\n\t\tlabel \u003d tagRead[i].value[\"Name\"]\n#\t\tlabel \u003d label.replace(\" - \",\"\")\n\t\tlabel \u003d label.replace(deviceName,\"\")\n\t\t\n\t\toption[\"label\"] \u003d label\n\t\t\n\t\toptions.append(option)\n\t\tprint typePathList[i]\n\t\tprint tagRead[i].value\n\t\t\n\t\t\n\treturn options",
"type": "script"
}
],
"type": "expr"
}
},
"props.value": {
"binding": {
"config": {
"bidirectional": true,
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/L2/LinkPath"
},
"type": "tag"
}
}
},
"props": {
"placeholder": {
"text": "Select link source..."
},
"style": {
"marginRight": 5
}
},
"type": "ia.input.dropdown"
}
],
"meta": {
"name": "fcLarge"
},
"position": {
"size": "large"
},
"props": {
"direction": "column"
},
"type": "ia.container.flex"
}
],
"meta": {
"name": "root"
},
"propConfig": {
"custom.deviceName": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}.Name"
},
"type": "tag"
}
}
},
"props": {
"breakpoint": 50,
"determinant": "height"
},
"type": "ia.container.breakpt"
}
}

View File

@@ -0,0 +1,17 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModificationSignature": "0d0899377740f49df8b0c9628bfb8996ae1b5063fef8e844221332589bb441be",
"lastModification": {
"actor": "admin",
"timestamp": "2026-02-14T22:23:51Z"
}
}
}

View File

@@ -0,0 +1,11 @@
{
"custom": {},
"params": {},
"props": {},
"root": {
"meta": {
"name": "root"
},
"type": "ia.container.coord"
}
}

View File

@@ -0,0 +1,17 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModificationSignature": "bd31320c6b0209fec1e657deca7f408c4ff6010b6291fa376d5a6bcf3029d303",
"lastModification": {
"actor": "admin",
"timestamp": "2025-12-17T16:24:07Z"
}
}
}

View File

@@ -0,0 +1,17 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModificationSignature": "ae907ddb5309b84ede05b9418f0f0702005635dff6019fd4972173a30c04a42c",
"lastModification": {
"actor": "admin",
"timestamp": "2025-12-17T16:24:07Z"
}
}
}

View File

@@ -0,0 +1,277 @@
{
"custom": {},
"params": {
"index": "value",
"tagPath": "[TestingPlatform]CDR1_DC1_PLC_CHLR_A110/CHLR_A110_0/CDR1_DC1_FYC_1CY40_A110_01_FY"
},
"propConfig": {
"params.index": {
"paramDirection": "input",
"persistent": true
},
"params.tagPath": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 200,
"width": 400
}
},
"root": {
"children": [
{
"children": [
{
"meta": {
"name": "Label"
},
"position": {
"basis": "175px",
"grow": 1
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}.Name"
},
"type": "tag"
}
}
},
"props": {
"textStyle": {
"fontSize": "0.8em",
"fontWeight": "bold",
"textAlign": "center"
}
},
"type": "ia.display.label"
}
],
"meta": {
"name": "header"
},
"position": {
"basis": "35px",
"shrink": 0
},
"props": {
"style": {
"backgroundColor": "--neutral-30"
}
},
"type": "ia.container.flex"
},
{
"children": [
{
"meta": {
"name": "Label"
},
"position": {
"basis": "50px",
"shrink": 0
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Description"
},
"type": "tag"
}
}
},
"props": {
"textStyle": {
"fontSize": "10px",
"fontWeight": "bold",
"overflowWrap": "normal",
"textAlign": "center"
}
},
"type": "ia.display.label"
},
{
"children": [
{
"meta": {
"name": "Label"
},
"position": {
"basis": "80px",
"grow": 1
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Parameters.Out_CV"
},
"type": "tag"
}
}
},
"props": {
"style": {
"marginRight": 5
},
"textStyle": {
"fontSize": ".75em",
"fontWeight": "bold",
"textAlign": "right"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "NumericEntryField"
},
"position": {
"basis": "100px"
},
"propConfig": {
"props.value": {
"binding": {
"config": {
"bidirectional": true,
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Out_CV/Data"
},
"type": "tag"
}
}
},
"props": {
"containerStyle": {
"margin": 5
},
"enabled": false,
"format": "0.00#",
"spinner": {
"enabled": false
},
"style": {
"classes": "Display/NumericEntry"
}
},
"type": "ia.input.numeric-entry-field"
}
],
"meta": {
"name": "fcData"
},
"position": {
"basis": "40px"
},
"propConfig": {
"custom.bit": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}"
},
"transforms": [
{
"code": "\tif value \u003e 0:\n\t\treturn True\n\telse:\n\t\treturn False\n\treturn value",
"type": "script"
}
],
"type": "tag"
}
}
},
"type": "ia.container.flex"
},
{
"meta": {
"name": "evFault"
},
"position": {
"basis": "40px"
},
"propConfig": {
"props.params.pointLabel": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Out_CV/Address"
},
"transforms": [
{
"code": "\tvalue \u003d value.replace(\"O.\",\"I.\")\n\tvalue \u003d value.replace(\".Data\",\".Fault\")\n\t\t\n\treturn value",
"type": "script"
}
],
"type": "tag"
}
},
"props.params.tagPath": {
"binding": {
"config": {
"expression": "{view.params.tagPath} + \"/Out_CV/Fault\""
},
"type": "expr"
}
}
},
"props": {
"path": "Objects/Digital"
},
"type": "ia.display.view"
}
],
"meta": {
"name": "fcMain"
},
"position": {
"basis": "415px",
"grow": 1
},
"props": {
"direction": "column"
},
"type": "ia.container.flex"
}
],
"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": "e62e2b597e938bdd7e0058c78e6b954456b28de0468a1244ae311c5db5102242",
"lastModification": {
"actor": "admin",
"timestamp": "2025-12-17T16:24:07Z"
}
}
}

View File

@@ -0,0 +1,164 @@
{
"custom": {},
"params": {
"index": "value",
"tagPath": "[TestingPlatform]DFW2_DC1_PLC_FOH_RTU_03/Main/DFW2_DC1_SCP_COR2000_02_JA_02"
},
"propConfig": {
"params.index": {
"paramDirection": "input",
"persistent": true
},
"params.tagPath": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 125,
"width": 400
}
},
"root": {
"children": [
{
"children": [
{
"meta": {
"name": "Label"
},
"position": {
"basis": "175px",
"grow": 1
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}.Name"
},
"type": "tag"
}
}
},
"props": {
"textStyle": {
"fontSize": "0.8em",
"fontWeight": "bold",
"textAlign": "center"
}
},
"type": "ia.display.label"
}
],
"meta": {
"name": "header"
},
"position": {
"basis": "35px",
"shrink": 0
},
"props": {
"style": {
"backgroundColor": "--neutral-30"
}
},
"type": "ia.container.flex"
},
{
"children": [
{
"meta": {
"name": "Label"
},
"position": {
"basis": "40px",
"shrink": 0
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Description"
},
"type": "tag"
}
}
},
"props": {
"textStyle": {
"fontSize": "10px",
"fontWeight": "bold",
"overflowWrap": "normal",
"textAlign": "center"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "evData"
},
"position": {
"basis": "50px"
},
"propConfig": {
"props.params.tagPath": {
"binding": {
"config": {
"path": "view.params.tagPath"
},
"transforms": [
{
"expression": "{value} + \"/Inp_PV\"",
"type": "expression"
}
],
"type": "property"
}
}
},
"props": {
"params": {
"DO": false,
"cfg": false,
"fault": false
},
"path": "Objects/PlantPax/Digital"
},
"type": "ia.display.view"
}
],
"meta": {
"name": "fcMain"
},
"position": {
"basis": "415px",
"grow": 1
},
"props": {
"direction": "column"
},
"type": "ia.container.flex"
}
],
"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": "533973bfe23e47fd8e3eb832775428867866480c4233705a9877742d0f406e48",
"lastModification": {
"actor": "admin",
"timestamp": "2025-12-17T16:24:07Z"
}
}
}

View File

@@ -0,0 +1,164 @@
{
"custom": {},
"params": {
"index": "value",
"tagPath": "[TestingPlatform]DFW2_DC1_PLC_FOH_RTU_03/Main/DFW2_DC1_SCP_COR2000_02_JA_02"
},
"propConfig": {
"params.index": {
"paramDirection": "input",
"persistent": true
},
"params.tagPath": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 125,
"width": 400
}
},
"root": {
"children": [
{
"children": [
{
"meta": {
"name": "Label"
},
"position": {
"basis": "175px",
"grow": 1
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}.Name"
},
"type": "tag"
}
}
},
"props": {
"textStyle": {
"fontSize": "0.8em",
"fontWeight": "bold",
"textAlign": "center"
}
},
"type": "ia.display.label"
}
],
"meta": {
"name": "header"
},
"position": {
"basis": "35px",
"shrink": 0
},
"props": {
"style": {
"backgroundColor": "--neutral-30"
}
},
"type": "ia.container.flex"
},
{
"children": [
{
"meta": {
"name": "Label"
},
"position": {
"basis": "40px",
"shrink": 0
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Description"
},
"type": "tag"
}
}
},
"props": {
"textStyle": {
"fontSize": "10px",
"fontWeight": "bold",
"overflowWrap": "normal",
"textAlign": "center"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "evData"
},
"position": {
"basis": "50px"
},
"propConfig": {
"props.params.tagPath": {
"binding": {
"config": {
"path": "view.params.tagPath"
},
"transforms": [
{
"expression": "{value} + \"/Out/Data\"",
"type": "expression"
}
],
"type": "property"
}
}
},
"props": {
"params": {
"DO": true,
"cfg": false,
"fault": false
},
"path": "Objects/PlantPax/Digital"
},
"type": "ia.display.view"
}
],
"meta": {
"name": "fcMain"
},
"position": {
"basis": "415px",
"grow": 1
},
"props": {
"direction": "column"
},
"type": "ia.container.flex"
}
],
"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": "58b4d1a583214383c9954f5e7b72929d439806a517ac35c87e17456bf7d0fee2",
"lastModification": {
"actor": "admin",
"timestamp": "2025-12-17T16:24:07Z"
}
}
}

View File

@@ -0,0 +1,512 @@
{
"custom": {},
"params": {
"index": "value",
"tagPath": "[TestingPlatform]DFW2_DC1_PLC_BOH_01/Motor/DFW2_DC1_EXF_RM1410_01"
},
"propConfig": {
"params.index": {
"paramDirection": "input",
"persistent": true
},
"params.tagPath": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 314,
"width": 500
},
"dropConfig": {
"udts": [
{
"action": "path",
"param": "tagPath",
"type": "PlantPax/41/P_Motor"
}
]
}
},
"root": {
"children": [
{
"children": [
{
"meta": {
"name": "Label"
},
"position": {
"basis": "175px",
"grow": 1
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}.Name"
},
"type": "tag"
}
}
},
"props": {
"textStyle": {
"fontSize": "0.8em",
"fontWeight": "bold",
"textAlign": "center"
}
},
"type": "ia.display.label"
}
],
"meta": {
"name": "header"
},
"position": {
"basis": "35px",
"shrink": 0
},
"props": {
"direction": "column",
"style": {
"backgroundColor": "--neutral-30"
}
},
"type": "ia.container.flex"
},
{
"meta": {
"name": "Label"
},
"position": {
"basis": "40px",
"shrink": 0
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Description"
},
"type": "tag"
}
}
},
"props": {
"textStyle": {
"fontSize": "10px",
"fontWeight": "bold",
"overflowWrap": "normal",
"textAlign": "center"
}
},
"type": "ia.display.label"
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"meta": {
"name": "cbEnableNoise"
},
"position": {
"basis": "200px"
},
"propConfig": {
"props.selected": {
"binding": {
"config": {
"bidirectional": true,
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/_enable"
},
"type": "tag"
}
}
},
"props": {
"style": {
"fontSize": ".75em",
"fontWeight": "bold",
"marginLeft": 10,
"textAlign": "right"
},
"text": "Enable Simulation",
"textPosition": "left"
},
"type": "ia.input.checkbox"
}
],
"meta": {
"name": "FlexContainer"
},
"position": {
"basis": "40px"
},
"props": {
"style": {
"borderBottomStyle": "solid",
"borderBottomWidth": 1
}
},
"type": "ia.container.flex"
},
{
"meta": {
"name": "evInp_RunFdbk"
},
"position": {
"basis": "40px",
"grow": 1
},
"propConfig": {
"position.display": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Config/Cfg_HasRunFdbk"
},
"type": "tag"
}
},
"props.params.tagPath": {
"binding": {
"config": {
"expression": "{view.params.tagPath} + \"/Inp_RunFdbk\""
},
"type": "expr"
}
}
},
"props": {
"params": {
"DO": false,
"Fault": false
},
"path": "Objects/PlantPax/DigitalWFault",
"style": {
"borderBottomStyle": "solid",
"borderBottomWidth": 1
}
},
"type": "ia.display.view"
},
{
"meta": {
"name": "evOut_Run"
},
"position": {
"basis": "40px",
"grow": 1
},
"propConfig": {
"position.display": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Config/Has_Out_Run"
},
"type": "tag"
}
},
"props.params.tagPath": {
"binding": {
"config": {
"expression": "{view.params.tagPath} + \"/Out_Run\""
},
"type": "expr"
}
}
},
"props": {
"params": {
"DO": true,
"Fault": false
},
"path": "Objects/PlantPax/DigitalWFault",
"style": {
"borderBottomStyle": "solid",
"borderBottomWidth": 1
}
},
"type": "ia.display.view"
},
{
"meta": {
"name": "evOut_Start"
},
"position": {
"basis": "40px",
"grow": 1
},
"propConfig": {
"position.display": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Config/Has_Out_Start"
},
"type": "tag"
}
},
"props.params.tagPath": {
"binding": {
"config": {
"expression": "{view.params.tagPath} + \"/Out_Start\""
},
"type": "expr"
}
}
},
"props": {
"params": {
"DO": true,
"Fault": false
},
"path": "Objects/PlantPax/DigitalWFault",
"style": {
"borderBottomStyle": "solid",
"borderBottomWidth": 1
}
},
"type": "ia.display.view"
},
{
"meta": {
"name": "evOut_Stop"
},
"position": {
"basis": "40px",
"grow": 1
},
"propConfig": {
"position.display": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}/Config/Has_Out_Stop"
},
"type": "tag"
}
},
"props.params.tagPath": {
"binding": {
"config": {
"expression": "{view.params.tagPath} + \"/Out_Stop\""
},
"type": "expr"
}
}
},
"props": {
"params": {
"DO": true,
"Fault": false
},
"path": "Objects/PlantPax/DigitalWFault",
"style": {
"borderBottomStyle": "solid",
"borderBottomWidth": 1
}
},
"type": "ia.display.view"
}
],
"meta": {
"name": "fcData"
},
"position": {
"basis": "200px",
"grow": 1
},
"props": {
"direction": "column",
"style": {
"borderTopStyle": "solid",
"borderTopWidth": 1
}
},
"type": "ia.container.flex"
},
{
"children": [
{
"meta": {
"name": "Motor"
},
"position": {
"basis": "100px"
},
"propConfig": {
"props.state": {
"binding": {
"config": {
"struct": {
"running": "tag({view.params.tagPath} + \"/Sts_Running\")",
"starting": "tag({view.params.tagPath} + \"/Sts_Starting\")",
"stopped": "tag({view.params.tagPath} + \"/Sts_Stopped\")",
"stopping": "tag({view.params.tagPath} + \"/Sts_Stopping\")"
},
"waitOnAll": true
},
"transforms": [
{
"code": "\tif value[\"running\"]:\n\t\treturn \"running\"\n\telif value[\"starting\"] or value[\"stopping\"]:\n\t\treturn \"default\"\n\telif value[\"stopped\"]:\n\t\treturn \"stopped\"\n\telse:\n\t\treturn \"default\"\n",
"type": "script"
}
],
"type": "expr-struct"
}
}
},
"props": {
"feet": "none",
"label": {
"text": ""
},
"value": {
"text": ""
}
},
"type": "ia.symbol.motor"
}
],
"meta": {
"name": "fcMotor"
},
"position": {
"basis": "100px"
},
"props": {
"direction": "column",
"justify": "center",
"style": {
"borderLeftStyle": "solid",
"borderLeftWidth": 1,
"borderTopStyle": "solid",
"borderTopWidth": 1
}
},
"type": "ia.container.flex"
}
],
"meta": {
"name": "fcMain"
},
"props": {
"style": {
"backgroundColor": "--neutral-10"
}
},
"type": "ia.container.flex"
},
{
"children": [
{
"meta": {
"name": "evCfg_SpeedRefRawMax"
},
"position": {
"basis": "40px",
"grow": 0.05
},
"propConfig": {
"props.params.tagPath": {
"binding": {
"config": {
"expression": "{view.params.tagPath} + \"/Config/Cfg_SimFdbkT\""
},
"type": "expr"
}
}
},
"props": {
"path": "Objects/PlantPax/CfgAnalog"
},
"type": "ia.display.view"
}
],
"meta": {
"name": "fcConfig2"
},
"position": {
"tabIndex": 1
},
"props": {
"direction": "column",
"style": {
"backgroundColor": "--neutral-10"
}
},
"type": "ia.container.flex"
}
],
"meta": {
"name": "TabContainer"
},
"position": {
"basis": "300px",
"grow": 1
},
"props": {
"menuStyle": {
"backgroundColor": "--neutral-20"
},
"menuType": "modern",
"tabSize": {
"height": 30
},
"tabs": [
"Main",
"Config"
]
},
"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": "2b57593f94b62176b72ba5139902937d951030d7aea775c46c09b9b938870cdd",
"lastModification": {
"actor": "admin",
"timestamp": "2025-12-17T16:24:07Z"
}
}
}

View File

@@ -0,0 +1,68 @@
{
"custom": {},
"params": {
"value": true
},
"propConfig": {
"params.value": {
"paramDirection": "input",
"persistent": true
}
},
"props": {},
"root": {
"children": [
{
"meta": {
"name": "ind"
},
"propConfig": {
"props.elements[1].fill.paint": {
"binding": {
"config": {
"path": "view.params.value"
},
"transforms": [
{
"expression": "if({value},\"#FFFFFF\",\"#9C9C9C\")",
"type": "expression"
}
],
"type": "property"
}
}
},
"props": {
"elements": [
{
"name": "symbol",
"type": "symbol"
},
{
"d": "M112.159,56.249c0-31.027-25.031-56.192-55.909-56.192 c-30.876,0-55.909,25.166-55.909,56.192c0,31.03,25.033,56.194,55.909,56.194C87.128,112.443,112.159,87.279,112.159,56.249z",
"fill": {},
"name": "path",
"stroke": {
"paint": "#000000",
"width": "0.5"
},
"type": "path"
}
],
"preserveAspectRatio": "none",
"viewBox": "0 0 112.5 112.5"
},
"type": "ia.shapes.svg"
}
],
"meta": {
"name": "root"
},
"props": {
"alignItems": "center",
"direction": "column",
"justify": "center"
},
"type": "ia.container.flex"
}
}