Speaking of the old days. I remember sunning Linux and NmTech rt09 on
my portable sewing machine sized Tandy model four. I finally got it
compact enough I could run a stepper mill from a single 360 floppy.
That was a couple years before Paul Corner built the first BDI CD.
(brain dead install)
I'm and old time gui writer for this project and I haven't written
diddlly in pascal with LCNC so take my thoughts fo what yoou think they
are worth. On multi tabbed notebooks it is important to remember that
every vaariable in lCNC has a working state like; on, off, value. And
I've known sevee
On Wed, 2024-04-17 at 09:13 -0700, Peter Wallace wrote:
>
> > LCNC really should be doing this. If the Measa cards would
> > maintain a queue
> > and a synchronized clock we would not care at all about latency.
> > Klipper
> > proves the idea works.
>
> This is basically what Mach 3/4 do
>
>
>
>>LCNC really should be doing this. If the Measa cards would maintain a
>> queue
>>and a synchronized clock we would not care at all about latency. Klipper
>>proves the idea works.
>
> This is basically what Mach 3/4 do
>
> This fails as soon as you need the control to repond to
> feedback in r
Works here.
> Is this thing on? I have nothing since the 18th of January, and
> neither does the archive at Sourceforge.
>
> --
> atp
> "A motorcycle is a bicycle with a pandemonium attachment and is
> designed for the especial use of mechanical geniuses, daredevils and
> lunatics."
> â George
The document at
http://linuxcnc.org/docs/stable/html/getting-started/getting-linuxcnc.html
in the second row, first column of the table below #7. Alternate Install
Methods, a Debian release is referred to as "Boolworm." Is this a typo or
am I missing something bigger?
Ray
if it fails again compare error messages and get back to us.
I'll do a bit of digging here.
> This config uses a 5i23-
> Yes we left it up last night-We usually do, but not always.
>
>
>
> --
>
> Message: 2
> Date: Fri, 27 Jan 2023 11:
The output suggests that you upgraded from LINUXCNC 2.6.32-122 to LINUXCNC
- 2.7.14 about five years ago and now it is trying to find a realtime
kernel module that did not exist in the earlier install Do you leave this
controller running all the time? There is some discussion about this in
the
A servo system like you are using runs torque (amps) up or down
depending upon how big the difference between commanded and actual
position is. That delta is computed in the EMC but is implemented by
the motor drive. The tuning of your motor drive is a critical part of
what you want.
The second
On Sun, 2010-04-11 at 16:21 -0500, Karl Schmidt wrote:
> I'm also wondering does EMC compile a pulse list and timing before the move
> so there would be no
> computation latency, or is it generated on the fly?
Living with the NIST notion of "Sense -> Model -> Act" tends to limit
one from buildi
An example of this sort of timing is included in the sample config
demo_step_cl. There are two timers T0 and T1 that control the on and
off time. They are used as an interval lube pump control.
This sample config does not require any special equipment. It assumes
stepper motors and a single pa
Oh. And I should confirm that Dave does leave the backplot display on
for hours, I'd say days! I know these things because I once drove a
thousand miles out of my way to visit him. He wasn't home but looking
through the shop window I could see TkEmc and the backplotter up on his
screen. I kne
I confess, in the case of tkemc and mini, the backplotter does not erase
overlapping points when running a repeat of the same tool path. It
simply adds the new data to the plot so you wind up with many spots
stacked on top of each other. It is not a memory leak, just an ever
enlarging file. I s
Since you have talked about tkemc I'll assume that you are running an
EMC2 install on the computer you are attempting to run this new
program.
I had to make a few changes in order to get your program to run. Put
the following program in a text file, make that file executable and then
ask Linux
Yes and there are others that build similar devices. There are some
limitations to the quality of the dc signal that depends upon the
quality of the converter and the way that it handles both rapid and very
slow motions.
We had this issue with the Mazak we converted as a group during
CNC-Works
On Fri, 2010-03-19 at 03:44 -0400, Binh Hoang wrote:
> I would first like to know if anyone out there has any other gui for emc2
> other then the ones that come with a normal load.
There have been several specialized interfaces written for EMC over the
years but most are very specialized or have
I don't remember the details but remember a size 34 stepper on the bench
here running somewhat above 3k rpm. It required low accel but you could
control it getting up to speed. Motor inertia made it really difficult
to slow down while maintaining position -- impossible to do any useful
work with
On Mon, 2010-03-01 at 19:04 -0700, a...@conceptmachinery.com wrote:
> Very similar task. In case for UAV + EMC2 need to compare digital picture.
> So, can EMC2 really be used for security purpose, and how do that?
> I think today and in the future UAV or unman reconnaissance/surveillance
> remote
On Wed, 2010-02-03 at 23:09 -0700, a...@conceptmachinery.com wrote:
> Hi
> The best source for ER collets and custom build collets holders is
> http://www.hardingeus.com/usr/pdf/collet/2351E%28LR%29.pdf
> Hardinge can make custom type holders and it is important for any one that
> does not have lat
On Thu, 2009-12-24 at 13:54 -0600, Chris Radek wrote:
> On Wed, Dec 23, 2009 at 05:43:20PM -0600, Stuart Stevenson wrote:
>
> > When importing a gif file and using image-to-gcode I get this error in the
> > cinci.
>
> I think this might mean i2g has generated a bogus arc. Can you post
> the im
On Tue, 2009-12-01 at 23:54 -0500, Martin Pinkston wrote:
> Good evening group,
> But now it's even funnier that I got signals out of the port.
> Ordering a breakout board tomorrow.
Realizing that there are signals waiting to be connected and used is a
key to getting into EMC2.
Back about 95-9
On Thu, 2009-11-12 at 06:25 -0600, John Thornton wrote:
>
> On 11 Nov 2009 at 13:33, Hubert Bahr wrote:
>
> > John have you ever looked at Synergy by Weber Systems. This is what
> > I
> > use and it definately calculates feed and speed for your tools. You
> > do
> > have to tune it for your m
I've seen Mazak do this pass through using the Mitsubishi drives and
amps. It was a convenience wiring thing. The Mazak that we converted
used Fanuc drives and did not have tachs on the motors. For that the
encoder signals went to the control and it created a tach signal for the
drives.
SteveS
On Fri, 2009-10-30 at 22:11 -0500, Jon Elson wrote:
> Ray Henry did most of the work in setting up the tool change logic in
> Classic Ladder.
I must confess that I had a lot of help from my friends. The intent of
those stalwarts was to match up EMC2 with a machining center as a pr
On Thu, 2009-10-15 at 08:00 +0200, Sven Wesley wrote:
> 2009/10/15 Kirk Wallace
>
> > Just in case someone might need one.
> >
> >
> > http://cgi.ebay.com/WESTINGHOUSE-ULTIMATE-PUMA-700-ROBOT-0_W0QQitemZ370229778303
> >
> >
> Need and want are two different things. ;)
>
> Now when we talk robots
On Fri, 2009-10-02 at 12:10 +0100, Andy Pugh wrote:
> 2009/10/2 Alex Joni :
> >
> >> G90 G1A-10 would rotate ccw all the way back from where it is to -10
> >
> > All the way meaning more than one rotation?
>
> I think it rather has to. I am thinking in terms of acting the same
> way as a linear ax
On Sat, 2009-09-26 at 03:50 -0500, RogerN wrote:
> I don't know if this has been checked, but when direction reverses, is their
> a minimum time for the direction bit before the step bit? Thought perhaps
> EMC is telling it to go UP, but Rutex hasn't changed direction from DOWN
> yet.
>
> Goo
On Wed, 2009-09-23 at 10:06 +0200, Sven Wesley wrote:
> Sounds good, then I'm at least closer to a working config.
> I did all the PID tuning, unfortunately I don't have the Step time-values
> but I hope someone at Rutex can give me them. I'm close to giving up on
> these controllers as I can't fin
On Sat, 2009-09-19 at 00:09 -0400, K.J. Kirwan wrote:
> Hello ClassicLadder Developers,
>
> I would like to request that a new feature be added to
> ClassicLadder (CL), if it's not too difficult. When you
> close EMC and EMC is closing down all the open CL windows
> on the way out, it would b
On Thu, 2009-09-17 at 22:13 -0600, David Braley wrote:
> It's too bad this place isn't a real forum. It would be really cool and
> helpful to others (like me for instance) if I could do a complete build
> thread from start to finish of retrofitting the Anilam 1100 Sharp over
> to an EMC2 control
On Wed, 2009-09-16 at 08:28 +0100, Steve Blackmore wrote:
> On Tue, 15 Sep 2009 20:24:16 -0500, you wrote:
>
> >On Tue, 2009-09-15 at 11:06 -0400, Dave wrote:
>
> >IMO you'd want it to be no more than a pulse wide or the threading may
> >start at any of the pulses that the index spans.
>
> Stran
On Wed, 2009-09-16 at 00:47 -0600, David Braley wrote:
> I'll
> need to use some kind of black box to convert the pulses coming from the
> EMC output to a +/- 10v signal for the servo amplifiers. I'm still not
> sure if the dc tachs are even usable, but maybe someone can chime in
> about that.
On Tue, 2009-09-15 at 11:06 -0400, Dave wrote:
> Chris Radek wrote:
> > On Mon, Sep 14, 2009 at 07:12:48PM -0400, Dave wrote:
> >
> >
> >> Will the
> >> EMC2 engine just wait on a threading cycle until the index pulse is
> >> seen, and once it is seen, start the cycle?
> >>
> >
> > Yes
> >
On Thu, 2009-09-10 at 11:23 +0100, Andy Pugh wrote:
> Or (it just occurs to me), you might be the only person ever to use a
> 50-step motor, and everyone else has always used 200 step ones and not
> noticed that the steps/rev setting is ignored. Seems unlikely, though.
I saw a small hexapod in Ger
On Fri, 2009-09-04 at 11:45 -0700, Youda He wrote:
> I have hear but never really edit gcode, I noticed there are capital case
> and lower case letters, are they case sensitive?
>
> -- Youda
No
--
Let Crystal Reports
Hello Yann
Interesting project. I saw an early EMC powered pick-and-place machine
in Belgium back in the 1990s. No reason that EMC2 can't handle the
project easily.
I believe that the Axis interface may be overkill. It would be a fairly
easy write to create a frame in the Mini interface that
On Fri, 2009-08-21 at 07:41 -0400, Stephen Wille Padnos wrote:
> I could swear that I added code to stepconf to take the spindle
> speed/resolution into account when calculating the base period.
> - Steve
IMO this thread appears to be a case of attempting to pass the buck. I
can say, having wri
On Thu, 2009-08-20 at 21:26 -0400, Gene Heskett wrote:
> On Thursday 20 August 2009, Douglas Pollard wrote:
> >My air compressor started up the same time I was starting my computer
> >and crashed my hard drive. I have a small cheap compressor and its all
> >the motor can do to start it and I guess
On Wed, 2009-08-19 at 21:54 -0700, jon doe wrote:
> I am building a few machines currently.
> I am stuck at limited io ports and I would'nt learn as much.
Hi Jon. Welcome to the project.
You can learn a lot with just a few IO. HAL and ClassicLadder will
allow you to connect those in creative w
Is it possible that this is another case of editing a text file on
another OS or editor that uses a different end of line code.
On Sun, 2009-08-16 at 19:20 -0700, Rondal Nannie wrote:
> Rob I removed the % at the bottom of the program and it still acts like it
> is still loading something .
You might have a look at
http://www.usdigital.com/products/interfaces/encoder/converters/edivide/
Something like this would allow you to experiment with speed vs
resolution and still keep the encoder you've got on there.
On Sun, 2009-08-16 at 10:51 +0100, Steve Blackmore wrote:
> Hi Guys, wha
On Sun, 2009-07-05 at 04:24 -0300, Richard Acosta wrote:
> Sumarizing: The documentation could belong to something else but the
> board i bought even when saying it was supported, functional .etc...
For a long time, I have been a "true believer" in the EMC systems. I
want to thank each person w
On Mon, 2009-06-29 at 11:03 +1000, Jake Anderson wrote:
> Andy Pugh wrote:
> > 2009/6/28 Jake Anderson :
> >
> >
> >> Other than removing and re-installing the different versions of emc it
> >> shouldn't require any changes to your setup?
> >>
> >
> > The Linux kernel that the LiveCD instal
Hello Gene. I know what the problem is here. I sent you home with some
Butternut wood that was to large for the saw you had there so the
project you had in mind for the wood got size creep. I should have sent
a saw home with you that would handle the job as well.
My first choice would be a ro
Hi Jake. Welcome and glad to hear of your success. My approach over
the years has been to experiment. Thanks for the report.
Rayh
On Sat, 2009-06-27 at 12:49 +1000, Jake Anderson wrote:
> Just thought I would let the list know the results of some experiments I
> have done.
>
> I am new to
On Fri, 2009-05-29 at 08:09 -0700, Kirk Wallace wrote:
> Website?
Well there is always www.linuxcnc.com.
--
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers &
On Tue, 2009-05-19 at 17:32 -0700, Kirk Wallace wrote:
> Here is a spreadsheet that calculates the points along an involute:
> http://www.wallacecompany.com/machine_shop/gears/involute-1b.ods
> (Short URL) http://alturl.com/c4gj
>
> This only describes the shape of a tooth face relative to the g
On Sun, 2009-05-03 at 18:28 +0100, robert wrote:
> i just asked on IRC about the var file, cradek said you cant realy do it
> and looking through the docs i cant see any ref to setting a parameter
> in atxt file from hal, unless one makes there own hal comp file
I guess I never worried about get
On Sun, 2009-05-03 at 09:56 +0100, robert wrote:
> this is a shame if emc does not store current tool into a paramiter
> looks like i need to keep a perm record in plc some how then.
You could use a parameter in the var file to keep track of current tool
number. This ability has been a part of t
That's my info in the wiki but I don't quite understand the splitter
that you need. The power supply itself has two of the larger 4 pin
power connectors and one of the floppy style power connectors on a
single pigtail.
I connected power to both a 2.5" hard drive and a CDROM reader to
install but
On Sat, 2009-04-18 at 15:11 +0200, Peter blodow wrote:
> Hello Gentlemen,
> for a trip to the fair it's too far across the ocean, so I wish you all
> from afar a succesful expo and a lot of questions from interested people.
> Thanks for all the effort of the participants as well as for the
> pro
On Fri, 2009-04-17 at 22:02 -0500, Stuart Stevenson wrote:
> why could you 'not go commercial'?
>
> On Fri, Apr 17, 2009 at 7:26 PM, Jim Fleig - CNC Services
> wrote:
> > Any comments Ray H. ...?
Now that I'm retired, I don't have much time left over from business.
My 0.00401k investment plan
would last very long!
Have a great day.
Ray Henry
On Wed, 2009-04-08 at 09:05 -0400, John Guenther wrote:
> They did one in 2008 at the Cabin Fever show using Fred
> Smiths http://www.imsrv.com servo system and ball screws from KDN tool.
> The servos are normally used on Sherline machi
IMO a half horse is way overkill. I used 110 Inch Ounce steppers and
3/1 belt ratio with 5 TPI screws on a Grizz about that size years ago.
Just to prove to myself that it could be done. The down side was about
30 IPM max rapid.
Rayh
On Tue, 2009-04-07 at 23:28 -0700, Kirk Wallace wrote:
> I
Paul and I tried our own map at linuxcnc.org but keeping it up was a
real PITA. OTOH I've seen our content drift through a number of
different services while they tried and failed to find viable business
models.
I keep wishing that someone would invent web software (wiki-map) rather
than web ser
On Sat, 2009-03-14 at 22:03 -0500, Ben Hoffmann wrote:
> Is em2 compatible with Athlons?
Yep. This box is one with an ASUS mobo.
~$ cat /proc/cpuinfo
processor : 0
vendor_id : AuthenticAMD
cpu family : 15
model : 47
model name : AMD Athlon(tm) 64 Processor 3000+
Synergy is available at www.webersys.com They have EMC2 posts and it
installs and runs with the current EMC2 install.
On Tue, 2009-02-24 at 08:31 +, Leslie Newell wrote:
> There isn't much. SheetCam has a Linux version. It
> won't do image to G-code though. It needs a vector image such as a
The following should not apply to Wes because he installed from the EMC2
CD. If you install from an ordinary Ubuntu and add the real-time kernel
and EMC2 you will experience some issues with updating as long as the
old kernel is still in there.
Rayh
On Fri, 2009-02-13 at 05:23 -0600, John Thorn
Seems to me that we may have two different meanings for simulation.
Some folk just run a stepper config to an imaginary or unconnected
parport like I tend to do. This is a good way to become comfortable
with stepconf and with EMC2. I tend to think of this as simulation
although I understand that
On Sun, 2009-01-18 at 13:00 +0100, Peter blodow wrote:
> - a Graziano SAG12 lathe
> It meant rather complicated programming since the momentary turning
> diameter at the tool tip had to be checked at any moment to make sure the
> optimum gear was engaged (this would be quite a challenge for a HA
Hi Peter
Thanks for the test and report. I tend to favor any but Intel. I've
had fairly good results with C3, C7, and almost any AMD. The point we
should take from your test is to try it.
There is a "used" computer store that I occasionally visit looking for
bargain boxes. I carry a Live C
On Sun, 2009-01-11 at 09:05 +, Tom wrote:
> I did not hook the 4th ground lead to the vfd gnd, my bad :-(
Someone once said, "We learn from experience, if at all." Those hookup
drawings in the first pages of the VFD's manual that shows a proper star
or single point ground to each VFD are ther
On Sat, 2009-01-03 at 23:49 -0500, Donnie Timmons wrote:
> :-)
>
> I found the problem with the encoder. It helps to be switching the wire to
> the right encoder. I over look the fact that axis 0 and 2 are on TB1 and 1
> and 3 are on TB2.
Don't feel alone on this. The freedom, some might call it
Ho! Wah! We got a piss ant here, 'eh.
On Sun, 2008-12-28 at 20:07 -0500, ad...@mmri.us wrote:
> Grow up.
>
> John Thornton wrote:
> > General questions are the hardest to answer.
--
On Sat, 2008-12-20 at 14:40 -0500, Matt Shaver wrote:
> In one case I couldn't delete a
> vertical connector bar and editing the .clp file was the workaround I
> used.
I use the vertical bar to remove itself because the eraser can't sense
the vertical. These icons are press on press off.
HTH
R
On Tue, 2008-12-16 at 22:44 -0600, Len Shelton wrote:
> With the method that Ray described with G92.2 and
> G92.3, its still several un-necessary steps I think. I mean, what if it is
> the first time you run the program? Would you have to set the offsets with
> G92 in MDI and then save with G92.2
On Tue, 2008-12-16 at 20:33 +0100, Ádám Novák wrote:
> Gentlemen,
>
> We have been using CATIA CAM for APT generation for our CNC milling machines
> (mainly Fanuc). This works great, however EMC does not seem to understand
> this type of code. As far as I know RS274NGC is the exact interpreter nam
What kind of offsets are these that you are trying to save? G92 offsets
have a procedure for saving and recalling. G54-59.3 are saved.
On Tue, 2008-12-16 at 11:10 -0600, Len Shelton wrote:
> Okay - the errors went away, but M60 only stops the program temporarily. I
> sill have to hit the stop
http://www.ce.utwente.nl/rtweb/publications/MSc2004/pdf-files/011CE2004_Buit.pdf
An interesting study of RTnet. In it they say;
"RTnet communication times are mostly determined by the
hardware. Not only processor speed but also architecture and
type of network interface
On Wed, 2008-12-03 at 10:16 -0800, Peter C. Wallace wrote:
> Actually we started a 7I43 with Luminary Micro ARM Ethernet interface CPU
> back
> in May or so but custom work kept me from finishing it. I will start again
> soon.
>
> As John says the real problem is getting realtime Ethernet suppo
On Mon, 2008-11-24 at 07:30 -0800, Dave Engvall wrote:
> > IIRC Ray Henry is using some mini-itx boards with a C7 processsor
> > and VIA's Unichrome(?) video. Apparently the on-board video
> > does not seriously interfere with the rt performance. It might be
> >
On Tue, 2008-11-18 at 00:54 +0200, Dave Houghton wrote:
> Now as I understand it is more likely to lose steps going up (mill
> head weight) than down. So by the time I get to the twentieth cut, with
> missed steps etc. it could be cutting a few thou' deeper than it should. Now
> that's a disaster I
On Fri, 2008-11-07 at 11:17 -0600, Len Shelton wrote:
> I am trying to setup a new machine with EMC2 and Axis using home switches.
> Everything seems to be working fine, except that "z" sets itself to 8.5202
> after homing.
>
> Even though I have:
>
> HOME = 0.0
> HOME_OFFSET = 0.00
>
> Wher
On Mon, 2008-11-03 at 18:58 -0600, Dave Merriman wrote:
Welcome Dave.
> I'm new to EMC and CNC, and have been trying to get my head around what's
> going on with EMC and a CNC machine.
Good plan. Don't try to think that it will all come to you at once but
let it soak in a chunk at a time. The
On Sun, 2008-11-02 at 07:46 -0500, John Domville wrote:
> Heinz Reimer,
>Thanks for the input. I will check into the information you provided.
> Seems a shame thought to have to use a counter weight on Z axis as the
> system should have been designed to move it own weight. If you have any
> pic
Steven demonstrated a working ModBus spindle control running from EMC2
to an AutomationDirect VFD at fest this last summer. We didn't try
anything like threading but it did forward, reverse, and speed. I'm
only guessing but I don't think the code got into the repository yet as
it was pretty spec
Hi Andre'
I was able to increase the output voltage on a 208 generator here to 240
leg to leg. I just disabled any connection to the neutral and run it
for pure three phase to motors.
Rayh
On Tue, 2008-10-21 at 14:43 -0500, Andre' Blanchard wrote:
> Thanks for the info.
>
> As for the 3PH
If this is a Sherline like the ones I run the motors are 200 steps per
rev, the Sherline driver is 1/4 step, and the screws are 20 tpi. I
believe that my INPUT_SCALE is 16000 or -16000 to reverse direction.
On Thu, 2008-10-16 at 17:58 -0600, John Thornton wrote:
> If you're using the wizard the
ask about version of BIOS on your computers.
>
> Evgeny
>
> P.S.
> Thank you for you answer.
>
>
> -Original Message-
> From: Ray Henry <[EMAIL PROTECTED]>
> To: Евгений Александрович <[EMAIL PROTECTED]>, "Enhanced Machine Controller
> (E
The second link is really a dead one. You should use
http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?Latency-Test
I've got several C7-D 1.5 MHz boxes running here. They are the ones I
used for the EMC2 lab at fest. Their stats are listed on the page above
as well as a Jetway that I tested for an
On Sat, 2008-10-04 at 17:49 -0700, Gary Fixler wrote:
>
> Am I getting close to a useful value yet?
> -Gary
Try this for comparisons.
http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?TestedHardware
-
This SF.Net email is sp
On Sat, 2008-10-04 at 17:49 -0700, Gary Fixler wrote:
> Am I getting close to a useful value yet?
> -Gary
oops
http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?Latency-Test
-
This SF.Net email is sponsored by the Moblin Your
On Tue, 2008-09-23 at 13:21 -0300, Jimmy Schneiderman wrote:
> During milling at 4.000 mm/min, when it comes to a curve the speed
> slow down to 2.000 mm/min.
What accel is set in your INI file?
> When making a 1 meter circle the speed does not top 2.000 mm/min and
> it does not move continues
On Wed, 2008-09-17 at 23:04 +0100, Simon Daykin wrote:
> Presumably there is a way to make EMC remember, even if I have to write a
> HAL command which responds to the iocontrol.0.tool-prepared signal and write
> the current tool number to a text file. I could then respond to the
> tool-prepare
On Fri, 2008-09-12 at 15:43 -0400, Stephen Wille Padnos wrote:
> Karl Schmidt wrote
> >I'm starting a list of what should be on this panel:
> >
> >Emergency stop
> >
> >
> Hardware, must stop the machine, should also notify EMC that the machine
> has been stopped.
I've got an older Allen Bradle
On Sun, 2008-09-07 at 21:05 +0200, Diez B. Roggisch wrote:
> > The M-codes from M101-M199 are "custom M-codes". When the interpreter
> > encounters one, it looks for a file named the same as the code, for
> > example M101, and executes it. That file should be in the nc_files dir
> > specified
On Wed, 2008-09-03 at 09:17 -0500, Andy Holcomb wrote:
> These are the hal files that I got with the install cd. I went through
> the hal setup gui and changed the pinout on the lpt port and that was
> all I changed in the hal files.
>
> Let see if this one goes out right on the reply-to
Looks
On Wed, 2008-09-03 at 08:58 -0500, Andy Holcomb wrote:
> John, if you look at your messages and everyone else's you will notice
> that all of theres have a the reply-to set up to reply to emc, all of
> your messages are set to you. So if you don't want people to reply to
> you, you might think
On Sun, 2008-08-31 at 11:39 -0700, Doug Crews wrote:
> Hello everyone,
>
>
>
> A quick question (hopefully). I have a substantial inventory of
> Kollmorgan Servo Motors and Servo Drives (CD series)$. All the motors
> have resolvers for feedback not encoders. The Servo drives are also
> conf
On Sun, 2008-08-31 at 14:19 -0400, Doug Pollard wrote:
> Someone either on Ubuntu mail group or EMC can't remember at the moment
> gave me this link to puppy Linux install with Emc looks pretty complex
> but may be doable for me. Anyway even If I don't use this box the one I
> do use won't likel
Jack
There are folk doing it but it is a bit different than the catchup you
suggest. The reason a stepper falls behind is because it's being worked
to hard. You can't work a stepper harder in order to catch up. What we
do is reduce the speed on other steppers until the slowest one catches
up t
On Sun, 2008-08-31 at 10:22 -0400, Doug Pollard wrote:
> Hello, I have an old e-machine I would like to use Emc on. It is 266
> Mhtz with 250 ram. I don't know if I can run Ubuntu 8.04 or not,
> might be kind of close. I thought if not maybe xubuntu or puppy Linux
> or even damn small Linu
Interesting machine.
1. Before I swapped drives I'd look to see what command signal the
current drives use. At that age I'd bet on analog. If that is the case
and they work, you don't have to screw with tuning new drives to the old
motors.
2. I'd look at the kind of position feedback and se
On Wed, 2008-08-20 at 18:01 -0400, Kenneth Lerman wrote:
> I'm trying to use Axis with the latest release and am having a problem.
>
> When Axis starts, the screen "breaks up". There are dark horizontal
> lines appearing on the Axis window and across the screen to the right of it.
>
> It looks l
There are a couple of real truths in the midst of this thread, but...
First I want to thank all of the folk who contributed to the
construction of this latest version. I've watched bug fixes, and doc
editing as we approached the release and several have done the heavy
lifting. Thanks. Then t
On Fri, 2008-08-08 at 08:04 +0200, Rob Jansen wrote:
>
> Rob
>
> P.s: Don't get me wrong. The EPIA is a very good
> board, I have 2 EPIA boards running web servers
> with scripting, SQL server and subversion server
> for 7 years now and they never failed on me (except
> for that one time whe
On Mon, 2008-08-04 at 13:58 -0700, Kirk Wallace wrote:
> On Mon, 2008-08-04 at 14:54 -0500, Ray Henry wrote:
>
> > I'm curious though why you would not want to run ladder? It has obvious
> > advantages.
> >
> > Ray
>
> Only if you know ladder an
Juanjo
You could hard code your logic into a Comp module using a language and
environment quite similar to C. You can read about it in the Integrator
Manual. It's chapter 11 in the released version.
I'm curious though why you would not want to run ladder? It has obvious
advantages.
Ray
M2CW Nothing wrong with your question. No foul in the replies. We
need a little heat once in a while. It tends to clarify things and you
asked for clarification. Many other in the list are looking for the
same info. We are really fortunate that we have as many choices as we
do.
Rayh
On M
Hi Sergey
I've set up both here for testing and have gotten a Sherline to rapid at
125 IPM. The little leadscrews become a problem with whipping and
rather fast wearout. For my money I'd set up steppers. That will get
you into the world of CNC. You shouldn't loose steps as long as you
keep th
1 - 100 of 338 matches
Mail list logo