01-22-2008 10:41 PM
01-22-2008 10:49 PM
Hello Ryan:
Sorry to forget to put the name of the vi I refered to. It's "niFgen Create Arbitrary Sequence".
In the help: Notes The signal generator must not be in the Generating state when you call this VI.
Best Regards!
Jingjing
01-23-2008 10:50 AM
Hi Jingjing,
You will be using "niFgen Create Arbitrary Sequence.vi" before you enter the while loop and configure the arbitrary sequence with two waveforms. The waveforms inside the while loop will be referenced with waveform handles. After you receive waveform data from MATLAB, you will replace corresponding data on the onboard memory with fresh data. Then, a software trigger will be sent through LV to change the waveform being generated.
Inside the while loop, you will replace the waveform using "niFgen Set Waveform Next Write Position VI" with the appropriate waveform handle, setting the write position to 0. Afterwards, you'll update the waveform whenever you receive your new data via TCP/IP, then send a software burst trigger.
Let me know if I am not clear on anything....
Thanks,
Kalyan
01-24-2008 05:20 AM
01-25-2008 11:03 AM