LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

why don't close front panel when the vi stop?

I call (from main3.vi) to a vi (ALpha.vi) to send data. When I stop it, the front panel doesn't close. Why?

Thank you.

Win XP / LV 7.1
0 Kudos
Message 1 of 5
(3,262 Views)
Hi vicens,

this comes from your creative use of vis server capabilities.Smiley Wink
You should only use one place to open/&close frontpanels... Or really force to close the FP!

Edited: changed attachment...

Message Edited by GerdW on 10-15-2007 02:20 PM

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 5
(3,239 Views)

Run the Alpha.vi once seperately & then it closes smoothly there afterwards. I dont know why!Smiley Surprised

But closing LV & again running the Main VI results in the same problem again.

I also ran in LV 7.1.

- Partha ( CLD until Oct 2027 🙂 )
0 Kudos
Message 3 of 5
(3,233 Views)
Remove the globals & give latching action to the booleans, thats it. Smiley Wink
- Partha ( CLD until Oct 2027 🙂 )
0 Kudos
Message 4 of 5
(3,228 Views)
Thank you GerdW & Partha

Possibly the problem is in the global variable. Or who executes first.

Using latch action the subvi doesn't update each X time. The solution of GerdW seems more suitable.


Thanks both.

Vicen
0 Kudos
Message 5 of 5
(3,216 Views)