Hello Guest it is April 19, 2024, 08:12:20 AM

Author Topic: Limit Switch Problems  (Read 13562 times)

0 Members and 1 Guest are viewing this topic.

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: Limit Switch Problems
« Reply #20 on: June 30, 2008, 11:47:08 AM »
G28 will send it to your home position but it will not reference (Home) your machine. What I mean is you will have to do a reference first then any time after that if you do a G28 it will go to that position. The reference (homing) procedure actually moves the machine and looks for the switches, it will trip them then reverse and wait until they are shut again then set that position as your machine coordinates zero position.
Hood
Re: Limit Switch Problems
« Reply #21 on: June 30, 2008, 01:24:36 PM »
How do I do the reference procedure?

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: Limit Switch Problems
« Reply #22 on: June 30, 2008, 01:27:22 PM »
Press the Ref All Home button.
Hood
Re: Limit Switch Problems
« Reply #23 on: June 30, 2008, 01:48:14 PM »
Thanks you very much, again. I hope this is the end of my stupid questions...............

Inivator

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: Limit Switch Problems
« Reply #24 on: June 30, 2008, 01:50:17 PM »
The only stupid question is the one thats never asked :)

Hood
Re: Limit Switch Problems
« Reply #25 on: June 30, 2008, 07:19:59 PM »
How do I set the distance off the limits switches that I want 0,0,0?

Inivator

Offline Chip

*
  • *
  •  2,055 2,055
  • Gainesville Florida USA
    • View Profile
Re: Limit Switch Problems
« Reply #26 on: June 30, 2008, 08:16:25 PM »
Hi, Inivator

Use the pop-out pendant, (Tab key ON, Tab key OFF), Jog with it, Then zero your axises as needed.

Use the MDI line move G00 x# Y# Z#, Then zero your axises as needed.

Use Work Offsets, Saved in G55, G56,..........

There are several other ways also, Put it in your Reff  ALL button, G52 moves....

Hope this Helps, Chip

Offline jimpinder

*
  •  1,232 1,232
  • Wakefield, West Yorks, UK
    • View Profile
Re: Limit Switch Problems
« Reply #27 on: July 01, 2008, 12:02:26 PM »
Innovator -

It is more than likely that the position that you machine stands at 0.0.0 is useless for normal macining.
There are two positions for a machine - one is machine co-ordinates - the other is program co-ordinates.

Machine Co-ordinates - This shows on the DRO's when your Machine Co-ordinayes button is lit. It is the position that the machine knows it is at. When you "Ref All Home" the machine moves to the switches in turn, each zero, and then the DRO's all change to zero in turn. You cannot change these DRO's. This position is probably usless for any general purpose machining.

If you than move the machine to where you wish to begin a program, the DRO's will move. If you then note that position, then this is an offset. It can be entered into a table using codes G54 to 58 then G59p7 to G59p255 so there are planty to go at.

If you then press the Machine C0-ordinate button, the light goes out - and the DRO's are now displaying Program Co-ordinates These are the co-ordinates that you use to run your program - and these you can set to zero.

Let us say you wish to use G56 in your program., so enter these co-ordinates in the table.

You "Ref All Home" - this sets your Machine Co-ordinates to zero - You then enter your offset - G56. If you now check your Program Co-ordinates by pressing the Machine Co-ordinates button, the numbers will not be 0.0.0 but will be your program co-ordinates. If you then do G0X0Y0Z0 your axis will automatically move to the place to start your program.

I hope that is clear - if not come back.
« Last Edit: July 01, 2008, 12:05:35 PM by jimpinder »
Not me driving the engine - I'm better looking.
Re: Limit Switch Problems
« Reply #28 on: July 01, 2008, 03:08:58 PM »
Well, it sounds complicated, but I will try it. It would be nice if there were boxes to inter values for the machine to move, once the limits have been reached, then the Dro's and the machine co-ordinates are set to 0, or what ever value you need. I have never set up the offset tables, so that is something else to do.

Thanks for the comeback, and the info....

Inivator

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: Limit Switch Problems
« Reply #29 on: July 01, 2008, 04:22:05 PM »
Its not really that hard and to be honest the majority of the time you probably dont need to enter any offsets into the table. I dont think I have ever done so, most of my work is placed on the table, I find my start point by jogging the axis via my MPG  then just zero each axis and thats all there is to it. If you have fixtures that can be placed accurately on the table (doweled etc) then often its good to have offsets in the table as you can place your fixture and call those offsets.

Hood