LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

update cluster when typing numeric

Solved!
Go to solution

Dear All,

I have a cluster with Numeric Control and String Control. How can I update value of Numeric Control when typing.

Thanks

Please refer attach file (using LV2015)

0 Kudos
Message 1 of 7
(3,819 Views)

Hi sukichan,

 

a numeric control updates when you use the ENTER (or Return) key or when you click with the mouse outside of the control.

 

When you want to update while typing you should use a string control (set to "update while typing") or an event structure detecting key press events in your numeric control!

 

Can you downconvert your VI to LV2014?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 7
(3,806 Views)
Solution
Accepted by crossrulz

Hi sukichan,

 

check out the code attached.

Message 3 of 7
(3,796 Views)

pep91, thanks for your help.

GerdW, this is vi i convert to Labview 2014

0 Kudos
Message 4 of 7
(3,761 Views)

So, did my code solve your problems?

 

Kind regards.

0 Kudos
Message 5 of 7
(3,731 Views)

Hi pep91, have a nice day!

 

Your code can slove my problems.

Thanks

0 Kudos
Message 6 of 7
(3,703 Views)

sukichan a écrit :

Hi pep91, have a nice day!

 

Your code can slove my problems.

Thanks


Then you should mark pep91 post as the accepted solution, not your own post thanking him.

 

Ben64

0 Kudos
Message 7 of 7
(3,689 Views)