Hi,
The description of that error says "DAC conversion attempted before data to be converted was available." This means that your output clock signal may be noisy. How are you routing the timebase from the other board? RTSI?
This error also arises from bandwith limitations in your system. Check out this KB:
Title:
Why do I Receive Transfer and Bandwidth Errors when Using Analog Output and Input with a PCMCIA Card?
Problem:
I developed a LabVIEW VI on a desktop machine with an E series DAQ card. The VI performs continous analog output and analog input. It works great on the developement machine, but when I take it to my laptop with a PCMCIA E series card, I receive Error - 200018, or a similar bandwidth or data transfer error.
Solution :
The PCI bus uses Direct Memory Access (DMA) transfers by default to pass data from the DAQ board to PC memory. The PCMCIA bus is only capable of Interrupt Request (IRQ) data transfers which are less robust. Therefore, a PCI card is capable of much larger analog output and input operations. The PCMCIA bus limits the amount of data you can transfer acrosss the bus significantly. Unfortunately, the limitations are system dependent at this point in time. To reduce these errors, you must limit the use of the PCMCIA bus. If you have an applications generating these errors there are three options:
Use the on-board FIFO memory of the DAQ board to generate the analog output. The output will have to be periodic for each buffer interation, but the PCMCIA bus will now be eliminated for analog output. See the Related Links below for more information on "What is FIFO Mode Analog Output and How Do I Use It?"
Use an external instrument that you can control with serial or GPIB.
Use a DAQPAD (USB DAQ board), PXI, or PCI card.
Check out this KB: http://digital.ni.com/public.nsf/websearch/CC07E585D9F94D2B86256C1A005344EF?OpenDocument
Although you are not using a PCMCIA bus, you still may have bandwidth issues since you are operating several boards simultaneously. Is your analog output board set to use interrupts by any chance? Try the above link and see if that helps.
If you still cannot get it working, please post all of your code. It will be helpful to have the code you are using on both boards to simulate the issue.
Thanks,
Sal