summaryrefslogtreecommitdiff
path: root/configs/by_interface/mesa/plasma-5i20/plasma.xml
blob: 48866b066542d31e96650f9bedf0070aa7f2cfdc (plain)
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
<pyvcp>
<hbox>
<checkbutton>
    <text>"THC Enable"</text>
    <halpin>"thc-enable"</halpin>
</checkbutton>
</hbox>

<labelframe text="THC Settings">
    <hbox>
        <vbox>
            <label>
                <text>"Vel Tolerance  "</text>
                <font>("Helvetica",10)</font>
            </label>
            <label>
                <text>"Volts Setting    "</text>
                <font>("Helvetica",10)</font>
            </label>
            <label>
                <text>"Volts Tolerance"</text>
                <font>("Helvetica",10)</font>
            </label>
        </vbox>
        <vbox>
            <spinbox>
                <width>"5"</width>
                <halpin>"vel-tol"</halpin>
                <min_>.01</min_>
                <max_>1</max_>
                <resolution>0.01</resolution>
                <initval>0.2</initval>
                <format>"1.2f"</format>
                <font>("Arial",10)</font>
            </spinbox>
            <spinbox>
                <width>"5"</width>
                <halpin>"volts-requested"</halpin>
                <min_>0</min_>
                <max_>200</max_>
                <resolution>1</resolution>
                <font>("Helvetica",10)</font>
                <format>"1.0f"</format>
                <font>("Arial",10)</font>
                <initval>1</initval>
            </spinbox>
            <spinbox>
                <width>"5"</width>
                <font>("Helvetica",10)</font>
                <halpin>"volts-tolerance"</halpin>
                <resolution>0.1</resolution>
                <initval>1</initval>
                <min_>0</min_>
                <max_>10</max_>
            </spinbox>
          </vbox>
        </hbox>
    </labelframe>
<labelframe text="Arc Volts Status">
    <hbox>
        <vbox>
            <label>
                <text>"Under"</text>
                <font>("Helvetica",10)</font>
            </label>
            <rectled>
                <halpin>"volts-under"</halpin>
                <height>"20"</height>
                <width>"40"</width>
                <on_color>"green"</on_color>
                <off_color>"red"</off_color>
            </rectled>
        </vbox>
        <vbox>
            <label>
                <text>"OK"</text>
                <font>("Helvetica",10)</font>
            </label>
            <rectled>
                <halpin>"volts-ok"</halpin>
                <height>"20"</height>
                <width>"40"</width>
                <on_color>"green"</on_color>
                <off_color>"red"</off_color>
            </rectled>
        </vbox>
        <vbox>
            <label>
                <text>"Over"</text>
                <font>("Helvetica",10)</font>
            </label>
            <rectled>
                <halpin>"volts-high"</halpin>
                <height>"20"</height>
                <width>"40"</width>
                <on_color>"green"</on_color>
                <off_color>"red"</off_color>
            </rectled>
        </vbox>
    </hbox>
</labelframe>
<labelframe text="Status">
    <hbox>
        <vbox>
            <label>
                <text>"Velocity"</text>
                <font>("Helvetica",10)</font>
            </label>
            <rectled>
                <halpin>"vel-status"</halpin>
                <height>"20"</height>
                <width>"40"</width>
                <on_color>"green"</on_color>
                <off_color>"red"</off_color>
            </rectled>
        </vbox>
        <vbox>
            <label>
                <text>"Arc"</text>
                <font>("Helvetica",10)</font>
            </label>
            <rectled>
                <halpin>"arc-ok"</halpin>
                <height>"20"</height>
                <width>"40"</width>
                <on_color>"green"</on_color>
                <off_color>"red"</off_color>
            </rectled>
        </vbox>
        <vbox>
            <label>
                <text>"Offset"</text>
                <font>("Helvetica",10)</font>
            </label>
            <number>
                <halpin>"offset"</halpin>
                <font>("Helvetica",10)</font>
                <format>"+4.4f"</format>
            </number>
        </vbox>
    </hbox>
</labelframe>

    <label text="Actual Volts"/>
    <meter>
        <halpin>"actual-volts"</halpin>
        <text>"Torch"</text>
        <subtext>"Volts"</subtext>
        <size>150</size>
        <min_>0</min_>
        <max_>200</max_>
        <majorscale>25</majorscale>
        <minorscale>5</minorscale>
    </meter>
    
    <labelframe text="MDI Commands">
        <button>
            <halpin>"rapid-to-home"</halpin>
            <text>"Rapid to Home"</text> 
            <font>('Helvetica',10)</font>
        </button>    
    </labelframe>
</pyvcp>