What's new
What's new

Hyundai lathe M162 Spindle phase problem.

jayr100511

Plastic
Joined
Mar 3, 2017
Hello
I been trying to figure out what I am doing wrong. I am trying to to do some milling work on a Hyundai lathe SE2200LSYA . It has live tooling and Y axis.
I want to come in with the sub spindle and an grip the part for support then do some milling while machine is being supported. I saw it done on a promotional video for our machine. Master cam generated this code but my machine keeps alarming out with a ALARM #2232 it reads spindle rotation direction no good . check direction. We have a Fanuc controller 0i plus.

here is the sample of my program. Please advise if you have any Ideas. Thank You

SyntaxEditor Code Snippet20
G20
G28 U0. V0.
G28 W0.
G18 G54
G00 T0808
G97 S112 M03
G00 Z0.
X6.818 M08
G50 S500
M00
G97 S50 M3
M150(SUB INTERLOCK BYPASS)
S50 M113 (SUB SPINDLE ON)
M160 (SPINDLE SYNC ON)
S0
M162(SPINDLE PHASE SYNCH)
M169 (OPEN CHUCK SECOND SPINDLE)
G04 U.5
(PICKOFF SPINDLE - MOVE TO CLEARANCE DISTANCE)
G00 B.5 (MOVE SECOND SPINDLE TO DEFINED POINT)
(PICKOFF SPINDLE - MOVE TO GRIP POSITION)
G98 G01 B-.07 F10. (MOVE SECOND SPINDLE TO DEFINED POINT)
(PICKOFF SPINDLE - CLAMP)
M150
M168 (CLOSE CHUCK SECOND SPINDLE)
G04 U.5
M43(C AXIS CONECTION ON)this is where it alarms out
G00 C90.
(TOOL - 8 DIA. OFF. - 8)
( 1/16 FLAT ENDMILL )
(MILL FLAT)
G19 G54
G00 T0808
G97 S4000 M13
Z-.3535
X.3 Y.1739 M08
G19 X.2
G98 G01 X.1496 F10.
G41 Y.0864
Y-.0864
G40 Y-.1739
 
I have the same machine and was told by my reseller applications group it was not possible to do this (C-axis rotation with both spindles phase sync-ed). If you find a solution, I would be interested to know.
 
kill the sync after clamping the main chuck. Then engage C. You might have to do certain things like homing C with the sub chuck open as the velocity the tag along sub chuck would be forced to go will cause an excess speed alarm.
If you are syncing by phase for a future hand off, you will have to redo that after the C ops.
Really there is no reason to sync at all, just grab and pull with no rotation.
 








 
Back
Top