Alex Joni wrote:
> Possible, maybe.
> Easy, certainly not.
>
> You would probably need to split emc2 (and all the dataflows) in half.
> Probably somewhere in the emctask/emccanon level.
>
> Basicly you have task which calls the interpreter to read the g-code and
> convert to canonical commands.
>
Raymond,
as you will understand from the other positive mails it is definitely
worth the effort.
Almost any stepper driver/motor combination is possible. I am using an
old Compaq PC, slower than 1 GHz and 512 (or 1 GB - I forgot) MB of
memory.
I am using stepper drivers with optical isolation
Tom wrote:
>[snip]
>
>Thanks Eric,
>
>I did what you indicated:
>
>sudo apt-get build-dep emc2
>sudo apt-get install build-essential libpth-dev
>
>I then re-entered:
>sudo apt-get install cvs
>export CVS_RSH=ssh
>cvs -z5 -d:ext:a...@...:/cvs co -demc2-trunk emc2
>
>
All of the "sudo apt-get ..."
Eric H. Johnson writes:
>
> Tom,
>
> It looks like his instructions was missing the following:
>
> sudo apt-get build-dep emc2
> sudo apt-get install build-essential libpth-dev
>
> Then just to make sure you are in the correct folder:
> cd ~/emc/src
> ./configure --enable-run-in-place
> make
Hey everyone, I was just wondering if anyone else from the EMC world would
be attending.
Copied from their site: "The successful *Precision Machining Technology Show
* - North America's only production machining focused show - returns to the
Greater Columbus Convention Center in Columbus, Ohio, Ap
Tom wrote:
> Thank you Jon
> Yes, from searching the forum for "spindle restart" threads I gathered
> basically
> the same conclusion.
> I didn't mean to poke around in an old wound...
> I will look into beta testing ver. 2.3 and maybe have a go at it.
>
Oh, I DON'T mind! This has been just
Congratulations to all...the problem with elections is that someone has
to loose.everyone would have made a great board member
Michael Cornelius wrote:
> With 1047 ballots distributed and 97 returned, the result of the voting
> is as follows:
>
> 84 Chris Radek
> 80 Alex Joni
> 79
Tom,
It looks like his instructions was missing the following:
sudo apt-get build-dep emc2
sudo apt-get install build-essential libpth-dev
Then just to make sure you are in the correct folder:
cd ~/emc/src
./configure --enable-run-in-place
make
sudo make setuid
Regards,
Eric
> Actually it's p
>I've been lurking here for a few weeks and I'm starting to wonder if I'm
> in the right place.
Your there - I found myself asking the same question once...
> I'm looking for a primer to help me understand the
> recommended or possible hardware configurations that EMC will run.
Wiki will
Tom wrote:
>Leslie Newell writes:
>
>
>
>>Actually it's pretty simple. There are a lot of instructions on that
>>page because there are quite a few ways of installing/building emc.
>>In a nutshell:
>>Start a terminal window and enter the following:
>>cd Documents
>>mkdir emc
>>cd emc
>>sudo ap
Leslie Newell writes:
>
> Actually it's pretty simple. There are a lot of instructions on that
> page because there are quite a few ways of installing/building emc.
> In a nutshell:
> Start a terminal window and enter the following:
> cd Documents
> mkdir emc
> cd emc
> sudo apt-get install cvs
EMC can be run on something as simple as single step / direction drive
connected to the parallel port, or as complex as a 5 axis (capable of 9 last
i knew) servo machine with toolchanger and other goodies using a PCI card
for interface. I guess that in sim mode you can run as simple as it gets,
wi
With 1047 ballots distributed and 97 returned, the result of the voting
is as follows:
84 Chris Radek
80 Alex Joni
79 Jeff Epler
78 John Kasunich
58 Stephen Wille Padnos
47 John Thornton
29 Sam Sokolik
Thanks for taking the time to vote, and congratulations to the elected
board memb
On Wednesday 04 February 2009, Jim Fleig - CNC Services wrote:
>Hi Gene,
>
>Thank you for the helpful explanation about CD's.
>
>I do not understand the process that created the file I downloaded and
>processed to have the bootable CD. Some process created the .iso file and
>the accompanying proce
Raymond,
My vote is YES - it is worth the effort.
After the learning curve the world opens up and you dream of
impossible things as they are now possible.
having some fun now
Stuart
On Wed, Feb 4, 2009 at 2:29 PM, raymondj wrote:
> Greetings,
>
>I've been lurking here for a few weeks an
Actually it's pretty simple. There are a lot of instructions on that
page because there are quite a few ways of installing/building emc.
In a nutshell:
Start a terminal window and enter the following:
cd Documents
mkdir emc
cd emc
sudo apt-get install cvs
export CVS_RSH=ssh
cvs -z5 -d:ext:a...@cvs
Greetings,
I've been lurking here for a few weeks and I'm starting to wonder if I'm
in the right place. I'm looking for a primer to help me understand the
recommended or possible hardware configurations that EMC will run. I will
be using stepper motors. I doubt I'll use much of the power
Steve Blackmore wrote:
>On Wed, 04 Feb 2009 14:32:23 -0500, you wrote:
>
>
>>You can beta test now, if you want to compile EMC2 yourself. I don't
>>know what alpha/beta/RC versions will be packaged, so compiling may be
>>the only option for trying EMC2 2.3 before it's released.
>>
>>The proce
On Wed, 04 Feb 2009 14:32:23 -0500, you wrote:
>You can beta test now, if you want to compile EMC2 yourself. I don't
>know what alpha/beta/RC versions will be packaged, so compiling may be
>the only option for trying EMC2 2.3 before it's released.
>
>The process isn't all that hard, and is exp
Tom wrote:
>Alex Joni writes:
>
>
>
>>Hi Tom,
>>
>>yeah, sorry.. I am listening ;)
>>There was an option for the ini file shortly called [IO] SPINDLE_MODE, but
>>it's removed now.
>>The upcoming emc2.3.0 version will allow to do what you want by default.
>>Nothing else you need to do, except
Alex Joni writes:
>
> Hi Tom,
>
> yeah, sorry.. I am listening ;)
> There was an option for the ini file shortly called [IO] SPINDLE_MODE, but
> it's removed now.
> The upcoming emc2.3.0 version will allow to do what you want by default.
> Nothing else you need to do, except help with beta te
Jon Elson writes:
snip...
> >
> Yup, this is a current problem in EMC2. There is a way to set EMC to
> not turn off the spindle and coolant on mode changes. But, actually, in
> most cases you DO want it to turn them off, it is only in the "start
> from line" case that you want them turned
Hi Jon,
I did this years ago. It is really pretty easy as the emc docs lay
out modal G codes pretty well. It really isn't too many lines of code.
Unfortunately, I cannot find the source and at one time it was in the
dropbox but could be retrieved today only if someone happened to
find an old
Tom wrote:
> Hi all,
>
> In an earlier post I commented on pausing Emc2/Axis in the middle of a cut in
> order to clear swarf and the problem of using the "stop" button which turns
> off
> the spindle and coolant: how to "set next line" and resume where you left off
> when the spindle and coolant
Hi Tom,
yeah, sorry.. I am listening ;)
There was an option for the ini file shortly called [IO] SPINDLE_MODE, but
it's removed now.
The upcoming emc2.3.0 version will allow to do what you want by default.
Nothing else you need to do, except help with beta testing ;)
Regards,
Alex
> Hi John,
Tom writes:
> I read and re-read my ini file and for the life of me I can't identify a
> statement that will allow me to change this behavior. Any help here??
>
I think I found it here:
http://article.gmane.org/gmane.linux.distributions.emc.user/7232/match=spindle+stop
I will try it out tod
John Thornton writes:
>
> I've searched the manuals and I can't find it :(
> all though I seem to remember some talk about it not long ago...
>
Hi John,
Thanks for looking.
I recall that Alex Joni referred to this ini statement in an earlier post about
this issue. I tried to follow up on thi
> Jeff Epler wrote:
>> USB-attached motion control interfaces are not a good match for emc2.
>>
>>
> I have not intention to use an usb motion control controlled by a RT
> HAL-driver of EMC.
> The "external driver " (connected with USB) has an internal motion
> controler (with its PID) and its inpu
Jeff Epler wrote:
> USB-attached motion control interfaces are not a good match for emc2.
>
>
I have not intention to use an usb motion control controlled by a RT
HAL-driver of EMC.
The "external driver " (connected with USB) has an internal motion
controler (with its PID) and its input ( PC--->
Hi Steve,
I have read your replies and am digesting. I will have to reread and digest
some more and try the action items mentioned below.
I also have to work, so this will have to wait a little while . :-)
Thanks again,
Jim
- Original Message -
From: "Stephen Wille Padnos"
To:
Jim Fleig - CNC Services wrote:
>Hi Steve,
>
>Thank you for the reply and answers.
>
>
Sure.
>Questions inserted into your reply below.
>
>
Answers inserted near the questions :)
>>You can't save a configuration to the CD,
>>
>>
>I'm not arguing. This is a sincere question. If a CD is
Hi Gene,
Thank you for the helpful explanation about CD's.
I do not understand the process that created the file I downloaded and
processed to have the bootable CD. Some process created the .iso file and
the accompanying procedure that makes it possible to use it.
Could a process create a boo
AXIS doesn't pay attention to jog keys with modifier keys pressed
because this had some bad interactions with using the numeric keypad as
digits in MDI mode.
You can put magic incantations in the file ~/.axisrc that customize the
jog keys and also get rid of this behavior of ignoring the key if a
On Wednesday 04 February 2009, Jim Fleig - CNC Services wrote:
One subject clarified at the bottom.
>Hi Steve,
>
>Thank you for the reply and answers.
>
>Questions inserted into your reply below.
>
>Jim
>
>
>- Original Message -
>From: "Stephen Wille Padnos"
>To: "Enhanced Machine Controll
USB-attached motion control interfaces are not a good match for emc2.
For more information on what kinds of hardware interfaces work well with
emc2, read
http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?Emc2HardwareDesign
Jeff
--
Hi Steve,
Thank you for the reply and answers.
Questions inserted into your reply below.
Jim
- Original Message -
From: "Stephen Wille Padnos"
To: "Enhanced Machine Controller (EMC)"
Sent: Tuesday, February 03, 2009 9:34 PM
Subject: Re: [Emc-users] I was able to boot from the CD, th
I have set up our newly-acquired Heiz mill with 4 axes.
All seems OK - I have configured the INI and HAL files seemingly OK.
There is just one little problem - I can't drive the fourth axis from
the keyboard in AXIS.
I am in Germany, thus using a German Keyboard.
Axes 1,2 & 3 all work from the ar
I've searched the manuals and I can't find it :(
all though I seem to remember some talk about it not long ago...
John
On 4 Feb 2009 at 3:32, Tom wrote:
> Hi all,
>
> In an earlier post I commented on pausing Emc2/Axis in the middle of
> a cut in
> order to clear swarf and the problem of using
> Marty Swartz wrote:
> > Thanks, Chris! I agree with Sven, you've made G41/G42 perfectly
> clear.
> >
> > I've spent the last several hours banging my head against my NEXT
> challenge,
> > one that I'm sure that many of you have been through. I want to
> use a .25"
> > endmill to cut a hole 0
Hi all,
First of all: I am not familiar with EMC.
I have a driver, this driver is connect to PC with USB interface, and if
I send to the driver the trajectory (2 axis possiotions), this
trajectory is calculated by a simple application developed by me. The
driver performs its work very well (for my
http://www.linuxcnc.org/docview/devel/html//gui_axis.html#r1_11_1
Regards,
Alex
- Original Message -
From:
To:
Sent: Wednesday, February 04, 2009 8:40 AM
Subject: [Emc-users] How to set A axis to follow XY tangent?
>
> Hello.
>
> Im using Axis interface and it seems that filter is th
41 matches
Mail list logo