Denso RC5 Especificaciones Pagina 66

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 692
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 65
2-4
2.1.3 Program Recursive Call
When a program is called, the calling program itself can be designated as a
program name using a CALL statement. This is referred to as a recursive call.
Program PRO1
Program MOTION
Calls itsel
f
again
Fig. 2-4 Program Recursive Calling Diagram
Note: The variables in a PAC program are stored in the static memory
of each program; therefore, pay attention to has to use
variables when a recursive call is used. If the initial value is set
using a local variable the value returns to its initial value every
time the program is called.
Vista de pagina 65
1 2 ... 61 62 63 64 65 66 67 68 69 70 71 ... 691 692

Comentarios a estos manuales

Sin comentarios