Sending a notification to user during error recovery on Vantage

@kalomorich

The best way to accomplish this specific behavior would be to parse the step data after aspiration (and dispense) to monitor for any automatically handled errors, and send an email using the HSLUtilLib library.

This post provides a detailed example of handling step data for error monitoring (within that post is also a link to an additional example):

For programmatic sending of emails, check this post:

Also present in the step data will be labware, position, and barcode data (if present). You can program the body of the email to contain whatever you wish.

Thanks.

-Nick