Remote-processing BASIC for the CX-10 Modbus Instrukcja Użytkownika Strona 61

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 84
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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.
Przeglądanie stron 60
1 2 ... 56 57 58 59 60 61 62 63 64 65 66 ... 83 84

Komentarze do niniejszej Instrukcji

Brak uwag