Chapter 7 Programming Convenience
7-30
Action: in case of the function (block) having ANY type as the IO parameter, the data type of IO parameter
indicated as ANY type should coincide. Check the data type of the input IO parameter.
Notes
- If the strict data type check is not set in the program check options, it checks the only IO parameter size of
function(block).
30) L0707: The size of array does not coincide.
Action: the size of array used in MOVE function as the IO parameter should coincide.
31) L0708: Unknown function.
Action: unavailable function. Check whether the function is user-defined function.
32) L0709: Instance name is omitted.
Action: the instance name is omitted in the function block. Check the input items.
33) L0710: Instance type does not coincide.
Action: the instance type of function block is not identical with the function block. Check the input items.
34) L0711: Undeclared instance
Action: the function block instance is not declared in the local variable. Declare the function block instance in
the local variable before use.