Enum Permission
sta_PERM_DE = 1
sta_PERM_ADC = 2
sta_PERM_ADM = 4
sta_PERM_ENGR = 8
sta_PERM_OVR = 16
sta_PERM_EADM = 32
sta_PERM_EDE = 64
sta_PERM_APACK = 128
sta_PERM_HEDIT = 256
sta_PERM_WEBUSER = 512
sta_PERM_DUSR = 2097152
sta_PERM_AADM = 4194304
sta_PERM_STADM = 8388608
sta_PERM_MUSR = 16777216
End Enum
|
- sta_PERM_DE: User can perform Data Entry.
- sta_PERM_ADC: User can access Automatic Data Collection interface.
- sta_PERM_ADM: User has System Administrator permissions.
- sta_PERM_ENGR : User has Engineer permission; can run basic analytical functions.
- sta_PERM_OVR: During data entry, the user has permissions to override reasonable limit protection and allow samples that are outside of reasonable limits.
- sta_PERM_EADM: User is an Engineering administrator, and has access to all Profiles and Monitors.
- sta_PERM_EDE: User is a Data Entry Engineering administrator and has access to all Characteristics.
- sta_PERM_APACK: User has the Analysis Pack permission, and can access advanced analytic modules.
- sta_PERM_HEDIT: User has the permission to change historical data (data that has already been entered).
- sta_PERM_WEBUSER: User can access Enterprise over the Web.
- sta_PERM_DUSR: User can access the Monitor and Alerting Server (MAS) Dashboard.
- sta_PERM_AADM
- sta_PERM_STADM
- sta_PERM_MUSR
|