<< Prev        Next >>

ID : 1526

Setting the Speed, Acceleration, and Deceleration

The speed of robot is determined by internal speed and external speed.

The internal speed is the speed determined by the commands in the program.

External speed is the speed to be set using teach pendant or mini-pendant for teaching or test run, and the unit is expressed in percentage (%) of the maximum speed (internal speed).

Note on Speed Setting

  1. The initial value of the external speed is 1% when power is turned on.
  2. Once the external speed is set, it is valid until the controller is turned off or the setting is updated.
  3. Actual robot moves at [internal speed x external speed (%)] when in Auto mode. For example, if the external speed is set at 80%, the robot moves at internal speed x 80%.
    It moves at 10% of the internal speed in manual mode and teach check mode. For example, if the external speed is set at 80%, it moves at 10% x 80% (i.e. 8%). The example of actual operating speed is given in the figure below.
  4. When speed is set, acceleration and deceleration will be automatically calculated by the following equation.
    Acceleration (%) = ((Speed) / 100)2 x 100
    Deceleration (%) = ((Speed) / 100)2 x 100
    (Calculation example) Assuming that speed is 20% :
    Acceleration (Deceleration) = (20 / 100)2 x 100 = 4%
    These automatically calculated values can be modified using teach pendant or mini-pendant. In that case, the latest modified value will be valid.

ID : 1526

<< Prev        Next >>