ID : 9009
Accel
Function
To change the internal acceleration and internal deceleration.
Syntax
Accel acceleration[, deceleration]
Guaranteed Entry
- Acceleration
Description
The internal acceleration and internal deceleration of the arm group for which the task acquired control are changed.
To execute this statement, the task must acquire any axis control.
Related Terms
Speed, Decel, ExtSpeed, ExtAccel, ExtDecel, CurSpd, CurAcc, CurDec, CurExtSpd, CurExtAcc, CurExtDec
Attention
-
Example
'!TITLE "Specification of Internal Acceleration and Internal Deceleration"
' Set internal acceleration and internal deceleration
Sub Sample_Accel
TakeArm Keep = 1
' Set acceleration to 100 and deceleration does not change
Accel 100
' Set acceleration to 100 and deceleration to 50
Accel 100, 50
End Sub
ID : 9009

