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
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.
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...!?!?