Hello Guest it is April 30, 2024, 12:01:54 PM

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 - Brian Barker

3161
General Mach Discussion / Re: What is a CHARGE PUMP?
« on: April 23, 2006, 09:07:18 AM »
It can do anything that you like... I just made a program here : http://machsupport.com/forum/index.php?topic=509.0  to make 125% the max Feed override

3162
I have been thinking about this and I can do this in the Macro Pump... So here is a quick little bit of code to fix the max FRO problem...

'This is to set the MAX FRO to 125%
If(GetDRO(21) >125) Then
   Call SetDRO(21,125)
End If 

This should fix the problem

3163
General Mach Discussion / Re: What is a CHARGE PUMP?
« on: April 22, 2006, 08:08:38 AM »
nope you will not need one (at first). The charge pump is a macro that runs all the time in Mach.

3164
General Mach Discussion / Re: Post Processor
« on: April 22, 2006, 08:06:15 AM »
The post processor is a converter that goes on the output of a Cam program to make the Gcode fit a particular machine... I like to think of it as a Gcode output filter

3165
it is all doable ;) Now we just need a programer...

I will see if i have time in the next few days

3166
General Mach Discussion / Re: Question about Mach 3 hotkeys
« on: April 22, 2006, 08:01:32 AM »
Yes go into Screen4 and click on the cycle start buttion and change the "hotKey". to do this uncheck and recheck the hot key box. When  you do it will ask you to press the key that you would like to set it to...

3167
General Mach Discussion / Re: mach2 and G76
« on: April 22, 2006, 07:58:21 AM »
Here is one more test... after that I would need to see your machine :( but if you are willing to try a few more XML's i think we can get it.

3168
Here it is with oem code 1021 for the reset :)

3169
Cool I will open it up and see if I can see the problem... thank you for fixing it.

3170
IF you would like to fix it open it up in Screen4 and change the text :)

If you do that you are going to have to send me the screen set ;)