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,20 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-04/schema",
|
||||
"definitions": {
|
||||
"TcHmi.Controls.Beckhoff.TcHmiDateTimeInput": {
|
||||
"type": "object",
|
||||
"frameworkInstanceOf": "TcHmi.Controls.System.TcHmiControl",
|
||||
"frameworkControlType": "TcHmiDateTimeInput",
|
||||
"frameworkControlNamespace": "TcHmi.Controls.Beckhoff"
|
||||
},
|
||||
"TcHmiDateTimeInput": {
|
||||
"$ref": "tchmi:framework#/definitions/TcHmi.Controls.Beckhoff.TcHmiDateTimeInput"
|
||||
},
|
||||
"TcHmi.Controls.Beckhoff.TcHmiDateTimeInput.ButtonPosition": {
|
||||
"title": "DateTimeInputButtonPosition",
|
||||
"type": "string",
|
||||
"enum": ["Left", "Right"],
|
||||
"default": "Right"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user