Hello Guest it is April 26, 2024, 03:53:28 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 - Graham Waterworth

2021
Hi, post your g-code and lets have a look and see if it is the same on my setup.

Graham.

2022
General Mach Discussion / Re: auto changer
« on: June 22, 2007, 07:12:15 AM »
If you use G53 these are absolute machine coordinanates relative to the zero return position.

e.g. G53 x-5. y-5. z-5.

And this is your standard work offset

G54 x0 y0 z0

Graham.

2023
Hi Poppabear,

Is this the command you are wanting

Graham.


Declare Sub Sleep Lib "Kernel32" (ByVal dwMilliseconds As Long)

2024
General Mach Discussion / Re: G code loads wrong or missing parts!!
« on: June 19, 2007, 07:30:06 AM »
Hi Dave,

Try it now.

Graham.

2025
General Mach Discussion / Re: G code loads wrong or missing parts!!
« on: June 18, 2007, 08:34:55 AM »
Post the code and lets have a look.

Graham.

2026
G-Code, CAD, and CAM discussions / Re: DFX to G Code
« on: June 17, 2007, 07:05:49 PM »
You will have to drop the file into a 3d CAM system and generate the code, then mach will run the code.

Graham.

2027
LazyCam (Beta) / Re: text engraving
« on: June 15, 2007, 11:36:54 AM »
You need to use a single line font or pocket the font out.

Graham.

2028
this is not complete but it give you some idea as to how it needs to be :-

M6.m1s

G53 Z110. M5
Activatesignal(output1)
if isactive(input2) then
   'do something
else
   ' do something else
end if
deactivatesignal(output1)
G53 Z210.

Graham.

2029
Show"N"Tell ( Your Machines) / Re: Monty's Problematic Contraption
« on: June 10, 2007, 12:42:21 AM »
Is that 1/10th of its stroke  ;)

Graham.

2030
Mach Screens / Re: Two State Buttons?
« on: June 10, 2007, 12:34:40 AM »
Have you watched Benny's video, it shows you how to do this.

Look at the bottom of this page.

http://www.artsoftcontrols.com/artsoft/videos.htm

Graham.