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,22 @@
|
||||
{
|
||||
"$schema": "../../../../TcHmiFramework/Schema/ThemeDescription.Schema.json",
|
||||
"controlTypeValues": {
|
||||
"TcHmi.Controls.Beckhoff.TcHmiTrendSparkline": {
|
||||
"attributes": {},
|
||||
"themedResources": {
|
||||
"DefaultGraphColor": {
|
||||
"color": "#2775be"
|
||||
},
|
||||
"DefaultYAxisColor": {
|
||||
"color": "#ffffff"
|
||||
},
|
||||
"ReferenceLineColor": {
|
||||
"color": "#ffffff"
|
||||
},
|
||||
"LabelColor": {
|
||||
"color": "#ffffff"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
/** Styles for the theme: Base-Dark */
|
||||
|
||||
/* Style for the main element */
|
||||
.TcHmi_Controls_Beckhoff_TcHmiTrendSparkline {
|
||||
--tchmi-background: var(--tchmi-background-color-1);
|
||||
--tchmi-background-part: var(--tchmi-background-color-3);
|
||||
--tchmi-checkbox-background: var(--tchmi-background-color-4);
|
||||
--tchmi-checkbox-background-checked: var(--tchmi-highlight-color-1);
|
||||
--tchmi-color: var(--tchmi-foreground-color-1);
|
||||
--tchmi-border-color: var(--tchmi-background-color-2);
|
||||
background: var(--tchmi-background);
|
||||
box-shadow: var(--tchmi-card-shadow);
|
||||
}
|
||||
|
||||
.TcHmi_Controls_Beckhoff_TcHmiTrendSparkline-template-chart {
|
||||
border-bottom: 1px solid #c0c0c5;
|
||||
}
|
||||
|
||||
.TcHmi_Controls_Beckhoff_TcHmiTrendSparkline-template-chart:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"$schema": "../../../../TcHmiFramework/Schema/ThemeDescription.Schema.json",
|
||||
"controlTypeValues": {
|
||||
"TcHmi.Controls.Beckhoff.TcHmiTrendSparkline": {
|
||||
"attributes": {},
|
||||
"themedResources": {
|
||||
"DefaultGraphColor": {
|
||||
"color": "#4794da"
|
||||
},
|
||||
"DefaultYAxisColor": {
|
||||
"color": "#4794da"
|
||||
},
|
||||
"ReferenceLineColor": {
|
||||
"color": "#4794da"
|
||||
},
|
||||
"LabelColor": {
|
||||
"color": "#4794da"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
/** Styles for the theme: Base */
|
||||
|
||||
/* Style for the main element */
|
||||
.TcHmi_Controls_Beckhoff_TcHmiTrendSparkline {
|
||||
--tchmi-background: var(--tchmi-background-color-1);
|
||||
--tchmi-background-part: var(--tchmi-background-color-1);
|
||||
--tchmi-checkbox-background: var(--tchmi-background-color-4);
|
||||
--tchmi-checkbox-background-checked: var(--tchmi-highlight-color-1);
|
||||
--tchmi-color: var(--tchmi-highlight-color-1);
|
||||
--tchmi-border-color: var(--tchmi-background-color-2);
|
||||
background: var(--tchmi-background);
|
||||
box-shadow: var(--tchmi-card-shadow);
|
||||
}
|
||||
|
||||
.TcHmi_Controls_Beckhoff_TcHmiTrendSparkline-template-chart {
|
||||
border-bottom: 1px solid #c0c0c5;
|
||||
}
|
||||
|
||||
.TcHmi_Controls_Beckhoff_TcHmiTrendSparkline-template-chart:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
Reference in New Issue
Block a user