Thanks Andy! I'll try this, but I have a concern: In either case one of the signal names goes away, right? Xhome or Xmaxlim gets deleted one way or another, so 2 signal names cannot be assigned to a single pin.
Jim -----Original Message----- From: Andy Pugh [mailto:[email protected]] Sent: Thursday, July 22, 2010 4:03 PM To: Enhanced Machine Controller (EMC) Subject: Re: [Emc-users] Assigning 2 signal names to 1 pin On 22 July 2010 21:44, James Louis <[email protected]> wrote: > Here is the problem: After upgrading to EMC2.3.5. I get an error saying I > cannot assign 2 signal names to 1 pin. > Anyone out there know how to translate my old ppmc_io.hal file? Just use the same signal name in both places, ie delete the "linksp Xhome <= ppmc.0.din.02.in-not" line and edit the "linksp Xhome => axis.0.home-sw-in" line to say "linksp XMaxlimit => axis.0.home-sw-in" You can freely edit the signal name to be more descriptive if you wish. Alternatively you could do it all on one line with: net anysignalnameyoulike ppmc.0.din.02.in-not => axis.0.pos-lim-sw-in axis.0.home-sw-in -- atp ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users This communication is for the use of the intended recipient only. It may contain information that is privileged and confidential. If you are not the intended recipient of this communication, the disclosure, copying, distribution or use hereof is prohibited. If you have received this communication in error, please advise me by return e-mail or by telephone and then delete it immediately. ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
