Files
infineon_plc/Packages/Beckhoff.TwinCAT.HMI.Controls.14.4.1/runtimes/native1.12-tchmi/TcHmiPolyline/Description.json
m.heisig 2d11c43579 Added minimal functionality for Robot teaching
- Added minimal HMI
- Added possibility to open and close all chamber doors
2026-01-17 09:20:39 +01:00

49 lines
1.3 KiB
JSON

{
"$schema": "../../TcHmiFramework/Schema/ControlDescription.Schema.json",
"apiVersion": 1,
"name": "TcHmiPolyline",
"namespace": "TcHmi.Controls.Beckhoff",
"displayName": "Polyline",
"version": {
"full": "14.4.1.0",
"major": 14,
"minor": 4,
"build": 1,
"revision": 0
},
"visible": true,
"themeable": "Standard",
"base": "TcHmi.Controls.Beckhoff.TcHmiPolygon",
"description": "The polyline control defines an open shape consisting of a set of connected straight line segments.\nThe last point is not necessarily connected to the first point.",
"defaultDesignerEvent": ".onPressed",
"properties": {
"containerControl": false,
"geometry": {
"width": 200,
"height": 200
}
},
"icons": [
{
"name": "Icons/16x16.png",
"width": 16,
"height": 16
}
],
"template": "Template.html",
"dependencyFiles": [
{
"name": "../dist/TcHmiPolyline/TcHmiPolyline.esm.js",
"type": "EsModule",
"description": "Contains all the main logic as ES module."
}
],
"attributes": [],
"attributeCategories": [],
"functions": [],
"dataTypes": [
{
"schema": "Schema/Types.Schema.json"
}
]
}