06-16-2011 08:30 AM
I am fairly new to Labview, but this seems like an easy vi that I just can't seem to figure out. I need to record a variable voltage from a Daq every 12 hours for approximately 10 seconds each time. I tried to do a state machine with two states controlled by elasped timers , but the timers aren't resetting and the record intervals are not staying uniform. I shortened the wait time so I dont have to wait 12 hours. Any help would be appreciated.
06-17-2011 06:19 AM
Thanks anyway,but I figured out what my issue was. I had to put the time target and boolean constants outside the while loop with shift registers in order for them to reset to the correct values.
07-10-2011 02:58 PM
Thanks for this information, ii has saved me lots of time. I was just about to post this question, when I came about yours.