code:commercial:hse-uac:access-levels
04 Access Levels
UAC Automation
For the hse-uac-helpers to programmatically manipulate front panel controls, you need to adhere to the following two rules:
-
set
elementto the front panel control's label -
set
levelto one of the following strings:NONE,R,RW
The helper VI Apply Level On One Control.vi will set the visible and disabled states of a control according the following table, based on the specified access level:
NONE | R | RW |
|
|---|---|---|---|
visible | false | true | true |
disabled | disabled and grayed out | disabled and grayed out | enabled |
code/commercial/hse-uac/access-levels.txt · Last modified: 2026/06/15 16:25 by joerg.hampel