Thanks for the files & replies!
I've attached Gear Gen if anyone interested. It will not run on 64 bit!
Toddhttp://files.engineering.com/getfile.aspx?folder=954deeed-616c-4793-a552-35f8750b052d&file=Gg110.exe
Thanks for the responses!
I enjoyed writing posts and ude's, so I should enjoy writing/modifying something to get exactly what I want. As Loki advised, it's just math & variables. Finding the time is gonna be an adventure!
Todd
NX4
(NX & NX2 were the best!)
Greetings-
I'm currently using an old program called geargen v1.1 for creating gear geometry. None of the grip files I've used seem to have much control over the form tolerance (dimension over pins and such). Anyone with information about any other files please advise. I was also looking to find...
Here is the time tlc:
# machine time is output in minutes, this converts
# time to hrs min sec
# Asher 10-20-2008
global mom_machine_time
global t_hours
global t_min
global t_sec
set tt_hours [expr {($mom_machine_time) / 60}]
if {$tt_hours > 0.0} {
set t_hours [expr {int($tt_hours)}]...
Greetings-
Here is the date tcl. I'll get more time later for the time tcl.
# Output date and time the way I prefer.
# Asher 03-14-2007
global mom_date
set month [string range $mom_date 4 6]
if {$month == "Jan"} {
set month 01}
if {$month == "Feb"} {
set month 02}
if {$month ==...
Greetings-
I've been meaning to do the alteration on machine time also, just haven't yet and I've made a good time/date that is easily altered if you don't like the format. Right now it would put out (10-18-2008 12:33PM). I'll try to get the machine time done Sunday or Monday evening and get...