Indicates the presence of application privileges in your application. Each PrivDescX variable is set equal to the name of the privilege. As there can be up to 240 application privileges, the available PrivDescX variables range from PrivDesc0 to PrivDesc239.
If no application privileges have been added to your application, the PrivDescX variables are invalid.
Related Variables: The PrivBitsTotal variable represents a running total of the application privileges you have configured. PrivBitsTotal must always have a value representative of the number of PrivDescX variables present for your application. In other words, if you have 5 application privileges (PrivDesc0 through to PrivDesc4, then PrivBitsTotal must be set to 5.
Default = Invalid
The PrivBitsTotal and PrivDescX variables are intended to be used together. PrivBitsTotal should be incremented accurately according to the number of PrivDescX variables you configure. The PrivDescX variable can be used to represent up to 240 application privileges (from PrivDesc0 to PrivDesc239). Following the PrivDescX variable should be the name of the application privilege it represents (e.g. "PrivDesc0 = Station 1 System Control Page"; "PrivDesc1 = Pump 1 Control"; "PrivDesc2 = Pump 2 Control".