586,115 active members*
3,496 visitors online*
Register for free
Login
Page 41 of 43 313940414243
Results 801 to 820 of 848
  1. #801
    Join Date
    Oct 2009
    Posts
    733

    Re: David A's New 2x3 Bench Top CNC

    Quote Originally Posted by mactec54 View Post
    There is something strange with your program, your tool setup was for 360 IPM and in your program it has F850.4
    IDK. Hopefully somebody can chime in....

  2. #802
    Join Date
    Oct 2009
    Posts
    733

    Re: David A's New 2x3 Bench Top CNC

    Quote Originally Posted by Ntl View Post
    Keep up the good work and let me know if you will be offering the rotating ball nuts. I'm interested in possibly switching out my rack and pinion for ball screws
    Dan, thank you.

    At this point, I am mostly concentrating on organizing the logistics of the
    kits, packaging, negotiating pricing and incorporating all the improvements
    I was able to make to the design with all the help I got on this site.

    But I will definitely let you know when I get some rotating ball nuts available.

  3. #803
    Join Date
    Aug 2018
    Posts
    621
    Quote Originally Posted by davida1234 View Post
    It is 400 for both axes:
    Attachment 423184
    So keep in mind I've never used UCCNC, but I have a question anyway. Doesn't UCCNC run in mm, or does it have a option some where to set it to inches? Maybe that's what is making it not run at the correct speed for the G0 moves? But it wouldn't make sense that the cutting feed rate would be correct. Maybe read up on the manual or one of the guys will double check your settings? Is there a menu where you set it to mm or inches? Maybe post more of your set up screens and a report for the guys who know about UCCNC to double check your settings?


    And thanks for letting me know about the ballnutz I'm thinking pretty hard about converting over since I'm not a fan of the rack and pinion drive that is on my machine. I would just need to get some gear boxes for my motors so I can keep the gear ratio I have currently.

    Dan

  4. #804
    Join Date
    Oct 2009
    Posts
    733

    Re: David A's New 2x3 Bench Top CNC

    Quote Originally Posted by Ntl View Post
    Doesn't UCCNC run in mm, or does it have a option some where to set it to inches? Is there a menu where you set it to mm or inches?
    As far as I know, there is no selection, it runs in metric only.


    Quote Originally Posted by Ntl View Post
    I'm not a fan of the rack and pinion drive that is on my machine. I would just need to get some gear boxes for my motors so I can keep the gear ratio I have currently
    Overall gearing on rotating ball nuts is higher (more servo rpm for a given distance) than on the RP system. No need for gear boxes.

  5. #805
    Join Date
    Jun 2015
    Posts
    943

    Re: David A's New 2x3 Bench Top CNC

    Quote Originally Posted by davida1234 View Post
    As far as I know, there is no selection, it runs in metric only.
    No the units can be for whatever you setup the steps per unit values.

  6. #806
    Join Date
    Oct 2009
    Posts
    733

    Re: David A's New 2x3 Bench Top CNC

    Yes, my bad. Software runs in units and you set up the units to inch or metric.

  7. #807
    Join Date
    Oct 2009
    Posts
    733

    Re: David A's New 2x3 Bench Top CNC

    Olf, then how come that the machine runs slow to the cut but runs the 360 ipm when cutting?

  8. #808
    Join Date
    Mar 2003
    Posts
    35538

    Re: David A's New 2x3 Bench Top CNC

    Can you post the actual g-code? And you UCCNC .pro file
    That's the only way to know for sure. From the info that you've posted so far, it should be able to.
    Are you actually running the code that had a feedarte of 850ipm?
    Gerry

    UCCNC 2017 Screenset
    http://www.thecncwoodworker.com/2017.html

    Mach3 2010 Screenset
    http://www.thecncwoodworker.com/2010.html

    JointCAM - CNC Dovetails & Box Joints
    http://www.g-forcecnc.com/jointcam.html

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

  9. #809
    Join Date
    Oct 2009
    Posts
    733

    Re: David A's New 2x3 Bench Top CNC

    Below is the code I ran for the video. It seems it has the F850.4.

    I am not a windows user so please bear with me. I looked
    and searched for UCCNC.pro and could not see it and don't
    know where to find it.

    G-CODE:
    ( TOOLPATHS )
    ( File created: Sunday, June 30, 2019 - 02:32 PM)
    ( for Mach2/3 from Vectric )
    ( Material Size)
    ( X= 36.000, Y= 22.500, Z= 0.705)
    ()
    (Toolpaths used in this file
    (1D at 360)
    (Tools used in this file: )
    (0 = Plastic 1/4)
    N100G00G20G17G90G40G49G80
    N110G70G91.1
    N120T0M06
    N130 (Plastic 1/4)
    N140G00G43Z0.7874H0
    N150S10000M03
    N160(Toolpath:- 1D at 360)
    N170()
    N180G94
    N190X0.0000Y0.0000F850.4
    N200G00X22.5000Y6.0108Z0.2362
    N210G1Z0.0000F236.2
    N220G1X22.3557Z-0.2500
    N230G1X13.7500Z-0.2500F850.4
    N240G1Y6.1608
    N250G1X22.5000
    N260G1Y6.0108
    N270G1X22.3557
    N280G00Z0.2362
    N290G00Z0.7874
    N300G00X0.0000Y0.0000
    N310M09
    N320M30
    %

  10. #810
    Join Date
    Mar 2003
    Posts
    35538

    Re: David A's New 2x3 Bench Top CNC

    The first thing you should do is figure out why you think you are cutting at 360ipm, and V Carve or Aspire is telling your machine to cut at 850ipm.

    The Profile file is called yourprofilename.pro, in the UCCNC\Profiles folder.
    Gerry

    UCCNC 2017 Screenset
    http://www.thecncwoodworker.com/2017.html

    Mach3 2010 Screenset
    http://www.thecncwoodworker.com/2010.html

    JointCAM - CNC Dovetails & Box Joints
    http://www.g-forcecnc.com/jointcam.html

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

  11. #811
    Join Date
    Aug 2018
    Posts
    621

    Re: David A's New 2x3 Bench Top CNC

    Quote Originally Posted by davida1234 View Post
    Below is the code I ran for the video. It seems it has the F850.4.

    I am not a windows user so please bear with me. I looked
    and searched for UCCNC.pro and could not see it and don't
    know where to find it.

    G-CODE:
    ( TOOLPATHS )
    ( File created: Sunday, June 30, 2019 - 02:32 PM)
    ( for Mach2/3 from Vectric )
    ( Material Size)
    ( X= 36.000, Y= 22.500, Z= 0.705)
    ()
    (Toolpaths used in this file
    (1D at 360)
    (Tools used in this file: )
    (0 = Plastic 1/4)
    N100G00G20G17G90G40G49G80
    N110G70G91.1
    N120T0M06
    N130 (Plastic 1/4)
    N140G00G43Z0.7874H0
    N150S10000M03
    N160(Toolpath:- 1D at 360)
    N170()
    N180G94
    N190X0.0000Y0.0000F850.4
    N200G00X22.5000Y6.0108Z0.2362
    N210G1Z0.0000F236.2
    N220G1X22.3557Z-0.2500
    N230G1X13.7500Z-0.2500F850.4
    N240G1Y6.1608
    N250G1X22.5000
    N260G1Y6.0108
    N270G1X22.3557
    N280G00Z0.2362
    N290G00Z0.7874
    N300G00X0.0000Y0.0000
    N310M09
    N320M30
    %
    Can you upload the actual vectric file? I'd be curious to look at it and see what you had the feed rate set to and check the tool paths to see what's going on. I'm also guessing that what's happening with the 850.4 feed rate is your machine is just running at the maximum feed. I would have thought you would have gotten a error prior to running it, but broken record over here I'm using a different controller and don't know if uccnc will let you exceed the maximum feed rate limit or if it gives error messages if there's a problem with the code.

    Either way post the vectric file and I will look at it if you want. I can fix it if the tool feed rate is wrong and repost it for the you.

    Dan

  12. #812
    Join Date
    Mar 2003
    Posts
    35538

    Re: David A's New 2x3 Bench Top CNC

    If his axis velocities are indeed set to 400, if the g-code tells it to go 850, each axes will move at a max of 400ipm. So he should be seeing all moves at his max speed of 400ipm per axis.

    Seems like several different things are going on.
    Gerry

    UCCNC 2017 Screenset
    http://www.thecncwoodworker.com/2017.html

    Mach3 2010 Screenset
    http://www.thecncwoodworker.com/2010.html

    JointCAM - CNC Dovetails & Box Joints
    http://www.g-forcecnc.com/jointcam.html

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

  13. #813
    Join Date
    Oct 2009
    Posts
    733

    Re: David A's New 2x3 Bench Top CNC

    Here are the individual toolpaths for 1D 120ipm; 1D 240ipm; 1D 360ipm.
    There seems to always be a F-code which is faster than the given Vectric feed rate.
    Attached Files Attached Files

  14. #814
    Join Date
    Oct 2009
    Posts
    733

    Re: David A's New 2x3 Bench Top CNC

    Here is the profile:
    Attached Files Attached Files

  15. #815
    Join Date
    Oct 2009
    Posts
    733

    Re: David A's New 2x3 Bench Top CNC

    Quote Originally Posted by Ntl View Post
    Either way post the vectric file and I will look at it if you want. I can fix it if the tool feed rate is wrong and repost it for the you.
    Each toolpath for the individual cuts has the tool feed rate set at 360 ipm.
    And you can clearly see in the video that each cutting speed is different.

    Attachment 423242

  16. #816
    Join Date
    Mar 2003
    Posts
    35538

    Re: David A's New 2x3 Bench Top CNC

    The g-code files don't tell us anything, except that you are doing something wrong in V Carve.
    You need to save the file with the toolpaths and post that.
    Gerry

    UCCNC 2017 Screenset
    http://www.thecncwoodworker.com/2017.html

    Mach3 2010 Screenset
    http://www.thecncwoodworker.com/2010.html

    JointCAM - CNC Dovetails & Box Joints
    http://www.g-forcecnc.com/jointcam.html

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

  17. #817
    Join Date
    Mar 2003
    Posts
    35538

    Re: David A's New 2x3 Bench Top CNC

    That profile has all of your axis set to Velocity = 2000.
    It appears to have all the default values. And it's not the profile you are using when you are posting screenshots.
    Gerry

    UCCNC 2017 Screenset
    http://www.thecncwoodworker.com/2017.html

    Mach3 2010 Screenset
    http://www.thecncwoodworker.com/2010.html

    JointCAM - CNC Dovetails & Box Joints
    http://www.g-forcecnc.com/jointcam.html

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

  18. #818
    Join Date
    Oct 2009
    Posts
    733

    Re: David A's New 2x3 Bench Top CNC

    Gerry, please elaborate.

    These are the toolpaths generated by Aspire. What other file with the toolpaths do you mean?

  19. #819
    Join Date
    Oct 2009
    Posts
    733

    Re: David A's New 2x3 Bench Top CNC

    Quote Originally Posted by ger21 View Post
    That profile has all of your axis set to Velocity = 2000.
    It appears to have all the default values. And it's not the profile you are using when you are posting screenshots.
    That was the only "Davids_Profile" in the UCCNC folder.

  20. #820
    Join Date
    Aug 2018
    Posts
    621

    Re: David A's New 2x3 Bench Top CNC

    QUOTE=ger21;2304992]If his axis velocities are indeed set to 400, if the g-code tells it to go 850, each axes will move at a max of 400ipm. So he should be seeing all moves at his max speed of 400ipm per axis.

    Seems like several different things are going on.[/QUOTE]

    Do you think it's the PP he's using that is causing the G0 not to work?

    How do the units work in uccnc/mach? On my controller it asks for inches or mm when you do the initial setup once set all the values are either inches or mm, how does uccnc and mach know what type of units you are using if there isn't a setting for the type of units that you are using?

    It seems confusing if the native units are mm and you are using inches for your parts and machine travel. Does that mean you have to use a calculator if you are using the imperial system and multiply the velocity by 25.4 to get the speed in inches?

    If so wouldn't 400 be in mm and actually be 15.7ipm? Or is that where the steps come into play?

    I also don't understand the homing speed if that's 100imp that seems pretty crazy fast to me.. Maybe I'm just not really understanding how uccnc works and it's confusing me.

    I think I'm going to download the manual before I keep asking dumb questions.

Page 41 of 43 313940414243

Similar Threads

  1. Pro- Bench Lathe & Pro Bench Mill Drill
    By tw-bob in forum News Announcements
    Replies: 0
    Last Post: 06-06-2014, 02:32 AM
  2. CNC bench lathe or other small bench lathes
    By Scootworks in forum Turning Machines
    Replies: 2
    Last Post: 08-20-2011, 06:36 AM
  3. DIY David Steel CNC
    By Wineryrjd in forum DIY CNC Router Table Machines
    Replies: 2
    Last Post: 03-28-2010, 01:39 PM
  4. David
    By [email protected] in forum Fanuc
    Replies: 2
    Last Post: 12-11-2009, 08:56 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •