00:38:58 acemi has quit 01:53:48 roltek has quit 01:55:36 robin_z has joined #emc 01:55:42 meep? 02:04:25 robin_z has left #emc 02:28:40 Telefunken has joined #EMC 02:29:38 Ephexis has quit 02:30:07 question. emc2. Is there an example of a '1 bit per winding' setup on the parallel port? 02:30:45 I only see dir and step in stepgen when I 'halcmd show'. 02:31:31 I need to have outputs like '1000' '1100' '0100' 0110' etc 02:33:46 jepler: I'm sure it's in there (without looking at the source) 02:33:58 jepler: something about phase drive 02:34:12 I remember seeing all the tables for the different stepping sequences 02:34:33 src/hal/components/freqgen.c 02:34:54 /* lookup tables for stepping types 2 and higher */ 02:35:09 yeah that 02:35:25 there are a few to choose from 02:37:25 How do I control the arguments to 'insmod'? 02:37:34 in the hal file 02:37:37 look at the parallel port one 02:38:28 core_stepper.hal:loadrt stepgen step_type=0,0,0 02:38:59 so I want to .. copy core_stepper.hal and edit it? 02:39:18 sure, I guess 02:39:23 copy it into your config dir 02:39:27 change your ini to point to it 02:39:31 Hal_Introduction.pdf has sets of output timing stuff. 02:39:59 somewhere around page 38-46 02:40:33 looks like type 9, from stepgen.c's comments about the tables 02:41:39 03cradek * 10emc2/ (6 files in 4 dirs): (log message trimmed) 02:41:40 Fix up make install target, debian build, make deb target, etc. 02:41:40 To use it, I recommend: 02:41:40 ./configure --prefix=/usr --sysconfdir=/etc && make deb 02:41:40 The default configure settings will put a lot of things in /usr/local, 02:41:40 which I think is somewhat nonstandard for a deb. I can't decide whether 02:41:42 this flexibility (and therefore the requirement that the deb creator 02:45:38 03rayhenry * 10emc2/tcl/bin/halconfig.tcl: Started on watch and other mode stuff. 02:54:32 rayh has quit 02:59:39 haven't hooked up the hardware yet, but I have some plausible looking signals in halscope... 02:59:56 cool 03:00:17 does the path follow the program? 03:00:33 I dunno .. actually it's running tkemc as the front end 03:00:41 and I've just been doing 'g0's 03:01:32 oh good -- halscope seems to remember those things I painfully configured last run 03:01:53 yeah, it's good that way 03:12:46 just don't load it if the signals aren't present, or it'll lose (parts of) that painfully crafted config 03:14:02 I can't find the driver board or my parallel cable 03:14:04 * jepler keeps looking 03:14:20 I sure know how that feels 03:14:27 I was looking for a particular video cable tonight 03:14:31 is it plugged in? ;) 03:18:05 SWPadnos: no, but thanks for asking 03:18:23 heh - always the first tech support question 03:18:38 I feel your pain though - I actually managed to lose an MSC catalog in my office 03:23:55 well, I found a parallel cable, the wrong driver board, and the wrong motors .. but at least I should be able to spin 'em 03:24:21 but the windings must be in a different order than I thought 03:27:05 can you change that in the halfile? 03:27:07 yay, with a little tweak to the .hal file the motors are spinning right 03:27:22 slick 03:27:39 cradek: yes, connecting the winding signals to different parport pins is easy .. even I could figure it out 03:29:47 iirc, the etch-a-sketch was 68 half-steps per inch. With LINEAR_UNITS = 0.039... and INPUT_SCALE = 4000, this lead to weird behavior under emc1 03:30:52 so do I want to try a value like .0032... (feet?) and INPUT_SCALE=816? 03:31:01 nope 03:31:08 nope? 03:31:12 the interpreter won't work with anything but the standard few values 03:31:16 oh heck 03:31:27 er, the first time I think I meant INPUT_SCALE = 68 03:31:44 so what do I do? 03:31:49 allowing an arbitrary user unit in the config is strange, because we expect it to be one of about three values and do strange things otherwise. 03:32:05 but with a small INPUT_SCALE things go to hell 03:32:11 have you verified that it works incorrectly? 03:32:12 or at least they did in emc1 03:32:35 you could configure it the way you think is right, then find the bug if there is one... 03:33:08 ooh. axis bug 03:33:21 warnings.append(_("Program exceeds machine maximum on axis %s") % axisnames[i]) 03:37:44 I don't spot it 03:37:51 what's wrong with it? 03:38:44 the loop above goes to 3 all the time 03:39:05 I'm getting joint following errors 03:39:39 I wonder if you're getting a wild path 03:40:06 the backplot looks sane, but I think that's the commanded position, not actual? 03:40:15 now I'm getting 'can't do that (EMC_TASK_PLAN_RUN) in manual mode' 03:40:29 that's the bug I got too 03:40:35 you said there was a fix or workaround? 03:41:37 patch in /query 03:41:50 found it in the bug report too 03:41:51 buried in prose 03:41:55 how wrong do you think the fix is? 03:42:02 with an obsolete line number 03:42:08 no idea 03:42:16 jmk would know 03:42:46 it "seems to work" 03:42:56 but obviously the bug is somewhere else 03:43:38 the bug is not new 03:43:46 I don't remember you mentioning it before, though. 03:43:49 it's new to me 03:44:00 rtai or my faster machine or something must trigger it 03:44:14 I've never used rtai before a few days ago 03:45:45 something's really wrong now 03:46:00 but I'd done an 'update' earlier and not rebuilt, so who knows if it was the change I just made, or something else from earlier 03:46:37 axis comes up without estop pressed, and F1, F2 does nothing 03:46:43 alt-f4 takes a few seconds to do anything 03:46:46 no errors on the terminal 03:46:58 try make clean (cough cough) 03:49:26 I guess if each step is 1/68, then MIN_FERROR had better be bigger than 1/68 03:49:42 that's sure true 03:51:50 maybe it's right 03:52:08 but I was only going 12 ips, not 120ips 03:52:27 ipm? 03:52:31 er yes 03:52:31 ipm 03:52:37 well, I commanded f12 03:52:45 I have no idea what these numbers in the .ini mean 03:53:02 I changed MIN_FERROR = .05 (approx. 4 steps) 03:53:14 now if I think I can do 120ipm how do I set my MAX_VELOCITY ? 03:53:25 2 03:53:31 user units per sec 03:54:04 the same in in [TRAJ] and [AXIS_i] 03:54:12 sure 03:54:28 following error again 03:54:39 axis or joint? 03:54:44 joint 0 03:54:49 doing a move along x 03:54:55 did you set headroom for stepgen? 03:55:53 MAX_VELOCITY = 1.2 03:55:56 for accel? No. I didn't change any of the accel numbers from what was in the config I started with 03:55:57 STEPGEN_MAXVEL = 1.4 03:56:10 oh 03:56:13 forget it 03:56:18 be sure the STEPGENs are higher 03:56:27 for vel and accel both 03:56:48 I got a following error again, but after running part of the program at a very high speed 03:57:02 I used MAX_VELOCITY = 2, STEPGEN_MAXVEL=2.2 03:57:23 that seems good enough 03:57:26 same with accel? 03:57:35 your accel should probably be MUCH higher than the default 03:57:54 well it's 20 by default I guess 03:57:56 maybe that's fine 03:57:56 It gets the following error the first time the velocity goes from +max to -max on an axis 03:58:06 on a jog? 03:58:09 no, on a program 03:58:11 jogs are painfully slow 03:58:40 maybe you should open up your STEPGEN and FERROR settings and see what it does 03:58:44 you may be getting strange paths 04:00:02 I made a big increase in STEPGEN_MAXACCEL from 21 to 41 04:00:11 now I don't get following errors 04:00:38 the backplot looks good, except that all the corners are quite rounded .. 04:02:35 I know that with emc1, the axis backplot showed things all screwed up 04:02:46 now the backplot looks quite correct 04:02:55 I wish I had the right setup to actually connect this to the etch-a-sketch 04:04:04 when I do, the next problem will be the backlash 04:07:08 come to think of it, I haven't seen the etch-a-sketch either! 04:07:21 goodnight guys ... it's exciting to finally run emc2! 04:16:19 slick 04:16:28 I'm glad to hear it works better than emc1! 04:23:18 http://emergent.unpy.net/index.cgi-files/sandbox/axis-etch-gasket.png 04:23:21 http://emergent.unpy.net/index.cgi-files/sandbox/axis-etch-gasket2.png 04:26:59 what feedrate are you running that at? 04:30:20 SWPadnos: 120 inches / minute 04:30:25 SWPadnos: accel 20 04:30:39 OK. and what's the TASK_CYCLE time? 04:31:13 most things are unchanged from the default .. I copied the stepper config directory to start with 04:31:35 does AXIS read the CYCLE_TIME from the ini? 04:31:49 (in the DISPLAY section) 04:31:54 I found the etch-a-sketch and the right driver board .. it works, looks like my custom software did before I added backlash compensation. 04:31:57 SWPadnos: no, it ignores it. 04:32:05 jepler: cool!! 04:32:14 cool 04:32:39 what's the update rate for axis? 04:32:41 SWPadnos: sorry, I don't mean to be evasive about the values ... wireless doesn't work for me with the realtime kernel, so I'm on a different computer right now. 04:32:45 if the value is important, I can go look 04:32:53 no problem 04:33:09 I have the default stepper_inch up right now, so I can look for myself 04:33:28 looks like 20ms 04:33:30 in axis 04:33:35 that's prety fast 04:33:38 pretty 04:33:56 I'm pleasantly surprised that AXIS nicely handles a 2-axis machine 04:34:13 I haven't seen it running that way before 04:34:38 jepler: AXIS on my accelerated nvidia card looks just great 04:34:39 well - those tiny triangles are 5/32 inch across, so at 120 IPM it's only 78 ms per edge 04:35:24 cradek: tried turning on __GL_FSAA_MODE? 04:35:31 heh 04:35:35 nope 04:35:39 not until ... now 04:35:53 if only I could run emc on a *real* meachine 04:35:55 what do I set it to? 04:36:03 16x, of course 04:36:21 cradek: Try a small integer -- 1, 2, 3 04:36:23 (what that's called in GL, I have no idea) 04:36:31 the valid numbers and their meaning differ from card to card 04:36:55 SWPadnos: The screenshot wasn't really intended to question emc2's blending .. I think it's probably doing a fine job 04:37:07 SWPadnos: if you interpreted it that way, it wasn't my intent. 04:37:18 no problem - I'm just curious about the rounding 04:37:27 it's the kind of question that a new user would ask 04:37:35 now it looks fuzzy 04:37:48 cradek: that's what fsaa is supposed to do... 04:38:13 if you were using some texture for the lines, it might look better 04:38:24 but probably not ;) 04:38:40 texture for the lines?? What are you smoking? 04:38:46 heh 04:38:59 make the lines like the 3d_pipes screensaver 04:39:11 jepler: the small integers all make it look differently-crappy 04:39:23 cradek: forget I said anything 04:39:36 can I forget SWP said anything too? 04:39:40 cradek: I found that for day-job-application it was a general improvement, but only after tweaking xgamma too 04:39:41 feel free 04:40:07 it's nice for rendered scenes, but not for CAD / technical data 04:40:17 SWPadnos: despite using opengl, axis is intended to work OK on systems without massive heat-producing 3d accelerators... 04:40:28 and it does 04:40:32 I have a massive heat generator in my big rig 04:40:46 and I usually use that via remote X 04:41:13 glxgears is nice and quick, but not as fast as on the big machine "natively" 04:42:07 goodnight .. for real this time 04:42:12 chris@buster2:~$ glxgears -printfps 04:42:12 13766 frames in 5.0 seconds = 2753.168 FPS 04:42:22 correction - it's slow as hell on the emc machine 04:42:26 and fast on the big machine 04:42:42 125 frames in 5.0 seconds = 25.000 FPS 04:42:44 vs 04:43:02 58483 frames in 5.0 seconds = 11696.417 FPS 04:43:14 it's incredible what you can get with a $40 video card nowadays 04:43:20 slight difference there 04:43:24 yes 04:43:38 if only I could use a video card with the embedded LCD on the emc machine :( 04:44:04 ahh 04:44:09 is it a laptop? 04:44:10 I may end up using a mini-ITX unit instead, though I'd prefer the touchscreen 04:44:28 that I already have 04:44:33 do you use AXIS on a touchscreen? 04:44:47 not yet, but I'll give it a try sometime soon 04:44:50 800x600, too 04:44:54 I think it should work 04:44:58 it fits nicely on 800x600 04:45:05 should - it's just a mouse, but left button only 04:45:17 and no dragging, so all the perspective stuff won't work 04:45:24 (same with the missing middle button) 04:45:28 you can switch between the preset views with the keyboard 04:45:34 yep 04:45:48 there will be a mouse or trackball as well, so that shouldn't be an issue 04:45:48 hmm, no dragging... ouch 04:45:51 yep 04:45:52 ah 04:45:52 Telefunken has quit 04:45:58 it may work, but you get a click first, I think 04:46:10 simple matter of programming 04:46:25 some drivers allow a tap-drag equence 04:57:39 Ephexis has joined #EMC 05:01:21 Ephexis has quit 05:02:12 ccjoe has quit 05:03:30 ccjoe has joined #emc 05:11:34 Ephexis has joined #EMC 06:23:19 SWPadnos_ has quit 09:08:51 Jymmm has quit 09:39:58 Jacky^ has joined #emc 09:40:14 morning 09:52:50 mornin 09:53:09 hi fenn 11:51:13 Jacky^: ov00975.mpg <- why do i have this on my computer?? 11:51:29 er, mov00975.mpg 11:51:48 fenn: because you watch too much pr0n 11:51:55 :D 11:52:31 pr0n.. you wanna se pr0n huh 11:52:33 http://www.theebelinggroup.com/site/videos/nakd/nakd_box.mov 11:54:37 for cardboard lovers 11:56:58 nice video 11:59:23 arg i ought to be waking up now and i'm not even tired 12:01:01 im tryng to get a bit of order in my documents, medical, bank, car, taxes .. 12:01:13 damn papers, it will take to me all day 12:01:29 the 12:02:49 I hate papers 12:03:44 and our minister is sending a book to all families to explain what digital revolution is ! 12:03:51 damn it O_O 12:04:25 digital revolution, like electronic piracy? 12:04:28 ;) 12:04:44 http://www.beppegrillo.it/eng/2006/01/stanca_express.html#comments 12:04:49 read that .. 12:04:49 i read it 12:04:56 damn .. 12:04:59 :/ 12:05:12 beppe's "you must write your full legal name" thing's kinda weird 12:05:29 what's the point of writing your real name to a dissident website? 12:05:30 Ive something like 3000 docs here .. 12:05:49 Beppe is his name 12:06:35 I have to split these docs 12:06:51 I will do a small mountain of paper 12:06:58 then burn it ! 12:07:29 wonder how small it will be 12:07:33 O_O 12:08:01 beppe's comment field says next to it "We remind you that anonymous messages (without real first name and surname) will be cancelled." 12:08:13 oh yes.. 12:08:22 but many peoples use nicks 12:08:32 its not so important 12:08:39 I always used my real name 12:08:57 it would be a trasparent policy of beppe grillo 12:09:15 he like to talk by real name 12:09:21 sometimes when i sign petitions i feel like i'm adding my name to a death list 12:09:28 of course it isnt applicable at all 12:11:06 ahah I found some signature on the petition against software patences by bill g. 12:11:08 lol 12:11:17 want to see something that will make you sick and angry? 12:11:32 lets see.. 12:13:47 so far nobody's taken me up on my offer 12:14:02 :) 12:15:40 uf.. i think the chocolate just wore off.. g'night 12:16:09 im going for the lunch 12:16:13 bye :) 12:16:21 Jacky^ is now known as Jacky^afk 13:10:52 rayh has joined #emc 13:13:16 acemi has joined #emc 13:26:35 Jacky^afk is now known as Jacky^ 13:32:53 5% [46 libx11-dev 407036/1394kB 29%] [29 acroread 2393600/19,9MB 12%] 491kB/s 24m4s 13:33:11 seems a good speed :D 13:36:23 700 mb of updates after 4 weeks .. damn unstable :P 13:36:55 evils not developers 13:38:53 wonder how a user can mantain his distro updated without a fast dsl 13:41:47 who is actually maintaining BDI ? 13:41:53 The only way is to use stable. 13:42:07 rayh: yeah, testing is pretty nice too 13:42:18 maintaining BDI is Paul_c 13:42:33 irts a lot of time i dont see him around 13:42:38 its* 13:42:40 I built a EMC using Knoppix a while back. That is testing 13:42:56 I could not keep up with my dialup. 13:44:05 Im planning to build a Live CD distro for Roboitalia community 13:45:01 Id like to use a RT kernel, such BDI to drive a cnc, and a lot of tools for robotics use 13:45:21 Sure. 13:45:32 rayh: im member of this community http://www.roboitalia.com/ 13:45:43 That is what the vehicle people at NIST do. 13:46:38 skunkworks_wrk has joined #emc 13:46:39 Roboitalia have about 3,376 members now 13:47:03 Neet. 13:47:08 yeah 13:47:52 many of these members don't know nothing about Linux, Emc, .. 13:48:18 someone ask for a software to program microcontrollers in Linux 13:48:45 that why im thinking that a live cd (in italian) could be useful for the community 13:49:17 including some EMC translated doc 13:49:43 You bet it will be a good thing. 13:49:44 BDI shoud be a good point to start 13:50:12 I also look with a great interest to the Puppy distro 13:50:45 I need to get more help and info about Rights terms too 13:53:29 we are actually suffering a lot the chinese competition 13:54:24 Tell me about competition. 13:55:02 I think they take the advantage of read other language, english, italian 13:55:14 where we don't know a word of chinese 13:55:16 :/ 13:55:34 they are very strong 13:55:49 Sure. They catch on quick about competition. 13:56:05 too low cost too 13:56:21 especuially in countries like korea taiwain 13:56:27 taiwan* 13:56:45 Yep. And their quality is getting much better than it used to be. 14:01:11 they are going up in economy too, yesterday I heard china taked the 5 place to the french 14:01:54 by this step, they will dominate the world soon 14:02:32 china get 10 % more in economy in the latest year 14:16:42 Jacky^: ubuntu (and maybe debian) have a complete set of development packages for avr available (gcc and software to program the chips with inexpensive parallel-port devices) 14:17:23 Jacky^: as well as 'sdcc', a C compiler for a number of other devices, including PIC. I haven't used sdcc 14:23:48 Jacky^: simulator packages .. 'gpsim' and 'nitpic' (pic), 'simulavr', 'sdcc-ucsim' (others) 14:23:58 not sure about packages to program anything other than avr, though 14:24:39 Jacky^_ has joined #emc 14:25:02 Jacky^ has quit 14:25:15 Jacky^_ has quit 14:25:23 Jacky^ has joined #emc 14:26:03 jepler: I had to reboot, but I read .. ty 14:26:29 here's something called 'openwince-jtag' 14:26:44 the weak point may be the lack of a nice IDE, which many users want. I don't miss it. 14:26:54 good 14:28:53 which microcontroller are the roboitalia people most interested in? My experience is limited to avr. 14:29:53 I think avr should be ok for must case 14:30:19 I got some good suggestion by LawrenceG too 14:30:22 avr is nice .. in-circuit programming, hardware UART, analog comparator, PWM, external interrupts, and analog comparator on the chip I usually use (at90s2313) 14:30:39 yeah .. 14:31:32 some newbie people is starting using old microcontrollers 16F and other too 14:32:24 Id like to find the way to offer a complete solution for all 14:32:39 may using different apps too, its not a problem 14:32:55 advanced users will use avr 14:34:28 im not familiar with microcontrollers, just want to find a good software answer for theyr needs 14:35:26 of course, lots of user are using windows do pèrogram theyr chip 14:35:46 Id like to find a good Linux alternative 14:35:50 I think that "winavr" is just avr-gcc plus a graphical front end 14:36:35 it should be enough for must case 14:37:55 now tryng to get the community out of the "shell" 14:38:41 starting some wikis and introducing the concept of Free 14:39:20 its hard.. many peoples are closed around theyr ideas, but im tryng 14:39:50 Jacky^: "you can lead a horse to water, but you can't make him drink" 14:39:55 so, I thinked I live cd could be the best way 14:40:17 I'll be back in a few hours. 14:40:26 ok, ty 15:18:50 k4ts has joined #emc 15:20:15 hello 15:22:23 k4ts has quit 16:00:55 Jymmm has joined #emc 16:41:02 skunkworks_wrk has quit 17:29:28 03alex_joni * 10emc2/emc2icon.png: 17:29:29 added Icon for emc2, 17:29:29 thanks to fenn for drawing the little fellow 17:34:12 Jymmm is now known as JymmmAFK 17:52:31 I filed an internet order with Grainger...and they said that they could not identify me as a business and to send a copy of a business liscense 17:52:43 I can do that....but why? 17:53:10 They are not "wholesale"....their prices are retail. 17:54:26 Rather than fax the license copy I have a mind to say "fine...i'll go to MSC." 17:54:30 grr!! 17:56:13 hi les_w 17:56:17 :) 17:56:37 licenses are a bad beast 17:59:35 Well I do have a business license of course 18:00:43 I know 18:01:26 If they don't care to hunt it up, fine. I spend $20,000+ on industrial supllies a year. I think I don't want to give money to untrusting companies. 18:01:36 Their prices are poor anyway. 18:02:13 And their lead times are long. 18:02:14 les_w: They'll accept a business card 18:02:21 JymmmAFK is now known as Jymmm 18:03:15 Yeah, I can email the documentation they want. But why should I ? 18:03:31 les_w: The acnt is good for walk-in too 18:03:39 They back ordered my stuff anyway. 18:04:23 les_w I know your pissed, but it's not a bad thign to have if you ever have to CYA 18:05:25 I see no advantage. 18:05:26 like that stupid one little part that costs $2 and they have, but nobody else carrys 18:05:34 and you need ti within 2 hours 18:06:03 I was just buying some contactors. I have to mail order everything. 18:06:17 But, if no grainer in your area, then it doesn't matter. 18:06:27 right 18:06:40 nearest grainger store is over 100 miles 18:06:41 there are 4 of em within 15 miles 18:06:46 of me 18:07:27 They used to have more electrical items than others 18:07:36 but not so much anymore. 18:08:07 they used to be the only thing in town (and McMaster), then came the internet 18:08:16 yes 18:08:27 that is sure not the case anymore. 18:09:08 Yeah, I have lots of catalogs right now... no less than 4oopgs each 18:09:15 400 pgs 18:09:49 I often used them for electrical (already have an account!!!) but only if I had to because their prices are so high 18:10:05 Yeah, what about MSC Direct? 18:10:31 I gave MSC at least $10,000 last year 18:10:45 I get the big books 18:10:47 What, you trying to spread the wealth around? lol 18:11:42 MSC did not have a particular fuse I needed this time...so I thought I would use grainger. 18:11:55 les_w If so, order the Insult 4000 from me and I'll toss in a free Ass Kick'n for no charge! 18:12:03 Perhaps a mixup....I ordered from grainger last year... 18:12:31 wait... if you ordered last year, you should have an acnt then 18:12:37 yeah 18:12:42 I do 18:13:31 hey I'll waste some time and call them.... 18:13:41 and possibly kick their ass. 18:14:06 heh, wont' do much good. 18:14:12 les_w: I have an answer some of your electrical components. Automationdirect.com 18:14:34 it'll do me good to tell them to FO 18:14:46 thanks ray yes I buy from them too 18:15:06 Good service if they have the parts you need. 18:15:17 right 18:15:25 Just added a line of servo systems. 18:15:53 Grainger used to be the place that had the odd electrical items 18:16:19 in this case class T fuses and holders 18:17:16 those are current limiting 200kAIC fast blow devices 18:17:37 calling now 18:25:45 Well, ok. They were pretty nice. They said my account was purged due to inactivity. If I just shoot them license photo on email they will re establish. 18:25:57 I didn't cuss. 18:26:11 Lady sounded like some grandma. 18:27:44 "Well reinstate it" is what I would have said 18:27:46 <_tarzan_> _tarzan_ has joined #emc 18:28:03 I wonder if logging into the website coutns for activity? 18:30:44 Ican say this...making your customers do extra work is not a good business plan. 18:31:03 I like it - reduces my workload 18:31:06 "give us money and we will create extra makework for you" 18:31:24 of course, more work = more income, so maybe it's a bad plan 18:34:15 where's that usb cable.... 18:34:56 les_w over there 18:35:04 is it plugged in? 18:35:08 oh...yeah. 18:50:15 ok sent. What did I waste...an hour? 18:50:51 Too bad I am incapable of cussing at grandmas. 18:50:52 to be fair, much of that hour was spent bitching about it ;) 18:51:00 hahaha 18:51:03 heh 18:57:52 Sed_ has joined #EMC 18:58:23 Well I think we are getting a Haas VF3 with 4th axis 18:58:45 Hi sed. Nice machine! 18:59:11 that and a Bridgport mill, and Colchetster/Clausing Lathe 18:59:21 and some huge band saw 18:59:30 All for you.... 18:59:32 gosh 18:59:55 Promise to be a good boy all year? 19:00:09 heh 19:00:58 Not sure why we need the bandsaw when all we have is a piss ass little drop saw 19:01:43 what does everyone use for cutting up sheets of aluminum? I use a skill saw... 19:02:18 I swear a lot. 19:02:19 tin snips? 19:02:25 until it feels so bad it cuts itself. 19:02:34 heh 19:02:36 that, and snips. 19:02:53 I have heard but have NOT tried: put the blade in the table saw backwards and cut with the back of the teeth 19:02:57 some big snips needed for half inch.. 19:03:10 ha, that's plate, not sheet 19:03:13 ouch. 19:03:27 that's not for thick stuff I'm sure. 19:03:35 we get them in 4x12 19:03:52 I do have a deficiency cutting stuff too thin for the bandsaw and too thick for my tiny shear 19:04:37 For machine panels (.062) last time I used abrasive blades and skillsaw on 4x8 sheets 19:05:04 how about an end mill? 19:05:18 might have worked 19:05:23 goggles. face sheield, ear protection and a skill saaw.. I can cut 2" plate carfuly 19:05:28 in a router 19:05:33 yeah 19:05:35 worth a try 19:05:43 I do have router "sheet metal" bits 19:05:48 this was steel though 19:06:02 Sed_: torch? 19:06:48 Sed_ has quit 19:07:51 gues sed doesn't like torches? 19:07:53 haha 19:08:00 well back to the shop. 19:08:21 Sed_ has joined #EMC 19:08:24 dam isp 19:09:30 I figure once I cut the sheets small enough to go on the band saw with the skill saw I might as well just cut them with the skill saw.. 19:09:44 plate rather 19:10:47 but a big band saw with a blade welder is nice to have.. I will sure never jusify getting one in the future.. 19:14:59 what size pieces do you cut the plate into? 19:19:02 Just pieces small enough to fit on the mill for machining 19:19:28 ok. it may be better to just buy smaller plates in the first place 19:19:46 the cost shouldn't be much more, and you save the cost of a big-ass bandsaw 19:19:56 Yea, but we buy large plates because we never know what we are going to build 19:19:59 though it is fun having a big bandsaw 19:20:07 ah - that makes sense then 19:20:37 those are pretty heavy plates 19:21:05 like 1500 pounds, right? 19:22:19 prety heavy, we order 4x8 when we get 1/2 inch plate 19:22:34 that's tiny by comparison 19:22:47 (only 125 pounds or so) 19:23:02 oops - 250 pounds 19:23:18 we get the 2" plate cut to size if and when we use it 19:23:30 good plan 19:24:32 you'd need a bandsaw with about a 30' blade to cut those 19:24:50 heh, we should get 2... 19:25:35 its just when you have NO tools I dont know that a large bandsaw with a blade welder is one of the first things you buy 19:26:18 the blade welder isn't necessary, but I think they're standard on the larger saws 19:26:29 its big... 19:26:43 we have no tooling for the CNC or the Lathe... 19:26:50 I know the feeling 19:27:10 I bought an $1800 milling machine, and about $10k worth of other stuff (including CNC conversion parts) 19:27:17 ouch. 19:27:32 heh - you're in for the same trip ;) 19:27:50 shush! 19:27:54 micrometers, parallels, vise, collets, chucks, drills, mills, level ... 19:27:57 just lop a zero off. 19:28:05 I have physisists ordering the machinery for the shop. 19:28:15 but yeah, I've spent as much on tooling as the machine, so far. 19:28:19 and I still need lots of stuff. 19:28:24 that's a problem, but at least they should be used to paying for things like electron microscopes 19:28:29 we have not micomters, callipers vises collets chucks or drills 19:28:37 not=no 19:28:42 $$$ 19:28:45 start adding that stuff up 19:28:59 but we have a Haas CNC mll on its way 19:29:05 center / edge finders, indicators ... 19:29:20 you still need to measure the finished part to insure that it's within spec 19:29:27 I was told to take my edge finder home with all my other tools 19:29:42 no double-sided parts? 19:31:04 funny - the largest saw MSC carries has only a 40" throat 19:31:13 you couldn't cut a sheet in half with that 19:31:19 (even a 4x8) 19:31:57 well we actually have a skill saw.. and 2 drill presses.. and a bench grinder.. thats about the extent of our shop 19:32:13 and a 6" dry drop saw 19:46:07 Jymmm has quit 21:24:07 * Sed_ wonders how long the blade is on a 40" saw 21:24:33 acemi has left #emc 21:25:49 Sed_, 180-185 inches - not bad at all 21:31:08 tanhe has joined #emc 21:31:21 this isnt for san.nas based questions is it 21:31:42 tanhe has left #emc 21:31:49 ? 21:31:52 nope 21:32:00 O_o 21:32:19 smart guy - read the channel description 21:34:55 03rayhenry * 10emc2/tcl/bin/halconfig.tcl: Added some watch leds and value displays. 22:15:49 logger_aj has joined #emc 22:15:49 topic is: Welcome to the Enhanced Machine Control forum - Support and development of a linux based CNC control. | Home: www.linuxcnc.org | Regular Developers' meetings every Sunday 14:00-18:00 GMT | wiki up @ http://wiki.linuxcnc.org | EMC usage map: http://www.frappr.com/emctheenhancedmachinecontroller 22:15:49 Users on #emc: logger_aj Sed_ _tarzan_ Jacky^ rayh Ephexis ccjoe skunkworks picnet les_w A-L-P-H-A SWPadnos alex_joni djb_rh fenn jepler bill20r3 LawrenceG ValarQ websys Timbo steves_logging robin jtr_ cradek CIA-14 thalx @ChanServ 22:15:49 This nickname is owned by someone else 22:15:49 If this is your nickname, type /msg NickServ IDENTIFY 22:21:12 03rayhenry * 10emc2/tcl/bin/halconfig.tcl: eliminate duplicate watch of a pin. 22:39:12 alex_joni_ has joined #emc 22:43:23 03rayhenry * 10emc2/tcl/bin/halconfig.tcl: fixed 5'th level of tree widget setup. 22:49:37 alex_joni_ has left #emc 22:49:53 k4ts has joined #emc 22:51:24 hello 22:54:50 Hi k4ts 22:55:01 hi rayh 22:56:10 Must be getting late there. 22:56:28 yes 22:56:34 24.00 22:58:10 Midnight! 22:59:07 yes 23:00:51 what time is it there ? 23:01:12 17.01 23:01:31 wow 23:01:44 In our common language we would say five oclock. 23:03:57 in italy we would sono le cinque 23:04:04 ih ih 23:04:38 hello 23:04:43 k4ts: :D 23:04:52 hey. What's up? 23:04:57 teaching a bit of italian to rayh ? : 23:05:00 hi rayh 23:05:09 surfing the web .. 23:05:12 yes 23:05:25 teachers k4ts 23:05:36 teacher 23:06:28 rayh: hi = ciao 23:06:59 I knew that but was afraid to use it. 23:07:18 k4ts: is a teacher? 23:07:44 because? 23:07:44 she could be .. for itlian language :) 23:07:52 so, is ciao both "hi" nad "bye"? (like shalom) 23:07:59 s/nad/and/ 23:08:03 k4ts: s /because /why 23:08:57 because was afraid to use it rayh ? 23:09:08 why 23:09:28 why? 23:09:38 no because Jacky^ ? 23:09:42 in italian language does not exist any difference betwwen why/because 23:09:50 we just use : perchè for all 23:10:01 same thing for ciao 23:10:08 ok Jacky^ 23:10:16 ciao is used as hi or bye .. 23:10:21 at the same way 23:10:52 so perchè is also the question "why?" (versus the statement like "that's why", which is the same as "because") 23:11:04 SWPadnos: yeah 23:11:07 good bye = arrivederci 23:11:10 interresting 23:11:14 theres no difference 23:11:23 it depend on phrase 23:11:31 and my sister never told me :) 23:11:38 haha 23:12:03 buona notte= good night 23:12:08 its a very bad thing to go in a country without know to speak 23:12:35 in 2002 ive been in california for 3 week 23:12:40 sigh Jacky^ 0_0 23:12:44 I know a little about not speaking the language. Mexico. 23:12:44 I agree - that's whay I let my sister do the talking when in Italy 23:12:50 i was tryng to explain as the monkey 23:13:06 hehe 23:13:37 rayh: è venuto in italia? 23:13:39 and Germany, and France, and ... (everywhere but England and most of Canada) 23:13:48 btw k4ts theres some irc channel when is possible to learn english 23:14:22 I have not been to Italy. My oldest boy works for an Italian medical equipment maker. 23:14:37 ive not much time to stay in that channel .. :( 23:15:10 Distributor for Germany and Austria. 23:15:14 ok rayh your boy 23:15:19 nice 23:15:27 understand 23:15:47 Yep. He visits the company regularly. Says that italian food is the best. 23:16:00 yep 23:16:21 dieta mediterranea :D 23:17:04 also 23:17:06 mode 23:17:11 woman 23:17:17 moda 23:17:24 sorry 23:17:32 culture 23:17:33 O_O haha 23:17:38 no problem 23:17:55 no mode is francais 23:18:06 ah ah 23:18:44 I'm polyglot 23:18:50 ih ih 23:19:10 k4ts: wahts polyglot ? 23:19:17 what is 23:19:54 poliglotta 23:19:55 SWPadnos is now known as SWP_Away 23:21:00 I don't even remember what polyglot means in US english. 23:21:05 heh 23:21:10 Im too :( 23:21:34 Someone who is able to speak, write, or read several languages is a polyglot. This noun also describes a mixture or confusion of languages. Example: "Caroline was quite overwhelmed by the polyglot of voices that met her when she entered the youth hostel." Polyglot is often capitalized when it is used to mean a book, especially a Bible, that contains the same text in several languages.... 23:21:35 ...Polyglot can also be used as an adjective. A synonym of this sense is multilingual. ... 23:21:37 persona che parla piu lingue 23:22:02 first time I heard it 23:22:19 Wah! 23:22:26 yes < SWP_Away 23:22:47 ah ah 23:23:29 yes 23:23:54 <_tarzan_> _tarzan_ has quit 23:24:03 k4ts: can talk french a lot better as I speak english 23:24:20 tarzan? 23:24:27 Ive not much memory :/ 23:24:36 to store terms .. 23:24:57 Jacky^: I've 23:24:59 otherwise spanish would be simple to learn for it peoples 23:25:04 no Ive! 23:25:17 I think Ive 4 mb 23:25:21 maybe less 23:25:23 ghghg 23:25:48 id add some memory bank 23:25:52 :D 23:26:03 I remember in the old days of computers, having to ask for a large core job. 23:26:23 It was 16k 23:26:30 wow :) 23:26:31 I've good memory 23:27:21 also visual 23:27:43 I forgot what I eat 23:29:00 Jymmm has joined #emc 23:29:14 yeehi Jymmm hello 23:29:21 hi anna 23:29:53 hi Jymmm 23:30:14 arrivederci k4ts got to work for a while 23:30:22 ciao rayh 23:30:29 bye rayh have a fun 23:30:39 I figured that you could use caio that way as well. 23:30:42 good work 23:30:48 hehe 23:30:51 rayh is now known as rayh_away 23:31:42 Jymmm: no work you? 23:33:20 k4ts work for myself =) 23:34:36 well 23:34:48 autonomo 23:35:51 who work for his self work for 3 peoples 23:36:10 I 'm at my home no work da 1 december 23:36:17 or not ? O_O 23:40:26 I go night 23:40:32 bye 23:40:33 g night k4ts 23:40:46 k4ts has quit 23:46:34 Jacky^^ has joined #emc 23:46:40 test :) 23:46:45 Jacky^^ has quit