I am acquiring high-speed digital data with buffered handshaking configuration (on a 6533 DIO board). I am also seperately generating low-speed digital parterns with a 6071E multifunction board in immediate mode. However, when I try to do the two tasks simultaneously in one program, the generation of the pattern is done only once the acquisition is finished. Is there a way to do both tasks simultaneously? I want to send the pattern to a DUT and at the same time, acquire its output in a buffer. How can I do this?
Thanks!