Denso RC5 Specifications Page 325

  • Download
  • Add to my manuals
  • Print
  • Page
    / 692
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 324
Chapter 12 Robot Control Statements
12-49
DECEL (Statement) [Conforms to SLIM]
Function
Specifies the internal composite deceleration of joints involved in a currently
held arm group.
Format
DECEL <Deceleration>
Explanation
The <DecelerationRatio> should be the target ratio (%) of the maximum
internal composite deceleration of joints in a currently held arm group. The
entry range is from 0.0001 to 100 of a real number.
NOTE: If less than 0.0001 is specified, no error will occur, but the actual
deceleration may differ from the specification. If 0 or less is specified, an error
will result.
The actual deceleration value is (external × internal ÷ 100).
If the speed is changed, the deceleration value is automatically changed to a
value expressed by (SPEED
2
÷ 100).
Note: If an axis speed interlock is valid in the “Using condition”
parameter and DECEL is set, JDECEL becomes the same value.
Example: If you write DECEL 50, the JDECEL 50 (same value as DECEL) will
be set automatically:
If you write DECEL without getting any arm group beforehand, an error will
result.
Related Terms
ACCEL, SPEED
Example
Ex1 DIM li1 As Integer
DECEL 100 'Sets the deceleration to 100.
DECEL li1/100 'Sets the deceleration to the value of (li1/100).
Ex2(extended-joint)
PROGRAM PRO1
TAKEARM 1 'Get Arm Group 1 involving 7th and 8th joints.
DECEL 100 'Specify deceleration ratio of joints (7th and 8th)
'in Arm Group 1.
END
Page view 324
1 2 ... 320 321 322 323 324 325 326 327 328 329 330 ... 691 692

Comments to this Manuals

No comments