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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 84
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 20
BASIC PROGRAMMING GUIDE
2-12
DATA
Syntax: DATA
expr
[,
expr
,...]
Where:
expr
= numeric data.
Function: It is an expression list used by READ.
Mode: Run
Use: DATA 23.4,17,3.2,PI*3
DESCRIPTION
Elements of a DATA statement are sequentially retrieved by the READ instruction. Multiple DATA
expressions on a single program line must be separated by commas. There must be no spaces between
expr
and the commas.
See RESTORE for more information and examples.
RELATED
READ, RESTORE
Przeglądanie stron 20
1 2 ... 16 17 18 19 20 21 22 23 24 25 26 ... 83 84

Komentarze do niniejszej Instrukcji

Brak uwag