CITECT SCADA Tag Limit - What happens when exceeded ?

EICS_2

Member
Join Date
Mar 2015
Location
Melbourne
Posts
49
I have Citect SCADA V7.2 with a 5000 point license, i have 7 tags left.

What happens when i exceed my limit?

will it compile, will it go into runtime ?
 
I would imagine that it won't let you add any further tags...but that's just a guess, I have never hit a limit to know for sure
 
Your project will no longer run. You will get a tag count error message

Is still find it rather odd in this day and age that Citect doesn't give a tag count when complied, something like:

Driver x tags = nnn
Driver y tags = nnn
Disk Tags = nnn

Total Tags againts Licence = nnn
 
Is still find it rather odd in this day and age that Citect doesn't give a tag count when complied, something like:

Driver x tags = nnn
Driver y tags = nnn
Disk Tags = nnn

Total Tags againts Licence = nnn

I think it has something to do with dynamic tags. They do have a paper on how tag count is determined.
they used to display the tag count after compile in the earlier versions.
I haven't had to worry about it as we only get unlimited licenses. Costs big dollars though.
 
Citect will compile just fine. It will start and run until you exceed the tag count in your license, at which point it will immediately shut down.

Since it uses "dynamic" tag counts, the tags aren't counted until they are used.

On the screen and the page is displayed?- That counts.
On a screen that is never displayed - That doesn't count.
Used in a trend tag or alarm tag? That counts.
Used in a Cicode function? That counts when the function is run.
Used in an alarm, a trend and on a screen? That counts only once.

Here is where you can get caught by surprise - the tag on the screen isn't counted until the page is displayed. Neither are tags in scripts. You could make 100,000 tags, and if you only put one on the screen then your tag count is one. If you put 500 of them on a page but never, ever display the page then those 500 don't count. On the other hand, as soon as you display the page the tag count goes up by how ever many tags haven't previously been referenced. Same thing applies to Cicode and VBA.

There is (or maybe was) a bug in the latest version of Citect. If you use a mix of the "equipment" naming method and the old just name method then Citect will count the tags twice - in other words, Equipment.Tag and Equipment_Tag, although the same thing in the database, gets counted twice. I reported this to Citect, but the follow up to me was a question asking for estimated sales to determine the priority to fix it. As far as I know it's still broken.
 

Similar Topics

Hey, I'm trying to do the following, I have some experience with Citect but can't seem to figure this out. I/O Tag: BoxPos1_ProdNum (Data Type...
Replies
0
Views
577
Greetings, How can I create some structure tags that are similar to the ones seen in SIMATIC WinCC Tag Management section? Or does Citect SCADA...
Replies
0
Views
1,172
Greetings, How should I refer the variables that come from Unity Pro as tags in Citect SCADA 2016? For instance, I want to import some tags...
Replies
4
Views
1,958
who can teach me how to edit tag adam 4017+ in citect scada? real external I/O
Replies
0
Views
880
Hi, I am having trouble with Citect displaying a variable tag in the incorrect format. I have a tag (MC1_Input_temp) setup as a int with a...
Replies
1
Views
1,509
Back
Top Bottom