10-02-2009 03:13 PM
10-02-2009 03:18 PM
Mike:
The 2 vi's from the zip file are saved in 8.2.
-AK2DM
10-02-2009 03:59 PM
10-02-2009 04:29 PM
There's nothing there that will help you. All it does is make the VISA Resource available in multiple locations and that's not what you need. As long as you do a read/scan from one VI at a time, you can use the VISA Lock functions. There's an example you can look at.
Have you considered just using a single VI that tells the instrument to scan at the fastest rate and with the channels from VI A and VI B?
10-03-2009 07:21 PM
Can you use data flow to force the vis to run sequentially?
If not, you could use a semaphore make each vi wait for the other to finish.
steve
10-05-2009 08:57 AM
Dennis, yes, I'm working on something along those lines now. Steve, thanks for the suggestion. Need to learn about semaphores and this might be a good opportunity even if I don't utilize them as a solution.