Denso RC5 Spezifikationen Seite 377

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 692
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 376
Chapter 12 Robot Control Statements
12-101
ST_SetDampRate (Statement) [Ver.1.9 or later]
Function
Sets the damping rates under the compliance control (exclusively designed for 6-axis
robots).
Fomat
ST_SetDampRate <DampRate along X>, <DampRate along Y>, <DampRate along Z>,
<DampRate about X>, <DampRate about Y>, <DampRate about Z>
Explanation
Sets the damping rates along and about X, Y, and Z axes on the coordinate system
specified by
ST_SetFrcCoord
.
The entry range is from 0 to 100. Zero gives the maximum damping. Up to two
decimal places are valid.
Related Terms
ST_ResetDampRate, ST_SetFrcCoord, ST_SetCompRate
Notes
(1) Execute this command in a TAKEARMed task that has obtained arm
semaphore. If this command is executed without arm semaphore obtained, Error
"21F7 Cannot take arm semaphore " will result.
(2) This statement is not executable under the compliance control. If this command
is executed under the compliance control, Error " 60FA Not Executable in
compliance control" will result.
(3) When the controller is turned on, all the damping rates will revert to the initial
values (100).
(4) Do not set the damping rates to less than the compliance rates specified by the
ST_SetCompRate
. Doing so will cause the robot to vibrate; in some cases, the
robot will stop due to an error.
(5) If the
ST_SetCompRate
is executed after execution of the
ST_SetDampRate
, then
the damping rates will change to the setting made by
ST_SetCompRate
.
Example
ST_SetFrcCoord 1 'Set the compliance coordinate system to
'the tool coordinate system
ST_SetCompRate 100, 0, 100, 100, 100, 100
'Set the compliance rate
ST_SetDampRate 100, 20, 100, 100, 100, 100
'Set the damping rate
ST_SetCompControl 'Set the compliance rate and the damping rate
'in Y direction of the tool coordinate system
'to 0% and 20%, respectively, and enable the
'compliance control
Seitenansicht 376
1 2 ... 372 373 374 375 376 377 378 379 380 381 382 ... 691 692

Kommentare zu diesen Handbüchern

Keine Kommentare