01-13-2023 02:22 AM
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
01-13-2023 08:57 AM
You could register for the ApplicationMgr events SequenceFileOpened and SequenceFileClosed and write to the logfile in the event callbacks.
Hope this helps.