Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 527 Bytes

File metadata and controls

17 lines (10 loc) · 527 Bytes

Iec002 - Name of POU type is too long

Severity: Error Error

Names are only allowed to have up to 90 characters.

Checks the name of:

  • classes with the attribute [Function], [FunctionBlock] or [Program]
  • structs with the attribute [Structure], [Array] or [String]
  • methods with the attribute [User] or [Function]
  • fields or parameters with the attribute [Input], [Output], [InOut], [InputPort] or [OutputPort]

Solution

Shorten the name to max. 90 characters.