Hello,
Are you programming in Traditional DAQ or DAQmx?
For the 6711, the maximum number of updates is going to depend on what type of analog output data generation method you are utilizing - Software Timed, Hardware-Timed buffered, Hardware Timed non-buffered. Also, it is going to depend on whether you are doing on-board regeneration or whether you are streaming data from the PC memory to the on-board memory. If you are only using on-board memory, then you are going to be limited in the amount of data the waveform can contain according to the size of the on-board memory. For the case of the PCI-6711, the memory can contain 8,192 samples. This means that each of your two waveforms cannot contain more than 4096 samples each.
If you are suspecting th
at you are doing everything correct but still not getting all of the data, then you will want to check the backlog at the end of your generation. If the backlog is not zero, then call another DAQ Write such that the additional data left in the buffer can be generated.
Hope this helps you out.
Jared A