I would like to generate a wavefome (see attached Document).
AS you see my requirement , In my Application user will enter Tm(Mark) and Ts(Space) I have to calculate DutyCycle for generation of Frequency Signal and Generate the wavefome.
Generating your waveform should be no different for you PCI-6723 than
any other card that uses the NI-DAQmx drivers. Looking at the
example code posted by bman (Brian) in the thread listed in mvr's post,
he creates a Wavegen function that creates the buffer of data to
output. You can do this similarly and use the ContGen-IntClk.prj
found in your CVI directory, then samples\DAQmx\Analog Out\Generate
Voltage\Cont Gen Volt Wfm-Int Clk . If you need to update your
waveform while the data is being written out, simply add one of the
DAQmx Write functions within the while loop that runs before the task
is done and write the updated data points into the data buffer for the
Write function.