Advanced Tip Management Library

Hi @2453465421 ,

After you setup the tip counter, you no longer have to reference the deck sequence for the tips. You instead need to use either Channel_GetTipPickUpSequenceWithControlSequence or Channel_GetTipPickUpSequenceWithChannelPattern.

These functions will output a temporary sequence that you will use for the tip pickup, and the Edit_UpdateTipSequence to inform ATML the change in the tip sequence.

In your example, you will want to use the control sequence and then use the output sequence and channel pattern for the tip pickup step. The controlling sequence (typically is the aspirate) is what dictates the number of channels that needs to be picked up. See below a simple example of this workflow:

1 Like