LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Real time reading from string control

Hello everyone,

 

I am trying to create simple Vi which should read input real time like when you paste anything in it it should displayed in output indicator. But in my this Vi I used event structure for detecting value change in the string Control.

 

But when I input something, I need to click outside the string control then only it is displaying on the output.

 

Actually, I am using this for like when scanner is scans the barcode/QR code the data should display in the indicator. without clicking mouse.

 

is it possible?

 

 

 

 

 

Download All
0 Kudos
Message 1 of 3
(70 Views)

Right-click the string control and check 'Update Value while Typing'.

0 Kudos
Message 2 of 3
(65 Views)

Check the Barcode Scanner to configure it to send a CR at the end of the string, then it will trigger the Event structure and LabVIEW will recognized it and enter the string. 

Message 3 of 3
(61 Views)