2010/1/21 Michael Jones <[email protected]>: > When I get to starting up EMC, I get a message thatn axis.0.jog-enable > has already been assigned. I'm assuming that there's a way to assign > two separate outputs to the same input?
Not directly, as that would be ambiguous, but you can add an or2 (or and2) function to your HAL with the same loadrt and addf functions that are used for other things, and then take the output to the enable. http://www.linuxcnc.org/docview/html//man/man9/or2.9.html The existing link is probably in the main HAL file, so have a look in there and see if you want to keep that link. If the main HAL is created by stepconf rather than by hand, and you don't want to change it for reasons of convenience, you can unlink pins in the postgui hal and re-link them to something else. http://linuxcnc.org/docs/html/hal_basic_hal.html#r1_1_6 -- atp ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
