James Louis wrote:
> Thanks for the reply Kirk.  Having explained it, would you (or anyone) mind 
> translating the following generic sample to "net" without deleting any signal 
> names? :
>
> newsig signalnameA bit
> newsig signalnameB bit
> newsig signalnameC bit
> linksp signalnameA<= inputpin1
> linksp signalnameA =>  axis.0.negativelimit
> linksp signalnameB<= inputpin2
> linksp signalnameB =>  axis.0.positivelimit
> linksp signalnameC<= inputpin2
> linksp signalnameC =>  axis.0.home
>    
Just combine all the lines with a particular signal name on a single line:
net signalnameA inputpin1 axis.0.negativelimit
...
> Keep in mind that this worked perfectly in older versions of EMC2, but not in 
> newer versions.  Now 2 signal names cannot be assigned to a single pin 
> without causing an error.
>    
Well, no, it didn't work in older versions of EMC2.  I'll bet that what 
was actually happening was that the pin would be disconnected from one 
signal and attached to another.  It is not possible, and has never been 
possible, to have a single pin connected to more than one signal.

- Steve


------------------------------------------------------------------------------
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

Reply via email to