04-14-2010 01:20 PM
The trick is I would like to output an AC voltage at a user defined frequency and amplitude from the DAQ board.
Any thoughts would be very helpful...
04-14-2010 03:19 PM
04-14-2010 07:17 PM
04-15-2010 09:19 PM
04-15-2010 09:25 PM
Since you are sending such a low frequency, then yes with the above caution about jitter.
Create your waveform and pass it through a for loop with a DAQmx Write inside. Inside the while loop you will have a Delay function. The value of the delay will be the dt value from the waveform data type.