I replaced an old M15 console with a new ALLIN1DC and I am having an issue I can't seem to solve with the Z axis.
All axis limits are wired and working. Z jogs up and down fine. I am homing "Z" in the positive direction to the Z+ limit switch (Input 6).
-IF I have Input 6 as +Limit & Home+ input it should ignore the limit during homing, but if I home... I get a Z+ limit tripped alarm.
-IF I remove Input 6 as a +Limit & only have it as Home+ Input and home... Z trips the switch but never backs off and I get "Switch failed to clear"
Also of note- I cannot jog Z in the opposite direction if a limit is made like I can with X & Y.
I can home X and Y and they work as expected. They trip the switch and back off. I can also jog them + if the - limit is made and - if the + is made.
Z axis homing issue on new ALLIN1DC <resolved>
Moderator: cnckeith
-
- Posts: 11
- Joined: Thu Oct 13, 2022 2:22 pm
- Acorn CNC Controller: No
- Allin1DC CNC Controller: Yes
- Oak CNC controller: Yes
- CNC Control System Serial Number: none
- DC3IOB: Yes
- CNC12: Yes
- CNC11: Yes
- CPU10 or CPU7: Yes
Z axis homing issue on new ALLIN1DC <resolved>
- Attachments
-
- report_0008DC111213-0625243137_2024-11-07_13-00-10.zip
- (793.64 KiB) Downloaded 6 times
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 118
- Joined: Mon Mar 03, 2014 4:24 pm
- Allin1DC CNC Controller: Yes
- CNC Control System Serial Number: none
- DC3IOB: Yes
- CNC11: Yes
- CPU10 or CPU7: Yes
Re: Z axis homing issue on new ALLIN1DC
You have direction reversal on for that axis which means that the input wires must be swapped physically and the input numbers reversed as well.
When requesting support READ THIS POST first. viewtopic.php?f=60&t=1043
Please ALWAYS post a FRESH report. To make a report: https://www.youtube.com/watch?v=Ecvg0VJp1oQ.
(We pride ourselves on providing timely solid technical support but, without good information we may not be able to help and/or reply until such information is posted.)
Please ALWAYS post a FRESH report. To make a report: https://www.youtube.com/watch?v=Ecvg0VJp1oQ.
(We pride ourselves on providing timely solid technical support but, without good information we may not be able to help and/or reply until such information is posted.)
1 user liked this post
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 11
- Joined: Thu Oct 13, 2022 2:22 pm
- Acorn CNC Controller: No
- Allin1DC CNC Controller: Yes
- Oak CNC controller: Yes
- CNC Control System Serial Number: none
- DC3IOB: Yes
- CNC12: Yes
- CNC11: Yes
- CPU10 or CPU7: Yes
Re: Z axis homing issue on new ALLIN1DC
Simple enough, thank you!Centroid_Tech2 wrote: ↑Thu Nov 07, 2024 3:26 pm You have direction reversal on for that axis which means that the input wires must be swapped physically and the input numbers reversed as well.
I reversed that axis obviously because it was going the wrong direction. I never considered I would have to swap wires and switches since I believed + meant + and - meant - and they appeared correct when tripped.
Thanks again
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
Re: Z axis homing issue on new ALLIN1DC
On the Allin1DC, INP1 - INP6 are not just PLC inputs; they are also directional current inhibits for the DC servo amplifier section.
Because of that, the Z axis output will not apply positive-direction current if INP6 is open, regardless of what your CNC12 software may say.
That is why you also have to swap switch inputs when you change Direction Reversal.
Because of that, the Z axis output will not apply positive-direction current if INP6 is open, regardless of what your CNC12 software may say.
That is why you also have to swap switch inputs when you change Direction Reversal.
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 11
- Joined: Thu Oct 13, 2022 2:22 pm
- Acorn CNC Controller: No
- Allin1DC CNC Controller: Yes
- Oak CNC controller: Yes
- CNC Control System Serial Number: none
- DC3IOB: Yes
- CNC12: Yes
- CNC11: Yes
- CPU10 or CPU7: Yes
Re: Z axis homing issue on new ALLIN1DC
That makes sense, thanks for the explanation.cncsnw wrote: ↑Thu Nov 07, 2024 9:42 pm On the Allin1DC, INP1 - INP6 are not just PLC inputs; they are also directional current inhibits for the DC servo amplifier section.
Because of that, the Z axis output will not apply positive-direction current if INP6 is open, regardless of what your CNC12 software may say.
That is why you also have to swap switch inputs when you change Direction Reversal.
(Note: Liking will "up vote" a post in the search results helping others find good information faster)