01-10-2006 06:23 AM
01-11-2006 03:24 AM
Hi,
as you are using the simple operator interface, you can use the ExecutionViewMgrGetExecution method ("Ni TestStand UI Controls 3.1" Instrument Driver under "ExecutionViewMgr") to get a handle to the current execution running. This handle you can use in the ExecutionGetSates method ("Ni TestStand API 3.1" Instrument Driver under "Advanced-->Execution") to get the state of the current execution running.
Hope this helps.
01-11-2006 04:29 AM
Thanks,
Problem solved thanks to your solution.