Attribute no_check

Overview

You can add the pragma {attribute 'no_check'} to the declaration of a POU in order to suppress the call of any POUs for implicit checks. As checking functions may influence the performance, apply this attribute to POUs that are frequently called or already approved.

NOTE: This attribute has an automatic effect also on the child objects of a POU.

Example: In programs with this attribute, no check functions are executed. Not even for actions that are assigned to this program.

Syntax

{attribute 'no_check'}