Message: The label '<jump label>' is a duplicate
Possible error cause: A label is defined multiple times.
Error correction: Define each label one time only.
Example of the error:
PROGRAM PLC_PRG VAR END_VAR JMP label; label: label: --> C0116: The label 'LABEL' is a duplicate