All pastes #77047 Raw Edit

Dallur

public text v1 · immutable
#77047 ·published 2006-07-02 14:35 UTC
rendered paste body
vcp {
    main-window {
        title = "Dallur THC Plasma Panel"
        width = 700
        height = 400
        # this box holds all the other boxes
        box {
            layout = horizontal

            # this box holds LEDs for SenseUP, SenseDown, ArcOK and FloatSwitch
            box {
                layout = vertical
                title = "THC Input Signals"
                label { text = "SenseUP" }
                LED {halpin = led.in00 on-color = "#F00" off-color = "#0F0" }
                label { text = "SenseDown" }
                LED {halpin = led.in01 on-color = "#F00" off-color = "#0F0" }
                label { text = "ArcOK" }
                LED {halpin = led.in02 on-color = "#F00" off-color = "#0F0" }
                label { text = "FloatSW" }
                LED {halpin = led.in03 on-color = "#F00" off-color = "#0F0" }
            }

            box {
                layout = vertical
                title = "Other Input Signals"
                label { text = "Ext. Estop"}
                LED {halpin = led.in04 on-color = "#F00" off-color = "#0F0"}
                label { text = "LimitX"}
                LED {halpin = led.in05 on-color = "#F00" off-color = "#0F0"}
                label { text = "LimitY-Near"}
                LED {halpin = led.in06 on-color = "#F00" off-color = "#0F0"}
                label { text = "LimitY-Far"}
                LED {halpin = led.in07 on-color = "#F00" off-color = "#0F0"}
                label { text = "LimitZ"}
                LED {halpin = led.in08 on-color = "#F00" off-color = "#0F0"}
                label { text = "TAPH"}
                LED {halpin = led.in09 on-color = "#F00" off-color = "#0F0"}
                label { text = "Pause"}
                LED {halpin = led.in10 on-color = "#F00" off-color = "#0F0"}
            }

            box   {
                layout = vertical
                title = "THC CTRL"
                button {halpin = button.out00 label {text = "Manual Pierce Height Verification"}}
                button {halpin = button.out01 label {text = "Corner Height Lock"}}
                button {halpin = button.out02 label {text = "Corner Heght Feedrate %"}}
                button {halpin = button.out03 label {text = "Z live speed"}}
                button {halpin = button.out04 label {text = "Z move speed"}}
                button {halpin = button.out05 label {text = "Max Z Coord"}}
                button {halpin = button.out06 label {text = "Min Z Coord"}}
                button {halpin = button.out07 label {text = "Pierce Gap"}}
                button {halpin = button.out08 label {text = "Pierce Delay"}}
                button {halpin = button.out09 label {text = "Standoff*"}}

            }
        } # box
    } # main-window
} # vcp