Counter/Timer

cancel
Showing results for 
Search instead for 
Did you mean: 

setting of time delays

Is there an icon to select different delay timings?

My concern;

 

I want to have a list of 5 different delay timings.

So when I choose a particular delay timing and press my any-increase or any decrease button,

the point in the graphs moves accordingly to the delay timing.

 

I searched but could not find one to suit the need.

Please do advise.

 

Thks and Regards

 

Titano

0 Kudos
Message 1 of 3
(4,678 Views)
Hi Titano,

Sorry I am a little confused. Are you wanting to change the timing of the while loop wait?

You could do this using a simple case structure, with different cases inside.

The wait function loop, essentially changes how often the loop iterates. This however won't make any difference to the values being sent to your graphs?

Are you wanting to use "wait until?" or "wait until next multiple?" Here is an article which explains the difference.

Ashish Naik
Automotive Business Development Manager
National Instruments UK
0 Kudos
Message 2 of 3
(4,650 Views)

This is a great tutorial that will help you learn about case structures, and some other LabVIEW fundamentals

 

Tutorial: Timing, Shift Registers, and Case Structures  

Ashish Naik
Automotive Business Development Manager
National Instruments UK
0 Kudos
Message 3 of 3
(4,649 Views)