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,10 @@
|
||||
{
|
||||
"$schema": "../../../TwinCAT-HMI-Common/JsonSchemas/Language.Schema.json",
|
||||
"locale": "de",
|
||||
"localizedText": {
|
||||
"Engineering_Not_Configured": "LayoutFile wurde nicht konfiguriert.\nBitte fügen Sie dem Projekt ein Tastaturlayout hinzu und setzen Sie das Attribut LayoutFile.",
|
||||
"InputHint_Min": "Min:",
|
||||
"InputHint_Max": "Max:",
|
||||
"InputHint_Separator": ";"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"$schema": "../../../TwinCAT-HMI-Common/JsonSchemas/Language.Schema.json",
|
||||
"locale": "en",
|
||||
"localizedText": {
|
||||
"Engineering_Not_Configured": "No configured LayoutFile.\nPlease add a keyboard layout to the project and set the LayoutFile attribute.",
|
||||
"InputHint_Min": "Min:",
|
||||
"InputHint_Max": "Max:",
|
||||
"InputHint_Separator": ";"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user