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-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] Teleop-Jog-issue (EX:halui.jog-speed)

2011-12-05 Thread Spiderdab
Il giorno lun, 05/12/2011 alle 13.41 +, andy pugh ha scritto: > 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

Re: [Emc-developers] Teleop-Jog-issue (EX:halui.jog-speed)

2011-12-05 Thread Spiderdab
..in the meantime, i've also found another user having the same issue: www.you*ube.com/watch?v=FgnxBaFFDi8 he confirmed me on e-mail. in fact in the video, he's jogging only one axis at a time. -- All the data continuo

Re: [Emc-developers] Teleop-Jog-issue (EX:halui.jog-speed)

2011-12-05 Thread Spiderdab
what about this part? > static int sendJogStop(int axis) > { > EMC_AXIS_ABORT emc_axis_abort_msg; > > // in case of TELEOP mode we really need to send an TELEOP_VECTOR message > // not a simple AXIS_ABORT, as more than one axis would be moving > // (hint TELEOP mode is for no

Re: [Emc-developers] Teleop-Jog-issue (EX:halui.jog-speed)

2011-12-05 Thread Spiderdab
what about this part? . forgot to say it is in the halui.cc file, line 1352, emc 2.5. I saw the same file into joint_axes3 branch, and there's not this part. (there i can jog two or more axis at a time..) -- All the

Re: [Emc-developers] Teleop-Jog-issue (EX:halui.jog-speed)

2011-12-05 Thread Spiderdab
..in the meantime, i've also found another user having the same issue: http://www.youtube.com/watch?v=FgnxBaFFDi8 he confirmed me on e-mail. in fact in the video, he's jogging only one axis at a time. -- All the data co

Re: [Emc-developers] Teleop-Jog-issue (EX:halui.jog-speed)

2011-12-05 Thread andy pugh
On 5 December 2011 14:51, Spiderdab <77...@tiscali.it> wrote: > what about this part? That's the ZERO_EMC_POSE which you already tried killing. I guess you could try doing it in both places? -- atp The idea that there is no such thing as objective truth is, quite simply, wrong.

Re: [Emc-developers] Teleop-Jog-issue (EX:halui.jog-speed)

2011-12-05 Thread Spiderdab
Il giorno lun, 05/12/2011 alle 15.28 +, andy pugh ha scritto: > On 5 December 2011 14:51, Spiderdab <77...@tiscali.it> wrote: > > what about this part? > > That's the ZERO_EMC_POSE which you already tried killing. > I guess you could try doing it in both places? > ah, yes. but the lines were

Re: [Emc-developers] Teleop-Jog-issue (EX:halui.jog-speed)

2011-12-05 Thread andy pugh
On 5 December 2011 15:48, Spiderdab <77...@tiscali.it> wrote: > but i cannot find in which file ZERO_EMC_POSE is created. can you help > me? http://git.linuxcnc.org/gitweb?p=emc2.git;a=blob;f=src/emc/nml_intf/emcpos.h -- atp The idea that there is no such thing as objective truth is, quite simp

Re: [Emc-developers] Teleop-Jog-issue (EX:halui.jog-speed)

2011-12-05 Thread Michał Geszkiewicz
If you want to make halui.jog-speed pin working in ja3 branch, comment line 1223 (axis->teleop_tp.max_vel = axis->vel_limit;) in file /src/emc/motion/control.c and recompile regards, Michael W dniu 05.12.2011 17:32, andy pugh pisze: > On 5 December 2011 15:48, Spiderdab<77...@tiscali.it> wrot

Re: [Emc-developers] Teleop-Jog-issue (EX:halui.jog-speed)

2011-12-05 Thread Spiderdab
Il giorno lun, 05/12/2011 alle 19.01 +0100, Michał Geszkiewicz ha scritto: > If you want to make halui.jog-speed pin working in ja3 branch, comment > line 1223 (axis->teleop_tp.max_vel = axis->vel_limit;) in file > /src/emc/motion/control.c and recompile > > regards, > Michael YYYE

Re: [Emc-developers] Teleop-Jog-issue (EX:halui.jog-speed)

2011-12-05 Thread Michał Geszkiewicz
that line always set jog velocity to axis max in teleop mode. Long time ago it was designed to limit jog velocity to axis velocity but in ja3 it doesn't work properly. regards Michael W dniu 05.12.2011 19:44, Spiderdab pisze: > Il giorno lun, 05/12/2011 alle 19.01 +0100, Michał Geszkiewicz ha >

[Emc-developers] www.linuxcnc.org?!?

2011-12-05 Thread Viesturs Lācis
Hello! Guys, Is there something wrong? Opening www.linuxcnc.org takes me to some text from DreamHost. I do not really need the homepage, but I have a problem that I urgently need to install EMC2 and I am used to doing it by running installation script, but that does not work: avoti@rundejamais:~$

Re: [Emc-developers] www.linuxcnc.org?!?

2011-12-05 Thread andy pugh
On 5 December 2011 19:29, Viesturs Lācis wrote: > Is there something wrong? > Opening www.linuxcnc.org takes me to some text from DreamHost. I guess that the Joomla update is in progress. (announced on the forum a few days ago) -- atp The idea that there is no such thing as objective truth is,

Re: [Emc-developers] Teleop-Jog-issue (EX:halui.jog-speed)

2011-12-05 Thread Spiderdab
What i see, trying to change values, is that i can now change with the Joystick-Slider the speed set in halui.jog-speed, but it doesn't go further than [JOINT_n]MAX_VELOCITY. I think this is an error, because the limit should be into [AXIS-n]MAX_VELOCITY (which, unfortunately now seems to not have

Re: [Emc-developers] www.linuxcnc.org?!?

2011-12-05 Thread andy pugh
On 5 December 2011 19:29, Viesturs Lācis wrote: > I > urgently need to install EMC2 and I am used to doing it by running > installation script, but that does not work: Try the waybackmachine archive: http://web.archive.org/web/20110723120738/http://linuxcnc.org/ -- atp The idea that there is n

Re: [Emc-developers] Teleop-Jog-issue (EX:halui.jog-speed)

2011-12-05 Thread Viesturs Lācis
2011/12/5 Spiderdab <77...@tiscali.it>: > What i see, trying to change values, is that i can now change with the > Joystick-Slider the speed set in halui.jog-speed, but it doesn't go > further than [JOINT_n]MAX_VELOCITY. It perfectly makes sense to me - You cannot jog than the slowest joint, becau

Re: [Emc-developers] www.linuxcnc.org?!?

2011-12-05 Thread Viesturs Lācis
2011/12/5 andy pugh : > On 5 December 2011 19:29, Viesturs Lācis wrote: > >> Is there something wrong? >> Opening www.linuxcnc.org takes me to some text from DreamHost. > > I guess that the Joomla update is in progress. > (announced on the forum a few days ago) Wonderful... Any chance to downloa

Re: [Emc-developers] www.linuxcnc.org?!?

2011-12-05 Thread Viesturs Lācis
2011. gada 5. decembris 21:54 Viesturs Lācis rakstīja: > > BTW, I cannot install buildbot package, because there is > non-satisfiable dependency: RTAI kernel. That is part of EMC2 > repository, which is currently not available. > I do not know, who is working on this, but I noticed that Wiki is b

Re: [Emc-developers] www.linuxcnc.org?!?

2011-12-05 Thread Viesturs Lācis
2011. gada 5. decembris 22:01 Viesturs Lācis rakstīja: > 2011. gada 5. decembris 21:54 Viesturs Lācis > rakstīja: >> >> BTW, I cannot install buildbot package, because there is >> non-satisfiable dependency: RTAI kernel. That is part of EMC2 >> repository, which is currently not available. >> > >

Re: [Emc-developers] www.linuxcnc.org?!?

2011-12-05 Thread andy pugh
2011/12/5 Viesturs Lācis : > I am in the client's premises several hours of driving from my home, > it is past 10 PM and I would like to get the machine working _today_! That is very unfortunate timing. > Are there any options to satisfy EMC2 dependencies without EMC2 repository? What do you ne

Re: [Emc-developers] www.linuxcnc.org?!?

2011-12-05 Thread Viesturs Lācis
2011/12/5 andy pugh : > 2011/12/5 Viesturs Lācis : > >> I am in the client's premises several hours of driving from my home, >> it is past 10 PM and I would like to get the machine working _today_! > > That is very unfortunate timing. > >> Are there any options to satisfy EMC2 dependencies without

Re: [Emc-developers] Teleop-Jog-issue (EX:halui.jog-speed)

2011-12-05 Thread Spiderdab
Il giorno lun, 05/12/2011 alle 21.38 +0200, Viesturs Lācis ha scritto: > 2011/12/5 Spiderdab <77...@tiscali.it>: > > What i see, trying to change values, is that i can now change with the > > Joystick-Slider the speed set in halui.jog-speed, but it doesn't go > > further than [JOINT_n]MAX_VELOCITY.

Re: [Emc-developers] Teleop-Jog-issue (EX:halui.jog-speed)

2011-12-05 Thread Michał Geszkiewicz
Yes this issue is known and it is in TODO in ja3 regards Michael W dniu 05.12.2011 22:40, Spiderdab pisze: > Il giorno lun, 05/12/2011 alle 21.38 +0200, Viesturs Lācis ha scritto: >> 2011/12/5 Spiderdab<77...@tiscali.it>: >>> What i see, trying to change values, is that i can now change with the

Re: [Emc-developers] Teleop-Jog-issue (EX:halui.jog-speed)

2011-12-05 Thread Spiderdab
Thank you, I like more the logic of ja3, and now that you solved my 'biggest' problem, i'll hardly go back to straight EMC. So you know there's a good beta-tester here, when the ja3 developement will go on! regards, Davide. Il giorno lun, 05/12/2011 alle 22.44 +0100, Michał Geszkiewicz ha scritto

Re: [Emc-developers] www.linuxcnc.org?!?

2011-12-05 Thread Alex Joni
Sorry Viesturs, I was working on the site (together with a few more helping hands). Everything should be back up now (repos and all). I'll be taking complaints in the morning, so if anyone sees something that doesn't work.. out with it. Some things which are known not to work yet: - docview and

Re: [Emc-developers] www.linuxcnc.org?!?

2011-12-05 Thread Kent A. Reed
On 12/5/2011 7:24 PM, Alex Joni wrote: > Sorry Viesturs, > > I was working on the site (together with a few more helping hands). > Everything should be back up now (repos and all). > > I'll be taking complaints in the morning, so if anyone sees something that > doesn't work.. out with it. > > Some

Re: [Emc-developers] www.linuxcnc.org?!? I spoke too soon

2011-12-05 Thread Kent A. Reed
So I said Alex: > > When I looked just now, docview and docs were back. The user map > wasn't. So far, I haven't found any bad links but I'm not testing very > systematically. > I spoke too soon. In the News box on the left-hand side of the home page www.linuxcnc.org there's at least one bad li

Re: [Emc-developers] www.linuxcnc.org?!? I spoke too soon---one more time

2011-12-05 Thread Kent A. Reed
On 12/5/2011 10:29 PM, Kent A. Reed wrote: > So I said > > Alex: >> >> When I looked just now, docview and docs were back. The user map >> wasn't. So far, I haven't found any bad links but I'm not testing >> very systematically. >> > I spoke too soon. In the News box on the left-hand side of the