11-02-2007 06:20 AM
11-02-2007 08:15 AM
11-02-2007 09:40 AM
11-02-2007 10:53 AM
11-02-2007 03:34 PM
Some things to consider (I dont do perl) the error seems to be related to not running in a console. Try using wait for completion = True and wire up the standard input. This is just a guess since I dont know anything about the script. I have had some decent luck with the command line prompt in the past.
Paul
11-02-2007 04:37 PM
11-05-2007 01:37 AM
Hi,
Thanks for the reply from everyone.
The attached is my code to call Perl script and after calling this, I need to query the Perl Script by sending command like @help. Do they have a way to query the Perl script by sending command like @help and get the return result.
I think Joseph you are right, but how do I get the return result if I invoke it in a separate dos session.
SL Ong
11-06-2007 04:25 PM
11-07-2007 08:08 AM
11-07-2007 09:34 AM
Hi,
Yeah, I already tried that but I can't get the script working when called from Labview,
it still give out the error. Anyway, can National Instrument develope something to interface with a Perl script like
a Mathlab node? It could help a lot of people out there, I guess.
But, at the moment, how can I get the script run in command prompt but with Labview running at the background
emulating the keyboard and retrieving the command prompt output? Is that possible?