Align portal milling cutter
23 Apr 2022 08:09 #240974
by mgm
Align portal milling cutter was created by mgm
I have seen a long time ago on a website a way to align y axis to x axis. Unfortunately the website has been closed!
What I mean is:
If y moves 100 mm x should be automatically corrected by 0.1mm!
Can someone help me there?
What I mean is:
If y moves 100 mm x should be automatically corrected by 0.1mm!
Can someone help me there?
Please Log in or Create an account to join the conversation.
23 Apr 2022 08:32 #240976
by andypugh
Replied by andypugh on topic Align portal milling cutter
"millkins" does this, but might need changes to work properly with a dual-motor axis if you have one.
wiki.linuxcnc.org/cgi-bin/wiki.pl?Contri...omponents#Kinematics
linuxcnc.org/docs/stable/html/motion/kinematics.html
wiki.linuxcnc.org/cgi-bin/wiki.pl?Contri...omponents#Kinematics
linuxcnc.org/docs/stable/html/motion/kinematics.html
Please Log in or Create an account to join the conversation.
24 Apr 2022 15:36 #241074
by mgm
Replied by mgm on topic Align portal milling cutter
Yes I have 2 motors on the Y axis.
I have now experimented in a sim today, but unfortunately without success. I keep getting an error message that the limit is exceeded! I suppose that is but on the joint assignment!
Then I tried in the millkins to add a second y axis, but honestly I have no idea what I'm doing .....
Is there anyone who has the millkins with two y motors running?
I have now experimented in a sim today, but unfortunately without success. I keep getting an error message that the limit is exceeded! I suppose that is but on the joint assignment!
Then I tried in the millkins to add a second y axis, but honestly I have no idea what I'm doing .....
Is there anyone who has the millkins with two y motors running?
Please Log in or Create an account to join the conversation.
25 Apr 2022 10:09 #241183
by andypugh
Replied by andypugh on topic Align portal milling cutter
The sims have simulated limit switches and do tend to get a bit tangled up sometimes. (Hmm, we should probably try to fix that)
Are you using auto-squaring (ie, there are two home switches for Y and negative homing sequence numbers in the INI?)
Are you using auto-squaring (ie, there are two home switches for Y and negative homing sequence numbers in the INI?)
Please Log in or Create an account to join the conversation.
25 Apr 2022 10:57 #241190
by rodw
Replied by rodw on topic Align portal milling cutter
I seem to remember writing a custom component to do this for another member in a few lines of code. Its here on the forum somewhereI have seen a long time ago on a website a way to align y axis to x axis. Unfortunately the website has been closed!
What I mean is:
If y moves 100 mm x should be automatically corrected by 0.1mm!
Can someone help me there?
Please Log in or Create an account to join the conversation.
25 Apr 2022 13:01 - 25 Apr 2022 13:01 #241203
by andypugh
Replied by andypugh on topic Align portal milling cutter
Here is a version of millkins for an XYZY configuration (XYZY is hard-coded in)
sudo halcompile --install skewkins.c
Should install it. If you don't see a "cp ... skewkins...." towards the end of the output then it hasn't worked. In that case paste the output here.
sudo halcompile --install skewkins.c
Should install it. If you don't see a "cp ... skewkins...." towards the end of the output then it hasn't worked. In that case paste the output here.
Last edit: 25 Apr 2022 13:01 by andypugh.
Please Log in or Create an account to join the conversation.
25 Apr 2022 18:19 #241231
by mgm
Replied by mgm on topic Align portal milling cutter
Hello Andy
Thanks for the info ...
I already have 2 limit switches on y and also the negative homesequence.
My partal is made of MULTIPLEX and has a length of 3000mm.
Unfortunately, the table with the side guides is 1mm wider at the back than at the front and so I have quite exaggerated a "V".
I have now so mediated that I have on both sides now at 1000 mm in y 3/10.
The machine is used to make furniture.
Thanks for adjusting the millkins.
I will try it out ......
Thanks for the info ...
I already have 2 limit switches on y and also the negative homesequence.
My partal is made of MULTIPLEX and has a length of 3000mm.
Unfortunately, the table with the side guides is 1mm wider at the back than at the front and so I have quite exaggerated a "V".
I have now so mediated that I have on both sides now at 1000 mm in y 3/10.
The machine is used to make furniture.
Thanks for adjusting the millkins.
I will try it out ......
Please Log in or Create an account to join the conversation.
27 Apr 2022 23:23 #241413
by andypugh
Replied by andypugh on topic Align portal milling cutter
And?
Please Log in or Create an account to join the conversation.
28 Apr 2022 11:28 #241457
by mgm
Replied by mgm on topic Align portal milling cutter
sorry that I have not yet answered but in the workshop is currently stress announced!
But I have just tried it.
skewkins has compiled
But if I now change the entries in the hall I get an error:
But I have just tried it.
skewkins has compiled
But if I now change the entries in the hall I get an error:
Attachments:
Please Log in or Create an account to join the conversation.
28 Apr 2022 12:01 #241462
by andypugh
Replied by andypugh on topic Align portal milling cutter
Ah, interesting....
This is related to the addition of switchable kinematics to LinuxCNC master.
Add
to the .c file just above the "EXPORT_FUNCTION" lines
This is related to the addition of switchable kinematics to LinuxCNC master.
Add
KINS_NOT_SWITCHABLE
to the .c file just above the "EXPORT_FUNCTION" lines
Please Log in or Create an account to join the conversation.
Time to create page: 0.135 seconds