RobotStudio event

How to do a very slow acceleration?

Options
I am working on a task where I would like VERY slow acceleration for the robot movement. The reason for this is that I have a saw mounted on an IRB6700, and I would like a smooth speed ramp when the saw inters the material. I see that there are some RAPID functions to reduce the acceleration, but as far as I can tell I cannot go any lower than 0.1m/s^2. This is probably still 10-20 times faster than what i would actually like. Is there any way to around this?

Thanks in advance.

Answers

  • lemster68
    lemster68 ✭✭✭
    Options
    Make your own speeddata that is as slow as you want it to start and keep bumping those up, Maybe use a variable and refresh it to be faster and faster.  I suppose you mean AccSet is the instruction you have looked at already.
    Lee Justice
  • Mads_Alber
    Options
    Thanks for the reply. I thought of that as an option, but obviously it is less than ideal. I think my solution for now will be slowly ramping the speed using speedrefresh and timed interrupts, similar to your proposal.
    Yes, AccSet is the one i've been looking at as well as PathAccLim.