SA0033: Unused variables
Function | Determines variables that are declared but not used within the compiled program code. |
Reason | Unused variables make a program less easy to read and maintain. Unused variables occupy unnecessary memory space and take up unnecessary runtime during the initialization. |
Importance | Medium |
PLCopen rule | CP22/CP24 |