Search found 39 matches

by macona
Wed Jul 07, 2021 2:48 am
Forum: Configuration Issues
Topic: Probe Response Delay Mach3
Replies: 25
Views: 4629

Re: Probe Response Delay Mach3

OK, that was not the variable to look at. LOL

I did this instead: printf("Error Status = %f\n", flag);

And now it works. I dont know why, if the probe is already active I get the probe active error in mach. No clue what happened.
by macona
Wed Jul 07, 2021 2:17 am
Forum: Configuration Issues
Topic: Probe Response Delay Mach3
Replies: 25
Views: 4629

Re: Probe Response Delay Mach3

Changing the time setting seems to have resolved the issue, I have yet to get it to do what it was doing. Now for the probe detect issue. I wasn't quite sure which variable I should be printing so I did this: printf("Error Status = %f\n", PROBE_ERROR_HANDLING); And it just always reports 0 Well and ...
by macona
Wed Jul 07, 2021 1:36 am
Forum: Configuration Issues
Topic: Probe Response Delay Mach3
Replies: 25
Views: 4629

Re: Probe Response Delay Mach3

I was thinking of to just not responding to the start command from Mach? I really dont know how the two communicate.

Ill try messing with the FINAL_TIME setting. If that there just to deal with decel times?

-Jerry
by macona
Tue Jul 06, 2021 10:54 pm
Forum: Configuration Issues
Topic: Probe Response Delay Mach3
Replies: 25
Views: 4629

Re: Probe Response Delay Mach3

What about just being able to disable the start button until the MPG program finishes?

Im still running 433, the computer that it is running on is not happy running Windows 7 so I need to scrounge up a newer PC I can transfer everything to and update.

-Jerry
by macona
Sun Jul 04, 2021 2:00 am
Forum: Configuration Issues
Topic: Probe Response Delay Mach3
Replies: 25
Views: 4629

Re: Probe Response Delay Mach3

I deleted the MPG code from my startup .c and that seems to work.

One thing I found is it will happily run the probe program with the probe input already active. What would be a good way to stop that from happening. Probably just stop the program and notify that probe is active.
by macona
Sun Jul 04, 2021 12:48 am
Forum: Configuration Issues
Topic: Probe Response Delay Mach3
Replies: 25
Views: 4629

Re: Probe Response Delay Mach3

This is my current Setup and MPG #include "KMotionDef.h" // Defines axis 0, 1, 2 as simple step dir outputs // enables them // sets them as an xyz coordinate system for GCode #define DISABLE_DELAY 5.0 // seconds after host stops to disable the thing //MPG HANDLER // Example Function as "smooth" MPG ...
by macona
Sun Jul 04, 2021 12:28 am
Forum: Configuration Issues
Topic: Probe Response Delay Mach3
Replies: 25
Views: 4629

Re: Probe Response Delay Mach3

What would be a good way to do that? Not let the probe program run until the MPG has completed it's move?
by macona
Fri Jul 02, 2021 3:25 am
Forum: Configuration Issues
Topic: Probe Response Delay Mach3
Replies: 25
Views: 4629

Re: Probe Response Delay Mach3

Messing around again and did take your info. And it does change my Z offset in mach when it does what it does. Its also doing a couple other things. First, it seems like the klop pauses for a fraction of a second and then delivers all the pulse at once causing the z axis to jump. It only does this w...
by macona
Thu Jul 01, 2021 6:32 am
Forum: Configuration Issues
Topic: Probe Response Delay Mach3
Replies: 25
Views: 4629

Re: Probe Response Delay Mach3

Finally cooled down, my shop hit 107.5 inside, Not fun. So... Its working perfectly. I added your lines, hooked the scope up and everything seems to work fine. Well, most of the time. When I hit start to run the program: G31 Z-4.0 F4 (Probe in Z) G1 Z #2002 (move back to trip point) M30 Sometimes th...
by macona
Sat Jun 26, 2021 1:08 am
Forum: Configuration Issues
Topic: Probe Response Delay Mach3
Replies: 25
Views: 4629

Re: Probe Response Delay Mach3

OK, ill probably do it next week sometime. My shop is going to be murder with the temps the next few days. Supposed to hit 111 Sunday.