Error replacing text
The
Logix Designer
application is unable to replace the text specified in Find What
with the text specified in Replace With
.Possible causes are:
Couldn't modify alias
- There is a problem setting an alias tag component specifier.
Make sure that the tag component is valid. If the controller is online in Hard Run mode, the alias tag cannot be changed.
- A tag in the import content collides with an existing tag in the project with a different alias component specifier.
Alias component specifiers cannot be changed online.
- The imported logic references the existing tag and may not verify.
Couldn't modify description
- Check the number of characters in the tag description.
The number must not exceed 512.
- Check with the security administrator to make certain have access to the file.
Couldn't modify final name
- TheFinal Nameis invalid.
- TheFinal Nameentered does not follow the IEC-611131 Naming Standard. The IEC-61131 Name Standard is an identifier that is a string of letters, digits, and underline characters that begin with a letter or underline character. Underlines are significant in identifiers (for example, A_BCD is interpreted differently than AB_CD). Multiple leading or multiple (consecutive) embedded underlines are not allowed, trailing underlines are not allowed, and letter case is not considered significant. (The names are composed per IEC-61131, section 2.1.2.)TIP:InLogix Designer, most component names are limited in length to 40 characters or less.
Reenter the
Final Name
using the format defined by the standard or press ESC to cancel the editing mode.- TheFinal Namecreates a scope conflict for a tag reference
The
Final Name
change created a conflict between a tag in the current scope and a tag at another scope. This causes a logic change due to rebinding. Determine the conflict between the tags and resolve it.- TheFinal Namecollides with aFinal Nameof another object
The
Final Name
is the same as the Final Name
of another object of the same type in this import. Reenter the Final Name
using a unique name or press ESC to cancel the editing mode.Provide Feedback