Liquid dection in LC microscript

Hello !

Does anyone know how to detect liquid volume in a liquid class micro script with fluent control ?

I would like to add a mixing step in the dispense microscript and set mixing volume at 80% of the volume present in the well. The volume of liquid is different in each well so I have to measure it in each well before mixing.
I tried with the capacitive liquid detection command but I don’t know how to retrieve the detected volume.

Thanks a lot

1 Like

you can read back the volume from the FCA channel (DetectedVolume(“FCA 1”,tip number))

or from the “.Volume” attribute from the labware

1 Like

There is a very similar example liquid class export/import file on the FluentControl Master CD, check at the Installer Media for a sub-folder with Import Library and Example Liquid Classes there is one called ‘Contact Wet Dispense with Variable Volume Mix’

1 Like

Thank you both. I found the example LC and I think I will be able to manage with that.

I’m pretty sure that I’ve posted a super simple example as well not too long ago.