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
Everywhere
  • Everywhere
  • Articles
  • Pages
  • Forum
  • Blog Articles
  • Products
  • More Options
  1. Robotforum - Support and discussion community for industrial robots and cobots
  2. Members
  3. leoyang

Posts by leoyang

  • how to debug the karel step by step

    • leoyang
    • June 26, 2018 at 3:17 PM

    that's what i want.
    thanks very much!

  • how to debug the karel step by step

    • leoyang
    • June 25, 2018 at 12:34 PM

    how to debug the karel step by step?

  • TAST with stationary welding

    • leoyang
    • April 13, 2018 at 2:56 PM

    i know it works. but you have to change a system variable to disable the alarm of stationary welding .

  • how to define the CONDITION HANDLERS at node of a path?

    • leoyang
    • April 2, 2018 at 7:56 AM

    i want to program a path with many nodes, each node has its own condition handlers to change motion speed.
    and the node speed between forward and backward are diffirent.
    is it possbile to use the following sentence:
    CONDITION[TRANSFERSPD]:
    WHEN PAUSE DO
    node.speed = 0
    WHEN AT NODE[n] DO
    node.speed = 10
    ...
    ENDCONDITION
    ...
    path.$condition_Num[2] = TRANSFERSPD
    ...
    move along path

  • what's the difference between softfloat and force sensor?

    • leoyang
    • February 10, 2015 at 1:57 PM

    what's the difference between softfloat and force sensor?

  • interference check function for dual arm on the same slide?

    • leoyang
    • February 10, 2015 at 4:05 AM

    is it possible to have the interference check function for dual arm on the same slide to avoid collision between robots?
    not only TCP interference check, but also for robot body or base.
    thanks!

  • 3-point method to create BASE

    • leoyang
    • December 30, 2014 at 3:48 PM

    can anybody share an example to create the dynamic base by program?
    Is there any build-in routine which can output the base frame by three positions as arguments?

  • transformation about the turn table

    • leoyang
    • December 28, 2014 at 7:31 AM

    it is the example from the kuka manual, now i already understood it.
    thanks!

  • transformation about the turn table

    • leoyang
    • December 25, 2014 at 2:58 AM

    could anybody explain how to create the transformation about the turn table?

    Images

    • turn table.png
      • 43.63 kB
      • 819 × 460
      • 44

    Files

    turn table.png_thumb 11.27 kB – 5 Downloads
  • help: can anybody share any krl example for lasercut application?

    • leoyang
    • November 13, 2014 at 1:01 PM

    we have a project with IPG YLR-500 power source and precitec cutting head.
    i have no experience about lasertech and lasercut,
    can anybody share any krl example for lasercut application?
    is it possible for krc4 to integrate the YLR-500 for the lasertech application?
    thanks in advance.

  • question about robot speed

    • leoyang
    • September 26, 2014 at 7:28 AM

    thanks. i will try to reduce the points on path.

    but who can explain the theory?

  • question about robot speed

    • leoyang
    • September 25, 2014 at 3:19 AM

    the manual of fanuc robot explain this phenomenon , refer to the attached file.
    but i can not understand the real reason.

    Images

    • CNT100.png
      • 112.17 kB
      • 1,876 × 1,140
      • 124

    Files

    CNT100.png_thumb 8.54 kB – 73 Downloads
  • question about robot speed

    • leoyang
    • September 24, 2014 at 4:59 AM

    maybe my description is not clear, please refer to the attached sim picture.

    Images

    • speed problem.png
      • 147.67 kB
      • 1,876 × 1,140
      • 110

    Files

    speed problem.png_thumb 8.89 kB – 74 Downloads
  • question about robot speed

    • leoyang
    • September 23, 2014 at 7:36 AM

    i want the robot to move along the trajectory which is created from robo master .
    i found that the robot speed is much slower than the setting speed value.
    for example,
    setting robot speed : 300mm/s
    the positions of trajectory is very density, 1 pos/2mm

    i think that maybe the read-ahead function of robot is too slow to keep up with the real robot speed. (<6ms)

    is there anybody can help me to explain this phenomenon?

  • Servo Robot communication

    • leoyang
    • June 25, 2014 at 7:37 AM

    why not use ethernet communication? the tracking software was already ready you can install an opition and use the tracking function easily.

  • How to get the length of a path trajectory in karel?

    • leoyang
    • May 7, 2014 at 8:47 AM

    thanks!
    you mean the variable '$SCR_GRP[n].$MOVE_DST' can calculate the path length before program execution?
    i will test later, thanks!

  • Touch sense for finding the center of a hole?

    • leoyang
    • May 7, 2014 at 3:45 AM

    1. you have to know the approximate location of the hole before program
    2. get the mathmatics realation formular of the holes location
    3. for one specified hole, you can do like this way.
    1)move the robot to the approximate circle center pos.
    perform fillet 1D search 3 times on the different circle edge, and you can get 3 values of the contact record PR (default PR[32]). note: record pr[32] to another available PR[] after each search in time, otherwise the pr[32] will be overwritten.
    2) you can calculate the circle center by 3 points.
    3) set new UF to the circle center, and teach the circle path according the new UF.

  • Welding with iRvision challenge

    • leoyang
    • May 7, 2014 at 3:24 AM

    0. i tested iRvision 2D and servorrobot sensor one year ago, but just for test ,not real project.
    1.i think, normally, iRvision snap the part charactor first, then calculate the position difference in space, and robot run the trajectory by vision compensation.
    2.according to your application, you can choose one or two iRvision cameras for 2 arms. the vision data can be transfered between two robots.
    3. iRvision 3D maybe also can scan the part profile, but i think it's difficult to deal with the tracking algrithm.
    4.for your case, the wave plate maybe differ from each other. i mean the overall shape is different, so i think there is no existing software in iRvision can support your application . it's better to use servorobot to realize the realtime tracking.
    5.i think it's possible. but will you do it this way for each part?
    6. i am interesting about how do you want to deal with the torch posture during arc welding?

  • How to get the length of a path trajectory in karel?

    • leoyang
    • April 17, 2014 at 7:15 AM

    thanks for your reply.

    i thought the solution as your suggestion, but it's very difficult to calculate the length of space curve, it's also related to the robot speed and fly mode.

  • How to get the length of a path trajectory in karel?

    • leoyang
    • April 14, 2014 at 9:56 AM

    is it possible to read the length of a path trajectory? such as routine trajectory_length (path[2..5] ) : REAL

Advertising from our partners

IRBCAM
Robotics Channel
Robotics Training
Advertise in robotics
Advertise in Robotics
Advertise in Robotics
  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