Streck ESR-Auto Plus 504 User manual

ESR-Auto Plus®LIS Interfacing Guide
Model 504, 505, 506

i
December 2017
880017-4

ii
December 2017
880017-4
Information in this manual is subject to change without notice. No part of this publication may be
reproduced or distributed in any form or by any means, electronic or mechanical, for any purpose,
without the express written permission of Streck.
TRADEMARKS
Streck brand and product names are service marks, trademarks or registered trademarks of Streck in
the United States and other countries. All other marks are the property of their respective owners.
DISCLAIMER
The products and specifications, configurations, and other technical information regarding the products
contained in this manual are subject to change without notice. All the statements, technical information,
and recommendations contained in this manual are believed to be accurate and reliable but are
presented without warranty of any kind, and users must take full responsibility for the application of any
products specified in this manual. In no event shall Streck or its suppliers be liable for any indirect,
special, consequential, or incidental damages, including, without limitation, lost profits or loss or damage
to data or property arising out of the use or inability to use this manual, even if Streck has been advised
of the possibility of such damages.
WHO SHOULD USE THIS GUIDE
This manual is for technicians who design interfacing software for use with the ESR-Auto Plus.
THIS GUIDE COVERS THE FOLLOWING ESR-Auto Plus Models
Model 504
Model 505
Model 506
CONTACT INFORMATION
If you have questions regarding our products you can contact us directly:
+ 1.402.333.1982
+1.800.843.0912
Streck
7002 South 109 Street
La Vista, NE USA 68128

iii
December 2017
880017-4
TABLE OF CONTENTS
Section I: Model 504, 505
1. General Interfacing Notes .................................................................................................................................................... 1
2. Date and Time Formats........................................................................................................................................................ 2
3. Decoding Error and Status Codes ................................................................................................................................... 3
4. How to Read ASCII Characters as Transmitted from the ESR-Auto Plus......................................................... 5
5. Patient Sample Transmission Results ............................................................................................................................. 7
5.1 Ticket Style Transmission Results............................................................................................................ 7
5.2 Ticket Style Error Tranmissions .............................................................................................................. 10
5. 3 Ticket and Log Style Error Transmissions ...........................................................................................12
5.4 Log Style Transmission Results ...............................................................................................................14
5.5 Log Style Error Transmissions..................................................................................................................17
6. Control Sample Transmission Results ......................................................................................................................... 20
7. Early Prediction (Log and Ticket Formats) ................................................................................................................25
8. Log Files...................................................................................................................................................................................28
8.1 Patient Log File.............................................................................................................................................28
8.2 Control Log File (Long Report)..............................................................................................................34
8.3 Control Log File (Short Report) .............................................................................................................42
9. Menu Transmission Results.............................................................................................................................................. 46
10. Test Rack Results.................................................................................................................................................................. 64

iv
December 2017
880017-4
Section II: Model 506
11. Date and Time Formats.........................................................................................................................................................72
12. Decoding Error and Status Codes ...................................................................................................................................73
13. Patient Sample Transmission Results .............................................................................................................................74
13.1 Ticket Style Transmission Results..........................................................................................................74
13.2 Log Style Transmission Results ..............................................................................................................75
14. Control Sample Transmission Results ............................................................................................................................76
15. Control Log File (Long Report) ........................................................................................................................................77
16. Control Log File (Short Report) .......................................................................................................................................78
17. Test Rack Results ...................................................................................................................................................................79
18. LIS Connectivity Troubleshooting Guide .......................................................................................................................81
18.1 Overview ..........................................................................................................................................................81
18.2 General Troubleshooting Information ..................................................................................................82
18.3 ESR LIS Converter Troubleshooting Steps.........................................................................................83
18.4 ESR-Auto Plus Troubleshooting Steps – Windows 7 .....................................................................85
18.5 ESR-Auto Plus Troubleshooting Steps – Windows 10 ...................................................................86
Appendix A-ASCII Characters .................................................................................................................................................87

1
December2017
880017‐4
Section I: Model 504, 505
1. GENERAL INTERFACING NOTES
The results from the ESR-Auto Plus can be transmitted to a host computer via the RS-232 COM PORT
located on the back of the ESR-Auto Plus (COM 1). This is a unidirectional transmission of data and
consists of ASCII characters, which is the same data that is sent to the internal printer.
PORT SPECIFICATIONS
BAUD RATE 9600
DATA BITS 8
STOP BITS 1
PARITY NONE
FLOW CONTROL NONE
PIN ASSIGNMENTS
1 NC
2 TX (TRANSMIT)
3 RX (READ)
4 NC
5 GND
6 NC
7 NC
8 NC
9 NC
ESR-AUTO PLUS USER CONFIGURATION MENU SETTINGS
Note: COM2 is not used for any function it is considered an extra port.
FOR TRANSMITTING IN TICKET STYLE FOR TRANSMITTING IN LOG STYLE
AUTO PRINT ON
TICKET STYLE ON
INTERNAL PRINTER ON
COM 1 ON
COM 2 ON
MAIN PRINTER COM 1
FOR TRANSMITTING TO BOTH THE COM1 PORT AND INTERNAL PRINTER (WILL ONLY TRANSFER
SAMPLE AND CONTROL RESULTS TO COM1, WILL NOT TRANSFER TEST RACK OR MENU DATA)
AUTO PRINT ON
TICKET STYLE OFF
INTERNAL PRINTER ON
COM 1 ON
COM 2 ON
MAIN PRINTER COM 1
AUTO PRINT ON
TICKET STYLE ON
INTERNAL PRINTER ON
COM 1 ON
COM 2 ON
MAIN PRINTER INT. PRN.

2
December2017
880017‐4
2. DATE AND TIME FORMATS
Refer to ESR-Auto Plus Operators Manual for instructions on how to change date and time formats in
the ESR-Auto Plus.
DATE FORMATS EXAMPLE
YYMMDD 090101
YYYY-MM-DD 2009-01-01
YY-MM-DD 09-01-01
MMDDYY 010109
MM-DD-YYYY 01-01-2009
MM-DD-YY 01-01-09
TIME FORMATS EXAMPLE
HH:MM (24 HOUR) 15:30
H:MM (12 HOUR) 3:30p

3
December2017
880017‐4
3. DECODING ERROR AND STATUS CODES
To decode an alarm error code or status code, identify the largest value equal to or smaller than code
reported. Subtract that value from the error code reported. Continue the same process until you reach
0. Each binary value subtracted from the original number is an error message that applies to the sample.
EXAMPLES:
Note: Refer to table on page 4 for binary values and assignments. Status codes are figured in the same
manner as error codes. If a code matches the code from the table then the error is the matching binary
value.
Example 1
Reported error code = 1048
The largest binary value less than or equal to 1048 is 1024 (Sample Overfilled Error). Therefore, 1024 is
subtracted from 1048 to get 24.
1048-1024=24
Since 0 has not been reached, the next closest binary number to 24, without exceeding 24, must be
subtracted. Therefore, 16 (No ID Code Error) is subtracted from 24 to get 8.
24-16=8
Since 0 has not been reached, the next closest binary number to 8, without exceeding 8, must be
subtracted. Therefore, 8 (Out of Range Error) is subtracted from 8 to get 0.
8-8=0
Since 3 error codes were subtracted from the original reported value, all 3 error codes, (Sample Overfill,
No ID code Error and Out of Range Error) are associated with the sample.
Example 2
Reported error code = 264
The largest binary value less than or equal to 264 is 256 (Timing Error). Therefore, 256 is subtracted
from 264 to get 8.
264-256=8
Since 0 has not been reached, the next closest binary number to 8 without exceeding 8, must be
subtracted. Therefore, 8 (Out of Range Error) is subtracted from 8 to get 0.
8-8=0
Since 2 error codes were subtracted from the original reported value, both error codes (Timing Error
and Out of Range Error) would be associated with the sample error.

4
December2017
880017‐4
ERROR AND STATUS CODES
BINARY VALUE ERROR CODE STATUS CODE
1024 LABEL INTERFERENCE/SAMPLE OVERFILLED NO CODE
512 SAMPLE MANUALLY ABORTED REPRINT SAMPLE
256 TIMING ERROR PAED TUBE (1.2mL)
128 TEST MODE ENABLED-RESULT INVALID MOTOR CHECK “ON”
64 NOT REPORTED AUTO PRINT “ON”
32 HIGH TEMPERATURE WARNING TEMPERATURE COMP. “ON”
16 NO ID CODE NO CODE
8 OUT OF RANGE NO CODE
4 LOW FILL LEVEL NO CODE
2 NO SAMPLE FOUND NO CODE
1 PAED TUBE OVERFILL QUICKMODE ENABLED

5
December2017
880017‐4
4. HOW TO READ ASCII CHARACTERS AS TRANSMITTED FROM THE ESR-AUTO PLUS
EXAMPLES:
Note: Code should be read starting from the bottom to top and left to right of the ASCII results.
Note: Refer to ASCII code tables in Appendix A.
EXAMPLE 1
************ ESR RESULT ****************
2009-02-19 12:15 POS:A E0000 S0353
PATIENT NAME:_______________________
PATIENT ID :1
ESR : 1 MM WESTERGREN(QM PAED TUBE)
*
TRANSMITTED IN HEX TRANSMITTED CHARACTERS
0A 2A 0A [LINE FEED (LF)]*[LINE FEED (LF)]
0A [LINE FEED (LF)]
44 20 54 55 42 45 29 0A D[SPACE]TUBE)[LINE FEED (LF)]
4E 28 51 4D 20 50 41 45 N(QM[SPACE]PAE
45 53 54 45 52 47 52 45 ESTERGRE
20 31 20 20 4D 4D 20 57 [SPACE]1[SPACE][SPACE]MM[SPACE]W
0A 20 20 45 53 52 20 3A [LINE FEED (LF)][SPACE][SPACE]ESR[SPACE]:
54 20 49 44 20 20 3A 31 T[SPACE]ID[SPACE][SPACE]:1
20 20 50 41 54 49 45 4E [SPACE][SPACE]PATIEN
5F 5F 5F 5F 5F 5F 5F 0A _______[LINE FEED (LF)]
5F 5F 5F 5F 5F 5F 5F 5F ________
5F 5F 5F 5F 5F 5F 5F 5F ________
4E 54 20 4E 41 4D 45 3A NT[SPACE]NAME:
0A 20 20 50 41 54 49 45 [LINE FEED (LF)][SPACE][SPACE]PATIE
33 0A 3[LINE FEED (LF)]
30 30 30 20 53 30 33 35 000[SPACE]S035
50 4F 53 3A 41 20 45 30 POS:A[SPACE]E0
31 35 20 20 20 20 20 20 15[SPACE][SPACE][SPACE][SPACE][SPACE][SPACE]
32 2D 31 39 20 31 32 3A 2-19[SPACE]12:
2A 0A 32 30 30 39 2D 30 *LF2009-0
2A 2A 2A 2A 2A 2A 2A 2A ********
20 2A 2A 2A 2A 2A 2A 2A [SPACE]*******
52 20 52 45 53 55 4C 54 R[SPACE]RESULT
2A 2A 2A 2A 2A 20 45 53 *****[SPACE]ES
0A 2A 2A 2A 2A 2A 2A 2A [LINE FEED (LF)]*******

6
December2017
880017‐4
EXAMPLE 2
ID ESR ERR ST PO DATE TIME
1 1 0 353 A 090220 12:03
2 3 0 353 B 090220 12:03
3 1 0 353 C 090220 12:03
4 1 0 353 D 090220 12:03
5 2 0 353 E 090220 12:03
TRANSMITTED IN HEX TRANSMITTED CHARACTERS
30 20 31 32 3A 30 33 0A 0[SPACE]12:03[LINE FEED (LF)]
20 45 20 30 39 30 32 32 [SPACE]E[SPACE]09022
20 20 20 30 20 33 35 33 [SPACE][SPACE][SPACE]0[SPACE]353
20 20 20 20 20 20 32 20 [SPACE][SPACE][SPACE][SPACE][SPACE][SPACE]2[SPACE]
35 20 20 20 20 20 20 20 5[SPACE][SPACE][SPACE][SPACE][SPACE][SPACE][SPACE]
30 20 31 32 3A 30 33 0A 0[SPACE]12:03[LINE FEED (LF)]
20 44 20 30 39 30 32 32 [SPACE]D[SPACE]09022
20 20 20 30 20 33 35 33 [SPACE][SPACE][SPACE]0[SPACE]353
20 20 20 20 20 20 31 20 [SPACE][SPACE][SPACE][SPACE][SPACE][SPACE]1[SPACE]
34 20 20 20 20 20 20 20 4[SPACE][SPACE][SPACE][SPACE][SPACE][SPACE][SPACE]
30 20 31 32 3A 30 33 0A 0[SPACE]12:03[LINE FEED (LF)]
20 43 20 30 39 30 32 32 [SPACE]C[SPACE]09022
20 20 20 30 20 33 35 33 [SPACE][SPACE][SPACE]0[SPACE]353
20 20 20 20 20 20 31 20 [SPACE][SPACE][SPACE][SPACE][SPACE][SPACE]1[SPACE]
33 20 20 20 20 20 20 20 3 [SPACE][SPACE][SPACE][SPACE][SPACE][SPACE][SPACE]
20 31 32 3A 30 33 0A [SPACE]12:03[LINE FEED (LF)]
42 20 30 39 30 32 32 30 B[SPACE]090220
20 20 30 20 33 35 33 20 [SPACE][SPACE]0[SPACE]353[SPACE]
20 20 20 20 20 33 20 20 [SPACE][SPACE][SPACE][SPACE][SPACE]3[SPACE][SPACE]
20 [SPACE]
32 20 20 20 20 20 20 20 2[SPACE][SPACE][SPACE][SPACE][SPACE][SPACE][SPACE]
30 20 31 32 3A 30 33 0A 0[SPACE]12:03[LINE FEED (LF)]
20 41 20 30 39 30 32 32 [SPACE]A[SPACE]09022
20 20 20 30 20 33 35 33 [SPACE][SPACE][SPACE]0[SPACE]353
20 20 20 20 20 20 31 20 [SPACE][SPACE][SPACE][SPACE][SPACE][SPACE]1[SPACE]
31 20 20 20 20 20 20 20 1[SPACE][SPACE][SPACE][SPACE][SPACE][SPACE][SPACE]
54 45 20 54 49 4D 45 0A TE[SPACE]TIME[LINE FEED (LF)]
54 20 50 4F 20 20 44 41 T[SPACE]PO[SPACE][SPACE]DA
20 20 45 52 52 20 20 53 [SPACE][SPACE]ERR[SPACE][SPACE]S
20 20 20 20 20 45 53 52 [SPACE][SPACE][SPACE][SPACE][SPACE]ESR
0A 20 20 20 20 20 49 44 [LINE FEED (LF)][SPACE][SPACE][SPACE][SPACE][SPACE]ID

7
December2017
880017‐4
5. PATIENT SAMPLE TRANSMISSION RESULTS
5.1 TICKET STYLE SAMPLE TRANSMISSION RESULTS
Note: An accurate date and time must be in ESR-Auto Plus in order for transmission of data to take
place. The ‘Auto Print’ selection in the User configuration must also be turned on for transmission of
data to take place.
Note: Results will vary for each ESR result (i.e. “ESR: 1 MM WESTERGREN(QM PAED TUBE”). The
sample transmission below has actual ESR results from 1 to 4, however, the reportable range of the
instrument is only 0-120. If the reading is above the reportable range a result of “>120” will be reported.
Note: The patient ID section of the ticket style transmission can have a maximum of 13 characters both
numerical and alphabetical. (i.e. “PATIENT ID:1234567890123”)
EXAMPLE OF ESR SAMPLE RESULT IN TICKET STYLE:
*********
*** ESR RESULT ****************
2009-02-18 12:04 POS:A E0000 S0353
PATIENT NAME:_______________________
PATIENT ID :1
ESR : 0 MM WESTERGREN(QM PAED TUBE)
*
TICKET STYLE TRANSMISSION FORMAT:
************ ESR RESULT ****************
2009-02-18 12:04 POS:A E0000 S0353
PATIENT NAME:_______________________
PATIENT ID :1
ESR : 1 MM WESTERGREN(QM PAED TUBE)
*
TICKET STYLE HEX RESULTS
0A 2A 0A
0A
44 20 54 55 42 45 29 0A
4E 28 51 4D 20 50 41 45
45 53 54 45 52 47 52 45
DATE TIME
SAMPLE POSITION
ERROR CODE
STATUS CODE
PATIENT ID NUMBER
ESR RESULT
ENDING ASTERISK

8
December2017
880017‐4
TICKET STYLE BINARY RESULTS
20 32 20 20 4D 4D 20 57
0A 20 20 45 53 52 20 3A
54 20 49 44 20 20 3A 31
20 20 50 41 54 49 45 4E
5F 5F 5F 5F 5F 5F 5F 0A
5F 5F 5F 5F 5F 5F 5F 5F
5F 5F 5F 5F 5F 5F 5F 5F
4E 54 20 4E 41 4D 45 3A
0A 20 20 50 41 54 49 45
33 0A
30 30 30 20 53 30 33 35
50 4F 53 3A 41 20 45 30
35 31 20 20 20 20 20 20
32 2D 32 30 20 31 32 3A
2A 0A 32 30 30 39 2D 30
2A 2A 2A 2A 2A 2A 2A 2A
20 2A 2A 2A 2A 2A 2A 2A
52 20 52 45 53 55 4C 54
2A 2A 2A 2A 2A 20 45 53
0A 2A 2A 2A 2A 2A 2A 2A
00001010 00101010 00001010
00001010
01000100 00100000 01010100 01010101 01000010 01000101 00101001 00001010
01001110 00101000 01010001 01001101 00100000 01010000 01000001 01000101
01000101 01010011 01010100 01000101 01010010 01000111 01010010 01000101
00100000 00110010 00100000 00100000 01001101 01001101 00100000 01010111
00001010 00100000 00100000 01000101 01010011 01010010 00100000 00111010
01010100 00100000 01001001 01000100 00100000 00100000 00111010 00110001
00100000 00100000 01010000 01000001 01010100 01001001 01000101 01001110
01011111 01011111 01011111 01011111 01011111 01011111 01011111 00001010
01011111 01011111 01011111 01011111 01011111 01011111 01011111 01011111
01011111 01011111 01011111 01011111 01011111 01011111 01011111 01011111
01001110 01010100 00100000 01001110 01000001 01001101 01000101 00111010
00001010 00100000 00100000 01010000 01000001 01010100 01001001 01000101
00110011 00001010
00110000 00110000 00110000 00100000 01010011 00110000 00110011 00110101
01010000 01001111 01010011 00111010 01000001 00100000 01000101 00110000
00110101 00110001 00100000 00100000 00100000 00100000 00100000 00100000
00110010 00101101 00110010 00110000 00100000 00110001 00110010 00111010
00101010 00001010 00110010 00110000 00110000 00111001 00101101 00110000
00101010 00101010 00101010 00101010 00101010 00101010 00101010 00101010
00100000 00101010 00101010 00101010 00101010 00101010 00101010 00101010
01010010 00100000 01010010 01000101 01010011 01010101 01001100 01010100
00101010 00101010 00101010 00101010 00101010 00100000 01000101 01010011
00001010 00101010 00101010 00101010 00101010 00101010 00101010 00101010
TICKET STYLE OCT RESULTS
012 052 012
012
104 040 124 125 102 105 051 012
116 050 121 115 040 120 101 105
105 123 124 105 122 107 122 105
040 062 040 040 115 115 040 127
012 040 040 105 123 122 040 072
124 040 111 104 040 040 072 061

9
December2017
880017‐4
TICKET STYLE OCT RESULTS CONTINUED
040 040 120 101 124 111 105 116
137 137 137 137 137 137 137 012
137 137 137 137 137 137 137 137
137 137 137 137 137 137 137 137
116 124 040 116 101 115 105 072
012 040 040 120 101 124 111 105
063 012
060 060 060 040 123 060 063 065
120 117 123 072 101 040 105 060
065 061 040 040 040 040 040 040
062 055 062 060 040 061 062 072
052 012 062 060 060 071 055 060
052 052 052 052 052 052 052 052
040 052 052 052 052 052 052 052
122 040 122 105 123 125 114 124
052 052 052 052 052 040 105 123
012 052 052 052 052 052 052 052
TICKET STYLE DECIMAL RESULTS
010 042 010
010
068 032 084 085 066 069 041 010
078 040 081 077 032 080 065 069
069 083 084 069 082 071 082 069
032 050 032 032 077 077 032 087
010 032 032 069 083 082 032 058
084 032 073 068 032 032 058 049
032 032 080 065 084 073 069 078
095 095 095 095 095 095 095 010
095 095 095 095 095 095 095 095
095 095 095 095 095 095 095 095
078 084 032 078 065 077 069 058
010 032 032 080 065 084 073 069
051 010
048 048 048 032 083 048 051 053
080 079 083 058 065 032 069 048
053 049 032 032 032 032 032 032
050 045 050 048 032 049 050 058
042 010 050 048 048 057 045 048
042 042 042 042 042 042 042 042
032 042 042 042 042 042 042 042
082 032 082 069 083 085 076 084
042 042 042 042 042 032 069 083
010 042 042 042 042 042 042 042

10
December2017
880017‐4
5.2 TICKET STYLE ERROR TRANSMISSIONS:
Note: The ESR-Auto Plus will transmit Overfill/Label Interference, Low Fill and other error warnings prior
to the sample result transmission. This error warning will occur immediately after the sample is scanned.
The greater than 120 error will occur when all of the sample results are transmitted. An alarm warning
will print at the bottom of all sample results with errors, along with an explanation of which alarm
warning occurred. There is also an error warning printed in the error or status section of the sample
result, which gives the error warning in binary form. Refer to page 3-4 for decoding errors and binary
value assignments for error alarms.
TICKET STYLE TRANSMISSION FORMAT WITH ERRORS:
OVERFILL/LABEL INTERFERENCE IN POS A
************ ESR RESULT ****************
2009-02-19 13:46 POS:A E1024 S0353
PATIENT NAME:_______________________
PATIENT ID :1
ESR : 0 MM WESTERGREN(QM PAED TUBE)
ALARMS:
-LABEL INTERF./SAMPLE OVER FILLED
*
TICKET STYLE HEX RESULTS WITH ERRORS
4E 54 20 4E 41 4D 45 3A
0A 20 20 50 41 54 49 45
33 0A
30 32 34 20 53 30 33 35
50 4F 53 3A 41 20 45 31
32 36 20 20 20 20 20 20
32 2D 31 39 20 31 32 3A
2A 0A 32 30 30 39 2D 30
2A 2A 2A 2A 2A 2A 2A 2A
20 2A 2A 2A 2A 2A 2A 2A
52 20 52 45 53 55 4C 54
2A 2A 2A 2A 2A 20 45 53
0A 2A 2A 2A 2A 2A 2A 2A
50 4F 53 20 41 0A 0A
45 4E 43 45 20 49 4E 20
49 4E 54 45 52 46 45 52
4C 2F 4C 41 42 45 4C 20
0A 4F 56 45 52 46 49 4C
TICKET STYLE BINARY RESULTS WITH ERRORS
01001110 01010100 00100000 01001110 01000001 01001101 01000101 00111010
00001010 00100000 00100000 01010000 01000001 01010100 01001001 01000101
00110011 00001010
00110000 00110010 00110100 00100000 01010011 00110000 00110011 00110101
01010000 01001111 01010011 00111010 01000001 00100000 01000101 00110001
THIS LINE WILL PRINT PRIOR TO ESR
RESULT PRINTING NOTIFYING
OPERATOR OF A SAMPLE ERROR.
THIS LINE WILL PRINT IN THE ALARMS
SECTION NOTIFYING THE OPERATOR OF
A SAMPLE ERROR.
END OF LINE ASTERISK

11
December2017
880017‐4
TICKET STYLE BINARY RESULTS WITH ERRORS CONTINUED
00110010 00110110 00100000 00100000 00100000 00100000 00100000 00100000
00110010 00101101 00110001 00111001 00100000 00110001 00110010 00111010
00101010 00001010 00110010 00110000 00110000 00111001 00101101 00110000
00101010 00101010 00101010 00101010 00101010 00101010 00101010 00101010
00100000 00101010 00101010 00101010 00101010 00101010 00101010 00101010
01010010 00100000 01010010 01000101 01010011 01010101 01001100 01010100
00101010 00101010 00101010 00101010 00101010 00100000 01000101 01010011
00001010 00101010 00101010 00101010 00101010 00101010 00101010 00101010
01010000 01001111 01010011 00100000 01000001 00001010 00001010
01000101 01001110 01000011 01000101 00100000 01001001 01001110 00100000
01001001 01001110 01010100 01000101 01010010 01000110 01000101 01010010
01001100 00101111 01001100 01000001 01000010 01000101 01001100 00100000
00001010 01001111 01010110 01000101 01010010 01000110 01001001 01001100
TICKET STYLE OCT RESULTS WITH ERRORS
116 124 040 116 101 115 105 072
012 040 040 120 101 124 111 105
063 012
060 062 064 040 123 060 063 065
120 117 123 072 101 040 105 061
062 066 040 040 040 040 040 040
062 055 061 071 040 061 062 072
052 012 062 060 060 071 055 060
052 052 052 052 052 052 052 052
040 052 052 052 052 052 052 052
122 040 122 105 123 125 114 124
052 052 052 052 052 040 105 123
012 052 052 052 052 052 052 052
120 117 123 040 101 012 012
105 116 103 105 040 111 116 040
111 116 124 105 122 106 105 122
114 057 114 101 102 105 114 040
012 117 126 105 122 106 111 114
TICKET STYLE DECIMAL RESULTS WITH ERRORS
078 084 032 078 065 077 069 058
010 032 032 080 065 084 073 069
051 010
048 050 052 032 083 048 051 053
080 079 083 058 065 032 069 049
050 054 032 032 032 032 032 032
050 045 049 057 032 049 050 058
042 010 050 048 048 057 045 048
042 042 042 042 042 042 042 042
032 042 042 042 042 042 042 042
082 032 082 069 083 085 076 084
042 042 042 042 042 032 069 083
010 042 042 042 042 042 042 042
080 079 083 032 065 010 010
069 078 067 069 032 073 078 032
073 078 084 069 082 070 069 082
076 047 076 065 066 069 076 032
010 079 086 069 082 070 073 076

12
December2017
880017‐4
5.3 TICKET AND LOG STYLE ERROR TRANSMISSIONS
TICKET AND LOG STYLE LOW FILL ERROR TRANSMISSION
Note: Overfill/Label Interference errors, no sample errors or other errors will occur in the same format as
the Low Level error (see below) prior to the sample result transmission. Below is an example of the Low
Level error. All errors will transmit in the same format notifying the operator of the error as well as
which position the error is located.
Note: The following result will print immediately after the sample is scanned warning the operator of a
potential error with the sample analysis. The sample analysis may continue or the operator can restart or
cancel the sample analysis. The warning error transmission will appear on the ticket or log style
transmissions to show an alarm was triggered during analysis.
LOW FILL LEVEL IN POS A
TICKET AND LOG STYLE LOW LEVEL ERROR HEX RESULTS
0A 0A
49 4E 20 50 4F 53 20 41
4C 20 4C 45 56 45 4C 20
0A 4C 4F 57 20 46 49 4C
TICKET AND LOG STYLE LOW LEVEL ERROR BINARY RESULTS
00001010 00001010
01001001 01001110 00100000 01010000 01001111 01010011 00100000 01000001
01001100 00100000 01001100 01000101 01010110 01000101 01001100 00100000
00001010 01001100 01001111 01010111 00100000 01000110 01001001 01001100
TICKET AND LOG STYLE LOW LEVEL ERROR OCT RESULTS
012 012
111 116 040 120 117 123 040 101
114 040 114 105 126 105 114 040
012 114 117 127 040 106 111 114
TICKET AND LOG STYLE LOW LEVEL ERROR DECIMAL RESULTS
010 010
073 078 032 080 079 083 032 065
076 032 076 069 086 069 076 032
010 076 079 087 032 070 073 076
TICKET AND LOG STYLE OVERFILL/LABEL INTERFERENCE ERROR TRANSMISSION
Note: Overfill/Label Interference errors, no sample errors or other errors will occur in the same format as
the Overfill/Label Interference error (see below) prior to the sample result transmission. Below is an
example of the Overfill/Label Interference error. All errors will transmit in the same format notifying the
operator of the error as well as which position the error is located.
Note: The following result will print immediately after the sample is scanned warning the operator of a
potential error with the sample analysis. The sample analysis may continue or the operator can restart or
cancel the sample analysis. The warning error transmission will appear on the ticket or log style
transmissions to show an alarm was triggered during analysis.

13
December2017
880017‐4
OVERFILL/LABEL INTERFERENCE IN POS A
TICKET AND LOG STYLE OVERFILL/LABEL INTERFERENCE ERROR HEX RESULTS
50 4F 53 20 41 0A 0A
45 4E 43 45 20 49 4E 20
49 4E 54 45 52 46 45 52
4C 2F 4C 41 42 45 4C 20
0A 4F 56 45 52 46 49 4C
TICKET AND LOG STYLE OVERFILL/LABEL INTERFERENCE ERROR BINARY RESULTS
01010000 01001111 01010011 00100000 01000001 00001010 00001010
01000101 01001110 01000011 01000101 00100000 01001001 01001110 00100000
01001001 01001110 01010100 01000101 01010010 01000110 01000101 01010010
01001100 00101111 01001100 01000001 01000010 01000101 01001100 00100000
00001010 01001111 01010110 01000101 01010010 01000110 01001001 01001100
TICKET AND LOG STYLE OVERFILL/LABEL INTERFERENCE ERROR OCT RESULTS
120 117 123 040 101 012 012
105 116 103 105 040 111 116 040
111 116 124 105 122 106 105 122
114 057 114 101 102 105 114 040
012 117 126 105 122 106 111 114
TICKET AND LOG STYLE OVERFILL/LABEL INTERFERENCE ERROR DECIMAL RESULTS
080 079 083 032 065 010 010
069 078 067 069 032 073 078 032
073 078 084 069 082 070 069 082
076 047 076 065 066 069 076 032
010 079 086 069 082 070 073 076

14
December2017
880017‐4
5.4 LOG STYLE TRANSMISSION RESULTS
Note: An accurate date and time must be in ESR-Auto Plus in order for transmission of data to take
place. The ‘Auto Print’ selection in the User configuration must also turned on for transmission of data to
take place.
Note: The patient ID section of the ticket style transmission can have a maximum of 13 characters both
numerical and alphabetical. (i.e. “PATIENT ID:1234567890123”)
EXAMPLE OF ESR SAMPLE RESULT IN LOG STYLE:
ID ESR ERR ST PO DATE TIME
1 2 0 353 A 090219 12:02
LOG STYLE TRANSMISSION FORMAT:
ID ESR ERR ST PO DATE TIME
1 1 0 353 A 090219 12:06
2 1 0 353 B 090219 12:06
3 1 0 353 C 090219 12:06
4 0 0 353 D 090219 12:06
5 2 0 353 E 090219 12:06
LOG STYLE HEX RESULTS
3A 34 30 0A
39 30 32 31 39 20 31 32
20 33 35 33 20 45 20 30
20 20 20 30
20 20 20 20 20 20 32 20
35 20 20 20 20 20 20 20
39 20 31 32 3A 34 30 0A
20 44 20 30 39 30 32 31
20 20 20 30 20 33 35 33
20 20 20 20 20 20 30 20
34 20 20 20 20 20 20 20
39 20 31 32 3A 34 30 0A
20 43 20 30 39 30 32 31
20 20 20 30 20 33 35 33
20 20 20 20 20 20 31 20
33 20 20 20 20 20 20 20
39 20 31 32 3A 34 30 0A
20 42 20 30 39 30 32 31
20 20 20 30 20 33 35 33
20 20 20 20 20 20 31 20
32 20 20 20 20 20 20 20
39 20 31 32 3A 34 30 0A
PATIENT ID NUMBER
ESR RESULT
ERROR CODE
STATUS CODE
SAMPLE POSITION
TIME
DATE

15
December2017
880017‐4
LOG STYLE HEX RESULTS CONTINUED
20 41 20 30 39 30 32 31
20 20 20 30 20 33 35 33
20 20 20 20 20 20 31 20
31 20 20 20 20 20 20 20
54 45 20 54 49 4D 45 0A
54 20 50 4F 20 20 44 41
20 20 45 52 52 20 20 53
20 20 20 20 20 45 53 52
0A 20 20 20 20 20 49 44
LOG STYLE BINARY RESULTS
00111010 00110100 00110000 00001010
00111001 00110000 00110010 00110001 00111001 00100000 00110001 00110010
00100000 00110011 00110101 00110011 00100000 01000101 00100000 00110000
00100000 00100000 00100000 00110000
00100000 00100000 00100000 00100000 00100000 00100000 00110010 00100000
00110101 00100000 00100000 00100000 00100000 00100000 00100000 00100000
00111001 00100000 00110001 00110010 00111010 00110100 00110000 00001010
00100000 01000100 00100000 00110000 00111001 00110000 00110010 00110001
00100000 00100000 00100000 00110000 00100000 00110011 00110101 00110011
00100000 00100000 00100000 00100000 00100000 00100000 00110000 00100000
00110100 00100000 00100000 00100000 00100000 00100000 00100000 00100000
00111001 00100000 00110001 00110010 00111010 00110100 00110000 00001010
00100000 01000011 00100000 00110000 00111001 00110000 00110010 00110001
00100000 00100000 00100000 00110000 00100000 00110011 00110101 00110011
00100000 00100000 00100000 00100000 00100000 00100000 00110001 00100000
00110011 00100000 00100000 00100000 00100000 00100000 00100000 00100000
00111001 00100000 00110001 00110010 00111010 00110100 00110000 00001010
00100000 01000010 00100000 00110000 00111001 00110000 00110010 00110001
00100000 00100000 00100000 00110000 00100000 00110011 00110101 00110011
00100000 00100000 00100000 00100000 00100000 00100000 00110001 00100000
00110010 00100000 00100000 00100000 00100000 00100000 00100000 00100000
00111001 00100000 00110001 00110010 00111010 00110100 00110000 00001010
00100000 01000001 00100000 00110000 00111001 00110000 00110010 00110001
00100000 00100000 00100000 00110000 00100000 00110011 00110101 00110011
00100000 00100000 00100000 00100000 00100000 00100000 00110001 00100000
00110001 00100000 00100000 00100000 00100000 00100000 00100000 00100000
01010100 01000101 00100000 01010100 01001001 01001101 01000101 00001010
01010100 00100000 01010000 01001111 00100000 00100000 01000100 01000001
00100000 00100000 01000101 01010010 01010010 00100000 00100000 01010011
00100000 00100000 00100000 00100000 00100000 01000101 01010011 01010010
00001010 00100000 00100000 00100000 00100000 00100000 01001001 01000100
LOG STYLE OCT RESULTS
072 064 060 012
071 060 062 061 071 040 061 062
040 063 065 063 040 105 040 060
040 040 040 060
040 040 040 040 040 040 062 040
065 040 040 040 040 040 040 040
071 040 061 062 072 064 060 012
040 104 040 060 071 060 062 061
040 040 040 060 040 063 065 063
040 040 040 040 040 040 060 040
This manual suits for next models
2
Table of contents
Popular Analytical Instrument manuals by other brands

Casio
Casio DT-700 Service manual

Extech Instruments
Extech Instruments BR100 user guide

Keysight
Keysight PD1500A Installation and use guide

Teledyne
Teledyne 7500 Series operating instructions

General Pipe Cleaners
General Pipe Cleaners Gen-Eye Micro-Scope2 operating instructions

Mitcorp
Mitcorp X2000 manual