6 ERROR CODES
6.1 Error Codes Returned by the ACT controls
The following table gives the error codes returned by the ACT controls.
Error Code Error Definition Corrective action
0x00000000 Normal end —————
0x01010002
RUN-time disable error
Operation that was performed must not be done during RUN.
Execute after setting to the STOP status. 1
0x01010005 Sumcheck error
Packet sumcheck was abnormal. Check for system noise.
0x01010010
PLC No. error
Communication could not be made with the specified station number.
Check the station number set on the communication setup utility.
Check the station number set to ActStationNumber.
0x01010013
Other data error
Communication cannot be made for some cause.
Check that the system configuration is not an unsupported configuration.
Check that the CPU type setting is correct.
Exit the program and restart the IBM-PC/AT compatible.
Contact our telephone center.
0x01010018
Remote request error
Remote operation is being performed in the path different from the communicating path.
Cancel the remote operation being performed in the other path.
0x01010020 Link error
Link communications could not be made.
Check that reset operation is not performed for the other end of communication, the control station (master station) or the station passed through by routing.
Check that the network parameter setting is correct.
0x01800001 No command error The corresponding method does not support.
0x01800002 Memory lock error Exit the program and restart the IBM-PC/AT compatible.
0x01800003 Memory securing error Exit the program and restart the IBM-PC/AT compatible.
Exit other programs and secure free memory area.
0x01800004 DLL load error
Exit the program and restart the IBM-PC/AT compatible.
Exit other programs and secure free memory area.
Reinstall MX Component.
0x01800005 Resource securing error Exit the program and restart the IBM-PC/AT compatible.
Exit other programs and secure free memory area.
0x01801002 Multi-line open error Exit the program and restart the IBM-PC/AT compatible.
0x01801003 Open not yet executed Exit the program and restart the IBM-PC/AT compatible.
0x01801005 Specified port error Exit the program and restart the IBM-PC/AT compatible.
Reinstall MX Component.
0x01801006 Specified module error Exit the program and restart the IBM-PC/AT compatible.
6
Error Code Error Definition Corrective action
0x01801007 Specified CPU error
Check the CPU type set to ActCpuType.
Check that the system configuration is not an unsupported configuration.
Exit the program and restart the IBM-PC/AT compatible.
Reinstall MX Component.
Check the packet type set to ActPacketType.
0x01801008 Target station access error Review the target station.
0x0180100C Registry search failure Exit the program and restart the IBM-PC/AT compatible.
Reinstall MX Component.
0x0180100D GetProcAddress failure Exit the program and restart the IBM-PC/AT compatible.
Reinstall MX Component.
0x0180100E DLL non-load error Exit the program and restart the IBM-PC/AT compatible.
Reinstall MX Component.
0x0180100F
Another Object in execution
Method cannot be executed because of exclusive control in progress
Execute again after some time.
0x01802001
Device error
The device character string specified in the method is an unauthorised device character string.
Review the device name.
0x01802002
Device number error
The device character string number specified in the method is an unauthorised device number.
Review the device number.
0x01802004
Sumcheck error
The sumcheck value of the received data is abnormal.
Check the module side sumcheck setting.
Check the sumcheck property of the control.
Check the cable.
Exit the program and restart the IBM-PC/AT compatible.
Reinstall MX Component.
0x01802005
Size error
The number of points specified in the method is unauthorised.
Check the number of points specified in the method.
Review the system, e.g. PLC CPU, module setting and cable status.
Exit the program and restart the IBM-PC/AT compatible.
Reinstall MX Component.
0x01802006
Block number error
The block specifying number in the device character string specified in the method is unauthorised.
Review the block specifying number in the device character string specified in the method.
0x01802007 Receive data error
The data received is abnormal.
Review the system, e.g. PLC CPU, module setting and cable status.
Check the cable.
Exit the program and restart the IBM-PC/AT compatible.
0x0180200B
PLC type mismatch
The CPU type set to the property and the CPU type set on the communication settings utility do not match the CPU type on the other end of communication.
Set the correct CPU type as the CPU type of the property.
Set the correct CPU type on the communication settings utility.
Review the system, e.g. PLC CPU, module setting and cable status.
6
Error Code Error Definition Corrective action
0x01802016
Station number specifying error
The method does not support the operation performed for the specified station number.
Review the station number.
0x0180201C
Written clock data error
Clock data specified for write cannot be written properly since that data is in error.
Review the clock data to be written.
0x0180201D
Online clock data write error Write of clock data failed.
Clock data cannot be written since the PLC CPU is during RUN.
Place the PLC CPU in the STOP status.
0x01802020
First I/O number error
The first I/O number specified in the method is an unauthorised value.
Check the value of the first I/O number specified in the method.
Using the GPP function, check the PLC CPU parameters (I/O assignment).
Exit the program and restart the IBM-PC/AT compatible.
0x01802021
First address error
The buffer address specified in the method is an unauthorised value.
Check the value of the buffer address specified in the method.
Exit the program and restart the IBM-PC/AT compatible.
0x01802038
Clock data read/write error
The clock data read/write method was executed for the PLC CPU which does not have the clock devices.
Do not execute clock data read/write.
0x01808001 Duplex open error Exit the program and restart the IBM-PC/AT compatible.
0x01808002
Channel number specifying error
The port number set to the property and the port number set on the communication settings utility are unauthorised values.
Set the correct value to the port number of the property.
Make communication settings again on the communication settings utility.
0x01808003 Driver not yet started
The network board driver is not started. Start the driver.
0x01808005
MUTEX generation error
Creation of MUTEX to exercise exclusive control failed.
Exit the program and restart the IBM-PC/AT compatible.
Reinstall MX Component.
0x01808007 Socket object generation error Creation of the Socket object failed.
Check for a running application which uses the same port number.
Retry after changing the port number value of the property.
Retry after changing the port number value on the communication settings utility.
Make Ethernet board and protocol settings on the control panel of the OS.
Exit the program and restart the IBM-PC/AT compatible.
0x01808008
Port connection error
Establishment of connection failed.
The other end does not respond.
Review the IP address and port number values of the properties.
Review the port number value on the communication settings utility.
Review the system, e.g. PLC CPU, module setting and cable status.
Exit the program and restart the IBM-PC/AT compatible.
Error Code Error Definition Corrective action
0x01808009
COM port handle error
The handle of the COM port cannot be acquired.
The COM port objet cannot be copied.
The SOCKET object cannot be copied.
Check for an application which uses the COM port.
Exit the program and restart the IBM-PC/AT compatible.
0x0180800A Buffer size setting error
Setting of the COM port buffer size failed.
Check for an application which uses the COM port.
Make COM port setting on the control panel of the OS.
Exit the program and restart the IBM-PC/AT compatible.
0x0180800B DCB value acquisition error
Acquisition of the COM port DCB value failed.
Check for an application which uses the COM port.
Make COM port setting on the control panel of the OS.
Exit the program and restart the IBM-PC/AT compatible.
0x0180800C DCB setting error
Setting of the COM port DCB value failed.
Check for an application which uses the COM port.
Make COM port setting on the control panel of the OS.
Exit the program and restart the IBM-PC/AT compatible.
0x0180800D Time-out value setting error
Setting of the COM port time-out value failed.
Review the time-out value of the property.
Review the time-out value on the communication settings utility.
Check for an application which uses the COM port.
Make COM port setting on the control panel of the OS.
Exit the program and restart the IBM-PC/AT compatible.
0x0180800E Shared memory open error
Open processing of shared memory failed.
Check whether the GX Simulator has started.
Exit the program and restart the IBM-PC/AT compatible.
0x01808101 Duplex close error Exit the program and restart the IBM-PC/AT compatible.
0x01808102 Handle close error
Closing of the COM port handle failed. Exit the program and restart the IBM-PC/AT compatible.
0x01808103 Driver close error
Closing of the driver handle failed. Exit the program and restart the IBM-PC/AT compatible.
0x01808201 Send error Data send failed.
Review the system, e.g. PLC CPU, module setting and cable status.
Make COM port setting on the control panel of the OS.
Make Ethernet board and protocol settings on the control panel.
Exit the program and restart the IBM-PC/AT compatible.
0x01808202 Send data size error
Data send failed. Exit the program and restart the IBM-PC/AT compatible.
0x01808203 Queue clear error
Clearing of the COM port queue failed.
Exit the program and restart the IBM-PC/AT compatible.
Perform Close once and execute Open again.
0x01808301 Receive error Data receive failed.
Review the system, e.g. PLC CPU, module setting and cable status.
Review the time-out value of the property.
Review the time-out value on the communication settings utility.
Exit the program and restart the IBM-PC/AT compatible.
0x01808304
Receive buffer size shortage
Receive data was larger than the receive buffer size prepared for the system.
Exit the program and restart the IBM-PC/AT compatible.
0x01808401
Control error
Changing of the COM port communication Exit the program and restart the IBM-PC/AT compatible.
Error Code Error Definition Corrective action
0x01808403
Signal line specifying error
Changing of the COM port communication control failed.
Exit the program and restart the IBM-PC/AT compatible.
0x01808404 Open not yet executed Execute Open.
Exit the program and restart the IBM-PC/AT compatible.
0x01808405
Communication parameter error
The data bit and stop bit combination of the properties is unauthorised.
Review the data bit and stop bit values of the properties.
Set them again on the communication settings utility.
0x01808406 Baudrate value specifying error
The baudrate of the property is unauthorised.
Review the baudrate value of the property.
Set it again on the communication settings utility.
0x01808407
Data length error
The data bit value of the property is unauthorised.
Review the data bit value of the property.
Set it again on the communication settings utility.
0x01808408 Parity specifying error
The parity value of the property is unauthorised.
Review the parity value of the property.
Set it again on the communication settings utility.
0x01808409
Stop bit specifying error
The stop bit value of the property is unauthorised.
Review the stop bit value of the property.
Set it again on the communication settings utility.
0x0180840A
Communication control setting error The control value of the property is unauthorised.
Review the control value of the property.
Set it again on the communication settings utility.
0x0180840B
Time-out error
Though the time-out period had elapsed, data could not be received.
Review the time-out value of the property.
Set it again on the communication settings utility.
Review the system, e.g. PLC CPU, module setting and cable status.
Perform Close once and execute Open again.
Exit the program and restart the IBM-PC/AT compatible.
0x0180840C Connect error Exit the program and restart the IBM-PC/AT compatible.
0x0180840D Duplex connect error Exit the program and restart the IBM-PC/AT compatible.
0x0180840E Attach failure
Attaching of the socket object failed. Exit the program and restart the IBM-PC/AT compatible.
0x0180840F
Signal line status acquisition failure
Acquisition of the COM port signal line status failed.
Exit the program and restart the IBM-PC/AT compatible.
0x01808410
CD signal line OFF
The CD signal on the other end of communication is in the OFF status.
Review the system, e.g. PLC CPU, module setting and cable status.
Exit the program and restart the IBM-PC/AT compatible.
0x01808411 Password mismatch error Check the remote password of the property.
0x01808501 USB driver load error
Loading of the USB driver failed.
Exit the program and restart the IBM-PC/AT compatible.
Reinstall MX Component.
0x01808502 USB driver connect error
Connection of the USB driver failed.
Exit the program and restart the IBM-PC/AT compatible.
Reinstall MX Component.
0x01808503 USB driver send error Data send failed.
Review the system, e.g. PLC CPU, module setting and cable status.
Make USB setting on the control panel (device manger) of the OS.
Exit the program and restart the IBM-PC/AT compatible.
Error Code Error Definition Corrective action
0x01808504 USB driver receive error Data receive failed.
Review the system, e.g. PLC CPU, module setting and cable status.
Make USB setting on the control panel (device manger) of the OS.
Exit the program and restart the IBM-PC/AT compatible.
0x01808506 USB driver initialisation error Initialisation of the USB driver failed.
Make USB setting on the control panel (device manger) of the OS.
Exit the program and restart the IBM-PC/AT compatible.
0x01808507 Other USB error
Error related to data send/receive occurred.
Disconnect the cable once, then reconnect.
Exit the program and restart the IBM-PC/AT compatible.
Reinstall MX Component.
0x04000001
No command error
The specified CPU type cannot be used to perform processing.
Check the CPU type set to ActCpuType.
Check whether the system configuration is supported or not.
Exist the program and restart the IBM-PC/AT compatible.
Reinstall MX Component.
0x04000004 Internal server DLL load error Start of the internal server failed.
Check for the deleted or moved installation file of MX Component.
Exit the program and restart the IBM-PC/AT compatible.
Reinstall MX Component.
0x10000002 Start of communication DLL of MX Component failed.
Exit the program and restart the IBM-PC/AT compatible.
Reinstall MX Component.
0x10000003 Open failed. (DiskDrive) Exit the program and restart the IBM-PC/AT compatible.
Reinstall MX Component.
0x10000004 Duplex open error Exit the program and restart the IBM-PC/AT compatible.
0x1000000C Execution failed since another application or thread is making a request.
Execute again after some time.
Perform programming according to the multithread rules of COM and ActiveX.
Exit the program and restart the IBM-PC/AT compatible.
0x10000011 Memory securing error Exit the program and restart the IBM-PC/AT compatible.
Reinstall MX Component.
0x10000012 Open not yet executed Exit the program and restart the IBM-PC/AT compatible.
0x10000017 The specified size (number of devices) is unauthorised.
Check the number of points specified in the method.
Exit the program and restart the IBM-PC/AT compatible.
0x10000018 There is no registered device. Exit the program and restart the IBM-PC/AT compatible.
0x1000001E Registry search failed.
Exit the program and restart the IBM-PC/AT compatible.
Exit other programs and secure free memory area.
Reinstall MX Component.
0x10000032 Specified device error
Review the specified device data.
Exit the program and restart the IBM-PC/AT compatible.
Exit other programs and secure free memory area.
0x10000033 Specified device range error
Review the specified device data.
Exit the program and restart the IBM-PC/AT compatible.
Exit other programs and secure free memory area.
0x10000040 Server start failed. Exit the program and restart the IBM-PC/AT compatible.
0xF0000001
No-license error
The license is not given to the IBM-PC/AT compatible.
Using the license FD, give the license to the IBM-PC/AT compatible.
0xF0000002
Set data read error
Reading of the set data of the logical station number failed.
Specify the correct logical station number.
Set the logical station number on the communication settings utility.
Error Code Error Definition Corrective action
0xF0000003
Already open error
The Open method was executed in the open status.
When changing the communication target CPU, execute the Open method after performing Close.
0xF0000004 Not yet open error
The Open method is not yet executed.
After executing the Open method, execute the corresponding method.
0xF0000005
Initialisation error
Initialisation of the object possessed internally in MX Component failed.
Exit the program and restart the IBM-PC/AT compatible.
Reinstall MX Component.
0xF0000006
Memory securing error
Securing of MX Component internal memory failed.
Exit the program and restart the IBM-PC/AT compatible.
Exit other programs and secure free memory area.
0xF0000007 Function non-support error
The method does not support. The corresponding method does not support.
0xF1000001
Character code conversion error
Character code conversion (UNICODE ASCII code or ASCII code UNICODE) failed.
Check the character string specified in the method.
The ASCII character string acquired from the PLC CPU is abnormal.
Review the system, e.g. PLC CPU, module setting and cable status.
Exit the program and restart the IBM-PC/AT compatible.
Retry the GetCpuType method.
0xF1000002
First I/O number error
The first I/O number specified is an unauthorised value.
A matching first I/O number does not exist.
Check the value of the first I/O number specified in the method.
Using the GPP function, check the PLC CPU parameters (I/O assignment).
0xF1000003
Buffer address error
The buffer address specified is an unauthorised value.
The buffer address is outside the range.
Check the value of the buffer address specified in the method.
0xF1000004
Buffer read size error
As a result of buffer read, the specified size could not be acquired.
Perform reopen processing.
Review the system, e.g. PLC CPU, module setting and cable status.
Retry.
Exit the program.
0xF1000005
Size error
The size specified in the read/write method is abnormal.
The read/write first number plus size exceeds the device or buffer area.
Check the size specified in the method.
0xF1000006
Operation error
The operation specified for remote operation is an abnormal value.
Check the operation specifying value specified in the method.
0xF1000007 Clock data error
The clock data is abnormal.
Check the clock data specified in the method.
Set the correct clock data to the clock data of the PLC CPU.
Error Code Error Definition Corrective action
0xF1000008
Monitored device registration count excess The number of device points registered in the EntryDeviceStatus method was 0 or less.
The number of device points registered in the EntryDeviceStatus method was more than 20.
Register the device points between 1 and 20 in the EntryDeviceStaus method.
0xF1000009 Monitored device data registration error After making deregistration in the FreeDeviceStatus method, execute the EntryDeviceStatus method again.
0xF1000010 Device status monitor processing failed to start.
0xF1000010 Device status monitor processing failed to start.