What's new
What's new

LU35II with OSP P300 Control- Start Up Help

j-weiler

Plastic
Joined
Apr 30, 2021
I am starting up an LU35II with an OSP P300 control and am just wanting to write a start-up program to move the spindle and turrets around without setting tool coordinates or tools. I have no manuals and I can move the turrets in jog mode, but, not through a program. I am experienced in Fanuc controls, but, this is the first encounter with the OSP and any help would be appreciated.
 
I am starting up an LU35II with an OSP P300 control and am just wanting to write a start-up program to move the spindle and turrets around without setting tool coordinates or tools. I have no manuals and I can move the turrets in jog mode, but, not through a program. I am experienced in Fanuc controls, but, this is the first encounter with the OSP and any help would be appreciated.

This is pretty rough off the top of my head but -

G50 S500
G0 X25 Z25
V1=1
N1000
S500 M3 (clamp on something obviously)
G0 G91 Z-10.
X-10.
X10.
Z10.
V1=V1+1
IF [V1 LE 50] N1000
M2

If you want to run 100 times then change V1 LE 50 to 100. The X and Z 10 can be changed to whatever distance works in your machine. Just make sure you're not going to hit anything.
 








 
Back
Top