We recently started using a Hamilton Starlet in our lab.
I have managed to create fairly simple methods and volume arrays, etc. from an Excel file. However, I am currently only using 300ul tips, but I would also like to be able to use 50ul tips when the volumes are lower.
Do you have any idea how to code this so that if the requested volume is 30ul, it will automatically take a 50ul tip, and above that, a 300ul tip?
There are some threads and examples on the forum. There are multiple approaches one can take using VENUS. In my opinion, the most straightforward would be to separate transfer volumes into an array for 50uL tip transfers and an array of 300uL tip transfers. The examples posted in the thread below demonstrate one way of accomplishing this:
For something more advanced, you can refer to this thread. This thread provides some examples of how you can pick up different tip types and transfer the volumes together:
Hello, I have a new question. When I sort my volumes by range during dispensing, the volumes are not dispensed according to their original index, which means, for example, A01 → A06 instead of A01. I imagine that I need to use an array with the initial index to control the dispensing?
Thank you in advance for your answers.