56 lines
1.7 KiB
JSON
56 lines
1.7 KiB
JSON
{
|
|
"$schema": "../TcHmiFramework/Schema/FunctionDescription.Schema.json",
|
|
"apiVersion": 1,
|
|
"version": {
|
|
"full": "14.3.340.0",
|
|
"major": 14,
|
|
"minor": 3,
|
|
"build": 340,
|
|
"revision": 0
|
|
},
|
|
"dependencyFiles": [
|
|
{
|
|
"name": "GetElementByIndex.js",
|
|
"type": "JavaScript",
|
|
"description": ""
|
|
}
|
|
],
|
|
"function": {
|
|
"name": "GetElementByIndex",
|
|
"namespace": "TcHmi.Functions.Beckhoff",
|
|
"displayName": "GetElementByIndex",
|
|
"visible": true,
|
|
"description": "Return the value at the array index position.",
|
|
"category": "Data Conversion",
|
|
"waitMode": "Asynchronous",
|
|
"injectContextObject": true,
|
|
"returnValue": null,
|
|
"arguments": [
|
|
{
|
|
"name": "ctx",
|
|
"displayName": "ctx",
|
|
"type": "tchmi:framework#/definitions/ContextReference",
|
|
"description": "Context Reference",
|
|
"required": true,
|
|
"bindable": false
|
|
},
|
|
{
|
|
"name": "arraySymbol",
|
|
"displayName": "ArraySymbol",
|
|
"type": "tchmi:framework#/definitions/Symbol",
|
|
"description": "Value to be trimmed",
|
|
"required": true,
|
|
"bindable": true,
|
|
"allowSymbolReferenceWatchDelegation": true
|
|
},
|
|
{
|
|
"name": "index",
|
|
"displayName": "Index",
|
|
"type": "tchmi:framework#/definitions/PositiveNumber",
|
|
"description": "Index",
|
|
"required": true,
|
|
"bindable": true
|
|
}
|
|
]
|
|
}
|
|
} |