Safety Semantic Error: The variable '...' is written more than once in the same network.
The variable mentioned in the error message is written more than once in the same network. This is not allowed
Remedy:- Double-click the error in the Error List to jump to the SNOLD code worksheet where the first write access to the variable is marked.
- Correct the code, for example, by using a temporary variable.