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,11 @@
|
||||
{
|
||||
"$schema": "../../../TwinCAT-HMI-Common/JsonSchemas/Language.Schema.json",
|
||||
"locale": "de",
|
||||
"localizedText": {
|
||||
"Define_Data_And_Schema": "Bitte definieren Sie das 'Data' und das 'DataSchema' Attribut wenn Sie nicht das 'DataSymbol' Attribut verwenden.",
|
||||
"ColumnData_Name": "Name",
|
||||
"ColumnData_Value": "Wert",
|
||||
"ColumnData_Datatype": "Datentyp",
|
||||
"ColumnData_PreparedValue": "Vorbereiteter Wert"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"$schema": "../../../TwinCAT-HMI-Common/JsonSchemas/Language.Schema.json",
|
||||
"locale": "en",
|
||||
"localizedText": {
|
||||
"Define_Data_And_Schema": "Please define both the 'Data' and the 'DataSchema' attribute if you are not using the 'DataSymbol' attribute.",
|
||||
"ColumnData_Name": "Name",
|
||||
"ColumnData_Value": "Value",
|
||||
"ColumnData_Datatype": "Datatype",
|
||||
"ColumnData_PreparedValue": "Prepared Value"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user