LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

confirm data entry automatically

Hi everybody,
I`m using a classic state machine architecture in LV7.1 and passing data from a numeric control from one state to the next by using shift registers....
Problem: I want to have the data in the shift register updated during typing a new value into the numeric control, instead of clicking somewhere outside the control to "confirm" the new data.
Any ideas out there??
Thanks in advance
Markus
0 Kudos
Message 1 of 3
(2,514 Views)
Use a simple string control and set it to "update Value while typing". In the code, you need to use e.g. one of the "... String to number" tools to generate your orange or blue wire.
Message 2 of 3
(2,514 Views)
Hey,
thanks a lot , this is working !!!
First I thought the "synchronous display" option on a numeric control would do the same job, but it seems this option is for something else...!?!?

However , problem solved.
Thanks
Markus
0 Kudos
Message 3 of 3
(2,514 Views)