<pyvcp>
<labelframe text="Program Paused">
	<vbox>
	<relief>RIDGE</relief>
	<bd>2</bd>
	<rectled>
	<halpin>"Paused"</halpin>
	<height>"25"</height>
	<width>"120"</width>
	<on_color>"yellow"</on_color>
	<off_color>"black"</off_color>
	</rectled>
	</vbox>
</labelframe>
<labelframe text="Joy Stick">
	<labelframe text="mm / min">
	<number>
	    	<halpin>"JogSpeed"</halpin>
	    	<font>("Helvetica",24)</font>
	    	<format>"+4.1f"</format>
	</number>
	</labelframe>
	<labelframe text="in / min">
	<number>
	    	<halpin>"JogSpeedin"</halpin>
	    	<font>("Helvetica",24)</font>
	    	<format>"+3.2f"</format>
	</number>
	</labelframe>
	<button>
		<halpin>"vcpMkey"</halpin>
		<text>"inc Jog Speed (m)"</text>
	</button>
	<button>
		<halpin>"vcpNkey"</halpin>
		<text>"dec Jog Speed (n)"</text>
	</button>
</labelframe>
<labelframe text="Jog Wheel">
	<labelframe text="gain">
	<number>
	    	<halpin>"JogWheelGain"</halpin>
	    	<font>("Helvetica",24)</font>
	    	<format>"+2.0f"</format>
	</number>
	</labelframe>
	<button>
		<halpin>"vcpHkey"</halpin>
		<text>"inc Gain  (h)"</text>
	</button>
	<button>
		<halpin>"vcpGkey"</halpin>
		<text>"dec Gain  (g)"</text>
	</button>
</labelframe>
<labelframe text="I/O Status">
	<hbox>
		<bd>4</bd>
		<led>
			<halpin>"led_62"</halpin>
			<size>20</size>
			<on_color>"green"</on_color>
			<off_color>"black"</off_color>
		</led>
		<label><text>"  24V   "</text></label>
	</hbox>
	<hbox>
		<bd>4</bd>
		<led>
			<halpin>"led_48"</halpin>
			<size>20</size>
			<on_color>"green"</on_color>
			<off_color>"black"</off_color>
		</led>
		<label><text>"  X REF   "</text></label>
	</hbox>
	<hbox>
		<bd>4</bd>
		<led>
			<halpin>"led_50"</halpin>
			<size>20</size>
			<on_color>"green"</on_color>
			<off_color>"black"</off_color>
		</led>
		<label><text>"  Y REF    "</text></label>
	</hbox>
	<hbox>
		<bd>4</bd>
		<led>
			<halpin>"led_52"</halpin>
			<size>20</size>
			<on_color>"green"</on_color>
			<off_color>"black"</off_color>
		</led>
		<label><text>"  Z REF   "</text></label>
	</hbox>
</labelframe>
</pyvcp>

