You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Iec037 - Program must not have Input, Output or InOut attributes
Severity: Error
Classes with the attribute [Program] must not have [Output], [Input] or [InOut] attributes.
The provided attributes for programs are [InputPort] or [OutputPort].
Solution
Use [InputPort] or [OutputPort] attributes to implement the program.