In the declaration editor of methods (METHOD), instance variables can be declared between the keywords VAR_INST and END_VAR. Unlike local variables (VAR) of the method, instance variables (VAR_INST) are not reinitialised every time the method is called, but are part of the function block instance in which the method is programmed.