On Thu, Mar 4, 2010 at 8:44 PM, Dave Keeton <[email protected]> wrote:

> Thanks for your reply....
>
> What exactly does the
>
> >addf mux2.1 servo-thread
>
> this line adds the mux2.1 to the the servo-thread
this causes it to be executed at the servo-thread rate


> 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?
>
> yes - if you add more muxes (sic?) you must add more addf lines to connect
them to a thread
ie
   addf mux2.2 servo-thread ......

you are not restricted to the servo-thread
you can add them to any thread - it just depends on how fast you want to
execute them

I don't know of a limit. I would guess the limit is the processor's
capability.

Dave Keeton
> Technical Services Manager
> The Eagle Tool & Machine Co.
> Springfield, Ohio
>
>
>
>
> --------------------------------------------------
> From: "Stuart Stevenson" <[email protected]>
> Sent: Thursday, March 04, 2010 9:37 PM
> To: "Enhanced Machine Controller (EMC)" <[email protected]>
> Subject: Re: [Emc-users] mux
>
> > You want to add another line
> >
> > On Thu, Mar 4, 2010 at 8:05 PM, Dave Keeton <[email protected]> wrote:
> >
> >> All,
> >>         Quick question - If I am using more than one mux (2 for example)
> >> ,
> >> would I do it like this?
> >>
> >> #Basic example of use
> >> loadrt mux2 count=2
> >> addf mux2.0 servo-thread
> >>
> >
> >
> >    add the next line
> > addf mux2.1 servo-thread
> >
> >
> >>
> >> #The first mux
> >> setp mux2.0.in0 25
> >> setp mux2.0.in1 100
> >>
> >> #The second mux
> >> setp mux2.1.in0 25
> >> setp mux2.1.in1 100
> >>
> >> I am assuming the "count=2" is how many mux's I am using?
> >>
> >> Thank you,
> >> Dave Keeton
> >> Technical Services Manager
> >> The Eagle Tool & Machine Co.
> >> Springfield, Ohio
> >>
> >>
> >>
> >>
> >>
> ------------------------------------------------------------------------------
> >> Download Intel&#174; 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
> >>
> >>
> >
> >
> > --
> > dos centavos
> >
> ------------------------------------------------------------------------------
> > Download Intel&#174; 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
> >
>
>
>
> ------------------------------------------------------------------------------
> Download Intel&#174; 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
>
>


-- 
dos centavos
------------------------------------------------------------------------------
Download Intel&#174; 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

Reply via email to