Program name, function or function block instance expected instead of ‘<invalid function>’
Se ha llamado a una función que no existe.
Asegúrese de que sólo se utilicen nombres de programa, funciones e instancias de bloque de funciones que existan.
PROGRAM PLC_PRG
VAR
END_VAR
PLC_PRG.METH1();
METHOD METH
VAR_INPUT
END_VAR
--> C0004: 'METH1' is no component of 'PLC_PRG'
--> C0035: Program name, function or function block instance expected instead of 'PLC_PRG.METH1'
PLC_PRG.METH();