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,15 @@
{
"$schema": "../../../TwinCAT-HMI-Common/JsonSchemas/Language.Schema.json",
"locale": "de",
"localizedText": {
"Label_Text_Years": "Jahre",
"Label_Text_Months": "Monate",
"Label_Text_Days": "Tage",
"Label_Text_Hours": "Stunden",
"Label_Text_Minutes": "Minuten",
"Label_Text_Seconds": "Sekunden",
"Label_Text_Milliseconds": "Millisekunden",
"Button_Text_Ok": "OK",
"Button_Text_Cancel": "Abbrechen"
}
}

View File

@@ -0,0 +1,15 @@
{
"$schema": "../../../TwinCAT-HMI-Common/JsonSchemas/Language.Schema.json",
"locale": "en",
"localizedText": {
"Label_Text_Years": "Years",
"Label_Text_Months": "Months",
"Label_Text_Days": "Days",
"Label_Text_Hours": "Hours",
"Label_Text_Minutes": "Minutes",
"Label_Text_Seconds": "Seconds",
"Label_Text_Milliseconds": "Milliseconds",
"Button_Text_Ok": "OK",
"Button_Text_Cancel": "Cancel"
}
}