03-25-2006 10:04 AM
03-27-2006 04:31 PM
Hello,
Thank you for posting to the NI Discussion Forums! With regards to your question, I am a little unclear about what exactly you are asking-
You mention “My program should be started from other program”. From this statement I believe that you are trying to build your LabVIEW 6.0 program into an executable and call that from the command line from another environment.
Also you say that “On transfer command lines I have found examples on site NI, but I do not know how to make so that the program was started without the panel.”. From this I gather that you would like to have the LabVIEW program accept parameters from the command line and run without the front panel visible.
I am really confused about: “In options at creation of an EXE-file costs Yes on display of the panel and how to change on No? On SubVI Node Setup I have found an option of an interdiction of display of the panel and how to forbid display of the panel in main VI?”, but I think I can help.
It sounds like you have determined how to pass the parameters to your LabVIEW exe, and that you are familiar with the application builder, but just need to find a way to prevent the front panel of your LabVIEW program from being displayed. To do this, open the VI properties of your top-level VI and navigate to “window appearance”. Select “custom” for the appearance and make sure that the box titled “Show Front Panel When Called” is not checked. When you configure your VI to build an exe, you should notice that in the “VI Settings” tab of your application builder shows “no” to “show panel”.
Hopefully this answers your question. Let us know how it goes, and have a great day!
03-28-2006 11:11 AM
03-28-2006 11:40 AM
03-28-2006 11:52 AM
03-28-2006 11:54 AM
03-28-2006 12:14 PM - edited 03-28-2006 12:14 PM
With a VI property, you can set the front panel:window bounds to be off the screen. You could also upgrad your version of LabVIEW. Newer versions have the ability to set the front panel window state to hidden.
Message Edited by Dennis Knutson on 03-28-200611:14 AM
03-30-2006 07:03 AM
03-30-2006 08:32 AM