Jump to content

Welcome to eMastercam

Register now to participate in the forums, access the download area, buy Mastercam training materials, post processors and more. This message will be removed once you have signed in.

Use your display name or email address to sign in:

rotary table feed rate multiplies tool feed by 9.836 ?


Recommended Posts

rotary table feed rate multiplies tool feed by 9.836 ?

 

 

if set feed of tool in operations manager to 10 in per minute, when i generate gcode the rotary table rotates at F90.83 in/per min?

 

if i set to 2 in per minute, gcode output of rotary table is twice 9.836?

 

all other feeds and speeds , plunge ect are correct, only rotate table is wrong.

 

i tried changeing settings in machine definition manager, controll definition manager, ect, but no change.

 

diamiter of circylar part i am trying to cut is 11 inches. .25 flat endmill,,,,

Link to comment
Share on other sites

tried generating code with each of those settings,

 

the dialouge box gives me three choices, deg/min/ f/min or inverse.

 

also tried the three 4th axis options, and three rotary table options, and changing inverse options, and maximum rotary table feed in machine control,,,

 

still same magic number 9.836. no matter what i change.

 

my work around is to divide my desired feed by 9.836 and put that number in the feed box, all other feeds for other axis ok.

 

-

Link to comment
Share on other sites

MasterCam_MACH3B.pst

 

from the MACH3 website.

 

i am not using the "user created" one for mastercam.

 

maybe i have to go into the textfile to make changes to the way mastercam posts.

 

changes through the GUI seem to not stick correctly, feed in post only changes when i adjust tool feed in toolpath properties window. always by x 9.836

 

I will try diff. posts with rotary axis,

Link to comment
Share on other sites

could be this,

 

found it in post file

 

#Rotary/Index variables

csav : 0 #C saved value

prvcabs : 0 #Saved cabs from pe_inc_calc,

#Used for rotary feed and direction calculations

cdelta : 0 #Calculation for angle change

rev : 0 #Calculation for deg/min

sav_rev : 0 #Saved revolution counter

indx_out : c9k #Rotation direction calculation

fmt 16 indx_mc #Rotation direction calculation

 

anybody anyidea what c9k, prvcabs, 16 indx_mc, would do ?

Link to comment
Share on other sites

fixed it,

 

modified post file as .txt file, told it to not do any feedrate calculations for rotary table.

 

 

works for this sittuation but would need calculations for complex shapes where tool is travelingin towards and away from 0 on xy plane.

 

i think this is the code that calculates feed for rotary.

 

pfclc_deg_inv #Feedrate deg/min

circum = zabs * two * pi$

if cuttype = two & rot_on_x = three, circum = sqrt(xabs^2 + yabs^2) * two * pi$

if circum = zero, circum = c9k #Don't allow Zero

ldelta = sqrt((xabs-prv_xabs)^2+(yabs-prv_yabs)^2+(zabs-prv_zabs)^2)

cdelta = ((abs(cabs - prvcabs))/360)*circum

if ldelta = zero, cldelta = cdelta

else, cldelta = sqrt(cdelta^two + ldelta^two)

if cldelta = zero, cldelta = c9k

if use_frinv,

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.

Join us!

eMastercam - your online source for all things Mastercam.

Together, we are the strongest Mastercam community on the web with over 56,000 members, and our online store offers a wide selection of training materials for all applications and skill levels.

Follow us

×
×
  • Create New...