Hello Guest it is June 04, 2024, 02:06:43 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 - Cbyrdtopper

721
Mach4 General Discussion / Re: Can you use Inputs with Macro B Programming.
« on: November 20, 2017, 05:36:08 PM »
Another Question
Is there a #VAR for DRO's?  I need to read a few DROs for Rough Inc., Finish Inc., Spark Outs, Etc...

722
Mach4 General Discussion / Re: Can you use Inputs with Macro B Programming.
« on: November 20, 2017, 02:40:37 PM »
Awesome!  This should work nicely then.  My dad started the thread for the While Loops in a macro, not updating the screen while it is running.  We may very well be able to use this instead.  It would be a lot simpler.  Thanks for the info, I'm sure more questions will pop up.  I will try to keep this thread posted on my progress as well.  Thanks for the resources Steve.

723
Mach4 General Discussion / Re: Can you use Inputs with Macro B Programming.
« on: November 20, 2017, 01:20:40 PM »
Yes.   A signal from our measuring device.  A mapped input into Mach4.

724
I Went ahead and made a topic out of my previous comment.

725
Mach4 General Discussion / Can you use Inputs with Macro B Programming.
« on: November 20, 2017, 12:49:35 PM »
I've never used Macro B Programming, so I have a few questions about it.  Being able to use loops in G Code could really help us out on a project.  Can Macro B Read inputs to exit a loop?  If not, can you run an M Code in the loop that can read the input and then translate that into a #VAR to exit the loop?

726
I've never used Macro B Programming but I was doing some research on it yesterday.  Can it read read inputs from the controller to determine when the while loops should end?  If not, could you pass an M Code in the while loop that can read the input and change a #VAR to exit the while loop?

727
Mach4 General Discussion / Re: Jogging while doing a tool change?
« on: October 24, 2017, 10:58:55 AM »
Awesome, Steve.  Thanks!

728
Mach4 General Discussion / Re: Jogging while doing a tool change?
« on: October 24, 2017, 08:31:38 AM »
Steve,
Just curious, how repeatable is that probe?  I've seen it online before.

729
Mach4 General Discussion / Re: USB port setting
« on: October 20, 2017, 02:34:08 PM »
Hello,
If you are asking questions about Mach3, you should ask them on the "General Mach Discussion" and not the "Mach4 General Discussion".

But to answer your question, you are looking for the XML, it will be in the Mach3 folder on your computer.  The xml stores all the setup information of your profile.

730
Mach4 General Discussion / Re: How to use G28.1 on Mach4?
« on: October 20, 2017, 08:41:05 AM »
This is a good video to watch. 

https://youtu.be/Rd-h0YA9IzQ

But as far as using G28. 
Fusion 360 outputs the following code to send the machine to zero.

G28 G91 Z0
G28 X0 Y0
M30