Hello Guest it is April 18, 2024, 07:01:39 PM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Pompey Dockyard

Pages: « 1 2 3 4 »
21
Hi Greg,
Speaking for myself, I need the backlash comp and I'm guessing that there are heaps more people who want/need that than there are people who want/need the torch height control? The fact that THC was asked for first should come second to the wants of more people who are asking for backlash comp I would think.
Sorry if I'm barking up the wrong tree but I've been patiently waiting for backlash comp since I bought my SmoothStepper ages ago and I can't use it until backlash comp is available!
So, when can we see BACKLASH COMPENSATION please?
Thanks,
Dave.  :(

22
SmoothStepper USB / Re: Spindle control in latest Mach3 does not work
« on: November 14, 2008, 09:38:20 PM »
Can you attach your xml so i can see if I can repeat the problem. You might also want to try the latest Dev version.
Hood

Thanks for the reply,
I installed the latest Dev version and that fixed it.
The Mach3 RPM counter mysteriously incrementing rapidly and then falling to zero when a spindle command is issued, is a result of having the spindle speed averaging option turned on.
The software immediately tries to average out a non-existent speed when it receives a spindle 'on' command before it satisfies itself that the speed is actually zero, only then does the spindle start rotating.
A bit disconcerting to the uninitiated, I don't recall it happening with the Mach3R2.63 I was running.
Anyway, when I get time I'll hook up the SS and have a play.

Cheers. :)

23
SmoothStepper USB / Re: Spindle control in latest Mach3 does not work
« on: November 12, 2008, 02:12:07 AM »
What controls your spindle?
Hood

Hi Hood,
I'm using a Homann Designs DC-02 Digispeed XL, it worked fine before the Mach upgrade and still shows all the correct indicators.
The problem is definitely with Mach3, as shown by the RPM display counting up before the spindle even starts moving.
I have checked out the spindle sensor with my Shumatec DRO and it also works fine (yes, I have also checked all the connections to my breakout board and PC).

As I said, nothing has changed apart from a new Mach3 install.

Thanks,
Dave.

24
SmoothStepper USB / Spindle control in latest Mach3 does not work
« on: November 11, 2008, 06:21:32 AM »
Hi All,
I recently bought a SmoothStepper and downloaded the latest Mach3 (3.042.015) and latest SS driver and plug-in.
Before I hook up the SS I want to get the new Mach3 running satisfactorily (I have not yet installed the driver or plug-in) but I find that, whenever I activate the closed loop feedback option in spindle control, spindle control does not work as it should.
What happens is that the Mach3 RPM counter increments quickly up to something like 1200RPM (difficult to read it, it's so fast) then decreases to zero - only when the count drops to zero does the spindle start moving, but then the spindle accelerates to way past the dialled-in speed and then decellerates back down to a very low figure before speeding up again to a high setting - then the whole process is repeated for a few cycles before the spindle stops of its own accord.

Before I upgraded to the latest Mach3 (I was running Mach3R2.63) my spindle control was working fine, I've checked my spindle control hardware and it's fine.

Anyone any ideas? ???

Thanks,
Dave.

25
Your welcome Dave,
    Glad you are narrowing things down. I don't understand why your y is not exactly 2x the x though.


Brett
Yep, it's weird all right  ??? - however, I've decided to put that on the back burner for a while as I need to machine the bits for the Z axis conversion. When I get that done (and I have read up on the inner workings of Mach3!) i'll get back to it and post my findings.

Cheers,
Dave.

26
Hi All,
I have Mach3 running my steppers successfully! ;D

The calculations I did, and that others confirmed, were pretty darned close but I had to fiddle a bit to get the steppers to move the table the required X distance. X axis was pretty easy to do - it's direct drive, but Y axis still needs some fine tuning (it's geared 2:1, i.e., two turns of motor for one turn of leadscrew). I spent hours the other night and couldn't figure out why I could not get Y axis correct - until I disovered that the gibs were loose! Tightened them up and now I'm in the ball park - just a little way to go now. Funnily enough it is not an exact two times the number of steps I use for the X axis! Weird. Anyway... I'm pretty confident I'll get it nailed next time I play with it.

Incidentally, I started with Mach2 but after playing with Mach3 a few months back (simulations) I didn't like Mach2 so tried Mach3, since I am only usinga PIII running at 600MHz I was expecting trouble but it runs as sweet as a nut when I run any of the G Code examples (road runner etc). I am mighty impressed, and have learned a heck of a lot about motor tuning!  :D

Cheers,
Dave.
PS - Brett, thanks for your off-line help.

27
This is what I came up with

200 * 8 = 1600 steps per motor revolution (1.5mm)

1600 * 2/3 = 1066.6666666666666666666666666667 steps per mm

Darek
Hi Darek,
Thanks - I came up with the same figure but it didn't work. Has me stumped, what I also found was that after a while of changing the steps per unit (a LONG while), Mach3 seemed to be losing the plot, e.g., I'd tell it to move 25mm and I got it tuned to that (but the figure I had to enter was very very small!) and, still using that figure when I moved back to the zero point, the table only moved somewhere around 1 to 2 mm! I gave up after that.

Methinks I'll rebuild my PC and do a clean install of Mach2, I just got my licence key from Art and he says that the early version of Mach2 runs well on slower PC's - mine is a PIII running at 600MHz - so maybe that has something to do with it.
Probably won't get to doing that for a coupla days but I'll repost when I have done it and entered the steps we both calculated. Wish me luck! :D

Cheers,
Dave.

28
Hey Dave, here is an example.

Here is how you do the math. I will give you mine as an example. What we need to know is, How many pulses from Mach will it take to move the machine 1 of your units? (inch,mm) Mine is in inches. 1 inch = 10,000 pulses on mine. This is how I came up with the number.
My steppers have 200 pulses per revolution. ( 360 degrees divided by 1.8 degrees = 200 )
Micro stepping = 10. So 200 X 10=2,000
Motor to screw gearing is 1-1. So 2,000 X 1=2,000
Screw lead is .200 of an inch. My screw will have to turn 5 rounds to move the nut 1". 1.0 divided by 0.200=5. So 2,000 X 5=10,000.

Brett

Thanks Brett,
I had seen (your?) post about this to someone else and used it as a basis - took me a while to figure out the conversion to mm's and also my microstepping is 1/8th but I ended up with a figure that didn't work so I thought I had it wrong. See the reply post to HillBilly.
Thanks,
Dave.

29
Hi All,
Most people on this group probably use inch measurements, but how do I set the steps per unit for my motors when I'm using millimetres as my unit? I'm running Mach3.

Here's the set up:
Xylotex driver running in 1/8 microstep mode, 200 step steppers and my X axis moves 1.5mm for one turn of the handwheel.

Maths was never my strong point and I'm stumped here :'(. If someone one can give the applicable formula for metric units I'd be very grateful. ;D

Thanks,
Dave.

30
General Mach Discussion / Re: Mach2/3 Hardware requirements?
« on: August 14, 2006, 05:14:18 AM »
Thanks for the note Rusty,
I have downloaded Mach 2 and I'll load it onto the garage (er, I mean workshop) PC and have a play with it - unfortunately it's going to be some time before I get all CNCd up, but who knows - I may have a faster PC by the time I get it all done.

I e-mailed Art off line earlier and he says he has heard of people running Mach 2 on 400MHz machines so it should be OK on my 600MHz. By the way - I asked about running it under Windows 98 but he says it only runs under XP.

Cheers,
Dave. :)

Dave, don't throw out the baby with the bath water. Just run Mach2 like I'm doing. the license is good for either so if you happen across another laptop, you can move up.

Mach2 runs great on the 400mHz HP that I have, paid $150 delivered for it. I've got a used Compaq 2gHz I paid $350 and it was such a nice laptop and a step up for me, I couldn't sacrafice it to the garage.

Mach2 is pretty well debugged so that is to your advantage as well. A big step up for me over TurboCNC :)


Bummer,
I just checked my computer and it's actually a Pentium 3 running at 600MHz, so I guess that won't do!
I already have two computers and don't fancy spending on another! Looks like Mach software is out of the running then.

Cheers,
Dave. :(

Art told me in an email that Mach 3 really needs a minimum of 1gHz CPU.

Pages: « 1 2 3 4 »