User Tools

Site Tools


code:commercial:hse-uac:access-levels

04 Access Levels

The access information consists of two strings:

  • element
  • level

See Database Structure for details.

UAC Automation

For the hse-uac-helpers to programmatically manipulate front panel controls, you need to adhere to the following two rules:

  1. set element to the front panel control's label
  2. set level to 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