04-11-2017 06:11 PM
Below is a screenshot of a tiny portion of a VI created using traditional DAQ. It configures DIO Config. I'm trying to map this onto NIDAQmx. But I'm not totally understanding the configuration. Is it setting up to write one sample (of 0) every 100 nsec for 1,000 samples to a digital port?
It seems the handshaking parameters apply only to certain DAQ devices. Which ones are these today?
Finally, it seems that the task ID is wired only to a popup-menu! Is that correct? How can it be wired like that? I don't yet know where in the bevy of VIs the task is carried out. Is it some sort of global variable?
Solved! Go to Solution.
04-11-2017 06:56 PM
1. It looks like a task that will output 1000 samples at 100ns per sample. The task is just being set up. Nothing is being written yet.
2. Would have to look around, but they are typically the high speed DIO.
3. The task ID is being stored in a global variable.