Pipetting individual volumes for normalization

Banging my head on the wall again. I have managed to read normalization volumes from file, have them in an array, but how to get Venus to pipette individual volumes with each channel? Now I have the aspirate step using an ArrayIndex-variable to iterate over the volumes in the array, but currently it moves over the list in “eights”, aspirating the same volume for each column.

Thanks!

Under the volume component, did you select “use multiple array values”?

See below:

image

Then you’ll need a step to increment the index counter in your loop(sounds like you have this):
image

Hope that helps.

6 Likes

Thanks so much :raised_hands: that solved it! Ah, the endorphin rush of a programming problem solved :sweat_smile:

1 Like