Hello Guest it is May 04, 2024, 03:00:00 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 - Graham Waterworth

1021
It looks as if you are loosing steps, slow the machine down by 50% on acceleration and velocity and try again.


1022
General Mach Discussion / Re: rapid jog
« on: January 03, 2012, 09:12:22 AM »
Have a look at the button list you may have the wrong button code entered.

http://www.machsupport.com/MachCustomizeWiki/index.php?title=OEM_Buttons

1023
General Mach Discussion / Re: Maximum feedrate on my setup?
« on: January 03, 2012, 09:07:23 AM »
The maximum feed rate is set in motor tuning for each axis when the machine is calibrated.

Graham



1024
FAQs / Re: How to clear part programs in MDI screen
« on: January 03, 2012, 07:59:23 AM »
Hi,

you should be editing lines of g-code in notepad or wordpad and then loading them into mach3, if you then click on the edit-g-code button the code will be displayed in notepad.

MDI is only for entering single lines of g-code to be executed immediately after pressing the enter key.

Graham

1025
what have you got in motor tuning for the 4th axis?


1026
General Mach Discussion / Re: Spindle output messes up tool change
« on: December 30, 2011, 04:54:43 PM »
If you can not find the problem post your macro files M3.m1s, M4.m1s, M5.m1s, M6Start.m1s and M6End.m1s so we can have a look at them, it looks as if there is interlock code in them.

Graham

1027
General Mach Discussion / Re: Spindle output messes up tool change
« on: December 30, 2011, 09:41:22 AM »
I was asking to see if there was some sort of interlock in the M3/4 that is cancelled in the M5

Graham

1028
General Mach Discussion / Re: Spindle output messes up tool change
« on: December 30, 2011, 06:52:49 AM »
If you issue a M5 before the tool change will it work?

Graham

1029
Try it like this

'power on the optical home detector and wait 500 ms before homing
ActivateSignal(Output3)
Sleep (500)
' home 3 axis
DoButton(24)
DoButton(23)
DoButton(22)
while ismoving()
wend
'cut power on the optical home detector
DeActivateSignal(Output3)

Graham

1030
General Mach Discussion / Re: changing Machine zero
« on: December 27, 2011, 01:20:32 PM »
Check the offsets table and see if there is a figure in tool 1.  If so remove it e.g. set it to zero

Graham