Safety Semantic Warning: The global variable '...' may have a storing behavior as its write access can be jumped over.
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 jump programmed in a safety-related code network may jump over the write access of the variable mentioned in the error message. In case of jumping over this write access, the application may show a storing behavior because the variable value may not be updated before the next cycle or it is never written.
Remedy:
- Double-click the error in the Error List to jump to the suspected code worksheet (where the code position is marked).
- Verify the jump conditions and the possible effects of the jump and correct if necessary.
According to the IEC 61508 standard, you, the user can be aware of all requirements and you are fully responsible for preventing any hazardous situation.
WARNING
|
Unintended machine operation
|