Attribute no_check
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.
Example: In programs with this attribute, no check functions are executed. Not even for actions that are assigned to this program.