<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.linux.distributions.emc.user">
    <title>gmane.linux.distributions.emc.user</title>
    <link>http://blog.gmane.org/gmane.linux.distributions.emc.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.distributions.emc.user/11010"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.distributions.emc.user/11009"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.distributions.emc.user/11005"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.distributions.emc.user/10992"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.distributions.emc.user/10988"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.distributions.emc.user/10983"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.distributions.emc.user/10967"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.distributions.emc.user/10934"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.distributions.emc.user/10933"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.distributions.emc.user/10930"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.distributions.emc.user/10857"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.distributions.emc.user/10854"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.distributions.emc.user/10852"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.distributions.emc.user/10848"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.distributions.emc.user/10841"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.distributions.emc.user/10835"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.distributions.emc.user/10834"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.distributions.emc.user/10831"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.distributions.emc.user/10823"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.distributions.emc.user/10822"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.linux.distributions.emc.user/11010">
    <title>Surface Finsishing</title>
    <link>http://comments.gmane.org/gmane.linux.distributions.emc.user/11010</link>
    <description>What do you guys use as the quickest and best cost effective and
time-effective way to finish flat surfaces before the parts are Anodized?
The parts are 8"x6"x3" Al boxes made from square tube with a few slots
and holes CNC'd in so the surfaces are still the raw surfaces.
I can CNC the boxes with a flat-face-mill , but wonder if there isnt
something else you know of that is maybe a bit faster as I need to clamp
and turn each side for the mill if I want to do it that way.


 

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>admin-W4ay7r7vdIs&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-12-03T03:51:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.distributions.emc.user/11009">
    <title>spindle speed 0-10V reference output,can't get the abs component to work...?</title>
    <link>http://comments.gmane.org/gmane.linux.distributions.emc.user/11009</link>
    <description>I am using the Mesa 5i20 &amp; 7i33 DAC board combination to retrofit a Kasuga mill.
I am controlling the spindle thru a VFD that takes the standard 0-10V speed
reference plus start and reverse.
I am currently working on the problem of outputting a speed command /voltage
signal that does not switch to a negative integer/value when I hit m4. The
command: m3s3000, for example works fine without the abs component loaded, but
M4 will turn the integer output from motion.spindle-speed-out to a negative
value, which my vfd won't respond to. 
I am trying to use the abs component to strip the negative value from the
floating point speed command integer coming out of motion.spindle-speed-out. 

Below are the corresponding statements from my m5i20_io.hal file:   

# Set up spindle speed control
loadrt abs count=1
net spindle-rpm-cmd motion.spindle-speed-out
linkps abs.0.in &lt;= spindle-rpm-cmd
newsig abs-spindle float
linkps abs.0.out =&gt; abs-spindle 
linksp abs-spindle =&gt; m5i20.0.dac-03-value
net SpindleOn motion.spindle-on
linksp SpindleOn =&gt; m5i20.0.dac-03-enable
setp m5i20.0.dac-03-gain [SPINDLE]DAC_SCALE #from 5i20ini file#
setp m5i20.0.dac-03-offset 80


Looking at the Halmeter pins/signals, the abs component shows up with 3 pins but
integer values that appear on the abs.0.in pin never come out on the abs.0.out
pin. Zip, nada, no output from abs. Is there a parameter or argument that I am
not aware of to make it function properly? Is there something I am missing here?

Thanks everyone for considering this.
Tom



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Tom</dc:creator>
    <dc:date>2008-12-03T03:39:40</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.distributions.emc.user/11005">
    <title>loadrt abs component not working</title>
    <link>http://comments.gmane.org/gmane.linux.distributions.emc.user/11005</link>
    <description>I am using the Mesa 5i20 &amp; 7i33 DAC board combination to retrofit a Kasuga mill.
I am controlling a VFD that takes the standard 0-10V speed reference plus start
and reverse.
I am currently working my way thru the problem of outputting a speed command
/voltage signal that does not switch to a negative integer/value when I hit M4.
I am trying to use the abs component to strip the negative value from the
floating point speed command integer coming out of motion.spindle-speed-out. 

Below are the corresponding statements from my m5i20_io.hal file:   

# Set up spindle speed control
loadrt abs count=1
net spindle-rpm-cmd motion.spindle-speed-out
linkps abs.0.in &lt;= spindle-rpm-cmd
newsig abs-spindle float
linkps abs.0.out =&gt; abs-spindle 
linksp abs-spindle =&gt; m5i20.0.dac-03-value
net SpindleOn motion.spindle-on
linksp SpindleOn =&gt; m5i20.0.dac-03-enable
setp m5i20.0.dac-03-gain [SPINDLE]DAC_SCALE #from 5i20ini file#
setp m5i20.0.dac-03-offset 80


Looking at the Halmeter pins/signals, the abs component shows up with 3 pins but
integer values that appear on the abs.0.in pin never come out on the abs.0.out
pin. Zip, nada, no output. Is is as if the abs component needs a parameter or
argument that I am not aware of to make it function. Is there something I am
missing here?

Thanks for your help.
Tom


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Tom</dc:creator>
    <dc:date>2008-12-03T01:48:34</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.distributions.emc.user/10992">
    <title>two e-stop switches</title>
    <link>http://comments.gmane.org/gmane.linux.distributions.emc.user/10992</link>
    <description>How do I configure hal to handle two e-stop switches on two different pins?

 

Thanks,


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Len Shelton</dc:creator>
    <dc:date>2008-12-02T21:10:48</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.distributions.emc.user/10988">
    <title>configuracion hal para encoder</title>
    <link>http://comments.gmane.org/gmane.linux.distributions.emc.user/10988</link>
    <description>Hola

        Soy nuevo en linuxcnc, quisiera saber si alguien me puede ayudar a
conectar 4 encoders  ya que no se como setear el archivo HAL.

DESDE YA MUCHAS GRACIAS!!!!

 

 

Eduardo Gonzalez  From Argentina 

 

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>EDU</dc:creator>
    <dc:date>2008-12-02T15:36:40</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.distributions.emc.user/10983">
    <title>2.2.7, no touch-off available after M00???</title>
    <link>http://comments.gmane.org/gmane.linux.distributions.emc.user/10983</link>
    <description>Hello,

I upgraded to 2.2.7 and noticed that I am no longer able to execute the 
touch-off menu or
even slew the axis manually after an M00 is encountered in the g-code 
program.

Is this intentional?

Basically I wrote my code covering several files and labeled them 
stp0.xxxx stp1.xxxx etc.
With stp0.xxxx use to pre-position the table for touch off. Is my modus 
operandi flawed?
Are we not supposed to manually execute g-codes in the middle of an 
executing program?

Thanks.

Robert W.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>rtwas</dc:creator>
    <dc:date>2008-12-02T11:21:38</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.distributions.emc.user/10967">
    <title>Multi-core processors with EMC</title>
    <link>http://comments.gmane.org/gmane.linux.distributions.emc.user/10967</link>
    <description>Is it possible to use EMC with multi-core processors? I see that by 
default the kernel is compiled to only support one processor but what 
would happen if SMP support was compiled in? Would RTAI choke?

As multi-core processors become more prevalent, would it be practical to 
dedicate one core to the realtime stuff and let the other(s) do the 
rest? It seems wasteful but I would have thought it would give very low 
latency.

Les

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Leslie Newell</dc:creator>
    <dc:date>2008-12-01T17:46:48</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.distributions.emc.user/10934">
    <title>touch probing for tool length calibration</title>
    <link>http://comments.gmane.org/gmane.linux.distributions.emc.user/10934</link>
    <description>Hi,

I've got access to a 3-axis-mill that uses replacable milling motors.

On disadvantage of them is that the used cutters are hand-placed &amp; thus 
vary in length.

Now I was wondering - is there any chance of using the gcode for probing 
and dynamic tool length compensation to enter a calibration-routine 
after the tool has been switched?

We would of course need a "inverted touch probe" thingy - e.g. 
capacitive sensor plate, or something like that - to move the cutter to 
&amp; get feedback over the tool length.

This most probably would also involve using two coordinate systems, on 
for the piece and one for the length probing.

Any suggestions?

Diez

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Diez B. Roggisch</dc:creator>
    <dc:date>2008-11-30T16:51:27</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.distributions.emc.user/10933">
    <title>ER Capable spindle replacement for Kress.</title>
    <link>http://comments.gmane.org/gmane.linux.distributions.emc.user/10933</link>
    <description>Does anyone know which ER capable spindle/motor is the best cost
effective replacement for the Kress as shipped with Isel CNC?

I want to move away from the restrictions the custom Kress collets
creates and nee to replace it with an ER capable spindle/motor.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>admin-W4ay7r7vdIs&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-11-30T16:10:39</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.distributions.emc.user/10930">
    <title>Parallel ports</title>
    <link>http://comments.gmane.org/gmane.linux.distributions.emc.user/10930</link>
    <description>Hi,

I have just installed a new twin parallel port card in one 
of my linux boxes to start playing with servos. Can someone 
please remind me where I can look in Ubuntu 8.04 to check 
that the ports are working and what their addresses are? Thanks.

</description>
    <dc:creator>Ian W. Wright</dc:creator>
    <dc:date>2008-11-30T09:37:02</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.distributions.emc.user/10857">
    <title>Probing with a gimbled head.</title>
    <link>http://comments.gmane.org/gmane.linux.distributions.emc.user/10857</link>
    <description>How well does probing and digitizing with a gimbled type spindle work?
Has any one done this. I would like to use it for digitizing complex
parts.

    Thanks in advance for any ideas offered...
                                     Dave



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Dave Keeton</dc:creator>
    <dc:date>2008-11-27T14:50:40</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.distributions.emc.user/10854">
    <title>Parallel port erratic access</title>
    <link>http://comments.gmane.org/gmane.linux.distributions.emc.user/10854</link>
    <description>Hi,

I have downloaded the official package "emc.2.2.1-ubuntu 6.06", but when ubuntu is loaded, and emc is not launched, I see an activity on parallel port (pulses), so the motors are erraticaly activated. 
When EMC is launched, it works, and the motors turn fine the most of time, but sometimes the port is erraticaly activated.

It seems that a "phantom" software works together with emc.

I have installed ubuntu 8, this problem doesn't appear, but my video card is not well recognized (problem when emc is launched)

So : ubuntu 6 : video OK, parallel port erratic
ubuntu 8 : video nok, parallel port ok.

My PC (celeron 466) works fine with win98 ;-)

Do you have an idea ?

Thanks
Denis
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Denis Stremplewski</dc:creator>
    <dc:date>2008-11-27T07:47:20</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.distributions.emc.user/10852">
    <title>general control thoughts</title>
    <link>http://comments.gmane.org/gmane.linux.distributions.emc.user/10852</link>
    <description>Gentlemen,
   I think the idea of controlling everyday things with EMC2 is the
right thing to do. The more things controlled the better the
understanding. EMC2 is so versatile it can control and 'enhance'
almost any project. The more people using it the less geeky (if that
is a word) it is. I think that is a good thing. The more people using
it the more development, development ideas and applications we will
have.
   Just my opinion.
thanks
Stuart

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Stuart Stevenson</dc:creator>
    <dc:date>2008-11-27T05:36:46</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.distributions.emc.user/10848">
    <title>Control of AC motor in antenna rotor</title>
    <link>http://comments.gmane.org/gmane.linux.distributions.emc.user/10848</link>
    <description>Hello,

Am interested in using EMC2 to control some traditional antenna 
rotators, like the Alliance U-100.  These are AC motors that are turned 
on/off and reversed using relays (have known these to be called 
"bang-bang" controllers).

I would like to use a triac and encoder feedback to control these in 
EMC, maybe, using PWM.  Anyone done this type of control in EMC, or have 
some pointers, or both?

Thanks to the developers of EMC!  And, thanks for any information offered.

Regards,

Bob

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Bob Freeman</dc:creator>
    <dc:date>2008-11-27T02:29:43</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.distributions.emc.user/10841">
    <title>Reporting Latency Numbers (a suggestion)</title>
    <link>http://comments.gmane.org/gmane.linux.distributions.emc.user/10841</link>
    <description>Gentle persons:

While measuring latency on a number of candidate computers lying 
around*, I have noticed the same phenomenon reported by others. The 
longer I let the latency test run, the more likely are the latency 
numbers to show up any undesirable behavior. In some cases, a 
cpu/motherboard-combo that looked great after the "at least 15 minutes" 
suggested on the Wiki started looking shabby after a hour or so even 
when not being hammered by glxgears, etc.

Hence this modest suggestion: when reporting latency numbers to this 
list or to the list on the Wiki, please note how long you let the test run.

Thanks in advance.

Regards,
Kent

*trees grow rings, I accumulate computers. Like tree rings, you can tell 
which were good years and which were bad by the size of the computers!


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Kent A. Reed</dc:creator>
    <dc:date>2008-11-26T16:42:00</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.distributions.emc.user/10835">
    <title>Which version is which ?</title>
    <link>http://comments.gmane.org/gmane.linux.distributions.emc.user/10835</link>
    <description>The download options are 

The EMC2 Live CD are based on Ubuntu 6.06 "Dapper Drake" LTS and Ubuntu 8.04 "Hardy Heron" LTS with additional packages maintained by the linuxcnc development team. 

I downloaded Ubuntu 6.06 and the file name was 
emc2.2.2-1-ubuntu6.06-desktop-i386.iso. 

After installing the package, my boot options are Ubuntu 8.04 , Kernel 2.6.24-16.  ?????
I have tried both dapper-install and  hardy-install but I still don't have emc2. 

What am I missing ?

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Marshland Engineering</dc:creator>
    <dc:date>2008-11-26T10:21:35</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.distributions.emc.user/10834">
    <title>Friction compensation</title>
    <link>http://comments.gmane.org/gmane.linux.distributions.emc.user/10834</link>
    <description>Hi,

I am at the state of configuring our stepper driven milling machine and came
across an interesting issue.

I set up all the parameters needed to drive an axis including backlash
compensation. Most important values are as follows:
SCALE = 1000
BACKLASH = 0.004
Then when I hook up a digital micrometer to the axis and start jogging 1 mm
each time what I see is this:
- running at reasonably high speeds the backlash comp works well and the
maximum difference is +-0.001 microns.
- however, when I switch to low speed (really low speed) the difference can
grow up to +-0.010 microns.

Well, this made me think I should compensate the friction on the axis too.
As I searched through the EMC2 manual I did not find anything. I looked at
one of our other machines' manual (with Heidenhain control unit) which does
have the possibility to compensate friction so I assume the problem itself
is not unknown.

Does anyone have any kind of suggestion what to do in this case?

Reagrds,
Adam Novak
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Ádám Novák</dc:creator>
    <dc:date>2008-11-26T06:31:00</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.distributions.emc.user/10831">
    <title>No EMC2</title>
    <link>http://comments.gmane.org/gmane.linux.distributions.emc.user/10831</link>
    <description>Not sure if I'm being stupid or not, please on.  

I upgraded my harddisk with a migration package and Ubuntu did not want to boot.

I downloaded the latest version, 2.2.2.1-6.06 Ubuntu from the web site and reinstalled. 

All up and working except no EMC2 ? I'm not sure where to start. 

Thanks Wallace
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Marshland Engineering</dc:creator>
    <dc:date>2008-11-25T22:33:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.distributions.emc.user/10823">
    <title>Spindle Motor (was "Joint 0 Following Error")</title>
    <link>http://comments.gmane.org/gmane.linux.distributions.emc.user/10823</link>
    <description>Andy,
The motor tool Gene was (probably) trying to recall is the Proxxon IB/E 
Professional Rotary Tool.  I'm using one on my smallest machine, and it 
does a great job.  Very nicely machined nose allows mounting, the motor 
is fairly quiet (compared to the Porter-Cable routers on two of the 
other machines).  The max cutter shaft diameter is .125.  It uses a 
collet similar to the Dremel, but it is split in thirds rather than 
quarters.
Feel free to contact me off-list if you would like to see how this works 
for me.

</description>
    <dc:creator>Doug Goff</dc:creator>
    <dc:date>2008-11-25T12:39:43</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.distributions.emc.user/10822">
    <title>Subject and quoting please?</title>
    <link>http://comments.gmane.org/gmane.linux.distributions.emc.user/10822</link>
    <description>Guys,

I am definitely not a moderator but ...

I see lots of posts that have subjects not matching the content and complete
quoted emails.
Could we please try to get the subject of emails matching the content and
quote only the necessary lines of the original email.

Things are getting impossible to follow.

Regards,

Rob
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Rob Jansen</dc:creator>
    <dc:date>2008-11-25T08:46:40</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.distributions.emc.user/10798">
    <title>Four HNC's Available in Connecticut</title>
    <link>http://comments.gmane.org/gmane.linux.distributions.emc.user/10798</link>
    <description>Ronald Najaka, in Connecticut, has contacted me to say that he has four
HNC's for sale. Here is a link to his pictures:
http://www.wallacecompany.com/machine_shop/HNC/Najaka/

I am just passing this information along in case someone might be
interested. My conversion:
http://www.wallacecompany.com/cnc_lathe/HNC/

is working well and was fairly easy and inexpensive. Others on the EMC2
list have done this conversion too, so there should be support
available.

Ronald's e-mail address is ran69-fuDLTLi4t9nR7s880joybQ&lt; at &gt;public.gmane.org .
-----------
Kirk
http://www.wallacecompany.com/machine_shop/



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Kirk Wallace</dc:creator>
    <dc:date>2008-11-24T18:09:11</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.linux.distributions.emc.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.linux.distributions.emc.user</link>
  </textinput>
</rdf:RDF>
