Allin1dc limit switch and homing issue.
Moderator: cnckeith
-
- Posts: 1
- Joined: Fri Feb 28, 2025 2:39 pm
- Acorn CNC Controller: No
- Plasma CNC Controller: No
- AcornSix CNC Controller: No
- Allin1DC CNC Controller: Yes
- Hickory CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: A901055
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
Allin1dc limit switch and homing issue.
I am trying to get the limit switch feature to operate as it says in the manual. To my understanding the negative switch should stop the negative movement and allow the positive movement to move away from the switch to clear it. But the drives shut off and I have to reset it by pressing the EStop and releasing it to reset the drives. Then I have to hand crank the axis back off of the switch or it faults out again and says it’s maximum power reached with no movement. I could use some advice on how to remedy this issue. Any assistance is appreciated thanks!
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Site Admin
- Posts: 8932
- Joined: Wed Mar 03, 2010 4:23 pm
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: Yes
- Oak CNC controller: Yes
- CNC Control System Serial Number: none
- DC3IOB: Yes
- CNC11: Yes
- CPU10 or CPU7: Yes
- Contact:
Re: Allin1dc limit switch and homing issue.
i moved this post to the allin1dc forum
start by posting a fresh report.zip here is how.
start by posting a fresh report.zip here is how.
Need support? READ THIS POST first. http://centroidcncforum.com/viewtopic.php?f=60&t=1043
All Acorn Documentation is located here: viewtopic.php?f=60&t=3397
Answers to common questions: viewforum.php?f=63
and here viewforum.php?f=61
Gear we use but don't sell. https://www.centroidcnc.com/centroid_di ... _gear.html
All Acorn Documentation is located here: viewtopic.php?f=60&t=3397
Answers to common questions: viewforum.php?f=63
and here viewforum.php?f=61
Gear we use but don't sell. https://www.centroidcnc.com/centroid_di ... _gear.html
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
Re: Allin1dc limit switch and homing issue.
My guess (and it is only a guess, in the absence of a posted Report) is that you had to set Direction Reversal = Yes for one or more of your axes, but neglected to swap your plus and minus limit/home input numbers and wiring.
Limit switches on an Allin1DC must be wired to INP1 - INP6:
X limits on INP1 and INP2
Y limits on INP3 and INP4
Z limits on INP5 and INP6.
The Machine Configuration -> Motor Parameters table specifies which PLC input numbers are used for the minus and plus limit and home switches for each axis. By default, on an Allin1DC mill with no axes requiring direction reversal (i.e. X, Y and Z all have "N" in the "Dir Rev" column) the limit and home numbers for those axes would be:
However, if you need to set Direction Reversal = "Y" (for "yes") on an axis, then you need to swap the input numbers, and you need to connect your limit switches accordingly. For example, on an Allin1DC mill with direction reversal on the Y axis, the limit and home numbers would be:
... and you would wire your Y- limit switch to INP4, and wire your Y+ limit switch to INP3.
Limit switches on an Allin1DC must be wired to INP1 - INP6:
X limits on INP1 and INP2
Y limits on INP3 and INP4
Z limits on INP5 and INP6.
The Machine Configuration -> Motor Parameters table specifies which PLC input numbers are used for the minus and plus limit and home switches for each axis. By default, on an Allin1DC mill with no axes requiring direction reversal (i.e. X, Y and Z all have "N" in the "Dir Rev" column) the limit and home numbers for those axes would be:
Code: Select all
X 1 2 1 2
Y 3 4 3 4
Z 5 6 5 6
Code: Select all
X 1 2 1 2
Y 4 3 4 3
Z 5 6 5 6
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)