11-28-2005 02:02 PM
11-28-2005 03:44 PM - edited 11-28-2005 03:44 PM
Message Edited by Dennis Knutson on 11-28-2005 02:46 PM
11-28-2005 08:54 PM
Thanks Dennis, I managed to read the command line arguments.
Now, to explain a little further concerning the Control Panel display. I only want the VI to run once (preferrably with no Control Panel display) and then close itself without user intervention.
Currently (after I do an App Build), if I run it, it opens the Control Panel and executes immediately, and then the Control Panel display remains on the screen (waiting for the operator to press the Run button on the Control Panel Window tool bar or to Close the program). I don't have a run button on the inside the user Control Panel.
This VI will be serving a very low level function of setting the signal generator (frequency, amplitude, trigger state output enable state) as called by a Matlab program which is used for a number of other functions on my test bench. As such, I want there to be no output from this program other than the GPIB commands sent to the signal generator.
Don
11-29-2005 08:06 AM
11-30-2005 02:57 PM
Thanks Dennis. I used the Quit LabView command and got it working as needed. I haven't tried the .dll yet.
Don