Igor Chudov wrote: > Guys, I got it functioning perfectly, exactly like I would want. > > 1) If the manual coolant switch is selected, coolant is on whenever > spindle is on. > 2) If the manual coolant switch is not switched, EMC (G code, F, GUI > button) can turn coolant on and off as it wishes. > > What I would really like however, is to be able to refer to things by > name and not by and2.1.out. Can I do that? > You can get close to what you want with any component written with "comp". Instead of using a count=N parameter, you can use names: loadrt and2 names=fred,ethel,bob,charlie,coolant
That loadrt line will give you components with pin names like "charlie.in1" and "coolant.out". - Steve ------------------------------------------------------------------------------ The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://p.sf.net/sfu/dev2dev-palm _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
