Hello Guest it is April 19, 2024, 11:53:59 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

601
Mach4 General Discussion / Re: Loop-d-loop G41
« on: June 08, 2020, 08:34:54 PM »
Was the code written for G41 from the start or have you added it later?

602
General Mach Discussion / Re: Puzzled :(
« on: June 05, 2020, 01:22:40 PM »
Gaining steps is usually noise on the step wire, are you using shielded twisted pair cable on your signal wires grounded at one end only.


603
Mach3 under Vista / Re: Soft Limits Issue
« on: June 03, 2020, 08:55:44 PM »
Softlimits work off the machine coordinates so if your machine is at home in picture one then switch to machine coords and move to the opposite limits and that will be your min values minus xyz, home should be your max values.


604
When using servo motors the steps per is based on the encoder pulses so a 1024 per rev encoder would be 4096 steps divided by your pitch and drive ratio.


606
General Mach Discussion / Re: My first air cut (Video)
« on: May 28, 2020, 04:53:54 PM »
Only if you have steps per degree set right.


607
General Mach Discussion / Re: My first air cut (Video)
« on: May 27, 2020, 08:37:14 PM »
Code "G00 G91 X1."
while Ismoving()
Sleep(25)
Wend
 
Or is this not what you need


608
General Mach Discussion / Re: Need idea for timed oiler
« on: May 27, 2020, 08:22:04 PM »
You can add code to the Macropump.m1s to turn it on and off.  Then you need to enable the macropump in config.

609
Are you running parallel port, if so you might need to up the pulsing rate from the default 25000 to 35000

610
Mach4 General Discussion / Re: How to enable M6 script
« on: May 25, 2020, 03:42:27 PM »
I think you need to put your macro on here so we can see how its working.  Zip it up and give it a new name or you will get a already exists error, date and time is usually good.