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

17 lines
565 B
JSON

{
"$schema": "../../../TwinCAT-HMI-Common/JsonSchemas/Language.Schema.json",
"locale": "en",
"localizedText": {
"ValueFormat": "Wrong value format. The value must conform to the ISO 8601 standard.",
"ValueFormatNumeric": "Wrong value format. The value must be a positive number or conform to the ISO 8601 standard.",
"ValueEmpty": "No value entered.",
"Milliseconds": "ms",
"Seconds": "s",
"Minutes": "min",
"Hours": "h",
"Days": "d",
"Months": "mo",
"Years": "yr"
}
}