Applies To:
  • CitectSCADA 5.xx

Summary:
How can I get a variable tag's comment in the Citect Runtime? The TagInfo() function retrieves other information about the tag, but the help does not mention tag comments. 

Solution:
You can use the TagInfo() function to get this information using mode type 16. For example, create a numeric display object, set the Type to String, and set the String Expression to: TagInfo("Motor101", 16)

This will display the comment of the tag Motor101.

 

Keywords:
 

Attachments