Re: [Emc-users] Android powered touch screen tablets

2011-04-02 Thread Dave
I don't want to run EMC2 on the tablet, but it sure would be nice if there was some way to use these tablets as a client connected to a PC running EMC2. Just comparing apples to apples (sort of) they are now selling 10" Android tablets for $200 yet the cheapest dumb 10" touchscreen at MP3car.

Re: [Emc-users] Android powered touch screen tablets

2011-04-02 Thread Jon Elson
Dave wrote: > No I didn't send this to the wrong list .. :-) > > I am seeing a lot of $200-300 Android powered 10 inch touch screen > tablets popping up now. > > Is there any way to use one of these as an EMC2/Linux display terminal > or as a client to an EMC2 PC ?? > Most likely, these are

Re: [Emc-users] Grub2 vs RTAI vs stock kernels

2011-04-02 Thread Ed Nisley
On Sat, 2011-04-02 at 16:16 -0400, Stephen Wille Padnos wrote: > which tells all about configuring grub2. The catch is that there seems to be no obvious way to do something different for the RTAI kernel than for the normal kernels. You can easily decorate *all* the kernels using something like G

Re: [Emc-users] Android powered touch screen tablets

2011-04-02 Thread Dave
No I didn't send this to the wrong list .. :-) I am seeing a lot of $200-300 Android powered 10 inch touch screen tablets popping up now. Is there any way to use one of these as an EMC2/Linux display terminal or as a client to an EMC2 PC ?? Dave --

Re: [Emc-users] multiple instances of emc? - Isolcpus

2011-04-02 Thread Dave
I did this page a while ago ... But being a fellow Linux Crash Test Dummy ... I wrote this out so I didn't have to remember all of it. http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?EMC_Ubuntu91 Line #28 Dave On 4/2/2011 8:17 AM, Stephen Wille Padnos wrote: > Steve Blackmore wrote: > >> Tha

Re: [Emc-users] unexpected realtime delay

2011-04-02 Thread Fred Kehler
the newer grub is quite different from the older On my 10.04 I had to edit the /etc/default/grubfile to look like this #ORIGINAL LINE WAS >GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" to >GRUB_CMDLINE_LINUX_DEFAULT="quiet splash isolcpus=1" and then run >sudo update-grub the kernel now boots w

Re: [Emc-users] multiple instances of emc?

2011-04-02 Thread Steve Blackmore
On Sat, 02 Apr 2011 16:16:14 -0400, you wrote: >A relatively quick google search turns up this page >, which tells all >about configuring grub2. > >The EMC wiki could have something added that either points to this page >or excerpts specifics f

Re: [Emc-users] Git server down?

2011-04-02 Thread Chris Radek
On Sat, Apr 02, 2011 at 12:44:28PM +0100, Les Newell wrote: > Is the Git server down? I just tried downloading the latest source and > got no response. I also don't get a response if I ping git.linuxcnc.org. > We had a little outage - it has been back for several hours now. Thanks for letting me

[Emc-users] Tool Change

2011-04-02 Thread Dave Christman
Is there a way to do a cut, move the router to the top of the Z axis, stop the program, manually change the tool bit, MANUALLY move the Z axis to do a touch off, then continue with the program? -- Create and publish webs

Re: [Emc-users] multiple instances of emc?

2011-04-02 Thread Stephen Wille Padnos
Ed Nisley wrote: > On Sat, 2011-04-02 at 15:33 +0100, Steve Blackmore wrote: > >> The custom kernel says edit menu.lst - doesn't exist any more >> > The Grub2 file is /boot/grub/grub.cfg. It looks different, but gets > basically the same treatment as Grub1's menu.lst. > > But it's actuall

Re: [Emc-users] multiple instances of emc?

2011-04-02 Thread Ed Nisley
On Sat, 2011-04-02 at 15:33 +0100, Steve Blackmore wrote: > The custom kernel says edit menu.lst - doesn't exist any more The Grub2 file is /boot/grub/grub.cfg. It looks different, but gets basically the same treatment as Grub1's menu.lst. But it's actually worse than that. The grub.cfg file gets

Re: [Emc-users] Git server down?

2011-04-02 Thread Jon Elson
Les Newell wrote: > Is the Git server down? I just tried downloading the latest source and > got no response. I also don't get a response if I ping git.linuxcnc.org. > I also get no response. Jon -- Create and publish

Re: [Emc-users] multiple instances of emc?

2011-04-02 Thread Steve Blackmore
On Sat, 02 Apr 2011 09:17:46 -0400, you wrote: >Steve Blackmore wrote: >> That would be good - please show where isolcpus command >> should go with a clear example. >> >> It's been discussed by the linux guru's at length but as yet nobody has >> explained to us dummies in plain language how to or

Re: [Emc-users] unexpected realtime delay

2011-04-02 Thread Steve Blackmore
On Sat, 02 Apr 2011 12:48:10 +0100, you wrote: > From the EMC Wiki: > >> Edit */boot/grub/menu.lst* and add *isolcpus* parameter to the end of >> the kernel line of the RTAI kernel. >> The value of the *isolcpus* parameter will be the number of the last >> core/CPU. Start to count from #0. >> 1

Re: [Emc-users] multiple instances of emc?

2011-04-02 Thread BRIAN GLACKIN
First off, there are two separate and interesting threads intertwined in this discussion. It would be nice to see them split out. As to running multiple instances of EMC on a single computer (whether practical or not), from my perspective, is a less desirable situation. EMC makes machine control

Re: [Emc-users] multiple instances of emc?

2011-04-02 Thread Stephen Wille Padnos
Steve Blackmore wrote: > That would be good - please show where isolcpus command > should go with a clear example. > > It's been discussed by the linux guru's at length but as yet nobody has > explained to us dummies in plain language how to or where to implement > it:( > Well, there isn't a st

Re: [Emc-users] multiple instances of emc?

2011-04-02 Thread Stephen Wille Padnos
Viesturs Lācis wrote: > 2011/4/1: > >> The isolcpus parameter used to be a mask, but now it's a list (there are >> things called "cpusets" now as well, which are way cool but unused by us). >> You could isolate cores 1 and 3 with "isolcpus=1,3". >> >> All that isolcpus does is to tell the Lin

Re: [Emc-users] unexpected realtime delay

2011-04-02 Thread Les Newell
From the EMC Wiki: > Edit */boot/grub/menu.lst* and add *isolcpus* parameter to the end of > the kernel line of the RTAI kernel. > The value of the *isolcpus* parameter will be the number of the last > core/CPU. Start to count from #0. > 1 for dual core/CPU system, 3 for quad core/CPU etc... >

[Emc-users] Git server down?

2011-04-02 Thread Les Newell
Is the Git server down? I just tried downloading the latest source and got no response. I also don't get a response if I ping git.linuxcnc.org. Les -- Create and publish websites with WebMatrix Use the most popular FREE

Re: [Emc-users] unexpected realtime delay

2011-04-02 Thread Steve Blackmore
On Tue, 15 Mar 2011 21:06:59 -0400, you wrote: >I had this problem on my mill that has a D510 board in it. I have not had the >error pop up since disabling hyper threading in bios and adding isolcpus to >the boot file. FWIW... Which boot file? Steve Blackmore --

Re: [Emc-users] multiple instances of emc?

2011-04-02 Thread Steve Blackmore
On Sat, 02 Apr 2011 12:24:11 +0200, you wrote: >If the gurus agree on the explanation I can volunteer to write a entry >on the wiki. That would be good - please show where isolcpus command should go with a clear example. It's been discussed by the linux guru's at length but as yet nobody has ex

Re: [Emc-users] multiple instances of emc?

2011-04-02 Thread jros
Hello :), I think that we need an entry related to this in the wiki. I would do it myself but I lack a full understanding of the subject. Your comments looks to me as a very plausible explanation of the HOWs and WHYs. I looked into this (google) a few weeks ago, as the subject came to the list