Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Drawing a TRUE Involute spur Gear
#1
Discuss and comment on <this> tutorial here.
Reply
#2
I44troll,

Thanks for the gear training tutorial. I'm slow finishing part-one but I wanted to take extra time for the concepts to sink in.

I do have a question about figure 14. In the paragraph it says


Attached Files Thumbnail(s)
   
Reply
#3
Randy,

Once again thanks for participating in the tutorial!
I went ahead and edited the text to say
Reply
#4
I understand, Thanks Chris "i44troll".

Randy
Reply
#5
Chris,

Is this an edit that should be done in the PDF that I didn't catch?
Reply
#6
Boss,

It's not too critical but if the pdf's can be edited easily it wouldn't hurt to update occasionally based on how others read and interpret the text.
Reply
#7
Greetings Gents.

I have been reading this gear drawing thread, and am slightly confused as to the location of the Gear-Maker Macro.

I do have a couple of gears I want to draw, and want to try the macro. I am new to the cad drawing and wish to understand the process better.

Brock
Reply
#8
I found my copies of Makegear.bas and Gears.bas Macro.
Just click on the attachments below.


.bas   Gears.bas (Size: 3.43 KB / Downloads: 11)

.bas   Makegear.bas (Size: 5.19 KB / Downloads: 10)

Move or Copy these files to your DeltaCad Macros folder then go to the Macro tab in DeltaCad to Run or Edit the Macros.

P.S.
I tried to add the Timer command in Gears.bas to slow down the animation but it kept crashing.
So I added another loop in the Delay subroutine.
Code:
Sub Delay
Dim d As Double
d = 0
For i = 1 To 20000
'add loop
For TT=1 to 10
   Cos(.707)
Next TT
'
d = d + 1
Next i
End Sub
Reply
#9
Thankyou kindly for the quick response.

Brock
Reply
#10
I have just tried the Makegear macro to do a single gear as per the example in the tutorial, only to find that it generates an error in line 95. I think it may be a divide by zero error.
Reply


Possibly Related Threads...
Thread Author Replies Views Last Post
  Drawing True Threads jw48 6 8,025 03-02-2011, 08:53 AM
Last Post: Admin 1

Forum Jump:


Users browsing this thread: 1 Guest(s)