From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Enable/Disable Entry point

Solved!
Go to solution

Hello,

 

Could someone explain what sets EntryPoint.Enabled property for given entry point?

https://zone.ni.com/reference/en-XX/help/370052AA-01/tsuiref/reftopics/entrypoint_enabled_p/

 

From what I see it is somehow connected to permissions, admin can see all entry points but some users have this flag set to false. I don't see anything in permissions that would indicate this.

0 Kudos
Message 1 of 2
(957 Views)
Solution
Accepted by topic author pawhan11

If you right-click on an entry point and select Sequence Properties and on the Model tab there is an expression called: Entry Point Enabled Expression.  This varies for different entry points (e.g. the Test UUTs vs the Single Pass).  That expression is what defines the privilege to look at.  The single pass uses the SinglePass privilege which is found in the Debug category for privileges.

 

If you are making your own entry points you can just use your own privileges or an existing one... or just hard code it to "true" like the Test UUTs entry point.

 

Hope this helps,

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
Message 2 of 2
(924 Views)