03-03-2008 06:44 AM
03-03-2008 08:27 AM
Hi,
Try
!RunState.SequenceFailed
Regards
Ray Farmer
03-03-2008 09:22 AM
03-06-2008 05:57 AM
Hi again.
Is there a CVI accesible variable which can be checked to see if the test sequence has been terminated?
03-06-2008 06:22 AM
Hi,
Are you in a code module that is probably performing some loop and you want to check that the operator hasn't pressed the Terminate or Abort button?
If the answer is Yes, then you probably need to use TS_ExecutionGetTerminationMonitorStatus.
Attached is a piece of CVI code which shows its use. The TestStand Programmer Reference will also help.
I think this is from an example from the NI website
Hope it helps
Regards
Ray Farmer
03-06-2008 06:25 AM