Showing timer during ODTC incubation

HI there, I would like to have a timer pop up showing the amount of time left during an ODTC incubation. I am tracing that information out in the trc file, I cannot figure out how to get a timer window to appear during that incubation. Has anyone done this and can help out.

Thanks

1 Like

I would start a timer at the same time. You can then use the ForkAndJoin library to show the non-stoppable timer display.

How about using StepTracker to display the countdown timer? It’ll automatically be a parallel process to the ODTC method and you can pad the duration time for door open/close (10 seconds each) and use prior runs to determine the duration time of the ODTC method.

@EricSindelar_Hamilton is there an updated version of StepTracker (or similar)?

2 Likes

Yes, it’s been posted to the Libraries folder - see this link!

2 Likes

Thank you!