Re: [Emc-users] HAL question

2022-12-11 Thread John Dammeyer
> From: Nicklas SB Karlsson [mailto:n...@nksb.eu] > > Yes the manual say so. If you choose menu "Machine" item "Show hal > configuration" it is also possible to find which pins are available. Thanks. I'd forgotten I could look at them that way. Looking at the machine it turns out the

Re: [Emc-users] Home switches for LinuxCNC on a Lathe

2022-12-11 Thread andy pugh
On Sun, 11 Dec 2022 at 17:41, John Dammeyer wrote: Thanks for the photos. Novel concept. Not entirely, I think that RotarySMPs Schaublin has magnets buried in the bed to be detected by hall sensors. (though magnets do have obvious problems with swarf) -- atp "A motorcycle is a bicycle with

Re: [Emc-users] Home switches for LinuxCNC on a Lathe

2022-12-11 Thread John Dammeyer
> From: andy pugh [mailto:bodge...@gmail.com] > > On Thu, 8 Dec 2022 at 20:36, John Dammeyer wrote: > > The X axis is interesting in how it's set up. The switches appear to be in > > series with the NO switch on the X all the way out point and the NC switch > > at the X all the way in point.

Re: [Emc-users] HAL question

2022-12-11 Thread Nicklas SB Karlsson
Yes the manual say so. If you choose menu "Machine" item "Show hal configuration" it is also possible to find which pins are available. sön 2022-12-11 klockan 07:35 -0600 skrev John Figie: > "Do I just add -not to the end? > net toolsense-in <= hm2_7i92.0.gpio.030.in-not" > > I think that is the

Re: [Emc-users] HAL question

2022-12-11 Thread Sam Sokolik
This is where halcmd comes in really handy.. When linuxcnc is launched - bring up a terminal and type halcmd -kf than you can do a show pin hm2[tab] enter. This will show you all the pins. or if there are parameters to set things show param hm2[tab] enter or you can bring up 'show hal

Re: [Emc-users] Home switches for LinuxCNC on a Lathe

2022-12-11 Thread andy pugh
On Thu, 8 Dec 2022 at 20:36, John Dammeyer wrote: The X axis is interesting in how it's set up. The switches appear to be in > series with the NO switch on the X all the way out point and the NC switch > at the X all the way in point. The rod moves and opens the circuit at > either end. Very

Re: [Emc-users] HAL question

2022-12-11 Thread John Figie
"Do I just add -not to the end? net toolsense-in <= hm2_7i92.0.gpio.030.in-not" I think that is the way to do it. That is how it works with my 7i80 http://linuxcnc.org/docs/stable/html/man/man9/hostmot2.9.html On Sat, Dec 10, 2022, 10:34 PM John Dammeyer wrote: > One of the relies by Todd