On Wed, 2008-01-23 at 12:59 -0500, [EMAIL PROTECTED] wrote: > Yep, I do get the real time errors. I have "fixed" most of the obvious > ones. I have my setup at home and for some strange reason my E-Mails from > home get bounced back immediately from the list server although I am > getting output from the server (different problem). > > I will grab one of the error logs and post it (at least the bottom > portion). > > Thanks, Jim C
I think Sebastian has the answer. Type 0 stepping creates HAL pins for step and direction. Type 2 replaces step/dir with A/B. Page 102 in Integrator's Manual ... • ( B I T ) stepgen.<chan>.step – Step pulse output (step type 0 only). • ( B I T ) stepgen.<chan>.dir – Direction output (step type 0 only). ... • ( B I T ) stepgen.<chan>.phase-A – Phase A output (step types 2-14 only). • ( B I T ) stepgen.<chan>.phase-B – Phase B output (step types 2-14 only). The .hal file that connects your HAL pins might have an entries like: net Xstep stepgen.0.step parport.0.pin-03-out net Xdir stepgen.0.dir parport.0.pin-02-out etc. When you changed to step type 2, these pins and signals went away. You will need to connect the new pins similar to this: net XphaseA stepgen.0.phase-A parport.0.pin-03-out net XphaseB stepgen.0.phase-B parport.0.pin-02-out etc., etc., etc. -- Kirk Wallace (California, USA http://www.wallacecompany.com/machine_shop/ Hardinge HNC lathe, Bridgeport mill conversion, doing XY now, Zubal lathe conversion pending) ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
