Omron FZ4 Series User Manual page 173

Vision sensor
Table of Contents

Advertisement

Do without
Do statement occurs without a
LOOP
corresponding Loop statement.
ELSE
Else statement occurs without a
without
corresponding Endif statement.
ENDIF
ELSE
ELSE statement occurs without a
without IF
corresponding If statement.
ELSEIF
Elseif statement occurs without a
without
corresponding Endif statement.
ENDIF
ELSEIF
Elseif statement occurs without a
without IF
corresponding If statement.
END
SELECT
End Select statement occurs without a
without
corresponding Select statement.
SELECT
ENDIF
Endif statement occurs without a
without IF
corresponding If statement.
EXIT without
exit do statement occurs without a
DO
corresponding do statement.
EXIT without
exit for statement occurs without a
FOR
corresponding for statement.
FOR without
for statement occurs without a
NEXT
corresponding next statement.
IF without
if statement occurs without a
ENDIF
corresponding endif statement.
Parameters for command or function is
Illegal
out of acceptable range. Or problem
function call
happened on execution of command.
Line buffer
Input statements in one line is out of
overflow
acceptable range (255 bytes).
LOOP
loop statement occurs without a
without DO
corresponding do statement.
NEXT
next statement occurs without a
without FOR
corresponding for statement.
Out of
There is no enough free memory. Or
memory
nest of the loop is too deep.
Calculation result or numerical input
data exceeds acceptable range of
Overflow
double precision real type data. Or a
string data exceeds acceptable length.
RETURN
return statement occurs without a
without
corresponding gosub statement.
GOSUB
SELECT
end select statement occurs without a
without END
corresponding select statement.
SELECT
Subscript
You accessed array with index which is
out of range
over declared maximum index.
FZ4 User's Manual
Check if there is a correct Loop statement corresponding
Do statement.
Check if there is a correct Endif statement
corresponding Else statement.
Check if there is a correct If statement corresponding
Else statement.
Check if there is a correct Endif statement
corresponding Elseif statement.
Check if there is a correct If statement corresponding
Elseif statement.
Check if there is a correct Select statement
corresponding End Select statement.
Check if there is a correct If statement corresponding
Endif statement.
Check if there is a correct do statement corresponding
exit do statement.
Check if there is a correct for statement corresponding
exit for statement.
Check if there is a correct next statement corresponding
for statement.
Check if there is a correct endif statement corresponding
if statement.
Check the calling format and description of command or
function using command reference. Check correct
parameters are specified.
In many cases, this error occurs when data in one line is
received via serial interface or memory card. Use input$
function, and input necessary bytes.
Check if there is a correct do statement corresponding
loop statement.
Check if there is a correct for statement corresponding
next statement.
Check if macro program is using strings or array data too
many. Check the depth of the nested loop.
Check if calculation result or numerical input data does
not exceed range of double precision real type data.
Check if the length of the string type variable does not
exceed acceptable length.
Check if there is a correct gosub statement
corresponding return statement.
Check if there is a correct end select statement
corresponding select statement.
Check the currently accessing index number and
maximum index of the array. Array must be declared with
the sufficient number of elements.
Using Custom Command
4
171

Advertisement

Table of Contents
loading

This manual is also suitable for:

Fz4 series

Table of Contents