question: iz it possible to make one time event, when machine start first time some program and the stays ON?
F.e.: my code for "on start"

M62 P1 Q1
G04 P10
(print,OnStart script @ Line: #<line,0>)

but, I don' like it because it delays 10 sec everytime I start new program. Is there some solution that will skip delay if P1 is ON?