Hello Guest it is May 08, 2024, 07:32:32 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 - TPS

892
i do not think that the G04 is causing the Problem. try to run a simple test like this


G01 X10 F300
G04 P0.1
G01 X0
G04 P0.1
G01 X10
G04 P0.1
G01 X0
G04 P0.1
G01 X10
G04 P0.1
G01 X0
G04 P0.1



893
General Mach Discussion / Re: G82 Drilling Cycle
« on: July 15, 2020, 05:30:51 AM »
in your main Folder (noramly c:\Mach3) should be a file named:

Mach3MillGcode.htm

this file contains the G-Code help and can also be opened with any browser.

894
General Mach Discussion / Re: G82 Drilling Cycle
« on: July 15, 2020, 02:52:53 AM »
here is a screenshot of Mach G-Code help, witch explains the retract Position of z-axis.

895
General Mach Discussion / Re: G82 Drilling Cycle
« on: July 14, 2020, 05:17:52 AM »
yes just Play a bit around and drill some hole in the air.

896
General Mach Discussion / Re: G82 Drilling Cycle
« on: July 14, 2020, 04:18:20 AM »
G54 is the fixture Offset (if specified)
you can use the G-Code button on Mach3 Standard Screen set for help, and examples for the G-Code as well.

here an other example by using the L Parameter
Code: [Select]
G90 G0 G54 X0 Y0 S2000 M3
G91 G82 G98 X4 Y5 Z-6 R1 P1 F150 L3

G0 Z5
M5

machine will move to X0/Y0
then to X4/Y5 drill the first hole
then to X8/Y10 drill the 2nd hole
then to X12/Y15 and drill the 3rd hole

897
General Mach Discussion / Re: G82 Drilling Cycle
« on: July 14, 2020, 03:23:31 AM »
here a small example to drill 4 holes

Code: [Select]
G90 G0 G54 X-55 Y-55 S2000 M3
G82 G98 Z-6 R1 P1 F150
Y55
X55
Y-55
G80

G0 Z5
M5

X/Y Zero is in Center of the holes

1st hole at X-55 Y-55
2nd hole at X-55 Y55
3rd hole at X55 Y55
4th hola at X55 Y-55

hope that helps

898
General Mach Discussion / Re: Motors Not Turning But Are On
« on: July 13, 2020, 03:07:19 AM »
the 5v supply Need to go to the power terminals.

the enable Needs to be bridged with a wire like on the Picture or has to be supplied by macropump.

all this is explained inthe Manual:

http://cnc4pc.com/Tech_Docs/C11G-R9_USER_MANUAL.pdf

899
General Mach Discussion / Re: Motors Not Turning But Are On
« on: July 13, 2020, 02:41:37 AM »
have you set the enable on the c11g?

900
here:

https://www.youtube.com/watch?v=QZLwDnGSaeI

is a Video about the Connections, well it is a arduino, but the Prinzipals are the same.