Send Http Message to LIMS before method aborting

I am currently using the Venus to communicate with LIMS systems, and I have been utilizing the HslHttp library to implement data interaction between them.

My requirement is to send a message to inform LIMS that the experiment has been terminated (or similar notifications) before the abort is triggered due to unexpected machine conditions (such as collision). Could you provide some suggestions to achieve this?

My current understanding is that once the method is aborted, I will no longer be able to execute the script to send HTTP messages to LIMS.

Not sure if there’s a way to do it in Venus but you could use an external monitoring script to track the run status through the Venus API and then talk to LIMS that way

Hi @Charlie ,

Have you tried using the “OnAbort” tab to send a message to LIMS? This should execute before the method finishes as long as the method isn’t closed out unexpectedly.