From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to get rid of run arrow in executable

Hi
I need an exe aplication which I get. However it runs after clicking on the run arrow, which I wish to get rid of. Having gone through options, VI properties etc in LV I still have no idea how to eliminate it so that I could control my application just by pressing the keys on the user pannel.

<I am also not sure if it is possible in my case - my code is non-EventStructure- code>

 

0 Kudos
Message 1 of 5
(2,290 Views)

Hi rot,

 

VI properties -> window options -> hide tool menu...

Best regards,
GerdW


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

And just to add one point: Your application can't react on any key pressed if it is not running.

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

Just adding one more point:

An executable should be set to run at start and to close the frontpanel at end...

Best regards,
GerdW


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

Hello,

In File/ VI Properties / Windows Appearance you can choos to have a Dialog instead of Default.

 

Don't forget in File/ VI Properties /Execution to check "Run when opened" otherrwise you won't be able to start your application.

 

Kind regards,

Ion R.

0 Kudos
Message 5 of 5
(2,244 Views)