01-12-2016 12:24 AM
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)
Solved! Go to Solution.
01-12-2016 01:55 AM
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?
01-12-2016 03:18 AM
Hi sukichan,
check out the code attached.
01-12-2016 07:14 PM
pep91, thanks for your help.
GerdW, this is vi i convert to Labview 2014
01-13-2016 09:47 AM
So, did my code solve your problems?
Kind regards.
01-13-2016 06:53 PM
Hi pep91, have a nice day!
Your code can slove my problems.
Thanks
01-13-2016 07:58 PM