
10-6
10.4 Link Angle
LETJ (Statement)
Function
Assigns a value to a designated link angle of the joint type.
Format
LETJ <Axis number>, <Joint type variable> = <Arithmetic expression>
Explanation
The statement starts with LETJ <Axis number> and the right side of the
expression is <Arithmetic expression>. By the execution of this assignment the
link angle designated by <Axis number> of <Joint type variable> is changed to
the value of <Arithmetic expression>.
Related Terms
JOINT
Example
DEFJNT lj1, lj2, lj3
DEFSNG lf1, lf2
LETJ 1, lj1 = JOINT(2, lj3) 'Assigns the 2nd axis link angle of lj3 to the 1st
'axis of lj1.
LETJ 3, lj2 = lf1 - lf2 'Assigns the value of (lf1 - lf2) to the 3rd axis
of
'lj2.
Commenti su questo manuale