RobotStudio event

How to create target on curve?

The Robot Studio V4 API has a 'PathGeneration' object with methods 'CreateTargetOnCurve' and 'DistrubuteTargetsOnCurves'.

I have not been able to find equivalent functionality in the V5.12 API.

Thanks for any advice,

Kevin



Comments

  • CryI fund the same problems, anybody can help us ?
  • Hi,

    Path generation is not available in the 5.xx API.

    regards,
    Johannes

    Johannes Weiman
    Software Engineer
    ABB Robotics
  • The Macining PowerPac may solve the problem.
    Bertil Thorvaldsson
    Product Manager, Software Products
    ABB Robotics
  • Hi
    Here is a smal example addin I wrote for creating targets along a curve. I'm sure you will get some hints in it how to write the CreatePathAlong function.

     

    Per Svensson
    Robotics and Vision Specialist
    Consat Engineering
  • Thanks for the replies.

    Bertilt: I have tried the Machining PowerPac, but it does not include some functionality that I need in my application, so I have to write my own add-in.

    Per: many thanks for sharing your add-in. I'm sure it will help me.

    Regards,

    Kevin