Re: [Emc-developers] CUI encoders

2011-06-19 Thread Andy Pugh
On 18 Jun 2011, at 23:14, Jon Elson wrote: > Do you know of anything a little less expensive with a 1/4" hub and 1000 > cycles/rev (lines) preferably > with an index output? Do these look familiar? http://www.slidesandballscrews.com/hkt300635301g1024b5l-p-493.html?cPath=88

Re: [Emc-developers] CUI encoders

2011-06-19 Thread Dave
What do the Chinese use when they equip a servo driven machine with encoders?? Surely they are not paying $50-60 per encoder? Dave On 6/19/2011 6:59 AM, Andy Pugh wrote: > > On 18 Jun 2011, at 23:14, Jon Elson wrote: > > >> Do you know of anything a little less expensive with a 1/4" hub a

Re: [Emc-developers] CUI encoders

2011-06-19 Thread Tom Easterday
I was having some issues with tuning servos with CUI encoder that are connected to Geckos and talked with Mariss. He said the the mounting interface of the CUI encoder can slip and has too much play (backlash) in it. He suggested putting a drop of super glue on the edge of the plastic piece th

Re: [Emc-developers] CUI encoders

2011-06-19 Thread Jon Elson
Andy Pugh wrote: > On 18 Jun 2011, at 23:14, Jon Elson wrote: > > >> Do you know of anything a little less expensive with a 1/4" hub and 1000 >> cycles/rev (lines) preferably >> with an index output? >> > > Do these look familiar? > > http://www.slidesandballscrews.com/hkt300635301g1024b5

Re: [Emc-developers] CUI encoders

2011-06-19 Thread Dave
I think that Mariss started looking at those CUI encoders more than a year ago as I recall reading on other lists.. I would listen to his advice as he tends to beat the heck out of things finding out if they are suitable or not for his recommendation. Dave On 6/19/2011 10:32 AM, Tom Easterday

Re: [Emc-developers] A couple of questions

2011-06-19 Thread Chris Radek
On Sun, Jun 19, 2011 at 11:44:38AM -0400, Stephen Wille Padnos wrote: > You would have to modify the G-code interpreter to add parameters to the > M1xx calls, which would not be trivial. M1xx take two parameters already; I think they are P, Q. -

Re: [Emc-developers] A couple of questions

2011-06-19 Thread Stephen Wille Padnos
alan wrote: > Hello everyone, > > I asked the two questions written below on the forum at linuxcnc.org and > was advised that this group would be more likely to give me an answer. > > I understand that the user defined commands M100 etc allow me to run an > external program but would it be possible

Re: [Emc-developers] 2.4.7 release date?

2011-06-19 Thread s...@highlab.com
Until the release is made, you could point them at the buildbot... - Reply message - From: "Chris Morley" Date: Sat, Jun 18, 2011 22:41 Subject: [Emc-developers] 2.4.7 release date? To: "EMC DEV" -- EditLive Ent

[Emc-developers] A couple of questions

2011-06-19 Thread alan
Hello everyone, I asked the two questions written below on the forum at linuxcnc.org and was advised that this group would be more likely to give me an answer. I understand that the user defined commands M100 etc allow me to run an external program but would it be possible to set up a command t

Re: [Emc-developers] CUI encoders

2011-06-19 Thread Jon Elson
Tom Easterday wrote: > I was having some issues with tuning servos with CUI encoder that are > connected to Geckos and talked with Mariss. He said the the mounting > interface of the CUI encoder can slip and has too much play (backlash) in it. Yes, I have seen this on some samples of the CUI enc

Re: [Emc-developers] A couple of questions

2011-06-19 Thread Stephen Wille Padnos
Chris Radek wrote: > On Sun, Jun 19, 2011 at 11:44:38AM -0400, Stephen Wille Padnos wrote: > > >> You would have to modify the G-code interpreter to add parameters to the >> M1xx calls, which would not be trivial. >> > M1xx take two parameters already; I think they are P, Q. > Yep.

Re: [Emc-developers] CUI encoders

2011-06-19 Thread Topi Rinkinen
Hi, I have two Chinese BLAC servomotors. They are equipped with (Tamagawa's) something like: http://www.alibaba.com/product-gs/330725161/Lift_the_original_factory_replacement_Tamagawa.html I also bought one spare encoder from the manufacturer, price was RMB 370, about USD 57. I have a little exp

Re: [Emc-developers] CUI encoders

2011-06-19 Thread Dave
Wow. That is really cheap for a hollow shaft encoder. I wonder why someone is not importing those to the US?? Or perhaps they are? Dave On 6/19/2011 2:26 PM, Topi Rinkinen wrote: > Hi, > > I have two Chinese BLAC servomotors. They are equipped with (Tamagawa's) > something like: > http://www.

Re: [Emc-developers] EMC and RT-Preempt

2011-06-19 Thread Michael Abel
Hi Lars, I walked a bit trough the code and tried some things out. There is already cleanup code to avoid this problem, but the cleanup works only when emc is started as root. It seems just like a problem with permissions. I recommend to start emc as root to avoid the problems. In case of proble

Re: [Emc-developers] EMC and RT-Preempt

2011-06-19 Thread Lars Segerlund
command line ... root@smurf:/home/ls/src/emc/emc2-dev/src/hal# chrt 99 ./shm_interface_test Error while shmget Semaphore value is 0 Waiting one second, then until semaphore gets released Segmenteringsfel dmesg ... [ 3579.723705] shm_interface_t[2462]: segfault at a76ad000 ip 00400d

Re: [Emc-developers] A couple of questions

2011-06-19 Thread Viesturs Lācis
2011/6/19 Stephen Wille Padnos : > you can't use an external program to > feed code to the interpreter. >From my readings I understand that EMC1 had capability to accept commands from external programm through NML. I also read that much of that stuff was removed in EMC2 to simplify it. Does anybod

Re: [Emc-developers] A couple of questions

2011-06-19 Thread Michael Haberler
Am 19.06.2011 um 17:44 schrieb Stephen Wille Padnos: > alan wrote: >> Hello everyone, >> >> I asked the two questions written below on the forum at linuxcnc.org and >> was advised that this group would be more likely to give me an answer. >> >> I understand that the user defined commands M100 e

Re: [Emc-developers] A couple of questions

2011-06-19 Thread Michael Haberler
Am 19.06.2011 um 23:06 schrieb Viesturs Lācis: > 2011/6/19 Stephen Wille Padnos : >> you can't use an external program to >> feed code to the interpreter. > >> From my readings I understand that EMC1 had capability to accept > commands from external programm through NML. > I also read that much

Re: [Emc-developers] A couple of questions

2011-06-19 Thread Viesturs Lācis
2011/6/20 Michael Haberler : > > do you refer to "G-code from some external source" or really "NML commands > from some external source"? My idea was the first option - "G-code from some external source". Viesturs -- Ed

Re: [Emc-developers] A couple of questions

2011-06-19 Thread Michael Haberler
Am 20.06.2011 um 01:15 schrieb Viesturs Lācis: > 2011/6/20 Michael Haberler : >> >> do you refer to "G-code from some external source" or really "NML commands >> from some external source"? > > My idea was the first option - "G-code from some external source". Very good point. I think the ans