NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Disable tracing into process model

Solved!
Go to solution

Hi!

I'm using a custom UI in C# to open a sequence file and do execution. While executing a sequence file, execution is tracing into process model steps. This is only for the first time. For later executions, tracing of process model is not displayed. Could you please help me how to disable tracing into process model sequences & steps. Thanks.

 

Thanks & Regards

Sgy

Message 1 of 8
(4,409 Views)

Hi,

 

You can do this in the Configure Preferences and switch off the "Allow Tracing into Entry Points" or some such wording.

 

Regards

Ray Farmer

Regards
Ray Farmer
0 Kudos
Message 2 of 8
(4,402 Views)

Hi Ray!

Thanks a lot!!

 

In TestStand -> Configure Station->Options_> Execution, 'Trace into EntryPoints' is disabled. While executing sequence in TestStand, tracing of process model is not displayed. But using custom UI it is shown. Is it because of some mismatch in property settings. Please guide me....Im new to TestStand.

 

Thanks & Regards

 

0 Kudos
Message 3 of 8
(4,399 Views)

Use the User.HasPrivilege method.  This method takes as a parameter a lookup string representing the particular privilege you're searching for.  For example, you can search for the base name, i.e. "RunSelectedTests" [User.HasPrivilege("RunSelectedTests")] or you can search for the full path, i.e. "Debug.RunSelectedTests."  In this manner, you should be able to search for Custom privileges like "Custom.MyPrivilegeName."  Note that if you search for only the base name and there are multiple instances of that basename that exist, TestStand will only operate on the first instance that it finds.

 

Gaurav

0 Kudos
Message 4 of 8
(4,375 Views)

Hi Gaurav ,

I didnt get what u were trying to say...

 

Thanks & Regards

Sgy

0 Kudos
Message 5 of 8
(4,359 Views)

Hi there,

 

what is the process model you are using?

 

Also, are you using the UI on the same computer or on a deployment system?

 

regards

 

Vaibhav

.......^___________________^
....../ '---_BOT ____________ ]
...../_==O;;;;;;;;_______.:/
.....),---.(_(____)/.....
....// (..) ),----/....
...//____//......
..//____//......
.//____//......
..-------
0 Kudos
Message 6 of 8
(4,344 Views)

Hi!

Im using default process model of TestStand and using UI in same computer.

Thanks & Regards

Sgy

0 Kudos
Message 7 of 8
(4,334 Views)
Solution
Accepted by topic author Sgy1

Hi!

It worked. Keep the StepGroupMode of executionview manager with default value.

 

Regards

Sgy

0 Kudos
Message 8 of 8
(4,303 Views)