![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
| |||
| |||
MODIFYING THE HOBBY CNCPro DRIVER BOARD TO USE MACH3 CURRENT CONTROL Before I can suggest anyone try this modification, conscience requires me to fully explain the background and logic behind it. I will try to make it as non-technical as possible, and I apologize in advance for its length. Or, you can skip the whole thing and go straight to the mod instructions at the end; short story: It works. It's worth it. The circuit background: The Hobby CNC Pro driver board (hereafter HCNCP) uses a timing circuit that activates when it receives a step pulse. When activated, this circuit stays active for ten seconds. While active, it turns off the driver chip sync function, and holds the driver current at a high level. This is the normal 'step activity' state. If there is no step activity for ten seconds, the circuit 'times out', which turns on the sync function (reducing noise), and reduces the driver current (reducing heat). Each axis of the HCNCP has its own timer circuit which operates independently for that axis only. This timer circuit is taken from the Allegro data sheet for the SLA7078 driver chip. In that data sheet, the circuit's use was intended for the sync function only, not the combination of sync-current reduction. Also, the time setting of this circuit was suggested to be something just longer than the average time between step pulses; something like a few tenths of a second (or less), rather than ten seconds. The problem: So, why is the HCNCP's timer set for ten seconds? I suspect the reason for that is because the timer-sync function has been bundled with the current reduction function. Remember, the timers for each axis are independent, so, if there is no activity on one axis, it could go to reduced current while another axis is in motion. Due to a total lack of experience in such matters, I can't say for certain, but it seems to me that you would always want all axes at full current while any are in motion. And, I believe this is the reason for the '10-second' timer on the HCNCP: If any one axis is idle for ten seconds, it's likely that all cutting and motion has ceased, and it is OK to reduce the current. That's probably a pretty good assumption, so why is it a problem? Well, the issue is, that it is the step pulse that triggers the timer, turning off the sync and restoring full current. That step pulse also goes directly to the driver chip, which immediately starts the commanded step, and that action doesn't wait for the timer/sync/current functions to return to a normal operating state. So, what happens is, you have an axis that functions normally most of the time, but when it has been idle for ten seconds, it stalls when attempting to begin motion again. This apparently happens because the current ruduction or sync functions have not really turned off when the step action starts. The common suggestion is to "reduce the acceleration" or "reduce the step rate", which is an attempt to slow down the initial motion to allow the circuit to 'catch up'. Apparently this is inadequate in some situations, or the driver software doesn't support it; regardless, it's what's technically known as a 'kludge'. The difficulty in diagnosing this problem is that it manifests itself differently on different systems; and all systems are different: Different motors, screws, nuts, lubrication, cables, masses, voltages, currents, etc. Some will never see an issue, while for others it appears to be a persistent problem. In testing on my own system, it's pretty easy to set up a step rate and acceleration that will jog reliably when there are no delays between jogs, but which will nearly always stall when attempting to jog after a 10 second idle time. This can be nearly always fixed by reducing the acceleration, or, by disabling the current reduction (placing J4). Since the problem is fixed by disabling the current reduction, we can be pretty sure that sync is not a part of the stalling problem (disabling current reduction does not affect the sync function). The question is though, why, should I have to live with reduced acceleration all of the time to accomodate this single problem case, or, why should I have to forego the temperature reduction advantage of a reduced current control to get back that acceleration? The solution: Briefly, the object is to eliminate the timer circuit on the HCNCP, and control the current and sync function directly with the current reduction control built into the driver software. Mach3 has an optional current reduction output - I have no idea about other driver software. On Mach3, if you assign the current reduction fuction to an output pin, it will command high current before any step activity takes place, will remain at high current when step activity is taking place on any axis, and will switch to low current only when step activity has ceased on all axes. There is also no reason why sync couldn't be combined to operate off of the same control. There is zero information on this control in the Mach3 documentation that I have found. I asked about it once on the Mach3 forum and got no response. The above description is the way I assume it works, based upon setting it up and observing it's action with an oscilloscope. I could be wrong. What this means: If you use the Mach3 current reduction output to control the HCNCP, there will be no ten-second delay before low current and sync are activated; they will activate when there is no step activity for some period (short and unspecified, but observed to be no more than a few hundred milliseconds). Since there is no ten second wait, and it will switch to low current even for short pauses, this probably means lower temperatures and less noise overall. The difference is that all axes must operate in concert - all will go to low current/sync only when none are active. When step activity begins on any axis, all will go to full current, before the step activity begins. Which, I believe, is exactly the type of operation you really want. HCNCP hardware modification for Mach3 current control: Tools/materials required:
The modification may be applied to a single axis at a time. Try it on one, and if that works, it can be added to the remaining axes. Got all that? Ready? Confident? Here's how to do the mod: Remember you can mod and test one axis only, or all at once, your choice.
Configuring the Mach3 software:
|
|
#4
| |||
| |||
Looking through the HCNCP instructions and the Allegro SLA7078 data sheets I noticed something curious: There are additional step modes available that aren't mentioned in the HCNCP instructions. Those instructions list the following positions for the step mode jumpers J1, J2, J3: (J4 is the unrelated current reduction disable jumper)
The Full and Half step modes selected by the jumper combinations above are called 'Mode F' in the data sheet. There are alternate selections for what is called 'Mode 8':
Gary |
|
#5
| ||||
| ||||
| Great work Gary!!! I really didn't noticed the problem till I switched to the 1/2-8 (2 start) acme, but its there for sure and like you say turning down accel does reduce the problem but its still there, just a smaller hic-up. I'll do the mod for sure. Glad you investagated this problem, thanks!!!!! Cheers dewalt58 |
| Sponsored Links |
|
#6
| |||
| |||
| Thanks for the extremely detailed info Gary. I am one of the ones who had problems initially. Your threads in particular led me to try turning off the HCNC current reduction (J4) and this solved the startup issues. I will try this mod next time I get the solder station out. |
|
#7
| ||||
| ||||
| Allegro doesn't write the clearest data sheets in some aspects....I believe the difference between mode 8 and mode F is phase currents. Allegro runs full step at phase equal current angles, 45 degrees as example. So mode F has each phase at 45 degrees at 100% phase current and mode 8 has each phase at 70.7% phase current. They also change the off time between the two modes. An automatic current reduction isn't necessarily a good thing and it depends on the circuit of the driver. As for the 7078, the data sheet says that if the refence input value is changed, there needs to be a 100us delay between the time it changed and a clock pulse. So internally the 7078 must have an analog response time based on that 100us figure.
__________________ Phil, Still too many interests, too many projects, and not enough time!!!!!!!! Vist my websites - http://pminmo.com & http://millpcbs.com |
|
#8
| |||
| |||
| Thanks for the great work! I just got my 4 axis board and did this to it while building it. -Adam
__________________ www.adambrunette.com - Converting My Harbor Freight X2 And My Jet Jvm-830 Knee Mill, As well as many other projects. |
|
#10
| |||
| |||
| I must admit I never did try this. Things are working reasonably well now and I have not taken the time to open up the controller and get out the soldering station. Did anyone else try this? How's it working? |
| Sponsored Links |
|
#11
| |||
| |||
| I had bought and extra hobby cnc boarda while back as a back up for my router cnc project that i am doing and just did the mod on that board will try it tonight or next week and leave feedback thanks for the great info. I have seen this problem on my other non modded board sometimes it seem like it just stalled, but the info here explains why this is happening. Thanks a lot for the GREAT INFO. Paul |
|
#12
| |||
| |||
Interesting thread. I have always assumed that the independable current reduction on each axis was particularly meant to be smart when making a 2-d job, where e.g. the z-axis could be idle for several minutes at a time. It's a while since this thread was written, so it would be interesting to hear if anybody did try out this mod? CNCDevil |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| automatic idle-current reduction & belt drive ?? | Georg | DIY-CNC Router Table Machines | 1 | 11-06-2007 03:11 PM |
| Current Reduction, HobbyCNC - Mach3 | gacrwell | General Electronics Discussion | 0 | 07-12-2007 11:35 PM |
| Gear reduction set-up | scrambled | CNC Plasma and Waterjet Machines | 7 | 05-05-2007 10:34 AM |
| Auto current reduction, How? | toolbox911 | Stepper Motors and Drives | 3 | 03-06-2006 06:23 PM |
| 2:1 or 3:1 reduction...I'm not sure? | Bird_E | General Metal Working Machines | 5 | 08-18-2004 08:32 AM |