APPENDIX - 12
Appendix
WD Quick Tester Database
The database is a flat file structure used to store test data from each
drive tested, up to 100 test records. It provides the user a simple way
to store information and upload the data to a computing device for
processing. The tester does not allow for viewing of data once stored.
The Serial Data Port
As defined in the Utilities section on page 9, the Tester outputs its test
database to the RS232 serial port. The data is in the form of
comma-delimited records separated by a carriage return, line feed
sequence. The data is sent out ‘blind’ (no handshaking).
The RS232 Data Port
!
9-pin D female connector, Minimum Cable Requirement for
Database Uploads only:
Pin 2 – Pin 2
Pin 3 – Pin 3
Pin 5 – Pin 5
!
9-pin D female Connector Requirements for Program
Downloading. Full 9-conductor, straight through, DB9-F to
DB9-F.
Data Format
Record Length: 43 Bytes
Field Delimiter: ASCII Comma; ‘, ‘ 2C hex
Record End: Carriage Return, Linefeed; 0D hex, 0A hex
DD,MM,YYYY,HH,MM,SS,NNNNNNNNNNNNNNN,SSSSSSSSSSSSSSS,X,
Y,EEE,CRLF
DD, MM, YYYY
Day, Month, Year
4 Bytes ASCII
HH, MM, SS
Hour, Min, Sec
3 Bytes ASCII
N
Model Name
15 Bytes ASCII
S
Serial Number
15 Bytes ASCII
X
Main Test Code
2 Bytes
Y
Sub Test Code
2 Byte ASCII
EEE
Error Code
2 Byte ASCII
CRLF
ASCII Carriage Return Line Feed Sequence
3