LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

stage freezes multimeter readings

Solved!
Go to solution

Hello,

 

I cannot run in the same loop the code from a motorised stage (Standa 8MVT100-25-1)and a keithley 2000 multimeter measuring voltage. The loop stops after the 3rd measurement of the Keithley when the stage enters into the speed case. See my code attached. I would appreciate some help.

 

Thank you.

0 Kudos
Message 1 of 3
(2,001 Views)

Hi torce,

 

as you used an event structure the VI will wait for the next event after the "speed" case is finished...

 

What do you expect here?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 3
(1,993 Views)
Solution
Accepted by topic author ka_torce

I do not expect for nothing, in fact I found a solution. If I make timeout 200 ms for example, it will not wait for an event and keep the loop running.

Thanks for your help anyway.

Regards.

 

0 Kudos
Message 3 of 3
(1,982 Views)