Re: [Emc-users] axis.py - how to question

2013-07-20 Thread Viesturs Lācis
2013/7/20 Chris Morley chrisinnana...@hotmail.com



  From: tomaz_...@hotmail.com
  To: emc-users@lists.sourceforge.net
  Date: Sat, 20 Jul 2013 00:02:26 +
  Subject: [Emc-users] axis.py - how to question
 
  Is it possible to somehow update axis.py in my installed linuxcnc (2.5.2)
 
  I would need to add few string related to automatic forcing to world
 mode
 
  If so, where can I find original axis.py file, to modify it, and how to
 compile it (if needed)?
 
 --

 /usr/bin/axis

 No need to compile, but but it will be erased on next update of linuxcnc.


Yes, and rename it any different name, so that it is not overwritten on
next update of LinuxCNC.
There are 2 files:
1) axis in /usr/bin/
this is where I did my modifications to implement HAL pin for setting world
mode (I link that to axis.n.homed through and4 module in HAL);
2) there is another file axis.tcl in /usr/share/axis/tcl that I also just
rename to whatever-the-name-is.tcl without any modifications;

Then in your INI file instead of axis you write whatever is your GUI name
in the particular line DISPLAY = ...

-- 
Viesturs

If you can't fix it, you don't own it.
http://www.ifixit.com/Manifesto
--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] query: how long was your longes G-Code program ever?

2013-07-20 Thread Gene Heskett
On Saturday 20 July 2013 04:37:17 Jon Elson did opine:

 Gene Heskett wrote:
  Tell me something Jon?  How much an hour are you guys making while
  contemplating this reversion to 1960's technology?
  
  Sorry, just had to ask about the picture this thread is painting. ;-)
 
 I'm just SO GLAD that technology has moved forward!  Punched cards,
 paper tape, even the old 1/2 9-track magnetic tape were such a pain! 
 My old microVAX is right next to me, it was SUCH a hot machine in 1986
 when I got it.  Now, it is 1000 X slower than my desktop, and that is a
 literal performance measure!
 
 Jon

I have a TRS-80 Color Computer 3 in the basement, running right now because 
me  a fellow in .au land are trying to sort out the remaining errors in 
building its os to run on ALL the variations of the 'coco' that the shack  
several other vendors were selling back in the '80's. Mine is a bit hot 
rodded from the stock version which came with 128k of ram as this one has 2 
megs of dram in it, and it was found by us, the users, that the hitachi 
aftermarket replacement for the motorola MC6809EP, the HD6309EP, wasn't a 
clone of moto's masks, but a from the ground up reverse engineered version 
done in CMOS that had its microcode map filled up with additional, much 
smarter instructions.  Transplant one of those into the coco, and re-write 
the OS to take advantage of it and its nearly 200% faster without playing 
with the clock speed.  I had a hand in that conversion myself, and even 
wrote a new driver for it to handle a serial mouse since the OEM shack 
mouse is spastic when its feeling good. Mine also has a pair of 1Gb (huge) 
scsi drives on it, so storage is definitely not a problem.  But today, we 
actually build the OS on a linux box, which takes this one about 7 minutes.

That OS is a smaller version of linux, 7 or 8 years before Linus went 
public in '91.  And its why I don't touch a windows machine without sterile 
gloves, I don't want to take a chance  catch any of that 10 day old 
carcass's bugs.

Off topic of course. :)

 
 -- See everything from the browser to the database with AppDynamics
 Get end-to-end visibility with application monitoring from AppDynamics
 Isolate bottlenecks and diagnose root cause in seconds.
 Start your free trial of AppDynamics Pro today!
 http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clk
 trk ___
 Emc-users mailing list
 Emc-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/emc-users


Cheers, Gene
-- 
There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order.
-Ed Howdershelt (Author)
My web page: http://coyoteden.dyndns-free.com:85/gene is up!
My views 
http://www.armchairpatriot.com/What%20Has%20America%20Become.shtml
With YOU, I can be MYSELF ...  We don't NEED Dan Rather ...
A pen in the hand of this president is far more
dangerous than 200 million guns in the hands of
 law-abiding citizens.

--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


[Emc-users] OT: [Was Re: query: how long was your longes G-Code program ever?]

2013-07-20 Thread Erik Christiansen
On 20.07.13 04:55, Gene Heskett wrote:
 
 Off topic of course. :)

Only 'cos you didn't mention paper tape, the ASR33, or some old lump
of computer iron which won't easily go through a doorway, Gene. ;-)

Thanks for the insight into your resuscitation of old stuff - you're
clearly not wasting your time on boring stuff, or running out of
round tuits.

Erik

-- 
The Amiga is the only personal computer where you can run a multitasking
operating system and get realtime performance, out of the box. 
 - Peter da Silva


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] followup: please contribute your G-code whoppers for measurement

2013-07-20 Thread Michael Haberler
Gentlemen - while I really appreciate your most interesting war stories about 
paper tapes and punched cards, let me shift attention back to my question:

  would some folks please actually share their large G-code programs with me?

This would actually help. 

thanks!

- Michael

Am 18.07.2013 um 23:01 schrieb Michael Haberler mai...@mah.priv.at:

 it would be valuable to study a few LinuxCNC RS27NGC programs which 'stress 
 the limits' one way or the other - e.g. runtime and size 
 
 if you have such animals and are free to pass them to me: I would really 
 appreciate it!
 
 this could also help with improving the current interpreter's speed (I am not 
 aware of any past efforts here)
 
 thanks in advance!
 
 - Michael
 
 --
 See everything from the browser to the database with AppDynamics
 Get end-to-end visibility with application monitoring from AppDynamics
 Isolate bottlenecks and diagnose root cause in seconds.
 Start your free trial of AppDynamics Pro today!
 http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
 ___
 Emc-users mailing list
 Emc-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/emc-users
 
 --
 See everything from the browser to the database with AppDynamics
 Get end-to-end visibility with application monitoring from AppDynamics
 Isolate bottlenecks and diagnose root cause in seconds.
 Start your free trial of AppDynamics Pro today!
 http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
 ___
 Emc-users mailing list
 Emc-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/emc-users


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] OT: [Was Re: query: how long was your longes G-Code program ever?]

2013-07-20 Thread Gene Heskett
On Saturday 20 July 2013 05:50:27 Erik Christiansen did opine:

 On 20.07.13 04:55, Gene Heskett wrote:
  Off topic of course. :)
 
 Only 'cos you didn't mention paper tape, the ASR33, or some old lump
 of computer iron which won't easily go through a doorway, Gene. ;-)
 
 Thanks for the insight into your resuscitation of old stuff - you're
 clearly not wasting your time on boring stuff, or running out of
 round tuits.

But I'm still looking to steal a good pattern for a round tuit coin I can 
mill at about silver dollar size.  I've been promising to make  pass a few 
of those out for years now, but never seem to have found the round tuit. 
;-)
 
 Erik


Cheers, Gene
-- 
There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order.
-Ed Howdershelt (Author)
My web page: http://coyoteden.dyndns-free.com:85/gene is up!
My views 
http://www.armchairpatriot.com/What%20Has%20America%20Become.shtml
You will have a long and boring life.
A pen in the hand of this president is far more
dangerous than 200 million guns in the hands of
 law-abiding citizens.

--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] query: how long was your longes G-Code program ever?

2013-07-20 Thread Belli Button
   If you wound the tape onto a single spool, it would be 13 feet in
diameter and weigh about 700 lbs.

How do you calculate the diameter of the spool?





--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] axis.py - how to question

2013-07-20 Thread Tomaz T .
I did as you described, but receiving an error on start up, as it's still 
searching for axis.tcl which I renamed.
   


 Yes, and rename it any different name, so that it is not overwritten on
 next update of LinuxCNC.
 There are 2 files:
 1) axis in /usr/bin/
 this is where I did my modifications to implement HAL pin for setting world
 mode (I link that to axis.n.homed through and4 module in HAL);
 2) there is another file axis.tcl in /usr/share/axis/tcl that I also just
 rename to whatever-the-name-is.tcl without any modifications;

 Then in your INI file instead of axis you write whatever is your GUI name
 in the particular line DISPLAY = ...

 --
 Viesturs
--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] axis.py - how to question

2013-07-20 Thread Viesturs Lācis
Hmm, maybe you should not rename axis.tcl file, if there are no changes
made to it?
I found this in axis: line 124
nf.source_lib_tcl(root_window,axis.tcl)

Sorry for imprecise instructions, it has been a while, since I did that...



2013/7/20 Tomaz T. tomaz_...@hotmail.com

 I did as you described, but receiving an error on start up, as it's still
 searching for axis.tcl which I renamed.


 
  Yes, and rename it any different name, so that it is not overwritten on
  next update of LinuxCNC.
  There are 2 files:
  1) axis in /usr/bin/
  this is where I did my modifications to implement HAL pin for setting
 world
  mode (I link that to axis.n.homed through and4 module in HAL);
  2) there is another file axis.tcl in /usr/share/axis/tcl that I also
 just
  rename to whatever-the-name-is.tcl without any modifications;
 
  Then in your INI file instead of axis you write whatever is your GUI name
  in the particular line DISPLAY = ...
 
  --
  Viesturs

 --
 See everything from the browser to the database with AppDynamics
 Get end-to-end visibility with application monitoring from AppDynamics
 Isolate bottlenecks and diagnose root cause in seconds.
 Start your free trial of AppDynamics Pro today!
 http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
 ___
 Emc-users mailing list
 Emc-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/emc-users




-- 
Viesturs

If you can't fix it, you don't own it.
http://www.ifixit.com/Manifesto
--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] emco compact 5pc lathe and linuxcnc (no mods to original control) (Now - hal is awesome)

2013-07-20 Thread sam sokolik
No problem..  When we got these - It took a couple of days to figure out 
what the old pc software did (between actual circuit tracing and the 
internet)

I don't know how many of the compact 5pc lathes are still out there - 
unmolested...  but this really does allow them to try linuxcnc without 
any changes to the lathe at all.

(I think that is quite cool!)

this is what linuxcnc outputs (this is just showing full wave)  the 
latch is what makes the 74ls374 work in the emco interface.
http://www.electronicsam.com/images/emco/Waveform.svg

sam


On 07/19/2013 09:48 AM, John Alexander Stewart wrote:
 Sam - well done.

 Thanks for posting here, and on the homeshopmachinist.net bbs (and wherever
 else you are posting)

 I've got an Emco Compact-8 to CNC-ize this winter - have everything except
 for the ball screws, so seeing your Compact-5, with the old
 electronics/steppers working away is really nice to see.

 I also have a contact with a Compact-5 CNC lathe kicking around; have to
 see if they are willing to part with it, so that I have yet another project!

 JohnS.
 --
 See everything from the browser to the database with AppDynamics
 Get end-to-end visibility with application monitoring from AppDynamics
 Isolate bottlenecks and diagnose root cause in seconds.
 Start your free trial of AppDynamics Pro today!
 http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
 ___
 Emc-users mailing list
 Emc-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/emc-users



--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] query: how long was your longes G-Code program ever?

2013-07-20 Thread John Kasunich


On Sat, Jul 20, 2013, at 06:09 AM, Belli Button wrote:
If you wound the tape onto a single spool, it would be 13 feet in
 diameter and weigh about 700 lbs.
 
 How do you calculate the diameter of the spool?
 

Number of bytes divided by bytes per inch gives
length of tape.  Length of tape times thickness of
tape gives the area of the tape as viewed from the
side.
(10 bytes per inch, and 0.1mm thick, from the
Wikipedia article on paper tape.)

The area viewed from the side is the same no
matter what shape the tape is in.  So I calculated
the diameter of a circle with the same area.

-- 
  John Kasunich
  jmkasun...@fastmail.fm

--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] query: how long was your longes G-Code program ever?

2013-07-20 Thread TJoseph Powderly
Hello Michael,
the longest gcode program i've cut ( and still have )
is 3.9Meg, 157199 lines, 650K after txz-ing it
Lemme know if you want the file
i dont think i can attach in this mail list, esp that large.
it was a lithophane, so is a translation of a pic to a heightmap
regards
tomp



--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] followup: please contribute your G-code whoppers for measurement

2013-07-20 Thread Viesturs Lācis
2013/7/20 Michael Haberler mai...@mah.priv.at

 Gentlemen - while I really appreciate your most interesting war stories
 about paper tapes and punched cards, let me shift attention back to my
 question:

   would some folks please actually share their large G-code programs with
 me?

 This would actually help.


Tom Powderly wants to share this 157199 line g-code file. I put it on my
website:
http://www.cutting.lv/fileadmin/user_upload/ann-ele5.ngc

It seems to me that it does not offer to save it as file, but just displays
it in browser, so archived version also is available:
http://www.cutting.lv/fileadmin/user_upload/ann-ele5.ngc.tar.xz

-- 
Viesturs

If you can't fix it, you don't own it.
http://www.ifixit.com/Manifesto
--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Old Computer War Stories

2013-07-20 Thread Bruce Layne

On 07/19/2013 11:59 PM, Jon Elson wrote:
 My old microVAX is right next to me, it was SUCH a hot machine in 1986 when
 I got it.

MicroVAX?  Ha!  I had a VAX 11/780 system in my suburban living room.  I 
rescued it from a local hospital that was going to be forced to pay 
$6000 to have it hauled away as toxic scrap, before commodity prices 
went insane and the thriving metals recycling market emerged.

The VAX occupied almost my entire living room, including the CPU, line 
printer, control console and the two hard disk drives (each of which was 
larger than a commercial clothes washer and could store a whopping 256 
Mb of data.

I was forced to dispose of the VAX a few years later as a requirement of 
getting married.




On 07/19/2013 07:58 AM, Ed Nisley wrote:

 Once upon a time, I poured a box of punch card flakes through that
 (running) fan, thoroughly coating one of my cronies in the first shower
 stall.

The official IBM name for the debris from the punch cards was CHAD. In 
college, we called them punchies.  IBM had a service bulletin advising 
customers and field service engineers of the dangers of the little 
pieces of cardstock that could become lodged in the corner of someone's 
eye.  That didn't stop the nocturnal student inhabitants of our 
university's computing center from making punchy bombs. Chad had 
properties of a solid and a liquid.  It could be packed like a snowball 
and hurled a short distance, trailing a cometary tail of punchies.  When 
it rained, someone would come in sopping wet and a punchy bomb would 
explode on impact, sticking to the poor wet victim, sometimes for days 
(hygiene not being a priority for nerds).

We'd also punchy cars.  Dump them in the vent under the windshield and 
the inside of the car would look like one of those glass paper weights 
that is shaken to give the appearance of snow falling on a coyote eating 
a woodpecker.  We never understood why, but the mean time between a car 
being punchied and the time it was totaled in a car wreck was about 
seven months.  It may have been the result of the driver being 
distracted by a stray punchy bit flying out of a vent a few months 
later.  It's impossible to un-punchy a car.  The bits of chad get into 
every nook and cranny.

BTW - A friend's ditzy girlfriend was amazed that IBM was able to 
precisely print the little numbers in the center of each of those tiny 
pieces of cardstock!




--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] OT: [Was Re: query: how long was your longes G-Code program ever?]

2013-07-20 Thread Gregg Eshelman
On Sat, 7/20/13, Gene Heskett ghesk...@wdtv.com wrote:

 On Saturday 20 July 2013 05:50:27
 Erik Christiansen did opine:

  Thanks for the insight into your resuscitation of old
 stuff - you're
  clearly not wasting your time on boring stuff, or
 running out of
  round tuits.
 
 But I'm still looking to steal a good pattern for a round
 tuit coin I can 
 mill at about silver dollar size.  I've been promising
 to make  pass a few 
 of those out for years now, but never seem to have found the
 round tuit. 
 ;-)

Until you do, Not My Circus, Not My Monkeys. It's a popular Polish saying.

http://store.schlockmercenary.com/ProductDetails.asp?ProductCode=CC-Monkey

See also: not my field, not my cow; not my henhouse, not my chickens; not my 
pigsty, not my pigs...

--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Old Computer War Stories

2013-07-20 Thread dave
On Sat, 2013-07-20 at 17:27 -0400, Bruce Layne wrote:
 On 07/19/2013 11:59 PM, Jon Elson wrote:
  My old microVAX is right next to me, it was SUCH a hot machine in 1986 when
  I got it.
 
 MicroVAX?  Ha!  I had a VAX 11/780 system in my suburban living room.  I 
 rescued it from a local hospital that was going to be forced to pay 
 $6000 to have it hauled away as toxic scrap, before commodity prices 
 went insane and the thriving metals recycling market emerged.
 
 The VAX occupied almost my entire living room, including the CPU, line 
 printer, control console and the two hard disk drives (each of which was 
 larger than a commercial clothes washer and could store a whopping 256 
 Mb of data.
 
 I was forced to dispose of the VAX a few years later as a requirement of 
 getting married.
 
And what was the heat dissipation of this wonderful beastie?
Probably just fine in the winter but not so nice in the summer unless
you live in MT where the standard definition of summer is:
any day between the 4th of July and Labor Day that is doesn't snow is
summer.

Dave 
 
 On 07/19/2013 07:58 AM, Ed Nisley wrote:
 
  Once upon a time, I poured a box of punch card flakes through that
  (running) fan, thoroughly coating one of my cronies in the first shower
  stall.
 
 The official IBM name for the debris from the punch cards was CHAD. In 
 college, we called them punchies.  IBM had a service bulletin advising 
 customers and field service engineers of the dangers of the little 
 pieces of cardstock that could become lodged in the corner of someone's 
 eye.  That didn't stop the nocturnal student inhabitants of our 
 university's computing center from making punchy bombs. Chad had 
 properties of a solid and a liquid.  It could be packed like a snowball 
 and hurled a short distance, trailing a cometary tail of punchies.  When 
 it rained, someone would come in sopping wet and a punchy bomb would 
 explode on impact, sticking to the poor wet victim, sometimes for days 
 (hygiene not being a priority for nerds).
 
 We'd also punchy cars.  Dump them in the vent under the windshield and 
 the inside of the car would look like one of those glass paper weights 
 that is shaken to give the appearance of snow falling on a coyote eating 
 a woodpecker.  We never understood why, but the mean time between a car 
 being punchied and the time it was totaled in a car wreck was about 
 seven months.  It may have been the result of the driver being 
 distracted by a stray punchy bit flying out of a vent a few months 
 later.  It's impossible to un-punchy a car.  The bits of chad get into 
 every nook and cranny.
 
 BTW - A friend's ditzy girlfriend was amazed that IBM was able to 
 precisely print the little numbers in the center of each of those tiny 
 pieces of cardstock!
 
 
 
 
 --
 See everything from the browser to the database with AppDynamics
 Get end-to-end visibility with application monitoring from AppDynamics
 Isolate bottlenecks and diagnose root cause in seconds.
 Start your free trial of AppDynamics Pro today!
 http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
 ___
 Emc-users mailing list
 Emc-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/emc-users



--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Emc-users Digest, Vol 87, Issue 56

2013-07-20 Thread Bob Weiss
On Sat, Jul 20, 2013 at 7:50 PM, emc-users-requ...@lists.sourceforge.netwrote:

 Re: [Emc-users] Old Computer War Stories


MicroVAX?  Ha!  I had a VAX 11/780 system in my suburban living room. 

LOL, That had to be one HOT living roomWe are dismantling the subfloor
ac units now in at work server room since we longer need that kind of
cooling for servers... Man, times have changed quickly


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] followup: please contribute your G-code whoppers for measurement

2013-07-20 Thread Todd Zuercher
Sorry, since the files were done for work, I don't own the rights to them.  So 
I probably shouldn't share them.

- Original Message -
From: Michael Haberler mai...@mah.priv.at
To: Enhanced Machine Controller (EMC) emc-users@lists.sourceforge.net
Sent: Saturday, July 20, 2013 5:36:46 AM
Subject: Re: [Emc-users] followup: please contribute your G-code whoppers   
for measurement

Gentlemen - while I really appreciate your most interesting war stories about 
paper tapes and punched cards, let me shift attention back to my question:

  would some folks please actually share their large G-code programs with me?

This would actually help. 

thanks!

- Michael

Am 18.07.2013 um 23:01 schrieb Michael Haberler mai...@mah.priv.at:

 it would be valuable to study a few LinuxCNC RS27NGC programs which 'stress 
 the limits' one way or the other - e.g. runtime and size 
 
 if you have such animals and are free to pass them to me: I would really 
 appreciate it!
 
 this could also help with improving the current interpreter's speed (I am not 
 aware of any past efforts here)
 
 thanks in advance!
 
 - Michael
 
 --
 See everything from the browser to the database with AppDynamics
 Get end-to-end visibility with application monitoring from AppDynamics
 Isolate bottlenecks and diagnose root cause in seconds.
 Start your free trial of AppDynamics Pro today!
 http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
 ___
 Emc-users mailing list
 Emc-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/emc-users
 
 --
 See everything from the browser to the database with AppDynamics
 Get end-to-end visibility with application monitoring from AppDynamics
 Isolate bottlenecks and diagnose root cause in seconds.
 Start your free trial of AppDynamics Pro today!
 http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
 ___
 Emc-users mailing list
 Emc-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/emc-users


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Old Computer War Stories

2013-07-20 Thread Jon Elson
Bruce Layne wrote:
 On 07/19/2013 11:59 PM, Jon Elson wrote:
   
 My old microVAX is right next to me, it was SUCH a hot machine in 1986 when
 I got it.
 

 MicroVAX?  Ha!  I had a VAX 11/780 system in my suburban living room.  I 
 rescued it from a local hospital that was going to be forced to pay 
 $6000 to have it hauled away as toxic scrap, before commodity prices 
 went insane and the thriving metals recycling market emerged.

 The VAX occupied almost my entire living room, including the CPU, line 
 printer, control console and the two hard disk drives (each of which was 
 larger than a commercial clothes washer and could store a whopping 256 
 Mb of data.

 I was forced to dispose of the VAX a few years later as a requirement of 
 getting married.
   
Well, my MicroVAX II was bought as a new board from a broker
in 1986, and ran for 21 or so years, and still works.  The backplane
got flaky, and finally the hard drive quit.  When I got it, it was awesome,
so far ahead of the crummy PCs at the time.  But, the PCs eventually
surpassed it.

But, for crazy stuff, a friend of mine actually bought a PAIR of
370/145's.  I bought the memory box from one of them, and
was planning on using it with a bit-slice computer of my own
design.  But, software development for that system was going to
be a SLOW process.  So, eventually, the MicroVAX ended up
in the memory cabinet.

Here are some pictures of it. 
http://fp1.centurytel.net/gklittle/ibm370.htm
(The pic that says I am in it is
wrong, that is another friend with much darker hair.)  The memory
cabinet shown is like the one I put the Vax into.

The 780 you could at least in theory run on a residential service,
the 370/145 needed a 17 KVA motor generator set.

Jon

--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Old Computer War Stories

2013-07-20 Thread Jon Elson
dave wrote:
 And what was the heat dissipation of this wonderful beastie?
 Probably just fine in the winter but not so nice in the summer unless
 you live in MT where the standard definition of summer is:
 any day between the 4th of July and Labor Day that is doesn't snow is
 summer.
   
A VAX 11/780 wasn't bad.  TTL and 74S-series chips, DRAM memory.
A basic system was probably not much more than a KW, maybe even
less.

Jon

--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Emc-users Digest, Vol 87, Issue 56

2013-07-20 Thread Gregg Eshelman
On Sat, 7/20/13, Bob Weiss bweiss0...@gmail.com wrote:

 Subject: Re: [Emc-users] Emc-users Digest, Vol 87, Issue 56
 To: emc-users@lists.sourceforge.net
 Date: Saturday, July 20, 2013, 6:07 PM
 
 On Sat, Jul 20, 2013 at 7:50 PM,
 emc-users-requ...@lists.sourceforge.netwrote:
 
  Re: [Emc-users] Old Computer War Stories
 
 
 MicroVAX?  Ha!  I had a VAX 11/780 system in my
 suburban living room. 
 
 LOL, That had to be one HOT living roomWe are
 dismantling the subfloor
 ac units now in at work server room since we longer need
 that kind of
 cooling for servers... Man, times have changed quickly
---

I've never had the 'pleasure' of working with such old hardware, but I've seen 
it not even getting one bid at auction for scrap. A complete one of those IBM 
tape drive arrays, original price almost a third of a million dollars, size of 
all the machines in a laundromat, capacity not even 2 gigabytes. No Sale. IIRC 
2 gig USB sticks were the latest thing at the time. Someone in IT probably 
remarked We could replace all this with a single $100 USB stick... and the 
bean counters said Make it so!.

Another one was a massive hard drive rack, about half of which was power 
supplies and cooling fans. The drives were all pulled and stacked inside the 
scrapyard building. If they'd been something normal like SCA80 instead of weird 
proprietary IBM I would have bagged a few for the vintage Macintoshes I had. 9 
gig is massive storage for Mac OS 8 and older. I counted up the drive slots, 
times 9.1 gig... it was a one terabyte array!

500 gig single drives had just been introduced that year. That hulk had most 
likely been replaced by one rack box with a RAID5 array of four 500 gig drives. 
Imagine the power bill reduction. ;-)

--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] followup: please contribute your G-code whoppers for measurement

2013-07-20 Thread Kent A. Reed
On 7/20/2013 5:36 AM, Michael Haberler wrote:
 Gentlemen - while I really appreciate your most interesting war stories about 
 paper tapes and punched cards, let me shift attention back to my question:

would some folks please actually share their large G-code programs with me?

 This would actually help.

 thanks!

 - Michael


Sorry, Michael. I promise not to reminisce in this reply no matter how 
good it feels to retreat to happier times in my life.

I don't have any candidate programs to share but I do have a thought.

It seems likely to me that many if not all the biggest programs are either

1)G-Code generated from processed scans (of 2D images or 3D 
artifacts) for use on traditional mills, or
  2)   G-Code generated from 3D CAD models (or, again, from scans of 3D 
artifacts) for use on 3D printers.

In today's environment, the latter programs typically contain an ordered 
sequence of slices of the artifact to be printed which suggests a 
possible strategy for dealing with their size. I'm less clear about 
likely characteristics of the former but it strikes me both types of 
programs could/should be considered as special cases in your analysis.

Just my 2cents worth (which was worth more back when I was...oops, I 
promised).

Regards,
Kent


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users