12.01.2014 Views

Software Manual Freedom EVOware Standard 2.3 Freedom ...

Software Manual Freedom EVOware Standard 2.3 Freedom ...

Software Manual Freedom EVOware Standard 2.3 Freedom ...

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

A - Appendix A<br />

Advanced Worklist Commands<br />

The following example pipettes, initializes the carousel, gets a plate, executes an<br />

external application and pipettes again:<br />

A;S1;;Microplate, landscape;1;;10<br />

D;D1;;Microplate, landscape;1;;10<br />

W;<br />

B;FACTS("Carousel","Carousel_InitCarousel","","0","");<br />

B;FACTS("Carousel","Carousel_PresentPlate","2,5","1","96_Well_Plate");<br />

B;Execute("c:\notepad.exe",2,"");<br />

A;S1;;Microplate, landscape;2;;10<br />

D;D1;;Microplate, landscape;2;;10<br />

W;<br />

A.15.3 Well Selection<br />

Many of the advanced worklist commands have a parameter called wellSelection.<br />

wellSelection is a string which specifies the wells (tips) which should be used for<br />

the command.<br />

Characters 1 and 2 of the string specify the number of wells in the x-direction in<br />

hexadecimal. Characters 3 and 4 of the the string specify the number of wells in<br />

the y-direction in hexadecimal. For example, 12 x 8 (96 wells) = 0C08.<br />

All following characters are used for the well selection, whereby each character<br />

specifies the well selection for a group of 7 adjacent wells using a specially<br />

adapted bitmap system. Only 7 bits are used per byte instead of 8 to avoid screen<br />

and printer font compatibility problems. Using the 7-bit system, 14 characters are<br />

needed to represent the well selection for 96 wells (plus characters 1 to 4, total of<br />

18 characters) and 55 characters are needed to represent the well selection for<br />

384 wells (total of 59 characters).<br />

In addition, since most ASCII characters below ASCII 32 are non-printable (nonhuman-readable),<br />

decimal 48 (ASCII value for “0”) is added to the value of the<br />

bitmap to make it easier to read, send by eMail etc. The following shows some<br />

examples for character 5 of the well selection string for a 96-well microplate in<br />

landcape orientation.<br />

Character 5 is responsible for the first group of 7 wells, A1 to G1 (wells are<br />

counted from rear to front and then from left to right):<br />

A1 = bin. 0000001 = dec. 1. Add 48, result = 49 (ASCII value for “1”)<br />

B1 = bin. 0000010 = dec. 2. Add 48, result = 50 (ASCII value for “2”)<br />

C1 = bin. 0000100 = dec. 4. Add 48, result = 52 (ASCII value for “4”)<br />

D1 = bin. 0001000 = dec. 8. Add 48, result = 56 (ASCII value for “8”)<br />

E1 = bin. 0010000 = dec. 16. Add 48, result = 64 (ASCII value for “@”)<br />

F1 = bin. 0100000 = dec. 32. Add 48, result = 80 (ASCII value for “P”)<br />

G1 = bin. 1000000 = dec. 64. Add 48, result = 112 (ASCII value for “p”)<br />

A1 + E1 = bin. 0010001 = dec. 17. Add 48, result = 65 (ASCII value for “A”)<br />

etc.<br />

No wells selected = bin. 0000000 = dec. 0. Add 48, result = 48 (ASCII for “0”)<br />

Note: H1 (and A2 to F2) are coded in character 6 of the well selection string, not<br />

character 5.<br />

The above examples result in following well selection strings:<br />

A1 = “0C0810000000000000<br />

B1 = “0C0820000000000000”<br />

A - 120 <strong>Freedom</strong> <strong>EVOware</strong> <strong>Software</strong> <strong>Manual</strong>, 393172, en, V<strong>2.3</strong>

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!