08-20-2008 08:04 PM
08-21-2008 12:52 PM
Hi
Thanks for the reply. I have attatched my labview code for you to look at. I have daq assistant to aquire 4 channels at 100s/s and 100 samples per channel in main while loop. so this while loop takes 1sec to excecute a one iteration. Those are the channels i need to store in a file and do a time history. I also have another while loop to crate my own waveforms ( i call them PTI which is step, pulse etc). I created local variable for this PTI and used it in the main loop to add pti data to input signals in main loop. ( so they run parallel). But it looks like local variable is not supplying data to main loop correclty. I think there is delay. Is there any way to fix this? Can i start these two while loops at the same time? i need to create pti data at the same rate as daqmx aquire data to synchronize the system. Thanks for your help.
08-25-2008 04:31 PM