> > > net spindle-cmd <= motion.spindle-speed-out => pwmgen.0.value > net spindle-enable <= motion.spindle-on => pwmgen.0.enable > net spindle-pwm <= pwmgen.0.pwm > > net spindle-on <= motion.spindle-on > net spindle-cw <= motion.spindle-forward > net spindle-ccw <= motion.spindle-reverse > > I want spindle-on to enable pin14 AND pwmgen.0.enable - how do I do it?
You use one signal to connect to multiple pins: net spindle-cmd <= motion.spindle-speed-out => pwmgen.0.value net spindle-enable <= motion.spindle-on => pwmgen.0.enable net spindle-pwm <= pwmgen.0.pwm net spindle-enable => parport.0.pin-14-out net spindle-cw <= motion.spindle-forward => parport.0.pin-16-out net spindle-ccw <= motion.spindle-reverse # this is not really useful ;) Regards, Alex ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
