Hello Guest it is April 26, 2024, 01:16:25 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 - Ron Ginger

691
VB and the development of wizards / Re: Change scale on start up Mach3
« on: September 07, 2008, 06:36:42 PM »
G51 sets a scale factor, so G51 X 1.0066 ought to do what you want. Put that into the init string thats in the Config/general screen and it will execute every time mach starts up. Might be safer to first do G50 to reset all scales to zero, then the G51.

692
VB and the development of wizards / Re: Understanding the Wizard structure.
« on: September 05, 2008, 09:26:06 PM »
Where are you seeing any binary code? That should not happen using any of the right tools.

A wizard is simply a screen set, with buttons that do whatever is needed. The screen set is designed and edited with the Screen4 program. The button code is written and edited by opening the screen in Mach, then selecting the Operator menu then Edit Button Script.


693
Newfangled Solutions Mach3 Wizards / Re: V2.79
« on: September 05, 2008, 09:16:59 PM »
What is your screen size? Do you have the check on Config/General set to auto enlarge screens?

The wizards have no control over the screen size, thats up to mach to re-size them when they open.

694
One supplier of kits for model machine tools is PM Research, http://www.pmresearchinc.com/store/home.php?cat=6

They offer many machines, and also several model steam engines. Many of them are aluminum castings, they also offer a couple steam engines in brass. They also have an extensive line of model parts, like pipe fittings, pressure gauges, etc. Nice people to do business, with, always exhibit at the major model engineering shows.

695
Newfangled Solutions Mach3 Wizards / Re: V2.79
« on: August 30, 2008, 04:24:06 PM »
I will fix a 2.79T version as soon as I can. This version will run on Tormach but it will get an error when you try to open the tool table, and if you try to edit the process list.

696
Newfangled Solutions Mach3 Wizards / V2.79
« on: August 25, 2008, 11:00:34 PM »
Version 2.79 is ready for test. The main change in this version is to handle the metric tool units correctly. Old versions were doing a double conversion of metric values to english resulting in bad values for Feed rate.

I have also displayed the units LEDs on every page. You select a unit in the first screen when you select material. From then on all units are assumed to be in the chosen system.

But when you select a tool you may indicate the tool is in the other units. When you calculate chip load and feed rate they will be shown in the selected units, but when you click Continue to move to the next screen the tool values will be converted to the native units. A message Box pops up to tell you it made a conversion. I may eliminate that box if its to annoying.

Consider this a test version for a while.

Download the zip file and unpack it into Mach3/Addons/Newfangled

have fun, let me know if there are errors.


697
VB and the development of wizards / Re: jog z manually during macro
« on: August 25, 2008, 08:43:41 PM »
Have you checked to see that INPUT 4 is not always active, or is reversed in active low? Does OUTPUT1 go on?

I dont see anything to cause the code to pause where you have the  'this is where I want to jog' line. Do you expect to use the regular jog keys at that time?

698
Indeed, it is an important feature of the NFS wizards that you can run several of them in sequence and build a complex program.  If you did not want one of the parts there is a way to list all the parts and to delete anyone of them. There are buttons to list and edit near the bottom of the main menu screen.

699
Ok, I talked to Brian and I understand why he put the G98 mode on the drill cycles. It is a safer option. If you use G99 the tool only comes up to the retract height between moves.  With G98 it comes up to either retract or the rapid height, whichever is higher. That can take more time, but if you want to get fast, and are sure the retract height is high enough, then simply program the Rapid height to be something like .001 higher that retract. That will operate exactly like the G99 option.

Since wizards are meant to be simple, and for beginners we always try to make them as safe as possible, so this one will stay with G98


700
Are you sure you are using the 2 Z fields correctly?

Traverse height is a safe height, meant to be OK to  make any XY move, it should be above clamps, etc.

Rapid Height should probably be called something like Retract height. It is the R word in the drill cycle.

Moving the Z down to the Traverse height before moving to the first XY location will be safe if you have used a safe Traverse height.