Greetings,

Occasionally the code generated using Autonest ll (it came with the machine) results in the machine skipping every other part. For example, if I start from the program beginning the machine will cut part 1, part 3, part 5 and etc. I can then go back and enter a GOTO command and tell the machine to start on part 2 from there it will cut part 2, part 4, part 6 etc. I'm sure this is simple but I am pretty lame at G code. Can someone tell me why this is happening? I will list the code below. Also if I am doing anything else wrong please let me know.

%
O00006001(SHEET 1)
(Sht-X:406.400)
(Sht-Y:1219.200)
#3002=0
G90G92X0Y0
N001G52X14.95Y14.950
G68XYR180.0
M98P00000001
N002G52X14.95Y29.900
G68XYR180.0
M98P00000001
N003G52X14.95Y44.850
G68XYR180.0
M98P00000001
N004G52X29.9Y44.850
G68XYR180.0
M98P00000001
N005G52X29.9Y29.900
G68XYR180.0
M98P00000001
N006G52X29.9Y14.950
G68XYR180.0
M98P00000001
N007G52X44.85Y14.950
G68XYR180.0
M98P00000001
N008G52X44.85Y29.900
G68XYR180.0
M98P00000001
N009G52X44.85Y44.850
G68XYR180.0
M98P00000001
N010G52X59.8Y44.850
G68XYR180.0
M98P00000001
N011G52X59.8Y29.900
G68XYR180.0
M98P00000001
N012G52X59.8Y14.950
G68XYR180.0
M98P00000001
N013G52X74.75Y14.950
G68XYR180.0
M98P00000001
N014G52X74.75Y29.900
G68XYR180.0
M98P00000001
N015G52X74.75Y44.850
G68XYR180.0
M98P00000001
N016G52X89.7Y44.850
G68XYR180.0
M98P00000001
N017G52X89.7Y29.900
G68XYR180.0
M98P00000001
N018G52X89.7Y14.950
G68XYR180.0
M98P00000001
G40G1
G28X0Y0
G69
M2
(END OF MAIN NEST)

O00000001(NEST PART: 1)

(ROLL HEAD.DXF)


(AUTOPROGRAMMED)

(X-MAX-0014.500)
(Y-MAX-0014.500)

(CONDITION-VARIABLES)
#102=102
#103=103
#104=104
#105=105
#106=106
#107=107
#108=108
#109=109
#110=110

(SET-CUTTER-COMP)
#2001=(D01)
#2002=(D02)
#2003=(D03)
#2004=(D04)
#2005=(D05)

(THICK-PLATE-VARIABLES)
#502=
#503=
#504=
#505=
#506=
#507=
#508=

(MATERIAL-SELECT)
(MATERIAL REMOVED)

M66
G90

N1(BND: 1)
N2G0G41M101X7.2472Y0.8179
N3#501=#108
N4M98P9012
N5G1X7.2411Y0.9678
N6G3X7.2411Y0.9678I0.0089J-0.2188
N7M121

N8(BND: 2)
N9G0G41M101X7.2066Y4.924
N10#501=#108
N11M98P9012
N12G1X7.074Y5.0738
N13G3X7.074Y5.0738I0.176J-0.1988
N14M121

N15(BND: 3)
N16G0G41M101X4.9405Y7.2522
N17#501=#108
N18M98P9012
N19G1X5.1404Y7.2588
N20G3X5.1404Y7.2588I-0.2654J-0.0088
N21M121

N22(BND: 4)
N23G0G41M101X8.5462Y7.3613
N24#501=#108
N25M98P9012
N26G1X8.7455Y7.3784
N27G3X8.7455Y7.3784I-1.500J-0.1284
N28M121

N29(BND: 5)
N30G0G41M101X9.5787Y7.2963
N31#501=#108
N32M98P9012
N33G1X9.4373Y7.4377
N34G3X9.4373Y7.4377I0.1877J-0.1877
N35M121

N36(BND: 6)
N37G0G41M101X7.1923Y9.656
N38#501=#108
N39M98P9012
N40G1X7.0161Y9.7506
N41G3X7.0161Y9.7506I0.2339J-0.1256
N42M121

N43(BND: 7)
N44G0G41M101X1.9821Y12.5179
N45#501=#108
N46M98P9012
N47G1X2.1235Y12.3765
N48G2X7.25Y14.5I5.1265J-5.1265
N49G2X14.5Y7.25I0.0J-7.25
N50G2X7.25Y0.0I-7.25J0.0
N51G2X0.0Y7.25I0.0J7.25
N52G2X2.1235Y12.3765I7.25J0.0
N53M121
N54G0G41X2.1235Y12.3765M101
N55M199
G28Z0
M99

%

Thanks, Eric