I am trying to make a method that dispense 5 equal aliquots of the same aspiration to 5 different positions of a 50mL conical tube. Center, UpRt, UpLt, BotRt, BotLt. What would be the best way to handle this?
1 Like
I think the only way to get this amount of functionality is to use the VirtualLabware_V2 library. You would have to Aspirate your total volume, then create a loop that loops over a dispense. After the dispense, still in the loop you would have the VirtualLabware_V2 moveseq prompt and you could feed in the values for X, Y, Z using an array.
If you want to get really fancy you could pair the dispenses with the same x,y coordinates together and then use STAR_PipettingTools to play around with the Dispense to fixed height prompt.
1 Like
