Added minimal functionality for Robot teaching
- Added minimal HMI - Added possibility to open and close all chamber doors
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user