Brand new KUKA user here coming from a FANUC background. Bought an old KR200/KRC1 and can't quite figure out how to get things working. Right now the goal is just to jog the robot around standalone in T1 mode (no PLC connected, just robot and controller). This is a little more complicated than I thought, so a little lost...
This KRC1 is the GM version with the CC1 plug on it. KRC V4.1.6 SP3, GUI version v3.3.76 B207 (V)KR C1 V3.3 / V4.1.
Right now when the robot boots up I see a "200 Drives contactor off" error. Any attempt to jog results in a "1376 Active commands inhibited" error. After acknowledging all, the "200 Drives contactor off" message remains. On the status bar, I have a green "S", a red "O" and a gray "R". I have not seen the red "O" turn to a green "I" in anything I've tried so far.
The CC1 plug has the following pins jumped: 1 to 3, 2 to 4, 5 to 9, 6 to 10, 7 to 11, 8 to 12, 13 to 14, 15 to 16, 21 to 22, 23 to 24. This matches a forum post from here and also matches the schematic for "CC1 Bridge Plug" with the controller.
On the controller, key is set to T1 mode (confirmed on display of teach pendant). E-stops on controller and teach pendant are not engaged.
For Configure > I/O > Automatic External INPUT the following is set up:
Type programno. - PGNO_TYPE = 1
REFLECT_PROG_NR - REFLECT_PROG_NR = 0
Bitwidth programno. - PGNO_LENGTH = 8
First bit programno. - PGNO_FBIT = 33
Parity bit PGNO_PARITY = 41
Programno. valid - PGNO_VALID = 42
Programstart - $EXT_START = 1026
Move enable - $MOVE_ENABLE = 1025
Error confirmation - $CONF_MESS = 1026
Drives off (invers) - $DRIVES_OFF = 1025
Drives on - $DRIVES_ON = 140
Activate interface - $I_O_ACT = 1025
For Configure > I/O > Automatic External OUTPUTS > Start Conditions the following is set up:
Control Ready - $RC_RDY1 = 137
Alarm stop active - $ALARM_STOP = 1013
User safety switch closed - $USER_SAF = 1011
Drives ready - $PERI_RDY = 1012
Robot calibrated - $ROB_CAL = 1001
Interface active - $I_O_ACTCONF = 140
Error collection - $STOPMESS = 1010
PGNO_FBIT_REFL - PGNO_FBIT_REFL = 999
Under Monitor > I/O > Automatic External INPUTS, the current state of the robot is:
current programno. = 0
Type programno. = FALSE
Bitwidth programno. = FALSE
First bit programno. = FALSE
Parity bit = FALSE
Programno. valid = FALSE
Programstart = FALSE
Move enable = TRUE
Error confirmation = FALSE
Drives off (invers) = TRUE
Drives on = FALSE
Activate interface = TRUE
Under Monitor > I/O > Automatic External OUTPUTS, the current state of the robot is:
Control ready = FALSE
Alarm stop active = TRUE
User safety switch closed = FALSE (this changes when holding deadman switch and I hear relays engage on controller)
Drives ready = FALSE
Robot calibrated = TRUE
Interface active = FALSE
Error collection = TRUE
What should I try or change to let the robot turn drives on and jog around?