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

Mixing KSD48 , KSD32

  • jesusvaricap
  • September 20, 2018 at 8:32 AM
  • Thread is Resolved
  • jesusvaricap
    Reactions Received
    4
    Trophies
    4
    Posts
    259
    • September 20, 2018 at 8:32 AM
    • #1

    Hello to all,

    KRC2
    KR2210L150 S2000
    KSS 5.2.14

    I have 2 motors:
    1FK6100-8AF91-1Z29-Z S08
    ART NR 69225463

    i need to attach 2 external axis for welding

    reading documentation i need KSD32 for my current motors , i have not a KSD32

    its possible to use a KSD48+motor 1FK6100-8AF91-1Z29-Z S08?
    on the manual explain that the maximum current for A7 y A8 its 32A
    what happens if i configure the machine.dat for KSD48 and use motor 1FK6100-8AF91-1Z29-Z S08 on A7, A8 ?

    Which risk exist to use higher amperage ?
    im planing to not use SBM

    also explain that for the A8 i need a motor type C ???

    Thanks

    Images

    • IMG-20180919-WA0000.jpg
      • 105.54 kB
      • 640 × 319
      • 31

    Files

    ext_axis_config_r228_en.pdf 510.33 kB – 40 Downloads IMG-20180919-WA0000.jpg_thumb 17.1 kB – 72 Downloads
  • panic mode
    Reactions Received
    1,278
    Trophies
    11
    Posts
    13,074
    • September 20, 2018 at 1:19 PM
    • #2

    Larger drive should be no problem as long as everything is set correctly such as max motor current etc.
    Note 48A drive is wide... Don’t think you can fit two of them into cabinet that already has six drives

    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

  • Online
    SkyeFire
    Reactions Received
    1,051
    Trophies
    12
    Posts
    9,421
    • September 20, 2018 at 3:25 PM
    • #3

    Yes, the motors "pull" current from the KSD. The KSD does not "push" the current to the motors. As such, the KSD ratings for a servo are the minimum required. If the KSD is over-spec'd for the servo motor, the motor will only pull as much current as it needs from the KSD, leaving the excess capacity unused.

    What do you mean by "motor type C," and why does A8 need it?

  • jesusvaricap
    Reactions Received
    4
    Trophies
    4
    Posts
    259
    • September 20, 2018 at 5:10 PM
    • #4

    thanks a lot for your reply panic mode ans SkyeFire,

    so, i configure on machine.dat all parameters for KSD48 but only change the current ?

    on the attached manual page 12 of 50 manual attached there is a diagram that indicate when you use 2 external axis use motor type c, well tthe manual its for KRC1...


    thanks

  • panic mode
    Reactions Received
    1,278
    Trophies
    11
    Posts
    13,074
    • September 20, 2018 at 5:42 PM
    • #5

    no idea, i guess "C" is predecessor of "motor size C0" (1FK7083).

    Images

    • KRC2 motor sizes.jpg
      • 126.37 kB
      • 495 × 686
      • 34

    Files

    KRC2 motor sizes.jpg_thumb 31.26 kB – 47 Downloads

    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

  • jesusvaricap
    Reactions Received
    4
    Trophies
    4
    Posts
    259
    • September 21, 2018 at 2:30 AM
    • #6

    Hello ,

    thanks for your reply
    I do the wiring for E1 y E2 configure my machine.dat , and at the moment to try move +/- the any motor, start Buzzing :bawling: , and alarm M310 triggered, inmediatly push stop emergency also its not possible to move the arm robot the same sound was triggered
    attached diagram wiring and backup

    Tnks

    Files

    KSD48 E7 E8.pdf 19.2 kB – 35 Downloads $machine.dat 50.49 kB – 8 Downloads backup.zip 242.18 kB – 9 Downloads $robcor.dat 16.97 kB – 7 Downloads
  • panic mode
    Reactions Received
    1,278
    Trophies
    11
    Posts
    13,074
    • September 21, 2018 at 3:32 AM
    • #7

    yeah... that happens when axis is not tuned, gains are probably insane to get this bad response.
    (attempt to jog ANY axis causes loud buzzing and robot is out of control...)


    i would suggest:


    1. only do one axis at a time. when one of them is behaving, only then add next axis
    2. reduce velocity gains by a large factor (reduce them 10x for example) and try again.
    3. Once you get axis STABLE, then you can use oscilloscope to tune it.


    i only skimmed through your $machine.dat file and gains are indeed way larger than those of other axes.
    robot axes have gains that are carefully selected. you are using values 100-300% larger for axis that did not move yet :baseball:


    these need to be reduced:
    $G_VEL_PTP[7]= 130.0
    $G_VEL_PTP[8]= 130.0
    $G_VEL_CP[7] = 130.0
    $G_VEL_CP[8] = 130.0


    These may need to be increased:

    $I_VEL_PTP[7]=200.0
    $I_VEL_PTP[8]=200.0

    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

  • jesusvaricap
    Reactions Received
    4
    Trophies
    4
    Posts
    259
    • September 24, 2018 at 5:04 PM
    • #8

    Hello ,

    Yes! its works modifying the values, now i just need to change the value on :

    $RAT_MOT_AX
    $RAT_MOT_ENC

    because when i command to move 90° moves approximate 115° more or less , also the couple of external axis are very noisy , maybe need it oil , the reductor seems like a A1, A2 , A3 from older robot maybe KR125 ...

    now im controlling 2 axis KSD48 inside the cabinet , yes, the KSD48 are wide than others , but i do a little changes, the hardest part was cutting the cabinet with plasma machine, but everything its ok now.
    attached pictures, also the cad file for the bracket that i design it if its useful for something.

    thanks.

    Images

    • IMG_20180828_114141.jpg
      • 218.42 kB
      • 665 × 887
      • 22
    • IMG-20180919-WA0006 (2).jpg
      • 228.52 kB
      • 1,774 × 887
      • 25
    • IMG-20180919-WA0008.jpg
      • 100.14 kB
      • 444 × 887
      • 17
    • IMG_20180828_141956.jpg
      • 144.99 kB
      • 665 × 887
      • 19
    • IMG_20180828_140535.jpg
      • 92.94 kB
      • 665 × 887
      • 15

    Files

    IMG-20180919-WA0006 (2).jpg_thumb 25.07 kB – 64 Downloads IMG-20180919-WA0008.jpg_thumb 21.23 kB – 64 Downloads IMG_20180828_141956.jpg_thumb 29.34 kB – 65 Downloads IMG_20180828_140535.jpg_thumb 31.77 kB – 66 Downloads IMG_20180828_114141.jpg_thumb 35.31 kB – 66 Downloads KSD48_cad_dxf.rar 2.69 kB – 6 Downloads
  • Online
    SkyeFire
    Reactions Received
    1,051
    Trophies
    12
    Posts
    9,421
    • September 25, 2018 at 3:27 PM
    • #9

    $RAT_MOT_ENC is inherent to the motor -- you need to look it up in the motor data sheet.

    $RAT_MOT_AX is for the gear ratio between the motor drive shaft and the actual physical axis being rotated (or rotary-to-linear conversion, in the case of linear axes)

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

Users Viewing This Thread

  • 2 Guests
  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