[REALMFILTER] Section
Properties in the [REALMFILTER] section define the tag areas that are accessible when no user is signed in to your application. (You may wish to protect your system by preventing view access for users who are not signed in.)
Define these areas as shown:
[REALMFILTER] Area = Station005 Area = Station006
In this example, if a user attempted to access the VTScada application on a workstation without signing in to the application, they would see only tags whose area are configured as "Station005" and "Station006".
[REALMFILTER] Name = East Stations\*
In this example, if a user attempted to access the VTScada application on a workstation without signing in to the application, they would see only tags that are children of East Stations.
If you do not want users who are not signed in to view any tag data, set the Area variable equal to nothing, as shown:
[REALMFILTER] Area =
The question mark (?) and asterisk (*) wildcard characters are permitted. Area declarations are not case-sensitive, nor is the [REALMFILTER] section heading.
[REALMAREAS] is now deprecated. It will continue to work as always, but you are advised to use [REALMFILTER] for all new applications.