so, limit switches and home switches were not there to begin with.
//////////////////////////////////////////
is this what need to add for limit switches
###
### Sample separate limit switches on the X axis (axis 0)
###
 net X-neg-limit parport.0.pin-11-in => axis.0.neg-lim-sw-in
net X-pos-limit parport.0.pin-12-in => axis.0.pos-lim-sw-in

/////////////////////////////////////////////
and for home

### A sample home switch on the X axis (axis 0). make a signal,
### link the incoming parport pin to the signal, then link the signal
### to LinuxCNC’s axis 0 home switch input pin
###
 net Xhome parport.0.pin-10-in => axis.0.home-sw-in
###





On Sun, Jul 13, 2014 at 12:47 PM, John Kasunich <jmkasun...@fastmail.fm>
wrote:

>
>
> On Sun, Jul 13, 2014, at 01:58 PM, a k wrote:
> > hi
> > ----The example hal file hs no limit switch
> > support built in so you will have to add the limit switch connections in
> the
> > hal file in order for them to become functional
> > ----
> > i want add--limit and home switches.
> > How i can do that? - add switches
> > question --why switches are not in hal is for integrator. what is reason
> to
> > not put them in as a default?
> >
>
> Because some integrators will want switches and some will not.
> It is a SAMPLE configuration.  It can never be perfect for everyone.
> You are the integrator, you are expected to look at the samples and
> learn enough to modify them to suit your own needs.
>
>
> --
>   John Kasunich
>   jmkasun...@fastmail.fm
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>
------------------------------------------------------------------------------
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to