![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| Product Announcements & Manufacturer News If you are a manufacturer or company with relevant news related to machining or have a new product announcement you may post it here only! (Commercial Posting Forum) |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
| |||
| |||
| ME Consultant 2.0 - freeware Hey guys, I've developed a freeware program that should be a help to some of you. I think it's really nice. A comprehensive machining calculator - outputs suggested feeds and speeds along with estimated power requirements and cycle time. Interactive - you change one value, everything that depends on that value updates. Configurable - comes with a database of feeds and speeds for twenty materials and eleven tool types. You can modify the existing material data and add up to thirty more materials. A volume and weight calculator for a large variety of shapes and materials. A drill depth calculator for center drills, spot drills, countersinks, and twist drills. A surface finish calculator. A detailed source of screw thread and tap drill information for 192 different threads. A drill chart with over 700 commercially-available drills. A hardness conversion chart. A detailed user guide. Three files, total of 500k, no registry modifications. The program has inch and metric modes, and switches back and forth with a mouse click. This is freeware, with no gimmicks. If you try it and it helps you out, or you don't like it, all I need is a little feedback to let me know. Michael Rainey rainey47@bellsouth.net screenshot: http://bellsouthpwp.net/r/s/rsnmar/MEConsultant20.jpg program: http://bellsouthpwp.net/r/s/rsnmar/MEConsultant20.zip |
|
#2
| ||||
| ||||
| Looks like a handy program. I'll have a go at it. ![]() 'Rekd
__________________ Matt San Diego, Ca ___ o o o_ [l_,[_____], l---L - □lllllll□- ( )_) ( )_)--)_) (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management) |
|
#3
| |||
| |||
| I like it thanks |
|
#4
| ||||
| ||||
| Re: ME Consultant 2.0 - freeware
If you're looking for ideas, suggestions etc, I'll hook ya up! ![]() First thing I noticed is having to double click to select the values in the input boxes. Perhaps you could use a combination of Mouse_Down, Got_Focus and Key_Down events to select all. That way, when a user tabs between fields, it will select everything in the field. Or if they click on a field, etc etc. Also, I'm on a different comp now, but from what I remember last nite (yeah, Rum & Cokes will break your concentration.. ), I believe you have the databases inside the exectuable. This makes it almost impossible for users to modify it.I'll play with it some more.. GJ on the proggie! What did you use to make it? C++? VB? 'Rekd
__________________ Matt San Diego, Ca ___ o o o_ [l_,[_____], l---L - □lllllll□- ( )_) ( )_)--)_) (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management) |
|
#5
| ||||
| ||||
| I'll have a go as well, thanx! Klox
__________________ *** KloX *** I'm lazy, I'm only "sparking" when the EDM is running.... |
| Sponsored Links |
|
#6
| |||
| |||
I didn't provide for tabbing between controls, because I have no way of knowing which control a user would want to go to next. The database is in the ASCII file ME.dat. The User Guide gives detailed instructions on how to modify or add to it. The program was written with IBasic. Easy on the rum & cokes Mike |
|
#7
| ||||
| ||||
)
![]()
![]() 'Rekd teh Inebriated
__________________ Matt San Diego, Ca ___ o o o_ [l_,[_____], l---L - □lllllll□- ( )_) ( )_)--)_) (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management) |
|
#8
| ||||
| ||||
| Hrm, that's interesting. Last nite at home I downloaded it, opened the .zip, and launched the executable. And it ran. Now, at work, I downloaded it, ran it, and it's yelling at me about not having the .dat file. Any ideas? Running Ecks Pee here, and ME at home. I'm thinking I'd want to have a routine in there to create a new database if the old one gets corrupted, lost or deleted. That's what I did with my CNC sub program generator, M98 Px. If the proggie gets run without the ini file it will create a new one and populate it with default values. 'Rekd
__________________ Matt San Diego, Ca ___ o o o_ [l_,[_____], l---L - □lllllll□- ( )_) ( )_)--)_) (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management) |
|
#9
| |||
| |||
I'll study your suggestions on selection methods. The more ways to do it, the merrier. The ME.dat file has to be in the same directory as the executable. Beyond that, I can't say why you had problems running it. I never have. The program was developed on XP and NT, and has also been tested on 98 and 2000. I hadn't considered automatic recreation of a missing data file, but will put it "on the list". Thanks for your ideas (and more to come, I hope). Mike |
|
#10
| ||||
| ||||
It also works the other way.. letting go of the mouse to type something in. This is the reason I almost always use the mouse in my left hand. As a CNC programmer, I use the number pad 75% of the time along with the mouse. With the mouse in my left hand, I can keep my right hand on the number pad and program my little heart out. I guess what I'm saying is that if it's there and not needed, that is better than NOT having it when you want it. Mayhaps if you only did it with the fields that are most common? (flutes, DOC etc)
I believe what happened is I must have splashed a little rum on my monitor, and I clicked the Check Out button last nite instead of the Run button. (I ran the .exe from INSIDE Winzip on both machines, so the data file was not extracted)
'Rekd teh 2-1/2 cents
__________________ Matt San Diego, Ca ___ o o o_ [l_,[_____], l---L - □lllllll□- ( )_) ( )_)--)_) (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management) Last edited by Rekd; 10-10-2003 at 01:27 PM. |
| Sponsored Links |
|
#11
| ||||
| ||||
| BTW, here's a (Visual Basic) example of how I did my routine to check for the config file. (Data file in your case)
HTH 'Rekd
__________________ Matt San Diego, Ca ___ o o o_ [l_,[_____], l---L - □lllllll□- ( )_) ( )_)--)_) (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management) Last edited by Rekd; 10-10-2003 at 01:29 PM. |
|
#12
| |||
| |||
| Matt, Appreciate all the help. Maybe I should consider contributing to your Bacardi Appreciation Fund or something - seems to bring out the best in you. Tell you what on tabbing - I'll try it out and see how it feels. If I like it, I'll stick it into the next release. As you say, it can't hurt anything, even if the application isn't particularly well suited to it (my opinion) - I have this vision of always needing to get to the fifteenth control in the tab order. Thanks for the sample code as well. Given that people tend not to read manuals or back up data, the regeneration feature might be a good idea. Till later. Mike |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Tap Drill Calculator Freeware | Rekd | Product Announcements & Manufacturer News | 35 | 11-15-2011 05:37 PM |
| Anyone Know Of A Freeware G Code Viewer? | ljoe1969 | G-Code Programing | 25 | 07-01-2011 03:08 PM |
| Paid consultant needed to provide email/phone support for my stepper driver project. | jerryrigge | Employment Opportunity | 5 | 09-28-2004 10:23 PM |
| Great Freeware - "Convert" | Swede | General CAM Discussion | 2 | 01-04-2004 05:35 PM |
| a little freeware utility | eriskouma | General CAM Discussion | 1 | 11-17-2003 10:39 AM |