Re: [Emc-users] Programmable temperature controller software for linux?

2010-10-31 Thread Jon Elson
Igor Chudov wrote: > I would like to know if there is something for Linux that could > control heat treating ovens, like this one. > I got a "ramp and soak" temperature controller on eBay for about $50. These look like the typical 1/16 DIN controller units, but have additional programming feat

Re: [Emc-users] AVR Gadget, was: scale/encoder

2010-10-31 Thread Jon Elson
Erik Christiansen wrote: > Yeah, my old STK500 won't cut it either. A "JTAG ICE" is several hundred > dollars, and their "AVR ONE" is twice that. :-( > Xilinx has a diagram for their Parallel Cable III on their web site, and it is a 74HC126 driver chip and a few RC networks, incredibly simple.

Re: [Emc-users] AVR Gadget, was: scale/encoder

2010-10-31 Thread Jon Elson
Kirk Wallace wrote: > > > Apparently the XMega's use JTAG and PDI for programming. You can do JTAG by bit-flipping the parallel port. There is TEST_MODE_SELECT, TEST_CLOCK, TEST_DATA_IN and TEST_DATA_OUT. So you need to drive 3 signals and sense one. You probably need level translators for the

Re: [Emc-users] Programmable temperature controller software for linux?

2010-10-31 Thread Kirk Wallace
On Sun, 2010-10-31 at 22:52 -0500, Igor Chudov wrote: > I would like to know if there is something for Linux that could > control heat treating ovens, like this one. > > http://igor.chudov.com/misc/ebay/tmp/Elgin/15-2-4.jpg.html > > thanks I would think that you could use HAL and pyvcp. It would

Re: [Emc-users] Where's the 'C' source code

2010-10-31 Thread cogoman
Thanks Andy, I was kind of hoping that comp would be able to help create the kinematics module. > You can compile and install kinematics modules with comp without > recompiling everything else or needing all the sources. (I think you > need a header file or two) > http://linuxcnc.org/docs/html/

[Emc-users] Programmable temperature controller software for linux?

2010-10-31 Thread Igor Chudov
I would like to know if there is something for Linux that could control heat treating ovens, like this one. http://igor.chudov.com/misc/ebay/tmp/Elgin/15-2-4.jpg.html thanks -- Nokia and AT&T present the 2010 Calling All

[Emc-users] Axis program control from a pendant

2010-10-31 Thread Colin Kingsbury
I'm running the latest LiveCD and using Axis as my GUI. I'm trying to wire up a pendant to have buttons for cycle start, stop, and pause, and running into an error I can't make any sense of. Right now, I have a button wired up to halui.program.run and another to halui.program.stop. If I click the

Re: [Emc-users] AVR Gadget, was: scale/encoder

2010-10-31 Thread Peter Blodow
Hi Mark, thanks a lot for the explanations. Language cousins is right - German and English separated about 1200 or 1400 years ago. I'm glad I can follow this mail group's proceedings having stopped practicising English some 45 years ago when I returned from an exchange student stay in Michigan

Re: [Emc-users] Changing axis display - is this possible?

2010-10-31 Thread Andy Pugh
On 31 October 2010 19:22, Alan Battersby wrote: > However when using pumping and cutting on a face I will have two motions > in the the same (possibly directly opposite) direction being driven by > different steppers. In this case I was thinking of assigning Z for tool > depth cutting direction,

Re: [Emc-users] Changing axis display - is this possible?

2010-10-31 Thread Alan Battersby
On 31/10/10 12:16, Andy Pugh wrote: > > However, you might be better with a full 5-axis kinematics and driven > rotaries. :-) > This is probably best as I do want to eventually add a stepper to drive the angle at which I present the tool (when I can figure out how to machine a worm& wheel accurat

[Emc-users] Question about G81

2010-10-31 Thread Alan Battersby
Hi, The emc on documentation http://linuxcnc.org/docs/html/gcode_main.html#sub:G81:-Drilling-Cycle shows G81 X- Y- Z- A- B- C- R- L- which to me indicates that it should work given C axis values. Is this correct? The example from http://linuxcnc.org/docs/2.3/html/gcode_mill_canned.html indic

Re: [Emc-users] AVR Gadget, was: scale/encoder

2010-10-31 Thread Kirk Wallace
On Sun, 2010-10-31 at 14:22 +0200, Roland Jollivet wrote: > As far as micro's go, if you're talking about a low cost entry point, then > here's another option; > http://www.st.com/mcu/contentid-130-113-STM8S_DISCOVERY.html > > Regards > Roland Are there Linux tools? I found: http://versaloon.com/

Re: [Emc-users] Where's the 'C' source code

2010-10-31 Thread Stuart Stevenson
in a terminal try: locate trivkins to see where it is you can find a lot of stuff using 'locate' On Sun, Oct 31, 2010 at 7:19 AM, cogoman wrote: > I knew they had to be together in one place. Thanks Jon, now the work > begins! > > > On 10/31/2010 01:54 AM, emc-users-requ...@lists.sourceforge.

[Emc-users] EMC2 fails on 10.04 OK on 8.04

2010-10-31 Thread rng3
Hello all, One of the machines I run EMC2 on is a Dell Optiplex GX520 using a Pent 4 CPU 3.00. Some time ago I installed the Live CD with 8.04. I made some adjustments (such as smi) and it tested at around Servo 10,500 and Base 11,000 which are fine for what I am doing. When I test 10.04 I get

Re: [Emc-users] Where's the 'C' source code

2010-10-31 Thread cogoman
I knew they had to be together in one place. Thanks Jon, now the work begins! On 10/31/2010 01:54 AM, emc-users-requ...@lists.sourceforge.net wrote: > The kinematics routines are all in src/emc/kinematics, I see > > 8 different variants there. > > Jon

Re: [Emc-users] AVR Gadget, was: scale/encoder

2010-10-31 Thread Roland Jollivet
As far as micro's go, if you're talking about a low cost entry point, then here's another option; http://www.st.com/mcu/contentid-130-113-STM8S_DISCOVERY.html Regards Roland On 31 October 2010 13:56, Andy Pugh wrote: > On 31 October 2010 03:58, Kirk Wallace > wrote: > > > a mega chip for $3 t

Re: [Emc-users] Changing axis display - is this possible?

2010-10-31 Thread Andy Pugh
On 31 October 2010 11:41, Alan Battersby wrote: > Will axis reflect a display where Z is not perpendicular to X and Y? Or > does this involve a lot of re-writing of either axis itself or > alternatively of the kinematics module? It can be done, but might take a bit of fiddling. If you set up yo

Re: [Emc-users] AVR Gadget, was: scale/encoder

2010-10-31 Thread Andy Pugh
On 31 October 2010 03:58, Kirk Wallace wrote: > a mega chip for $3 to $10, a programmer > for $20, add a proto board and some other small bits Have you discounted the Arduino? That is effectively all of the above, a power supply and USB/Serial conversion all in one unit. Add in the Free Arduino

[Emc-users] Changing axis display - is this possible?

2010-10-31 Thread Alan Battersby
Hi everyone, I have changed the tool holding on my emc driven rose engine (see http://blog.alanbattersby.co.uk/wp-content/uploads/2010/10/img_0038-rose-2.jpg) so that the tool depth direction can be set at a variable angle and not just perpendicular to the other two axes. So can I show this or

Re: [Emc-users] Where's the 'C' source code

2010-10-31 Thread Andy Pugh
On 31 October 2010 03:45, cogoman wrote: > and it is very informative about why you might care about the > non-trivial kinematics, but it seems like it needs to have a bottom half > that describes the source code necessary to make it happen, and how to > compile and install the code once you writ

Re: [Emc-users] AVR Gadget, was: scale/encoder

2010-10-31 Thread Mark Wendt (Contractor)
At 02:27 PM 10/30/2010, you wrote: >Hello Steve, hello Mark, >how about a dictionary for non-US-slang people? > >Yappadappa doo >Peter Blodow Hi Peter, Ah yes, the old cousins separated by a common language thing. How in the world do y'all survive? ;-) A doohickey, a whatchamacallit

Re: [Emc-users] AVR Gadget, was: scale/encoder

2010-10-31 Thread Mark Wendt (Contractor)
At 12:23 AM 10/31/2010, you wrote: It's easier if you don't start from scratch. That sentence right there should go down in history as one of the World's Best Unvarnished Truths. ;-) >Erik > >-- >No one really listens to anyone else, and if you try it for a while >you'll see why. >

Re: [Emc-users] OT: scale/encoder

2010-10-31 Thread Mark Wendt (Contractor)
At 09:16 AM 10/30/2010, you wrote: >snippage> > > >I think we've talked before about Eitel-McCullough aka EIMAC. I never >got to the power levels you dealt with and their ceramic tubes were too >expensive for a young experimenter, but I will always remember fondly >the glow of filaments in the n

Re: [Emc-users] OT: SGI Legacy.

2010-10-31 Thread Mark Wendt (Contractor)
At 08:54 AM 10/30/2010, you wrote: >Across our institute, we probably had something on the order of 50 SGI >systems of varying size and capability. I think there may have been a >few IRIS boxes lurking in dusty corners when I retired. Early on, they >were the go-to system for scientific and technic

Re: [Emc-users] OT: AVR Gadget, was: scale/encoder

2010-10-31 Thread Mark Wendt (Contractor)
At 08:35 AM 10/30/2010, you wrote: >On 10/30/2010 7:21 AM, Mark Wendt (Contractor) wrote: > > At 06:58 PM 10/29/2010, you wrote: > >> Now an AVR based doohickey that can have internal HAL-like signal > >> connections between its peripherals - that would be something :) > >> > >> - Steve > > Steve,

Re: [Emc-users] AVR Gadget, was: scale/encoder

2010-10-31 Thread Erik Christiansen
On Sat, Oct 30, 2010 at 10:54:37PM -0700, Kirk Wallace wrote: > Apparently the XMega's use JTAG and PDI for programming. My programmer > doesn't support either. Newer programmers should be okay and aren't that > expensive, but it is something I need to consider. Ah, found the AVRISP. It's only $34

Re: [Emc-users] AVR Gadget, was: scale/encoder

2010-10-31 Thread Erik Christiansen
On Sun, Oct 31, 2010 at 12:25:09AM -0700, Kirk Wallace wrote: > According to the documentation: > http://www.linuxcnc.org/docview/html//man/man9/pwmgen.9.html > > it's pulse density, but I would think the duty cycle would be a constant > 50%, which wouldn't work. I haven't tried it, but I have se

Re: [Emc-users] AVR Gadget, was: scale/encoder

2010-10-31 Thread Kirk Wallace
On Sun, 2010-10-31 at 17:50 +1100, Erik Christiansen wrote: > On Sat, Oct 30, 2010 at 10:54:37PM -0700, Kirk Wallace wrote: ... snip > > lots of people are using it successfully. I think one needs either a > > higher frequency or use PDM instead. ... snip > If your PDM is "Pulse Duration Modulation