Re: [Emc-users] loadrt abs component not working

2008-12-02 Thread Tom
Chris & Stephen, Thank you guys, that did it. Although I read the Hal manual and did the tutorials, I am still grappling with the notion of threads. I appreciate your help! Tom --- On Tue, 12/2/08, Chris Radek <[EMAIL PROTECTED]> wrote: From: Chris Radek <[EMAIL PROTECTED]> Subject: Re: [Emc-

Re: [Emc-users] tool table.

2008-12-02 Thread Dave Engvall
We'll give a try. Tnx Dave On Dec 2, 2008, at 9:59 PM, Jon Elson wrote: > Dave Engvall wrote: >> Hi all, >> >> IIUC there is no way to dynamically replace a whole tool table. >> IOW I must shut down emc, edit the .ini to point to the new tool >> table and then start emc again. >> > No, you pull th

Re: [Emc-users] tool table.

2008-12-02 Thread Jon Elson
Dave Engvall wrote: > Hi all, > > IIUC there is no way to dynamically replace a whole tool table. > IOW I must shut down emc, edit the .ini to point to the new tool > table and then start emc again. > No, you pull the tool table into your favorite editor, and then click the meny entry to "load

Re: [Emc-users] tool table.

2008-12-02 Thread Stephen Wille Padnos
Dave Engvall wrote: >Hi all, > >IIUC there is no way to dynamically replace a whole tool table. >IOW I must shut down emc, edit the .ini to point to the new tool >table and then start emc again. > > I'm pretty sure you can reload the tool table. If this is so, then you can replace the contents

[Emc-users] tool table.

2008-12-02 Thread Dave Engvall
Hi all, IIUC there is no way to dynamically replace a whole tool table. IOW I must shut down emc, edit the .ini to point to the new tool table and then start emc again. Dave - This SF.Net email is sponsored by the Moblin Y

Re: [Emc-users] Surface Finsishing

2008-12-02 Thread Dave Engvall
On Dec 2, 2008, at 7:51 PM, [EMAIL PROTECTED] wrote: > 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

Re: [Emc-users] two e-stop switches

2008-12-02 Thread acondit
John Thornton <[EMAIL PROTECTED]> writes: > > First you have to "load" an or2 in your hal file with: > > loadrt or2 > > You need to connect the two inputs to your physical inputs with net. Lets say you used pin > 10 and 11 of the parallel port to bring your signals in... then connect the

[Emc-users] Surface Finsishing

2008-12-02 Thread [EMAIL PROTECTED]
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

[Emc-users] spindle speed 0-10V reference output, can't get the abs component to work...?

2008-12-02 Thread Tom
I am using the Mesa 5i20 & 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

Re: [Emc-users] two e-stop switches

2008-12-02 Thread Len Shelton
Thanks John and others. Very helpful. >Len -Original Message- From: John Thornton [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2008 6:20 PM To: Enhanced Machine Controller EEMC" Subject: Re: [Emc-users] two e-stop switches there are lots of good examples on the wiki site this

Re: [Emc-users] loadrt abs component not working

2008-12-02 Thread Chris Radek
On Wed, Dec 03, 2008 at 01:48:34AM +, Tom wrote: > > 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

Re: [Emc-users] loadrt abs component not working

2008-12-02 Thread Stephen Wille Padnos
Tom wrote: >I am using the Mesa 5i20 & 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

[Emc-users] loadrt abs component not working

2008-12-02 Thread Tom
I am using the Mesa 5i20 & 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 negati

Re: [Emc-users] configuracion hal para encoder

2008-12-02 Thread ulises barrera
On Tue, Dec 2, 2008 at 9:36 AM, EDU <[EMAIL PROTECTED]> wrote: > 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 Hola Edua

Re: [Emc-users] two e-stop switches

2008-12-02 Thread John Thornton
there are lots of good examples on the wiki site this is one http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?Simple_Remote_Pendant Bringing up the word e stop always gets the "ESTOP Police" :) to respond. in this case you need an or2 like in the other example I sent... John On 2 Dec 2008 at 17:23,

Re: [Emc-users] two e-stop switches

2008-12-02 Thread John Thornton
The standard way is to wire the switches in series using the n/c contact. So I assume you have some valid reason for wanting to do it with two inputs... like your machine is so huge you need to know which switch is in the stop condition. What you need is to "or" the inputs using the or2 compo

Re: [Emc-users] two e-stop switches

2008-12-02 Thread Len Shelton
>> Never rely on a computer for EStop or limits. Yeah - I get that. But these machines are tiny little desktop routers. We don't even use limits, because they will quietly crash and stall the motors without damaging anything. I am not a newbie, I just don't know how to join two pins to a single

Re: [Emc-users] two e-stop switches

2008-12-02 Thread Leslie Newell
Hi Len, Never rely on a computer for EStop or limits. Your EStop and limit switches should all be part of a chain of switches that directly kill the supply. The computer should obviously be notified that an EStop has occurred but it should not be able to prevent an EStop. In the case of limit

Re: [Emc-users] two e-stop switches

2008-12-02 Thread Emory Smith
Oops, sorry. Your last email came in as I was responding. Emory On Tue, Dec 2, 2008 at 17:41, Emory Smith <[EMAIL PROTECTED]> wrote: > Thanks for bringing this up. > EMC has provisions for soft limits set in the ini file, hard limit > switches (some of mine also > serve as Home switches) and E(mer

Re: [Emc-users] two e-stop switches

2008-12-02 Thread Emory Smith
Thanks for bringing this up. EMC has provisions for soft limits set in the ini file, hard limit switches (some of mine also serve as Home switches) and E(mergency)-Stop switches. My E-stop switches (big Allen-Bradley N.O. buttons with guards) are tied to the estop input pin and a relay to kill pow

Re: [Emc-users] two e-stop switches

2008-12-02 Thread Len Shelton
Sorry - let me rephrase the question... Forget about the fact that it's an e-stop. I want to be able to use switches on a pendent to perform the same functions as some of the axis screen buttons. I just happened to start with the e-stop signal, but I will be using others. I tried to point it to

Re: [Emc-users] two e-stop switches

2008-12-02 Thread Jack Coats
e-stop would be manual switches. Not limit switches. Stuart Stevenson wrote: > for the plus and minus limits? > > On Tue, Dec 2, 2008 at 3:10 PM, Len Shelton <[EMAIL PROTECTED]> wrote: > >> How do I configure hal to handle two e-stop switches on two different pins? >> >> >> >> Thanks, >> >>

Re: [Emc-users] two e-stop switches

2008-12-02 Thread Stephen Wille Padnos
Len Shelton wrote: >How do I configure hal to handle two e-stop switches on two different pins? > > If you're looking for two inputs to stop EMC2, you can easily do that with an "or" component (or "and" if you're using negative logic). A better way to do it is to use an input as active low, an

Re: [Emc-users] two e-stop switches

2008-12-02 Thread Stuart Stevenson
for the plus and minus limits? On Tue, Dec 2, 2008 at 3:10 PM, Len Shelton <[EMAIL PROTECTED]> wrote: > How do I configure hal to handle two e-stop switches on two different pins? > > > > Thanks, > >>Len > > - > This SF.Net em

Re: [Emc-users] two e-stop switches

2008-12-02 Thread Emory Smith
Why do you need them on different pins? You could wire two NO switches in parallel or two NC switches in series. Each set would be handled by a single pin. Emory On Tue, Dec 2, 2008 at 15:10, Len Shelton <[EMAIL PROTECTED]> wrote: > How do I configure hal to handle two e-stop switches on two diff

[Emc-users] two e-stop switches

2008-12-02 Thread Len Shelton
How do I configure hal to handle two e-stop switches on two different pins? Thanks, >Len - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Mobli

Re: [Emc-users] I need to connect my Voltmeter to actually read....

2008-12-02 Thread Olusegun A.
Thank you very much for your replies. I feel very happy each time I get replies from the users list. I also want to use this opportunity to thank everybody here because of the realities that I have sen in EMC2. It is a wonderful game. I tried my first set up and it worked like magic. I will pro

Re: [Emc-users] configuracion hal para encoder

2008-12-02 Thread Peter Georgi
Ola Eduardo, A qui my espanol termina. What kind of machine do you want to drive with EMC? Actualy I'm woking on a four axes foam cutter for cutting model wing panels. Is this what you intend to do? Regards Peter Georgi -Original Message- From: EDU [mailto:[EMAIL PROTECTED] Sent: Diensta

Re: [Emc-users] configuracion hal para encoder

2008-12-02 Thread Stuart Stevenson
practicamos espanol !! :) On Tue, Dec 2, 2008 at 9:36 AM, EDU <[EMAIL PROTECTED]> wrote: > 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. > cual tipo de encoder? cual conexion en la computdora? >

[Emc-users] configuracion hal para encoder

2008-12-02 Thread EDU
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.

Re: [Emc-users] 2.2.7, no touch-off available after M00???

2008-12-02 Thread rtwas
Hello, Jeff Epler wrote: > On Tue, Dec 02, 2008 at 04:21:38AM -0700, rtwas wrote: > > 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 int

Re: [Emc-users] 2.2.7, no touch-off available after M00???

2008-12-02 Thread Jeff Epler
On Tue, Dec 02, 2008 at 01:07:43PM +0100, Rob Jansen wrote: > Hi, > > I'm not sure this is related to M00 No, it's probably not. > I have a similar problem on my 2.2.2 system. At a sudden moment touch > off won't work anymore. As soon as I enter a value, the OK button is > grayed out. A bug i

Re: [Emc-users] 2.2.7, no touch-off available after M00???

2008-12-02 Thread Jeff Epler
On Tue, Dec 02, 2008 at 04:21:38AM -0700, rtwas wrote: > 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? As far as I know, emc2 has

Re: [Emc-users] 2.2.7, no touch-off available after M00???

2008-12-02 Thread Rob Jansen
Hi, I'm not sure this is related to M00, I have a similar problem on my 2.2.2 system. At a sudden moment touch off won't work anymore. As soon as I enter a value, the OK button is grayed out. Rob On Tue, Dec 2, 2008 at 12:21 PM, rtwas <[EMAIL PROTECTED]> wrote: > Hello, > > I upgraded to 2.2.7

[Emc-users] 2.2.7, no touch-off available after M00???

2008-12-02 Thread rtwas
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. stp1. etc. With

Re: [Emc-users] standalone installation packages

2008-12-02 Thread rtwas
Thanks for responding Jeff, Jeff Epler wrote: > emc2 does use the standard package management system on ubuntu, dpkg. > Within a release series, (e.g., during 2.2.x) you can upgrade with a > single .deb. > > Going from 2.1.x to 2.2.x is more hairy, because we often require new > external pac

Re: [Emc-users] standalone installation packages

2008-12-02 Thread rtwas
Hello, Jon Elson wrote: > John Thornton wrote: > > I assume you want to install EMC on a computer without an internet > > connection... > > > > You will need an internet connection somewhere to download the > > software after that you don't. > > > > > Yes, if he has an internet connection to wri