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,13 @@
|
||||
{
|
||||
"$schema": "../../../TwinCAT-HMI-Common/JsonSchemas/Language.Schema.json",
|
||||
"locale": "de",
|
||||
"localizedText": {
|
||||
"Button_Tooltip_Play": "Start",
|
||||
"Button_Tooltip_Pause": "Pause",
|
||||
"Button_Tooltip_PanX": "Ansicht nur horizontal verschieben",
|
||||
"Button_Tooltip_PanXY": "Ansicht sowohl horizontal als auch vertikal verschieben",
|
||||
"Button_Tooltip_ZoomX": "Nur die horizontale Achse zoomen",
|
||||
"Button_Tooltip_ZoomXY": "Sowohl die horizontal als auch die vertikale Achse zoomen",
|
||||
"Button_Tooltip_ResetZoomPan": "Ansicht und Zoom zurücksetzen"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"$schema": "../../../TwinCAT-HMI-Common/JsonSchemas/Language.Schema.json",
|
||||
"locale": "en",
|
||||
"localizedText": {
|
||||
"Button_Tooltip_Play": "Play",
|
||||
"Button_Tooltip_Pause": "Pause",
|
||||
"Button_Tooltip_PanX": "Pan only horizontally",
|
||||
"Button_Tooltip_PanXY": "Pan horizontally and vertically",
|
||||
"Button_Tooltip_ZoomX": "Zoom only the horizontal axis",
|
||||
"Button_Tooltip_ZoomXY": "Zoom both the horizontal and the vertical axis",
|
||||
"Button_Tooltip_ResetZoomPan": "Reset zooming and panning"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user