Service manual

Section - IV Software BT3000 PLUS Rev.0, Soft Ver. 8 Page 2 of 15
Send type of serum............................................... ("S" for Serum or "U" for Urine)
Send if the patient is a clone................................. ("Y" for Yes or "N" for No)
Transmit position of capsule................................. ("00" unknown)
Send number of tests to be executed................... (from "01" to "99")
Send codes of tests to be performed.................... (4 characters)
Send Check-Sum.................................................. (3 characters)
Send end transmission character EOT
Wait for response from the analyzer..................... (2 characters)
If the communication is successful then the analyzer responds with character "Y" followed
by a byte, which identifies the position where patient has been inserted. In case the
communication was unsuccessful, then the analyzer responds with "N" followed by a byte
identifying the type of error. The possible errors generated by the analyzer in response to
the invalid insertion of patient are as follows:
0x01...........
Check-Sum Error
0x02...........
Unknown Command
0x03...........
Routine/STAT field Error
0x04...........
Serum/Urine field Error
0x05...........
Clone Yes/No field Error
0x06...........
Capsule position Error
0x07...........
Number of Analysis field Error
0x08...........
Wrong Number of Test
0x09...........
Position already in execution
0x0A..........
Cloning impossible
0x0B..........
Code duplicated
0x0C..........
One or more analysis not present in the analyzer
0x0D..........
One or more analysis not present in the current plate
0x0E..........
Too many analysis for the patient
For example to send a patient with code 000000000000001, serum type and with
analysis GLI, BUN and COL onto the STATS list, then one must send the following
sequence of characters (excluding initial sequence STX<->ACK):
000000000000001RSN0003GLI BUN COL 134<EOT>
Where:
000000000000001......
Patient code
R.................................
Identifies STATS list
S.................................
Identifies the type of patient (in this case: Serum)
N.................................
Identifies that the patient is not a clone
00................................
Unknown position (the analyzer will insert the patient in a convenient
position)
03................................
identifies the number of test to be executed.
GLI, BUN, COL..........
Test codes (observe the space after each code to reach the 4
characters limit)
134..............................
Identifies the Check-Sum
<EOT>........................
This character ends communication