10-08-2013 08:49 AM
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
Solved! Go to Solution.
10-08-2013 08:50 AM
What you have tried so far? Can you upload the VI.
10-08-2013 09:33 AM - edited 10-08-2013 09:36 AM
How about this:
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.
10-08-2013 09:46 AM
thanks danbrown I'll try it now, my non working attempt is attached Ranjeet