summaryrefslogtreecommitdiff
path: root/configs/by_machine/smithy/1315.xml
blob: 2c6025c0d13b1ba50ac820b6331976f431ca15f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<pyvcp>
    <label>
        <text>"Commanded:"</text>
    </label>
    <number>
        <halpin>"commanded-spindle-speed"</halpin>
        <font>("Helvetica",12)</font>
        <format>"6d"</format>
        <width>6</width>
    </number>
    <label>
        <text>"Actual:"</text>
    </label>
    <number>
        <halpin>"actual-spindle-speed"</halpin>
        <font>("Helvetica",12)</font>
        <format>"6d"</format>
        <width>6</width>
    </number>
</pyvcp>