260502 Backup

This commit is contained in:
2026-05-02 05:21:54 +00:00
parent 671e1e7c0c
commit a590cd030f
1331 changed files with 35503 additions and 87262 deletions

View File

@@ -0,0 +1,167 @@
{
"custom": {},
"params": {
"dataType": "Int4",
"enabled": false,
"tagPath": "[default]simulator/New Tag",
"visible": true
},
"propConfig": {
"params.dataType": {
"paramDirection": "input",
"persistent": true
},
"params.enabled": {
"paramDirection": "input",
"persistent": true
},
"params.tagPath": {
"paramDirection": "input",
"persistent": true
},
"params.visible": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 40,
"width": 200
}
},
"root": {
"children": [
{
"meta": {
"name": "Name",
"tooltip": {
"enabled": true
}
},
"position": {
"basis": "100px"
},
"propConfig": {
"meta.tooltip.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}.OpcItemPath"
},
"type": "tag"
}
},
"props.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagPath": "{view.params.tagPath}"
},
"tagPath": "{tagPath}.Tooltip"
},
"type": "tag"
}
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "Input"
},
"position": {
"basis": "75px"
},
"propConfig": {
"props.params.enabled": {
"binding": {
"config": {
"path": "view.params.enabled"
},
"type": "property"
}
},
"props.params.tagPath": {
"binding": {
"config": {
"path": "view.params.tagPath"
},
"type": "property"
}
},
"props.path": {
"binding": {
"config": {
"expression": "case({view.params.dataType},\r\n\u0027Boolean\u0027, \u0027Library/Framework/Input/Boolean\u0027,\r\n\u0027Int4\u0027, \u0027Library/Framework/Input/Int\u0027,\r\n\u0027Int8\u0027, \u0027Library/Framework/Input/Int\u0027,\r\n\u0027Float4\u0027, \u0027Library/Framework/Input/Int\u0027,\r\n\u0027Float8\u0027, \u0027Library/Framework/Input/Int\u0027,\r\n\u0027String\u0027, \u0027Library/Framework/Input/String\u0027,\r\n\u0027\u0027)"
},
"type": "expr"
}
}
},
"props": {
"style": {
"minWidth": "10px"
}
},
"type": "ia.display.view"
},
{
"meta": {
"name": "Units"
},
"position": {
"basis": "20px"
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"1": "{view.params.tagPath}"
},
"tagPath": "{1}.EngUnit"
},
"type": "tag"
}
}
},
"props": {
"textStyle": {
"color": "var(--units-color)"
}
},
"type": "ia.display.label"
}
],
"meta": {
"name": "root"
},
"propConfig": {
"meta.visible": {
"binding": {
"config": {
"path": "view.params.visible"
},
"type": "property"
}
}
},
"props": {
"style": {
"gap": "10px",
"overflow": "visible",
"padding": "0 10px"
}
},
"type": "ia.container.flex"
}
}