LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

GUI

Hi GEEK777,

 

Reordering shouldn't do anything. Can you give us a screenshot to see what's going on? When you say you're unable to change the value, do you mean by typing it in or by adjusting the arrows or what?

Jeff | LabVIEW Software Engineer
0 Kudos
Message 21 of 40
(1,482 Views)

Hey all, Sori abt the delay....

 

It was my mistake, i had the tools palette on...hence had the issue..its all good now... Thanks for all the help...

 

I have one more question... I am creating a user interface and would like to give a run simulation and a stop simulation button for the user. The run simulation should make the simulation run and the stop should stop the simulation.. How do i do this?

0 Kudos
Message 22 of 40
(1,460 Views)
use a state machine maybe
Harold Timmis
htimmis@fit.edu
Orlando,Fl
*Kudos always welcome:)
0 Kudos
Message 23 of 40
(1,442 Views)
or you could use an event structure
Harold Timmis
htimmis@fit.edu
Orlando,Fl
*Kudos always welcome:)
Message 24 of 40
(1,440 Views)
Hey, How do i use an event structure?
0 Kudos
Message 25 of 40
(1,413 Views)

You really need to take the tutorials!    How to Learn LV

 

LabVIEW Introduction Course - Three Hours
LabVIEW Introduction Course - Six Hours

Message Edited by Ravens Fan on 08-19-2009 09:42 PM
Message 26 of 40
(1,405 Views)
Hey....is it a good idea to have all my code inside a while loop that stops on the press of my stop button and then have this while loop inside a case structure that operates on my start button. would this work out?
0 Kudos
Message 27 of 40
(1,396 Views)

No.

 

Instead of wasting time and effort with these basic questions, use it to take the tutorials mentioned.

 

A large percentage of us are unpaid volunteers who really, really resent it when good advice is not taken.

Message 28 of 40
(1,392 Views)
It's not a good idea, just an okay idea.  Just make sure you have a small wait statement in the outer while loop so the CPU doesn't spin infinitely fast while it is waiting for you to press the start button.
Message Edited by Ravens Fan on 08-19-2009 10:07 PM
Message 29 of 40
(1,391 Views)
However, putting your while loop inside a case statement will do nothing.
Message 30 of 40
(1,385 Views)