Files
m.heisig 2d11c43579 Added minimal functionality for Robot teaching
- Added minimal HMI
- Added possibility to open and close all chamber doors
2026-01-17 09:20:39 +01:00

11 lines
369 B
JSON

{
"$schema": "../../../TwinCAT-HMI-Common/JsonSchemas/Language.Schema.json",
"locale": "en",
"localizedText": {
"ValueNaN": "Value is not a number.",
"ValueEmpty": "No value entered.",
"ValueOutOfRangeMin": "Value is lower than the min value ({0}).",
"ValueOutOfRangeMax": "Value is higher than the max value ({0})."
}
}