Multiple fixture setup
- Routerworks
- Offline
- Premium Member
Less
More
- Posts: 87
- Thank you received: 8
17 Jan 2024 15:10 #290957
by Routerworks
Multiple fixture setup was created by Routerworks
I understand G55 to G59 etc. are position offsets for rerunning the program in different locations. I don't see where you set the X,Y,Z offsets values for the different locations. Is this done in freecad or does it have to be set in (my case) Linuxcnc?
Thanks
Thanks
Please Log in or Create an account to join the conversation.
- Aciera
- Away
- Administrator
Less
More
- Posts: 4001
- Thank you received: 1728
17 Jan 2024 18:53 #290972
by Aciera
Replied by Aciera on topic Multiple fixture setup
Have a look at G10 L2 .. and G10 L20 ...
linuxcnc.org/docs/html/gcode/g-code.html#gcode:g10-l2
linuxcnc.org/docs/html/gcode/g-code.html#gcode:g10-l2
Please Log in or Create an account to join the conversation.
- Routerworks
- Offline
- Premium Member
Less
More
- Posts: 87
- Thank you received: 8
17 Jan 2024 22:14 #290979
by Routerworks
Replied by Routerworks on topic Multiple fixture setup
I have been looking at that but am not sure if when you enter an offset value for x,y,z the offset is from where you set the origin or is it from machine zero?
Thanks for your help.
Thanks for your help.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19459
- Thank you received: 6529
17 Jan 2024 22:44 #290980
by tommylight
Replied by tommylight on topic Multiple fixture setup
As far as i can understand, you are looking for this
linuxcnc.org/docs/html/gcode/coordinates...#_coordinate_systems
Below should be confirmed as i can not do tests right now:
One way to set these should be by using the "touch off" button in the Axis GUI and choosing the correct "fixture" from the drop down menu and setting the correct value for the selected axis/joint.
On older versions of LinuxCNC the drop down menu had G54, G55, etc listed, new versions have P1, P2 etc that should corelate to G54, G55 etc. I think it means Part 1, Part 2, etc, but this is just my guess.
Setting the machine with MDI to G55 etc then jogging to the part position and touching off should also work.
linuxcnc.org/docs/html/gcode/coordinates...#_coordinate_systems
Below should be confirmed as i can not do tests right now:
One way to set these should be by using the "touch off" button in the Axis GUI and choosing the correct "fixture" from the drop down menu and setting the correct value for the selected axis/joint.
On older versions of LinuxCNC the drop down menu had G54, G55, etc listed, new versions have P1, P2 etc that should corelate to G54, G55 etc. I think it means Part 1, Part 2, etc, but this is just my guess.
Setting the machine with MDI to G55 etc then jogging to the part position and touching off should also work.
Please Log in or Create an account to join the conversation.
- Aciera
- Away
- Administrator
Less
More
- Posts: 4001
- Thank you received: 1728
18 Jan 2024 07:38 #291001
by Aciera
G10 L20 ... refers to current location (eg if you touch off on a fixture or work piece)
P1, P2 .... P9 refers to the 'P' word in the above commands and correspond to G54, G55 .... G59.3
Replied by Aciera on topic Multiple fixture setup
G10 L2 ... refers to machine zero (ie if you already know the offset values from machine zero)not sure if when you enter an offset value for x,y,z the offset is from where you set the origin or is it from machine zero?
G10 L20 ... refers to current location (eg if you touch off on a fixture or work piece)
P1, P2 .... P9 refers to the 'P' word in the above commands and correspond to G54, G55 .... G59.3
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19459
- Thank you received: 6529
18 Jan 2024 08:33 #291004
by tommylight
Replied by tommylight on topic Multiple fixture setup
So
G10 L20 P2 X0 Y0
would set the G55 00 at the current location, right?
Neat!
G10 L20 P2 X0 Y0
would set the G55 00 at the current location, right?
Neat!
Please Log in or Create an account to join the conversation.
- Aciera
- Away
- Administrator
Less
More
- Posts: 4001
- Thank you received: 1728
18 Jan 2024 13:58 #291027
by Aciera
Replied by Aciera on topic Multiple fixture setup
Yes, that is the command used by all those 'touch off' features in a gui.
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
- Routerworks
- Offline
- Premium Member
Less
More
- Posts: 87
- Thank you received: 8
18 Jan 2024 14:32 #291033
by Routerworks
Replied by Routerworks on topic Multiple fixture setup
Excellent, that's exactly the explanation I was looking for. I'll go try it out.
Many thanks
Many thanks
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
Time to create page: 0.122 seconds