07-07-2005 05:48 AM
07-07-2005 08:14 AM
The goal is to setup an address on port 2 and then output one 16 bit word on port 0 using burst handshaking. I do not want to use the data buffer in the card.
If you don't want to use the data buffer on the card, why don't you just use static output on the whole 32-bit port? Or are you relying on the control signals that burst handshake offers?
If you are relying on the control signals, you can switch to interrupt-driven data transfer. The minimum transfer requirements are restrictions from the DMA controller. The interrupt-driven data transfer will not have these restrictions. The property to switch to interrupt-driven data transfer is DAQmx Channel : Digital Output : General Properties : Advanced : Data Transfer and Memory : Data Transfer Mechanism. Set the property to "Interrupts."
07-07-2005 05:39 PM
07-08-2005 03:22 PM