A-14 | Thermox TM 2000 Oxygen Analyzer
Sample Program
This section provides a sample Quick Basic program that reads and writes
to the serial port:
DECLARE FUNCTION Checksum$ (M$)
‘Serial test routine
‘ Continuously sends a message and prints the string returned
CLS
‘Open the communications port
OPEN “COM2:9600,N,8,1 “FOR RANDOM AS #1
‘String to be echoed
T$ = “Test message”
‘Address of the series 2000 controller
Address% = 254
‘Build the message
M$ = “>” = HEX$(Address%) = “A” = T$
M$ = M$ + Checksum$(M$)
‘Continue sending message until key pressed
‘(Assumes that Series 2000 controller is connected)
WHILE (INKEY$ = “”)
PRINT #1, M$
LINE INPUT #1, A$
‘Show results
PRINT “Sent…..”; M$
PRINT “Returned…”; A$
PRINT
WEND
CLOSE #1
STOP
FUNCTION Checksum$ (M$)
DIM Sum AS LONG
Sum = 0
‘Skip >
FOR I% = 2 TO LEN(M$)
Sum = Sum + ASC(MID$(M$, i%,1)
NEXT I%
‘Get low byte of checksum
Checksum$ = HEX$(Sum MOD 256)
END FUNCTION
Содержание Thermox TM2000
Страница 12: ...xii Thermox TM2000 Oygen Analyzer This page intentionally left blank...
Страница 18: ...1 6 Thermox TM2000 Oxygen Analyzer This page intentionally left blank...
Страница 25: ...Installation and Start Up 3 3 Figure 3 1 Sensor Mounting no sample bypass...
Страница 47: ...Installation and Start Up 3 25 Figure 3 22 Current output connections example...
Страница 51: ...Installation and Start Up 3 29 Figure 3 25 Series 2000 controller RCU connections...
Страница 53: ...Installation and Start Up 3 31 Figure 3 26 Series 2000 2 wire RS 485 communications connections...
Страница 55: ...Installation and Start Up 3 33 Figure 3 27 Series 2000 4 wire RS 485 communication connections...
Страница 58: ...3 36 Thermox TM 2000 Oxygen Analyzer This page intentionally left blank...
Страница 144: ...7 8 Thermox TM2000 Oxygen Analyzer This page intentionally left blank...
Страница 162: ...B 4 Thermox TM2000 Oxygen Analyzer This page intentionally left blank...
Страница 166: ...C 4 Thermox TM2000 Oxygen Analyzer This page intentionally left blank...
Страница 168: ...D 2 Thermox TM2000 Oxygen Analyzer This page intentionally left blank...
Страница 170: ...E 2 Thermox TM2000 Oxygen Analyzer This page intentionally left blank...