Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 281 Bytes

File metadata and controls

9 lines (5 loc) · 281 Bytes

Iec023 - Program port types must not be of type Any

Severity: Error Error

Fields with the attributes [InputPort] or [OutputPort] must not have the type Any.

Solution

Remove the attribute or change the data type to resolve the diagnostic.