Lumasense-technologies M340 Instrukcja Użytkownika Strona 22

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 30
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 21
M340 Manual Appendix A: PC Communications sample 22
NEXT y
'-------get blackbody temperature readings
PRINT #1, reading$ ' send get reading command string to controller
INPUT #1, getread$ ' ignore first controller response (echo)
INPUT #1, getread$ ' grab controller temperature response
pv = VAL(RIGHT$(getread$, readlen)) 'convert ascii string to a number
'-------display the process variable (blackbody temperature)
LOCATE 7, 15
COLOR 4 + 8
PRINT pv
'-------escape loop to end program
mg$ = INKEY$
IF mg$ = " " THEN CLOSE : END
'--------wait some time
FOR z = 0 TO 200000
NEXT z
NEXT sp 'go to the next setpoint value and repeat
'----------done
LOCATE 23, 5
PRINT "TEST IS COMPLETE. "
Przeglądanie stron 21
1 2 ... 17 18 19 20 21 22 23 24 25 26 27 28 29 30

Komentarze do niniejszej Instrukcji

Brak uwag