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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 84
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 68
BASIC PROGRAMMING GUIDE
2-60
STOP
Syntax: STOP
Function: Breaks program execution; resume with the CONT command.
Mode: Run
Use: STOP
DESCRIPTION
The STOP instruction lets you break program execution at specific locations in a program. You can display
and modify variables after STOPping a program. STOP is useful for program debugging. The CONT
command lets you resume program execution.
The line number printed after execution of a STOP instruction is the line number following the instruction
and not the line number containing the STOP instruction.
If you modify a STOPped program, CONT will be unable to continue execution.
RELATED
CONT, GOTO
ERROR
CAN'T CONTINUE Attempt to continue after editing a stopped program, or attempt to execute CONT
without a prior STOP or <Ctrl-C>.
EXAMPLE
100 PRINT "Tick=",TICK(0)
110 STOP
110 GOTO 100
>run
A= 0
STOP - IN LINE 120
Przeglądanie stron 68
1 2 ... 64 65 66 67 68 69 70 71 72 73 74 ... 83 84

Komentarze do niniejszej Instrukcji

Brak uwag