Denso RC5 Especificaciones Pagina 317

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 692
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 316
Chapter 12 Robot Control Statements
12-41
HALT (Statement) [Conforms to SLIM]
Function
Stops executing a program.
Format
HALT <Message>
Explanation
This statement stops program execution and outputs the contents designated
by <Message> to the pendant. For contents of <Message>, refer to the
PRINTMSG statement.
If you restart the system, the system starts the program from the first line.
The maximum number of letters available for a message is 60.
Related Terms
DELAY, HOLD, STOP
Example
DEFINT li1, li2
HALT li1 + li2
'Stops the program and outputs the value of (li1 + li2) to the pendant.
HALT “end”
'Stops the program and outputs the character string “end” to the
'pendant.
Notes
If you use a type F variable and a type D variable, the screen shows only 4
digits after the decimal point.
Vista de pagina 316
1 2 ... 312 313 314 315 316 317 318 319 320 321 322 ... 691 692

Comentarios a estos manuales

Sin comentarios