"Dan Press" <[EMAIL PROTECTED]> wrote: >I create a separate application; let's call it the "YYY_Project Print >Service.exe". The application's job is just to sit there, but its INI >file configured the VI Server to listen on a port other then the default >3363. See the app note ->
Overall a very interesting and good idea to do!! >Remember that built apps act like folders when you want to open a >reference to a specific VI. Just wire the path to your printing VI such >as "C:\My App\YYY_Project Print Service.exe\Print Me.VI" This is not necessary. In built applications LabVIEW (since at least ~ 6.0) always searches the internal "LLB" for a VI with the last part of the path first before even attempting to locate the VI at the absolute path if any given. So for this one you can actually use a string with the VI name only instead! Rolf Kalbermatter CIT Engineering Nederland BV tel: +31 (070) 415 9190 Treubstraat 7H fax: +31 (070) 415 9191 2288 EG Rijswijk http://www.citengineering.com Netherlands mailto:[EMAIL PROTECTED]
