[Emc-developers] [patch] fix current velocity after estop

2009-06-03 Thread Michał Geszkiewicz
regards, Michael Index: motion/control.c === RCS file: /cvs/emc2/src/emc/motion/control.c,v retrieving revision 1.153 diff -U3 -r1.153 control.c --- motion/control.c 31 Jan 2009 18:12:55 - 1.153 +++ motion/control.c 3 Jun 2009 08

Re: [Emc-developers] hostmot2 encoder reset pin behavior

2009-06-03 Thread Sebastian Kuzminsky
Chris Morley wrote: >While working on pncconf, I noticed the hostmot2's > encoder reset pin does not seem to work as I expected. > I was expecting that the count and position value would > be set to zero as soon as the .reset pin was set true. > It seems I have to hold the .reset pin true and

[Emc-developers] 9.04 build

2009-06-03 Thread Maxime Lemonnier
Just curious, has anyone managed to successfully build emc2 on 9.04? Thanks -- OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the la

Re: [Emc-developers] 9.04 build

2009-06-03 Thread Jeff Epler
On Wed, Jun 03, 2009 at 11:31:45AM -0400, Maxime Lemonnier wrote: > Just curious, has anyone managed to successfully build emc2 on 9.04? There are several fixes on TRUNK specifically to allow emc2 to build on 9.04 with --enable-simulator. The 2.3 and older branches are known not to build or to ma

[Emc-developers] [patch] improve task debug and readahead code cleanup

2009-06-03 Thread micges
regards, Michael Index: task/emctask.cc === RCS file: /cvs/emc2/src/emc/task/emctask.cc,v retrieving revision 1.36 diff -U3 -r1.36 emctask.cc --- task/emctask.cc 1 Mar 2009 00:50:33 - 1.36 +++ task/emctask.cc 3 Jun 2009 13:22:37

Re: [Emc-developers] [patch] improve task debug and readahead code cleanup

2009-06-03 Thread Jeff Epler
I have a few comments thrown in below.. On Wed, Jun 03, 2009 at 07:27:46PM +0200, micges wrote: > - if (readRetval > INTERP_MIN_ERROR || readRetval == 3 > /* INTERP_ENDFILE > - > */ || > -

[Emc-developers] Conversion of cvs commiter ids to git authors -- please verify your name and e-mail address

2009-06-03 Thread Jeff Epler
Git tracks the full name and e-mail address of authors and committers, rather than just the unix-style username used in cvs. For all past and current committers, I have done a bit of sleuthing and turned up what I think are appropriate values. If you see a problem with the below list, please let

Re: [Emc-developers] [patch] improve task debug and readahead code cleanup

2009-06-03 Thread micges
Jeff Epler napisał(a): > I have a few comments thrown in below.. > > On Wed, Jun 03, 2009 at 07:27:46PM +0200, micges wrote: > >> -if (readRetval > INTERP_MIN_ERROR || readRetval == 3 >> /* INTERP_ENDFILE >> -

Re: [Emc-developers] [patch] improve task debug and readahead code cleanup

2009-06-03 Thread Jeff Epler
> > On Wed, Jun 03, 2009 at 07:27:46PM +0200, micges wrote: > >>if (execRetval == 2 /* INTERP_ENDFILE */ ) { > >> > > Jeff Epler napisał(a): > > Why not change this one as long as you're in here? (of course, > > INTERP_ENDFILE is not 2 in my copy of emc!) > > > > Jeff > > > > On We

Re: [Emc-developers] [patch] improve task debug and readahead code cleanup

2009-06-03 Thread Chris Lesiak
Michael, You might also consider eliminating the goto interpret_again loop in emcTaskPlan() by changing it to a do loop. This would cause a need to re-indent a large block, leading to a large diff, but if the body of the loop were placed in a function it would be a win in readability. The varia

Re: [Emc-developers] Conversion of cvs commiter ids to git authors -- please verify your name and e-mail address

2009-06-03 Thread Francis TISSERANT
Jeff Epler a écrit : > . If you see a problem > with the below list, please let me know as soon as possible. After the > conversion to git, it will be impossible to change these strings > recorded in old commits without causing a huge inconvenience to all > developers. > > Pleas

Re: [Emc-developers] Conversion of cvs commiter ids to git authors -- please verify your name and e-mail address

2009-06-03 Thread Jeff Epler
On Thu, Jun 04, 2009 at 12:44:21AM +0200, Francis TISSERANT wrote: > Please Jeff, can you replace > > tissf=Francis TISSERANT > > > by > > tissf=Francis Tisserant thanks. done. jeff -- OpenSolaris 2009.06 is a cut

[Emc-developers] 2.3.2 this weekend?

2009-06-03 Thread Jeff Epler
How's 2.3 for release this weekend? I know we want to get some fixed hostmot2 firmwares, is there anything else we're waiting on? Anything you asked me about backporting but I didn't make a decision yet? Anything you remember I promised to do but have seemingly forgotten about? Jeff --

Re: [Emc-developers] 2.3.2 this weekend?

2009-06-03 Thread Sebastian Kuzminsky
Jeff Epler wrote: > How's 2.3 for release this weekend? > > I know we want to get some fixed hostmot2 firmwares, is there anything > else we're waiting on? Anything you asked me about backporting but I > didn't make a decision yet? Anything you remember I promised to do but > have seemingly forg

Re: [Emc-developers] [patch] improve task debug and readahead code cleanup

2009-06-03 Thread micges
Chris Lesiak napisał(a): > Michael, > > You might also consider eliminating the goto interpret_again loop in > emcTaskPlan() by changing it to a do loop. > This would cause a need to re-indent a large block, leading to a large > diff, but if the body of the loop were placed in a function it would

Re: [Emc-developers] 2.3.2 this weekend?

2009-06-03 Thread Alex Joni
I have some config updates for cooltool. Hope I'll commit them by Saturday though. Regards, Alex - Original Message - From: "Jeff Epler" To: Sent: Thursday, June 04, 2009 06:04 Subject: [Emc-developers] 2.3.2 this weekend? > How's 2.3 for release this weekend? > > I know we want to