-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathcompensation_pyvcp.xml
58 lines (55 loc) · 1.23 KB
/
compensation_pyvcp.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<pyvcp>
<labelframe text="Compensation">
<vbox>
<button>
<halpin>"reset"</halpin>
<text>"Reset"</text>
</button>
<checkbutton>
<halpin>"enable"</halpin>
<text>"Enable"</text>
</checkbutton>
<labelframe text="Enable">
<rectled>
<halpin>"enable-led"</halpin>
<height>"50"</height>
<width>"100"</width>
<on_color>"green"</on_color>
<off_color>"red"</off_color>
</rectled>
</labelframe>
<labelframe text="Reset">
<rectled>
<halpin>"reset-led"</halpin>
<height>"10"</height>
<width>"100"</width>
<on_color>"green"</on_color>
<off_color>"red"</off_color>
</rectled>
</labelframe>
<labelframe text="Current compensation">
<number>
<halpin>"current-comp"</halpin>
<font>("Helvetica",24)</font>
<format>"+4.4f"</format>
</number>
</labelframe>
<labelframe text="Current Z">
<number>
<halpin>"current-z"</halpin>
<font>("Helvetica",24)</font>
<format>"+4.4f"</format>
</number>
</labelframe>
<labelframe text="Error">
<rectled>
<halpin>"error-led"</halpin>
<height>"100"</height>
<width>"100"</width>
<on_color>"green"</on_color>
<off_color>"red"</off_color>
</rectled>
</labelframe>
</vbox>
</labelframe>
</pyvcp>