08-04-2016 04:46 AM
I am trying to output an array to the analog out pin of myRIO. I am doing this in a while loop. but the loop keeps on running. pls guide me on how to stop my vi once all the data has been output to myRIO
08-04-2016 05:56 AM
Can you share the code? Or at leat a snapshot?
08-04-2016 09:08 PM
It would also help if you could explain what exactly you want to do. You could potentially feed the array into a for loop and auto index into the output function. If you put a wait function in the loop it should go through the array at the specified rate and stop once it has gone through all the values.