Added minimal functionality for Robot teaching

- Added minimal HMI
- Added possibility to open and close all chamber doors
This commit is contained in:
2026-01-17 09:20:39 +01:00
parent 9f058db2a3
commit 2d11c43579
2274 changed files with 912690 additions and 162 deletions

View File

@@ -0,0 +1,13 @@
{
"$schema": "../../../TwinCAT-HMI-Common/JsonSchemas/Language.Schema.json",
"locale": "de",
"localizedText": {
"Button_Tooltip_Play": "Start",
"Button_Tooltip_Pause": "Pause",
"Button_Tooltip_PanX": "Ansicht nur horizontal verschieben",
"Button_Tooltip_PanXY": "Ansicht sowohl horizontal als auch vertikal verschieben",
"Button_Tooltip_ZoomX": "Nur die horizontale Achse zoomen",
"Button_Tooltip_ZoomXY": "Sowohl die horizontal als auch die vertikale Achse zoomen",
"Button_Tooltip_ResetZoomPan": "Ansicht und Zoom zurücksetzen"
}
}

View File

@@ -0,0 +1,13 @@
{
"$schema": "../../../TwinCAT-HMI-Common/JsonSchemas/Language.Schema.json",
"locale": "en",
"localizedText": {
"Button_Tooltip_Play": "Play",
"Button_Tooltip_Pause": "Pause",
"Button_Tooltip_PanX": "Pan only horizontally",
"Button_Tooltip_PanXY": "Pan horizontally and vertically",
"Button_Tooltip_ZoomX": "Zoom only the horizontal axis",
"Button_Tooltip_ZoomXY": "Zoom both the horizontal and the vertical axis",
"Button_Tooltip_ResetZoomPan": "Reset zooming and panning"
}
}