Denso RC5 Dokumentacja Strona 243

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 692
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 242
Chapter 10 Assignment Statements
10-9
LETRY (Statement)
Function
Assigns a value to the Y axis rotation component of the position type.
Format
LETRY <Position type variable> = <Y axis rotation angle>
Explanation
The statement starts with LETRY and the right side of the expression is an Y
axis rotation angle. By the execution of this assignment, the Y axis rotation
component of <Position type variable> is changed to the value of <Y-axis
rotation angle>.
Related Terms
LETRX, LETRZ, LETR
Example
DEFPOS lp1, lp2, lp3
DEFSNG lf1, lf2
LETRY lp1 = POSRY(lp3) 'Assigns the Y axis rotation component of lp3 to that of
lp1.
LETRY lp2 = lf1 - lf2 'Assigns the value of (lf1 - lf2) to the Y axis rotation
'component of lp2.
Przeglądanie stron 242
1 2 ... 238 239 240 241 242 243 244 245 246 247 248 ... 691 692

Komentarze do niniejszej Instrukcji

Brak uwag