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

help with robot master program - speed not changes in kuka robot

  • Andrew149
  • September 26, 2018 at 12:20 PM
  • Thread is Resolved
  • Andrew149
    Reactions Received
    1
    Trophies
    2
    Posts
    35
    • September 26, 2018 at 12:20 PM
    • #1

    hi all,

    i am doing program for thermal spray coating.

    when robot master generated programs its having 10000s points in it.

    i am trying to change the speed of robot by setting the velocity as

    $VEL.CP=3

    but this dosent affect the actual speed of robot.

    please remember the programs generated has 10000s of point.

    i have attached a sample program.

    i dont understand why the robot speed is very slow?

    help

    Files

    PELTON_GE2M.src 535.55 kB – 23 Downloads

    All is well

  • Fubini
    Reactions Received
    283
    Trophies
    9
    Posts
    1,904
    • September 26, 2018 at 1:21 PM
    • #2

    https://www.robot-forum.com/robotforum/kuk…2907/#msg102907
    https://www.robot-forum.com/robotforum/kuk…72079/#msg72079

    Read about C_VEL.

    Fubini

    Edited once, last by Fubini (September 26, 2018 at 1:26 PM).

  • Andrew149
    Reactions Received
    1
    Trophies
    2
    Posts
    35
    • September 26, 2018 at 1:26 PM
    • #3

    thanks fubini.. i will read and check

    All is well

  • Andrew149
    Reactions Received
    1
    Trophies
    2
    Posts
    35
    • September 26, 2018 at 1:33 PM
    • #4

    Fubini you mean to say change from LIN to Spline so that this limitation wont happen?

    All is well

  • Fubini
    Reactions Received
    283
    Trophies
    9
    Posts
    1,904
    • September 26, 2018 at 1:39 PM
    • #5

    What i am trying to say is the following:

    If you stick to old motion you should use C_VEL. But also consider switching to spline blocks (switch to single command splines still has the same limitations.

    Fubini

  • Andrew149
    Reactions Received
    1
    Trophies
    2
    Posts
    35
    • September 26, 2018 at 1:48 PM
    • #6

    thanks fubini, i really appreciate your help on this.

    i am a robot simulator and new to kuka robot.

    i like to understand that my program will look like below line when we generate OLP from Robot master software, which is

    LIN {X -64.2835,Y 205.7571,Z -41.6742,A 2.4476,B 3.1076,C -103.5577} C_DIS

    you mean to say change C_DIS to C_VEL so my new line of code will look like

    LIN {X -64.2835,Y 205.7571,Z -41.6742,A 2.4476,B 3.1076,C -103.5577} C_VEL

    and also define C_VEL variable?

    is it right ?

    All is well

  • Andrew149
    Reactions Received
    1
    Trophies
    2
    Posts
    35
    • September 26, 2018 at 2:30 PM
    • #7

    fubini C_VEL dsent affect the speed :wallbash:

    i think only spline option i should try

    All is well

  • Online
    panic mode
    Reactions Received
    1,296
    Trophies
    11
    Posts
    13,137
    • September 26, 2018 at 3:03 PM
    • #8

    if you want to use C_VEL, you also need to initialize corresponding element in $APO.

    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

  • Andrew149
    Reactions Received
    1
    Trophies
    2
    Posts
    35
    • September 26, 2018 at 5:28 PM
    • #9

    panic i changed the $APO variable still its having speed issue.

    can you please tell me how spline works. does spline will have constant velocity which we are setting?

    All is well

  • Fubini
    Reactions Received
    283
    Trophies
    9
    Posts
    1,904
    • September 26, 2018 at 5:59 PM
    • #10

    Read documentation on spline and your question is already answered in the links I have posted earlier.

    Fubini

  • Andrew149
    Reactions Received
    1
    Trophies
    2
    Posts
    35
    • September 27, 2018 at 8:06 AM
    • #11

    Hi Fubini,

    i have read the documents and understand how spline works.

    now i write a code from robot master software as

    SLIN {X -88.5393,Y 99.1345,Z -30.0781,A -2.6482,B -17.6097,C -163.0256}

    but it throws some error in real robot, but what is the error the robot is not showing in teach pendant.

    any help?

    All is well

  • Online
    panic mode
    Reactions Received
    1,296
    Trophies
    11
    Posts
    13,137
    • September 27, 2018 at 2:05 PM
    • #12
    Quote from Bala

    [size=2]
    but it throws some error in real robot, but what is the error the robot is not showing in teach pendant.
    [/size]

    [size=2]i would recommend training/reading even though some swear by dowsing wand  :fish: [/size]
    [size=2]how exactly do you know that there is an error if it is not displayed?[/size]

    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

  • Andrew149
    Reactions Received
    1
    Trophies
    2
    Posts
    35
    • September 27, 2018 at 2:12 PM
    • #13

    Hi.. i have reduced total no og points now iam getting higher speed

    All is well

  • Fubini
    Reactions Received
    283
    Trophies
    9
    Posts
    1,904
    • September 27, 2018 at 2:56 PM
    • #14
    Quote

    Hi.. i have reduced total no og points now iam getting higher speed

    As already suggested skyefire within

    https://www.robot-forum.com/robotforum/kuk…2907/#msg102907

    Quote

    i have read the documents and understand how spline works.


    No. you did not understand spline, because we talked of spline blocks

    Quote

    SLIN {X -88.5393,Y 99.1345,Z -30.0781,A -2.6482,B -17.6097,C -163.0256}


    is not a spline block.

    Please consider at least basic training.

    Fubini

    Edited once, last by Fubini (September 27, 2018 at 3:04 PM).

  • Andrew149
    Reactions Received
    1
    Trophies
    2
    Posts
    35
    • September 28, 2018 at 10:24 AM
    • #15

    fubini hope below is the spline block

    SPLINE
    SPL XP1
    SPL XP2
    SPL XP3
    ....
    ENDSPLINE

    in basic training they not given any training regarding splines. i attended basic training.

    i am a robot OLP person and i have to give OLP generated to Robot programmer who is a kuka expert.

    i have to generate correct Syntax OLP because there is some syntax error in my input.

    thank you
    bala

    All is well

  • Andrew149
    Reactions Received
    1
    Trophies
    2
    Posts
    35
    • October 1, 2018 at 11:23 AM
    • #16

    can someone please explain is the spine option nt available in krc2 v5.2?

    All is well

  • Online
    panic mode
    Reactions Received
    1,296
    Trophies
    11
    Posts
    13,137
    • October 1, 2018 at 11:33 AM
    • #17

    [size=2]Correct.... This is a perfect example why members are asked over and over to provide details when asking questions. see READ FIRST.[/size]

    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

  • Andrew149
    Reactions Received
    1
    Trophies
    2
    Posts
    35
    • October 1, 2018 at 11:36 AM
    • #18

    :waffen100: :waffen100::wallbash: :wallbash:

    i might read it first

    All is well

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
  • krc5
  • KRL
  • KUKA
  • motoman
  • Offset
  • PLC
  • PROFINET
  • Program
  • Programming
  • RAPID
  • 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
  • krc5
  • KRL
  • KUKA
  • motoman
  • Offset
  • PLC
  • PROFINET
  • Program
  • Programming
  • RAPID
  • roboguide
  • robot
  • robotstudio
  • RSI
  • safety
  • Siemens
  • simulation
  • SPEED
  • staubli
  • tcp
  • TCP/IP
  • teach pendant
  • vision
  • Welding
  • workvisual
  • yaskawa
  • YRC1000

Users Viewing This Thread

  • 1 Guest
  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