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.