Hello Guest it is April 25, 2024, 11:42:52 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

611
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.

612
Mach4 General Discussion / Re: How to enable M6 script
« on: May 24, 2020, 08:35:46 PM »
General config

613
General Mach Discussion / Re: Constant velocity vs Exact stop
« on: May 24, 2020, 08:29:46 PM »
If its just an odd corner add a G61 before the corner and a G64 after the corner in the code or slow the feed down on the entry to the corner.

614
Mach Screens / Re: Looking for a little help with simple script.
« on: May 24, 2020, 08:24:09 PM »
In the screen editor (machscreen or Screen4) place a DRO and give it a number in the 'Standard code' section of 1800 to 1850 you can then add a label saying what it is.

In your macro you read it by

var = GetOEMDRO(1800)

and update it by

SetOEMDRO(1800,val)

That is the short version

615
Works in progress / Re: Benny's new 16:9 screen.
« on: May 24, 2020, 07:07:15 PM »
Things have changed in 10 years, users want plain and simple like Win 10, you know, boring. BTW welcome back

616
FAQs / Re: Auto Tool Zero not responding
« on: May 18, 2020, 08:21:43 PM »
If you go into the diagnostics and then touch the plate to a metal part of the machine or the tool can you see an input light

617
PoKeys / Re: interpolation issues
« on: May 17, 2020, 05:32:53 PM »
All signal cable should be twisted pair shielded for best protection from noise.  All grounding should be to one point to stop earth loops.

 

618
PoKeys / Re: interpolation issues
« on: May 17, 2020, 04:18:45 PM »
The code looks fine, I would guess it is noise on the step / dir cables or a bad connection / joint, make sure the cables are shielded with only one end of the shield connected to a common ground.

Make sure you have no power wires close to the signal wires.

Spindle power cables are bad for this.


619
PoKeys / Re: interpolation issues
« on: May 17, 2020, 02:18:44 PM »
Can you post your code and a picture of what it should look like without the error

620
General Mach Discussion / Re: CNC stalling on long moves
« on: May 16, 2020, 05:58:00 PM »
I would swap the x and y stepper driver and see if the fault is then on the x if it is its driver related if not it is axis related so could be the motor or maybe the rails are dry or sticking.