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
(1,328 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
(1,313 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
(1,309 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
(1,301 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
(1,257 Views)