Hi Ian, axis.3 doesn't exist as your machine only has 3 axes (0,1 and 2). so you can use the Xen to enable the 4th stepgen like this:
linksp Xen => stepgen.3.enable that way both stepgen.0 and stepgen.3 get commanded from the same signal. Regards, Alex ----- Original Message ----- From: "Ian W. Wright" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Saturday, July 26, 2008 17:28 Subject: Re: [Emc-users] stepgen velocity mode > Hi John, > > I've had a look at and a play with the hal file but I don't seem to be > able to sort it - again!! :-[ > > The main axes appear to be enabled with an 'axis.x.amp-enable-out' signal > > ( newsig Xen bit > linksp Xen <= axis.0.amp-enable-out > linksp Xen => stepgen.0.enable ) > > but when I try to set such a signal up for axis3 > > (newsig Spen bit > linksp Xen <= axis.3.amp-enable-out > linksp Xen => stepgen.3.enable ), > > I get an error saying 'axis.3.amp-enable not found' > > I don't seem to have a signal anything like the 'machine-on' you suggest > - the nearest thing I could find is a pin named 'motion.enable'. > > -- > Best wishes, > > Ian > ____________ > Ian W. Wright > Sheffield UK > > "The difference between theory and practice is much smaller in theory than > in practice..." > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the > world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Emc-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/emc-users > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
