Applies To:
  • CitectSCADA v7.0 v7.10

Summary:
 Cicode Ass() returns 0 when the tag does no exist.

Solution:
Code has been added to optionally validate (default=validate) the tag names in the Ass function.

New Citect.ini setting added:
[General]TagAssMode
Values:
0 - reserved for future use.
1 - Do NOT perform any validation checks before associating the tag.
2 - Check the local configuration to see if the tag exists before associating
the tag (DEFAULT as this was the behaviour orginally in the product (pre v7).
If TagAssMode=2 and tag is not found, you get a CT_ERROR_NAME_NO_EXIST cicode error.

This will be resolved in a future version of CitectSCADA.


Keywords:
 

Attachments