. .
  1. #1
    I’m new to CNCing. I have a 2 axis lathe with an 808D controller. I have had a couple of days training and the guy who trained me is giving phone and email support but I’m struggling with the ‘repeat’ command.

    I’m using Fusion and I’m making parts, that all working great. I find the Fusion posts need some editing in particular the tool change position needs to be further away from the chuck and some of the feed rates are missing. Could this be a post processor problem?

    I’m getting caught up on the commands that repeat particular parts of the program. For example I want to machine the OD to Z-27mm and then part off 5/6 times before resetting the stock to Z0. What are the commands for repeating the parting off section of the program?

  2. #2
    m_c's Avatar
    Lives in East Lothian, United Kingdom. Last Activity: 3 Days Ago Forum Superstar, has done so much to help others, they deserve a medal. Has been a member for 9-10 years. Has a total post count of 2,908. Received thanks 360 times, giving thanks to others 8 times.
    Do you have a license for Fusion?
    If you're only using the hobbyist version, then you don't get rapid feeds.

    Tool change position for a lathe is normally done in the code, as for a lathe you want to minimise dead travel, so you rarely have a fixed tool change position.

    I'll admit I do 90% of my lathe coding by hand, so can't comment on how Fusion handles lathe tool change positions. Generally you do need to edit the post processor to suit your own specific requirements.


    Repeating code can be done two ways.
    Easiest way is to simply hard code the routines. Not the most elegant, but is the simplest in terms of writing code.
    The next option is to make use of either a sub-routine, that you call multiple times, or a repeating loop.
    Within whatever loop/sub-routine you use, you either need to use temporary offsets, calculate positions, or use relative moves.

    I'd suggest you find the controller manual, and start reading the relevant sections on sub-routines.
    Avoiding the rubbish customer service from AluminiumWarehouse since July '13.

  3. #3
    Yes I have the Fusion licence. My programs are so small that it would be very quick to change the coding to G00 had I not upgraded.

    I have been trying to use a G91 ti move the work offset. You think I should use G54, 55, 56, 57, 58 and 59? What happens if I need more work offsets?

    Hard code? Would that be to copy and paste the code and edit movements to suit?

  4. #4
    m_c's Avatar
    Lives in East Lothian, United Kingdom. Last Activity: 3 Days Ago Forum Superstar, has done so much to help others, they deserve a medal. Has been a member for 9-10 years. Has a total post count of 2,908. Received thanks 360 times, giving thanks to others 8 times.
    If you need more work offsets, then you need to keep track of them, and change them as needed, but some controllers let you set offsets via code.
    Offsets depends on the control. I know my current control, I can use G50 to set a workpiece coordinate, but the two previous options I've used, have used different methods.


    Yes, by hard code I mean copy/paste and edit.
    Not elegant, but sometimes the KISS approach is easiest.
    Avoiding the rubbish customer service from AluminiumWarehouse since July '13.

  5. #5
    I settled down tonight and wrote a short program for cutoff using the repeat command and it worked great. I used G91 to move down the bar and G90 to return to G54 true zero. I find the simulator on the machine unhelpful because I can’t see exactly what it’s doing, air machining is much more helpful.

    What is unhelpful is swiping the end off my cutoff tool last night! I can see my error and I’ll correct it when the new tool arrives. Fortunately cutoff tools are fairly inexpensive so I’ll put this one down to experience and add the mangled remains to the pile!

    Now I’m starting to understand more about how it works the manual is becoming more useful so I’ll refer to it more frequently in the future.

    Thanks for your help. I agree Aluminium Warehouse is shocking.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Baffled by fusion 360 - need help :-)
    By Britannicus in forum General Discussion
    Replies: 4
    Last Post: 18-05-2020, 10:49 PM
  2. Fusion 360 3d rendering
    By Britannicus1 in forum General Discussion
    Replies: 2
    Last Post: 06-05-2020, 06:06 PM
  3. DDCSV with Fusion 360
    By Desertboy in forum Chinese Stand-alone
    Replies: 1
    Last Post: 23-02-2020, 12:21 PM
  4. Fusion 360 question
    By Britannicus1 in forum General Discussion
    Replies: 8
    Last Post: 31-01-2020, 02:33 PM
  5. Fusion 360
    By Clive S in forum General Discussion
    Replies: 11
    Last Post: 17-10-2019, 08:19 AM

Bookmarks

Posting Permissions

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