08-01-2016 05:57 PM
Solved! Go to Solution.
08-02-2016 11:38 AM
I am trying the Get/Set Properties, but they do not seem to be working.
I want the VI indicator in the new thread that is running along side Teststand to update once a barcode is scanned.
Then at the end of the sequence, change the boolean to True to end the GUI.
Any help will be greatly appreciated.
08-02-2016 02:53 PM - edited 08-02-2016 02:54 PM
This sounds like it could be a good use case for Synchronization Objects. I'm attaching a basic example that uses a notifier to do something similar to what you've described. I wouldn't recommend handling serial numbers like this, but it gets the point across. You can also find a better example on notifiers here.
Hope this helps!
Trent
Edit: Attached code