LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

error in making RT executable file

Dear Sir,

I had build a project in Labview 2011 version and now I have upgraded to labview 2013 version. I want to make an executable file and deploy onto RT Target but when I start building the exe file following message appears

Detail Disable dialog.vi and Not found dialog .vi does not support the current target.

Error 1003 occured at AB_Get_detailed_brokenVI_Message.vi and AB_Targetfile.lvclass:Open_top_level_vis.vi

 

Please suggest me some solution as soon as possible.

0 Kudos
Message 1 of 3
(2,956 Views)

Hi sriprakash,

 

replace all functions that call any dialogs. You can't use dialog functions on a RT target…

Best regards,
GerdW


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

Did you understand Gerd's reply?  RT (Real-Time) targets run a special "Real-Time" Operating System, specifically not Windows, and do not support the usual user interaction via the Front Panel.  You may have run across the term "Head-less System", which means a system, running a program, but without user interaction.

 

When you build an application for Windows, you end up with an "executable" having the extension ".exe".  This is designed to be started by selecting the application and getting it to run, for example, by double-clicking it (the "default" action).  In contrast, building a stand-alone executable for an RT system gives you a file with the extension ".rtexe" -- such a file (to the best of my knowledge) can only be executed by being "marked" on the Target as the "Start-up application".  The idea is when you turn your Real-Time Target on, it automatically loads the (single) Executable that you built, and starts running it "head-lessly".

 

Hope that clarifies things.

 

BS

0 Kudos
Message 3 of 3
(2,914 Views)