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 ?
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 ?
Rainer,
Not sure if your question was answered, but one way to create graphics without consuming tags is to build "Linked Symbols" using the native Edge Graphics.
Here are a couple of videos (branded InduSoft before it became AVEVA Edge):
Symbols:
https://www.youtube.com/watch?v=qnApx64c6G4
Custom properties:
https://www.youtube.com/watch?v=si8klVo1-7I
Please let us know if this helps.
Hi Scott, No i did not get an answer until now, so thank you so mcuh for this. I will go back and have a look at this, ill keep you updated here
Hi Scott, so should i use #Tagname as the reference which will not use a tag and no tag count ?
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.
Hello Scott
If it is a standard (Bool, Integer, Real, String) tag it is true, you don't need to create a tag, and the "Custom property" is the place holder, the question will be how do you avoid creating a tag when you are using a Class?
Hi Scott Kortier and Alejandro Raudales i found a video on this but even here they are using a tag with class type . Have you tried using #class instead of a tag ? I'm not sure if it work , here is the video link which you can use to understand the problem
Thanks Rainer
I have seen that Video from Miguel Meza.
What he does is exactly what we are doing, the problem we found with that is that If we want to have the elements not related to a particular tag of project, we need to create a generic Tag, that we can move from one project o other, and tag is not connected to any PLC, but is wasting tag on my database, and if I have 10 classes on my library, and each class has 20 members, I am using 200 tags just for the Library, and that's what I want to avoid somehow.
This is what happens when you try to use the class name, it
I think I will have to pay the extra tags, with the engineering efficiency that we get back , by using this approach.
Thanks very much
Thanks Rainer
I have seen that Video from Miguel Meza.
What he does is exactly what we are doing, the problem we found with that is that If we want to have the elements not related to a particular tag of project, we need to create a generic Tag, that we can move from one project o other, and tag is not connected to any PLC, but is wasting tag on my database, and if I have 10 classes on my library, and each class has 20 members, I am using 200 tags just for the Library, and that's what I want to avoid somehow.
This is what happens when you try to use the class name, it
I think I will have to pay the extra tags, with the engineering efficiency that we get back , by using this approach.
Thanks very much