Hello Guest it is March 28, 2024, 11:39:24 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.


Topics - glacier

Pages: 1
1
I purchased a copy of mach3. I have several questions now.

for example: How to use M6start.m1s, which is under directory
C:\mach3\macros\mach3mill\
I have write M6start in G-code program instead of M6. The running stopped at the line
 of M6start, and showed there's error.

Can anyone provide a demonstration, or tell me how to make a macro program that
when G-code program go to M6 ( or any other M command) function as below will be done:
1.spindle motor move to reference point?coordinates +110mm
2.set output#1 to 1
3. read input#3, if it's 0,wait; if it's 1, go next
4. set output#1 to 0
         output#2 to 1
5.z-axis move to reference point?coordinates +210mm
6.set output#2 to 0
7.end
 then G-code program goto the next line.

Pages: 1