#emc | Logs for 2008-10-17

Back
[00:52:15] <JymmmEMC> What is a XEON cpu equiv to these days?
[00:54:36] <tomp> allo from taipei :)
[00:55:50] <tomp> oops 9:03am gotta run
[01:00:56] <spasticteapot> JymmEMC: Core Quad.
[01:11:40] <JymmmEMC> I can't recall... who was the cheap bastard buying *USED* DLT/8MM tapes?
[01:12:35] <cradek> could have been me - often people retire a bunch of good tapes when they get a new drive, and the tapes are fine
[01:12:57] <JymmmEMC> cradek: was it 8mm or dlt?
[01:13:10] <cradek> dlt
[01:13:21] <cradek> but I don't need anymore - I have a few dozen.
[01:13:29] <JymmmEMC> ah, ok
[01:14:24] <JymmmEMC> cradek: realisticly, how much data to you usually get on them?
[01:14:47] <JymmmEMC> and do you have more binary or text data?
[01:15:04] <cradek> my drives are all 35/70 and it depends on the data - but never 70
[01:15:35] <JymmmEMC> I *think* these are 40/120, but I could be wrong
[01:15:47] <cradek> 40/80 is the most common tape
[01:15:51] <cradek> no such thing as 40/120 afaik
[01:16:12] <JymmmEMC> 40/80 sounds better, I'm too lazy to walk over and look =)
[01:16:14] <cradek> actually, I use 40/80 tapes on my 35/70 drives
[01:16:31] <JymmmEMC> scsi drive?
[01:17:01] <cradek> yes
[01:17:08] <cradek> all (?) real tape drives are scsi
[01:17:23] <JymmmEMC> Heh, they have eSATA ones now
[01:17:51] <cradek> heh, knowing that does not make me want to retract my earlier statement
[01:18:08] <JymmmEMC> at least I didn't say USB =)
[01:18:20] <cradek> parallel port? floppy?
[01:18:42] <JymmmEMC> Watch it now... don't make me play the trump card on your ass!
[01:19:01] <JymmmEMC> Colorado fdd iface tape drive =)
[01:19:17] <cradek> I had some QIC-80 (floppy) stuff - it sucked.
[01:19:19] <cradek> toys
[01:19:25] <JymmmEMC> eeeeeEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEeeeeeeEEEEEEEEEEEEEEEEEEEEEEEEEE
[01:19:45] <cradek> I also had, but never even tried to use, a full-length isa card that would hook to a VCR (seriously)
[01:19:49] <JymmmEMC> Hey, back then, it's all we had
[01:20:06] <JymmmEMC> I think I rememebr something like that
[01:20:54] <JymmmEMC> I really dont believe in tape these days anyway.
[01:24:45] <dareposte1> hi all
[01:25:49] <mshaver> hi
[01:27:48] <mshaver> Do any of you python guys (jepler?) have any idea about this:
[01:28:01] <mshaver> mshaver@M2A-VM:~/gdepth-0.2$ ./gdepth.py -x -10 10 -y -10 10 -z -2 0 -r 72 /usr/share/emc/ncfiles/spiral.ngc
[01:28:02] <mshaver> vee_common 45 1.0
[01:28:02] <mshaver> vee_common 30 0.57735026919
[01:28:02] <mshaver> Tool: -0.0625 -0.0135316469341
[01:28:02] <mshaver> 0.0 inf
[01:28:02] <mshaver> Traceback (most recent call last):
[01:28:04] <mshaver> File "./gdepth.py", line 233, in <module>
[01:28:06] <mshaver> a = numarray.zeros((sx+ts, sy+ts), "Float32")
[01:28:08] <mshaver> File "/usr/lib/python2.5/site-packages/numarray/numarraycore.py", line 1463, in zeros
[01:28:10] <mshaver> retarr = NumArray(shape=shape, type=type)
[01:28:12] <mshaver> ValueError: invalid shape tuple
[01:28:13] <JymmmEMC> pastebin.ca
[01:28:21] <mshaver> before I break down and actually have to learn something?
[01:28:53] <mshaver> shoulda thought of pastebin
[01:29:05] <cradek> print sx+ts and sy+ts
[01:29:14] <cradek> maybe they are silly numbers
[01:29:20] <mshaver> ok, hold on...
[01:30:45] <mshaver> 0.0 inf
[01:30:45] <mshaver> -1264 156
[01:31:11] <mshaver> what's "inf"
[01:31:17] <cradek> yep, 3/4 of those 4 numbers are silly
[01:31:21] <cradek> infinity
[01:31:46] <mshaver> so, 1/4 is silly
[01:31:50] <cradek> what are those 4 numbers?
[01:32:03] <mshaver> they come from gdepth.py
[01:32:06] <cradek> an array of size 0 or -1264 is almost as silly
[01:32:20] <cradek> I mean what did you print? I suggested you print two things, you pasted four
[01:32:59] <mshaver> it's the output of: print sx+ts, sy+ts in python
[01:33:32] <cradek> two lines? really?
[01:33:43] <mshaver> I know nothing of python....
[01:33:50] <cradek> >>> print a+b, c+d
[01:33:50] <cradek> 3 7
[01:33:58] <mshaver> yep, let me look again
[01:34:49] <cradek> oh I see now that the 0.0 inf was in your original paste
[01:34:59] <cradek> your new debug info is the last line you pasted
[01:35:23] <cradek> so you are asking for a matrix of dimension -1264 by 156, that's the cause of the error
[01:35:25] <mshaver> yep, i just found that myself
[01:36:08] <mshaver> i make things -1 inch long all the time! :)
[01:36:47] <mshaver> hmm, well that gives me a leg up on understanding this code
[01:37:02] <cradek> I cut things 1" too short sometimes...
[01:37:16] <mshaver> I could just find out how to take the absolute value of something in python...
[01:37:33] <mshaver> ...or figure out why the number is wrong in the first place...
[01:37:35] <cradek> that seems unlikely to be the right fix...
[01:37:38] <cradek> yeah that :-)
[01:37:58] <mshaver> well, i guess.........
[01:38:13] <mshaver> i'll dig back in and see what i find, THANKS!
[01:38:20] <cradek> I bet gdepth has bitrotted
[01:38:32] <cradek> (I suspect interpreter changes)
[01:38:56] <cradek> hope you find it - would be nice to have it working again.
[01:39:02] <mshaver> yea, it was supposed to not work from 2.2 onward, but I really want to see it
[01:39:37] <cradek> yeah it's neat.
[01:39:45] <mshaver> i downloaded this game development engine panda3d, and was fiddling with it
[01:39:48] <cradek> for 3 axis stuff anyway.
[01:40:13] <mshaver> i was able to view a 3d dxf in only a few minutes of poking around
[01:40:21] <cradek> cool
[01:40:40] <JymmmEMC> cradek: Thi is kinda cool, it has a built-in web server http://www.areca.com.tw/products/ide_to_sata_ll_sub.htm
[01:40:53] <mshaver> i have visions of something like world of warcraft, but with machine tools instead
[01:41:26] <JymmmEMC> mshaver: What, sit around all day waiting for ev3eryone to show up for 90 minutes to kill some ugly sucker?
[01:41:50] <mshaver> so i felt the need to get something going on a less grandiose scale ;)
[01:42:32] <cradek> I saw "vericut" at IMTS. it's a polished gdepth...
[01:43:13] <mshaver> JymmmEMC: my son in law is an expert at this game and he's toured me around the gui - quite a piece of work!
[01:43:40] <JymmmEMC> mshaver: the graphics are awesome, the game is, well, boring....
[01:44:02] <JymmmEMC> it's basically a social network with something to do
[01:44:24] <mshaver> yep, I think the difference between a lot of gpl stuff and stuff costing $$$ is that last polish and packaging
[01:44:40] <JymmmEMC> hang on mshaver...
[01:44:41] <mshaver> i'll see what i can do with gdepth
[01:44:47] <mshaver> yes?
[01:45:11] <cradek> mshaver: or the difference might just be salesmen and money
[01:45:12] <JymmmEMC> mshaver: it doens't have to cost a thing... http://www.wesnoth.org/
[01:45:36] <JymmmEMC> Not WOW mind you, but still...
[01:45:48] <mshaver> cradek: could be, could be...
[01:49:36] <mshaver> no, not WoW. I don't play computer games at all myself, but my kids and son-in-law do, extensively. It's why we still have Windows PCs :( around. I'm going to hunt me up a few level 27 bugs in Pythonic Gulch, I'll see you later!
[01:51:38] <toastydeath> fallout 3 is on the way!
[01:52:09] <spasticteapot> * spasticteapot is downloading Fallout 1 / 2.
[01:58:10] <dareposte1> hey that is really cool... USGS released high-res topos of all the US available for free download
[01:58:33] <dareposte1> kind of like google earth, just zoom in and click the quad you want, then download it
[01:58:57] <dareposte1> http://store.usgs.gov/b2c_usgs/usgs/maplocator/(layout=6_1_61_50_2&uiarea=2&ctype=areaDetails&carea=0000000009)/.do link
[01:59:07] <dareposte1> went there to order one and behold i just downloaded it instead
[02:08:46] <dareposte1> guess nobody else likes topos
[02:08:59] <SWPadnos> if only they were 3-D
[02:09:25] <dareposte1> i think you can get the GIS data free from them too, but i never tried
[02:09:46] <dareposte1> 3d doesn't do any good on paper though, humping it through the back woods
[02:09:50] <SWPadnos> it's the bumpy maps I like :)
[02:11:20] <dareposte1> it would be pretty sweet if you could pipe the GIS data into a 3d printer of some sort....
[02:11:47] <SWPadnos> yeah
[02:12:20] <dareposte1> i guess not much use though
[03:16:44] <dmess> topos are 3-d if you know how to read them
[03:17:01] <spasticteapot> Or you put them into Excel.
[03:17:22] <dmess> and then what??
[03:18:18] <dmess> good luck inputing co-ord's
[03:20:26] <spasticteapot> Umm.
[03:20:36] <spasticteapot> You can put the coordinates into Excel.
[03:20:51] <spasticteapot> Rows and columns are X and Y, and the value in the columns is Z.
[03:21:07] <spasticteapot> I know this because I used it to make maps for Dungeons and Dragons games when I was a kid.
[03:21:13] <spasticteapot> * spasticteapot is a bit of a nerd.
[03:21:24] <SWPadnos> except that the world is a lot bigger than a spreadsheet can handle
[03:21:46] <SWPadnos> I don't know the limits of Excel, but I bet it's 1k-8k columns
[03:21:50] <SWPadnos> 64k rows
[03:23:03] <spasticteapot> Oh.
[03:23:08] <spasticteapot> Sorry, I got in here a bit late.
[03:23:18] <spasticteapot> I assumed you were mapping a hill or something.
[03:23:23] <SWPadnos> heh
[03:23:35] <SWPadnos> nope, topo maps of the US, from the USGS
[03:28:46] <JymmmEMC> 65326 rows max
[03:29:32] <JymmmEMC> SWPadnos: yo
[03:29:37] <SWPadnos> hi
[03:29:56] <JymmmEMC> SWPadnos: wha ya doin with the topos?
[03:30:20] <SWPadnos> nothing. dmess mentioned that you can zoom around and download maps from the USGS
[03:30:38] <JymmmEMC> ah
[03:30:53] <JymmmEMC> I have digital topos, and then the full res for all of calif
[03:31:11] <JymmmEMC> that takes like4 dvd's
[03:31:16] <SWPadnos> heh
[03:31:24] <SWPadnos> or a day download (at home anyway)
[03:31:32] <JymmmEMC> Oh no, took a week
[03:31:39] <JymmmEMC> I had to contact them too
[03:32:20] <JymmmEMC> they're like 120mb each, a few like 200mb
[03:32:38] <SWPadnos> sounds a bit like the high res blue marble images :)
[03:32:55] <SWPadnos> I only recently got enough storage to actually save them all
[03:32:57] <JymmmEMC> I got those too,
[03:33:11] <SWPadnos> all 8 at full res was over a TB
[03:33:25] <SWPadnos> compressed
[03:33:26] <JymmmEMC> I only grabed the ones I liked
[03:34:09] <JymmmEMC> I still have access to the DC if needed =)
[03:34:24] <JymmmEMC> 10GigE FTW!!!
[03:34:26] <SWPadnos> yeah yeah
[03:34:30] <JymmmEMC> lol
[03:35:04] <JymmmEMC> SWPadnos: Oh, looky what I found... http://www.areca.com.tw/products/ide_to_sata_ll_sub.htm
[03:35:07] <SWPadnos> I just picked up 5 1TB drives though, so like I said, I could at least save all those images now
[03:35:32] <JymmmEMC> SWPadnos: Ha, I have 300 DVD-R's =)
[03:35:36] <SWPadnos> heh
[03:35:37] <JymmmEMC> blanks
[03:35:42] <SWPadnos> how much is that box?
[03:35:56] <SWPadnos> I think I looked at it, and it was much more than the 3Ware cage/controller
[03:36:04] <JymmmEMC> cheapest I found is $684
[03:36:07] <SWPadnos> (a couple of years ago, so it may have been a different generation)
[03:36:09] <SWPadnos> ok
[03:36:12] <SWPadnos> that's not bad
[03:36:25] <JymmmEMC> But the thing is you can connect it to ide or sata
[03:36:34] <JymmmEMC> so you can move it anywhere
[03:36:47] <JymmmEMC> or you can get the scsi version
[03:36:56] <JymmmEMC> It has a web server buikt in too
[03:37:48] <SWPadnos> hmm
[03:38:00] <JymmmEMC> 5 drives in 3 5.25" bay
[03:38:09] <SWPadnos> it says host connectivity is IDE or SATA 1.0
[03:38:15] <JymmmEMC> Yep =)
[03:38:29] <SWPadnos> so that's toward the disks, or toward the computer?
[03:38:33] <JymmmEMC> pc
[03:38:39] <JymmmEMC> disks is sata II
[03:38:43] <SWPadnos> that seems pretty silly
[03:38:48] <JymmmEMC> Disk Bus Interface   SATA ll Compatible -3.0 Gbps(300MB/Sec)
[03:39:00] <SWPadnos> aggregate 5 SATA2 disks to a single SATA1 interface?
[03:39:06] <JymmmEMC> SWPadnos: Maybe, but I wnat redundancy, not so much speed
[03:39:16] <SWPadnos> good, cause you won't get it ;)
[03:39:21] <JymmmEMC> if I want speed, I can get the SCSI iface instead
[03:39:31] <JymmmEMC> 320MB/sec
[03:39:33] <SWPadnos> yep
[03:40:01] <JymmmEMC> the ARC-6020 == SCSI iface to PC
[03:40:19] <JymmmEMC> But I like the versatility of IDE and SATA
[03:40:30] <JymmmEMC> since most of my systems are IDE
[03:41:02] <SWPadnos> all of them I'd bet (capability-wise anyway)
[03:41:25] <JymmmEMC> There's this too... http://www.areca.com.tw/products/scsi_to_sata_ll.htm
[03:42:14] <JymmmEMC> But 4+1 hot spare seems reasonable
[03:43:01] <SWPadnos> yep
[03:43:46] <JymmmEMC> Unlike the all-in-one boxes, I can have any OS/services I want and still have redundancy if case of hw failure
[03:44:44] <SWPadnos> the danger is that you're dependent on their RAID software and controller, unless they publish the algorithms they use to distribute data across the drives
[03:45:00] <SWPadnos> similar to the Drobo
[03:45:16] <JymmmEMC> I'll find out if I can yank a drive out and recover data using linux
[03:45:46] <SWPadnos> the controller does it. the question is, can you stick the drives in a PC and keep using them if the box dies?
[03:46:00] <JymmmEMC> that's what I mean
[03:46:10] <SWPadnos> ah, ok then :)
[03:48:23] <JymmmEMC> http://www.kaleidonet.com/storage.html
[03:50:25] <SWPadnos> might as well go with an Aberdeen box or something at that point :)
[03:50:37] <JymmmEMC> not familure with it
[03:50:55] <SWPadnos> http://www.aberdeeninc.com/
[03:51:22] <JymmmEMC> I be too poor
[03:51:23] <spasticteapot> Anyone here know how to put a 5-micron (or thinner) layer of aluminum on a 7.5-micron layer of polymide film (Kapton)?
[03:51:35] <SWPadnos> get a spin-coater
[03:51:55] <SWPadnos> hmmm. no, not with Alu
[03:52:06] <SWPadnos> sputtering may work
[03:52:08] <JymmmEMC> duct tape and bailing wire!
[03:53:23] <spasticteapot> Can you sputter that much on?
[03:53:31] <spasticteapot> And don't you need massively expensive equipment?
[03:53:49] <SWPadnos> oh, it's expensive. you didn't say cheap
[03:54:28] <spasticteapot> :P
[03:55:05] <spasticteapot> I saw a guy who had a guide to gold sputtering.
[03:55:18] <SWPadnos> there's probably a chemical plating-like process too - I can ask my mother if I think of it
[03:55:39] <spasticteapot> Chemical vapor deposition, I think.
[03:55:52] <spasticteapot> Triethyl aluminum is used, according to Wikipedia.
[03:55:54] <SWPadnos> well, that works on metals, but I don't know about plastic
[03:56:04] <spasticteapot> Goodness knows what triethyl aluminum is, or where I can get it.
[03:56:05] <spasticteapot> :P
[03:56:16] <SWPadnos> there's a technique used for CDs/DVDs though, so it may be possible
[03:56:20] <spasticteapot> Yep.
[03:56:49] <dmess> that thin CVD is the only choice
[03:56:50] <SWPadnos> then again, they can also make those with a thin foil that gets bonded to the plastic, so they don't necessarily need deposition for that
[03:57:24] <spasticteapot> Hmm.
[03:57:41] <spasticteapot> Plan B is to just fine some 2.5 micron aluminum foil.
[03:57:53] <spasticteapot> Although I don't know if I can realistically work with that or not.
[03:57:53] <dmess> static deposition might work
[03:57:57] <spasticteapot> I also need to buy a rubber ear.
[03:58:02] <SWPadnos> that sure sounds thin to me, but who knows
[03:58:03] <spasticteapot> static deposition?
[03:58:27] <spasticteapot> * spasticteapot is building headphones.
[03:58:36] <spasticteapot> Or I could stop being thick and just build electrostatics instead.
[03:59:09] <dmess> charge the plastic + and use cermetal
[03:59:35] <spasticteapot> cermetal?
[04:00:26] <dmess> its a finely ground aluminum in an epoxy binder
[04:01:03] <dmess> but al powder would work too then you'd have to seal it somehow
[04:01:58] <dmess> g'nite all
[04:02:08] <SWPadnos> yes. good idea. good night all
[04:02:34] <spasticteapot> dmess: Wait...I need more info!
[04:03:10] <spasticteapot> I can't find this stuff anywhere.
[04:04:12] <dmess> like what??
[04:04:20] <spasticteapot> cermetal
[04:04:44] <spasticteapot> It sounds like nifty stuff.
[04:04:47] <spasticteapot> I just can't find any.
[04:04:58] <spasticteapot> I might just cut open a capacitor and pray there's nothing too nasty in it.
[04:05:01] <dmess> do you need optic
[04:05:59] <spasticteapot> Optic?
[04:06:29] <spasticteapot> I just need it to be conductive.
[04:06:29] <spasticteapot> And light.
[04:07:16] <dmess> the rework stuff is al specs and epoxy - urethabond 100 if i recall after 16 beer
[04:08:38] <dmess> as light as you can apply..NO epoxy is light compared to CVD or PVD
[04:08:51] <spasticteapot> Hmm.
[04:09:00] <spasticteapot> Chemical vapor deposition doesn't sound very practical.
[04:09:09] <dmess> why not??
[04:09:16] <spasticteapot> I can get the 12.5 micron kapton with 12.5 microns of copper.
[04:09:32] <spasticteapot> dmess: Because I have access to a high school chemistry lab.
[04:09:34] <spasticteapot> And that's it.
[04:09:52] <spasticteapot> And I don't even know what the hell tri-ethyl aluminum is, let alone where I might buy it.
[04:09:56] <spasticteapot> Or how I'd use it.
[04:10:18] <dmess> wheres the budget for the science fair??? i wanna blow IT
[04:10:59] <dmess> find the local college or university
[04:11:36] <dmess> they handed me heaps of FREE stuff over the Sci-Fair years
[04:12:45] <spasticteapot> Heh.
[04:12:47] <spasticteapot> Worth a shot.
[04:13:09] <dmess> you NEVER been told no yet??
[04:13:29] <spasticteapot> Mostly just ignored.
[04:13:56] <fenn> there's a classic silver reduction reaction for mirroring glass
[04:14:03] <dmess> sell the project 1st.. and find a friend... whos interested in it.. take your time..
[04:14:03] <fenn> similar to electroless nickel
[04:14:39] <fenn> http://www.make-stuff.com/formulas/mirrors.html
[04:14:49] <dmess> fenn.. what can MASK for electroless Ni
[04:15:05] <fenn> he needs to mask?
[04:15:25] <spasticteapot> I don't need nickel.
[04:15:28] <spasticteapot> I need aluminum.
[04:15:36] <fenn> silver is more conductive than aluminum
[04:15:47] <spasticteapot> Yes, but aluminum is lighter.
[04:15:48] <dmess> I do.. V22-Osprey piston.. nobody on the planet wants to quote it
[04:15:50] <spasticteapot> OTOH....
[04:15:54] <spasticteapot> How hard is silver-plating?
[04:16:02] <fenn> ^^ read that link
[04:16:08] <spasticteapot> Oh, wait.
[04:16:14] <spasticteapot> There's the other reason I'm using aluminum.
[04:16:26] <spasticteapot> Unlike thin layers of copper or silver, it won't corrode when exposed to air.
[04:16:48] <spasticteapot> Gold would work, except that it costs a lot and most of the things that will etch it will also destroy the polymide.
[04:16:51] <fenn> spray some sealant on it?
[04:16:55] <fenn> or gold plate..
[04:17:23] <dmess> many steel components are flash silvered prior to final coating
[04:17:41] <spasticteapot> fenn: That might work.
[04:17:47] <dmess> and gold is softer than cad..
[04:17:51] <spasticteapot> I'm trying to create very thin traces on the polymide.
[04:18:09] <dmess> over $$$ let em die
[04:18:21] <spasticteapot> Ideally 1mm or so.
[04:18:21] <dmess> as in the past
[04:18:24] <fenn> spasticteapot: is this supposed to be a circuit of some sort? like an inductor
[04:18:34] <spasticteapot> fenn: It's a transducer.
[04:18:41] <fenn> i dont know what that means
[04:18:48] <fenn> it's a headphone speaker, but how does it work?
[04:18:54] <spasticteapot> http://en.wikipedia.org/wiki/Ribbon_microphone
[04:18:59] <spasticteapot> Like this, but backwards.
[04:19:03] <spasticteapot> You put it between two magnets.
[04:19:16] <dmess> cermetal is THE Cadmium replacement... 787 has NO cad or chrome... cermetal and HVOF
[04:19:20] <spasticteapot> If current goes through the traces one way, it moves forward; if current goes through the other way, it moves backwards.
[04:20:10] <fenn> why dont you just get some of the ribbon mic stuff?
[04:21:24] <spasticteapot> http://i7.photobucket.com/albums/y285/heildriver/Maiordisassembled.jpg
[04:21:45] <spasticteapot> fenn: Ribbon microphones have an impedance of a tiny fraction of an ohm.
[04:21:49] <spasticteapot> They also have a transformer.
[04:22:26] <spasticteapot> Building a transformer that would work from 20hz to 20khz is very very tricky.
[04:23:15] <fenn> As it turns out, Hobby Lobby carries a material known as Silver Leaf, which is pure silver sheets that are about 3-5 microns thick. They come in a package of 25, 5 inch by 5 inch sheets for $6.99.
[04:24:02] <fenn> aw what the hell, now you go and make it all complicated
[04:25:05] <fenn> just get some of that kapton circuit film and etch the traces with standard circuit board techniques
[04:25:18] <fenn> it doesnt matter if the wires are thick or thin
[04:26:05] <fenn> fucking audiophiles
[04:29:09] <spasticteapot> fenn: It does.
[04:29:16] <spasticteapot> The traces are wired in series.
[04:29:31] <spasticteapot> Every time you cut the width of the traces in half, you double the number of traces, quadrupling impedance.
[04:29:45] <spasticteapot> And driving a load of less than two ohms with ordinary stereo equipment is very tricky.
[04:31:05] <fenn> then add an inductor
[04:32:44] <fenn> it's foolish to try to start out with making the best
[04:33:07] <fenn> get some experience with easier materials and processes first
[04:33:18] <fenn> then at least you will have something to compare to
[05:54:06] <maddash> maddash is now known as Guest25174
[05:54:39] <maddash_> maddash_ is now known as maddash
[12:07:30] <anonimasu> hello
[12:42:34] <alex_joni> 'lo
[13:00:35] <archivist> * archivist reminds the brits that the midlands model engineer exhibition in on today till tuesday
[13:01:42] <archivist> I bet I will overspend :((
[13:02:17] <SWPadnos> I sure would
[13:02:23] <SWPadnos> it would cost thousands just to get there ;)
[13:02:56] <archivist> annual trek for us
[13:05:27] <anonimasu> hello
[13:06:18] <cradek> quick, someone tell me that single-point knurling won't work, before I'm dumb enough to try
[13:06:39] <anonimasu> single point?
[13:06:47] <anonimasu> it will, but it wont make crosshatching
[13:06:53] <alex_joni> knurling?
[13:07:00] <anonimasu> just ///////
[13:07:06] <cradek> anonimasu: I could cut both ways
[13:07:07] <SWPadnos> making diamond patterns, like on handles
[13:07:10] <anonimasu> http://en.wikipedia.org/wiki/Knurling
[13:07:32] <anonimasu> cradek: that might work, however I think the rolls need to be synchronized for it to look nice
[13:07:54] <cradek> anonimasu: there wouldn't be any rolls
[13:08:06] <skunkworks_> I can't find any real documentation on halscope in the manual. Am I just not looking in the right spot?
[13:08:06] <anonimasu> oh, cutting with a cnc lathe?
[13:08:25] <cradek> yes 'single-point' knurling
[13:08:28] <anonimasu> I'm sure it'll work, but your ^ wont be raised :)
[13:08:29] <cradek> like with a threading tool
[13:08:43] <alex_joni> looks like a couple of G33 moves
[13:08:49] <cradek> true it probably won't look like a real knurl
[13:08:51] <alex_joni> some CW some CCW
[13:09:06] <anonimasu> try it ^_^
[13:09:08] <cradek> alex_joni: some left, some right
[13:09:12] <alex_joni> right
[13:09:14] <alex_joni> left :)
[13:09:25] <alex_joni> bbl..
[13:09:46] <skunkworks_> as long as you have enough side releave on the side of the tool..
[13:09:51] <anonimasu> you can cut knurs apparently too
[13:10:12] <archivist_emc> cradek my helix code done both sides
[13:10:41] <cradek> skunkworks_: yeah that's where I'll have to be careful. I'll have to figure out what angle I can get.
[13:10:51] <archivist_emc> mill or lathe?
[13:10:52] <cradek> archivist_emc: which?
[13:10:55] <cradek> archivist_emc: lathe
[13:11:06] <archivist_emc> ah I would mill
[13:12:01] <cradek> yeah a 4-axis mill could do it, but only with a pointy tool
[13:12:07] <archivist_emc> think multi star worm an do a left on top of a right
[13:12:19] <anonimasu> hmm.. a 3 axis too and some neat interpolation
[13:13:11] <skunkworks_> is it possible to make a pdf open to a particular secion thru the url?
[13:13:19] <skunkworks_> (found halscope in the hal manual)
[13:13:26] <skunkworks_> duh
[13:13:31] <archivist_emc> time for live tooling on the lathe as well :)
[13:23:30] <fragalot> Bored.
[13:26:32] <anonimasu> me too
[13:26:37] <anonimasu> I passed my chem test -_-
[13:26:44] <anonimasu> just barely, but I passed.
[13:27:26] <fragalot> I'm in electronics lab at school
[13:27:38] <fragalot> finished the assignment that should take ~4 hours in about 7 minutes.
[13:28:15] <fragalot> And since we /HAVE/ to be here,.. I'm just wasting my time a bit... Should 've brought my controller and finished the soldering work on it :(
[13:32:47] <anonimasu> * anonimasu nods
[13:33:24] <fragalot> breka time!
[13:33:25] <fragalot> bbl
[13:33:28] <fragalot> *breakdances*
[13:48:34] <fragalot> back
[13:50:15] <skunkworks_> here - watch a exciting short video http://www.youtube.com/watch?v=eUmFKOVepYY
[13:52:04] <fragalot> "short"? how is that going to help me kill 2 hours :p
[13:52:15] <SWPadnos> baby steps
[13:52:29] <fragalot> skunkworks_: nice.
[13:54:17] <cradek> who with internet access can't kill two hours!?
[13:55:41] <skunkworks_> heh
[13:56:43] <cradek> JymmmEMC: Looking through some logs I see that I can get as little as 52GB and as much as 85GB on a tape in 35/70 mode
[13:57:04] <cradek> some of my data is more compressible; fortunately my backup software handles that all smartly
[13:57:21] <SWPadnos> are you using Amanda?
[13:57:23] <cradek> yes
[13:57:34] <SWPadnos> ok
[13:57:42] <cradek> is there anything else? :-)
[13:57:43] <fragalot> hoot hoot! *owl*
[13:57:47] <cradek> amanda is great
[13:57:47] <SWPadnos> if I remember correctly, it's a pain to set up but very powerful
[13:58:01] <cradek> I've used it for 15? years
[13:58:06] <SWPadnos> wow
[13:58:20] <SWPadnos> I wonder if there's some relatively easy setup program with Ubuntu server 8.10
[13:58:22] <cradek> yes it can be a challenge to set up.
[13:58:35] <cradek> I don't know... it's probably getting easier over time.
[13:58:57] <SWPadnos> heh - that could be experience talking ;)
[13:59:00] <cradek> for one machine you probably don't need it, although it's still nice. but for a network of machines, I can't imagine going without it.
[13:59:45] <archivist_emc> Im tending to backup on other machines these days
[14:00:38] <SWPadnos> it's possible that we're actually at the point where hard disks are a better backup medium than tape
[14:00:47] <fragalot> Description: sophisticated graphical program which corrects your miss typing
[14:00:57] <cradek> you may be - I'm sure not
[14:01:02] <archivist_emc> wots a tyop
[14:01:03] <SWPadnos> (I know a lot of people have been saying this for years, but I didn't agree - I may have to change my mind soon)
[14:01:06] <cradek> fragalot: haha
[14:01:09] <fragalot> Lol. the way it "corrects" that is by passing 2 20 wagon trains at a slow rate in ASCII form.... love it
[14:01:38] <cradek> fragalot: oh I thought you were making fun of "miss typing"
[14:01:46] <fragalot> cradek: no. :) "sl" look it up :p
[14:01:48] <SWPadnos> me too
[14:02:17] <archivist_emc> tyops are part of IRC
[14:02:26] <cradek> yesterday I saw a plumber's van nicely painted with their slogan "Professionalism @ it's Best" (including the quotes)
[14:02:28] <fragalot> Aye
[14:02:32] <fragalot> it just wouldn't be the same without it
[14:02:37] <fragalot> archivist_emc: but "sl" is a console ap
[14:02:40] <cradek> yes, @ sign; yes, "it's"
[14:03:06] <fragalot> haha
[14:03:16] <cradek> yes, unnecessary quotes
[14:03:18] <fragalot> prophetism at it's best.
[14:04:17] <archivist_emc> I hate it when it's faster to file a piece than cnc it
[14:04:58] <fragalot> lol
[14:05:57] <SWPadnos> how accurate is your file though?
[14:06:31] <archivist_emc> to a chalk mark
[14:07:28] <archivist_emc> as the drawing Im working to is lacking in dimensions, it's a guess anyway
[14:07:41] <SWPadnos> heh
[14:08:25] <SWPadnos> it's a bit like our old motto (in the College of Engineering and Mathematics): "Measure with micrometer. Mark with chalk. Cut with chainsaw" :)
[14:08:53] <archivist_emc> hehe
[14:09:09] <archivist_emc> gas axe engineering
[14:12:41] <fragalot> lol
[14:17:24] <archivist_emc> Birmingham screwdriver==hammer
[14:19:31] <fragalot> xD
[14:19:58] <fragalot> I did something nice at work the other day.. recycling...
[14:20:10] <Jymm> why?
[14:20:14] <fragalot> found an old bucket of paint that solidified completely... cut it to pieces, and now the paint serves as dampeners...
[14:20:32] <Jymm> dampeners for?
[14:20:41] <fragalot> small compressor :p
[14:20:49] <fragalot> I don't expect it to last long, but it was funny
[14:20:49] <Jymm> ah, gotcha....
[14:21:05] <Jymm> just add/spill paint thinner near it some time
[14:21:22] <Jymm> accidently of course
[14:22:21] <fragalot> :D
[14:22:36] <fragalot> I was kindof surprised at how flexible paint remains after it's completely dried out
[14:28:09] <archivist_emc> has to be as most painted items stretch/bend/expand with heat etc
[14:29:09] <fragalot> True
[14:29:40] <archivist_emc> and for wood it has to breath
[14:29:51] <archivist_emc> so is porous
[14:32:23] <fragalot> noticed that too,.. it's like chocolate cream if you tear it :p
[14:32:30] <fragalot> yet baby smooth if cut.
[14:53:08] <maddash> longer pwm cycles mean higher resolution but slower response times. shorter cycles mean lower resolution but faster response. is this correct?
[14:55:26] <cradek> yes pretty much. the longer "response time" is because you have to use a longer time constant on the external filter to smooth it
[15:00:19] <maddash> i thought it was because one would have to wait until the end of the current pwm cycle for changes to take effect
[15:00:41] <SWPadnos> if you use PDM instead of traditional PWM, the filter components don't need to be as latge, and the adjustment is significantly quicker
[15:01:18] <SWPadnos> the filter needs a time constant of roughly 10 PWM cycles for traditional PWM - I think that's the main cause of slow response
[15:01:21] <maddash> pdm == pulse-density modulation?
[15:01:24] <SWPadnos> 10 minimum
[15:01:25] <SWPadnos> yes
[15:02:29] <maddash> by 'filter', you mean that RC circuit that converts the digital pulse to the appropriate analog output?
[15:03:01] <cradek> yes
[15:04:33] <maddash> ok, so when the pwm duty cycle is held at a constant rate, does the filter output a constant analog voltage? or would it be sinusoidal?
[15:04:46] <SWPadnos> it would be variable, but not a sinusoid
[15:05:05] <SWPadnos> it's a repetitive capacitive charge-discharge cycle
[15:05:07] <SWPadnos> so it
[15:05:38] <SWPadnos> so it's a logarithmic approach to the high value and then a logarithmic approach to the low value
[15:06:01] <maddash> oh geez. so is there any way to get a steady analog signal from digital besides a true DAC?
[15:06:21] <SWPadnos> it depends on the time constants involved
[15:06:21] <cradek> depends on the definition of "steady"
[15:06:49] <cradek> for pwm/pdm your tradeoff is "steadyness" vs responsiveness
[15:07:02] <maddash> steady, meaning a constant digital input ==> constant, non-varying analog output?
[15:07:10] <SWPadnos> non-varying over what time scale?
[15:07:24] <cradek> for a spindle speed control, a time constant of a full second might be fine, which lets you use a lot of filtering
[15:07:29] <SWPadnos> if you're driving a spindle motor, you can have small variations on a millisecond (or longer) time scale, and it won't matter
[15:07:33] <SWPadnos> heh
[15:07:36] <cradek> for a servo amp, a time constant of a second would be a disaster
[15:07:48] <SWPadnos> for a laser galvo, microseconds could spell disaster
[15:08:10] <archivist> else sample and hold per cycle
[15:08:14] <maddash> when you say "time constant," you're referring to the period of the analog variations?
[15:08:24] <SWPadnos> sort of
[15:08:33] <SWPadnos> it's more the response time of the thing being controlled
[15:08:49] <SWPadnos> as long as the controlling signal is much faster than the thing being controlled, it should be fine
[15:09:15] <cradek> I almost pasted the wikipedia link, but it wouldn't make this any clearer
[15:09:34] <cradek> for a "constant" analog output, you probably do need a dac
[15:09:36] <maddash> cradek: en.wikipedia.org/en/time_constant?
[15:09:41] <SWPadnos> (unless the thing in question samples and holds rather than filtering - then you get problems since the sampled waveform is varying and you don't know where in the vyvle you'll sample)
[15:09:46] <cradek> but you may be mistaken that you need a "constant" analog output
[15:09:59] <cradek> http://en.wikipedia.org/wiki/Time_constant
[15:09:59] <SWPadnos> even DACs aren't constant
[15:10:09] <maddash> SWPadnos: what?!
[15:10:22] <SWPadnos> many of them output a small spike whenever a new value is written, even if it's the same as the old value
[15:10:40] <cradek> maddash: what's your particular application?
[15:10:43] <SWPadnos> and then there's noise on the lines
[15:11:12] <SWPadnos> it's basically impossible to have a constant analog value anywhere, unless you're in a well-shielded room at absolute zero
[15:11:18] <cradek> but DACs don't have inherent periodic variation in their output
[15:11:37] <archivist> there is always tolerance and drift
[15:11:37] <SWPadnos> they do if they're not high quality and there's a periodic refresh
[15:11:48] <SWPadnos> tolerance and drift are unrelated to noise
[15:11:51] <SWPadnos> (in this context)
[15:11:57] <cradek> what is this context?
[15:12:07] <archivist> I wish we knew
[15:12:08] <SWPadnos> talking about getting a constant value output
[15:12:11] <SWPadnos> heh - me too :)
[15:12:28] <maddash> cradek: sending an analog signal to an amplifier to control voltage? see, I have a 20V range to choose from, and I either use PWM or a resistor ladder (troublesome, and noticeably discrete steps)
[15:12:31] <cradek> I think maddash is probably asking the wrong questions, and he's getting some pedantic answers to them - nothing that will really help him solve a problem he's working on.
[15:13:10] <SWPadnos> PWM also has discrete steps, you may nust not notice them
[15:13:13] <SWPadnos> just
[15:13:17] <cradek> maddash: what are the timing requirements and acceptable output quantization?
[15:14:21] <maddash> erm, I guess a 200-400 us response time is enough?
[15:14:23] <cradek> true, pwm does, but pdm practically doesn't, though it gets bad at extreme values
[15:14:51] <SWPadnos> right - the filter bandwidth comes into play at the fringes
[15:15:13] <SWPadnos> maddash, ad5764
[15:15:19] <SWPadnos> argh
[15:15:30] <SWPadnos> but it's still good advice ;)
[15:15:38] <renesis> * renesis 24db/oct active filters ur moms
[15:15:48] <archivist> hehe
[15:17:04] <renesis> guys im hungry
[15:17:06] <maddash> SWPadnos: 16-bit looks fancy.
[15:17:12] <SWPadnos> it is :)
[15:17:28] <SWPadnos> and massively adjustable (both in full scale range and offset value)
[15:17:33] <renesis> 16b what?
[15:17:47] <SWPadnos> DAC, the AD5764
[15:18:07] <maddash> SWPadnos: I'm trying to be as cheapo as possible and use whatever is available on the ucontroller already.
[15:18:16] <SWPadnos> which controller?
[15:18:18] <renesis> noise+error is prob always gonna be greater than a discrete step on that
[15:18:25] <renesis> on lower signal voltage stuff
[15:18:46] <maddash> omg, wouldn't a dac be prone to the same sort of emi as an adc?
[15:19:03] <maddash> SWPadnos: remember that pic i was talking about?
[15:19:07] <SWPadnos> yes
[15:19:11] <maddash> s/tlaking/raving/g
[15:19:17] <SWPadnos> use an internal PWM if you have one left
[15:19:19] <SWPadnos> hardware
[15:19:46] <SWPadnos> if you're running with a 20+ MHz clock, you can do 20 kHz PWM with 10 bit resolution
[15:19:51] <renesis> softpwm is pretty easy if you have any timer ints running already
[15:20:00] <maddash> from http://www.analog.com/en/digital-to-analog-converters/da-converters/AD5764/products/product.html : "Settling time: 10us maximum" <-- is this the time constant you were talking about?
[15:20:10] <SWPadnos> no
[15:20:22] <renesis> thats the switching transistion time
[15:20:27] <SWPadnos> are you doing an audio amplifier, a motor amplifier, an escalator controller - what?
[15:20:51] <maddash> servo amp
[15:21:20] <SWPadnos> if you're doing something like a thermostat setting, you have a time constant in the minutes (ie, it takes minutes for a new setting to take effect, so there's no sense in changing the setting faster than the house can warm up)
[15:21:45] <SWPadnos> you should think about the mechanical response time you can expect from a motor
[15:21:54] <SWPadnos> they're pretty good second (?) order filters
[15:22:39] <SWPadnos> if you set the motor to 100% current (from 0), how long does it take for current to actually build up to 100% in the windings?
[15:22:57] <maddash> hold on, I'm trying to figure out how to went from 20mhz to 20khz/1024 steps
[15:23:13] <SWPadnos> 20 mhz/1024 ~= 20kHz
[15:23:30] <SWPadnos> the 10-bit PWM needs 1024 clocks per PWM period
[15:24:40] <maddash> and 20khz means a 50 us wait, minimally, after I switch to a new duty cycle
[15:25:09] <SWPadnos> maximally, yes
[15:25:15] <SWPadnos> the minimum is one clock
[15:25:40] <maddash> ohh, right
[15:25:41] <SWPadnos> though you're right - the average won't be "correct" until the next full PWM cycle has finished
[15:26:02] <SWPadnos> so it's actually 1 PWM cyccle +1 clock to 2 PWM cycles
[15:26:20] <SWPadnos> (up to 1 cycle for the new setting to be used, then another one for it to be output)
[15:27:28] <maddash> FREQ_OSC = (resolution in # of steps)*(length of pwm cycle)
[15:28:49] <maddash> er,, that's not right
[15:29:15] <maddash> so FREQ_OSC = (resolution in # of steps) / (length of pwm cycle)
[15:29:16] <SWPadnos> (length of PWM cycle) = FREQ_OSC / (resolution in # of steps)
[15:29:43] <SWPadnos> right
[15:29:47] <renesis> that would be freq of pwm cycle
[15:29:48] <renesis> !
[15:30:12] <SWPadnos> err - whatever. tiem for more coffee
[15:30:16] <SWPadnos> time (see!)
[15:30:18] <renesis> heheh k good luck
[15:30:27] <renesis> shit i have to go
[15:30:40] <maddash> sorry for creating such a pointless stumbling point
[15:51:24] <SWPadnos> man. marketing materials are so stupid
[15:51:48] <SWPadnos> I just got an offer to switch to FairPoint for voice and data
[15:51:58] <archivist_emc> they are generally selling to the stupid :)
[15:52:10] <SWPadnos> they tell me I'll get a $200 gas card and there are no setup fees
[15:52:33] <SWPadnos> they tell about some of the features of the service, but nowhere do they say the price of the service
[15:52:50] <SWPadnos> not even a "starting at $39.99/month" statement - nothing
[15:53:44] <archivist_emc> they want you to ring up so they can employ a rabid high pressure salesman on you
[15:53:50] <SWPadnos> yep
[15:53:57] <SWPadnos> the whole website is the same way
[15:54:34] <SWPadnos> I actually called recently because their advertising implied that fiber should be available in my area (it's not, nor will it ever be)
[18:17:23] <dmess> hi all
[19:17:39] <cradek> can anyone tell me what G91 G10 L2 P1 X1 does on a fanuc control?
[19:17:49] <SWPadnos> ?SN
[19:17:54] <SWPadnos> :)
[19:17:59] <cradek> ?
[19:18:12] <SWPadnos> syntax error (I can't parse it)
[19:18:20] <cradek> ?REDO FROM START
[19:18:28] <SWPadnos> too verbose ;)
[19:18:50] <cradek> "ERROR 0001" (compliments of BOSS)
[19:18:54] <SWPadnos> heh
[19:19:57] <maddash> maddash is now known as Guest28095
[19:22:30] <maddash_> ugh
[19:22:36] <maddash_> /suicide
[19:22:49] <archivist> hehe
[19:22:52] <SWPadnos> mmmkay
[19:23:32] <cradek> SWPadnos: http://books.google.com/books?id=YKvH-zYd3VwC&pg=PA51&vq=g91+g10&dq=%22G91+G10+L2%22&source=gbs_search_s&cad=1
[19:23:39] <cradek> no idea if that link will work for you...
[19:23:46] <SWPadnos> yes, it does
[19:23:58] <cradek> see the bottom of page 51
[19:24:05] <cradek> (or do you care about this?)
[19:24:38] <SWPadnos> sure - I'm interested (at least from a functionality conversation standpoint)
[19:25:16] <SWPadnos> so it looks like the G91 version is supposed to "move" the offset by that amount
[19:25:25] <cradek> yep
[19:25:28] <cradek> EMC doesn't do that
[19:25:30] <SWPadnos> I think that would fall out of the current calculations anyway, no?
[19:25:31] <SWPadnos> oh
[19:25:37] <SWPadnos> does it ignore G91?
[19:25:42] <SWPadnos> (in that case)
[19:25:49] <cradek> right, G10 does not consider G90/G91
[19:26:02] <SWPadnos> well, that seems like an error to me
[19:26:15] <cradek> well, if we were fanuc, it would be
[19:26:25] <SWPadnos> unless it's specifically in the docs that abs/rel is ignored
[19:26:32] <SWPadnos> (the EMC docs)
[19:26:51] <cradek> http://www.linuxcnc.org/docs/devel/html/gcode_main.html#sub:G10:-Set-Coordinate
[19:27:59] <SWPadnos> well, that's clear as mud
[19:28:10] <cradek> yeah.
[19:31:14] <skunworks\> skunworks\ is now known as skunkworks
[19:31:55] <LawrenceG> skunkworks, its alive!
[19:33:22] <skunkworks> Yes - so far - Only running about 2.5a and 20v. But the current limit seems to be working so far.
[19:33:47] <LawrenceG> cool... are the fets getting warm?
[19:33:52] <skunkworks> The voltage across the sense resistor goes right to the sense voltage and clips.
[19:34:03] <skunkworks> not yet
[19:34:26] <skunkworks> I am sure they will at 10a and above. they have a pretty high Rds
[19:35:34] <skunkworks> they are around 44a but as jmk schooled me - they can't get the heat away from the die fast enough so 20A is about all I will probably be able to get.
[19:35:37] <LawrenceG> good old i^2*r always wins
[19:35:59] <skunkworks> but it gives a good peak headroom :)
[19:36:34] <skunkworks> but I can always find some better fets. this is just what I have on hand.
[19:36:48] <LawrenceG> do you have a larger servo motor to play with?
[19:36:53] <skunkworks> oh yes.
[19:36:54] <skunkworks> :)
[19:37:37] <skunkworks> http://www.electronicsam.com/images/KandT/DSC_0242.JPG
[19:37:58] <archivist> servo caliper
[19:38:16] <skunkworks> http://www.electronicsam.com/images/KandT/servotag.JPG
[19:38:21] <LawrenceG> cool... I have been playing with ltspice from linear technology, trying to design a 2kv 2kw supply... I decided their switchmode controllers arent what I need
[19:38:53] <skunkworks> 150v gives me the max rpm of these monstors - 1200rpm
[19:39:14] <LawrenceG> yea... those should cause some distress to a controller
[19:39:44] <SWPadnos> cradek, I think the EMC docs description is compatible with the Fanuc implementation
[19:40:33] <cradek> can you point to a specific thing to reassure me?
[19:40:34] <SWPadnos> wherever it says "absolute", it seems to me that the purpose is to distinguish which coordinate system the offset will be relative to, not the coordinate mode in which the offset is specified
[19:40:38] <skunkworks> I also have a puma arm now with no control. (one of the driving forces for this current limited design) (need 6 of them)
[19:40:51] <cradek> yes I also don't believe that "absolute" means anything wrt g90/g91
[19:41:06] <LawrenceG> I think a pic with pwm, some software will be much easier to get softstart working better.... charging a 150uF to 2500volts is a little bit of an issue
[19:41:19] <SWPadnos> so I don't think our docs specifically cover the Fanuc version, but they also don't preclude it
[19:41:55] <SWPadnos> the question I'd have would be - does the G91 stick, or should it be treated similar to G53
[19:42:04] <cradek> g91 always sticks
[19:42:25] <SWPadnos> well, that answers that question :)
[19:43:12] <cradek> so you don't think the ngc docs say what G91 G10 does, so we may as well do the compatible thing?
[19:43:52] <SWPadnos> correct on both counts
[19:44:13] <cradek> ok, thanks
[19:44:17] <skunkworks> LawrenceG: for a car supply?
[19:45:53] <LawrenceG> a generic ham radio amplifier supply using microwave oven transformers.... I would like softstart, regulation, adjustable voltage, and current limiting
[19:46:04] <skunkworks> ah - cool
[19:48:44] <LawrenceG> the switch mode controllers are designed more for 50khz+ ferrite cores..... 60hz with big iron doesnt work very well... soft starts dont run the push pull outputs symmetrically which give large dc current in primary
[19:49:26] <LawrenceG> current limits seem to work the same way..... iron core will saturate
[19:50:51] <LawrenceG> Its possible the MW oven transformers will work better at slightly higher than 60hz.... they are design with as little iron as possible... they run awful close to saturation
[19:55:01] <dmess> where can i check what pins are doing what??
[19:55:18] <SWPadnos> ask your local voodoo witch doctor
[19:55:24] <SWPadnos> or use halscope/halmeter
[19:55:42] <dmess> well thats YOU to me
[19:55:55] <dmess> good point...
[19:56:00] <SWPadnos> oh. I guess I should stock up on chicken beaks or something then
[19:56:41] <dmess> i'm THIS close to hooking up 1 motor
[20:00:31] <dmess> in hal.. can i just swap the connect physical pins to the signals section
[20:07:58] <SWPadnos> what?
[20:08:06] <SWPadnos> was that supposed to be yoda-speak?
[20:11:02] <dmess> i have a working motor.. probably NOT optimally tuned.. but it spins... in manual mode
[20:11:15] <SWPadnos> manual = jog?
[20:11:25] <dmess> yes
[20:11:30] <alex_joni> turning by hand
[20:11:31] <SWPadnos> ok, great!
[20:11:34] <SWPadnos> heh
[20:11:52] <dmess> so i managed to swap the correct pins
[20:14:11] <alex_joni> good night all
[20:15:23] <cradek> goodnight alex
[20:15:52] <SWPadnos> see ya
[20:24:19] <LawrenceG> skunkworks, any suggestions on cheap 400v fets? avg current >10A.... peaks 50+
[20:26:22] <skunkworks> I bought my last ones on ebay.
[20:26:27] <archivist> LawrenceG, browse SGS
[20:27:39] <LawrenceG> thanks guys.... wonder how sgs is on samples?
[20:29:22] <archivist> them and http://www.irf.com do sexy fets
[20:30:00] <issy> www.digikey.com
[20:42:06] <dmess> Lawrence... my motor runs
[20:45:33] <LawrenceG> cool
[20:45:33] <dmess> i have no torque.. but i just grabbed the default nist-lathe config and re-arranged the pins to matche the board
[20:47:33] <LawrenceG> dmess, a stepper or a VFD motor?
[20:48:25] <dmess> the stepper for today..
[20:49:18] <dmess> we'll see about wiring the bigger stuff tomorrow
[20:49:22] <LawrenceG> one step forward is always good
[20:50:30] <dmess> do i have to tell EMC im running 1/4 step.. or is tha all on the board controlled??
[20:51:29] <jepler> dmess: if hand-editing the inifile, you include that in your calculation for SCALE aka INPUT_SCALE. if using stepconf, it's broken out as a separate item "driver microstepping".
[20:53:31] <dmess> i'm on a 6.xx handing it... full sten on the board and the motor just makes noise
[20:54:36] <dmess> seems it i tap the down key it moves 1/4 turn
[20:55:38] <jepler> for example, my system has a 200-step-per-rev motor, 1/8 microstepping on driver board, and 1-start, 16TPI leadscrew (advances 1/16 inch per revolution). This gives me a SCALE of 200*8*16 = 25600
[20:56:46] <jepler> (that's 25600 steps per inch). a similar example in metric would be a screw that advances 2mm per revolution, which would give a sacle of 200*8*2 = 3200 (steps per mm)
[20:58:01] <dmess> 1/8 step gives me the torque i need but is quite slow... unhooke from the macine of course.. it may be plenty fast on my little machine
[20:58:39] <jepler> er, whoops, metric example is wrong. a screw that advances 2mm per revolution gives a scale of 200*8/2 = 800 (steps per mm)
[20:59:04] <jepler> yeah, microstepping quickly brings you to the limits of software step generation
[20:59:13] <dmess> i havent dug out the screw specs yet.. just happy to have a turning stepper
[20:59:45] <jepler> and in your case, you'd use 4 instead of 8 if you have 1/4 stepping instead of 1/8 stepping
[20:59:52] <jepler> (and a gecko with 1/10 stepping would use *10)
[21:01:40] <dmess> im 1/8 now and a lot better
[21:02:00] <dmess> torque wise... speed is low
[21:02:52] <dmess> im .1" per rev
[21:09:53] <dmess> all of a sudden i have unexpected realtime delays... other than the 5 other windows ... whats the problem
[21:10:46] <dmess> EMC really doest seem to like bouncing in and outta chat
[21:12:46] <SWPadnos> wifi, USB, graphics drivers, ACPI hardware, other power management, chipset, SCSI, SATA, journaling ...
[21:13:01] <SWPadnos> any or all of the above, and other things I didn't list, can cause RT problems
[21:15:15] <dmess> hey i have ALL of them... go figure
[21:16:56] <dmess> i'll have to check i when all alon... but the test program seemed to react the way i thought a drive would make it
[21:19:15] <dmess> im dreaming up the spindle set-up as we speak
[21:22:40] <dmess> who can check out a HAL mod "apperantly" for the C6 board for EMC
[21:22:57] <dmess> email or post somewhere
[21:24:53] <dmess> what is step gen for the spindle... and does it require another drive??
[21:34:20] <skunkworks> http://www.cnczone.com/forums/showthread.php?t=66530
[21:36:18] <archivist> a happy punter
[21:36:38] <skunkworks> :)
[23:01:50] <dmess> 2 motors and golden
[23:02:29] <archivist> get to 4 motors and play daisy.ngc
[23:03:31] <dmess> runs thr axis and i feel the dir& speed of the motors and get a HARD on
[23:04:03] <dmess> i have only 3 drives
[23:04:14] <dmess> ;(
[23:06:41] <archivist> * archivist thinks daisy should be updated for orchestras of 3,4,5 steppers
[23:10:51] <dmess> my drives seem cold as cucs... made 4-5 pawns
[23:11:03] <dmess> is that GOOD
[23:13:22] <archivist> steppers warm to hot ish if unmounted is ok, drive electronics cold is ok
[23:16:52] <dmess> all seems cold.. currently.... any idea how this will affect my x10 stuff on the SAME box???
[23:17:26] <dmess> its rs232.. serial
[23:19:42] <archivist> no idea
[23:59:54] <spasticteapot> fenn: Anyone here know anything about electronic fuel injection?