Title: FW: [mfg-smartcam] RIGHT ANGLE HEAD

It isn't easy, but I have done it. You must 1st which all of your X and Z moves. Also used length offset to set distance from Tool gage line to centerline of of cutter in the right angle head. Then I set the variable #V15 to set the distance from the centerline of the spindle to end of the tool.

This should start you in the right direction.

Ex. -

@FXDDEF
<Z#XPOS><Y#YPOS>

@STPROF
<S#SPEED>
<#ABSI><#MOV><X#ZPOS><Y#YPOS><S#SPEED>

@ENDPROF
#EVAL(#ZPOS=#ZPOS+#V15)<#ABSI><#DCOMP><#MOV><X#ZPOS>

@RAP
#EVAL(#ZPOS=#ZPOS+#V15)<#ABSI><#MOV><Z#XPOS><Y#YPOS><X#ZPOS>

@LINE
#EVAL(#ZPOS=#ZPOS+#V15)#PLANE<#MOV><#DCOMPD#DOFF>#IF(#DCOMP>0)<<D#DOFF>><Z#XPOS><Y#YPOS><X#ZPOS><F#FEED>

@ARC
#EVAL(#V19=ABS(#ARAD))
#EVAL(#V8=#V19/(#V19+#V0))
#IF(#MOV=3,AND#DCOMP=1)<#EVAL(#FEED=(#FEED*#V8)*10)>
<#PLANE><#MOV><Z#XPOS><Y#YPOS>#IF(ABS(#TANG)=360)<I#XCTRK#ZCTR>#EXLN
#ELSE<R#ARAD><F#FEED>
#IF(#MOV=3,AND#DCOMP=1)<#EVAL(#FEED=(#FEED/#V8)/10)>

@XZARC
<#PLANE><#MOV><Z#XPOS><X#ZPOS>I#XCTRK#ZCTR<F#FEED>

@YZARC
<#PLANE><#MOV><Y#YPOS><X#ZPOS>J#YCTRK#ZCTR<F#FEED>

@HELIX
<#PLANE>#MOV<Z#XPOS><Y#YPOS><X#ZPOS><I#XCTR><J#YCTR><F#FEED>

@ZCLRMV
#EVAL(#V19=0)
#UPDATE(#V19)
#EVAL(#ZPOS=#ZPOS+#V15)<#ABSI><<#MOV><X#ZPOS>>

@ZCHKMV
#EVAL(#PTOP=#PTOP+#V15)
<#MOV><X#PTOP>

@ZDPTHMV
#EVAL(#ZFEED=jos(feedupr3)*jos(rpm))
#EVAL(#ZPOS=#ZPOS+#V15)<<#MOV>X#ZPOSF#ZFEED>

> -----Original Message-----
> From: Joe Geraci [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 16, 2000 1:17 PM
> To: 'Smartcam' (E-mail)
> Subject: [mfg-smartcam] RIGHT ANGLE HEAD
>
>
> Seeing that the forum is quite at this time, I'll repost a
> question that
> I had gotten no responses for.
>
>
> Hello SCusers,
>
> Has anyone had to deal with a right angle with in a regular
> program with
> the use of a rotary table (indexing) ??
>
> Any suggestions ?? or examples ??
>
> Thanks,
>
> J.G.
>
> ======================================================================
> To find out more about this mailing list including how to unsubscribe,
> send the message "info mfg-smartcam" to [EMAIL PROTECTED]
> ======================================================================
>

Reply via email to