tas99
10-18-2007, 09:20 PM
I've been trying to get my 2nd Z enabeled and I'm down to the software now. I set the offsets and enabeled a second head in the my_variables.sbc file.
I'm using a V Carve 2nd Z post processor and I get the error message, "Not enough axes designated for the command. Use [VD] to enable additional axes".
When I set the number of axes from 3 to 4 with that command the program seems to want to put my primary Z into orbit (a quick jog to it's upper limit).I used the [VI] command to enable the second Z. Is that necessary (I know it is for keyboard control) since the program moves the 2nd Z through the [J4] and [M4]insructions.
The program is very simple and I've included it below.
'SHOPBOT TOOLPATH FILE
'Toolpath from VCarve Pro
'UNITS = INCHES
'----------------------------------------------------------------
SA 'Set to Absolute Coordinate mode
VD,,,0 'Set ShopBot to Inch mode
'----------------------------------------------------------------
MS,6.0,,1.0
JZ,1.000000
JA,1.000000
J2,0.000000,0.000000
J4,2.000000-&my_XinHead2offset,2.000000-&my_YinHead2offset,,0.236200
M4,2.000000-&my_XinHead2offset,2.000000-&my_YinHead2offset,,-0.150000
J4,2.000000-&my_XinHead2offset,2.000000-&my_YinHead2offset,,0.236200
JZ,1.000000
JA,1.000000
J2,0.000000,0.000000
I'm using a V Carve 2nd Z post processor and I get the error message, "Not enough axes designated for the command. Use [VD] to enable additional axes".
When I set the number of axes from 3 to 4 with that command the program seems to want to put my primary Z into orbit (a quick jog to it's upper limit).I used the [VI] command to enable the second Z. Is that necessary (I know it is for keyboard control) since the program moves the 2nd Z through the [J4] and [M4]insructions.
The program is very simple and I've included it below.
'SHOPBOT TOOLPATH FILE
'Toolpath from VCarve Pro
'UNITS = INCHES
'----------------------------------------------------------------
SA 'Set to Absolute Coordinate mode
VD,,,0 'Set ShopBot to Inch mode
'----------------------------------------------------------------
MS,6.0,,1.0
JZ,1.000000
JA,1.000000
J2,0.000000,0.000000
J4,2.000000-&my_XinHead2offset,2.000000-&my_YinHead2offset,,0.236200
M4,2.000000-&my_XinHead2offset,2.000000-&my_YinHead2offset,,-0.150000
J4,2.000000-&my_XinHead2offset,2.000000-&my_YinHead2offset,,0.236200
JZ,1.000000
JA,1.000000
J2,0.000000,0.000000