Hi Oldi,
A good example to begin with in CVI7.1 is the "ContGen-IntClk.prj". You can find it under:
Help >> Find Examples
Under the "Browse" tab, go to Hardware Input and Output >> DAQmx >> Analog Output >> Voltage
This program outputs the chosen waveform on one channel. You will be able to configure the waveform (waveform type, samples per cycle, and cycle per buffer) from the User Interface. The buffer size is determined by the parameter, "sampsPerChanToAcquire", in the DAQmxCfgSampClkTiming. You can find more information on this, and other DAQmx functions in the NI DAQmx C Reference Help:
(in Windows) Start >> All Programs >> National Instruments >> NI DAQ
You can create a second channel to output a different waveform and add it to the same task.
Some helpful sites:
Using NI-DAQmx in LabWindows/CVILearn 10 Functions in NI-DAQmx and Solve 80% of Data Acquisition ApplicationsI hope this helps.
Thanks,
Lesley Y.