Denso RC5 Specifikace Strana 483

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 692
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 482
Chapter 15 Functions
15-35
15.8 Distance Extraction
DIST (Function) [Conforms to SLIM]
Function
Returns the distance between two points.
Format
DIST (<Position type1>,<Position type2>)
Explanation
This statement obtains the distance between <Position type1> and <Position
type2>.
Example
DEFSNG lf1, lf2
DEFPOS lp1, lp2, lp3
6-axis lf1 = DIST((350, 0, 450, 0, 0, 180), lp1)
'Assigns the distance between (350, 0, 450, 0, 0,
180)
'and lp1 to lf1.
4-axis lf1 = DIST((350, 0, 300, 45), lp1)
'Assigns the distance between (350, 0, 300, 45)
'and lp1 to lf1.
lf2 = DIST(lp2, lp3)
'Assigns the distance between lp2 and lp3 to lf2.
Zobrazit stránku 482
1 2 ... 478 479 480 481 482 483 484 485 486 487 488 ... 691 692

Komentáře k této Příručce

Žádné komentáře