From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Use of function TSUI_ApplicationMgrCloseAllSequenceFiles

Hello,
I have added the following line into the source code of the operator Interface:
 
 tsErrChk(TSUI_ApplicationMgrCloseAllSequenceFiles (gMainWindow.applicationMgr, &errorInfo));
 
but no sequence file is closed.
 
I can see all open sequence file in the Filechoice combobox
 
what is the problem?
 
regards samuel
0 Kudos
Message 1 of 2
(2,463 Views)

Hi,

You need to make sure that none of the sequence files have executions or you have references to the sequence file else where in your OI. If you have then the ApplicationManager can not release and close the sequence files.

Regards

Ray Farmer

Regards
Ray Farmer
0 Kudos
Message 2 of 2
(2,451 Views)