Re: [Emc-users] AXIS UI Jog Button

2021-07-18 Thread Gene Heskett
On Sunday 18 July 2021 14:11:40 nkp wrote: > sorry for the brevity - language barrier I wish I could read yours. However tagging the below onto /usr/bin/axis at the end, returns this (attached) when I try to run linuxcnc -l. .axisrc has been chmod +x. Is that the problem? flag = 0 And line 2

Re: [Emc-users] AXIS UI Jog Button

2021-07-18 Thread nkp216
https://youtu.be/Lj0fYeOYWqU 2021-07-18 21:11 GMT+03:00, nkp : > sorry for the brevity - language barrier > > > > > > axis > > > > > > flag = 0 > > And what do these two lines do? > > > line flag = 0 > > this line should be added to the file /usr/bin/axis (if RIP version - > bin/axis ) > > ==

Re: [Emc-users] AXIS UI Jog Button

2021-07-18 Thread nkp
sorry for the brevity - language barrier > > axis > > > > flag = 0 And what do these two lines do? line flag = 0 this line should be added to the file /usr/bin/axis (if RIP version - bin/axis ) = > it? What does it do? Does it work with external jog buttons? yes, all

Re: [Emc-users] AXIS UI Jog Button

2021-07-18 Thread Gene Heskett
On Saturday 17 July 2021 01:18:45 nkp wrote: And left out the howto, so can you clarify please? > jogaxisget.comp: > // sudo halcompile --install jogaxisget.comp > component jogaxisget "determines which axis jogging"; > > pin in bit Xin0 "axis.0.kb-jog-active"; > pin in bit Xin1; > > pin in bit Y

Re: [Emc-users] AXIS UI Jog Button

2021-07-18 Thread Gene Heskett
> Thanks > John > > > -Original Message- > > From: nkp [mailto:nkp...@gmail.com] > > Sent: July-16-21 10:19 PM > > To: emc-users@lists.sourceforge.net > > Subject: Re: [Emc-users] AXIS UI Jog Button > > > > jogaxisget.comp: > > // sudo halcompile -

Re: [Emc-users] AXIS UI Jog Button

2021-07-17 Thread Gene Heskett
On Saturday 17 July 2021 01:18:45 nkp wrote: > sudo halcompile --install jogaxisget.comp I am a bit green at halcompile, so I had to comment the first line to get this on my rpi4: pi@rpi4:/media/pi/workspace $ sudo halcompile --install jogaxisget.comp Compiling realtime jogaxisget.c Linking jog

Re: [Emc-users] AXIS UI Jog Button

2021-07-17 Thread John Dammeyer
: July-16-21 10:19 PM > To: emc-users@lists.sourceforge.net > Subject: Re: [Emc-users] AXIS UI Jog Button > > jogaxisget.comp: > // sudo halcompile --install jogaxisget.comp > component jogaxisget "determines which axis jogging"; > > pin in bit Xin0 "axis.0.kb

Re: [Emc-users] AXIS UI Jog Button

2021-07-16 Thread nkp
jogaxisget.comp: // sudo halcompile --install jogaxisget.comp component jogaxisget "determines which axis jogging"; pin in bit Xin0 "axis.0.kb-jog-active"; pin in bit Xin1; pin in bit Yin0 "axis.1.kb-jog-active"; pin in bit Yin1; pin in bit Zin0 "axis.2.kb-jog-active"; pin in bit Zin1; pin out

Re: [Emc-users] AXIS UI Jog Button

2021-07-16 Thread Phill Carter
> On 17 Jul 2021, at 9:59 am, John Dammeyer wrote: > >>> Yes. Keyboard and click on radio button both change so the Tool buttons refer to the correct axis. But Pendants don't seem to have that feature. John >>> >>> If a USB (or in this case a Ps/2) keyboard can do it, then s

Re: [Emc-users] AXIS UI Jog Button

2021-07-16 Thread John Dammeyer
> > > > >Yes. Keyboard and click on radio button both change so the Tool > > > buttons refer to the correct axis. But Pendants don't seem to have > > > that feature. John > > > > If a USB (or in this case a Ps/2) keyboard can do it, then somewhere > > in the code for that, there must be a way to

Re: [Emc-users] AXIS UI Jog Button

2021-07-16 Thread Gene Heskett
On Friday 16 July 2021 14:52:33 Todd Zuercher wrote: > -Original Message- > From: Martin Dobbins > Sent: Friday, July 16, 2021 1:49 PM > To: Enhanced Machine Controller (EMC) > Subject: Re: [Emc-users] AXIS UI Jog > Button > > [EXTERNAL EMAIL] Be sure links are s

Re: [Emc-users] AXIS UI Jog Button

2021-07-16 Thread Todd Zuercher
-Original Message- From: Martin Dobbins Sent: Friday, July 16, 2021 1:49 PM To: Enhanced Machine Controller (EMC) Subject: Re: [Emc-users] AXIS UI Jog Button [EXTERNAL EMAIL] Be sure links are safe. >Yes. Keyboard and click on radio button both change so the Tool buttons refer

Re: [Emc-users] AXIS UI Jog Button

2021-07-16 Thread Martin Dobbins
This is a work in progress… Long way to go yet. John Nevertheless a promising start, keep us updated 🙂 There, maybe that'll stop it becoming 42 Martin ___ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/list

Re: [Emc-users] AXIS UI Jog Button

2021-07-16 Thread John Dammeyer
> -Original Message- > From: John Dammeyer [mailto:jo...@autoartisans.com] > Sent: July-16-21 11:14 AM > To: 'Enhanced Machine Controller (EMC)' > Subject: Re: [Emc-users] AXIS UI Jog Button > > Nope. Not na�ve. > > Since we can read the status of the indicators

Re: [Emc-users] AXIS UI Jog Button

2021-07-16 Thread John Dammeyer
y strainge. Notice misspelled word with ai does not add it. John > -Original Message- > From: Martin Dobbins [mailto:tu...@hotmail.com] > Sent: July-16-21 11:44 AM > To: Enhanced Machine Controller (EMC) > Subject: Re: [Emc-users] AXIS UI Jog Button > > Cool that you

Re: [Emc-users] AXIS UI Jog Button

2021-07-16 Thread Martin Dobbins
Cool that you've got the correct keyboard to put the umlaut on the word naive 🙂 I've been struggling to remember where I found this all day: https://www.billooms.com/cornlathe/build10controls.html He mentions the work that helped him out, which leads us to this: http://www.franksworkshop.com.au

Re: [Emc-users] AXIS UI Jog Button

2021-07-16 Thread John Dammeyer
Original Message- > From: Martin Dobbins [mailto:tu...@hotmail.com] > Sent: July-16-21 10:49 AM > To: Enhanced Machine Controller (EMC) > Subject: Re: [Emc-users] AXIS UI Jog Button > > > > >Yes. Keyboard and click on radio button both change so the Tool buttons &g

Re: [Emc-users] AXIS UI Jog Button

2021-07-16 Thread Martin Dobbins
>Yes. Keyboard and click on radio button both change so the Tool buttons refer >to the correct axis. But Pendants don't seem to have that feature. >John If a USB (or in this case a Ps/2) keyboard can do it, then somewhere in the code for that, there must be a way to get any other device con

Re: [Emc-users] AXIS UI Jog Button

2021-07-16 Thread Gene Heskett
On Friday 16 July 2021 12:13:36 Martin Dobbins wrote: > > > >But I don't think that there is anything to tell axis that you have > >just jogged a different axis. > > > >It is possible that the halui pins might set state that propagates > > through. > > Just confirm

Re: [Emc-users] AXIS UI Jog Button

2021-07-16 Thread John Dammeyer
#x27;t think it should happen. John > -Original Message- > From: Todd Zuercher [mailto:to...@pgrahamdunn.com] > Sent: July-16-21 9:45 AM > To: Enhanced Machine Controller (EMC) > Subject: Re: [Emc-users] AXIS UI Jog Button > > But pendant and MPG wheel jogging is

Re: [Emc-users] AXIS UI Jog Button

2021-07-16 Thread John Dammeyer
achine Controller (EMC) > Subject: Re: [Emc-users] AXIS UI Jog Button > > > > > > >But I don't think that there is anything to tell axis that you have > >just jogged a different axis. > > >It is possible that the

Re: [Emc-users] AXIS UI Jog Button

2021-07-16 Thread Todd Zuercher
: Friday, July 16, 2021 12:14 PM To: Enhanced Machine Controller (EMC) Subject: Re: [Emc-users] AXIS UI Jog Button [EXTERNAL EMAIL] Be sure links are safe. >But I don't think that there is anything to tell axis that you have >just jogged a different ax

Re: [Emc-users] AXIS UI Jog Button

2021-07-16 Thread John Dammeyer
To: Enhanced Machine Controller (EMC) > Subject: Re: [Emc-users] AXIS UI Jog Button > > On Thu, 15 Jul 2021 at 18:34, John Dammeyer wrote: > > > How do I tell the axisui the specific button has been pressed? > > Axis has _output_ pins to control which axis is jogged: >

Re: [Emc-users] AXIS UI Jog Button

2021-07-16 Thread Martin Dobbins
>But I don't think that there is anything to tell axis that you have >just jogged a different axis. >It is possible that the halui pins might set state that propagates through. Just confirmed on a simple keyboard jog (lathe only) that axis does know which axi

Re: [Emc-users] AXIS UI Jog Button

2021-07-16 Thread andy pugh
On Thu, 15 Jul 2021 at 18:34, John Dammeyer wrote: > How do I tell the axisui the specific button has been pressed? Axis has _output_ pins to control which axis is jogged: http://linuxcnc.org/docs/2.8/html/gui/axis.html#_axisui_pins But I don't think that there is anything to tell axis that you

[Emc-users] AXIS UI Jog Button

2021-07-15 Thread John Dammeyer
I've noticed an issue with two different external pendants. Specifically the HB04 and the ShuttleExpress can both move an axis while leaving the axis.jog._ unchanged when a new axis is selected. On the user interface click on the Y radio button and axis.jog.y goes true and the others like axi