Is there a function or something to wait till “something” is complete before resuming movement.
I am building a press machine of sorts and it will move to an x,y position then I will use the spindle on/off to trigger a pneumatic cylinder. I can just use a delay of “X” number of seconds but didn’t know if there was a more “efficient” way to have the next motion movement wait till this cylinder has completed its stroke..
Maybe like a “feedhold” button/function or something where my cylinder can hold that button down till its complete then release the button.
A G4 delay will work but that could slow the operation down some because I must ensure I have sufficient time on the delay for any variations in the cylinder stroke cycle time..