11-07-2007 10:14 AM
Your picture did no show up in my display for whatever reason. I looked at some old code that worked on Labview 6 on Win 98. I do not know if this will help, we invoke the perl script using perl d:\... This generated a separate window that a user could interfae with.
We are using active perl at this time.
11-07-2007 10:32 AM
11-07-2007 11:41 AM
11-07-2007 02:33 PM
11-08-2007 01:02 AM
11-08-2007 04:29 PM
I wired up a perl script using active state 5.8.8 822 build. If I just execute the script via command test_err_mesg.pl, it generates the following 2 types of error code 3 (something to do with a GPIB error) and 193 (makes more sense). The code 3 appears before I saved the vi and 193 after I saved the VI.
I find that if I execute perl test_err_mesg.pl it will open a menu and allow the perl script to run properly, note wait until completion is set to false.