Re: [Emc-users] Gladevcp problems

2011-01-21 Thread Michael Haberler
> > not in the path. :) >> I think some work needs doing on the wiki page to correct the >> information there. >> > Thanks for pointing out your troubles. I don't know what happened since > I installed gladevcp for testing. I don't remember having any of the > package dependency problems you

Re: [Emc-users] Gladevcp problems

2011-01-21 Thread Stephen Wille Padnos
Steve Blackmore wrote: > On Fri, 21 Jan 2011 16:56:39 +0100, you wrote: > > > >from the wiki page, Gladevcpsetup (currently I cant reach it): > >> sudo apt-get install python-xlib python-gtkglext1 >> > That command is not shown on > > http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?GladeVcpS

Re: [Emc-users] Gladevcp problems

2011-01-21 Thread Steve Blackmore
On Fri, 21 Jan 2011 07:07:46 -0600, you wrote: > >When you open a terminal and type 'emc' - does emc start? Hi Stuart Yes - it does. Looks like there are several libraries missing from the dev install to enable gladevcp to run. Steve Blackmore -- -

Re: [Emc-users] Gladevcp problems

2011-01-21 Thread Steve Blackmore
On Fri, 21 Jan 2011 16:56:39 +0100, you wrote: >from the wiki page, Gladevcpsetup (currently I cant reach it): > >sudo apt-get install python-xlib python-gtkglext1 That command is not shown on http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?GladeVcpSetup page. It merely says sudo apt-get install g

Re: [Emc-users] Problem fast thread on Ubuntu 10.04 EMC 2.4.6

2011-01-21 Thread Klemen Ozebek
On Fri, Jan 21, 2011 at 2:12 PM, Jeff Epler wrote: > In the emc HAL, threads must be created in order, starting with the > fastest/highest priority and followed by the slower/lower priority. > > In your configuration, you create a slow thread followed by a fast one. > > > loadrt [EMCMOT]EMCMOT se

Re: [Emc-users] FCM8201,2 and IRAMS

2011-01-21 Thread Kirk Wallace
On Fri, 2011-01-21 at 14:50 +0100, jros wrote: > This project sounds like lots of fun. > > I've ever wanted to play with this, it just happens that I don't have > the needed skills. I am pretty short on most skills, but I try to break a task down into smaller bits, until it seems like something I

Re: [Emc-users] FCM8201,2 and IRAMS

2011-01-21 Thread Kirk Wallace
On Fri, 2011-01-21 at 13:56 +0100, joachim.fra...@pibf.de wrote: > > > On Tue, 2011-01-18 at 13:32 -0800, Kirk Wallace wrote: > > > > The ATxmega runs on 3.6V max, so my current task is to design a parallel > > port interface that can use 3 to 5V in, and feed ~3V to the xmega. After > > the data

Re: [Emc-users] FCM8201,2 and IRAMS

2011-01-21 Thread Kirk Wallace
On Fri, 2011-01-21 at 22:24 +1100, Erik Christiansen wrote: ... snip > Kirk, are you thinking of using something like an A4 xmega, in a 44 pin > TQFP, for ease of soldering, or going for more I/O? (Eagle has 44 and > 100 pin TQFP macros.) Ah, I see the xmega100 breakout board. It adds $19 > to the

Re: [Emc-users] Gladevcp problems

2011-01-21 Thread Michael Haberler
Am 21.01.2011 um 14:07 schrieb Stuart Stevenson: > On Fri, Jan 21, 2011 at 5:35 AM, Steve Blackmore wrote: > >> On Fri, 21 Jan 2011 08:30:50 +0100, you wrote: >> >> >>> You are missing some prerequisites. >>> >>> do a >>> sudo apt-get install build-essential autoconf >>> >>> and retry >> >

Re: [Emc-users] FCM8201,2 and IRAMS

2011-01-21 Thread jros
This project sounds like lots of fun. I've ever wanted to play with this, it just happens that I don't have the needed skills. I would like to follow your design process, and to eventually try making the electronics by myself. Are you planning to maintain the discussion in this forum, or elsewhe

Re: [Emc-users] Problem fast thread on Ubuntu 10.04 EMC 2.4.6

2011-01-21 Thread Jeff Epler
In the emc HAL, threads must be created in order, starting with the fastest/highest priority and followed by the slower/lower priority. In your configuration, you create a slow thread followed by a fast one. > loadrt [EMCMOT]EMCMOT servo_period_nsec=[EMCMOT]SERVO_PERIOD > num_joints=[TRAJ]AXES >

Re: [Emc-users] Gladevcp problems

2011-01-21 Thread Stuart Stevenson
On Fri, Jan 21, 2011 at 5:35 AM, Steve Blackmore wrote: > On Fri, 21 Jan 2011 08:30:50 +0100, you wrote: > > > >You are missing some prerequisites. > > > >do a > > sudo apt-get install build-essential autoconf > > > >and retry > > Hi Michael - It was build-dep emc2 that had not completed correctl

Re: [Emc-users] FCM8201,2 and IRAMS

2011-01-21 Thread joachim.fra...@pibf.de
> On Tue, 2011-01-18 at 13:32 -0800, Kirk Wallace wrote: > > The ATxmega runs on 3.6V max, so my current task is to design a parallel > port interface that can use 3 to 5V in, and feed ~3V to the xmega. After > the data link is worked out, the xmega can be used to produce a wide > range of signa

Re: [Emc-users] Gladevcp problems

2011-01-21 Thread Steve Blackmore
On Fri, 21 Jan 2011 08:30:50 +0100, you wrote: >You are missing some prerequisites. > >do a > sudo apt-get install build-essential autoconf > >and retry Hi Michael - It was build-dep emc2 that had not completed correctly. However after reinstalling and proving emc2-dev works I still cannot get g

Re: [Emc-users] FCM8201,2 and IRAMS

2011-01-21 Thread Erik Christiansen
On Thu, Jan 20, 2011 at 11:05:39AM -0800, Kirk Wallace wrote: > > The main theme is to use the data rich but speed poor parallel port to > feed a speed rich AVR using EPP, with very low latency, in an open and > DIY friendly way. Now that sounds like fun. > The ATxmega runs on 3.6V max, so my c