Denso RC5 Especificações Página 219

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 692
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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.
Vista de página 218
1 2 ... 214 215 216 217 218 219 220 221 222 223 224 ... 691 692

Comentários a estes Manuais

Sem comentários