Template Graphics

Is there a way to build graphics within a class so that it doesn't add to tag count ? Our SIs love AVEVA Edge but are penalised with tag count for creating template graphics, any way around this ?

Parents Reply
  • When creating Linked symbols, you can create "custom properties" the syntax is #PropertyName:optionalDefaultValue. The symbol itself won't consume any tags until you use the symbol and assign it tags. You can put a tag in as the Default value or assign it text in double quotes, or because it is optional, leave it blank (then it won't be assigned to a tag). For example when I define the symbol: 

    when I make it a linked symbol it shows this:

    Notice the value is blank, but you can add a tag later.

Children