-

Semantic Error (SEM1200): The pragma with the name '...' cannot be found.

In the definition of a user-defined data type, an unknown pragma is used. You can only use pragmas which are provided by the system (default pragmas) or by an included firmware library.

Check the spelling of the suspected pragma. If the spelling is correct, make sure that the appropriate firmware library is included in the 'References' folder and is available in the needed version. If the firmware library is not available, the pragma cannot be used in the project.

Error example: The pragma True is not valid. Correct the pragma name to TrueLabel.

Further Info
For information on pragmas and how to declare them refer to the topic "Pragmas for IEC variables".