Syntax of Server Status Tags
NOTE: Tags do not apply to Template expressions, instead you use Template Parameters.
The syntax of a server status tag is:
"#<Category>.<Subcategory>.<Tag>"
Where:
<Category>
is the name of the category that contains the required subcategory<Subcategory>
is the subcategory that contains the required property tag.<Tag>
is the name of the tag that you want to reference.
Example:
A text box on a Mimic is to show the number of updates to the server's database file structure. This is shown by the Updates tag, which is located in the Structure subcategory, within the DBFILE category of the Server Status Display.
On the Animations window for the text box, the following expression is entered for the Value property:
"#DBFILE.Structure.Updates"
Where:
- DBFILE is the name of category that contains the required subcategory
- Structure is the subcategory for that contains the required property
- Updates is the name of the tag that is required.