Hello Guest it is March 29, 2024, 09:39:06 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 - JeffMach3

Pages: 1 2 »
1
General Mach Discussion / Re: Restart program
« on: September 18, 2019, 09:02:59 AM »
Very helpful, thanks

2
General Mach Discussion / Re: Restart program
« on: September 17, 2019, 04:43:10 PM »
Thank-you so much!!

3
General Mach Discussion / Re: Restart program
« on: September 17, 2019, 03:17:01 PM »
I read that, was not sure how to apply that to the main program.  I guess you could create the main program as one program name and then use it as a spring board into your sub program that carries your whole program inside.  I have never used it that way but I guess it would work.

(Main Program)
12345
G0G90X0Y0
M98P2692L10
M30

(Sub program)
O2692
G0X20.Y10.
...
M99

4
General Mach Discussion / Re: Restart program
« on: September 17, 2019, 02:58:44 PM »
So would you write it:

O2692
 G0X0
...
M98P2692

5
General Mach Discussion / Re: Restart program
« on: September 17, 2019, 02:52:37 PM »
I guess it is all about what/who you know.    Do you have an idea on how to get the program to auto-restart or loop?   There has got to be a way.

6
General Mach Discussion / Restart program
« on: September 17, 2019, 02:00:25 PM »
Hi I am trying to learn how Mach 4 works.  I am more used to Fanuc.  If I want to run a program a certain amount of cycles I use the Macro B statements.  But I tried using the GOTO command in Mach4 but it just hung there. Do you have any ideas on how to do this?


N10
G0XOYO
...
#100=#100+1
IF[#100LT10]GOTO10
M30

7
Mach4 General Discussion / Re: Creating M-Code to activate Outputs
« on: August 10, 2019, 03:59:21 PM »
Awesome... It works Thank you

8
Mach4 General Discussion / Re: Creating M-Code to activate Outputs
« on: August 10, 2019, 02:29:07 AM »
I checked and the file is there.

9
Mach4 General Discussion / Re: Creating M-Code to activate Outputs
« on: August 08, 2019, 12:13:36 AM »
Version 4.2.0.4162
Build 4162

10
Mach4 General Discussion / Re: Creating M-Code to activate Outputs
« on: August 08, 2019, 12:08:50 AM »
Oh fun, do I try re install it

Pages: 1 2 »