04-01-2010 01:26 PM
I have an event loop on my project which monitors the button press from the initial login screen. When the user press enter I validate the username and password and if its right I proceed to main screen. When I switch to main GUI screen I put a message box on the screen to let the user know that he has to turn on the other instrument before he presses start on the GUI. If I click using the mouse I don't have any issues going to next screen and the program works as it supposed to. But instead if I press enter on the keyboard, for some reason the OK on the message box and the start button are activated automatically on the main GUI screen and the program starts running.
I am also monitoring analog channels from USB-6225 from my pressure and vacuum sensor and display the result using a slide indicator. I was wondering is it possible to use one slide indicator to display both pressure and vaccum, may be something like on slide 1(pressure) indicate 0 - 40psi(blue color) and on slide 2(vacuum) indicate 0 - -16psi(red color). I tried different fill style but I was not able to do it. Is it possible to use any property node to implement this behaviour. I would really appreciate some help.
Thanks
04-01-2010 02:06 PM
04-01-2010 02:22 PM