Safety Semantic Error: Variable with usage type 'Input' is written to.
A variable which is declared as input variable ('Usage = Input') in a function block POU (VAR_INPUT according to the IEC 61131-3 standard) must not be written in the code. Input variables may only be read.
Remedy:
- Double-click the error in the Error List to jump to the suspected code worksheet (where the write access to the input variable is marked).
- Correct the code by removing the write access.