LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

handling event cases

In my attached vi everything is working fine except the exit button my vi is not closing.But in the examples given the same logic working.
0 Kudos
Message 1 of 6
(2,956 Views)
Hi,

Your exit button is not wired to anything in your example VI.

Create an Event case for the Exit button - Value Changed. Then place the Exit Button inside the new event case and wire the control directly to the loop conditional terminal. (not via an inverter).

Hope this helps
Ray Farmer
Regards
Ray Farmer
0 Kudos
Message 2 of 6
(2,956 Views)
See the attached vi.I want to eliminate the message while exiting.ie without prompting me it should exit.how can i do this
0 Kudos
Message 3 of 6
(2,956 Views)
Hi,

What message do you want to eliminate?

Regards
Ray Farmer
Regards
Ray Farmer
0 Kudos
Message 4 of 6
(2,956 Views)
While exiting its asking do you want to save the changes.?. ok.cancel,etc.I want to supress this message .You can very well run my attached vi and see it.
0 Kudos
Message 5 of 6
(2,956 Views)
Hi,

I couldn't see anything in your VI that suggests you have changed any of the VI's.
When you save this VI try using SaveAll.
Also, you might try mass compiling all your VI's in the NI folders to bring them all up to the same version.

If you are porting this VI to a target system, then try using the Save with Options and select one of the distribution options.

Regards
Ray Farmer
Regards
Ray Farmer
0 Kudos
Message 6 of 6
(2,956 Views)