Hello Guest it is April 27, 2024, 05:38:08 AM

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 - Graham Waterworth

2591
General Mach Discussion / Re: MPG question
« on: April 13, 2006, 04:29:15 PM »
Hi,

this is the one I use

http://www.rogersmachine.net/MPG/heatsink.html

Graham

2592
Forum suggestions and report forum problems. / Index length
« on: April 13, 2006, 02:34:01 PM »
Hi,

would it be better if the index length was shorter?

Say 20 topics to a page or can I set the length somewhere?

Graham

2593
General Mach Discussion / Re: MACH3 & Servos
« on: April 13, 2006, 01:59:34 PM »
Hi,

I use servos on my lathe, the main difference is that you also have encoder feed back so the system is more accurate, as far as setting it up its almost the same as steppers.

Graham.

2594
General Mach Discussion / Re: MACH3 & Servos
« on: April 13, 2006, 01:41:01 PM »
Hi,

have a look at this site

http://www.lowcostcncretrofits.com/

Graham.

2595
Hi,

at the end of your programs enter the following lines :-

G91 G28 X0 Y0
M30

Graham.

2596
General Mach Discussion / Re: Tangential Control
« on: April 12, 2006, 09:44:24 AM »
Hi,

If you want to cut a slot from point X0 A0 to X50 A90 then the code would be.

G00 G90 X0 Y0 Z25. A0    (MOVE TO START POINT)
Z1.                                 (RAPID TO 1MM ABOVE WORK)
G01 Z-1. F50.                   (FEED 1MM INTO WORK)
X50. A90.                        (FEED 50MM IN X AND ROTATE 90 DEGREES AT THE SAME TIME)
G00 Z25.                         (RAPID AWAY FROM WORK)
M30                                (END PROGRAM)

Graham.

2597
This sounds a bit like a problem I had with a dongal, my CAD software used a hardware key on the LPT port and a software driver, even with the dongal removed from the port the software still messed about with the data stream to the port.  I had to remove all traces of the driver before all was well.

Graham.

2598
General Mach Discussion / Re: M processor Laptop
« on: April 12, 2006, 02:47:06 AM »
Hi

This may not be what your talking about but its worth noting.

a lot of the newer laptops and some desk top systems use a 3.3 volt parallel port not the normal 5 volt one.  My mitac laptop just makes the motors judder. The same configuration on my desktop works fine.

Another thing I found out was that if you have CAD software that uses a Dongal, even with the dongal removed from the LPT port the driver software is still in the system and can't handle the speed of data to the port.  Mine caused all sorts of erratic movements until I removed all traces of it.

Graham

2599
Mach Screens / Fanuc Look-a-like screen
« on: April 11, 2006, 11:13:39 AM »
Hi,

has any body got a turning screen set that looks like the fanuc 6T,11T or 18iT, all the Mach ones I have seen so far are way too complicated and over cluttered.  A nice basic screen is all I want.

Thanks

Graham.

2600
Forum suggestions and report forum problems. / Re: Auto refresh
« on: April 06, 2006, 11:32:49 AM »
Thanks for that, I know about these options, I was after something to in effect press the F5 key for me.

I have my computer on all the time and wanted it to update the index so every time I pass it I can see if I need to stop work and have a look.

Not that important, it would allow me to do more work and less playing.

Thanks

Graham