On Mon, 25 Feb 2019 at 23:40, <[email protected]> wrote: > instead of using a low-high-low square. it is able to use > a rising or falling edge and "translate" it into a low-high-low > square (for the TA6600 as an example).
This sounds a lot like the already-supported "reset" function in the parport driver (I can imagine why you wouldn't have found it in the stepgen) http://linuxcnc.org/docs/2.7/html/hal/parallel-port.html#_using_doublestep (section 7) Pins that are configured with reset = 1 are automatically set back to zero after the reset-time. https://github.com/LinuxCNC/linuxcnc/blob/master/src/hal/drivers/hal_parport.c#L370 -- atp "A motorcycle is a bicycle with a pandemonium attachment and is designed for the especial use of mechanical geniuses, daredevils and lunatics." — George Fitch, Atlanta Constitution Newspaper, 1916 _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
