
Chapter 15 Functions
15-29
J2T (Function)
Function
Transforms joint type data to homogeneous transformation type data.
Format
J2T (<Joint type>)
Explanation
This statement transforms the joint type data designated in <Joint type> to
homogeneous transformation type data. The value to be obtained reflects the
tool and work coordinate systems that are set at the moment.
Related Terms
J2P, P2J, P2T, T2J, T2P
Example
DEFTRN lt1, lt2
DIM lj1 As Joint
lt1 = J2T(lj1) 'Assigns lj1 data transformed to homogeneous
'transformation type data to lt1.
6-axis lt2 = J2T((0, 0, 90, 0, 0, 0))
'Assigns the data (0, 0, 90, 0, 0, 0) transformed
'to homogeneous transformation type data to lt2.
4-axis lt2 = J2T((0, 0, 300, 0))
'Assigns the data (
0, 0, 300, 0
) transformed
'to homogeneous transformation type data to lt2.
Kommentare zu diesen Handbüchern