Posts by sw14928

    Hi All,


    I have a KUKA LBR iiwa. I accidentally set the KUKA IP address to 192.168.0.1. Now any time I boot, I get error: "No connection to KRC possible".


    I have tried to change the IP on the smartPAD network options.


    I have connected a monitor and changed the IP address in local area connections settings.


    Can anyone help, please?

    Hi All,


    I am trying to scan around a cylindrical shape with the KUKA. I have written a program which follows a circ motion around the cylinder, then steps down in z and repeats the reverse of the circ motion. When I do this I feed the robot a start position, mid position and end position. I want to fix the end piece of the robot, so it is always parallel with the barrel. The euler angles rotate however, such that this is not the case on my code. How can I fix two of the euler angles and just rotate in A for example?

    Hi everyone!


    I have programmed a circular motion that does an arc in the x-y plane, then steps in z and repeats this arc. Everytime it approaches the end of the circ motion it stops, how can I make this continuous, please?


    LOOP

    CIRC mid_pos,end_pos

    start_pos.z = start_pos.z - Zstep

    end_pos.z = end_pos.z - Zstep

    mid_pos.z = mid_pos.z - Zstep

    LIN end_pos


    CIRC mid_pos,start_pos

    start_pos.z = start_pos.z - Zstep

    end_pos.z = end_pos.z - Zstep

    mid_pos.z = mid_pos.z - Zstep

    LIN start_pos

    ENDLOOP

    Hi,


    Thanks for your reply! I would like the vector that points out of the flange piece if that makes sense. For example if you had a sword on the end of the robot arm, the direction of the sword.


    Ok, so the ABC angles are euler angles - does this mean one can compute a rotation matrix and multiply by a unit vector to generate a direction vector? If so in what order should the rotations occur?

    Hi, can anyone help me with my code please?


    I get 62 errors and I have no idea why. Many are "type actual/formal parameter incompatible" seems to effect err=ST_ETHERNET.


    Hi, I have an unmastered kuka kr150. I think axis 4 is upside down. Which direction should I turn in to master it? I am frightened of breaking the joint.


    Best regards,
    Sam

    I have a KRC2 KR150 KUKA robot. I had an issue with software limits and while trying to change them I unmastered the robot. I have no mastering tool. Is there a way I can return the robot to previous master settings?


    Best regards,
    Sam