Hello Guest it is April 25, 2024, 03:27:00 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 - Coolant Slinger

Pages: 1
1
General Mach Discussion / Having trouble posting attachments
« on: February 08, 2013, 12:33:36 PM »
Hi,
I am trying to post attachment files. An .(xml) &(.nc) file in another topic here on the forum. I am getting error "you already sbmitted this post, you may have double clicked of tried to refresh.
I can't get past this error. Any sugestions?

2
General Mach Discussion / #variable use in Mach3
« on: June 02, 2012, 08:26:53 PM »
Does Mach 3 support #variable use in programming. The simulation toolpath in Mach doesn't seem to like it.
Here is an example below.

Thanks

%
O0001(MACRO PROGRAM TEST)
G20
G00 G17 G40 G49 G80 G90
M998
(1/4 4fl. endmill)
T2 M06 G43 H2
S1000 M03
G54 X2.0Y2.0
Z.1
(INTERPOLATE 2.0 DIA. HOLES)
#100 = 2.0(CIRCLE DIA.)
#101 = 10.0(LEADIN FEED)
#102 = 20.0(FULL CIRCLE FEED)
#103 = 40.0(LEADOUT FEED)
#104 = -.25(ABSOLUTE Z DEPTH)
#105 = 10.0(Z PLUNGE FEED)
M98 P0002
X-2.0Y-2.0
M98 P0002
M5
M998
M30

O0002(SUB INTERPOLATE CIRCLE)
(STARTS AT CENTER)
G1Z-[#104]F[#105]
G91
G3X0Y[#100/2]R[#100/4]F[#101]
X0Y-[#100]R[#100/2]F[#102]
X0Y[#100]R[#100/2]
X0Y-[#100/2][#100/4]F[#103]
G90
G0Z.1
M99
%

3
General Mach Discussion / #variable / macro programming
« on: February 24, 2012, 12:35:08 PM »
I would like to write a few programs for simple tasks using #variables. What #'s can I use without srewing anything up? And are they permanent until overwritten. If anyone has examples of simple macros using # variables I would appreciate them.

Thanks,
Coolant Slinger

4
General Mach Discussion / Mach3 update on Tormach Mill
« on: October 17, 2011, 08:34:34 PM »
I am trying to update to new revision, so I downloaded and overwrote my current Mach3. The new mach3 will open but is only running in "Demo Mode". How do I apply my current licence to the new version and get out of demo mode.
Thanks in advance

Coolant Slinger

Pages: 1