-

Safety Semantic Error: No corresponding jump found!

This error message can only be reported if you are programming in an FVL (Full Variability Language) according to the IEC 61508 standard (system level programming) which allows the use of jumps in safety-related code.

A label contained in a safety-related code network has no corresponding jump in the code. This is not allowed.

Remedy:

  1. Double-click the error in the Error List to jump to the suspected code worksheet (where the code position is marked).
  2. Correct the code by either deleting the label or inserting a jump object at a valid position.