LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

MAC OS 10.6.4

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.

0 Kudos
Message 1 of 4
(2,539 Views)

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

0 Kudos
Message 2 of 4
(2,529 Views)

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.

0 Kudos
Message 3 of 4
(2,496 Views)

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

0 Kudos
Message 4 of 4
(2,494 Views)