Applies To:
  • CitectSCADA 5.xx

Summary:
I have defined a lot of Cicode Functions in my project, and I keep getting the "Too many Cicode functions" error message. What do I do? 

Solution:
Often, having too many Cicode functions defined in a large project is due to the same Cicode functions being copied in a number of included projects. Putting all the Cicode functions in a global project, and including this project, will decrease the number of Cicode functions.

If the above is not the case, the following parameter that has been added to the Citect.ini file in Version 5.21 Service Pack G.

[CtEdit]MaxCicodeFunctions

allows you to set the maximum number of user functions that can be defined in a project.

Allowable Values 2700 to 10000

Default Value 4500

NOTE: this parameter will affect system performance, and should only be set when advised by Citect Support.

 

Keywords:
 

Attachments