Hello I am trying to run a renishaw ball bar program on a okuma with a osp700l control and im having a hard time getting the program to run. I am use to the Fanuc and Cincinnati controls and I can not get the program to run on this machine any help is appreciated Thanks in advanced.


(BALLBAR PROGRAM 300MM XZ PLANE)
G18 G21 G90 G80 G40 G94
(MAKE SURE BALLBAR IS NOT ON MACHINE)
G1 X-301.5 Z0 Y0 F2800
(COUNTER-CLOCKWISE)
M0
G1 X-300 F1800
G3 X-300 Z0 I300 K0
G3 X-300 Z0 I300 K0
G1 X-301.5
(RESET COMPUTER FOR CLOCKWISE)
M0
(CLOCKWISE)
G1 X-300
G2 X-300 Z0 I300 K0
G2 X-300 Z0 I300 K0
G1 X-301.5
(END OF TEST)
M0