B-12
Computer
Control
Example of Application Subroutine
E
XAMPLE
Goal:
Read a microplate at 405 nm, blank on well A1, print the heading
and optical densities for all wells, and send the optical densities for all
wells to the computer.
•
Set up a 170-character array (see Table B-4). Each character
should be 1 byte.
•
This array represents a file setup similar to a typical file for an
EL312e. The multiple byte strings, such as Array [33 - 34] and
Array [35 - 36] are listed as low byte first and high byte second.
This is how the reader expects the strings to come across.
Array [1]
= Loop through each byte of the
following array starting at 2. Put that
number in Array 1. This is a
checksum for this file structure.
Comments and Order
Array [2-7]
“ “
NOT USED
Array [8-29]
“ “
NOT USED
Array [30]
= 0
Array [31]
= 0
Array [32]
= 0
Array [33-34]
= 0,0
Low byte, high byte
Array [35-36]
= 0,0
Low byte, high byte
Array [37]
= 0
Array [38-45]
= 0s
Array [46-49]
= 0s
Array [50-52]
= “405”
[50] = “4” [51] = “0” [52] = “5”
Filter #1, 405 nm
Содержание PowerWave
Страница 1: ...PowerWaveTM Microplate Scanning Spectrophotometer Operator s Manual ...
Страница 2: ... ...
Страница 4: ......
Страница 6: ...ii ...
Страница 18: ...xiv ...
Страница 24: ...xx ...
Страница 91: ...PowerWave Operator s Manual 3 39 Figure 3 49A Panel Report ...
Страница 168: ...C 8 Error Codes ...
Страница 170: ...D 2 Report Format Figure 1 Samples with Calls on Matrix Report ...
Страница 171: ...Appendix D D 3 Figure 2 Curve Fit Report ...
Страница 172: ...D 4 Report Format Figure 3 Samples with Calls on Column Report ...
Страница 173: ...Appendix D D 5 Figure 4 Column Report without Samples ...
Страница 174: ...D 6 Report Format Figure 5 Panel Report ...
Страница 175: ...Appendix D D 7 Figure 6 Assay Detail Report ...
Страница 176: ...D 8 Report Format Figure 7 Assay List ...