Re: [Emc-users] User to demanding. (Or just lost?)

2010-04-16 Thread Jon Elson
Slavko Kocjancic wrote: > In the documentation for estop latch from > http://linuxcnc.org/docs/2.4/html/man/man9/estop_latch.9.html > is stated: > > While ok-out is true, watchdog toggles, and can be used for chargepumps or > similar needs. > > And I want just that! > > But in reality the watchdog

Re: [Emc-users] User to demanding. (Or just lost?)

2010-04-16 Thread Slavko Kocjancic
2010/4/16 Jon Elson > Slavko Kocjancic wrote: > > I just enter git diff and got as I see teh estop latch should be working > now > > > Can you describe what you have changed in estop-latch and what the side > effects are? > I use estop-latch with all my products. The watchdog in that case is in

Re: [Emc-users] User to demanding. (Or just lost?)

2010-04-16 Thread Jon Elson
Slavko Kocjancic wrote: > I just enter git diff and got as I see teh estop latch should be working now > Can you describe what you have changed in estop-latch and what the side effects are? I use estop-latch with all my products. The watchdog in that case is in the external hardware, so I don

Re: [Emc-users] User to demanding. (Or just lost?)

2010-04-16 Thread Slavko Kocjancic
I downloaded from scratch the 2.5~pre master Seems that move when stop problem is solved. The estop_latch stil doesn't work as should. Here is patch I made (only one line changed in source) and don't know how to post it. sla...@emc2:~/emc2-git$ git diff diff --git a/src/hal/components/estop_lat

Re: [Emc-users] User to demanding. (Or just lost?)

2010-04-16 Thread Slavko Kocjancic
Andy Pugh pravi: > On 16 April 2010 11:50, Slavko Kocjancic wrote: > > >> Now I'm totaly lost. What version to use? Is there "safe" version? >> > > 2.3.5 is the "Safe" released version, but as you have found it lacks > some features. > It does seem that you have a knack for needing unusual

Re: [Emc-users] User to demanding. (Or just lost?)

2010-04-16 Thread Slavko Kocjancic
Andy Pugh pravi: > (Note that I am not a developer, nor do I speak for the developers) > > As I understand it, 2.4 is now frozen, there will be no new features > added, just bugfixes prior to release. > Probably you have right here. > Look on the bright side, if you used one of the closed-sour

Re: [Emc-users] User to demanding. (Or just lost?)

2010-04-16 Thread Andy Pugh
On 16 April 2010 12:41, Slavko Kocjancic wrote: > As you already know I have custom stepgen and is only in 2.5~ > Is there some way to include that in nex release of 2.4? (Note that I am not a developer, nor do I speak for the developers) As I understand it, 2.4 is now frozen, there will be no

Re: [Emc-users] User to demanding. (Or just lost?)

2010-04-16 Thread John Thornton
Andy Pugh wrote: > and I haven't figured > out how to view the 2.4 documents to find out. (As a 2.4~pre user it > would be quite nice to know) > > The 2.4 docs are online on the Documents page. If you installed 2.4 from a deb then the docs are on your computer all ready. John ---

Re: [Emc-users] User to demanding. (Or just lost?)

2010-04-16 Thread Andy Pugh
On 16 April 2010 11:50, Slavko Kocjancic wrote: > Now I'm totaly lost. What version to use? Is there "safe" version? 2.3.5 is the "Safe" released version, but as you have found it lacks some features. It does seem that you have a knack for needing unusual features. Michał Geszkiewicz said a day

Re: [Emc-users] User to demanding. (Or just lost?)

2010-04-16 Thread Slavko Kocjancic
just paste incomplete text here is all sla...@emc2:~/emc2-git$ git diff diff --git a/src/hal/components/estop_latch.comp b/src/hal/c index 2a1e0dd..390a639 100644 --- a/src/hal/components/estop_latch.comp +++ b/src/hal/components/estop_latch.comp @@ -22,7 +22,7 @@ FUNCTION(_) { fault_o

Re: [Emc-users] User to demanding. (Or just lost?)

2010-04-16 Thread Slavko Kocjancic
I just enter git diff and got as I see teh estop latch should be working now sla...@emc2:~/emc2-git$ git diff diff --git a/src/hal/components/estop_latch.comp b/src/hal/c index 2a1e0dd..390a639 100644 --- a/src/hal/components/estop_latch.comp +++ b/src/hal/components/estop_latch.comp @@ -22,7 +22

Re: [Emc-users] User to demanding. (Or just lost?)

2010-04-16 Thread Slavko Kocjancic
Michał Geszkiewicz pravi: > How to use git: http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?Git > > Let say you have clean 'git clone' source. > > Latest stable release is 2.3.5 and it's officaly released. > To get it in our source dir: > git branch --track v2_3_branch origin/v2_3_branch > git chec

Re: [Emc-users] User to demanding. (Or just lost?)

2010-04-16 Thread Michał Geszkiewicz
Slavko Kocjancic pisze: > Hello... > > Now I'm totaly lost. What version to use? Is there "safe" version? > > I'm sorry I was not clear.. How to use git: http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?Git Let say you have clean 'git clone' source. Latest stable release is 2.3.5 and it's officaly

[Emc-users] User to demanding. (Or just lost?)

2010-04-16 Thread Slavko Kocjancic
Hello... Now I'm totaly lost. What version to use? Is there "safe" version? The story.. I hit (expensive) bug in 2.5.0~pre check [Emc-users] Tool Crash when STOP So I go back to 2.3.5 and recompile with latest stepgen.c Now another thing doesn't work see [Emc-users] Unhome on ESTOP Someone poi