08-19-2014 05:29 AM
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.
08-19-2014 06:04 AM
08-21-2014 10:50 AM
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