From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

parallell while loop slow

Hey Everyone!

 

I have a problem with my while loop that makes my agilent digital multimeters read

values slow and I wonder how a easy fix for that would be. I hope anyone can explain a easy thing to change that would make the values read faster. I upload my vi file here for my setup and preciate anyones help.  thanks

0 Kudos
Message 1 of 5
(817 Views)

Can you clarify what's "parallel" about your while loop?

 

Every milliseond you are trying to create six new files using express VIs. Does not sound reasonable.

0 Kudos
Message 2 of 5
(802 Views)

I only see one loop.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 3 of 5
(798 Views)

Do you really try to read values from 4 Agilent multimeters in parallel?

 

Due to how that driver is written, the request will not be executed in parallel but one after the other as all VIs are not reentrant.

 

Regards, Jens

Kudos are welcome...
0 Kudos
Message 4 of 5
(790 Views)

Yes I am trying to read from 4 multimeters. I have used a while loop to take values for each single measurement value into a table. Is there a possible way to fix that in a way for it to be faster?, because the multimeters does show the values fast but not when I am trying to connect to labview.

0 Kudos
Message 5 of 5
(746 Views)