NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Log name of sequence files

Hi,

 

I`m using a custom made user interface for teststand based on Full-Featured user interface.

 

I want to have a simple logfile of all te sequence files that I opened and closed.

I want to have this because sometimes a sequence fails after it is run after another sequence file.

to troubleshoot this issue i want the logfile.

 

I was wondering where is the best place to add the code?

I alreade made the same for the logged in user. In this case I placed the code in the FrontEndCallbacks.seq (LoginLogout)

 

 

Thanks

0 Kudos
Message 1 of 2
(1,311 Views)

You could register for the ApplicationMgr events SequenceFileOpened and SequenceFileClosed and write to the logfile in the event callbacks.

https://www.ni.com/docs/de-DE/bundle/teststand/page/tsuiref/reftopics/applicationmgr_sequencefileope...

 

Hope this helps.

0 Kudos
Message 2 of 2
(1,292 Views)