summaryrefslogtreecommitdiff
path: root/configs/by_machine/smithy/keyence.xml
blob: 5d99ec70debf4588a7a5016b2c7479390fb42807 (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
<pyvcp>
    <label>
        <text>"Sensor Position:"</text>
    </label>
    <number>
        <halpin>"keyence_position"</halpin>
        <font>("Helvetica",12)</font>
        <format>"1.4f"</format>
        <width>6</width>
    </number>
    <button>
        <halpin>"keyence_reset"</halpin>
        <text>"SET SENSOR = 0.0"</text>
    </button>
    <scale>
        <font>("Helvetica",12)</font>
        <width>"50"</width>
        <halpin>"adjustment"</halpin>
        <resolution>.0001</resolution>
        <orient>VERTICAL</orient>
        <min_>.025</min_>
        <max_>-.025</max_>
    </scale>
    <label>
        <text>"Center Electrode Height:"</text>
    </label>
    <number>
        <halpin>"center_height"</halpin>
        <font>("Helvetica",12)</font>
        <format>"1.4f"</format>
        <width>6</width>
    </number>
    <label>
        <text>"Center Electrode to Post Height:"</text>
    </label>
    <number>
        <halpin>"gap"</halpin>
        <font>("Helvetica",12)</font>
        <format>"1.4f"</format>
        <width>6</width>
    </number>
</pyvcp>