travis1
01-08-2008, 04:27 PM
im trying to use a bar puller can someone show me what the code would look like? or just tell me what the code for the jaws open and close are i think the rest should be pretty straight up i think
:withstupi
:withstupi
|
View Full Version : mori zl-15 code ? travis1 01-08-2008, 04:27 PM im trying to use a bar puller can someone show me what the code would look like? or just tell me what the code for the jaws open and close are i think the rest should be pretty straight up i think :withstupi KENNETH BROWN 01-17-2008, 03:58 AM I believe the m codes are m10 and m11 YV600 01-17-2008, 06:18 PM Here is a macro I made, you can use this as a sub program or sub your program at the end of this one. O6000 (BAR PULLER) (.500 OF MATERIAL MUST BE LEFT AFTER PART OFF) #1=3.5 (OD OF BAR) #2=.5 (BACK Z OF PARTOFF) #3=.5 (PULL OUT) #4=0101 (TOOL STATION) #5=300 (IPM) G0T#4 X[#1+2.0] Z[#2-.375] G98 G1X0.0F#5 M11 Z#3 M10 X[#1+2.000] G28U0 G28W0 G99 M30 % Hope this helps!!! |