Hello Guest it is April 26, 2024, 07:42:16 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

1791
that will do it,

Graham.

1792
FAQs / Re: Need help changing Mach labels or font size. Please.
« on: December 24, 2007, 05:29:48 AM »
When ever you enter a number in a DRO you have to press ENTER to confirm it.

Have you got auto scaling of screen set in the general config, this can some times mess the fonts up.

Graham.

1793
I have always found it better with mach to assign values to pins and check the count, like this :-

Sub CheckPins
   count=0
   If IsActive(Input1) Then
      count=count+1
   End If
   If IsActive(Input2) Then
      count=count + 2
   End If
End Sub

You then have your 4 numbers, 0,1,2,3

Graham.

1794
General Mach Discussion / Re: Wanted outline/3D image file of a horse
« on: December 23, 2007, 04:31:50 PM »
Thanks,  I can use these, Daughter's got a horse, it needs a name plate for the stable, Millions in equipment, well, thousands, maybe hundreds, OK a few quid, and I am making name tags  ;D.

Thanks

Graham.

1795
General Mach Discussion / Re: Wanted outline/3D image file of a horse
« on: December 23, 2007, 03:54:37 PM »
Please do, or email it to me.

Thanks

Graham.

1796
General Mach Discussion / Re: Wanted outline/3D image file of a horse
« on: December 23, 2007, 03:27:58 PM »
2D or 3D, 3 is better I suppose.

Graham.

1797
General Mach Discussion / Wanted outline/3D image file of a horse
« on: December 23, 2007, 03:21:21 PM »
I am looking for a horse or horse head dxf or iges file.

Anybody got anything they would like to share?.

Graham.

1798
General Mach Discussion / Re: Non-parallel (rotated) datum
« on: December 21, 2007, 12:01:45 PM »
With you now, you want 3D jogging.

You could ask  ;)  but I think not   :(

Graham.

1799
General Mach Discussion / Re: Non-parallel (rotated) datum
« on: December 21, 2007, 11:48:46 AM »
You can feed between 2 points on 2 different fixture offsets.

e.g.

G54 G00 X0 Y0 Z1.
G55 G01 Z2. F100.

If its any good to you ?

Graham.



1800
G-Code, CAD, and CAM discussions / Re: DFX to G Code
« on: December 21, 2007, 06:32:35 AM »
Hi Don,

I think the .NC files will be text based g-code files.  The best thing to do is ask them for a sample .NC file and post it here for us to look at.

Graham.