User Defined Program for Homing
- akg1904
- Offline
- Premium Member
Less
More
- Posts: 100
- Thank you received: 3
14 Dec 2022 05:36 - 14 Dec 2022 09:04 #259417
by akg1904
User Defined Program for Homing was created by akg1904
Hi,
Newbie here, I have a custom program for homing and Tool Change in C/C++.
I want to replace the existing homing and Tool change to integrate my homing an tool change program with LinuxCNC .
I don't know how to approach this problem so need some help to figure it out.
Thanks and Regards
Abhishek
Newbie here, I have a custom program for homing and Tool Change in C/C++.
I want to replace the existing homing and Tool change to integrate my homing an tool change program with LinuxCNC .
I don't know how to approach this problem so need some help to figure it out.
Thanks and Regards
Abhishek
Last edit: 14 Dec 2022 09:04 by akg1904.
Please Log in or Create an account to join the conversation.
- rodw
- Away
- Platinum Member
Less
More
- Posts: 10788
- Thank you received: 3554
14 Dec 2022 08:04 #259430
by rodw
Replied by rodw on topic User Defined Program for Homing
homing.c controls homing.
Start here for a custom homing component
linuxcnc.org/docs/2.9/html/man/man9/homecomp.9.html
You need V2.9 or 2.10 for this.
Start here for a custom homing component
linuxcnc.org/docs/2.9/html/man/man9/homecomp.9.html
You need V2.9 or 2.10 for this.
Please Log in or Create an account to join the conversation.
- akg1904
- Offline
- Premium Member
Less
More
- Posts: 100
- Thank you received: 3
14 Dec 2022 09:26 - 14 Dec 2022 09:35 #259435
by akg1904
Replied by akg1904 on topic User Defined Program for Homing
Hi Rodw,
Thanks for the Reply.
I am using V2.8.2 so the above link might not work for me, is there any other alternative.
If possible can you help with Tool Changer.
As different machines should have different way of implementing Tool Change, so how do we integrate our custom Tool change program in LinuxCNC.
Thanks & Regards
Abhishek
Thanks for the Reply.
I am using V2.8.2 so the above link might not work for me, is there any other alternative.
If possible can you help with Tool Changer.
As different machines should have different way of implementing Tool Change, so how do we integrate our custom Tool change program in LinuxCNC.
Thanks & Regards
Abhishek
Last edit: 14 Dec 2022 09:35 by akg1904.
Please Log in or Create an account to join the conversation.
- rodw
- Away
- Platinum Member
Less
More
- Posts: 10788
- Thank you received: 3554
14 Dec 2022 09:30 #259436
by rodw
Replied by rodw on topic User Defined Program for Homing
V2.8 does not include the homecomp functionality. You would have to modify homing.c
Consider upgrading to V2.9 to get a more modular approach
I cant help with toolchangers
Consider upgrading to V2.9 to get a more modular approach
I cant help with toolchangers
The following user(s) said Thank You: akg1904
Please Log in or Create an account to join the conversation.
Time to create page: 0.058 seconds