Hello Guest it is March 19, 2024, 02:25:32 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 - dfurlano

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 »
191
G-Code, CAD, and CAM discussions / gcode to dxf converter
« on: January 06, 2007, 06:44:08 PM »
Anyone know of such a program?

Thanks

Dan.

192
Show"N"Tell ( What you have made with your CNC machine.) / Re: Re: radius
« on: January 04, 2007, 04:53:06 PM »
Post them in the "Show "N" Tell" forum. 


Looky were here! ;D

193
Show"N"Tell ( What you have made with your CNC machine.) / Re: radius
« on: January 04, 2007, 04:11:17 PM »
You have my permission! LOL

Put the photos in the "Show "N" Tell" forum

194
General Mach Discussion / Re: radius
« on: January 04, 2007, 02:16:37 PM »
Marcel,

You do ornamental turning?  What equipment do you use?  Can you post a photo of something you have turned?

Thanks

Dan.

195
General Mach Discussion / Re: Nesting Subroutines?
« on: January 01, 2007, 05:23:48 PM »
Graham you won! 

This program drills 8 holes equally spaced on a diameter and then increments over .333 in the X and offsets the holes 20 degrees 9 times.

Although my offer of one million dollars has expired let me offer a hearty "THANK YOU" for your expeditious response and expertise in helping me reach my goals!  Now back to work!

(#1001 = X Axis)
(#1002 = A Axis)
(#1003 = A Axis Increment)

#1001=0
#1002=22.5
#1003=0


M98 P1002 L9
M30
 
O1002
M98 P1001 L8
#1002=22.5
#1001=[#1001+.333]
#1003=[#1003+20]
M99

O1001
g0 x#1001 A[#1002+#1003]
G73 z-.04 r.0 q.02 f3
#1002=[#1002+45]
M99


Had a small change to the program to make it work properly.  Thanks again Graham.

196
General Mach Discussion / Nesting Subroutines?
« on: January 01, 2007, 05:00:50 PM »
Is it possible?  The code below drops out after the first run of the internal subroutine.

(#1001 = X Axis)
(#1002 = A Axis)
(#1003 = A Axis Increment)

#1001=0
#1002=22.5
#1003=22.5


M98 P1002 L9
  O1002

    M98 P1001 L8
       O1001
       g0 x#1001 A#1003
       G73 z-.04 r.0 q.02 f3
       #1002=[#1003+45]
    M99


  #1001=[#1001+.333]
  #1003=[#1003+20]
M99

197
General Mach Discussion / Re: Programming Question
« on: January 01, 2007, 04:00:26 PM »
Ok, You guys are too slow I was going to give the first person that answered a million dollars.   :o :o :o

Too late.

Answer:

No # sign on the M98 subroutine call line.   ::)

198
General Mach Discussion / Programming Question
« on: January 01, 2007, 03:55:26 PM »
Look at the source code below.  It rotates the A axis the the first position when the subroutine starts at 22.5 degrees.  As it exits the subroutine the first time it increments the A Axis value to 67.5 and moves correctly.  But upon exiting the subroutine for the third time the pointer goes back to the start of the program at line #1 with the error "sub called with no sub in effect... looping"

What am I doing wrong? v1.90.081


(#1001 = X Axis)
(#1002 = A Axis)

#1001=0
#1002=22.5


M98 P1001 L #8


O1001
g0 x#1001 A#1002
G73 z-.15 r.1 q.02 f3
#1002=[#1002+45]
M99

199
Show"N"Tell ( What you have made with your CNC machine.) / The Traveler Pen
« on: December 29, 2006, 06:55:06 PM »
I made this pen as a prototype for a series I hope to make.  The next version I am going to make a collection of 25 or 50 pens in sterling silver, ebonite, and one type of wood per pen. 

This pen is make from Leopardwood and Blackwood and the ends are coral. The trim and 112 dots are made from Brass. The clip is low brass and is enameled.  The last photo shows the brass compass inset into the finial.

Here it is:








200
General Mach Discussion / Wii Controllers
« on: December 21, 2006, 07:56:27 AM »
Alright someone that got their kid a Wii system has to try and hook up the joystick to a CNC.  Here is a video of someone using it on a RC car.

For those that don't know the Wii controller is a hand held remote joystick.  I think it is not practical but you just gotta try it kind of technology.

http://www.wiihaveaproblem.com/show_article.php?id=113

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 »