Hello Guest it is June 03, 2024, 11:33:49 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 - Davek0974

21
General Mach Discussion / Re: Probe debounce...
« on: June 15, 2020, 01:34:19 AM »
Hiya, yes it was a blast from the past, seeing all the familiar names pop up in searches :)

She's been working well over the years, lately doing full days in production since i retired last year.

Hard to beat Mach 3 for a bit of customisation ;)

Hope you're keeping well.

22
General Mach Discussion / Re: Probe debounce...
« on: June 13, 2020, 09:44:25 AM »
Even better, fitted a longer air cylinder today, i can now get the probe tip way up out of the path of the plasma muck, I have also increased the speed to 100% rapid and accuracy is amazing - ran over 50 cycles with a DTI on the Z axis and it maintained +/- 0.05mm each time - plenty good enough for plasma work and very good for a common microswitch.

My earlier post was a little off  i am not probing - its using a ref-z instead and the ref process does need to back-off from the switch closure.

23
General Mach Discussion / Re: Probe debounce...
« on: June 07, 2020, 06:00:40 AM »
I think i have it now.

Probing speed was the issue - this particular microswitch does not like approaching trigger point slowly, after messing with debounce and macros i turned up the speed for the G28.1 setting in homing/limits.

It was on 20% now on 50% and accuracy seems to have returned, plus i get the added bonus of faster probing :)

I guess the switch internals are a little grey and not as good as the old one i took off.

After many dozens of runs and one test cut job i am satisfied that she'll be working ok Monday now.

Thanks for the tips guys.

24
General Mach Discussion / Re: Probe debounce...
« on: June 07, 2020, 03:49:15 AM »
Not tried the ref z yet, will do that shortly.

The Home LED is off before the routine runs.

I'll be going out to play shortly, been a very long time since i touched this code, machine just runs and lately has been getting hammered hence the new probe build :)

Brings back lots of memories and headaches :) :)

25
General Mach Discussion / Re: Probe debounce...
« on: June 07, 2020, 03:36:28 AM »
M1050 =
ActivateSignal(OutPut3)
Sleep(300)

M1051 =
DeActivateSignal(OutPut3)
Sleep(400)

26
General Mach Discussion / Re: Probe debounce...
« on: June 07, 2020, 01:31:48 AM »
It runs as a subroutine called from the main code before each plasma piercing.

Code: [Select]
G91 (switch to incremental mode)
G01 X24.00 Y2.00 F6000 (position probing point)
G90 (switch to absolute mode)
F2000
M1050 (trigger the probe cylinder)
G04 P0.3
G28.1 Z10.00 (probe the surface)
G92 Z#15045 (apply the probe switch offset from settings screen DRO)
M1051 (raise the probe)
G91 (switch to incremental mode)
G01 X-24.00 Y-2.00 F6000 (put the axes back to where we came from)
G90 (switch to absolute mode)
M99

I cant see why anything else would change - the subroutine has been running for a few years now, all i did was build a new mechanism and fit a new microswitch, tried two. It seems it sometimes backs away but not always??

The probe is offset from the torch so it needs the axes moving as in the sub.

27
General Mach Discussion / Probe debounce...
« on: June 06, 2020, 10:41:22 AM »
Hi all, been a few years since i was here :)

Needed to make a new surface probe for my plasma table, got the mechanics done but seen to have a little issue - if someone can confirm my diagnosis and then offer some help would one good :)

ISSUE:-
When running a Z axis probe, the switch will open and Mach3 wills sense the material but the axis does not appear to pull away from the material until the switch opens again.

DIAGNOSIS:-
Switch bounce - its closing and opening very rapidly i.e. bouncing and Mach3 senses it as having pulled away.

FIX:-
Adjust the debounce ion general config, trouble is there are two debounce settings - is this "Debounce" or "Index Debounce"

Thanks all

Dave



28
CS-Lab / Re: Encoder connections to a servo drive instead of an encoder.
« on: October 18, 2019, 02:34:59 PM »
Thanks for the update.

29
CS-Lab / Re: Encoder connections to a servo drive instead of an encoder.
« on: October 18, 2019, 03:48:17 AM »
Does it only appear when starting up?

My setup does this because the drives/encoders do not have a separate power supply, just the mains to the drive and this is not enabled until after the controller is up and running.

Better drives have a separate mains and control supply so the controls are up and on before the controller is then the main supply is enabled later.

30
CS-Lab / Re: CSMIO-ENC Spindle Orientation
« on: October 03, 2019, 06:55:29 AM »
CS-LAB have found the issue :)

In the CS-MIO plugin config, under spindle axis, do not use "reversed direction" - there is a firmware bug that stops spindle alignment working :)

I had to untick that box, tick "encoder reversed direction" and also reverse the motor direction inside the servo drive itself.

All working now, very accurate and also with the shared encoder ( i didn't tell them that though ;) )