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. Cobot Help and Discussion Center
  4. KUKA LBR IIWA
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

Errors when moving to a frame that is a child under a base.

  • FamousKCX
  • April 9, 2020 at 7:36 PM
  • Thread is Unresolved
  • FamousKCX
    Trophies
    3
    Posts
    1
    • April 9, 2020 at 7:36 PM
    • #1

    Hello,

    I am trying to understand why my application won't PTP or LIN move to a saved frame. The frame is a child of a base and I can manually ask the robot to ptp to the frame without the application. However instead of moving it just gives I bunch of errors (listed in the picture below). "arbeitsraumfehler" I know means work space error which makes me think the robot can't reach the location but I know that it can because I can do it on the pendant. I think I might just be call the frame the wrong way. Please help!

    The base is "base"

    the frame that is a child of base is "base1"

    I am using SunriseOS 1.16.1.9

    I have a LBR iiwa 14 R820


    Code
    package application;
    
    import javax.inject.Inject;
    
    import com.kuka.roboticsAPI.applicationModel.RoboticsAPIApplication;
    import static com.kuka.roboticsAPI.motionModel.BasicMotions.*;
    import com.kuka.roboticsAPI.deviceModel.LBR;
    import com.kuka.roboticsAPI.motionModel.PTP;
    import com.kuka.roboticsAPI.sensorModel.ForceSensorData;
    import com.kuka.roboticsAPI.uiModel.ApplicationDialogType;
    
    public class MoveToPhrame extends RoboticsAPIApplication {
        @Inject
        private LBR lbr;
        
        private ForceSensorData sensorData; 
        
        public void initialize() 
        {
        }
    
        public void run() {      
    
    lbr.move(lin(getApplicationData().getFrame("/Base/Base1")).setJointVelocityRel(.4));
        }
    
    }
    Display More

    Thanks in advance,

  • Seulki
    Reactions Received
    8
    Trophies
    3
    Posts
    84
    • April 13, 2020 at 5:01 AM
    • #2

    There could be a possibility that your robot's current position has to be considered.

    LIN literally means a motion from where the robot is now to the targeted position.

    Even if you can reach to the target with manual jogging, it might not be able to make a LIN line from your position to there if the path is crossing some point where robot can not go through. Then both of manual LIN command and LIN in application will not work.

    You said the robot won't PTP or LIN, but I think PTP will work in that case either with manual PTP command or in application.

    To see if that's the case, try move your robot manually to a position somewhere near, and try it again, then we will see.

  • MOM
    Reactions Received
    175
    Trophies
    7
    Posts
    1,418
    • April 20, 2021 at 7:04 PM
    • #3

    this thread is not closed yet.

    the translation of "Arbeitsraumfehler" is simply work space error

    this is a different robot, but also applies to iiwa.

    green dot: axis two

    red dot : wrist centre point

    the two circels should intersect or have at least one point touching.

    otherwise you get this error message.

    solution: change your base1

    Images

    • pasted-from-clipboard.png
      • 29.5 kB
      • 433 × 345
      • 3

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

Tags

  • BASE
  • iiwa
  • frame
  • arbeitsraumfehler
  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