11-18-2009 11:50 AM
Hello,
I trying to use a custom user interface for VBAI using VI. I was successful to the point where I can run the VI all by itself and see the logic working. However when I add to as a part of the user interface and switch to inspection mode and run it , it doesnt do anything. Please let me know, if I'm doing something wrong. Attached you will find the program I'm working with.
thanks.
Solved! Go to Solution.
11-18-2009 02:30 PM
You have to call the step that will update the Custom UI (located in the last tab towards the bottom). It's called Update Inspection UI and this is where you map previous results to controls/indicators on your custom UI, and for your UI, you'll want to make sure to check the box to have the VI run when the step executes.
Hope this helps,
Brad
11-18-2009 02:36 PM
11-18-2009 02:54 PM
Brad-
You are right, while loop runs for ever. Using while loop once and making use of shift registers makes more sense. I tried in the test program and it works. Thanks a lot for your help.