Denso RC5 Specifikace Strana 219

  • 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 218
Chapter 9 Declaration Statements
9-5
9.4 Home Coordinates
HOME (Statement)[Conforms to SLIM]
Function
Declares arbitrary coordinates as a home position.
Format
HOME <Position type>
Explanation
Declares arbitrary coordinates designated with <Position type> as a home
position.
Define a home position for each program.
If multiple HOME statements are declared, the most recent declaration is taken
as the home position.
Related Terms
GOHOME
Example
6-axis
DIM lp1 As Point
HOME (350, 0, 450, 0, 0, 180)
'Declares the coordinates of (350, 0, 450, 0, 0, 180)
'as a home position.
HOME lp1 'Declares the coordinates of lp1 as a home position.
4-axis
DIM lp1 As Point
HOME (200, 300, 300, 45, 0)
'Declares the coordinates of (200, 300, 300, 45, 0)
'as a home position.
HOME lp1 'Declares the coordinates of lp1 as a home position.
Zobrazit stránku 218
1 2 ... 214 215 216 217 218 219 220 221 222 223 224 ... 691 692

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

Žádné komentáře