Hello Guest it is May 17, 2024, 11:43:44 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 - Brian Barker

271
Mach4 General Discussion / Re: Lua Scripting with CycleStop()
« on: December 31, 2020, 09:58:26 AM »
Another thing to try is under Configure-> Control General tab. Select Cycle Stop Is controlled Stop? checkbox...

Feed hold is the most correct way but it's your machine ;)

272
Mach4 General Discussion / Re: M62/63 Command issue
« on: December 28, 2020, 08:30:00 AM »
Rob is working remote and is going to test it this morning :)

273
Mach4 General Discussion / Re: M03 not turning on spindle
« on: December 27, 2020, 08:14:51 PM »
Did you contact the support guys? They may be able to assist you. Seems like a simple setting. Are you in Maine ?

Do you know what output you have the relay setup on?

274
Mach4 General Discussion / Re: M62/63 Command issue
« on: December 27, 2020, 08:09:26 PM »
I will try to remember to look at this tomorrow morning. I don’t know if the LED will show on the screen or not. You may want to check the output and see if it is on. I say this because the G63/G63 commands are done nothing like the normal outputs. The special M commands put output data in the movement buffer being sent to the motion controller. The normal outputs use the messaging system. So long story short is the plugin may not be telling us that they activated the output....  I can see this as a very easy thing to miss ! 

Please check it with a meter on the output.

Thanks Brian

275
Mach4 General Discussion / Re: Mach4 Update?
« on: December 27, 2020, 07:52:05 PM »
Yeah, this elf was working on XBox controllers :) we will get it done. My goal is to get it out this week. I don’t think the guys have much other stuff going on. I have a machine I have to help on this week .

276
Mach4 General Discussion / Re: X Box here we come!
« on: December 24, 2020, 08:58:23 PM »
You will need to remap, I “organized” the selections. Sorry I forgot to mention that . And Merry Christmas to everyone .

277
Mach4 General Discussion / Re: Mach4 2 Point Outside Centering Problem.
« on: December 24, 2020, 08:39:52 AM »
I don't know how this is going to end but I can tell you that Steve, Tom and I are looking at how to redesign this better. I expect to have a sample mid January. I will post here on the forum for testing when we have something working.

278
Mach4 General Discussion / Re: Mach4 2 Point Outside Centering Problem.
« on: December 23, 2020, 06:24:14 PM »
After sitting here and thinking about this and I would like to make a wizard style probe interface that will prompt you for every step with graphics. Would that work for you guys? My goal is to have it so simple my kid could use it!

If you want to run it from the Gcode file that will not work out but I don’t think anyone is doing that. We can do Lua or C++... I am sort of thinking C++ because I don’t want people modifying. Only thinking :) please give your input

279
Mach4 General Discussion / Re: Mach4 2 Point Outside Centering Problem.
« on: December 23, 2020, 05:54:03 PM »
I am sick of hearing about the probing issues so I think it is time for an update. I don’t know if I can make it work for everyone but I am going to try!

I will have it all done with G31’s and if it hits when it shouldn’t it will fail out.

280
Mach4 General Discussion / Re: macro for Reference All Axes
« on: December 23, 2020, 05:49:30 PM »
Yeah, I need to look at it from the Lua perspective. I work in C most of the time so trying to do the Lua thing is difficult !

You bring up a great point , we could save the position data into the string in the register! The register is really a WXString (when it holds text) it is and can hold a book worth of text. I need to start making a list !