If the time delay method is fine for the application then go for it as it surely requires less work.
However i'm only trying to find an alternative solution, purely for the sake of it.
So to keep on building on top of HawkME remarks :
QuoteTricking it is not necessary. Just disable the brake timer and it will never go idle. That wouldn't help with an actual servo off event.
I was starting with the assumption that the brakes were disabled.
A servo off event happens when there is an estop, fence stop, collision, or program end, etc
Of course this will not prevent the servo from powering off in the event of an estop, errors and such, that is much certain since these mechanism exist precisely for that purpose. However my understanding of the application is only to prevent them from being off between motions.
Thus that is where having something to keep the robot busy comes in, no need to stop the program then. Just go back and forth between following the streamed path and the "do not let the robot stop" routine.