Search results

Home Model Engine Machinist Forum

Help Support Home Model Engine Machinist Forum:

This site may earn a commission from merchant affiliate links, including eBay, Amazon, and others.
  1. awake

    Help with Arduino idexer

    L98, that is what happens in the code that Timo and I discussed above. By keeping all calculations as integers, and keeping up with the remainder, the code snippets Timo and I included above are guaranteed to come back to zero exactly. The "extra" steps will go in at regular intervals (as...
  2. awake

    Help with Arduino idexer

    Oh yes, digitalWrite is very slow. I always bypass that with direct bit manipulation. Definitely not everyone's cup of tea. :)
  3. awake

    Help with Arduino idexer

    Yes, that will work as well. That approach does not track the total steps to date, but rather calculates them, and from that calculates the steps needed for the given tooth. I had a couple of minutes free to work up the attached Excel sheet to show how my previous code would work, and as I was...
  4. awake

    Looking for others opinion

    And as an added plug for changing it as you suggest - I find that older machine tools often varied slightly from the published manual, with changes having been implemented "between model years" as the manufacturer saw fit. So instead of an 1895 (or whatever year) model, just call it an 1895.5 ... :)
  5. awake

    Preserve spare tools

    An old-fashioned solution is to keep some blocks of camphor in the drawers where you store the tools. I've never tried it, but supposedly the fumes leave a rust-preventative coating.
  6. awake

    Help with Arduino idexer

    So the above post illustrates the problem; what is the solution? Let’s see if we can do everything with integers only. Note that even using long integers (64 bits) will be vastly faster on the typical 8-bit microcontroller such as in the basic Arduino. (Less of an advantage on a 32-bit ARM with...
  7. awake

    Help with Arduino idexer

    If it ain't broke, don't fix it! :) But since I have a bit more time today, I'll sketch out below what I mean by using integers only - in case the need arises for either more speed or more accuracy in the future. First, let's illustrate the potential problem. Suppose you have a stepper motor...
  8. awake

    Help with Arduino idexer

    I apologize that I have not read through the sample code thoroughly, but based on the last post above, here is a suggestion (coming from prior years of working in embedded systems): Don't use floating point at all. Instead, use two integers to hold the required ratio. IOW, work out the math on...
  9. awake

    Fresh out the oven

    Welcome to the forum!
  10. awake

    What have you been doing today?

    Yikes! But in many places around the world, I have seen magnificent work done on even sketchier setups.
  11. awake

    What have you been doing today?

    Thank you, sir. I have been keeping an eye out for a deal on this sort of saw for 15 years or so, and finally struck gold!
  12. awake

    Newby

    Welcome to the forum!
  13. awake

    Using a microwave oven to harden a sodium silicate core.

    Again, excellent observations, and I find myself persuaded by your reasoning. Not that that is anything to be too excited about, given my level of inexperience and ignorance! :)
  14. awake

    Using a microwave oven to harden a sodium silicate core.

    Interesting observation! The molasses cores were to be baked in order to harden them - perhaps through caramelization (sp?) of the sugar? A sodium silicate core hardened via CO2 or catalyst wouldn't be baked to prepare the core, so the sugar would not caramelize at that point, but as you say...
  15. awake

    Lawrence Merlin V12

    I'm at the stage where at CM10 spark plug is about as small as I want to get. :) I had to look up VWPBL ... :)
  16. awake

    Lawrence Merlin V12

    Is the body mild steel, or also stainless? One thought that probably only exposes my ignorance: could you do a small relief cut at the top of the thread to avoid having to grind the die? Again, just amazing. I don't think I could pull this off, even with OptiVisors! I'd need a quart of tequila...
  17. awake

    Using a microwave oven to harden a sodium silicate core.

    Right, the book talks about baking most if not all of these binders.
  18. awake

    Using a microwave oven to harden a sodium silicate core.

    I have a .pdf copy of A Textbook of Elementary Foundry Practice, copyright 1910. It is fascinating to see what they talk about for cores - see the couple of pages I've attached. No mention of sodium silicate or epoxy; instead flour, rosin, linseed oil, glue, and molasses, along with some other...
  19. awake

    New Member Introduction

    Welcome to the forum!
  20. awake

    Taper setting device

    I fully understand. Many's the time I've spent multiple hours to recreate a $15 part, just because I have the tools and the material on hand. I always remind people that this is the difference between a professional machinist and a hobbyist - a hobbyist enjoys the journey, whether or not it...
Back
Top