Denso RC5 Specifications Page 355

  • Download
  • Add to my manuals
  • Print
  • Page
    / 692
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 354
Chapter 12 Robot Control Statements
12-79
ST_ResetCurLmt (Statement) [Ver.1.9 or later]
Function
Resets the motor current limit of the specified axis.
Format
ST_ResetCurLmt <AxisNumber>
Explanation
ResetCurLmt
releases the drive current limit set for the motor of a joint specified by
<AxisNumber>
.
The motor drive current limit and positioning error allowances will
revert to the defaults.
[For Ver. 1.4 or earlier] If you set "0" to
<AxisNumber>
,
the drive current limit set for
all joints will revert to the default.
[For Ver. 1.5 or later] If you set "0" to <
AxisNumber
>, the drive current limit set for
all joints involved in an arm group semaphore held by the
current task running
ST_ResetCurLmt
, will revert to the
default.
Related Terms
ST_SetCurLmt, ST_ResetEralw
Notes
(1) When resetting the current limit, this command carries out deviation elimination
process. If there is angle deviation due to external force, the time required for
deviation elimination process will vary depending upon the set speed and
acceleration. To shorten the time, set higher speed and acceleration.
(2) The command can be executed even when the motor power is off. For resetting
the current limit when motor power is off, run the following program after
finishing the task that is obtaining arm semaphore.
PRO999
TAKEARM
ST_ResetCurLmt 0
END
(3) [For Ver. 1.4 or earlier] Execute this command in a TAKEARMed task that has
got robot arm semaphore. If you specify any joints not in
the arm semaphore to
<AxisNumber>
, then error "21F7
Cannot take arm semaphore" will result.
[For Ver. 1.5 or later] Execute this command in a TAKEARMed task that has
got an arm group. If you specify any joints not included
in the arm group to
<AxisNumber>
, then error "27D*
Cannot take J* semaphore" will result.
Example
ST_ResetCurLmt 0 'Reset the current limit of all the axes.
ST_ResetGrvOffset 0 'Disable the gravity offset function.
Page view 354
1 2 ... 350 351 352 353 354 355 356 357 358 359 360 ... 691 692

Comments to this Manuals

No comments