Input Variable

Between the key words VAR_INPUT and END_VAR, all variables are declared that serve as input variables for a POU. That means that at the call position, the value of the variables can be given along with a call.

Example:

VAR_INPUT
 iIn1:INT (* 1. Inputvariable*)
END_VAR