HI Jason,
I may not be able to fully answer your question but I may be able to help get another question together that you can post to both the MIO and other lists.
As you know, there a number of steps that have to be caried out to do a a single triggerd I/O. It may be possible to open multiple references to the I/O device and go throughthe steps of configuring all of the indiviuals triggered I/O you want. Do everything as normal but stop short of actually starting the I/O.
The idea would be to start the first I/O and as soon as it comples, grab the data from it and fire off the second I/O. Continue till done. He idea is that most of the time invloved with starting an I/O is messing withthe config. If you do it all ahead of time, the latency of
you system may let you do what you are trying.
Like I said, not a complete answer, but maybe helpfull.
Ben