LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Run subVIs in parralel and simultaneously

Hello, Using LabVIEW 8.5 in WinXP 1.6Ghz, 1GoRAM
 
I'm doing measurement acquisition using two agilent 66319B DC source and the driver AG663xxx. I just want to run the two measurements simultaneously from my template subVI that control the two DC Source in order to correlate the measurements. I saw mutiple discussions and can't figure it out.
 
Did I need to open reference to the vi and run it or simply change something in my subVis properties to handle multiple calls and runs in parralel. ??
 
Any help...
0 Kudos
Message 1 of 3
(2,831 Views)
When you say simultaneously, how close to you have to have the timing measurements. If you are just looking approximately the same time, you can either generate a parallel loop and do the measurements or modify the template to read the data at the same time.
0 Kudos
Message 2 of 3
(2,826 Views)
Thanks for your reply. I want that the two subVis that control the two DC source start their measurements at the same time. In the main VI I don't have a loop, I just call the template measurement VI two times and set the two adress of my apparatus to this subVis.
 
When I animate the execution I saw that one subVi is executed and when it finishes the second one starts.
How can the two calls of the SubVis Model can run at the same time?
 Thanks
 
0 Kudos
Message 3 of 3
(2,799 Views)