#emc | Logs for 2008-10-10

Back
[00:09:13] <gezar> how have things been with emc lately yall?
[01:22:22] <JymmmEMC> cradek jmkasunich: http://www.harborfreight.com/cpi/ctaf/displayitem.taf?Itemnumber=45333
[01:23:00] <jmkasunich> wow, cheap
[01:23:05] <jmkasunich> not something I'd want to use though
[01:23:12] <cradek> yeah I paid about $70 for something similar (but made of metal)
[01:30:24] <JymmmEMC> well, in a pinch, or just to test out might not be too bad
[01:31:23] <JymmmEMC> It even comes with the magnetic base whaich I thought wasn't too bad
[01:55:17] <maddash> I don't get it -- why is it so hard to find the clock cycle per instruction of the MIPSM4K core?
[01:55:47] <SWPadnos> try it for x86 some day
[01:56:02] <SWPadnos> instruction cycle times aren't even in the Intel or AMD databooks
[01:56:20] <maddash> huh? of course they are
[01:56:55] <SWPadnos> well, not as of last night, when I looked in my databooks
[01:57:05] <SWPadnos> at least not for the instruction I was looking for (fabs)
[01:57:14] <JymmmEMC> SWPadnos: you can read? I'll be damn
[01:57:19] <SWPadnos> damn you!
[01:57:24] <SWPadnos> err, I mean thank you
[01:57:31] <JymmmEMC> your welcome
[01:58:02] <maddash> http://home.comcast.net/~fbui/intel_n.html#not
[01:58:06] <JymmmEMC> Oh, do you know how hard it is to find IEC extention cord these days! Man you couldn't give them away before
[01:58:09] <SWPadnos> what's funny is that the UPS guy left your package on top of two from NewEgg - two little ones (one with a couple of motherboards, the other with a SpaceNavigator)
[01:58:25] <SWPadnos> extensions are pretty hard
[01:58:28] <SWPadnos> digikey has them
[01:58:30] <SWPadnos> nice ones too
[01:58:47] <JymmmEMC> SWPadnos: Funnier thing is it was SIGNATURE REQUIRED too
[01:59:03] <SWPadnos> maddash, note that the list of processors ends with the 486
[01:59:18] <SWPadnos> JymmmEMC, yeah - it's generally not a problem here
[01:59:26] <maddash> SWPadnos: were you being sarcastic?
[01:59:41] <SWPadnos> plus, they're working on our road. I had to wair 5 minutes for them to move a tractor trailer out of the way of the end of my street
[01:59:42] <maddash> SWPadnos: having clock cycles listed for each instruction is crucial for benchmarking
[01:59:53] <JymmmEMC> SWPadnos: Eh, too bad I didn't toss insurance on it, couldn't had a nice shiny new one.
[02:00:03] <JymmmEMC> coulda
[02:00:04] <SWPadnos> maddash, no, that cycle listing only lists through the 486. the timings are drastically different for Pentium and beyond processors
[02:00:15] <SWPadnos> heh
[02:00:20] <maddash> omg
[02:00:50] <SWPadnos> and it's nearly impossible to actually predict how long any code will take because of the cache and pipeline
[02:00:52] <JymmmEMC> SWPadnos: Oh, and the packing in the box is expensive, so you owe me one for that!
[02:01:01] <SWPadnos> ok. dinner is on me next time ;)
[02:01:13] <JymmmEMC> SWPadnos: I see you haven't even opened it yet
[02:01:19] <SWPadnos> nope
[02:01:23] <SWPadnos> one sec ;:)
[02:01:25] <SWPadnos> :)
[02:01:27] <JymmmEMC> k
[02:01:31] <maddash> even the crappy rabbit processor lists the clock cycles along side each instruction: http://www.rabbit.com/documentation/docs/manuals/Rabbit4000/InstructionReference/r4quickref.html#1018476
[02:01:33] <JymmmEMC> grabbing a drink brb
[02:02:23] <maddash> wtf is this? some anti-assembly programmer conspiracy?
[02:02:29] <gezar> maybe cause if intel and amd listed those they could break down who is better
[02:02:54] <gezar> maddash I think its more of an issue with chip competition
[02:03:24] <JymmmEMC> * JymmmEMC is back
[02:03:59] <gezar> and im only learning asm basics this term
[02:04:31] <maddash> I don't understand -- I must be missing something HUGE
[02:04:44] <gezar> well your asking about instruction timming right?
[02:04:47] <maddash> maybe for RISC processors the clocks needed to execute each instr is fixed?
[02:04:53] <maddash> mips m4k is risc
[02:05:17] <SWPadnos> JymmmEMC, ok. maaaaaaybe two dinners :)
[02:05:19] <SWPadnos> thanks again
[02:05:23] <gezar> I dont know
[02:05:35] <JymmmEMC> SWPadnos: Huh? Two dinners?
[02:05:39] <SWPadnos> maddash, they don't publish the numbers partly because they're actually very difficult to predict
[02:05:42] <SWPadnos> well, I eat a lot
[02:05:55] <fenn> jymmm why not just chop up a cord and solder to an IEC socket?
[02:06:09] <maddash> SWPadnos: aren't the numbers supposed to be designed, not predicted?
[02:06:11] <JymmmEMC> SWPadnos: I wasn't talking about the CONTENTS of the box, I was talking about the packaging materials =)
[02:06:29] <SWPadnos> hmmm. maybe I shuold check that paper again
[02:06:40] <maddash> * maddash has migrated from rabbit to pic32
[02:06:41] <JymmmEMC> fenn: EW - premolded is da bomb
[02:06:52] <JymmmEMC> SWPadnos: look inside the box
[02:06:56] <fenn> JymmmEMC: dunk it in plasti-dip then :)
[02:07:13] <SWPadnos> maddash, sure, but the processors are so complex that a simple 1-clock add could require a cache line fill, which can take hundreds of clock cycles
[02:07:24] <SWPadnos> then it has to go through the pipeline, which can be 5-25 clocks
[02:07:26] <JymmmEMC> fenn: Nah, I found a 6' one today, I just woluld rather have a 8 or 10'
[02:07:34] <maddash> oh god
[02:08:06] <SWPadnos> so what number do you print? the number of clocks it takes to get through the pipe, or the number of "stages" it takes in the pipe, or the average number that can be retired per clock, or ...
[02:08:27] <SWPadnos> JymmmEMC, ok, the little one may just be lunch :)
[02:08:51] <JymmmEMC> SWPadnos: no silly, I said the packaging MATERIAL... the plastic stuff was VERY VERY EXPENSIVE
[02:09:07] <SWPadnos> hmmm. maybe I shouldn't have stomped all over it
[02:09:12] <SWPadnos> (j/k ;) )
[02:09:21] <JymmmEMC> SWPadnos: Not the bubble packs!
[02:09:35] <JymmmEMC> SWPadnos: the walmart grocery bags were very expensive!
[02:10:04] <SWPadnos> they're Safeway
[02:10:09] <SWPadnos> so not that expensive ;)
[02:10:14] <SWPadnos> at least one of them is
[02:10:18] <JymmmEMC> SWPadnos: ok the the safeway ones are even MORE expensive
[02:10:25] <SWPadnos> but they keep things safe
[02:10:33] <JymmmEMC> SWPadnos: and I would have stomped the bubble packs too
[02:11:02] <JymmmEMC> nah, I just didn't want it to get stopped for ebing a bomb of something rattling around
[02:11:14] <SWPadnos> heh
[02:11:57] <JymmmEMC> well, I found two 3ft IEC male to pigtails today. that will at least take care of what I need
[02:12:23] <SWPadnos> those are easy to make
[02:12:28] <SWPadnos> from normal IEC cords
[02:12:33] <JymmmEMC> MALE
[02:12:36] <JymmmEMC> not female
[02:12:41] <SWPadnos> oh
[02:12:50] <SWPadnos> those are easy to make, from IEC extension cords ;)
[02:13:05] <JymmmEMC> Sure, if you can FIND the OEC ext cords =)
[02:13:08] <JymmmEMC> IEC
[02:13:43] <JymmmEMC> I also picked up a male IEC to feamle 120VAC socket
[02:13:53] <JymmmEMC> those are getting harder to find too
[02:16:07] <SWPadnos> what length extension are you looking for?
[02:16:20] <JymmmEMC> 8 to 10 ft
[02:16:31] <JymmmEMC> just one
[02:16:56] <JymmmEMC> dont go out of your way or anything. It's just a want, not a need.
[02:17:09] <SWPadnos> digikey has them. they're $4 and up
[02:17:25] <JymmmEMC> with shipping $20
[02:17:50] <SWPadnos> nah. UPS ground is pretty cheap. they do have a $25 minimum order though (or you get hit with a $5 feee)
[02:17:51] <JymmmEMC> the 6ft I have will do what I need
[02:17:52] <SWPadnos> -e
[02:17:57] <maddash> pic32's only downside? the tiny tiny amount of flash/ram and the inability to use external memory
[02:18:04] <SWPadnos> http://search.digikey.com/scripts/DkSearch/dksus.dll?Detail?name=Q127-ND
[02:18:13] <SWPadnos> and the fact that it's a PIC
[02:18:28] <SWPadnos> (though I should be more open-minded. I haven't used a PIC32 yet)
[02:18:43] <JymmmEMC> SWPadnos: becasue theres no need to =)
[02:18:51] <SWPadnos> yeah
[02:19:02] <SWPadnos> especially with ARM and AVR32 around
[02:19:15] <JymmmEMC> yep
[02:19:37] <JymmmEMC> OH guess what I saw today
[02:19:42] <SWPadnos> a PIC32?
[02:19:47] <maddash> haha, puny avr!
[02:20:08] <SWPadnos> AVRs tend to run rings around PICs
[02:20:08] <JymmmEMC> 8" FDD, jmusta weighd at last 15 lbs
[02:20:12] <SWPadnos> heh
[02:20:17] <SWPadnos> I remember those
[02:20:19] <JymmmEMC> they wanted $35
[02:20:24] <SWPadnos> that's quite a bit
[02:20:33] <JymmmEMC> I wanted to buy it for $5, they said no way
[02:20:48] <SWPadnos> but I guess if you had some old 8" disks you needed data from, it would be a steal
[02:20:50] <JymmmEMC> It had a bigger stepper motor than the one I have on my machine
[02:21:01] <SWPadnos> probably a bigger spindle too
[02:21:13] <JymmmEMC> no, not THAT bad, but close =)
[02:21:22] <SWPadnos> oh yeah, you have a real router on there
[02:21:25] <JymmmEMC> all cast aluminum frame on it
[02:22:09] <JymmmEMC> got a 14" philips bit today too
[02:22:38] <SWPadnos> a long screwdriver?
[02:22:45] <JymmmEMC> damn recessed screws be damned!
[02:22:52] <SWPadnos> damn them
[02:22:55] <JymmmEMC> No, fits it cordless drill chuck
[02:23:18] <SWPadnos> the real question is - should I have a glass of milk and a raspberry filled cookie before going to bed?
[02:23:27] <SWPadnos> ah
[02:23:43] <JymmmEMC> like this but 14" long http://www.plumbersurplus.com/images/prod/5/DeWALT-DW2022-rw-78592-136639.jpg
[02:24:36] <JymmmEMC> SWPadnos: It's really good when the screws on the rack are recessed
[02:24:42] <SWPadnos> indeed
[02:24:53] <JymmmEMC> and then you hit the damn chuck on the wall
[02:25:02] <SWPadnos> do you have one of the ones that has a sheath that slips (so you can hold it)?
[02:25:10] <JymmmEMC> no,
[02:25:14] <SWPadnos> like the shorter drywall ones
[02:25:16] <SWPadnos> oh, bummer
[02:25:25] <SWPadnos> I don't know if they make them that big
[02:25:27] <JymmmEMC> no I mean for 42U racks
[02:25:31] <SWPadnos> yep
[02:25:44] <JymmmEMC> magnet for getting it on
[02:25:48] <JymmmEMC> in
[02:26:18] <JymmmEMC> anyone have/thinking about a greenhouse?
[02:26:31] <JymmmEMC> http://www.harborfreight.com/cpi/ctaf/displayitem.taf?Itemnumber=94519
[02:30:34] <maddash> any avr32 plug-in modules comparable to microchip's http://www.microchipdirect.com/ProductSearch.aspx?Keywords=MA320001 ?
[02:31:21] <maddash> I have no idea of how to solder an IC, so just a plain old chip is essentially useless to me
[02:31:33] <SWPadnos> heh. well, I guess that limits your options a bit
[02:32:07] <SWPadnos> I don't know about AVR modules like that. though we made one for one product (not AVR32, just a mega323 or mega128)
[02:34:08] <SWPadnos> http://www.alvidi.de/shop/product_info.php?info=p7_AVR32-Module.html&XTCsid=618c55f1343415f69669f8761ca778b6
[02:36:49] <maddash> nice, except for the pitiful number of i/os
[02:37:19] <maddash> 40 euros = $54.32
[02:38:08] <SWPadnos> 64 I/Os
[02:38:13] <SWPadnos> doesn't seem too puny
[02:38:18] <SWPadnos> plus USB and RS232
[02:50:19] <cradek> jepler's cutting board sure cut nice. I cut it dry, it showed no tendency to melt
[02:50:41] <maddash> gnite guys
[02:50:51] <cradek> wonder what it is :-/
[02:52:49] <dgarr> hdpe maybe (high density polyethylene)
[02:53:33] <cradek> it would be nice for prototyping some kinds of things
[02:53:42] <cradek> (if it's cheaper than aluminum)
[02:53:52] <SWPadnos> see ya maddash
[02:56:02] <scutsxg> hi,cradek
[02:56:37] <cradek> hi
[02:57:00] <scutsxg> yeah,you give us a good toy 5axisgui.
[02:57:37] <scutsxg> but the g-code that can play with could not be found any where
[02:58:01] <cradek> you can run any 5 axis program you want on it
[02:58:25] <SWPadnos> ok, now this is cool: http://en.wikipedia.org/wiki/Falkirk_Wheel
[02:59:49] <scutsxg> ok,if i want to find more about it ,just come to source code? I come your website,little about it except some demo movie
[03:00:29] <cradek> I don't think I have the gcode that made that video anymore - do you have a question about how to program emc in 5 axis?
[03:02:17] <tomp3> is that a boat elevator from a river to an aquaduct? wow
[03:02:35] <SWPadnos> yeah - canal to canal
[03:04:05] <scutsxg> i just come to study kinetics ,so i want to learn more about some cam knowledge,so your platform is good start,but I know few about that,so maybe it is too earlier to raise some question,thanks for reply
[03:04:21] <cradek> sounds great, please come back if you have questions
[03:04:22] <tomp3> so far the vesa driver knocked max jitter down from 17K to 13K (was nv driver)
[03:14:13] <tomp3> running latency-test with 3 pcs fullscreen glxgears, gimp, oo, mahjong, fspot, terminal, now advantage is 1k better on servo thread and 2k better on base thread ( 1010980/16075 servo, 37539/14918 base ) will let it cook now
[03:14:44] <tomp3> same Tyan S1832D as on http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?Latency-Test
[03:34:41] <Guest331> When I use axis to operate a lathe it shows an "A" axis which I assume is the spindle feedback, how do I set it to not show that information?
[03:37:58] <cradek> A is not the spindle feedback
[03:38:16] <Guest331> what is A?
[03:38:17] <cradek> see the sim/lathe.ini configuration to see how to enable lathe mode
[03:38:29] <cradek> A is nothing if you do not have an A axis
[03:40:02] <cradek> for lathe you should see an X,diameter,Z display
[03:40:09] <cradek> goodnight!
[03:40:14] <Guest331> thanks
[03:48:26] <tomp3> the ini file 'AXES = 3' followed by 'COORDINATES = XZ' may be a bit confusing, its a way to skip the 'Y'. what config did you use to get an A axis?
[05:08:18] <spasticteapot> Hello, everyone!
[05:08:34] <spasticteapot> Is there a tool I can fit to a drill press that will allow me to drill holes around the circumference of a piece of pipe?
[05:09:07] <spasticteapot> Alternately, is there anyone here with a 4-axis CNC router that I can easily bribe?
[05:33:17] <toastyde1th> spasticteapot: a v block and a vise?
[05:34:45] <spasticteapot> Hmm.
[05:35:03] <spasticteapot> I was thinking of something that I could rotate with a crank.
[05:35:09] <toastyde1th> uh.
[05:35:32] <toastyde1th> a rotary table?
[05:35:35] <spasticteapot> http://www.flickr.com/photos/mikest/254623691/in/set-1552863/
[05:35:35] <toastyde1th> but those are money.
[05:36:11] <toastyde1th> that looks done via rotab for sure.
[05:38:30] <spasticteapot> Hmm.
[05:39:00] <toastyde1th> usually rotabs go on milling machines
[05:39:08] <toastyde1th> but i guess with some finesse and care you could do it on a drill press.
[05:39:08] <spasticteapot> I might be able to borrow one.
[05:41:34] <toastyde1th> anyway goodnight
[05:43:39] <spasticteapot> Good night.
[05:57:01] <spasticteapot> Anyone here got a 4-axis router they'll whore out for cash?
[06:58:20] <undrill_> undrill_ is now known as undrill
[09:53:49] <archivist> spasticteapot>yes I have one, stay lurking :) £notes welcome
[12:14:01] <skunkworks> yikes http://www.cnczone.com/forums/showthread.php?t=66115
[12:16:19] <archivist> hehe a ex windumb user
[12:21:31] <skunkworks> ;)
[12:27:09] <rayh> Hey skunkworks. You want to answer that or want me to?
[12:30:56] <anonimasu> :(
[12:46:24] <skunkworks> rayh: you are more linux savy
[12:46:30] <skunkworks> Good morning
[12:46:36] <rayh> How you doing?
[12:48:01] <skunkworks> Good - have the leaves all changed up there?
[12:48:59] <rayh> Fantastic year. They are falling but it is still very nice.
[12:49:25] <SWPadnos> funny. things are more dull than usual here
[12:49:26] <skunkworks> it seems to be ramping up here.
[12:49:39] <SWPadnos> yellows and golds, not a lot of reds and oranges
[12:49:43] <skunkworks> asian beatles are in peak right now.
[12:54:43] <rayh> Ah. Not many around here this year.
[12:55:40] <alex_joni> skunkworks: you only need to edit /etc/sudoers and you can set no passwd for sudo
[12:57:00] <skunkworks> Hi alex
[12:58:45] <rayh> Hi Alex. I'll include that thought in the post although I think he wants to not even type sudo.
[12:59:13] <SWPadnos> it sounds lke he just wants things to happen the way he wants them to happen, and damn all this typing anyway
[12:59:26] <SWPadnos> but that could be my lack of coffee talking :)
[13:02:12] <skunkworks> Mmmmm coffee
[13:02:51] <jepler> mmmm coffee
[13:03:55] <archivist> bah coffee boy gone out /me waits!
[13:04:20] <skunkworks> we have 2 pots here...
[13:04:49] <skunkworks> if all else fails - I can walk down to the plant and get a cup.
[13:05:04] <skunkworks> redundancy
[13:07:59] <skunkworks> coffee plant?
[13:08:59] <skunkworks> jepler: thanks
[13:13:09] <SWPadnos> ok, coffee is on. I may not be an asshole all day
[13:13:56] <skunkworks> ;)
[13:14:48] <rayh> I don't think the presence or absence of coffee affects my assholeness.
[13:16:41] <SWPadnos> damn
[13:16:52] <SWPadnos> hey, kernel 2.6.27 is out
[13:18:23] <rayh> oh that makes my day!
[13:18:36] <rayh> Catch you'se guys later, 'eh.
[13:18:44] <SWPadnos> see you
[13:19:02] <rayh> Thanks for the sudoers thought, alex_joni.
[13:19:42] <toastydeath> .
[14:06:22] <tomp> i tested a pc with nv and with vesa, didnt see a benefit. and vesa only allowed 800x600.
[14:06:23] <tomp> posted on the latency-test page
[14:07:31] <SWPadnos> YLMV
[14:07:41] <BigJohnT> ?
[14:07:42] <SWPadnos> (Your Latency May Vary)
[14:07:52] <BigJohnT> :)
[14:08:05] <BigJohnT> can I use that in the manuals
[14:09:18] <tomp> and the same unit will vary as much as the difference seen, so people should know that 1000 units varience DMS ( dont mean squat)
[14:09:18] <SWPadnos> sure. I'll put it under the Free Documentation license :)
[14:10:13] <SWPadnos> hmmm. I think it might have been a better idea to eat breakfast before opening up the bag of raspberry-filled cookies
[14:14:50] <BigJohnT> hmmm, I guess when you order a couple of bearings to fix the old guys windmill across the road it can be put in the maintenance and repair equipment account :)
[14:28:15] <anonimasu> "My private networks are protected by commercial grade firewalls at each public entry point, linked by site-to-site VPN."
[14:28:32] <SWPadnos> well la-ti-da
[14:29:10] <anonimasu> -_-
[14:29:26] <anonimasu> I love windows users.
[14:33:04] <archivist> * archivist keeps his wndaz behind cheapo routers, it works TM
[14:34:39] <anonimasu> :)
[14:36:06] <anonimasu> brb.
[14:54:19] <fenn> hydraulic bladders for screw preload - vary the preload with speed - wow
[14:58:44] <skunkworks> sounds like a good plan..
[15:04:05] <archivist> reminds me of a dot matrix printer it had pneumatic bladder to mode the head slightly (Facit)
[15:04:16] <archivist> mode/move
[15:06:32] <pjmmm> archivist there is a HDD at the hursley computer museum that has the head moved my a pnumatic thing!
[15:06:57] <archivist> iirc pumped up with a solenoid
[15:07:27] <pjmmm> dunno, it was in a glass cabinet so I couldnt see round the back
[15:07:38] <pjmmm> i think it was 3Mb capacity, so quite a big one
[15:08:46] <archivist> hmm wherse that museum /me googling to find
[15:09:12] <archivist> I have a few old computers
[15:09:22] <pjmmm> its at IBM hursley
[15:09:27] <pjmmm> not sure if its generally open
[15:10:37] <archivist> ew posh building
[15:11:58] <archivist> http://www-05.ibm.com/uk/locations/hursley_explore.html doesnt show museum though (cant find yet)
[15:12:41] <fenn> dreadful. and that big green sign is so tacky
[15:17:34] <tomp> so they loosen the nut when moving fast & snug it up when slower (or stopped ) ?
[15:18:31] <archivist> or is it like car tappets, just keep enough pressure on
[15:18:33] <SWPadnos> that sounds like a bad idea
[15:19:00] <SWPadnos> it would just increase uncertainty in the dynamic path accuracy, while masking the problem by getting to all the right endpoints
[15:25:20] <skunkworks> extrernal scales.
[15:25:49] <skunkworks> then it doesn't matter what the nut/leadscrew is doing. (to a point)
[15:28:38] <anonimasu> :)
[15:36:07] <anonimasu> http://imagebin.org/28448
[15:36:16] <anonimasu> stuff off the part I made at work..
[15:54:03] <archivist> * archivist making third version of swarf
[15:58:22] <archivist> making replacement parts for a singing bird in a cage
[15:58:49] <anonimasu> :)
[16:00:08] <archivist> cut to close to hole v1, slitting saw moved on v2 v3 seems ok at the moment:)
[16:01:25] <archivist> the winding click is tiny, dare'nt part off yet
[16:02:29] <anonimasu> OK
[16:03:03] <Paragon> Just managed to cut the compressor for my rc heli..... (images are not the best sorry) http://srg.hobby-site.com/public/cnc/compressor-emc.JPG http://srg.hobby-site.com/public/cnc/compressor-emc2.JPG and a short vid http://srg.hobby-site.com/public/cnc/compressor-emc.AVI
[16:03:41] <anonimasu> take them at a longer distance :)
[16:03:49] <anonimasu> to get better focus :)
[16:03:56] <Paragon> First real CNC thing I have cut. Not counting pcb tracks :-)
[16:04:00] <tomp> nice work from both you guys :) anonimasu Paragon
[16:04:15] <anonimasu> thanks :)
[16:04:37] <anonimasu> I need a toolchanger
[16:04:45] <tomp> if it works for you , the flower symbol means close-up on most asian built digi-camera
[16:04:49] <anonimasu> there's 4 toolchanges for thatpart..
[16:04:54] <anonimasu> :)
[16:05:11] <Paragon> Thanks tomp. anonimasu that a bit bigger then my piece ;-)
[16:05:35] <toastydeath> toolchangers make life worth living
[16:05:40] <anonimasu> it's a valve block for some huydralics..
[16:05:41] <tomp> are any of those surfaces ground? ( anonimasu gets great milled finished )
[16:05:46] <anonimasu> no
[16:05:49] <tomp> ed/es
[16:05:49] <anonimasu> just facemilled..
[16:05:57] <tomp> wow
[16:06:01] <anonimasu> and the surface was ok.. not really great..
[16:06:01] <Paragon> Very Nice
[16:06:10] <anonimasu> (my better facemill makes nicer surfaces) but I dont have any inserts
[16:06:40] <anonimasu> the holes are milled too
[16:06:52] <anonimasu> well, drilled then milled to size
[16:07:35] <Paragon> Catch you soon Chaps...
[16:08:21] <anonimasu> I have a video of cutting some cast iron too
[16:08:31] <anonimasu> but I dont know what to play it with to hear the sound :)
[16:15:10] <anonimasu> it's too bad the customers that ordered it will probalby weld it in place.
[16:17:11] <archivist> welding hydraulics is not a good idea
[16:18:01] <anonimasu> ofcourse not
[16:19:23] <archivist> I had a brake master cylinder fall of the car once, previous idiot had welded cast iron to rusty chassis
[16:19:30] <anonimasu> heh
[16:19:40] <anonimasu> :)
[16:20:08] <archivist> how I missed the car in front I have no idea
[16:25:31] <anonimasu> :)
[16:25:33] <anonimasu> yep
[16:57:23] <archivist> hmm time to clean lathe so parted swarf can be found where swarf used to be
[16:57:44] <fragalot> o;0
[18:16:24] <LawrenceG> LawrenceG is now known as s1010s1101
[18:16:50] <s1010s1101> s1010s1101 is now known as LawrenceG
[18:52:35] <fragalot> I can't wait till i can go buy a parallel cable (tomorrow),... could I just stuff loose wires in to test if the drive works? :p
[18:57:40] <fragalot> the "enable" pin on my L297 is just EMC2's "Amplifier enable" pin ,.. right?
[18:57:56] <cradek> yes
[18:58:03] <cradek> at least that's how I like it
[18:58:29] <fragalot> kty
[19:07:20] <awallin> we got a manual lathe to the workshop today: http://www.anderswallin.net/wp-content/uploads/2008/10/lathe2.jpg
[19:07:28] <awallin> 1949 vintage
[19:07:42] <skunkworks> Nicwe
[19:07:44] <skunkworks> nice
[19:08:03] <SWPadnos> how'd they make them blurry back then? :)
[19:08:17] <anonimasu> ^_^
[19:08:24] <archivist> looks just like the one here
[19:08:57] <anonimasu> I want a lathe that size..
[19:08:59] <cradek> maybe I'm dumb but what's the big wheel for?
[19:09:00] <anonimasu> with a MEGA gearbox..
[19:09:14] <archivist> speed
[19:09:22] <awallin> if I get some experience with this one then maybe I'll be inspired to build a cnc-lathe later
[19:09:24] <cradek> oh varispeed change?
[19:09:30] <anonimasu> probably a variable one
[19:09:30] <archivist> yes
[19:09:33] <cradek> ah
[19:09:41] <anonimasu> schaublin likes that
[19:09:41] <cradek> nice
[19:09:43] <anonimasu> my mill has that too
[19:10:03] <archivist> we have a shaublin 120VM here 195x
[19:10:13] <cradek> awallin: just cut a few threads on it and you'll be motivated
[19:10:35] <anonimasu> :)
[19:10:57] <awallin> cradek: yeah, the real machinist who brought this one up to us muttered something about thread cutting being only for the advanced operator...
[19:11:08] <anonimasu> hehe, if tere's a tread start indicator it's easy :)
[19:11:11] <cradek> haha, I wouldn't go that far
[19:11:13] <archivist> change wheels....
[19:11:32] <cradek> oh yeah, looks like it has change gears doesn't it
[19:11:37] <archivist> and no thread guage on the one here
[19:12:05] <anonimasu> build one :)
[19:12:27] <archivist> top left dial is the slow feed
[19:13:02] <cradek> very simple to add a thread gauge...
[19:13:07] <anonimasu> yep, and worth the work
[19:13:12] <awallin> yep, I tried the slow feeds, it works for both x and z
[19:13:24] <anonimasu> I've never had as easy time as with one when threading
[19:13:43] <anonimasu> (dro also helped)
[19:13:52] <archivist> the one here http://www.archivist.info/cnc/works2008/P1010232.JPG
[19:14:07] <awallin> anyone know how the rpm change works? (big wheel left bottom)
[19:14:11] <awallin> http://www.archivist.info/cnc/works2008/P1010232.JPG
[19:14:29] <awallin> sorry, I'm new to this irc client...
[19:14:35] <cradek> if it's varispeed, just crank the wheel while it's running
[19:14:41] <archivist> yup
[19:15:20] <archivist> the one here has had a hard life
[19:15:41] <cradek> and you always have to remember that - don't mount something big and clumsy on the faceplate unless you've previously made sure the speed is turned down
[19:15:56] <archivist> well worn bed but the headstock is solid and it turns very well
[19:15:57] <tomp> important to not crank it while not running ( belt jumps )
[19:16:01] <anonimasu> and remember to take out the key.
[19:16:47] <awallin> so it's a variable ratio belt drive?
[19:16:52] <anonimasu> yeah
[19:16:54] <cradek> yes, cone pulleys
[19:16:54] <archivist> yesum
[19:17:07] <cradek> one set of cones is controlled by the wheel, the other is spring loaded
[19:17:20] <cradek> the belt moves up and down the cones
[19:17:43] <tomp> snowmobile transmission ;)
[19:17:52] <archivist> when this place gets split up Im hoping for the 120VM
[19:18:24] <awallin> the advice I got was to be careful with the spindle on lever, one click above 'stop' is reverse and that may unthread the chuck if it goes into reverse just after forward...
[19:18:50] <cradek> awallin: one varispeed pulley set can give you a 6-8x range, it probably also has two gears (back gear)
[19:19:22] <archivist> awallin, yes screwed chuck on a reversing machine is dangerous
[19:20:12] <archivist> does have backgear top right lever on headstock
[19:20:56] <cradek> and that one you change with it not running...
[19:22:45] <awallin> it came with HSS tools, but my friend tells me carbide insert tools are much better
[19:23:06] <anonimasu> it is
[19:23:06] <cradek> depends what you are doing
[19:23:12] <anonimasu> but it depends on what you are cutting
[19:23:34] <awallin> it will be mostly small diameter brass or alu parts
[19:23:46] <cradek> hss!
[19:23:50] <archivist> we use a carbide tool, tip lasts about a year the way we use the lathe
[19:23:52] <tomp> ? carbide for brass & alum ?
[19:24:28] <anonimasu> carbide finishing insert perhaps ;)
[19:24:38] <archivist> hss on the small lathes
[19:29:19] <archivist> awallin, cant see movable stops on the bed on yours (one missing here)
[19:30:20] <archivist> they contact buttons on the side of the saddle to drop it out of self act/feed
[19:30:46] <cradek> neat
[19:31:34] <archivist> very, can set a slow cut and wander off
[19:34:22] <archivist> just looked, ours is dated 1956
[19:34:48] <awallin> archivist: it came with a box of stuff which I havent looked at yet. probably several 500-1000eur worth of collets, chucks etc
[19:35:29] <archivist> good catch anyway, have fun with it
[19:42:47] <stuste1> awallin: I don't see threading capability on that lathe
[19:43:18] <archivist> stuste1, there is just its a bit primative
[19:43:30] <awallin> stuste1: it has a gearbox tp the far left in the pic
[19:44:44] <stuste1> I see the gearbox to set the feed ranges but I don't see a lead screw nor do I see the lever to engage the thread nor do I see the dial to tell where to engage the feed
[19:45:30] <stuste1> you would be able to do some limited threading by never disengaging the feed and reversing the spindle to move the tool back to the front of the work
[19:46:49] <SWPadnos> isn't the screw the slightly higher horizontal bar?
[19:46:51] <archivist> no dial, lever to engage is out of focus on the headstock below the backgear lever
[19:47:36] <archivist> I have threaded on ours but it is a pain
[19:48:00] <stuste1> maybe the screw is just blurry enough I can't see the threads on it
[19:48:21] <SWPadnos> heh - I think that's it :)
[19:48:40] <archivist> screw is between the bed
[19:48:56] <anonimasu> ah I see
[19:49:05] <anonimasu> stuste1: http://www.dentool.dk/images/Schaublin-120VM.JPG
[19:49:10] <SWPadnos> oh, so those are both guide rails?
[19:49:24] <archivist> what you see on front are the switch and feed
[19:49:38] <SWPadnos> whatever that means ;)
[19:49:52] <SWPadnos> this is how much I know about lathes: ""
[19:50:04] <SWPadnos> other than the fact that they rotate the work instead of the tool
[19:50:19] <archivist> bottom right of saddle has a lever that switches the motor
[19:50:58] <SWPadnos> oh, I guess with a variable speed feed screw, you wouldn't want to use the same one for threading
[19:51:47] <archivist> yup top bar is slotted to provide drive to saddle
[19:53:34] <archivist> headstock and fine feeds are the best points of it, screw cutting its worst
[19:59:42] <stuste1> Looks like a very nice lathe. I like the variable speed on it. Appears in good shape and well taken care of.
[20:01:08] <archivist> ours despite the bed being worn 10-15 thou near the headstock is still solid
[20:57:58] <lewin1> lewin1 is now known as lewing
[21:57:57] <archivist> * archivist experiments cutting a cnc helical gear
[22:01:04] <anonimasu> good luck
[22:01:54] <archivist> cutting nylon as the original was tufnel
[22:02:33] <archivist> I so need the 5th axis for this type of work
[22:04:46] <archivist> dunno if ive got my head around the maths yes
[23:47:27] <JymmmEMC> Note: When you are playing with a fog machine, pull the battery from the smoke alarms BEFORE hand (but remember to put it back afterwards).
[23:51:02] <Dallur> JymmEMC: same rule goes for plasma cutting, pull the battery from the smoke alarm before cutting
[23:51:29] <JymmmEMC> heh
[23:51:49] <Dallur> Heavily ionized air :P
[23:52:05] <JymmmEMC> ah, makes sense
[23:52:21] <Dallur> btw, if anyone wants a slightly used government fully capable of bankrupting a devloped country just give a shout
[23:52:33] <archivist> dunno how we have not set the one here off (blowlamps, lead melting, silver soldering and other activities)
[23:52:46] <tomp> is it one of those high voltage mist generators? sits underwater?
[23:53:01] <archivist> Dallur seen Iceland on ebay ?
[23:53:15] <Dallur> archivist: yeah but who would be stupid enough to buy it
[23:53:19] <Dallur> (sheesh)
[23:53:43] <Dallur> How it came to be that 30 people bankrupted my country I will never know
[23:54:04] <Dallur> What happened to the money I have no idea (it's not here at least)
[23:54:08] <tomp> tomp emails rope to Dallur
[23:54:45] <Dallur> I'm leaving, it's the only way now, finishing the boat and sailing away
[23:55:49] <tomp> tomp sends 2nd rope so Dallur can tie off someplace nice
[23:56:05] <Dallur> http://anapologyfromicelanders.blogspot.com/
[23:56:51] <Dallur> if anyone had money in Icelandic banks you have my most sensere apology
[23:59:42] <Dallur> I did the math, for the country to pay up all the debt the banks have it's something like 650.000 $ US per man, whoman and child in the country, how someone borrowed that and made me responsible is something I will never understand