LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

cRIO 9033 not waiting for 2-Button Dialog to finish executing

I found a bug in the 2-button dialog running on a cRIO 9033. If you look at this extremely simple code, I have an enum that gives the option of whether to show a two-button dialog when the Panel Close? Event triggers or not. When you choose to show the button dialog, the event executes before the dialog goes away. The code is not waiting on the dialog box to finish executing before it finishes the event.

0 Kudos
Message 1 of 7
(2,783 Views)

Can you please post your code in LV2013 or earlier version.

-----

The best solution is the one you find it by yourself
0 Kudos
Message 2 of 7
(2,780 Views)

I found the error on a cRIO-9033. I am under the impression that only LabVIEW 2014 works on those right now.

0 Kudos
Message 3 of 7
(2,778 Views)

Are you trying to use a 2-button dialog in an RT target? Can you show a picture of your code, what you are trying to do?

-----

The best solution is the one you find it by yourself
0 Kudos
Message 4 of 7
(2,771 Views)

cRIO-9033 has an embedded UI made possible by its mini-display port. So it is designed to be able to support UIs.

 

Simple Panel Close.png

0 Kudos
Message 5 of 7
(2,762 Views)

Can you set the VI execution to UI thread and see what happens. In RT it may not be the same execution system as windows.

-----

The best solution is the one you find it by yourself
0 Kudos
Message 6 of 7
(2,752 Views)

That did not fix it.

0 Kudos
Message 7 of 7
(2,749 Views)