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,23 @@
|
||||
{
|
||||
"$schema": "../../../TwinCAT-HMI-Common/JsonSchemas/Language.Schema.json",
|
||||
"locale": "de",
|
||||
"localizedText": {
|
||||
"Label_Text_Select": "Auswählen",
|
||||
"Header_Recipes": "Rezepte",
|
||||
"Button_Text_Activate": "Aktivieren",
|
||||
"Button_Tooltip_Activate": "Rezept aktivieren",
|
||||
"Button_Tooltip_Activate_MissingSymbolAccess": "Rezept aktivieren. Sie benötigen Schreibzugriff auf das 'ActivateRecipe' Symbol der Rezeptverwaltung",
|
||||
"Button_Text_Teach": "Anlernen",
|
||||
"Button_Tooltip_Teach": "Rezept anlernen",
|
||||
"Button_Tooltip_Teach_MissingSymbolAccess": "Rezept anlernen. Sie benötigen Schreibzugriff auf die 'Config', 'ReadFromTarget' und 'UpdateRecipe' Symbole der Rezeptverwaltung",
|
||||
"Button_Text_Ok": "OK",
|
||||
"Button_Text_Cancel": "Abbrechen",
|
||||
"Popup_Button_Text_Yes": "Ja",
|
||||
"Popup_Button_Text_No": "Nein",
|
||||
"Popup_Header_ConfirmActivate": "Aktivieren",
|
||||
"Popup_Text_ConfirmActivate": "Sind Sie sicher, dass Sie dieses Rezept aktivieren wollen?\nDies wird alle im Rezept enthaltenen Variablen in die SPS schreiben.",
|
||||
"Popup_Header_ConfirmTeach": "Anlernen",
|
||||
"Popup_Text_ConfirmTeach": "Sind Sie sicher, dass Sie dieses Rezept anlernen wollen?\nDies wird alle Rezeptvariablen mit den aktuellen Werten aus der PLC überschreiben.",
|
||||
"Popup_Text_NoRecipes": "Keine Rezepte verfügbar."
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"$schema": "../../../TwinCAT-HMI-Common/JsonSchemas/Language.Schema.json",
|
||||
"locale": "en",
|
||||
"localizedText": {
|
||||
"Label_Text_Select": "Select",
|
||||
"Header_Recipes": "Recipes",
|
||||
"Button_Text_Activate": "Activate",
|
||||
"Button_Tooltip_Activate": "Activate recipe",
|
||||
"Button_Tooltip_Activate_MissingSymbolAccess": "Activate recipe. You need write access to the 'ActivateRecipe' symbol of the recipe management domain for this",
|
||||
"Button_Text_Teach": "Teach",
|
||||
"Button_Tooltip_Teach": "Teach recipe",
|
||||
"Button_Tooltip_Teach_MissingSymbolAccess": "Teach recipe. You need write access to the 'Config', 'ReadFromTarget' and 'UpdateRecipe' symbols of the recipe management domain for this",
|
||||
"Button_Text_Ok": "OK",
|
||||
"Button_Text_Cancel": "Cancel",
|
||||
"Popup_Button_Text_Yes": "Yes",
|
||||
"Popup_Button_Text_No": "No",
|
||||
"Popup_Header_ConfirmActivate": "Activating",
|
||||
"Popup_Text_ConfirmActivate": "Are you sure you want to activate this recipe?\nThis will write all variables contained in the recipe to the PLC.",
|
||||
"Popup_Header_ConfirmTeach": "Teaching",
|
||||
"Popup_Text_ConfirmTeach": "Are you sure you want to teach this recipe?\nThis will overwrite all recipe variables with the current values from the PLC.",
|
||||
"Popup_Text_NoRecipes": "No recipes available."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user