PrivBitsTotal
Indicates the total number of custom privileges that have been configured for this application.
PrivBitsTotal should not be set to invalid, or errors will occur in your application. If there are no custom privileges for your application, you should set PrivBitsTotal to 0, as it is by default.
Each time you add a new custom privilege using the PrivDescX variables (that is PrivDesc0 through to PrivDesc239), you must remember to increment PrivBitsTotal by 1. For example, if you've specified 5 custom privileges using the PrivDesc0 through to PrivDesc4 variables, then you should set PrivBitsTotal to 5. It should be noted that this process is only necessary if you are manually adding custom privileges. If you use the Administrative Settings dialog to add custom privileges, VTScada automatically updates the PrivBitsTotal and PrivDescX variables.
Section: SecurityManager-PrivApp
Default: PrivBitsTotal = 61
*No restart required (Settings.Dynamic property)