1. Home
    1. Dashboard
    2. Search
  2. Forum
    1. Unresolved Threads
    2. Members
      1. Recent Activities
      2. Users Online
      3. Team Members
      4. Search Members
      5. Trophys
  3. Articles
  4. Blog
  5. Videos
  6. Jobs
  7. Shop
    1. Orders
  • Login or register
  • Search
This Thread
  • Everywhere
  • This Thread
  • This Forum
  • Articles
  • Pages
  • Forum
  • Blog Articles
  • Products
  • More Options
  1. Robotforum - Support and discussion community for industrial robots and cobots
  2. Forum
  3. Industrial Robot Support and Discussion Center
  4. KUKA Robot Forum
Your browser does not support videos RoboDK Software for simulation and programming
Visit our Mainsponsor
IRBCAM
Robotics Channel
Robotics Training
Advertise in robotics
Sponsored Ads

Initial setup questions for used GM KR200/KRC1 - can't get drives to engage/jog

  • x9tech
  • October 3, 2014 at 8:17 AM
  • Thread is Resolved
  • x9tech
    Trophies
    4
    Posts
    99
    • October 3, 2014 at 8:17 AM
    • #1

    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?

    Edited once, last by x9tech (October 3, 2014 at 8:35 AM).

  • SkyeFire
    Reactions Received
    1,044
    Trophies
    12
    Posts
    9,391
    • October 3, 2014 at 2:55 PM
    • #2

    "Drives Contactor Off" isn't an error message, just a status message. Do you have any other messages at all?

    MOVE_ENABLE and DRIVES_OFF would be the first things to check, but it looks like you already have those taken care of. I don't have wiring docs for the CC1 handy, but if there are no error messages, the CC1 would be the first place I'd look. Hm.... this robot should have come with an internal wiring diagram that includes the FE207 and FE208 boards. You should be able to trace out what those boards are doing by checking the red/green status LEDs on each safety relay.

    Check that one of the relays is cycling every time you squeeze the deadman switch -- it's just possible that you have a sticky relay, or a bad deadman.

    Oh, I nearly forgot -- sometimes it was possible to get the GM bots into a "single-channel" fault, where two relays on the FExxx boards that were supposed to always work as a pair got out of sync. The only way to clear that condition was to eliminate the power on the CC1 circuit. That was easiest to do by unplugging the CC1 cable, but one thing that can happen is that unplugging/replugging the CC1 can actually *create* the single-channel fault if you don't make a clean connection. Basically, if you have to "wiggle" the CC1 into place, you can create the single-channel fault by closing one relay before its "twin."

  • x9tech
    Trophies
    4
    Posts
    99
    • October 3, 2014 at 3:49 PM
    • #3

    So far on the FE207 board I see multiple relays turn green on the right side when deadman is engaged, additionally a group of relays on the left side turns green when e-stops are disengaged. Didn't quite understand the schematic for the board when I looked at it last night but may give it another go today.

    There are two red LEDs that never turn green (V37 and the one above it, if I remember correctly, will double check today). I understand there's some sort of a delay timer in place but holding down deadman for 30 seconds never engages or makes anything else click. Any guidance here of what's "supposed to happen" would be excellent.

  • SkyeFire
    Reactions Received
    1,044
    Trophies
    12
    Posts
    9,391
    • October 3, 2014 at 4:56 PM
    • #4

    Honestly, it's been too many years since I did anything with one of those old robots. I did have to spend a lot of time working out how the relays interact using the wiring diagram. I do recall that red LEDs are bad, and that each safety-channel relay has three relays -- one that's supposed to open, and two that are supposed to close, when the channel is closed properly. There's little timing-delay cross-connects between those three relays such that, if they don't actuate within some very small fraction of a second from each other, they lock up in a single-channel state -- it's a safety standards requirement.

    But, yes, from what I recall, there should be at least one relay that opens/closes instantaneously with the deadman, followed by another set (and the big K1 relay) once the deadman has been held long enough.

    In the wiring diagrams, start at the coil for the K1 relay and work back. The LEDs should make it fairly easy to locate which relay in the chain is not actuating properly, once you puzzle out the diagram style.

  • x9tech
    Trophies
    4
    Posts
    99
    • October 3, 2014 at 8:01 PM
    • #5

    Good news! Before I powered it up this morning to take pictures, I took the cover off each relay and manually exercised them on the FE207 board. After that, the robot fired right up and jogged for me, no problem.

    So it looks like it all may have come down to a sticky relay on the safety board.

    This may have been the robot's way of testing me for initiation into KUKA world...

  • mreale
    Trophies
    3
    Posts
    5
    • February 12, 2015 at 2:06 PM
    • #6

    I have the same problem.
    Changed MFC, still remain the failure.
    Changed PM6-600, still remain the failure.

    This is only in T1 and T2 mode. In AUTO mode works fine.

    Found some solution?

    Thanks.

  • SkyeFire
    Reactions Received
    1,044
    Trophies
    12
    Posts
    9,391
    • February 12, 2015 at 4:45 PM
    • #7

    Are you using AUT or EXT mode? There are differences between these two Automatic modes that are important.

    What model controller is this? What version of KSS is it running?

    Do you mean that the robot runs fine in automatic, but you cannot get Motors on in T1 or T2? What error messages are present in T1/T2?

  • ucol
    Trophies
    3
    Posts
    54
    • February 12, 2015 at 5:33 PM
    • #8
    Quote from mreale


    I have the same problem.
    Changed MFC, still remain the failure.
    Changed PM6-600, still remain the failure.

    This is only in T1 and T2 mode. In AUTO mode works fine.

    Found some solution?

    Thanks.

    LOL, I can jog and run program in T1/T2 mode, but not AUT mode...maybe we can help each other. :grinning_squinting_face:

  • panic mode
    Reactions Received
    1,268
    Trophies
    11
    Posts
    13,040
    • February 14, 2015 at 3:27 AM
    • #9

    if robot is ok in T1/T2 but not in Auto, I would check Operator Safety circuit

    1) read pinned topic: READ FIRST...

    2) if you have an issue with robot, post question in the correct forum section... do NOT contact me directly

    3) read 1 and 2

  • mreale
    Trophies
    3
    Posts
    5
    • February 18, 2015 at 8:55 PM
    • #10

    The Robot is KR 125 GM Std./ KRC1 / KSS Ver 4.1
    This model have three position, T1, T2 and AUTO. The Robot is working standalone, without PLC.
    In AUTO Mode works fine.

    Here is a Safety Board FE207 Drawing.
    https://drive.google.com/open?id=0B7Vc0…xbjg&authuser=0

    If I push relays 5K1 and 5K2 by hand , and press de dead man in KCP, I can JOG the robot.
    I believe that this failure is due to a problem of fake electrical contact, because sometimes 5K1 and 5k2 get connected.
    Also I measured a tension in relays coil, and there is 3V instead of 24V.

  • ucol
    Trophies
    3
    Posts
    54
    • February 19, 2015 at 3:50 PM
    • #11
    Quote from mreale


    The Robot is KR 125 GM Std./ KRC1 / KSS Ver 4.1
    This model have three position, T1, T2 and AUTO. The Robot is working standalone, without PLC.
    In AUTO Mode works fine.

    Here is a Safety Board FE207 Drawing.
    https://drive.google.com/open?id=0B7Vc0…xbjg&authuser=0

    If I push relays 5K1 and 5K2 by hand , and press de dead man in KCP, I can JOG the robot.
    I believe that this failure is due to a problem of fake electrical contact, because sometimes 5K1 and 5k2 get connected.
    Also I measured a tension in relays coil, and there is 3V instead of 24V.

    Display More

    what's the setting of $gm_wo_plc,
    and

    Ext_start
    Move_enable
    Conf_mess
    Drives_on
    Drives_off
    Safegate_op
    Imm_stop
    T2_enable

    in mada/$machine.dat?

  • mreale
    Trophies
    3
    Posts
    5
    • February 19, 2015 at 5:16 PM
    • #12

    SIGNAL $EXT_START $IN[178] ;EXTERNER START
    SIGNAL $MOVE_ENABLE $IN[85]
    SIGNAL $CONF_MESS $IN[183]
    SIGNAL $DRIVES_ON $IN[1025] ;ANTRIEBE EIN
    SIGNAL $DRIVES_OFF $IN[85] ;ANTRIEBE ENABLE
    SIGNAL $SAFEGATE_OP $IN[1025] ;SAFETY GATE ON PATH STOP
    SIGNAL $IMM_STOP $IN[1025] ;NOT-AUS VON DER SPS
    SIGNAL $T2_ENABLE $IN[1025] ;SAFETY-SPEED

  • x9tech
    Trophies
    4
    Posts
    99
    • March 14, 2015 at 2:48 AM
    • #13

    Ucol, did you ever find the issue?


    Sent from my iPhone using Tapatalk

  • Ballard International
    Reactions Received
    3
    Trophies
    3
    Posts
    59
    • March 17, 2015 at 9:25 PM
    • #14

    On these GM systems -

    $GM_WO_PLC Set to True

    $Machine -> Line 11 Move_Enable[2]

    Change to Move_Enable[1025]

    Also: X9tech - I sent you a PM.

  • x9tech
    Trophies
    4
    Posts
    99
    • March 18, 2015 at 4:21 AM
    • #15

    Thanks - will try that. @Ballard, no PM here - sure it was sent to me?

  • ucol
    Trophies
    3
    Posts
    54
    • April 2, 2015 at 9:57 PM
    • #16
    Quote from x9tech


    Ucol, did you ever find the issue?


    Sent from my using Tapatalk

    here you are:

    SIGNAL $EXT_START $IN[66] ;EXTERNER START
    SIGNAL $MOVE_ENABLE $IN[65] ;FAHRFREIGABE GESAMT

    SIGNAL $CONF_MESS $IN[1025] ;EXTERNE QUITTUNG

    SIGNAL $DRIVES_ON $IN[65] ;ANTRIEBE EIN
    SIGNAL $DRIVES_OFF $IN[1025] ;ANTRIEBE ENABLE

    SIGNAL $SAFEGATE_OP $IN[1025] ;SAFETY GATE ON PATH STOP
    SIGNAL $IMM_STOP $IN[1025] ;NOT-AUS VON DER SPS
    SIGNAL $T2_ENABLE $IN[1025] ;SAFETY-SPEED

    !!!WARNING: these setting will disable some safety hardward!!!
    Note: in 65 and in 66 is on my DeviceNet IO module connect to X801 on the MFC card.

    and here's the operation process:

    1. in T2 mode, select the program you want to run
    you can test run the program in T2 mode by hold the dead man enable switch and step forward button.
    2. turn to AUT/EXT (on my GM C1, there's only 3 modes AUT/EXT, T1, T2)
    3. follow the message.
    4. hold drive on button until drives ready indicator turn green.
    5. now you can push step forward button OR switch connected to input 66 to run the program automatically.

    Edited once, last by ucol (April 2, 2015 at 9:59 PM).

Advertising from our partners

IRBCAM
Robotics Channel
Robotics Training
Advertise in robotics
Advertise in Robotics
Advertise in Robotics

Job Postings

  • Anyware Robotics is hiring!

    yzhou377 February 23, 2025 at 4:54 AM
  • How to see your Job Posting (search or recruit) here in Robot-Forum.com

    Werner Hampel November 18, 2021 at 3:44 PM
Your browser does not support videos RoboDK Software for simulation and programming

Tag Cloud

  • abb
  • Backup
  • calibration
  • Communication
  • CRX
  • DCS
  • dx100
  • dx200
  • error
  • Ethernet
  • Ethernet IP
  • external axis
  • Fanuc
  • help
  • hmi
  • I/O
  • irc5
  • IRVIsion
  • karel
  • kawasaki
  • KRC2
  • KRC4
  • KRC 4
  • KRL
  • KUKA
  • motoman
  • Offset
  • PLC
  • PROFINET
  • Program
  • Programming
  • RAPID
  • robodk
  • roboguide
  • robot
  • robotstudio
  • RSI
  • safety
  • Siemens
  • simulation
  • SPEED
  • staubli
  • tcp
  • TCP/IP
  • teach pendant
  • vision
  • Welding
  • workvisual
  • yaskawa
  • YRC1000

Thread Tag Cloud

  • abb
  • Backup
  • calibration
  • Communication
  • CRX
  • DCS
  • dx100
  • dx200
  • error
  • Ethernet
  • Ethernet IP
  • external axis
  • Fanuc
  • help
  • hmi
  • I/O
  • irc5
  • IRVIsion
  • karel
  • kawasaki
  • KRC2
  • KRC4
  • KRC 4
  • KRL
  • KUKA
  • motoman
  • Offset
  • PLC
  • PROFINET
  • Program
  • Programming
  • RAPID
  • robodk
  • roboguide
  • robot
  • robotstudio
  • RSI
  • safety
  • Siemens
  • simulation
  • SPEED
  • staubli
  • tcp
  • TCP/IP
  • teach pendant
  • vision
  • Welding
  • workvisual
  • yaskawa
  • YRC1000
  1. Privacy Policy
  2. Legal Notice
Powered by WoltLab Suite™
As a registered Member:
* You will see no Google advertising
* You can translate posts into your local language
* You can ask questions or help the community with your knowledge
* You can thank the authors for their help
* You can receive notifications of replies or new topics on request
* We do not sell your data - we promise

JOIN OUR GREAT ROBOTICS COMMUNITY.
Don’t have an account yet? Register yourself now and be a part of our community!
Register Yourself Lost Password
Robotforum - Support and discussion community for industrial robots and cobots in the WSC-Connect App on Google Play
Robotforum - Support and discussion community for industrial robots and cobots in the WSC-Connect App on the App Store
Download