Page 1 of 2 12 LastLast
Results 1 to 12 of 13

Thread: computer

  1. #1
    cob
    cob is offline
    Registered
    Join Date
    Mar 2008
    Location
    usa
    Posts
    292
    Downloads
    0
    Uploads
    0

    computer

    i am trying to uderstand what ,how and when do you use this type of conpansation (COMPUTER) also what does it mean.
    I know when you use WEAR it inputs the g41, g42 on your post,
    so that men to me that it is using toolcompansation.
    but what does computer do .
    if any one can kindly explain would be appreaciated.
    thank u


  2. #2
    Banned
    Join Date
    Dec 2011
    Location
    USA
    Posts
    254
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by cob View Post
    i am trying to uderstand what ,how and when do you use this type of conpansation (COMPUTER) also what does it mean.
    I know when you use WEAR it inputs the g41, g42 on your post,
    so that men to me that it is using toolcompansation.
    but what does computer do .
    if any one can kindly explain would be appreaciated.
    thank u
    computer is when you want mastercam to handle all the cutter compensation and the cnc control to handle none of it. some older cnc controls are not very good at handling cutter compensation.


  3. #3
    Registered
    Join Date
    Nov 2011
    Location
    USA
    Posts
    6
    Downloads
    0
    Uploads
    0
    What: From My experience "computer" does a crap ton of computations and this is what you will see when you look @ the code, a whole bunch of #'s that are hard to make sense of, based on the tool Dia. Forget trying to edit.
    How: Just select "computer" type.
    When: I don't.
    "Wear" Comp is for small adjustments .00xx Most typical. The program will show geometric dimensions that coincide with the print and call a tool register 41,42 T010101 depending on machine.
    "Tool" or "Center" comp I believe is for regrinds. eg. nominal .375dia reground to .348dia
    To Make an outside profile smaller tell the machine the tool is only .345dia & visa/versa.
    Pretty sure U said MCam!
    Out.


  4. #4
    cob
    cob is offline
    Registered
    Join Date
    Mar 2008
    Location
    usa
    Posts
    292
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by Joesph Jackman View Post
    computer is when you want mastercam to handle all the cutter compensation and the cnc control to handle none of it. some older cnc controls are not very good at handling cutter compensation.
    So bassically is the same as Wear the onle difference is it will not post a g41 or g42 right?

    so when I am using computer it would be pretty hard to edit just because the is so much going on (right or wrong)


    the only reason you would want to use wear would be if you were using a ground endmill that is not to size then you can offset in your offsetts to make you part good?

    hope i am making somekind of sence if not please explain for me .

    thank you for the replies


  • #5
    Banned
    Join Date
    Dec 2011
    Location
    USA
    Posts
    254
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by cob View Post
    So bassically is the same as Wear the onle difference is it will not post a g41 or g42 right?

    so when I am using computer it would be pretty hard to edit just because the is so much going on (right or wrong)


    the only reason you would want to use wear would be if you were using a ground endmill that is not to size then you can offset in your offsetts to make you part good?

    hope i am making somekind of sence if not please explain for me .

    thank you for the replies
    when you use computer mastercam does all the cutter comp and the cnc control does none of it. if you have to change to an under-sized cutter you have to change the cutter size in mastercam.

    i agree with bzwak that when you let mastercam do all the cutter comp by selecting computer it is hard to edit the g code at the control because the g code mastercam outputs is not easy to follow.

    in my opinion the answer to your first question is right there is too much going on and it is hard to follow.

    there are many reason not to use wear. as i already mentioned, some older cnc controls are not very good at cutter comp and have cutter comp limitations that cause errors. when you let mastercam handle the cutter comp these errors do not occur. i always start with using wear but if i have cutter comp problems with an older control i switch to computer because it saves me rather than having to try to sort out cutter comp problems. others will spend the time i do not want to spend and figure out exactly what the problem is and what the control wants.


  • #6
    cob
    cob is offline
    Registered
    Join Date
    Mar 2008
    Location
    usa
    Posts
    292
    Downloads
    0
    Uploads
    0
    thank you know that made sence
    I got the idea.

    sence we are on this subject maybe you can explain this?
    so I posted a g- code on mastercam:

    G43 H0 x? y?
    g1 z? f?
    G41 D0 x? y?

    on the first line H0 do you put any number?
    on the 3rd line D0 do you put any number?

    bare with I am trying to learn and undestand all this.
    thank you


  • #7
    Community Director cadcam's Avatar
    Join Date
    Apr 2003
    Location
    United States
    Posts
    3,135
    Downloads
    0
    Uploads
    0
    I must say that wear is your true freind in the machine. some the older controls do not handle cutter comp well I am wondering how old.as the older machines that is all that people did they programed to control manually. the only issue I see is when you get one that does not support "-" value in the control. this were reverse wear comes in.

    We have some over 30 year old machines at work and run them everyday 3 shift with cutter comp as they were all program by hand.

    Cob the computer takes care adjusting the to to the left of the geo for example but as you said you will not be able to use any comp as the G41 and G42 will not output.

    What kind of machine are you programming for?
    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)
    Cadcam
    Owner, contract Programming and Consultant , Mastercam Instructor and on line trainer at www.eapprentice.net
    Some tips: http://www.youtube.com/PrecisionProgramming


  • #8
    Banned
    Join Date
    Dec 2011
    Location
    USA
    Posts
    254
    Downloads
    0
    Uploads
    0
    cob, maybe you will find this as helpful as i did when i read it many years ago. by no means should these five be considered the only problems that can occur.

    Five Common Problems With Cutter Radius Compensation : Modern Machine Shop

    'There are many rules, and when something goes wrong, it can be difficult to diagnose and correct the problem. Just about the time you think you have it all figured out, some new situation arises that you haven’t dealt with before. This can be quite frustrating, especially when a program that has worked in the past is now failing due to some cutter radius compensation alarm. Here we offer five of the most common problems and give some advice for avoiding them.'


  • #9
    Banned
    Join Date
    Dec 2011
    Location
    USA
    Posts
    254
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by cob View Post
    thank you know that made sence
    I got the idea.

    sence we are on this subject maybe you can explain this?
    so I posted a g- code on mastercam:

    G43 H0 x? y?
    g1 z? f?
    G41 D0 x? y?

    on the first line H0 do you put any number?
    on the 3rd line D0 do you put any number?

    bare with I am trying to learn and undestand all this.
    thank you
    mastercam should be putting all the needed numbers in if you have entered the correct information and you have a good post and control.


  • #10
    cob
    cob is offline
    Registered
    Join Date
    Mar 2008
    Location
    usa
    Posts
    292
    Downloads
    0
    Uploads
    0
    thanks for all the replies
    but what does H stand for ?
    and what does D stand for?
    and how do you use them.
    just trying to understrand the g- code. program.
    I know this is not the right place to post this ?.


  • #11
    Community Director cadcam's Avatar
    Join Date
    Apr 2003
    Location
    United States
    Posts
    3,135
    Downloads
    0
    Uploads
    0
    H (H G43) is Height offset

    D (D G41) is for Cuter comp value

    You have to have at least the H one for tool length from part.
    D if you want to be able to adjust more or less cut on part walls for example.

    There is the quick and dirty..
    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)
    Cadcam
    Owner, contract Programming and Consultant , Mastercam Instructor and on line trainer at www.eapprentice.net
    Some tips: http://www.youtube.com/PrecisionProgramming


  • #12
    Banned
    Join Date
    Dec 2011
    Location
    USA
    Posts
    254
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by cob View Post
    thanks for all the replies
    but what does H stand for ?
    and what does D stand for?
    and how do you use them.
    just trying to understrand the g- code. program.
    I know this is not the right place to post this ?.
    h is the length offset number for the tool. lets say it is h1. the program will use what you have entered in the cnc control in the length offset page for tool 1

    d is the diameter compensation of tool. lets say it is d10. the diameter offset you have entered in the cnc control for d10 is what the program will use.

    you should pick up a good book on cnc operating and programming.


  • Page 1 of 2 12 LastLast

    Similar Threads

    1. Need Help!- what computer for IH cnc
      By RACER99 in forum Benchtop Machines
      Replies: 4
      Last Post: 03-06-2011, 05:52 AM
    2. Need Help!- New Computer
      By CORBIN92087 in forum Computers and Networking
      Replies: 0
      Last Post: 11-19-2009, 09:41 AM
    3. What is the difference between an industrial computer and a normal computer?
      By Apples in forum Controller & Computer Solutions
      Replies: 9
      Last Post: 09-18-2008, 05:27 PM
    4. Cnc Computer
      By fjr122 in forum Computers and Networking
      Replies: 10
      Last Post: 04-18-2008, 06:48 PM
    5. fast computer as server, slow computer as terminal
      By replicapro in forum Computers and Networking
      Replies: 1
      Last Post: 07-01-2004, 03:05 PM

    Posting Permissions


     


    About CNCzone.com

      We are the largest and most active discussion forum from DIY CNC Machines to the Cad/Cam software to run them. The site is 100% free to join and use, so join today!

    Follow us on

    Facebook Dribbble RSS Feed


    Search Engine Friendly URLs by vBSEO ©2011, Crawlability, Inc.