Hello Guest it is April 25, 2024, 08:58:18 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 - JohnHaine

91
FAQs / Re: Better card for mach 3 turn
« on: February 27, 2023, 06:45:09 AM »
The sensor photo you showed is a hall effect device.  You must have attached a magnet to the spindle for it to pick up - a photo of that would help.

Your spindle debounce is 1 x 40 us but the other debounce is set to 50  x 40 us which is 2 seconds!  Seems a bit long to me.

92
FAQs / Re: Better card for mach 3 turn
« on: February 22, 2023, 10:19:32 AM »
And what is the sensor picking up?

https://cncdrive.com/UC100.html

93
FAQs / Re: Better card for mach 3 turn
« on: February 22, 2023, 08:17:47 AM »
Sorry, I don't understand what you are asking.  I use the UC100 card for my lathe with Mach3 if you want a recommendation.

If you are asking what might be wrong with what you have, from the description it may be that the debounce time is wrong.  What sort of spindle sensor do you have?  What is the debounce tine set to?

94
FAQs / Re: Better card for mach 3 turn
« on: February 22, 2023, 02:19:13 AM »
UC100

95
General Mach Discussion / Re: Mach3 M98 ignored
« on: February 17, 2023, 02:42:27 AM »
Excellent!   Glad it's fixed and worth knowing that!

96
General Mach Discussion / Re: Mach3 M98 ignored
« on: February 16, 2023, 12:13:04 PM »
Well I just tried it in simulation and it worked fine v03.422


97
General Mach Discussion / Re: Mach3 M98 ignored
« on: February 15, 2023, 11:09:59 AM »
Here is some code (actually for knurling with a rotary axis) which I know works.

G00 X1 Y0 Z67.595
G91
G00 A5
F100
G01 Z-1.397
M98 p2000 L37
G00 X1 Y0 Z67.595
G90
o2000
G91
G01 X10.783 A97.297
G01 X-10.783 A97.297
M99

The main difference I can see is that the "o" in o2000 is lower case.

99
General Mach Discussion / Re: mach 3 turn data file
« on: February 12, 2023, 10:03:31 AM »
Ah, apologies, I misremembered, it was the mill tool table export/import that showed the file location.

100
General Mach Discussion / Re: mach 3 turn data file
« on: February 12, 2023, 08:55:24 AM »
I'll have to go and look at my tool setting macro, give me a couple hours.