Tip Handling for Widely Varying Volumes

fixed image links by url redirect

4 Likes

Thank you @Gareth and @EricSindelar_Hamilton!

1 Like

Made this for normalization quite recently

Works fine for me, I use three tiptypes. 50, 300 and 1000 and in my SMT I pass the liquidclasses for these tips. So based upon volume it decides with liquidclass to use and which channel to add. I use three arrays that I join later on with the HSLExtentions library (String) and I do three separate tip pickups. So I don’t have to sort at all. I just get three channelpatterns that are either β€œ00000000” or any variance of this. The only thing I do in my main layer is not to pickup tips of the CP = β€œ00000000”

Works everytime, no need to sort, no external files. Everybody - including our QA department - very happy with that.

1 Like