Denso RC5 Specifications Page 300

  • Download
  • Add to my manuals
  • Print
  • Page
    / 692
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 299
12-24
CURJNT (System Variable)
Function
Obtains the current angle of the robot using type J.
Format
{CURJNT | *}
Explanation
The Joint angles detected by each axis encoder of the robot are stored using
type J data.
If the robot is in operation the values are obtained when this instruction is
executed.
If the destination pose is obtained use DESTJNT.
Related Terms
DESTJNT, CURPOS, CURTRN
Example
DIM lj1 As Joint
lj1 = CURJNT 'Assigns the current joint angle to
lj1.
6-axis lj1 = CURJNT + (10, 10, 0, 0, 0, 10)
'Assign the current joint angles +
'(10, 10, 0, 0, 0, 10) to lj1
4-axis lj1 = CURJNT + (10, 10, 0, 0)
'Assign the current joint angles +
'(10, 10, 0, 0) to lj1
Notes
During operation with the machine lock function, the joint angles detected by
the encoder of each axis are not stored but virtual joint angles (instruction
angles) are stored.
Page view 299
1 2 ... 295 296 297 298 299 300 301 302 303 304 305 ... 691 692

Comments to this Manuals

No comments