Applies To:
  • CitectSCADA 5.xx
  • CitectHMI 5.xx

Summary:
When I compile my project I get an error message "Tag Expected". When I hit 'Go To' it takes me to the Variable Tag form and has {} around the first part of the tag name which are numbers. 

Solution:
To avoid the "Tag Expected" compile error where you are using a number as the first character of a variable tag name, you need to set the citect.ini file parameter

[GENERAL]
TagStartDigit=1

This will allow you to use a number as the first character in the name of a variable tag and avoid the "Tag Expected" compile error.

 

Keywords:
 

Attachments