<- Tillbaka
Felmeddelanden, CLM

Välj felmeddelande:

Abs. Encoder 1-4 Fault During WRI Command Program Lost
Abs. Range 1-4 IDS Interface Disconnected RTS Nesting
Axis 1-4 Not Homed Invalid Block

System Failure

Battery Is Low Invalid Block 2 System Fault "Stack Overflow"
BCD Input Invalid Mode System Fault, "IRQS Interrupt"
Division By Zero Invalid Program Command  
Drive 1-4 Not Ready IS INVALID  
Drive Runaway 1-4 JSR Nesting  
EMERGENCY STOP Marker Pulse 1?-4?  
Excess Pos Lag 1-4 Parameters Lost  
8. DIAGNOSTICS AND TROUBLESHOOTING

When the CLM detects an error, all outputs are turned off and the error message appears on the CLM display module. Typically, the word "ERROR" appears on the top line of the display. The second line displays an error message. After the error condition has been corrected, the message must be cleared by pressing the CL key on the CLM keypad, or by providing a +24-volt input to the external Clear input (connector X3, pin 8).

8.1 SYSTEM RELATED ERROR CODES

HEX CODE # ERROR MESSAGE DESCRIPTION
00

 

(No Error Message is Displayed) When the CLM is operating properly, with no system errors present, requesting the Status Code 53 from a host device causes the CLM to transmit the error code "00." No error message will be displayed.
01 System Failure Check the wiring in the CLM cabinet. Wiring should be as shown in the installation instructions. This error can also occur during startup or battery replacement, if the parameters have not yet been entered.
02 IS INVALID This message appears when the value stored in a CLM-LM parameter exceeds the minimum or maximum limits. The message appears on the first line of the display; the second line displays the number of the affected parameter.

1.The parameter containing the invalid input can be displayed by switching into Parameter mode and pressing the CL key on the CLM keypad, or by providing +24 Vdc to the external Clear input (connector X3, pin 8).

2.Consult chapter 4 for the minimum and maximum limits of the parameter in which the error occurred.

03 EMERGENCY STOP
The "EMERGENCY STOP" error occurs when +24 Vdc signal to the CLM Emergency Stop input is interrupted (connector X3, pin 3).

1.The Emergency Stop pushbutton has been pressed.

2.The Emergency Stop circuit has been broken. Consult the machine builder's wiring diagrams to determine what could have caused the break in the E-Stop circuit.

3.+24 Vdc has been applied to CLM connector X5, pins 1 and 2, but CLM connector X3 is not installed.

4.+24 Vdc must be applied to CLM connector X3, pins 36 and 37. Also, the reference (0 Vdc) must be applied to the CLM connector X3, pins 34 and 35.

04 Battery Is Low This condition occurs when the lithium battery which retains CLM memory (programs, parameters, counter status, etc.) during power OFF, is below minimum voltage level. A battery test is made at CLM power-up. If the battery is low, the error message is displayed; press Clear to continue. The diagnostic message reappears every ten minutes as a reminder. During normal operation, in any of the three CLM operating  modes, a battery test is made every four hours. If the battery is still low, the diagnostic message appears but a fault is not issued. Replace the battery within two weeks of the first appearance of the diagnostic message. Turn power OFF to the CLM, remove the Memory and Battery Module (refer to Figure 2.3), and replace the 3.5-volt lithium battery. Call the Indramat Service Department if you have any questions concerning battery replacement.
05 Parameters Lost This error will occur when the back-up battery, which stores the CLM parameters when power to the CLM is turned off, is disconnected or the battery voltage is low.

1.If this error occurs every time the CLM is turned off and on, replace the back-up battery. This error might also occur if the firmware is removed or a different CLM firmware is installed.

2.Verify that every CLM-LA parameter has valid numbers stored in each parameter. The CLM-LA parameters might contain asterisks (*), indicating invalid data has been entered. Refer to chapter 4 for information on how to enter the CLM-LA parameters.

06 Program Lost The error will occur when the back-up battery, which stores the CLM program when power to the CLM is turned off, is disconnected or the battery voltage is low.

1.If this error occurs every time the CLM is turned off and on, replace the back-up battery. This error might also occur if the firmware is removed or a different CLM firmware is installed.

2.Verify that every CLM-LA program ha  valid numbers stored in each progra  block. The CLM-LA program commands might contains asterisks (*)  Refer to chapter 5 for information on ho  to enter the CLM-LA program commands.

3.This error will also occur if the number of decimal places in parameter B007 has been changed, but the program blocks were not re-stored correctly. Re-store the program blocks by downloading a program from Motion Manager or by scrolling to the edit screen and pressing the Block Store key.

07 Division By Zero The error is an internal software fault in the CLM. If this error occurs, contact the Indramat Service Department.
08 Invalid Mode An attempt was made to transmit parameter information without first selecting Parameter mode. Also occurs if system inputs #1 and #2, parameter and automatic mode, are on simultaneously.

1. Verify that Parameter mode is selected before transmitting parameter information to the CLM.

2. Check CLM display screen for status of system inputs.

09 Invalid Block # The program contains a jump or branch  ommand that causes the CLM user program to jump to a block number greater than 2999. NOTE: If Task 3 i  being used, enter the Task 3 program i   the appropriate program block location, before enabling the Task 3 program in parameter B 006.
OA Invalid Program Command The error occurred because the CLM program encountered an  invalid program command. NOTE: If Task 3 is being used, enter the Task 3 program in the appropriate program block location   before enabling the Task 3 program in parameter 84.

1.The program comman  contains asterisks (*). Refer to chapter 5 to determine if the program command is used properly.

2.The auxiliary input or output programmed in the CLM program is zero.

OB JSR Nesting This nesting error occurs if the nesting depth of the programmed subroutines is greater than 127. Change the user program so that the number of nested subroutines does not exceed 127.
OC RTS Nesting This nesting error occurs when an RTS command is encountered in the CLM program without a matching JSR command. Refer to chapter 5 for information on the JSR and RT  commands. Verify in the CLM user program that a JSR command appear  before the RTS command is encountered.
OD BCD Input This error will occur if a BCD command is encountered in the user program and the auxiliary inputs are not in a BCD format. Refer to chapter 5 for information on the BCD command.

1.The BCD program commands is programmed incorrectly.

2.Verify auxiliary inputs 1 through 8 are in a BCD format.

OE Invalid Block # The program contains a jump or branch command that causes the CLM user program to jump to a program block greater than 2999. NOTE: If Task 3 is being used, enter the Task 3 program in the appropriate program block location before enabling the Task 3 program in parameter B 006.

1. The BCB, BCD, and BMB program commands can result in a jump or branch to a target bloc  greater than 999. This jump is caused by combination of an offset, jump distance, or binary input. If either of these command  are used, refer to chapter 5 to determine if the program command is used properly.

2. The branch or jump command contain  an asterisk (*) in the target block. Refer t  chapter 5 to determine if the program command is used properly.

OF Fault During WRI Command WRI command tried to write in a target block which did not contain a POA or PSA command. 1. Check the CLM program blocks.
10 System Fault "Stack Overflow" The error is an internal software fault in the CLM. If this error occurs, contact the Indramat Service Department.
11 System Fault, "IRQS Interrupt" The error is an internal software fault in the CLM. If this error  occurs, contact Indramat Service Department.
12 IDS Interface Disconnected Check the cable that connects the IDS to the CLM.

8.2 AXIS RELATED ERROR CODES

HEX CODE # ERROR MESSAGE DESCRIPTION
40/70/A0/D0 Drive 1-4 Not Ready CLM is in Automatic mode, but no signals are present at CLM amplifier inputs. The recommended interconnect for the 4-axis CLM-LA (BE 1158)  shows that the axis Drive Ready input is supplied with a +24 Vdc through the servo amplifier's Bb contacts. Thes  contacts close when the servo amplifier has the proper condition and 3-phas  power is applied. For more informatio  about the Bb contacts, consult the manual for the servo amplifier being used.
42/72/A2/D2 Drive Runaway 1-4 The "Drive Runaway Axis" error will occur if the direction of the axis encoder and direction of the the axis command polarity are not the same.

1. The Direction Axis parameter must be compatible with the wiring of the encoder or with the command inputs E1/E2.

2. The data entered in the Encoder Data parameter does not correspond to the  encoder used on the back of the axis motor. Check that the lines per revolution  entered in the parameter matches the data on the encoder.

3. The RPM/Volts in the  Drive Sensit. parameter does not correspond to the RPM/Volts on the axis amplifier's command input (E1/E2).

4. The axis moved without a command voltage being applied to the amplifier  command input (E1/E2), i.e., the axis was physically moved by means other than the motor.

43/73/A3/D3 Excess Pos Lag 1-4 This error occurs when axis is commanded to a position but the axis servo system has excessive position lag.

1  The axis servo amplifier does not have power applied. Verify that the Bb contact  on the axis servo amplifier are closed. For more information on conditions tha are needed to apply power, consult the manual for the servo amplifier being used.

2. Th  Encoder Data parameter does not correspond to the encoder used on the back of the axis motor. Verify that the encoder value stored in parameter corresponds to the encoder mounted on the motor.

3. The RPM/Volt in the Drive Sensit. Axis parameter does not correspond to the RPM/Volts on the axis servo amplifier command input (E1/E2).

4. The Accel. Rate parameter value is too large. The motor is unable to accelerate at this rate.

5. The axis Amplifier Enable output is not connected to the Amplifier Enable (RF) input on the amplifier.

6. The axis encoder cable is not connected to the CLM encoder connector, or the axis motor encoder cable is not connected.

7. The axis encoder cable is wired incorrectly or is defective. 

8. The axis encoder is defective.

9.The motor cannot turn because of a mechanical bind.

44/74/A4/D4 Abs. Encoder 1-4 The condition occurs if the axis absolute encoder is not connected, or the data   transmission to the CLM is interrupted or incorrect.

1. The absolute encoder valu  stored in the Encoder Data parameter does not correspond to the encoder used on the back of the axis motor. Verify that the absolute encoder value stored in parameter corresponds to the absolut encoder value.

2. The axis absolut  encoder cable is not connected to the CLM encoder connector or the axis absolute encoder cable is not connecte to the axis motor.

3. The axis absolut encoder cable is defective or wired incorrectly.

4. The axis absolute encoder is defective.

45/75A5/D5 Abs. Range 1-4 This error occurs if the maximum number of turns of the absolute encoder is exceeded.

1. The absolute encoder value stored in the Encoder Data parameter does not correspond to the encoder used on the back of the axis motor. Verify that the absolute encoder value stored in parameter corresponds to the value shown on the absolute encoder.

2. The axis absolute encoder cable is defective or is wired incorrectly.

3. The axis absolute encoder is defective.

46/76/A6/D6 Min Travel Lmt 1-4 This minimum travel error occurs in Automatic mode, if the value stored in the Minimum Travel Limit parameter is exceeded.

1. The commanded positio  has exceeded the axis minimum travel limit.

2. Verify that the axis minimum travel limit parameter is correct.

47/77/A7/D7 Max Travel Lmt 1-4 This maximum travel error occurs in Automatic mode, if the value stored in the Maximum Travel Limit parameter is exceeded.

1. The commanded positio  has exceeded the axis maximum travel limit.

2  Verify that the axis maximum travel limit parameter is correct.

48/78A8/D8 Axis 1-4 Not Homed The error occurs if the user program encounters an absolute position command for an axis, but that axis has not yet been homed. Refer to chapter 3, section 3.2.5 for details.

1. Verify that the axis parameters are correct. Axis can be homed in Manual or Automatic mode. Refer to chapter 4, Parameters for mor   information on axis homing.

2. Verify tha  the axis position command in the CLM user program is correct. Refer to chapter 5 for more information on the axis position commands.

49/79A9/D9 Marker Pulse 1?-4? The error occurs if the marker pulse of the axis 1/2 encoder is closer than 1/1  revolution to the homing switch cam. Refer to chapter 3, section 3.2.5 fo  details. Move the axis home limit switch distance equal to or greater than 1/3 of the axis Feed Constant.
4A/7AAA/DA No Marker Pulse 1-4 The error occurs if the axis marker pulse was not detected within one rotation of the encoder during the axis homing cycle, or if there is a continuous marker pulse, most likely as the result of a defective encoder. Refer to chapter 3, section 3.2.5 for details. Switch the marker wire  at the encoder connector.