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": {
"Label_Text_Time": "Uhrzeit",
"Button_Text_Ok": "OK",
"Button_Text_Cancel": "Abbrechen",
"Date_Format_Browser_Timezone": "{0} ({1} Browser-Zeitzone)",
"Date_Format_Timezone": "{0} ({1} {2})",
"Tooltip_LessThanMin_Text": "Der aktuelle Zeitpunkt liegt vor dem Startzeitpunkt: {0}",
"Tooltip_GreaterThanMax_Text": "Der aktuelle Zeitpunkt liegt nach dem Endzeitpunkt: {0}"
}
}

View File

@@ -0,0 +1,13 @@
{
"$schema": "../../../TwinCAT-HMI-Common/JsonSchemas/Language.Schema.json",
"locale": "en",
"localizedText": {
"Label_Text_Time": "Time",
"Button_Text_Ok": "OK",
"Button_Text_Cancel": "Cancel",
"Date_Format_Browser_Timezone": "{0} ({1} Browser timezone)",
"Date_Format_Timezone": "{0} ({1} {2})",
"Tooltip_LessThanMin_Text": "The currently selected time is before the start time: {0}",
"Tooltip_GreaterThanMax_Text": "The currently selected time is after the end time: {0}"
}
}