LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to terminate the program after we run it?

I am doing Ehernet LabVIEW program.In that program I developed the code for generating message box if the bytes u sent to another system should have to come back again.If the bytes are coming in the result then the message box  should appear as "Ehernet Test Passed".If it is False  then message box should appear as "Ehernet Test Failed".When I run the program the message box was appeared.I put the message box in the Case structure.After running the program the loop was not terminated.How can I overcome the problem.I attached my vi.Pl verify this.
 
 
0 Kudos
Message 1 of 2
(2,586 Views)
Hi
 
First of all - you don't have any loop in your vi.
 
If you want to exit LV after running the vi, you can use the "Quit LabView" function. The "Stop"-function just stops the vi, which actually does not affect your vi, as it stops automatically, after closing the messagebox.
 
Thomas
Using LV8.0
--------------------------------------------------------------------
Don't be afraid to rate a good answer... 😉
--------------------------------------------------------------------
0 Kudos
Message 2 of 2
(2,579 Views)