When running the simulator in Bobcad there aren't any errors, but when trying to run the program on the lathe I get a red light and a message stating that there is an invalid I,J,or K in the G03 line. I am still trying to get a hang of the arc moves, so I cant figure out what the problem is. Here is some of the code. Cutter radius is .078

(Machine Setup - 1 Turn Rough )
(TOOL #3 Tool 3 Groove )
N26 G54 G97 S27 T0303 M03
N27 G50 S1000
N28 G96 S250
N29 G00 X1.375 Z4.375 M08
N30 X1.3455
N31 G01 X1.325 Z4.3389 F.006
N32 Z.75

etc...


N46 G01 X1.225 Z4.163
N47 Z3.7293
N48 X1.2642 Z3.6628
N49 G03 X1.275 Z3.6364 K-.2323 I-.0615
N50 G00 Z4.163

Line 49 is where it gets stuck. Any help would be greatly appreciated