Acceleration and deceleration of the movements

  • Good night,


    I have an application with an R2000 IB / 125 L robot and R30IA controller.


    How can I during the execution of a program change the acceleration and deceleration of the movements?


    What kind of commands are there in fanuc?

  • The ACC expression, along with the number that goes with it... affects both the acceleration and deceleration ramps in the Fanuc robot, as it may pertain to a particular position instruction.
    Don't forget to check or set the unitless scale for your ACC expression in MENU- SYSTEM- Config window, Max of ACC instruction and MIN of ACC instruction.


    I agree with Cobenson. I am not aware of any way to specify deceleration ramp only using normal TP Programming language.

  • First, check or set the scale in MENU-System-Config window: Max. of ACC Instruction and Min. of ACC Instruction.
    Let us say you have chosen a scale (a range) of 50 to 150


    12: L P[4] 2000 mm/sec CNT 100 ACC 150
    reach speed with strongest acceleration/deceleration ramp


    Or


    17: L P[6] 1500 mm/sec CNT 100 ACC 50
    reach speed with weakest acceleration ramp

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account
Sign up for a new account in our community. It's easy!
Register a new account
Sign in
Already have an account? Sign in here.
Sign in Now