I have a test system with a lot of digital I/O. I'm using VC++ with DAQmx. I like grouping related
things together when possible and in this case some of the digital
inputs span multiple 6509's. Can a single virtual input channel be
created that spans multiple devices, i.e.:
Unfortunately, one task cannot span across multiple devices. Each
task can contain one device, so in your case, you will need to create a
task for each of your 6509's. I believe you posted a similar
question here?