. .

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. Quote Originally Posted by Robin Hewitt View Post
    I've done the read a dxf, pick out lines arcs and circles then stitch lines and arcs together into shapes (fudging the ends slightly so they meet up properly). Also the expand/contract it bit to get the tool path.

    No G-Code planned, it goes straight to my box of tricks and turns the handles. I have a wicked arc drawing algorythm my brother wrote, any start point, any end point, either direction. I just call it and it gives the next pixcel on the arc. I tried it drawing circles on screen, then had to add a delay between pixcels so you could actually see where it started and which way it was going :D
    Sounds interesting... so lets see some pics :)

    Quote Originally Posted by Robin Hewitt View Post
    My preferred small quantity supplier has to be Rapid Electronics.
    Thanks, I'll go investigate

    Quote Originally Posted by Robin Hewitt View Post
    40 volts is very close to smoke if you're using a transformer, suggest you do something clever in the PSU to protect it.
    Yes I know. Go to do a back-emf dumper and some sort of voltage limiter (not a regulator as such) - looking at some ideas that combine the two. Don't want to use a series regulator cos of the losses involved at 6A+ (if all 3 axis active) but thinking along lines of series/shunt MOSFETS (got a couple of samples rated at 120A, 200V and 0.003ohm Rds, so even at 10A its not going to get warm if turned fully on!)

  2. #2
    Quote Originally Posted by irving2008 View Post
    Sounds interesting... so lets see some pics :)
    I could do a movie of me slaving over a hot PC but apart from that there is little to see yet.

    Now working on the command protocol, having a slight snag with a worst case fast traverse doing 2 steps in one axis and 1 step in the other. It's a baud rate thing :D

  3. Quote Originally Posted by irving2008 View Post

    Quote Originally Posted by Robin Hewitt View Post
    My preferred small quantity supplier has to be Rapid Electronics.
    Thanks, I'll go investigate
    Well I priced the parts for my controller from Rapid - they came out about 3% more expensive than Cricklewood and didn't have a couple of parts but had some better options on others... Only sell resistors in packs of 100 though.

  4. #4
    Quote Originally Posted by irving2008 View Post
    Well I priced the parts for my controller from Rapid - they came out about 3% more expensive than Cricklewood and didn't have a couple of parts but had some better options on others... Only sell resistors in packs of 100 though.
    That's a surprise because they are having a sale at the mo'. I ordered a hundred quids worth yesterday and it was on my desk by 10:30 this morning :D

  5. Robin,

    Have you seen this thread on CNCZone discussing PIC-based DRO capbility using cheap chinese scales?

    regards,
    Irving...

  6. I guess, seeing as you posted there tonight, the answer is now yes :)

  7. #7
    Quote Originally Posted by irving2008 View Post
    I guess, seeing as you posted there tonight, the answer is now yes :)

    Absolutely, thanks for the heads up :D

    I'm not sure he isn't introducing too many delays, that scale data gets very stale very quickly. I suppose it all depends on what he is trying to achieve.

    I made the data input, scale reading and motor stepping completely interrupt driven. There is a sort of housekeeping program that looks for new devices and button presses, but all the vital stuff happens automatically in the background without the slightest intervention apart from Pause and Abort. It's as close to real time as I can possibly make it. I find PC's are a bit too handy at turning the interupts off.

  8. Quote Originally Posted by Robin Hewitt View Post
    Absolutely, thanks for the heads up :D

    I'm not sure he isn't introducing too many delays, that scale data gets very stale very quickly. I suppose it all depends on what he is trying to achieve.

    I made the data input, scale reading and motor stepping completely interrupt driven. There is a sort of housekeeping program that looks for new devices and button presses, but all the vital stuff happens automatically in the background without the slightest intervention apart from Pause and Abort. It's as close to real time as I can possibly make it. I find PC's are a bit too handy at turning the interupts off.
    Using a PC for anything truly real-time is hard - actually its not the PC of course, but Windows that is the issue. There are good real-time extensions for Linux and there used to be a pretty good real-time extension for Windows too but I don't know what happened to it - http://www.directinsight.co.uk/produ...urcom/rtx.html is something similar though. I've done projects in the past with single board and single chip solutions with tiny real-time kernels such as iRMX, embedded Linux as well as solutions based on WindowsCE, stuff you couldn't begin to make work reliably under Windows.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Digital angle gauge
    By njhussey in forum Tool & Tooling Technology
    Replies: 4
    Last Post: 04-12-2012, 08:07 PM
  2. FOR SALE: DRO + 4 Scales
    By Rikk in forum Items For Sale
    Replies: 0
    Last Post: 22-10-2011, 09:41 AM
  3. Digital drivers from Zap
    By Simon C in forum Motor Drivers & Controllers
    Replies: 5
    Last Post: 31-03-2011, 03:27 PM
  4. FOR SALE: digital vernier.
    By i2i in forum Items For Sale
    Replies: 8
    Last Post: 13-08-2010, 11:31 AM
  5. Reading and fixing Chinese scales
    By irving2008 in forum Tool & Tooling Technology
    Replies: 26
    Last Post: 24-02-2010, 10:35 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
  •