On Thu, 2010-03-04 at 21:44 -0500, Dave Keeton wrote: > Thanks for your reply.... > > What exactly does the > > >addf mux2.1 servo-thread > > do for us, is it required for my situation? What if I add more mux's? Does > that line change again or do I add another? Is there a limit to the number > of mux's we can use? > > Dave Keeton
Just in case, I'll reinforce one point. loadrt mux2 count=2 <- creates two mux's, mux2.0 and mux2.1 addf mux2.0 servo-thread <- assigns mux2.0 to run in the servo-thread mux2.1 hasn't been assigned yet, so it won't run. I've loaded components connect their pins and forgot to assign them to threads more than I care to admit. -- Kirk Wallace http://www.wallacecompany.com/machine_shop/ http://www.wallacecompany.com/E45/index.html California, USA ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
