11-16-2010 05:22 AM
Hi,
I'm trying to use Timed Loop (LabView 8.6.1) at Mac OS 10.6... doesn't work.
Any advice to fix it?
Br,
Ialcar.
11-16-2010 07:42 AM
Unfortunately, NI has not chosen to make the Timed Loop available on the Mac versions of LV.
What are you trying to do? Perhaps there is some other way to accomplish your goal without the TImed Loop.
Lynn
Using LV on the Mac since version 1.2
11-18-2010 10:04 AM
Thanks Lynn, but I have almost 50 different logics using timed loop .....I guess the best way is to used while with time...what do you think?
BR,
Ialcar.
11-18-2010 10:14 AM
I am not sure I completely understand.
If you want to replace timed loops in a VI you want to run on a Mac, you can use a regular while loop with a Wait (ms) function in the loop. The precision is much poorer, but it may be adequate if the delays are not too short.
Can you post your program along with a description of what it is intended to do?
Lynn