Hello Guest it is May 03, 2024, 11:41:16 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

341
General Mach Discussion / Re: Motors don't lock or turn screws
« on: March 29, 2018, 12:37:00 PM »
I'm just guessing really.

Are there any hidden safety switches?
Could one of the limit switches be jammed on?

Might be a broken wire.

342
General Mach Discussion / Re: Motors don't lock or turn screws
« on: March 29, 2018, 03:36:10 AM »
The E-stop button is not pressed ?  :) (always ask the simple question first)

Sounds like the "enable" signal to the drives is missing.

343

also i know I have to install Couple of Files, and I need to add few Tab Page to My mach3, Could you please provide the Links for them?

Regards
jhonansaro

Hi,
It really is not that simple which is why the replies are slow - you will certainly need a custom macro written, tabs/pages on Mach will all need custom development and so on.

I'm looking at this soon and I am still learning how big this task is.

BTW - Are you on a MAC browser - I am and I cannot view the videos either - they use Java/Flash and that is a bit of work to get going on a MAC now due to its security issues.

344
General Mach Discussion / Re: Scripter Compile Error bites again :(
« on: March 25, 2018, 07:04:21 AM »
Another 3-1/2 hours of running and no scripter compile errors :)

Confidence is rising.......

345
General Mach Discussion / Re: Scripter Compile Error bites again :(
« on: March 24, 2018, 05:50:11 PM »
That explains it :)

It sort of worked but was very poor in response.

346
General Mach Discussion / Re: Scripter Compile Error bites again :(
« on: March 24, 2018, 01:17:06 PM »
Glad you sorted it.

My mill has been running a fair bit today, still no sign of the scripter compile error :)

347
General Mach Discussion / Re: Scripter Compile Error bites again :(
« on: March 24, 2018, 11:04:28 AM »
Ok, did you copy the new M84.m1s macro to your macros folder - it will not work without this.

Next, the parameters must be in the right order.

P = Pitch
Q = thread depth
R = speed feed
S =  speed retract

Next, I am not using feedback, in spindle I am only using "use spindle feedback in sync modes" - i found closed loop/PID not to work very well.


Dave

348
General Mach Discussion / Re: Scripter Compile Error bites again :(
« on: March 24, 2018, 08:56:24 AM »
Take the M3 out, the spindle is controlled internally by the M84 routine - its scary but does work ;)

Your parameters are in the wrong order too :)

Should be M84 Q P S R

349
General Mach Discussion / Re: Scripter Compile Error bites again :(
« on: March 24, 2018, 07:29:50 AM »
Have you got the full M84 output code?

Should appear like this...

M84 Q11.262 P0.8 S350 R350

350
General Mach Discussion / Re: Scripter Compile Error bites again :(
« on: March 24, 2018, 06:44:44 AM »
Hi

yes, I modded my posts to output M84