RobotStudio event

How Calculate Parallelogram reach

Options
How to caluclate the parallelogram reach of the particular robot?

I want to check the parallelogram reach of the robot before my program starts.

Actually i am calculating the targets, and i want to check the calculated targets are with in my robot parallelogram.

Please guide me. Thank you.

Lingaa

Comments

  • Lin
    Options
    Hello guys,

    I am calculating the robot targets for robot execution. The targets will be incremented each time.

    I want to check whether the calculated targets are with in the robot working area or not.
    If not, my program has to give a error signal.

    The program should not give error message after the execution has started.It should give before the execution starts.

    This can be done or not. Is there any solution please guide me.



    Lingaa
  • Rulv
    Options
    Try to convert the robtarget to a jointtarget with the instruction CalcJointT. If the position is unreachable a error (ERR_ROBLIMIT) will occur.
     


    att
  • Lin
    Options
    Thanks for your reply.It also tried somewhat using CalcJointT function.
    Thank you very much.
    Lingaa
  • Lin
    Options
    I have done the coding. It is working perfectly.
    Lingaa