Page 1 of 1

homing using limit switch and axis encoder z channel

Posted: Wed Nov 04, 2020 12:36 am
by benscale160
I am about to install an allin1 board on a clients machine. I would like to know if there is a way to employ the use of the z channel (one pulse per rev) on the axis encoder to repeatably home the machine after coming off of a limit switch. Marty did a similar thing with the acorn and a dmm servo on an emco lathe. In his case I believe he had to use 6 inputs on the board, 3 for the limit switches and 3 for the encoder inputs. In the case of the allin1 board, the encoder is already connected to the board and read by the computer so the use of additional inputs to read the decoder will probably not be needed. I'm sure a custom program may need to be written in the homing file.

Thanks in advance,
Ben

Re: homing using limit switch and axis encoder z channel

Posted: Wed Nov 04, 2020 1:56 am
by cncsnw
That is normal behavior with closed-loop controls such as the Allin1DC. You don't need to do anything special; just be sure to use plain "M91..." or "M92...", instead of "M91... L1" or "M92... L1".

Special measures are needed only on the Acorn, because it lacks encoder feedback.