On 4 October 2013 08:12, Rudy du Preez <[email protected]> wrote: > I would like to have two threads: servo-thread at the usual 1000000 ns > period and a new thread say sio-thread at 104200 ns. Why does it not want to > allow it?
I think that the threads have to be created in order fastest to slowest. And then the slower threads are integer multiples of the faster. So, you will need to create your special thread earlier in the HAL file than the servo thread. -- atp If you can't fix it, you don't own it. http://www.ifixit.com/Manifesto ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
