07-31-2005 05:48 AM
08-01-2005 07:29 AM
08-01-2005 12:15 PM
08-02-2005 01:18 AM
08-02-2005 03:30 AM
Thanks very much Ray,
Indeed an elaborated answer... but I don't feel I know how to do it on my own. I appreciate your suggestion for an example.
By parallel loop, did you mean as a different thread? I'd like to see how it works as I've never tried a multithreading sequence.
I'm using CVI7.0 + TS3.0.
Thank you very much
Rafi
08-02-2005 01:50 PM
08-03-2005 12:54 PM
Hi Caroline,
I'm almost there...
I was able to get the termination status and determine the Termination request. Now, what am I suppose to do with it in order to get the Termination window in TS. ( I used a run-time error and indeed, received a run-time error window...)
Thanks
Rafi
08-04-2005 12:54 AM
08-04-2005 04:12 AM
08-04-2005 01:56 PM
Hi Rafi,
You can defintely check the termination status in multiple functions at the same time. You just need to have the sequence context to check the status. If you are not wanting to pass the status as a parameter between functions, you can create a global variable that will hold the status.