Hello Guest it is April 19, 2024, 04:54:22 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.


Topics - haydn

Pages: 1
1
General Mach Discussion / Nesting Parts
« on: February 07, 2011, 06:15:28 PM »
I have several items of code which were nested using using fanuc code. I want to run them on mach3 but it can't handle the fanuc variables.  Does anyone know a work around for this? The parts are nested in rows and columns, it's the # variable that spits it back out, example code below.

Thanks

(Standard Fanuc)

(3 rows 2 columns)
(x step 50, y step 40)

O100 (PART1.NC)
 
G90 G17
G80 G49 G40
G54
G91 G28 Z0
G90
M01
N1 M6 T1
(T1 ENDMILL DIA 6.0 R0. MM )
G90 G00 G40 G54
G43 H1 D31 G0 X7.5 Y-3. Z10. S1000 M3
M8
#21 = 0
WHILE [#21 LT 3] DO 1
#22 = 0
WHILE [#22 LT 2] DO 2

(PROFILE)

G0 X7.5 Y-3. Z10.
   Z2.
G1 Z-3. F33
   X30. F100
G3 X33. Y0. R3.
G1 Y20.
G3 X30. Y23. R3.
G1 X0.
G3 X-3. Y20. R3.
G1 Y0.
G3 X0. Y-3. R3.
G1 X7.5
G0 Z10.
G10G91 L2 P1 X50. Y0. Z0.
G90
#22 = #22 + 1
G1
END 2
G10G91 L2 P1 X-100. Y40. Z0.
G90
#21 = #21 + 1
G1
END 1
G10G91 L2 P1 X0. Y-120. Z0.
G90
M30

2
General Mach Discussion / Proximity sensors
« on: February 24, 2009, 05:52:31 PM »
Hi All,

Today I got a bag of proximity sensors, all new from the scrap yard for a few pounds. These are PNP normally open ones. I have a cambell breakout board which was designed to use NPN sensors. Anyone know if there is a way I can use them with this board?

Thanks

Haydn

3
Show"N"Tell ( Your Machines) / My Self Built Router
« on: July 17, 2007, 03:01:39 PM »
Hi All,

My first post so go gently on me. I recently finished my first router. The build log is on cnc zone, but having got into it a bit I thought I might put a post here as it still amazes me how cheap Mach is for what you get! Don't know if Art uses the forum much but he helped me out with a couple of minor problems which means I can now run my machine (with steppers) at the max of 13.5m/min with directly driven ballscrews. I posted a vid on youtube:

<a href="http://www.youtube.com/v/xlGu51uqNgQ" target="_blank" rel="noopener noreferrer" class="bbc_link bbc_flash_disabled new_win">http://www.youtube.com/v/xlGu51uqNgQ</a>
It's not running flat out, barely half the speed I can get out of it, at higher speeds I found Quantum better but I don't have the need to run that fast. Took a while to build and cost about £1800. Ebay was invaluable, the ballscrews (10mm pitch x and y, 5mm pitch z) and support bearings I bought new. The frame is all steel box section, with cast steel epoxy joint faces, bolted and pined. It's very solid and way more accurate than if I had tried to weld the joints, also means I can dismantle it if I ever need to move the workshop (I hope not). The Z axis is all aluminium plate and was machined manually by rigging up a temporary fixed z axis and using the fine height adjuster on the router. Motors are 640 Oz in Rexstep and they are just great hardly get hot just nice and warm, they're rated at 2.3V 5.5A, the supply I built runs them at 60V, 5.5A which is probably partly why I can get good speeds. I'm using Gecko 201's on all axis and a Bob Campbell breakout board.

Hope you like it!

Haydn

Pages: 1