What's new
What's new

Okuma P300 Q count tracking

Joined
Sep 9, 2022
So we have several machines that use the P300 controllers. My question is, since okuma uses a Q command to specify repetitions, can Q command repetitions be tracked for progress?
For example: the parts I'm making have a broached groove using an incremental sub (Q30).
 

SMT

Hot Rolled
Joined
Dec 9, 2010
Location
PA
So we have several machines that use the P300 controllers. My question is, since okuma uses a Q command to specify repetitions, can Q command repetitions be tracked for progress?
For example: the parts I'm making have a broached groove using an incremental sub (Q30).
If you just want to be able to track how many reps you've done so far just put a V1=V1+1 at the start of your sub. At the start of your main program add a V1=0 and then all you have to do is check the value of V1 on the user variable page.
 








 
Top