. .
Page 3 of 5 FirstFirst 12345 LastLast
  1. #21
    Hi Michel,

    If you're using the 'enable' line from the controller then I'd suggest not using it and leave the driver permanently enabled instead.
    I used it with my home made driver to put the motor into a low power mode. However lots of drivers simply turn off the motor when this is used.

    If you're not using the enable line then the issue is with your driver. Some drivers will turn off if there is no activity after a preset time (most modern one's automatically go into a low power state which is ideal). This behaviour may be programmable so check your documentation.

    Hope this helps.
    Steve.

  2. Hi Steve,
    I use the enable line, the controller is a L297 coupled with a pair of L6203. I will use a switch to connect the enable line either to the pic or to Vcc to enable the driver permanently.
    Thank you
    Michel

  3. #23
    Hi Michel,

    If you're using the L297, then a better idea is to use the enable line to raise the VREF voltage. This way you can set a high current when the table is moving and switch to a lower (holding) current when it's stationary.

    This was originally how it was intended to be used.

    Steve.

  4. #24
    Ross77's Avatar
    Lives in Devon, United Kingdom. Last Activity: 2 Weeks Ago Has been a member for 9-10 years. Has a total post count of 759. Received thanks 27 times, giving thanks to others 52 times.
    Brilliant idea I will definetly bulid this, after the other 10 or so projects. Hope you dont mind but a have a question not related to this Thread.

    Im looking to build a stepper driver using an L297 and 2x 6203 and I want to use a PIC to control the holding torque. (by varying Vref) I noticed in the last post that your controller was designed to do this. Would you be able to shed any light on the code to do this and how it was integrated in to the circuit?

    Many thanks and sorry again to hijack your thread.

  5. #25
    Hi Ross,
    It's pretty trivial. VRef is normally provided via a voltage divider, basically you simply provide your VRef fed via two voltage dividers, one fed from +5v like normal the other fed via the enable line. Unless you isolate the two dividers there's a degree of 'interdependence' on their adjustment so you need to tweak both to get the current correct. (I think I also fed the enable via a diode to prevent it pulling VRef low when the enable line dropped.)
    In software terms it's simply a line that's pulled high whenever the motor is running.

    Another way that I experimented with and worked well, was to feed one of the PWM's via an RC chain (series resistor feeding a parallel cap, feeding another resistor feeding another cap). Set the frequency high(ish) and change the PWM to alter the voltage (and thus the current). The VRef input seemed quite high impedance so there was no need to buffer this. A 50% pulse width ratio would result in half voltage available. Again in software when idling all that I did was quarter the PWM ratio to drop holding current to 25% of max when the motor wasn't running.
    The only reason this didn't make it into the final device was that it worked out cheaper and less messing to buy ready made drivers, which meant that the setup options for setting the stepper current made no sense.

    Hope this helps,
    Steve.


    Quote Originally Posted by Ross77 View Post
    Brilliant idea I will definetly bulid this, after the other 10 or so projects. Hope you dont mind but a have a question not related to this Thread.

    Im looking to build a stepper driver using an L297 and 2x 6203 and I want to use a PIC to control the holding torque. (by varying Vref) I noticed in the last post that your controller was designed to do this. Would you be able to shed any light on the code to do this and how it was integrated in to the circuit?

    Many thanks and sorry again to hijack your thread.

  6. #26
    Ross77's Avatar
    Lives in Devon, United Kingdom. Last Activity: 2 Weeks Ago Has been a member for 9-10 years. Has a total post count of 759. Received thanks 27 times, giving thanks to others 52 times.
    Thanks Steve, thats great. Unfortunatly I've never used Pic's before and therefore I'm a complete novice. Irving and Tribbles have offered to help with the code but just wondered that as you have allready done it we wouldnt have to reinvent the wheel

    Im looking at a slightly different set up where the pic is soley used for varing the vref based on the incoming step signal from Mach. If you can help any further maybe you could take a look at me my thread "Help with DIY L297 + 6203" (or some thing like that:heehee:) to save clogging up this one.

    Thanks again

  7. #27
    Hello.

    Would never have been able to do this without kwackers (Steve), this thing works great, thank, thanks, thanks.



    I still need to find a box for the driver, small issue. I am just so happy it is working.

    Roy
    Elkhart, IN USA

  8. #28
    Nipper's Avatar
    Location unknown. Nipper Last Activity: Has a total post count of n/a. Referred 6117 members to the community.
    Hi,
    I am new to MYCNCUK so you will have to patient with me I am not an Electronics person but I have worked on very large commercial CNC machines I have a small lathe and a small Knee Mill and I am going to attempt to convert them both to CNC First question is could I use this control to index a six position tool post for the lathe. Second question do you sell this control already made Regards nipper

  9. Nipper,

    Welcome. I'm sure Steve will be along sometime to answer this but my 2p (or should that be 2c) worth for Q1 is that, yes it could, but its overkill since you don't need the complexity of a fully variable positioning, you need a 'rotate to position x'. The hardware would be similar but it would need different software. If I was doing it i would put some positive position indication, or even tool type indication as feed back (replacing the keypad effectively) so that you can have 'position to parting tool', 'position to facing tool' type commands irrespective of where the tool was in the toolpost.

    As to Q2, I know Steve has said he doesn't do these pre-built in the past, but I'm sure there are people in your part of the world who could help you there...

  10. #30
    Hi Nipper,

    It's pretty much as irving2008 says. You could use the divider but it's overkill for a toolpost, also it raises the question of how do you make the whole thing 'stiff' enough to work properly? If it's for a fully automated system then you need a method for locking it down and if not then I think you'd be better with a manual indexing toolpost.

    Regards
    Steve.

Page 3 of 5 FirstFirst 12345 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Diy 4th axis rotary table using 100mm chuck with minimal backlash
    By kingcreaky in forum Linear & Rotary Motion
    Replies: 3
    Last Post: 05-09-2013, 01:03 PM
  2. Which chuck to fit 6" rotary table??
    By wiatroda in forum General Discussion
    Replies: 19
    Last Post: 10-08-2011, 08:47 AM
  3. Mounting a chuck on a Rotary table
    By irving2008 in forum Machine Discussion
    Replies: 17
    Last Post: 02-09-2010, 07:23 PM
  4. Rotary Table CNCing
    By irving2008 in forum Gantry/Router Machines & Building
    Replies: 21
    Last Post: 19-02-2010, 11:57 PM
  5. Setting up work on the rotary table
    By irving2008 in forum Machine Discussion
    Replies: 6
    Last Post: 09-01-2010, 10:27 AM

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
  •