User Tools

Site Tools


384_well_positioning

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.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
384_well_positioning [2020/09/25 20:55]
richard [Create an object]
384_well_positioning [2021/08/16 22:22] (current)
Line 17: Line 17:
 ---- ----
  
 +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}}
  
  
384_well_positioning.1601067324.txt.gz ยท Last modified: 2021/08/16 22:21 (external edit)