Remote-processing BASIC for the CX-10 Modbus Manuale Utente Pagina 20

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 84
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 19
BASIC PROGRAMMING GUIDE
2-11
CR
Syntax: PRINT CR,
Function: Used with PRINT. Sends a carriage return without a line feed.
Mode: Command, run
Use: PRINT CR,
DESCRIPTION
Used to update a line on a serial console device. A comma is necessary to prevent the usual line feed from
terminating the PRINT instruction.
RELATED
PRINT
EXAMPLE
100 PRINT TICK(0),CR,
110 GOTO 10
>run
3.242
The number is continuously printed at the same position.
Vedere la pagina 19
1 2 ... 15 16 17 18 19 20 21 22 23 24 25 ... 83 84

Commenti su questo manuale

Nessun commento