LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Application Builder question..

When trying to run my application, built using application builder/create installer, i get the query/message (see attached image).
 
My VI is relatively simple, and contains some simple file i/o operations (Write characters to file.vi and Read characters from file.vi), and also one VISA Write function, to write bytes to the COM port.
 
I could not find any options in the builder for how to remove this query/message, but i suspect it is related to the VISA Write function...
 
Does anybody have any helpfull info on this?
 
0 Kudos
Message 1 of 6
(3,036 Views)

Hi Vatoloco

This message can be disabled by using a flag in the applications builder:
Tools > Build Application or Shared Library > Application Settings > Set Target To Launch at Boot-up

see also the document located at:

http://zone.ni.com/devzone/conceptd.nsf/webmain/9AC4955881BD7B4D86256D0B0061DD1C

I hope it works
sparti

 

Message 2 of 6
(3,009 Views)
Thanks for the reply Sparti!

Sorry i forgot to say, im using LabVIEW 7.1, and "Tools > Build Application or Shared Library > Application Settings" brings me to the attached window.

I cant seem to find the option you described.

Cheers!

0 Kudos
Message 3 of 6
(2,991 Views)

Vatoloco,

well, I don't know why there is no option.. (Maybee it needs to install the Real Time to get it)

On the other hand you're right, it could have to do something with the VISA function. But when I try to build an application on a pc without Real Time (and containing the Visa-write), I don't get this target message.

unfortunately, I can't help you at this point. Smiley Sad

sparti

Message 4 of 6
(2,970 Views)
You do basically need to have LVRT to see that dialog and I don't think it should appear if you don't. However, to solve your problem, try adding the line ExecEngineSelectPrompt=False to your application's ini file in the [executable's name] section.

___________________
Try to take over the world!
Message 5 of 6
(2,963 Views)
Thanks alot Tst! This solved my problem!
0 Kudos
Message 6 of 6
(2,946 Views)