Remote-processing BASIC for the CX-10 Modbus Manual de usuario Pagina 61

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 84
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 60
BASIC PROGRAMMING GUIDE
2-52
RETI
Syntax: RETI
Function: Return from ONITR or ONTICK interrupt. RETI must be the last instruction of the interrupt
subroutine.
Mode: Run
Use: RETI
DESCRIPTION
The RETI instruction causes you to exit from ONTICK and ONITR (if available) interrupts. RETI functions
like RETURN, but it clears software interrupt flags so that BASIC-52 can acknowledge subsequent
interrupts. If you don't execute the RETI instruction in the interrupt procedure, all future interrupts, hardware
and software, are ignored.
RELATED
ONITR, ONTICK
EXAMPLE
Refer to ONTICK and ONITR examples.
Vista de pagina 60
1 2 ... 56 57 58 59 60 61 62 63 64 65 66 ... 83 84

Comentarios a estos manuales

Sin comentarios