LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Basic multiple timer circuit

Solved!
Go to solution

I'm new to labview and need some help with a basic circuit.

 

I would like to create a vi which will allow the user to enter a list of on/off times from the front panel to turn a single output on and off sequentially at 10 different time intervals. I've tried using the array function but got no where because I don't really understand the options. Any help or starting point sample vi would be much appreciated. thanks.

 

I'm using Labview 2010

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

What you have tried so far? Can you  upload the VI.

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 2 of 4
(2,855 Views)
Solution
Accepted by topic author Andy_K

How about this:

 

timer array.PNG

 

Example attached Labview v.2010 SP1

 

I used a while loop, feedback node and index array so that elements could be added to the array on the fly and the program would continue until it reached the end of the array, then start again.

If your situation is more static - i.e. you always have 10 values, you could easily cut all that and use a for loop.

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

thanks danbrown I'll try it now, my non working attempt is attached Ranjeet

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