. .

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. I don't have Mach3 installed anywhere, but downloaded it into an XML editor and can immediately see why the pulse width setting would be an issue. This is a classic case of bad design in XML. An XML document should be absolute and the units defined...

    If I wrote a document that contained this snippet:

    Code:
    <price>100</price>
    and another that said

    Code:
    <price>145</price>
    what would you surmise?

    But if i wrote

    Code:
    <priceGBP>100</priceGBP>
    and

    Code:
    <priceUSD>145</priceUSD>
    you'd get it and it would work anywhere...

    Even better would be...
    Code:
     
    <price>
      <amount>100</amount>
      <currency>GBP</currency>
    </price>
    In the file you sent the 'pulsewidth' is 19551... but 19551 of what??? and thats the issue... probably relates to machine clock speed or something... which would explain the issue Steve saw...

    Incidentally there is no node whose name suggests anything meaningful as regards incremental or absolute arcs, which makes me wonder if its in the file as a default at all until someone changes it, then gets saved as a preference. Maybe the default setting is whatever happens to be in memory at the time the program is first loaded?

  2. #2
    Quote Originally Posted by irving2008 View Post
    In the file you sent the 'pulsewidth' is 19551... but 19551 of what??? and thats the issue... probably relates to machine clock speed or something... which would explain the issue Steve saw...

    Incidentally there is no node whose name suggests anything meaningful as regards incremental or absolute arcs, which makes me wonder if its in the file as a default at all until someone changes it, then gets saved as a preference. Maybe the default setting is whatever happens to be in memory at the time the program is first loaded?
    Probably clock speed which is why it varies.

    When the program is down loaded it defaults to absolute, why I have no idea given that most people use incremental but this is why there is all the confusion over what has been dubbed 'crop circles'

    However if you change your post processor to have G91.1 in the startup line, every post you make will force the program to default to incremental and you never see crop circles.

    .
    John S -

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Font cutting
    By petesos in forum Machine Discussion
    Replies: 9
    Last Post: 17-05-2014, 08:14 PM
  2. Replies: 8
    Last Post: 01-02-2014, 09:33 AM
  3. Cutting Ply/MDF
    By Leadhead in forum Wood Finishing Tips & Tricks
    Replies: 3
    Last Post: 02-10-2013, 01:59 PM
  4. Cutting Perspex?
    By Shinobiwan in forum Machine Discussion
    Replies: 7
    Last Post: 19-02-2013, 09:25 PM
  5. Cutting out a circle
    By Martin Paul in forum Machine Discussion
    Replies: 2
    Last Post: 19-04-2011, 12:58 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
  •