. .

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Quote Originally Posted by M250cnc View Post
    What exactly do you need the dwell for as sometimes there are better ways of doing things.

    Example, i have a 4 second delay after every toolchange where coolant needs to come on so allows the coolant to flow before the tool starts cutting.

    Phil
    well there are two answers:
    a) I want to implement a gcode interpreter "properly" so I need to know what the G4 syntax means
    b) I am using Eagle to lay out PCBs; the gcode converter spits out a (G4 P3) delay after starting the spindle
    clearly that needs to be 3 seconds not 3 mSeconds!

    make sense?

  2. #2
    Quote Originally Posted by mmcp42 View Post
    well there are two answers:
    a) I want to implement a gcode interpreter "properly" so I need to know what the G4 syntax means
    b) I am using Eagle to lay out PCBs; the gcode converter spits out a (G4 P3) delay after starting the spindle
    clearly that needs to be 3 seconds not 3 mSeconds!

    make sense?
    Yes, so you need to configure the control so that P3 is 3 seconds and not 3 milli seconds.

    Phil

  3. #3
    indeed - already done it!
    there are 10 sorts of people in the world
    them as understand binary
    and thems as doesn't

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Optimize parameters for mills with tips
    By hoezap in forum Tool & Tooling Technology
    Replies: 0
    Last Post: 15-06-2013, 01:18 PM

Tags for this Thread

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
  •