Welcome, Guest. Please login or register.
Did you miss your activation email?
May 28, 2012, 11:28:25 AM

Login with username, password and session length
Search:     Advanced search
* Home Help Search Calendar Links Login Register
+  Machsupport Forum
|-+  Third party software and hardware support forums.
| |-+  Newfangled Solutions Wizards (Moderator: Ron Ginger)
| | |-+  Proposed Job-setup Wizard
Pages: 1   Go Down
Print
Author Topic: Proposed Job-setup Wizard  (Read 1361 times)
0 Members and 2 Guests are viewing this topic.
Deon Gerber
Active Member

Offline Offline

Posts: 50



View Profile
« on: April 27, 2006, 10:33:54 AM »

Hi Brian

I am working on a Job-setup wizard where you can just clamp your job on the mill table without clocking up with a dial gauge.

Instead of that I want to use a touch probe and touch of on two points(if it is a straight setup) or four points(if it is a square setup)   , then use the wizard to calculate the offset angle.

This is where I am stuck.......How do I tell Mach to adjust the machine orientation to that angle.(This is like a centroid control)

Hope you can help.

Thanks
Deon
Logged

If A is a success in life, then A equals X plus Y plus Z.
                               Work is X: Y is play and Z is keeping
                                                             your mouth shut.
Graham Waterworth
Administrator
*
Online Online

Posts: 1,665


West Yorkshire, England



View Profile WWW
« Reply #1 on: April 27, 2006, 12:15:21 PM »

Hi,

on most controls you can only do rotation in program, something like this

G68 G17 R..... (G68 start rotation G17 in X,Y plane R angle to rotate by)
G00 X50. Y50.
etc..
all movements between will be rotated.

G69 (cancel rotation)

Graham.
Logged

G-Code is on the cutting edge

Autovalues Engineering, CNC machining specialists, Bradford, England
bcromwell
Active Member

Offline Offline

Posts: 31


View Profile
« Reply #2 on: April 27, 2006, 01:12:53 PM »

That would be a wizard I would be very intrested in, I saw that feature in the centriod demo video and it was pretty impressive.
Logged
Deon Gerber
Active Member

Offline Offline

Posts: 50



View Profile
« Reply #3 on: April 27, 2006, 01:27:34 PM »

Hi Graham

Thanks for the quick reply.

OK now that makes it a bit easyer. Now I think all I have to do is to get it to append the currently loaded G code.....
The problem will be to append at the right lines.

Any ideas

Thanks
Logged

If A is a success in life, then A equals X plus Y plus Z.
                               Work is X: Y is play and Z is keeping
                                                             your mouth shut.
Graham Waterworth
Administrator
*
Online Online

Posts: 1,665


West Yorkshire, England



View Profile WWW
« Reply #4 on: April 27, 2006, 02:01:15 PM »

Hi Dion,

Based on what I do on a Fanuc 18i control at work this is my experience,

the biggest problem you may have is that the code must be written in the correct format for the rotation to work, e.g. every line must have an X and Y position even if the position of one axis is the same.

Some controls also require you to cancel the rotation before each tool change, also certain functions can not be used e.g.

Changing from G54 to G55 etc. without first cancelling rotation.

I can not tell you how Mach uses this function as I don't yet have a mill, just a Lathe (rotation is not very useful on a Lathe)

You will have to ask Art how Mach3 implements this, if at all.

Regards

Graham.


Logged

G-Code is on the cutting edge

Autovalues Engineering, CNC machining specialists, Bradford, England
Pages: 1   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!