What's new
What's new

Need a sample 640t SQT100mst bar program, EIA, sub spindle sync?

landm1

Cast Iron
Joined
Mar 19, 2008
Location
Paso Robles, CA
Hello,

Just doing a simple bar program with a SQT100MSY, 640t.

Turn the end
sub spindle clamp & sync.
reposition
repeat
We know how to part off and end work, we use a 9001 sub-program for that.

Thank you!

Mike
 
T0121.02G0G40(TRANSFER)
M306(SUB CHUCK OPEN)
G99G18
G28U0.
G0Z0.
G0B-16.
G97M3S50
M358(AIR BLOW)
M5
M200
G0C180.(POSITION MAIN TO 180 DEG)
M300(CONTROL SUB)
M360(ACTIVATE SUB CLAMP)
M319S0.(POSITION SUB TO 0 DEG)
M502(SYNC SPINDLES)
G1G98B-17.70F50.(FEED SUB TO CLAMP POSTION)
M307(SUB CHUCK CLOSED)
G4P0500
M6(OPEN MAIN CHUCK)
G28B0.
G0Z6.
M505(RELEASE SYNC)
M359(SUB UNCLAMP)
M318(REPOSITION SUB SO IT UNCLAMPS)
M302(TURN OFF SUB CONTROL)
M202(MAIN SPINDLE CONTROL)
M1

Hope this is what you are looking for.
 
Chad 883

Thank you very much, I am a little further on now, but what I am looking for the most is not in your program.
Below is where we are at, spindles synced, pullout is complete, the issue now is that when I go in to machine another section of the bar it is not moving the Z zero with the bar pull, any comments?

Your program is close but just looking at the spindle sync, that is M511 but whatever strategy I am missing is probably something pretty basic. We will need to move the part out 3 or 4 times, it is plastic and we are putting groves on the OD and at the end we will end work it in the sub.



O00000001
G424L0Z0.1866
G424L1
G424L2A0B0C0D0E0F0
G424L3H0I0.K0.M0.N0P0Q0
G424L4H0I0.K0.M0.N0P0Q0
G424L5
G424L6
G424L7
G424L8
G424L9
G424L10

(Y80428 MSY-1)
(80428 B CUSTOMER 130 OP#1)
(USE .75 maerial)
(2.6 out of chuck)
(chuck pressure is 100 PSI)



(####Z SET UP POSITION and put it here ####)
#101=.1
#102=2.0 (first pull distance)
#103=.1
#500=13.580(transfer position)
#555=0.099(Z CORRECTION FOR SUBSPINDLE)
G99
G18
G53
G50S1200
G0G28Y0.
G0G28U
G0G28W
((.016 RAD FINISH O.O.)
T0202G97S800M3M8
M202(TURNING MODE)
G0G28Y0.
G0G28U
G0G28W
G0G28B0.
M01)

(TRANSFER PULL)

M5
M202(TURNING MODE HEAD 1)
G112 M202(TURNING MODE Head 2)
M358(AIR BLAST)
M540(TRANSFER CHUCK MODE)
M306(SPINDLE 2 CHUCK OPEN)
G98G4X1.

G0B-[#500]
G112 M508
G98G31 B-[#103+#500]F3.
G111
M307(SPINDLE 2 CHUCK CLOSE)
G98 G4X1.
M6(CHUCK 1 OPEN)
G98G4X1.
G1B-[#500-#102]F100. (first pull distance)
M7
G98G4X1.
M541(TRANSFER MODE OFF)
M511(SPINDLE SYNC MODE)
G97S500M3
G98G4X1.

G50S1200
G0G28Y0.
G0G28U
G0G28W


(.016 RAD FINISH, SAME AS ABOVE)
T0202
G53
G50Z+[#102] (FIRST TRANSFER DIATANCE)
G112M202
M202M300
G18
G50S1800
G112G97S900M3M8
G0Z-2.
Y-.1
Y0
X.51
G1Z-3.F.007
X.75
G0G28U
G0G28Y
G0G28W
M5
M512
M30
 
Only thing I can see, and I'm not sure it matters, is the G50Z line. I use G50 W-[#102]. Just be careful that it is shifting the offset in the right direction.
 
Chad883,

G50w, I have seen that and I will change it, thank you. My next problem is getting the spindles to stop tougher, they are synced but when they stop they seem to be do some kind of independent correction/c axis homing, I need to fix that, any hints?
 








 
Back
Top