Denso RC5 Especificaciones Pagina 219

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 692
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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 pagina 218
1 2 ... 214 215 216 217 218 219 220 221 222 223 224 ... 691 692

Comentarios a estos manuales

Sin comentarios