

XHC WHB04 plugin for Mach4.

Just copy the two (*.sig and *.m4pw) files into your plugin directory 
This plugin does not require any driver. We are reading and writing to the device using the HID ports. Hot plug does work 
I believe.. At least it seems to for me.

The 18 button device will goto sleep after some period of time of inactivity. When it does, the display will not update
at all. You need to actually move the jog or press a button to wake the device up at which point it will begin to update.

There are 5 macro's you can define. There is a limit of 200 character's in the macro.

Most features are working. Safe Z height is not correct.
MPG mode is not really working. Incremental aka Step is. Continuous is a maybe.

There are a series of registers used to store information. You can edit it directly.
StepSize Sequence is probably useless for mach4. it does work though. sequences are limited to  1-6
Jog Max Velocity needs work.
HomeALL is not used yet.
SafeZ is a floating point number. It should usually be negative. Since most machines go from 0 to a negative number.
	with 0 being home.



Colten Edwards
CE Signs
Canada 
Copyright June 21/2018













v1.0.0
	Initial release. many, many bugs to be fixed at this point.