Auto Reference point cycle
- soroosh.av
- Offline
- Junior Member
Less
More
- Posts: 22
- Thank you received: 0
02 Jul 2016 07:56 #76914
by soroosh.av
Auto Reference point cycle was created by soroosh.av
Hi all
I have a stepper system that due to it's famous behavior, machine should do a home all using a special code inside the part program. I searched for a predefined code but found nothing(G28 is not what i want). Anyone have any idea about this? is this possible at all?
I have a stepper system that due to it's famous behavior, machine should do a home all using a special code inside the part program. I searched for a predefined code but found nothing(G28 is not what i want). Anyone have any idea about this? is this possible at all?
Please Log in or Create an account to join the conversation.
- Todd Zuercher
- Offline
- Platinum Member
Less
More
- Posts: 5008
- Thank you received: 1441
02 Jul 2016 12:11 - 02 Jul 2016 12:12 #76919
by Todd Zuercher
Replied by Todd Zuercher on topic Auto Reference point cycle
Best solution, fix your step loosing problems.
But to try to do something like what you want, try setting up some sort of probe routine then use that data to make adjustments to your machine coordinates (G54...). This likely won't be possible using limit switches as the probe inputs, but a separate home switch(s) should be workable.
But to try to do something like what you want, try setting up some sort of probe routine then use that data to make adjustments to your machine coordinates (G54...). This likely won't be possible using limit switches as the probe inputs, but a separate home switch(s) should be workable.
Last edit: 02 Jul 2016 12:12 by Todd Zuercher.
The following user(s) said Thank You: soroosh.av
Please Log in or Create an account to join the conversation.
02 Jul 2016 14:44 #76921
by Rick G
Replied by Rick G on topic Auto Reference point cycle
As Todd said you may be able to use a probe routine.
So a sub to...
Possibly use G28 to take the machine close to the switches position.
Then probe one axis at a time.
linuxcnc.org/docs/html/gcode/g-code.html#gcode:g38
Then set offset with G10
linuxcnc.org/docs/html/gcode/g-code.html#gcode:g10-l2
Then probe next axis.
May work with switches hooked up in series.
Rick G
So a sub to...
Possibly use G28 to take the machine close to the switches position.
Then probe one axis at a time.
linuxcnc.org/docs/html/gcode/g-code.html#gcode:g38
Then set offset with G10
linuxcnc.org/docs/html/gcode/g-code.html#gcode:g10-l2
Then probe next axis.
May work with switches hooked up in series.
Rick G
The following user(s) said Thank You: soroosh.av
Please Log in or Create an account to join the conversation.
Time to create page: 0.063 seconds