file Frage Tool Sensor

Mehr
18 Mär 2017 13:07 #45641 von ChrisB
Tool Sensor wurde erstellt von ChrisB
Tool Sensor
The Stepcraft tool sensor works. But after the second probe the Z axis wants to drive in to the table.
What’s the problem.
ATB Chris
:(

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

Mehr
18 Mär 2017 13:41 - 18 Mär 2017 13:47 #45642 von peterg1000
peterg1000 antwortete auf Tool Sensor
Chris,

Sounds as though the M31 macro is faulty. Z should lower quickly to touch sensor, retract and then lower slowly to find exact position, then finally retract by a short distance (10mm - "double retractheight = 10"). DRO should read sensor height + 10mm.

Sensor height is in M31 text under "double newZ" - mine read 32.60 before I calibrated it. Attached is my version without calibration - I added comments to let me understand operation and syntax.

Check on diagnostics page that "Status Monitor - Probe" lights when sensor is tripped.

Peter.


SC 420/2, Industrial VFD spindle from StoneyCNC
UC100 + UCCNC
Cut2D, Autosketch10, Draftsight, Eagle 9.5.1


There is no problem, however simple, that cannot be made more complicated by thinking about it.

Dieser Beitrag enthält einen Anhang.
Bitte anmelden (oder registrieren) um ihn zu sehen.

Letzte Änderung: 18 Mär 2017 13:47 von peterg1000. Grund: punctuation

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

Mehr
18 Mär 2017 14:37 #45646 von ChrisB
ChrisB antwortete auf Tool Sensor
Thanks
Yep it performs as you say but then just drives to the table. Will try your macro.
Thanks Chris

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

Mehr
18 Mär 2017 19:14 #45653 von ChrisB
ChrisB antwortete auf Tool Sensor
Just tried you macro still wants to drive to the machine bed. It will do the same if you use Fusion 360 have to remove G0 G53 Z0.
ATB
Chris

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

Mehr
18 Mär 2017 20:31 #45657 von ChrisB
ChrisB antwortete auf Tool Sensor
This what happens

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

Mehr
18 Mär 2017 20:37 #45658 von peterg1000
peterg1000 antwortete auf Tool Sensor
Have you homed the machine?

SC 420/2, Industrial VFD spindle from StoneyCNC
UC100 + UCCNC
Cut2D, Autosketch10, Draftsight, Eagle 9.5.1


There is no problem, however simple, that cannot be made more complicated by thinking about it.

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

Mehr
18 Mär 2017 20:41 #45659 von ChrisB
ChrisB antwortete auf Tool Sensor
yep
how do you post a video.
ATB Chris

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

Mehr
18 Mär 2017 22:16 #45666 von ChrisB
ChrisB antwortete auf Tool Sensor

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

Mehr
19 Mär 2017 09:17 #45675 von CNCMiller
CNCMiller antwortete auf Tool Sensor
Chris,

What program do you use for your machine WinPC-NC or UCCNC?
Because it looks like your Z-axis is not clearing to a save height after measuring, and an other thing can be that there is a inverted Z-coordinate somewhere in your program.

SC 1/420 + Gantry extension, Kress 1050 FME-P, NeJe 20W Laser, WinPC-NC USB v4.00, Vectric Aspire 9, SolidWorks 2021

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

Mehr
19 Mär 2017 09:51 #45678 von ChrisB
ChrisB antwortete auf Tool Sensor
Have sorted ( I think ) have set the Z - soft limit to -200 uccnc. moves up about 10 mm.
ATB
Chris

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

Mehr
19 Mär 2017 12:53 - 19 Mär 2017 12:53 #45686 von peterg1000
peterg1000 antwortete auf Tool Sensor
Hi,

Glad you've cured your problem, though I cannot understand how the soft limit change can rectify the symptoms shown so well in your video

The cause would seem to be this piece of code :-

"
double Zup = exec.GetZmachpos() + retractheight;

if(Zup > SafeZ)
{
Zup = SafeZ;
}
"

So it all depends on the value in "SafeZ" !! This seems a bad piece of software if an incorrect setting of "SafeZ can drive the spindle down into the tool sensor!!

On my 420, soft limits are set to 80 (above the homing machine coordinate of 60.39) and -25 (above where spindle collet would hit the baseplate).

I've experimentally changed my "SafeZ" to low value (40 as it happens) and if I execute the probe macro so that the final value of Zup is indeed greater than 40, then the spindle drives down as defined in the code (that's no surprise!!)

So its a puzzle that the macro fails unless your machine coordinates are indeed above the value defined in the macro. It's also a puzzle that soft limits cure it.

Come on software experts - put me out of my misery!!

Peter

SC 420/2, Industrial VFD spindle from StoneyCNC
UC100 + UCCNC
Cut2D, Autosketch10, Draftsight, Eagle 9.5.1


There is no problem, however simple, that cannot be made more complicated by thinking about it.
Letzte Änderung: 19 Mär 2017 12:53 von peterg1000. Grund: typo correction
Folgende Benutzer bedankten sich: ChrisB

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

Mehr
19 Mär 2017 13:47 #45690 von ChrisB
ChrisB antwortete auf Tool Sensor
Hi Peter
This is a magical mistory tour for me I'm happy at the moment to have movement. ATB Chris

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

Mehr
02 Apr 2017 19:05 #46080 von Calleja
Calleja antwortete auf Tool Sensor
@ Chris B: Did you manage to rectify your problem? Because i have the same problem as you have.

Stepcraft 2 430
Kress 800 FME
UCCNC + UC100
Cut2D Desktop

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

Mehr
02 Apr 2017 21:47 #46082 von ChrisB
ChrisB antwortete auf Tool Sensor
Have sorted ( I think ) have set the Z - soft limit to -200 uccnc. moves up about 10 mm. UCCNC

ATB
Chris
Folgende Benutzer bedankten sich: Calleja

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

Mehr
03 Apr 2017 17:41 - 03 Apr 2017 17:43 #46091 von Calleja
Calleja antwortete auf Tool Sensor
Dear All,

I replaced the M31 file with the one attach and it worked fine. Thanks to Rory. :)

Stepcraft 2 430
Kress 800 FME
UCCNC + UC100
Cut2D Desktop

Dieser Beitrag enthält einen Anhang.
Bitte anmelden (oder registrieren) um ihn zu sehen.

Letzte Änderung: 03 Apr 2017 17:43 von Calleja.

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

Powered by Kunena Forum

© 2024 STEPCRAFT GmbH & Co. KG

Wir benutzen Cookies

Wir nutzen Cookies auf unserer Website. Einige von ihnen sind essenziell für den Betrieb der Seite, während andere uns helfen, diese Website und die Nutzererfahrung zu verbessern (Tracking Cookies). Sie können selbst entscheiden, ob Sie die Cookies zulassen möchten. Bitte beachten Sie, dass bei einer Ablehnung womöglich nicht mehr alle Funktionalitäten der Seite zur Verfügung stehen.