09-02-2008 09:56 AM
came across this thread doing a search
http://forums.ni.com/ni/board/message?board.id=170&message.id=125084&query.id=66797
and noticed the OP mentionted the Exec+.vi that is similar to the system exec.vi however has a timeout function... I need it and cant find it. all of my web searching keeps returning links to the system exec.vi references. Can anyone point me to it?
I am running a dos app that hangs for some reason and I need my program to give a timeout error and move on...
thanks...
09-02-2008 12:47 PM
09-03-2008 12:26 PM
nope, doesnt help... the system exec+.vi does not return the std out & error as the system exec.vi does, both of which I need.
Problem is while using the sys exec vi to ssh into a uut it hung while waiting to complete leaving the s/w stuck. I need to be able to allow it to time out and move on.
09-04-2008 12:41 AM
09-04-2008 09:08 AM
I actually tried something like that at one point however I dont recall if I had the piping to a file setup like I currently have now. I just recall it working alot better when I waited for the call to finish like it is setup now. overall it works great unless it hangs like it did Sunday. On that test run it ran for approx 3 days with hundreds of dos calls during that period and worked awesome... this program needs to run for approx 37 days for each pair of UUT's (6 uut's total).
thanks, I'll make the change...