400
APPENDICES
Appendix 1 Error Codes
38E6H No vision program The specified vision program (job) does not exist in the
vision system.
For the vision program name of the vision program
operation setting, specify the job name existing in the
vision system.
38E7H Read value error The data of read value cell is not an integer value. Check that the cell/tag contents specified in the read value
cell of the vision program operation setting are integer. To
read the floating-point type data, correct the program to
use the TCP/IP protocol or the MVIN instruction.
38E8H Execute time-out Execution of the vision system dedicated function does
not finish within the specified time.
Review the time-out period specified by the vision system
dedicated function and correct the program.
38E9H Trigger response time-out The response to the image pickup is not returned within
the specified time.
• Review the time-out period specified by the vision
system dedicated function and correct the program.
• Check if there is an execution error of job in the vision
system side by In-Sight
Explorer and correct the job.
38EAH Offline error The vision system is in the "Offline" status. Set the vision system in "Online" status by In-Sight
Explorer.
38EBH Control authority error User authorities to control the vision system are not
enough.
For the user name which can be specified by the Ethernet
communication line setting, specify the user whose
access level is "Full access" or "Protect" in the user list
setting of In-Sight
Explorer. Also, for "Protect", "Online/
Offline switching available" needs to be valid.
38ECH Vision system number
error
The Ethernet communication line setting corresponding to
the specified vision system number is not set.
Correct the program to use the vision system number
which has the Ethernet communication line setting.
38EDH Double start error The vision system dedicated function is already being
executed for the same vision system.
Correct the program to execute the following vision
system dedicated function after confirming the status
storage device of the vision system not in "In execution".
38EEH Vision program load
incomplete error
Trigger is issued before the vision program is loaded. Correct the program to issue a trigger after confirming the
status storage device of the vision program has become
"1".
38EFH Native mode command
send error
Send command string specified length in (S2) of the
MVCOM instruction is outside the range of 1 to 191 bytes.
Correct the program so that the send command string
length specified by (S2) is 1 to 191 bytes.
38F0H Native command receive
error
The data length received by the MVCOM instruction
exceeds 256 bytes. Or the storage device space specified
in (D) is insufficient.
• Do not use the native mode command where the data
length of the result exceeds 256 bytes.
• When the data length of the result is within 256 bytes,
correct the device No. of (D).
38F1H Cell/tag name error • The string length of cell/tag name specified in (S2) of
the MVIN/MVOUT instruction is outside the range of 1
to 32 bytes.
• The cell/tag specified in (S2) of the MVIN/MVOUT
instruction does not exist.
• The data type of the cell/tag specified in (S2) of the
MVOUT instruction and the transfer data type/range
specified in (S3) do not match.
• Correct the program so that the length of cell/tag name
specified by (S2) is 1 to 32 bytes.
• Confirm that the cell/tag specified by (S2) is defined in
vision system side.
• Correct the program so that the (S3) data type and the
data range are corresponding to the vision system side
in MVOUT instruction.
38F2H Received data conversion
error
• Data received by the MVIN instruction cannot be
recognized as numeric data.
• At the BIN conversion mode of the MVCOM instruction,
received data cannot be recognized as numeric data.
Correct the program to specify "0: ASCII" to (S3) of the
MVCOM instruction or use the MC protocol when
acquiring the data (string etc.) other than numerical value
from the vision system.
38F3H Transfer data error The transferred data specified by the MVOUT instruction
(S3) is incorrect.
When the floating point type is specified in the data of
(S3), correct the program so that the data is within the
range of the 32-bit floating point type.
3901H EI execution error Event task enable was executed at except for the normal
task.
Event task enable may be executed in the normal task
only. Correct the program.
3902H DI execution error Event task disable was executed except for the normal
task.
Event task disable may be executed in the normal task
only. Correct the program.
Error
code
Error name Error details and cause Corrective action