#emc | Logs for 2008-03-01

Back
[00:14:55] <SWPadnos_> SWPadnos_ is now known as SWPadnos
[00:53:03] <solexious1> solexious1 is now known as solexious
[02:30:11] <cradek> I'm working on the "final" bug in a clock I built. How frustrating I have to test it on a leap year on 2/29 and after 2/29, and also on a non-leap year
[02:30:45] <cradek> also, I wrote it 6? years ago so the chances of me getting the fix right in one try are pretty slim...
[02:30:58] <cradek> (at least I found the source)
[02:31:09] <cradek> at least I think this is what's in it...
[02:31:36] <archivist> my electronic clock has no date shitzu in it
[02:31:46] <cradek> smart
[02:32:18] <archivist> pic chip counts mains pulses
[02:33:03] <cradek> eeeeeeasy! (and pretty decent timekeeping)
[02:33:20] <jmkasunich> slow debugging process there....
[02:33:36] <cradek> jmkasunich: yeah it's been going on since about '02 (intermittently of course!)
[02:33:46] <archivist> like in the olden days of synchronous clocks, cheap and chearful, and deleberately blinks if the shop keeper doesnt use it properly
[02:33:58] <jmkasunich> is this a recently built clock, or just taking advantage of the once every four years debug opportunity>?
[02:34:16] <cradek> I found 3 things that look wrong but I can't quite convince myself they would cause the wrongness I see
[02:34:38] <cradek> no I built it in '02, never made a case, found this bug in '04, never fixed it ... etc etc
[02:35:02] <archivist> you need more round tuits
[02:35:07] <cradek> yep
[02:35:22] <jmkasunich> I ordered a truckload, but something came up and they never got delivered
[02:35:47] <archivist> we had a clock here a couple of weeks ago that had an evil bug
[02:36:10] <archivist> 200 year old and the strike goes out
[02:36:13] <jmkasunich> I didn't think you worked on the kind of clocks that can have bugs?
[02:36:30] <cradek> jmkasunich: just because there are no electronics doesn't mean there are no bugs
[02:36:51] <archivist> turns out that there is a cyclic phase error to the locking and has to be built to hide the error
[02:37:43] <archivist> we work from 1600's to new
[02:37:57] <cradek> do any atmos?
[02:38:05] <archivist> no
[02:38:17] <jmkasunich> whatsa atmo?
[02:38:31] <archivist> wound by air pressure
[02:38:34] <cradek> jmkasunich: a clock powered by only atmospheric pressure changes
[02:38:48] <jmkasunich> interesting
[02:38:56] <cradek> they're neat
[02:39:07] <jmkasunich> pseudo perpetual motion
[02:39:18] <cradek> people think they're finicky but I suspect the trouble is usually operator error
[02:39:37] <cradek> yes, free power, just not much of it
[02:39:48] <cradek> enough for a very carefully made clock
[02:40:03] <archivist> http://www.atmosclocks.com/history.html
[02:40:37] <cradek> the one I have: http://www.atmosclocks.com/atmos540.html
[02:40:45] <cradek> (what a terrible picture though)
[02:41:40] <archivist> ew eyes bleed picture
[02:42:37] <jmkasunich> from the description it sounds as if its driven as much by temp changes as by pressure changes
[02:42:54] <jmkasunich> "Inside a sealed capsule, a mixture of gas and liquid expands as the temperature rises and contracts as it falls"
[02:43:12] <cradek> oh, interesting
[02:45:43] <jmkasunich> one cycle of the pendulum per minute...
[02:45:53] <jmkasunich> must be a torsion pendulum
[02:45:56] <cradek> yes
[02:46:13] <cradek> I've had people look at mine and think it's not running
[02:46:53] <jmkasunich> you have one? then you must show us photos!
[02:47:07] <cradek> it looks like that photo, but not so grainy
[02:47:24] <jmkasunich> ;-)
[02:48:29] <cradek> looks like they have four for sale...
[02:48:34] <cradek> you could have a nice collection
[02:50:14] <jmkasunich> less blurry photo: http://www.atmosclocks.com/images/Anniversy.bmp
[02:50:24] <jmkasunich> (they have lots of photos, most are in more boxy cases)
[02:50:43] <cradek> that one's very neat
[02:54:45] <jmkasunich> so is it gonna be 4 years before you know if your bug is fixed?
[02:55:03] <cradek> seems like I should simulate it somehow, but in reality, yes
[02:55:20] <jmkasunich> what kind of clock is it?
[02:56:31] <cradek> sets from wwvb, shows "hh:mm:ss Ww mm/dd/yy" on some neat 'vintage' 5x7 LED displays
[02:56:51] <jmkasunich> oh, so the "sets from wwvb" is what makes it tricky
[02:56:52] <cradek> showing Sa 03/01/08 currently
[02:56:56] <cradek> yeah
[02:57:11] <jmkasunich> thats the bug I assume?
[02:57:19] <cradek> yes
[02:57:58] <jmkasunich> it only gets time from wwv, not date?
[02:57:59] <archivist> you need a TZ offset in it?
[02:58:24] <cradek> wwvb transmits "day of year" and year and a leap bit
[02:58:52] <jmkasunich> and the leap bit isn't getting processed right....
[02:59:02] <cradek> so today is day 60 which on some years is 03/01 and others 02/29
[02:59:21] <jmkasunich> does that mean it would be off for the rest of the year? (what happened in 2002?)
[02:59:48] <cradek> yes I think it's off for the rest of the year ('04)
[03:00:18] <cradek> http://tf.nist.gov/stations/wwvbtimecode.htm
[03:01:15] <cradek> when you consider that you have a utc offset, the leap problem, and the various rollovers required, it's a bit complex
[03:01:50] <archivist> yup we saw a mysql bug of that type
[03:02:24] <jmkasunich> it seems like you don't need that many rollovers - you get shiny new data every minute, you only have to fill in the seconds
[03:02:37] <jmkasunich> or do you want it to run for long periods with no signal?
[03:03:19] <cradek> it should be able to run without a signal, but stay perfectly set when there is one
[03:04:11] <jmkasunich> and its probably running some miniscule CPU too
[03:04:13] <cradek> my 'older' model sets once a day and if the signal isn't there, it keeps trying (the current set is lost when it starts) - not enough ram for anything else
[03:04:16] <archivist> bug/not seeing leap bit
[03:04:31] <cradek> this one does everything I want (but slightly wrong)
[03:05:33] <cradek> if you look close you'll see there's something obvious missing from the wwvb signal...
[03:05:42] <cradek> (no space for it I assume)
[03:05:57] <cradek> any kind of checksum, parity, etc
[03:05:58] <jmkasunich> century?
[03:06:00] <jmkasunich> oh
[03:06:22] <cradek> so this clock reads for two minutes and compares
[03:06:30] <jmkasunich> probably not needed - if you look at a few consecutive minutes you can check
[03:06:40] <cradek> the old one will *occasionally* show a wildly wrong time for a day
[03:07:06] <cradek> (or until I unplug it)
[03:07:49] <JymmmEMC> cradek: Well if you live to be 100, you'll have 25 chances to get it right =)
[03:08:10] <jmkasunich> no, he's already missed at least 8
[03:08:18] <JymmmEMC> lol
[03:08:19] <cradek> I wasn't born yesterday (ha)
[03:11:18] <jmkasunich> "an efficient antenna system requires a radiating element that is at least one-quarter wavelength long. At 60 kHz, this becomes difficult"
[03:11:34] <archivist> just a bit
[03:13:01] <JymmmEMC> Come on, you dont have 7800 ft of copper available?!
[03:13:36] <jmkasunich> the copper is easy
[03:13:42] <jmkasunich> the tower is the tricky part
[03:13:42] <archivist> I probably do, but dont have the land
[03:14:02] <archivist> ground spacing is a problem
[03:14:10] <JymmmEMC> Electrical poles... copper included =)
[03:14:28] <cradek> wwvb is one of my favorite radio signals :-)
[03:14:45] <jmkasunich> riviting listening....
[03:14:58] <jmkasunich> what do you use to recieve it?
[03:15:00] <cradek> it's neat to see looooongwave still used for something
[03:15:29] <cradek> antennas ripped out of drugstore wwvb clocks
[03:15:44] <archivist> I sometimes use 198 khz for frequency
[03:15:58] <jmkasunich> I mean, do you have a receiver that tunes 60KHz?
[03:16:08] <jmkasunich> or just the one in the clock?
[03:16:13] <cradek> just the clocks
[03:16:36] <jmkasunich> I guess you'd need a receiver with a BFO anyway, since the only modulation is the timecode
[03:16:41] <cradek> I guess you could hear it like CW -- right
[03:16:44] <jmkasunich> (if you wanted to hear it)
[03:16:56] <cradek> this clock has an LED so I can "hear" it
[03:17:01] <cradek> helps you orient the antenna
[03:17:24] <archivist> I should build something around the MSF modules I have here
[03:17:29] <cradek> actually wwvb is so strong now that you can get it in the basement and everything
[03:18:15] <cradek> before '99 it was a bit of a trick to receive it, even here
[03:27:26] <jmkasunich> "When properly implemented, the use of bit and frame averaging can be more effective than increasing
[03:27:26] <jmkasunich> the sensitivity of the receiver, or increasing the field strength presented to the RCC by many decibels"
[03:28:06] <archivist> yup
[05:42:30] <eric_U> hello, hello, is this thing on?
[05:42:50] <toastydeath> maybe
[05:43:04] <toastydeath> we can't comment for national security reasons.
[05:43:16] <eric_U> I think you've said too much
[05:43:47] <toastydeath> maybe i'm using misdirection.
[05:44:55] <eric_U> so you're saying that if I think that you think that I know what you know, but you think that I don't know if you know what I know, that it doesn't matter if you tell me what you know?
[05:47:02] <eric_U> khkh
[05:47:33] <toastydeath> ffff
[05:58:31] <SkinnYPuppY> eeee
[06:10:01] <fenn> i propose we use the term 'vector' instead of 'axis' so that there is no confusion with joints
[07:34:03] <tomp> fenn: i can dump the opengl to indiv frames with xvidcap, and then make movies later. so far i've dupmed to xwd at 6 fps with no dropouts. dunno how fast or what formats can be saved.
[07:39:02] <fenn> tomp: do any wedm controls use A and B to specify the rotation of the wire? instead of UV
[07:39:31] <tomp> not that i know of, xyuvz is std axis
[07:39:59] <tomp> yeh, not ab cuz not rotation,
[07:40:07] <fenn> but it is rotation
[07:40:13] <tomp> no
[07:40:20] <tomp> why do you say rot>
[07:40:32] <fenn> the wire rotates relative to the workpiece
[07:40:53] <tomp> the upper wire guide translates realtive to the path
[07:41:00] <fenn> yes i know
[07:41:04] <tomp> linear offset
[07:41:08] <tomp> no rot
[07:41:23] <fenn> if there's no rotation then where does the taper angle come from?
[07:41:42] <tomp> from trig, dist from upper to lower and offset
[07:41:52] <fenn> and that's not a rotation..?
[07:42:30] <tomp> the angle is not used, the offset is, the angle is a product, not an input
[07:43:14] <fenn> so, lets say there's a drawing of an extrusion die. do they typically mark the angle on the drawing or the two different profiles?
[07:43:15] <tomp> some systems let you specify the angle, but the resulting code is 4 linear dimesnions
[07:43:38] <tomp> normally the print is draft angle,correct
[07:43:44] <fenn> aha!
[07:43:56] <tomp> the machine tool does not work at the top and bot of the die
[07:44:02] <tomp> it works above and below
[07:44:07] <tomp> how far? depends on machine
[07:44:38] <tomp> so designer doesnt know machie setup, so oper must figger a lot of this out
[07:44:53] <tomp> depending on clamping & section
[07:44:56] <fenn> the wire guide is fixed at a certain Z height, yes, that's what i'd consider part of the machine kinematics
[07:45:16] <tomp> lower guide is fixed, upper not ( typically)
[07:45:32] <fenn> do you change the guide height often?
[07:46:13] <tomp> yes, for me every cut, but i dont do production, each is custom
[07:46:29] <fenn> what is the advantage?
[07:46:58] <tomp> neccesity, not advantage, differnt thx
[07:47:13] <fenn> er.. why do you need to do it then
[07:48:14] <fenn> like on a bandsaw, it's to keep from cutting your arm off, and reduces deflection of the blade
[07:48:37] <fenn> does the wire deflect that much on an edm?
[07:49:38] <tomp> to get the angle the print request, (dies angle varies with matherial and thickness), you must have the correct spacing and offset. the spacing varies with setup (material thx and clamping), the offset dimension must vary
[07:50:17] <tomp> wire deflects ( action,reaction) causing 'bicycling' around corners, guide path and wire path are not same
[07:51:19] <tomp> so dynmaic speed control is common, also dynamic power control to make it straighter ( will alwys bicylce some) bicycle is the path your bike makes thru a puddle, watch the tire tacks of front tire vs back tire
[07:51:34] <tomp> they dont match
[07:51:39] <fenn> right
[07:51:55] <fenn> i dont see how that relates to edm
[07:52:07] <fenn> what causes the wire to deflect?
[07:52:18] <tomp> the upper guide is advanced of the wire center
[07:52:20] <fenn> hydrodynamic pressure between the wire and workpiece?
[07:52:31] <fenn> gas pressure from the sparks?
[07:52:53] <tomp> yes gas pressure from teh gas bubbles
[07:53:51] <fenn> does the wire bend as it enters/exits the workpiece?
[07:54:03] <fenn> when going around a corner
[07:54:07] <tomp> the upper guide is advanced of the center of the tensed wire length
[07:54:47] <tomp> the wire bows anytime there is lateral pressure exerted along its length, more at ctr, l;ess at supports ( guides )
[07:55:51] <tomp> since the normal units of measure are tenths ( .0001") or um (.001mm), this effect is significant ( approaches or exceeds tolearance)
[07:56:57] <tomp> btw: imagemagick 'animate' just made flip movies faster than i capture with xvidcap
[07:57:41] <fenn> you're saying xwd works better than xvidcap?
[07:59:47] <tomp> now, still experimenting finding the tools. i used xvdicap to grap indiv frames at 6fps. now gotta join them into a vid
[08:00:31] <tomp> but xvidcap didnt drop any frames using this 'to frames' trick, while 'to vid' drops a lot
[08:00:44] <tomp> its what you noticed, it'
[08:00:57] <tomp> s too busy making the vid to keep up
[08:01:05] <fenn> right, it wastes a lot of CPU encoding compressed video
[08:01:07] <tomp> so i let it do that later
[08:01:38] <tomp> right, your tip got me on the right track
[08:02:11] <tomp> i'll look for a wedm tutor that shows the axis relations
[08:02:16] <fenn> i didnt have much luck using xvidcap in single frames mode
[08:03:07] <fenn> tomp: i'm more concerned about how EMC can accomodate many different geometrical paradigms (naming schemes, axis vs joints vs vectors vs bodies vs relations)
[08:03:35] <fenn> and still seem somewhat coherent and not hacky
[08:04:04] <fenn> extra linear axes doesn't make much sense when you're concerned with the position and rotation of a milling tool
[08:07:06] <fenn> damn edm wire doesn't have a tip to use as a center of rotation
[08:07:21] <tomp> the extra linear axis can be used to shift the work envelope, like cradek's mill knee W idea.
[08:07:36] <tomp> hmm, yeh, no tool tip, got a tool edge almost
[08:07:49] <tomp> ditto for grinding
[08:08:22] <fenn> well, a toroidal cutter doesn't have a tip either, but you can pretend there is one
[08:09:36] <fenn> i guess you can just use one of the wire guides as the center of rotation
[08:11:03] <fenn> anyway that's not what edm people want
[08:12:07] <fenn> it occurs to me that there isn't enough information in two profiles to reconstruct a three dimensional shape
[08:13:52] <fenn> if you have two circles as the profiles, the relative phase of the angle around the circle will affect the shape, going from a cylinder at 0 through some hyperboloid hourglass shape around 90, and a pure cone at 180
[08:15:27] <fenn> http://en.wikipedia.org/wiki/Image:Ruled_hyperboloid.jpg
[08:15:42] <tomp> yes, theres the 2 paths, and a synchronization between the 2, so knowing the guide position on 1 tells you the other
[08:16:36] <tomp> lots of 'wedm art' like that ( toolmakes with too much free time )
[08:17:31] <tomp> i think the ever popular nudie girl on mudflaps is from the early wedm days, tho we cut 'BJ's which are illegal to display ;)
[08:17:32] <fenn> huh. the reason they use hyperboloids in cooling towers (like at nuke plants) is because the reinforcing beams are straight
[08:17:50] <tomp> string art
[08:23:43] <fenn> http://math.arizona.edu/~models/Ruled_Surfaces/
[08:24:33] <fenn> i imagine they're more impressive in 3D
[08:31:02] <tomp> damn closed information services, pay for info... "Simulation of Complex Curved Surface WEDM System Based on OpenGLFile Format"<font size="3"> http://www.ttp.ch/0-87849-470-7/364/</font>
[08:32:20] <fenn> maybe they think adding more frames will help protect their data
[08:35:41] <tomp> gnite fenn, did it agin , 3am
[08:37:39] <fenn> d'eaux
[08:38:19] <fenn> ala Homiere Simpsonne
[08:57:51] <fenn> god reading old emails is scary
[09:09:24] <OoBIGeye> dif är fina grejjer :9
[09:09:33] <OoBIGeye> ooops wrong window...
[11:43:49] <kwaj> i would like to test the sampler hal module. I wrote a simple hal file ( http://pastebin.ca/924476 ) and display the vaues on the screan using halsampler, but all i can put on screan is one signal at the time.
[11:44:02] <kwaj> how can i display al of them at the same time
[11:44:28] <kwaj> "halsampler -t -c0 -c1" doesnt work
[11:45:16] <fenn> to show what values?
[11:49:01] <fenn> kwaj you can probably do something like: watch -n 0.5 'halcmd show sig mysignals'
[13:34:48] <ChanServ> [#emc] "This is the #emc channel - talk related to the Enhanced Machine Controller and general machining. Website: http://www.linuxcnc.org/, wiki at http://wiki.linuxcnc.org/"
[13:38:17] <JymmmEMC> alex_joni: !!!
[13:38:19] <fenn> alex_joni: yes please
[14:03:10] <alex_joni> fenn: that was an ironical remark..
[14:32:21] <JymmmEMC> alex_joni: !!!
[14:39:44] <alex_joni> hiya JymmmEMC
[14:40:20] <JymmmEMC> alex_joni: bout time! lol
[14:40:36] <alex_joni> what's that?
[14:40:41] <JymmmEMC> alex_joni: Every time I sneak in here, you've been sneaking to bed.
[14:41:01] <alex_joni> well.. you sneak in too late
[14:41:32] <JymmmEMC> alex_joni: Nah, you sneak out too early =)
[14:54:50] <alex_joni> or that
[15:14:05] <alex_joni> bbl lunch
[15:19:44] <JymmmEMC> but but but it's 7am! brunch maybe =)
[15:34:01] <JymmmEMC> I'm looking to create clickable building/cubical maps (from original CAD drawings, then converted to SVG maybe) that would show me where people, network drops, printers, etc are in the building, based on a db backend, and various overlays (electrical, network, telco, plumbing, etc). Zoomable would be cool, and being able to import/convert the CAD drawings with the least amount of pain would be nice. Any suggestions on what/where to start? This is all with
[15:38:24] <jmkasunich> truncated: last that appeared here was "This is all wit"
[15:38:53] <JymmmEMC> This is all within a web browser btw.
[15:44:41] <JymmmEMC> I dont need a full GIS system, but something a little more elegant than just using IMGMAPS. just not sure of what that happy medium might be. Since CAM proggys "basically" transform CAD drawings into XY points, I thought this might be one potential way.
[16:10:17] <alex_joni> JymmmEMC: look at X3D
[16:10:24] <alex_joni> or VRML
[16:11:00] <alex_joni> I saw a couple websites which have 3D rooms, where you can walk through them, look at things, click stuff, etc
[16:11:23] <JymmmEMC> alex_joni: 2D is all that's really needed, plus overlays
[16:11:39] <alex_joni> oh, I wouldn't know then :)
[16:13:05] <JymmmEMC> See, I "could" setup and use server side image maps to do what I need, then on the backend pre-generate the overlays and export as bitmaps, just not sure how to maintian it all
[16:13:45] <JymmmEMC> google maps uses AJAX to do the overlays, not sure if I want to go that route.
[16:17:29] <tomp> i was trying to animate a bunch of gifs, and the default viewer was ImageMagick. the anims were dead slow, even when delay parms were minimized. then i opened the same gif in ffox, and it files. 'd'eaux'!
[16:18:04] <tomp> now i can save opengl renderings to animations w/o dropouts :) like emc vismach anims
[16:21:00] <tomp> damn, like 3 different techniques all worked but i couldnt tell becuz IM bodger'ed 'em, all fine in ffox
[16:22:31] <BigJohnT> anyone got an answer for this question http://www.cnczone.com/forums/showthread.php?t=53595
[16:22:38] <JymmmEMC> alex_joni: You know... since the CAD drawings are to scale, maybe I could just map the four corners of the bldg to lat/lon and use mapping application (or a subset) for the internal building layout and such.
[16:27:23] <JymmmEMC> alex_joni: Google Maps are really just on-the-fly genreated GIFs... http://maps.google.com/mapdata?latitude_e6=33945610&longitude_e6=4176576196&zm=4000&w=1250&h=1250&cc=&min_priority=2
[16:28:33] <JymmmEMC> Though, I'm a bit surprised they used GIF over PNG's... I'll have to look into the reasonign behind that. Probably lighter weight in processing.
[16:29:08] <tomp> 4 axis vismach http://imagebin.org/14469 toolchain is vismach 2 xvidcap 2 series of gifs 2 gifsicle
[16:29:48] <DanielFalck> tomp: nice
[16:30:04] <tomp> thx, gotta up the capture rate
[16:31:36] <tomp> JymmmEMC: theres some java tools for auto-animating network maps
[16:31:50] <JymmmEMC> Heh... if emc can compensate for great circle, we can CNC THE WORLD!!! LOL
[16:32:01] <JymmmEMC> tomp: java == scarry shit (to me)
[16:33:52] <JymmmEMC> tomp: I can either 1) reinvent the wheel, or 2) plagerize all the PhD's that google has hired to create google maps (to some extent) for this project. I think I might do the later =)
[16:34:34] <JymmmEMC> I'd MUCH rather use SVG's, but it looks like even IE7 doesn't natively support them, damn M$
[16:36:48] <BigJohnT> tomp: what are you working on?
[16:37:22] <tomp> a axis on end of Z, the motion is not what i will be doing
[16:37:57] <jepler> BigJohnT: emc doesn't presently have any hardware drivers for Firewire devices.
[16:39:28] <tomp> JymmmEMC: VisFlowConnect ask google to show you the cached version of http://citeseer.ist.psu.edu/738059.html
[16:40:00] <BigJohnT> jepler: I didn't think so but didn't want to open mouth and insert foot without asking the experts
[16:40:17] <tomp> BigJohnT: that was 'A axis' not 'a axis' as in the thingy what rotates about X ( dang english )
[16:40:34] <JymmmEMC> tomp: I get na "out of order" at that url
[16:40:45] <tomp> ask for cache
[16:41:01] <tomp> tiny type at bottom of google hit
[16:41:13] <BigJohnT> tomp:cool
[16:41:23] <eric_U> I don't think ormec is going to release the command structure either
[16:42:02] <eric_U> (in reference to the question on cnczone)
[16:42:16] <JymmmEMC> tomp: Got it, but more of a ref page... http://209.85.173.104/search?q=cache:uxuNhA52Z28J:citeseer.ist.psu.edu/738059.html+http://citeseer.ist.psu.edu/738059.html&hl=en&ct=clnk&cd=1&gl=us&client=firefox
[16:42:27] <eric_U> I asked ormec for info about one of their motors, it's like a state secret
[16:42:36] <tomp> right, i fiiger you'd like the animated network links
[16:43:15] <JymmmEMC> tomp: Ah, well all the cached links are "out of order" too =)
[16:43:46] <eric_U> always wondered how citeseer ended up at Penn State
[16:44:29] <JymmmEMC> I believe I'm overthinking this proj a bit... KISS
[16:44:38] <tomp> JymmmEMC: mmm, hope thats temporary, but there are studies and code available for animated network traffic
[16:45:06] <JymmmEMC> tomp: ah, gotcha. One of the NetAdmins might be interested in that.
[16:45:48] <eric_U> http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.60.1822
[16:46:01] <eric_U> I like the old format a lot better
[16:46:17] <eric_U> but at least you can download the paper
[16:47:34] <JymmmEMC> Yeah, I think that's a bit of overkill for this. The only thing I considered (and quickly dropped) was an automated "You are here" based upon their network connection =)
[16:48:47] <JymmmEMC> Though, that may not be a bad idea for the VoIP system.
[17:04:32] <jmkasunich> man I hope they have a good estop system: http://www.youtube.com/watch?v=_WBjijWwBI0&feature=related
[17:06:53] <JymmmEMC> jmkasunich: OUCH
[17:10:46] <eric_U> http://www.youtube.com/watch?v=oBWv7UoyPCc
[17:16:50] <tomp> we got too much stuff, when there's industries based on the crumbs we leave behind
[17:21:06] <eric_U> wonder why the don't dump a box of hard drives in at once, just for doc that it was destroyed?
[17:22:11] <JymmmEMC> tomp: no kidding huh
[17:44:31] <jmkasunich> funny narrator: http://www.youtube.com/watch?v=cwDSiXLrIf0&feature=related
[17:56:31] <alex_joni> heh
[17:58:11] <alex_joni> whoa, where can I get one of these? http://www.youtube.com/watch?v=-oZd_P_jk7M&feature=related
[18:02:01] <alex_joni> jmkasunich: http://www.youtube.com/watch?v=mSNDop9thlE&feature=related
[18:18:14] <tom1> any links to shaft couplers that are mm to inch? ( 10mm leadscrew shaft to 3/8 stpper shaft ) i only find inch/inch or m/m :(
[18:36:22] <tom1> hmm, i got 1.54" between shaft end, and at least .75 exposed, will make a 10mm-.375 hard bush female to male, then a stock in/in disk coupler
[18:36:31] <jmkasunich> some couplings come in three pieces - hub, disk or rubber thing, other hub
[18:36:40] <jmkasunich> you might be able to mix and match the hubs
[18:37:26] <JymmmEMC> tom1: see pg ~14 http://www.bsc.com.au/PDF-bsc04/6couplng.pdf
[18:37:54] <tom1> jmk, Jymmm thx!
[18:51:41] <tom1> wohoo! i got a 10mm to 14 mm disk coupler already, now to find a lathe for the adapter 3/8 to 14mm
[19:21:43] <OoBIGeye> tom1: take a look at huco.com they have alot of couplings from mm > inch
[19:38:17] <Duc050> Duc050 is now known as Duc05
[19:39:07] <Duc05> Duc05 is now known as _
[20:28:46] <gene> Hello, anybody about?
[20:29:14] <Duc05> me
[20:29:47] <gene> Do you know anything about installing the NVIDIA drivers?
[20:30:54] <gene> I just did a powerdown to insssstall another parport card, and while x is running ok, emc claims there is no GLX extensions.
[20:31:47] <gene> Its been working for about 2 months before the powerdown
[20:32:02] <Duc05> I have an ATI card in my laptop so I'm not so sure about that
[20:32:09] <Duc05> that's pretty strange though
[20:32:42] <Duc05> hopefully someone who knows more than me will be around soon
[20:32:57] <JymmmEMC> gene: what kind of paraport card is it?
[20:34:09] <gene> Ahh, ok, thanks. I'm installing the 4th axis on my micromill, hence the powerdown. I'm still plugged into the mobo's own port, haven't been able to run emc & try the Rosewill dual port I just installed at all.
[20:34:57] <JymmmEMC> gene: if you haven't installed any sw/drivers for the new paraport card, power down and remove the card and try it again. If the problem goes away, there's a conflict between the paraport and video base address I'd suspect. Does your BIOS have PnP OS enabled or disabled?
[20:35:38] <gene> Lemme see if dmesg has any enlightenhment to offer. Bear in mind the problem is the nvidia video card and GLX extensions. Dunno about pnp, back after I check that.
[21:00:38] <gene> pnp=no. I rebooted in single mode and re-installed several times, installing what the NVIDIA installer bitched about, which was about 40 megs worth of gnome and x stufff, but its working.
[21:01:35] <gene> Now I can make up a test cable & see if it all works. BEFORE I put the last 75 pounds of UPS up on that same shelf :)
[21:03:42] <gene> It seems the fans I put in this box might not be happy with their supply voltage, the old 3 axis xylotex boxes fans were also 12 volt fans and they have been happy as a clam running on 18 volts for 2 years now, but I can smell these, or something when I turn on my power supply.
[21:04:13] <gene> Tisn't chips, they are unloaded and cold ATM.
[21:40:17] <tomp> whats all this 'straight probe' then? as opposed to 'bent' ??
[21:41:45] <cradek> as opposed to some other path, like maybe an arc
[21:41:55] <cradek> G1 is called a "straight feed" in ngc lingo
[22:11:01] <alex_joni> tomp: you can probe with a rotary :P
[22:14:07] <tomp> my >guess< is a rotary swinging a probe would be using 'straight feed' even if the path were G91 X1 Z1 A1 , even tho an arc in motion is not in interpolation
[22:14:56] <tomp> i mean, even tho the motion is an arc, it is not circular interpolation
[22:15:16] <alex_joni> right..
[22:50:15] <alex_joni> * alex_joni is off to bed
[22:50:17] <alex_joni> good night all
[22:51:52] <tomp> gnite