04-24-2008 12:43 PM
04-24-2008 03:32 PM
04-25-2008 08:53 AM
I have tried to do it this way but it seams that it does not take affect until I close down my application and start it again. i need to be able to do this on the fly. this is the way that my code works.
I have a main VI that starts the TS engine an goes through the login process. This main VI is really just a switchboard that allows the user to open the interface for the board that they want to test. Then when the proper interface is called then I open the interface as a SubVI. Within this SubVI I open the proper sequence file and allow them to run it.
Thanks for the help.
04-25-2008 03:49 PM
Hi Joe,
How are you implementing this in your UI. As I have tried using IEngine.StationOptions() to return a reference then used StationOptions.TracingEnabled() to switch on or off.
Regards
Ray Farmer
04-28-2008 09:23 AM - edited 04-28-2008 09:29 AM
This is the piece of code that I use:
are there any other settings that I can set. I think that it may be working but I cannot tell until I really slow it down in TS. that is when i have to shutdown my app and restart it. Is there anything else that I can do. Can I change other settings. Like the panel that you get in TS. Are their things that I need to get the TS programmer to add to his sequence. i am really not a TS person, I am a LabVIEW guy.
Thanks for the help
04-29-2008 10:03 AM - edited 04-29-2008 10:06 AM
Evan Prothro
RF Systems Engineer | NI
04-29-2008 03:08 PM