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. C

    Interrupt Driven Rotary Table controller

    I will take some pictures of the mount on it I have two more that don't have motors on them I will get some pics for you. If I remember correctly hardinge made them for Haas I think
  2. C

    Interrupt Driven Rotary Table controller

    Its a Haas 5c indexing head. I think they were a copy of the Hardinge one. Its driven by a stepper motor and was originally controlled by a haas driver. My system uses the Arduino code from this thread and a relay shield. With some small changes to the code the arduino sees a relay cycle...
  3. C

    Interrupt Driven Rotary Table controller

    I have got my 5C HAAS index head working with the mill! I have implemented a M40 command from the Fanuc 0mc control to activate an index move. an arduino driven relay then resets the m40 index move and continues on with the code. I am going to try and ad a link to a video of it at work. The...
  4. C

    Interrupt Driven Rotary Table controller

    Thanks rod, I tried implimenting what you had mentioned a couple of posts prior to the one I replied to but ended up with compiler errors. I appreciate your help thanks Scott
  5. C

    Interrupt Driven Rotary Table controller

    Rod, This is Scott and I am back to playing around with this project again. I am done farming for the year and can dedicate some time to getting this to work with my Milling machine with the fanuc control. I have successful got it wired up the the mill and am able to make it index wit a m40...
  6. C

    Interrupt Driven Rotary Table controller

    I think I have a solution for this application. I used a digital write command within the go divide section to send pin 10 high momentarily to cancel the m40 command from the cnc. I tried to use the millis compare system but kept getting errors from the compiler in a strange section of the...
  7. C

    Interrupt Driven Rotary Table controller

    Did you try to tie it into the A0 pin directly with the same value resistor? I am only asking because I am in the process of mounting five buttons on the face of the machines control enclosure and I tried simulating the five switches on the shield with a resistor array matched to the resistors...
  8. C

    Interrupt Driven Rotary Table controller

    I had not thought about a macro. My machine has macro a and I have not tried to write a macro before but that is a thought. There is not another m code to cancel m40, it waits for a 24 volt signal to trigger a change in the ladder to cancel it. There may be a way to do it with a macro but I...
  9. C

    Interrupt Driven Rotary Table controller

    Yes that is what I am looking for but, as I am picking through the code I am having a hard time thinking how I an going to do it. Something along the lines of if stepper not true then bring pin whatever high for a pulse to deactivate the M40 code. I am going to dive back in and see if I can...
  10. C

    Interrupt Driven Rotary Table controller

    Rod, My name is Scott and I have been following this post for quite a while. Thank you for all of the time and effort you have put into this project. I have finally collected all of the parts I need to make this work for my application. I plan on using a Hass 5c collet stepper indexing head...
  11. C

    Heavy Duty Arduino Dividing Head Project “Finished “

    Hi Scott, I have been contemplating doing the same thing with a Brown and Sharpe dividing head that I acquired when I bought a couple of machine tools. I was excited to see that someone had already had great luck with doing this. I was wondering if you had documented or took any pictures of...
Back
Top