Hello Guest it is April 25, 2024, 07:38:50 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 - Davek0974

1891
General Mach Discussion / Re: Limits - Am i being too smart ;)
« on: March 13, 2016, 08:27:54 AM »
Ok, thanks i'll pull that out.

I'm still not happy though as homing accuracy seems poor, probably these sensors again, i have run many dozens of homes and the actual home position varies by about -0.4mm and + 0.6mm which i think sucks, but i may be wrong here??

Debounce was tried but makes little difference.

I might order some full-price sensors from CNC4YOU and try them out.

1892
General Mach Discussion / Re: Limits - Am i being too smart ;)
« on: March 13, 2016, 06:33:53 AM »
Sorted :)

These switches cannot be used for combined homing/limits - the flickering immediately triggers a limit fault after homing as it sees the flicker as the next sense input. Probably just crap sensors.

My fix was to use them for homing only, then add soft limits to control the position limits on all axes - the mill will always be homed when in use so this seems a safe option.

However, as the sensors all use one input, it sees the flickering as the next axis sense and just zeros all the dro's - did i say these sensors are crap?

The fix - modify the home-all button script to something like this for all axes...

DoButton( 24 )
While IsMoving()
Wend
DoOEMButton(133)
While IsMoving()
Wend
Code "G53 G1 z-3 F500"
While IsMoving()
Wend

This runs the home, zero's the DRO, then steps back 3mm which is enough to get the target clear of the sensors, then it moves onto the next axis and so on. It works perfectly but does leave the tool at X3, Y3, Z-3 but then you can jog back if it matters as the soft limits will stop a crash. It does NOT work without the While IsMoving lines in there. Debounce does NOT make any difference and is now set to zero.

I guess I could add a move to zero on all axes after the homing finishes, just to park it all at zero.

A video of homing working nicely...
https://youtu.be/T2CeluqhRl4

Now i can start final wiring and finish the build, damn good fun playing with it though :)

1893
General Mach Discussion / Re: Limits - Am i being too smart ;)
« on: March 12, 2016, 01:44:00 PM »
Thanks Hood, will be on it tomorrow;)

1894
General Mach Discussion / Re: Cable length
« on: March 12, 2016, 01:41:59 PM »
Good idea, I only use the heater to keep the damn rust off the machinery, turns red really fast without it :(

1895
General Mach Discussion / Re: Limits - Am i being too smart ;)
« on: March 12, 2016, 01:40:17 PM »
hmm thats not sounding good, what sort of value would you start with for debounce?

1896
General Mach Discussion / Re: Limits - Am i being too smart ;)
« on: March 12, 2016, 01:16:50 PM »
I've just found the auto limit override on my laptop setup - i searched the settings screens but it was tucked away on the settings page, will apply it tomorrow.

I am slightly concerned about the sensor flickering, my previous experience was that they just flicked on and off, but those ones were like £30ea, the are ebay ones and i got 6 for about a tenner ;)

Maybe they are just sh1te.

1897
General Mach Discussion / Re: Cable length
« on: March 12, 2016, 01:11:10 PM »
 I think you will be asking for more troubles than you have now;)

My stuff is all in a garage and i just leave a small electric radiator on 24/7 to keep it above cold.

1898
General Mach Discussion / Re: Limits - Am i being too smart ;)
« on: March 12, 2016, 11:51:05 AM »
Another brain-fart (had a coffee);)

Use the single sensor as X-Home only and then apply soft-limits and slow-zones??

Another single sensor for Y axis home.

Z axis?? - Home is at top of travel for mill (as opposed to plasma) am i right??

AFIK soft-limits are in Machine co-ords and being a mill, having it homed accurately would be pretty important i think?

1899
General Mach Discussion / Limits - Am i being too smart ;)
« on: March 12, 2016, 11:02:59 AM »
Finally got round to testing my new mill build, all motion is 100% which was most pleasing ;)

Then I got too big for my boots and tried fitting a limit switch, using inductive sensors this time, NO type.

My brilliant idea was to use one sensor on the moving part of the axis and have two adjustable targets, all good so far;)

Got that lot fitted and set X+, X- and X-Home all to one input (this was the smart bit I thought)

But....

The limits work but I cannot jog off of either end - it just shows "Limit switch triggered" immediately after pressing Reset, and the home works but immediately throws a limit fault after homing.

So...

Am I correct in now thinking that I am indeed a twat and you must have TWO sensors or have I missed something simple??

These sensors seem to not flip on or off - they flicker a little as the target gets near - is this normal??

1900
General Mach Discussion / Re: Mach config
« on: March 12, 2016, 03:41:48 AM »
I have had the same thing, it seems that the parallel port can vary and be borderline on one pc and work well on another. Try increasing the pulse length in motor tuning a little, sometimes works.