Attribute 'no_check'

The pragma prevents a check function (POUs for implicit checks) to be called for the POU. Since the check functions can affect the processing speed of the program, it may make sense to apply the attribute to function blocks, which have already been checked or are called regularly.

Syntax: {attribute 'no_check'}

Insertion location: First line in the declaration part of the POU