01-20-2009 09:50 AM
Solved! Go to Solution.
01-22-2009 12:37 AM
Hi Peter,
Good question. I am thinking that this may be possible using occurrences. Just before we want to write to one of the fifo's set the occurance so that the second fifo could write as well. However this may still cause a lag. As of yet there is no way to purely trigger Fifos. If they are in the same loop they should happen relatively at the same time. I will try to use occurances tomorrow, time it and see if they come back synchronously.
01-22-2009 07:08 AM
Peter
What you can do is pack the two waveforms into one DMA and parse then at the AO.
AO's typically use I16s to represent the waveform data and the DMA bus is U32.
Use the join number to combine the two waveforms, then DMA the composit signal, then at the AO use split numbers.
I have used this succesfully with good results.
01-22-2009 10:16 AM
Thanks, the "DMA stuffing" did the job.