SetVibControl (Library) [Version 1.4 or later]


Sets to the residual vibration reduction control mode (dedicated command for 6-axis).


SetVibControl


Switches to the residual vibration reduction control mode and reduces the residual vibration when robot stops its motion.


<pacman.h> is required.



  • Execute this command in a task holding robot control conditions (TAKEARM). If robot control conditions are not held, an error message "21F7 Arm semaphore cannot be fetched." is reported.
  • If you execute SetVibControl while using SetEralw to change the allowable angle deviation, the allowable angle deviation will be initialized. Use SetEralw to set the allowable angle deviation again.
  • The path precision will decrease due to motion follow-up delay in the residual vibration reduction control mode. Avoid this mode when the path precision is required.
  • When you execute SetVibControl during a path motion, the library is executed after the motion stops. Thus, this will be an execution after stop.


CALL SetVibControl
'Sets to the residual vibration reduction control mode


Top