Re: [Emc-developers] halui.jog-speed

2011-12-05 Thread andy pugh
On 5 December 2011 13:13, Spiderdab <77...@tiscali.it> wrote: >  if (axisJogging != -1) { >    // ignore request to jog, if an axis is already jogging >    return 0; ... > do you think it can be implicated on the issue? Possibly. I wonder what happens if you comment-out the "return 0" and re-comp

Re: [Emc-developers] halui.jog-speed

2011-12-05 Thread Spiderdab
Il giorno mer, 30/11/2011 alle 16.44 +, andy pugh ha scritto: > On 30 November 2011 16:33, Spiderdab <77...@tiscali.it> wrote: > > > any other idea? > > No, it's a mystery to me. The "ABORT" sets all velocities to zero > prior to setting the selected axis to the requested speed, so it makes >

Re: [Emc-developers] halui.jog-speed

2011-11-30 Thread Kent A. Reed
On 11/30/2011 3:01 PM, Spiderdab wrote: >> ;-) If you wanted an IDE I would point you to Ultimate++. But, the >> way you asked the question is just baiting the dogs of Jihad. I also do >> not know which is worst a flame war or a flame drizzle... >> >> EBo -- > If english was my language...tr

Re: [Emc-developers] halui.jog-speed

2011-11-30 Thread Spiderdab
> ;-) If you wanted an IDE I would point you to Ultimate++. But, the > way you asked the question is just baiting the dogs of Jihad. I also do > not know which is worst a flame war or a flame drizzle... > >EBo -- If english was my language...try to ask me the same thing in italian, let's

Re: [Emc-developers] halui.jog-speed

2011-11-30 Thread EBo
On Wed, 30 Nov 2011 19:40:42 +0100, Spiderdab wrote: > Il giorno mer, 30/11/2011 alle 13.32 -0500, Kent A. Reed ha scritto: >> On 11/30/2011 12:49 PM, Spiderdab wrote: >> > a question: >> > please, what's the best text editor to edit emc2 src files? >> > >> > >> "Best?" That's a good way to start a

Re: [Emc-developers] halui.jog-speed

2011-11-30 Thread Spiderdab
Il giorno mer, 30/11/2011 alle 18.26 +, andy pugh ha scritto: > On 30 November 2011 17:49, Spiderdab <77...@tiscali.it> wrote: > > a question: > > please, what's the best text editor to edit emc2 src files? > > You might want to consider using an IDE, they tend to offer functions > like "take

Re: [Emc-developers] halui.jog-speed

2011-11-30 Thread Spiderdab
Il giorno mer, 30/11/2011 alle 13.32 -0500, Kent A. Reed ha scritto: > On 11/30/2011 12:49 PM, Spiderdab wrote: > > a question: > > please, what's the best text editor to edit emc2 src files? > > > > > "Best?" That's a good way to start a email storm:-) > > Everyone has a favorite. I'm fond of ned

Re: [Emc-developers] halui.jog-speed

2011-11-30 Thread Kent A. Reed
On 11/30/2011 12:49 PM, Spiderdab wrote: > a question: > please, what's the best text editor to edit emc2 src files? > > "Best?" That's a good way to start a email storm:-) Everyone has a favorite. I'm fond of nedit. Old-timers swear by Emacs, which I think of as the Swiss-Army knife that cuts y

Re: [Emc-developers] halui.jog-speed

2011-11-30 Thread andy pugh
On 30 November 2011 17:49, Spiderdab <77...@tiscali.it> wrote: > a question: > please, what's the best text editor to edit emc2 src files? You might want to consider using an IDE, they tend to offer functions like "take me to where that is defined" which can be very useful. I don't have any usefu

Re: [Emc-developers] halui.jog-speed

2011-11-30 Thread Spiderdab
a question: please, what's the best text editor to edit emc2 src files? -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security thre

Re: [Emc-developers] halui.jog-speed

2011-11-30 Thread Spiderdab
Il giorno mer, 30/11/2011 alle 18.04 +0100, Spiderdab ha scritto: > Il giorno mer, 30/11/2011 alle 16.44 +, andy pugh ha scritto: > > On 30 November 2011 16:33, Spiderdab <77...@tiscali.it> wrote: > > > > > any other idea? > > > > No, it's a mystery to me. The "ABORT" sets all velocities to z

Re: [Emc-developers] halui.jog-speed

2011-11-30 Thread Spiderdab
Il giorno mer, 30/11/2011 alle 16.44 +, andy pugh ha scritto: > On 30 November 2011 16:33, Spiderdab <77...@tiscali.it> wrote: > > > any other idea? > > No, it's a mystery to me. The "ABORT" sets all velocities to zero > prior to setting the selected axis to the requested speed, so it makes >

Re: [Emc-developers] halui.jog-speed

2011-11-30 Thread andy pugh
On 30 November 2011 16:33, Spiderdab <77...@tiscali.it> wrote: > any other idea? No, it's a mystery to me. The "ABORT" sets all velocities to zero prior to setting the selected axis to the requested speed, so it makes sense that that would be the reason you can only jog one axis at a time (And if

Re: [Emc-developers] halui.jog-speed

2011-11-30 Thread Spiderdab
Il giorno mer, 30/11/2011 alle 16.19 +, andy pugh ha scritto: > On 30 November 2011 15:46, Spiderdab <77...@tiscali.it> wrote: > > > tell me, is it right what i'm doing: after any change in halui.cc i do > > 'make clean, then ./configure, make, sudo make setuid'? > > No, that will take ages.

Re: [Emc-developers] halui.jog-speed

2011-11-30 Thread andy pugh
On 30 November 2011 15:46, Spiderdab <77...@tiscali.it> wrote: > tell me, is it right what i'm doing: after any change in halui.cc i do > 'make clean, then ./configure, make, sudo make setuid'? No, that will take ages. You only need "make" for minor changes to a few files. -- atp The idea that

Re: [Emc-developers] halui.jog-speed

2011-11-30 Thread Spiderdab
Il giorno mar, 29/11/2011 alle 18.32 +, andy pugh ha scritto: > On 29 November 2011 17:52, Spiderdab <77...@tiscali.it> wrote: > > > Do someone knows why into Joints-Axes3 branch the pin halui.jog-speed > > doesn't work? > > I don't know, but if you are using ja3 then presumably you are > bui

Re: [Emc-developers] halui.jog-speed

2011-11-29 Thread Spiderdab
Il giorno mar, 29/11/2011 alle 19.27 +, andy pugh ha scritto: > On 29 November 2011 19:04, Spiderdab <77...@tiscali.it> wrote: > > > are you suggesting it's more simple to make joystick work as expected > > into 2.5 than into JA3? > > It might be. But I was thinking it might be a nice, simple

Re: [Emc-developers] halui.jog-speed

2011-11-29 Thread andy pugh
On 29 November 2011 19:04, Spiderdab <77...@tiscali.it> wrote: > are you suggesting it's more simple to make joystick work as expected > into 2.5 than into JA3? It might be. But I was thinking it might be a nice, simple, experiment. > The think is that i liked more the concept of JA3 of separati

Re: [Emc-developers] halui.jog-speed

2011-11-29 Thread Spiderdab
Il giorno mar, 29/11/2011 alle 18.32 +, andy pugh ha scritto: > On 29 November 2011 17:52, Spiderdab <77...@tiscali.it> wrote: > > > Do someone knows why into Joints-Axes3 branch the pin halui.jog-speed > > doesn't work? > > I don't know, but if you are using ja3 then presumably you are > bui

Re: [Emc-developers] halui.jog-speed

2011-11-29 Thread andy pugh
On 29 November 2011 17:52, Spiderdab <77...@tiscali.it> wrote: > Do someone knows why into Joints-Axes3 branch the pin halui.jog-speed > doesn't work? I don't know, but if you are using ja3 then presumably you are building your own EMC2 from source? In that case, is it worth checking out 2.5 and

[Emc-developers] halui.jog-speed

2011-11-29 Thread Spiderdab
Hallo! Do someone knows why into Joints-Axes3 branch the pin halui.jog-speed doesn't work? i linked that with the joystick slider, and i can see into 'show hal config' that it is linked and changing, but jog speed doesn't change. i can jog only at 'axis-n-teleop-vel-limit' set into [AXIS_N]MAX_VE