LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

String Passing

Solved!
Go to solution

Hi everyone,

I've been having an incredibly amature problem ( [ttom]--------[extreme novice] ). I'm trying to update an old colleague's program who left to include a 2D barcode reading feature.

 

The barcode scanner is setup to act as a virtual keyboard and enters the data into a string box which I then pass to another string box and clear the first one so that the next barcode doesn't get added onto the end of the last reading. But for some reason the first string box clears successfully but the second string is never updated.

 

For the life of me I can't figure out why. The image below is within the main while loop. Tried to look through the internet without any luck, hope you all can help.

 

YouShallNotPass.PNG

0 Kudos
Message 1 of 3
(2,736 Views)
Solution
Accepted by topic author ttom321

@ttom321 wrote:

YouShallNotPass.PNG


You are constantly clearing the control with that property node.  Get rid of the Val(Sgnl) part of the property node.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 2 of 3
(2,716 Views)

Worked like a charm thanks crossrulz!

0 Kudos
Message 3 of 3
(2,708 Views)