User Tools

Site Tools


code:commercial:hse-uac:getting-started

02 Getting Started

What you get

The User Access Control Toolkit (the UAC-Manager.lvlib DQMH module and the hse-uac-helpers.lvlib library) is provided as a zipped archive of the source code and an accompanying VI Package Configuration file (.vipc).

The provided archive contains a fully-functioning example of how to use the UAC Toolkit, including all the required folder structures and configuration data.

Installation

1. Extract the ZIP archive

Extract UAC_Windows_LV2020_x32_SRC_vX.Y.Z.zip.

2. Apply the VIP Configuration file

Apply hse-UAC.vipc.

3. Configuration

Refer to the information on the Configuration page.


Demos

The following two demos are included:

1. Roles

/UAC_Source/Demo/UAC DEMO - Roles.vi:

2. User Management

/UAC_Source/Demo/UAC DEMO - User Management.vi:


Integration into your application

HSE Application Template

  1. Copy the libraries:
    • UAC_Source/Libraries/hse-user-access-control/<%APP-NAME%>_Source/Libraries
  2. Add configuration (see Configuration for details):
    • Add /<%APP-NAME%>_Config/Unit_XYZ/UAC Manager.ini
    • Add the section defined in UAC Manager.ini to /<%APP-NAME%>_Config/Unit_XYZ/DB_CONNECTOR.ini (or create the DB_CONNECTOR config file if not existing)

Other frameworks

  • The Toolkit makes use of our Project Structure. At least create two folders where APP-Name can be a name of your choice.
  • Create a Config-Folder /APP-NAME_Config
  • Create a Source-Folder /APP-NAME_Source
  • Copy the the content of the folder UAC_Config into your project folder /APP-NAME_Config
  • create a config.ini which points to your Config/Unit
code/commercial/hse-uac/getting-started.txt · Last modified: 2026/06/15 15:40 by joerg.hampel