LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Real time reading from string control

Solved!
Go to solution

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 5
(223 Views)
Solution
Accepted by topic author Basavaraj093

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

Message 2 of 5
(218 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 5
(214 Views)

Thank you for your reply it is working😊.

0 Kudos
Message 4 of 5
(146 Views)

How to check it, I don't know actually.

 

0 Kudos
Message 5 of 5
(143 Views)