Denso RC5 Specifications Page 476

  • Download
  • Add to my manuals
  • Print
  • Page
    / 692
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 475
15-28
15.7 Pose Data Type Transformation
J2P (Function)
Function
Transforms joint type data to position type data.
Format
J2P (<Joint type>)
Explanation
This statement transforms the joint type data designated in <Joint type> to
position type data. The value to be obtained reflects the tool and work
coordinate systems that are set at the moment.
Related Terms
J2T, P2J, P2T, T2J, T2P
Example
DEFPOS lp1, lp2
DIM lj1 As Joint
lp1 = J2P(lj1)
'Assigns lj1 data transformed to position type data to
lp1.
6-axis lp2 = J2P((0, 0, 90, 0, 0, 0))
'Assigns the data of (0, 0, 90, 0, 0, 0)
'transformed to position type data to lp2.
4-axis lp2 = J2P((0, 0, 300, 0))
'Assigns the data of (0, 0, 300, 0)
'transformed to position type data to lp2.
Page view 475
1 2 ... 471 472 473 474 475 476 477 478 479 480 481 ... 691 692

Comments to this Manuals

No comments