04-20-2008 06:12 AM
04-20-2008 08:52 PM
I assume you are using 4 different VISA sources to do this?
Using the error wires should assist in making sure the VISA functions at nearly the same time. An error wire passing out of one function and simultaneously splitting to 4 VISA writes will set it up so that the VISA writes occur at pretty much the same time. (I don't think you could guarantee perfect synchronization because of the Windows operating system.) You could also look at using Rendezvous 's which pause separate lines of code until all of the lines have reached the Rendezvous point.
If this advise doesn't help, then I would recommend that you post whatever code you have now so it could be looked at.![]()