LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How make an appear windows for the use and enter one value?

Hi everybody,

 

I posted already once but my post has disappeared.


I am new in programming with labview.
I am doing an intern ship in a company and I would like to Improve an existing software.
The purpose of the software is to a syringe pump manages to fill a nozzle (connected to
an atomizer) and After spraying has pricise Amount on flies.
So, first, the software Was Divided in to share. I made folders to put in one.
-> Until this, it works

Now I would like to make a program executive for purpose That I-have to, first, find a solution
to control the syringe pump. I explain my self: When I am running the software, the syringe
pump start to run by himself and the User has not the time to enter some values. For safe, I tried
put a button to start the problem Is That goal block the software Spraying Because it s use as a
SubVI. So My idea: I would like to bring-up has windows, Where the user can enter all His gains
push a button and OK to run the software.

If someone HAS an idea Will it really help me !!

Have a good day
Anais

0 Kudos
Message 1 of 5
(3,391 Views)

Sounds like you are just looking for a simple dialog box with some fields for the user to enter the required parameters. There are lots of examples if you look around, but here is a quick simple one. The three values enterd are bundled into a cluster for convenience, and it includes a 'cancelled' output in case the user changes his mind.

 

dlg-cmp.png

0 Kudos
Message 2 of 5
(3,384 Views)

The easy way is to use the "Prompt User for Input" express vi from the Dialog & User Interface palette.

 

Ben64

0 Kudos
Message 3 of 5
(3,374 Views)

D'oh! Smiley Frustrated

 

I never think of using the Express vis, but in this case its made for the job! Smiley Very Happy

0 Kudos
Message 4 of 5
(3,370 Views)

Thanks you a lot for your answers.

We succeded!! 

 

Friendly

Maxime  and Anais

0 Kudos
Message 5 of 5
(3,325 Views)