Warning: Trying to access array offset on value of type bool in
/var/www/html/dokuwiki/inc/html.php on line
1164
Warning: Trying to access array offset on value of type bool in
/var/www/html/dokuwiki/inc/html.php on line
1168
Warning: Trying to access array offset on value of type bool in
/var/www/html/dokuwiki/inc/html.php on line
1171
Warning: Trying to access array offset on value of type bool in
/var/www/html/dokuwiki/inc/html.php on line
1172
Differences
This shows you the differences between two versions of the page.
Both sides previous revision
Previous revision
Next revision
|
Previous revision
|
384_well_positioning [2020/09/25 20:50] richard [Create an object] |
384_well_positioning [2021/08/16 22:22] (current) |
| |
<figure label> | <figure label> |
{{ :384plate_positioning_steps.png?800 |Setting up 384 well plate as an object}} | {{ :384plate_positioning_steps.png?600 |Setting up 384 well plate as an object}} |
<caption>**Setting up a 384 well plate as an object**</caption> | <caption>**Setting up a 384 well plate as an object**</caption> |
</figure> | </figure> |
---- | ---- |
| |
| A small python script is used to traverse all the wells. |
| |
| <code> |
| import re |
| |
| def runner(ym): |
| print("G1Z40F3000") |
| print("G1X"+str(84+(1.1/12 * ym))+"Y"+str(174.7+(ym*4.5))+"F3000") |
| print("G1Z43F3000") |
| print("G1Z46F500") |
| |
| for i in range(0,24): |
| print("//"+str(i+1)) |
| runner(i) |
| </code> |
| |
| |
| ---- |
| {{youtube>AWKyMx1sioo?&rel=0 | 384 plate positioning}} |
| |
| |