05-03-2012 08:52 AM
Hello,
I want to run TS sequences programatically, like a customized OI. I don't need any buttons, I plan to run everything programatically. For that I have created a VI, where I connect a SequenceView ActiveX object to the ExecutionViewMgr. The sequence is running, but I don't see anything in the sequence viewer. What do I do wrong?
LV2010 SP1 + TS2010
05-03-2012 11:21 PM
You may create a property node for execution object and disable "TracingDisabled" property
05-04-2012 12:44 AM
Hi Ranjith,
the tracing is enabled, and I figured out what was missing. The reference of the execution has to be also connected to ExecutionViewMgr.Execution. That's all.