#emc | Logs for 2007-01-12

Back
[00:05:08] <A-L-P-H-A> he went to sleep?
[00:05:12] <A-L-P-H-A> he really does sleep?
[00:05:13] <A-L-P-H-A> lies.
[00:05:17] <A-L-P-H-A> alex_joni... you still around? :)
[01:38:39] <CIA-8> 03jmkasunich 07HEAD * 10emc2/docs/src/hal/vcp.lyx: Restored VCP documentation, added a note that it is deprecated. At some point, we will probably remove VCP completely, but until then its documentation should remain.
[02:12:24] <jmkasunich_> jmkasunich_ is now known as jmkasunich
[02:55:59] <A-L-P-H-A> lalala
[02:59:41] <maddash> is timeguy around?
[03:00:23] <cradek> who me?
[03:01:39] <maddash> ;)
[03:01:44] <maddash> hi there.
[03:01:49] <cradek> hi
[03:02:06] <A-L-P-H-A> http://bash.org/?23601
[03:02:41] <maddash> I was googling "autocad g-code exporter," and I tripped over your website and noticed that nice little plugin you wrote. I do have a few questions, though
[03:03:52] <cradek> ok
[03:03:57] <maddash> for instance, would your plugin convert in three dimensions? I noticed that the name was "2.5," so I'm not entirely sure...
[03:04:27] <cradek> it's just 2.5D
[03:04:34] <maddash> also, since it is written in LISP, I'm worried that speed could be an issue - have you any benchmarks?
[03:04:48] <cradek> that means each cut is at a particular depth, but there can be different depths
[03:05:06] <maddash> so why don't you call it "3D"?
[03:05:25] <cradek> because that's what 2.5D means
[03:05:34] <cradek> it's a common term
[03:05:56] <cradek> 3D often means it could contour, or work equally well in all planes, which is not true
[03:05:58] <maddash> what's `diff 2.5 3` ?
[03:06:04] <maddash> aha.
[03:07:00] <cradek> you realize it's a program you run once, inside autocad, to generate gcode output, right?
[03:08:07] <maddash> yes, of course, but what if I have a complex drawing?
[03:08:24] <cradek> then wait a bit
[03:08:25] <maddash> say, 5000 lines+arcs+splines?
[03:08:37] <cradek> I'm baffled by why you would care
[03:08:37] <maddash> wait an hour?
[03:08:51] <cradek> why not try it for yourself? it's free software
[03:08:56] <cradek> improve it if it's too slow
[03:10:20] <SWPadnos> maddash, what spindle horsepower do you expect to have, and what kind of material do you expect to cut with your machine?
[03:10:54] <maddash> SWPadnos, "machine"?
[03:11:16] <cradek> gene__: I laugh every time I see your ident information, which starts gene@pool
[03:11:16] <maddash> the one from this afternoon?
[03:11:22] <SWPadnos> yes, the lathe or mill or whatever that will be moving a cutting tool around a workpiece
[03:11:34] <SWPadnos> not the PC, the mechanical contraption
[03:11:38] <maddash> cradek, aha, nice catch
[03:12:06] <maddash> SWPadnos, I'll be grazing the surface of soft (unhardened) stainless steel with a cnc miller.
[03:12:33] <SWPadnos> ok. what spindle horsepower do you expect to have?
[03:13:18] <maddash> I'm not sure yet, because I've haven't decided the actual depth of the graze...
[03:13:49] <SWPadnos> the depth isn't the only important thing - a given horsepower has a specific amount of metal that can be removed
[03:13:53] <maddash> but, if you want a range, I'd say about 7-12
[03:14:01] <SWPadnos> ok - one sec
[03:15:30] <A-L-P-H-A> hahaha... bash.org kills me.
[03:15:37] <A-L-P-H-A> haven't had such a good laugh in a while.
[03:15:59] <SWPadnos> well, steel at 100 BHN (whatever that hardness means) takes 1.25 HP per cubic inch/minute
[03:16:11] <SWPadnos> at 400 BHN it's 2 HP / cubic inch/min
[03:16:17] <A-L-P-H-A> http://bash.org/?50891 OMG
[03:16:20] <A-L-P-H-A> ROLF
[03:17:01] <SWPadnos> so at 12 HP, you can remove between 6 and ~9.5 cubic inches of steel per minute
[03:19:48] <SWPadnos> ok. it looks like 18-8 (304) stainless is 250 on the Brinell scale
[03:20:06] <SWPadnos> that takes about 1.85 HP/cubic inch
[03:21:13] <SWPadnos> that gives roughly 6.5 cu in/minute. unless you're planning on using a very small cutter, I think the spindle will likely be your limiting factor, not EMC2
[03:46:16] <owhite> hey peeple.
[03:47:57] <owhite> I am looking for a suggestion of how to repurpose M7 and M8. right now they both turn off with an M9 command. I wish I could control them separately. any suggestions?
[03:49:11] <cradek> since that's explicitly in the rs274ngc spec, it's just hardcoded in EMC and not configurable
[03:49:22] <owhite> right.
[03:49:37] <cradek> is there another way to accomplish your bigger goals?
[03:50:01] <owhite> I use a universal stepper controller board, it has 8 relays that can be operated on the board.
[03:50:20] <owhite> most of them are under the control of M3, M4, M7, M8 and M9
[03:50:35] <SWPadnos> that's only true in emc2 if you set it up that way
[03:50:36] <owhite> I would like to be able to control them independently.
[03:50:51] <SWPadnos> are you using emc1 or emc2?
[03:51:01] <owhite> emc2, of course. :-)
[03:51:27] <cradek> yeah that's simply a hal configuration issue.
[03:51:27] <SWPadnos> ok, then change the ppmc_load.hal file to connect the other digital outputs to other signals
[03:51:40] <owhite> *looks at code*
[03:52:11] <SWPadnos> I think there are 8 or 10 from the motion controller that are controlled by M60-ish codes (??)
[03:53:14] <owhite> does the configs/univstep use the ppm_load.hal?
[03:53:27] <SWPadnos> univstep_load maybe ...
[03:53:32] <SWPadnos> or univstep_io
[03:53:37] <SWPadnos> or ppmc_io
[03:53:39] <SWPadnos> :)
[03:53:42] <SWPadnos> I guess I could look
[03:53:53] <owhite> that'd be much appreciated.
[03:54:10] <owhite> perhaps someone could shout out what ppmc is?
[03:54:11] <cradek> M64 Px = set output X; M65 Px = clear output X
[03:54:19] <SWPadnos> are you at your EMC2 machine?
[03:54:25] <owhite> yes.
[03:54:44] <SWPadnos> then look in the directory from which you load the emc configuration
[03:55:05] <owhite> configs/univstep
[03:55:22] <SWPadnos> in CVS, I see several files, two of which are univstep_io.hal and univstep_load.hal
[03:55:27] <owhite> yes.
[03:55:34] <owhite> cradek: what is M64?
[03:55:53] <SWPadnos> M64 and M65 let you control auxiliary outputs
[03:56:43] <owhite> yeah and then I could tie them to the appropriate hardware of the UCS using hal?
[03:56:45] <SWPadnos> you hook the USC digital outputs to the motion controller aux outs (not sure what they're called), and then the SSRs are under the control of M64 and M65 instead of M3, M4, M7, M8, M9
[03:56:46] <cradek> unfortunately I think there are only four of them currently. You can increase that number and recompile though.
[03:56:46] <owhite> I bet...
[03:56:57] <SWPadnos> correct
[03:57:09] <owhite> oh four would help a lot
[03:57:13] <owhite> * owhite counts aloud.
[03:57:26] <cradek> it's easy to change - just one place
[03:57:29] <cradek> you could easily have 8
[03:57:34] <owhite> I need oxygen on, laser on, ventilation on.
[03:57:38] <SWPadnos> the last 4 sections of univstep_io.hal have those connections
[03:57:49] <owhite> that sounds like the ticket.
[03:57:54] <SWPadnos> laser on should be able to connect to spindle on, I'd think
[03:58:04] <owhite> it is :-)
[03:58:22] <owhite> spindle forward is laser on.
[03:58:45] <owhite> I was doing fine with lube being O2 on too, then I needed ventilation.
[03:58:58] <SWPadnos> ventilation should probably be either mist or flood
[03:59:03] <SWPadnos> since that is cooling
[03:59:17] <SWPadnos> do you always need O2 flow?
[03:59:19] <SWPadnos> (when cutting)
[03:59:31] <owhite> 02 goes on when the laser does.
[03:59:43] <owhite> but I have them split out.
[03:59:49] <SWPadnos> ok - can they be controlled with the same bit, or do you need them separately controlled?
[04:00:23] <owhite> its true, they could be tied to the same bit. I was just being tricky. thought maybe there would be times when I might supply a different gas, or something.
[04:00:37] <owhite> but since I can do the M64 number, I think I'll leave it.
[04:01:10] <SWPadnos> if you need to use two separate SSRs, you can still drive them from the same Spindle-fwd bit
[04:01:21] <owhite> yeah?
[04:01:24] <owhite> *thinks*
[04:01:35] <SWPadnos> just linksp spindlefwd <first_dout>
[04:01:46] <SWPadnos> then linksp spindlefwd <other_dout>
[04:01:46] <owhite> oh no kidding.
[04:01:55] <owhite> damn you guys are smart.
[04:01:57] <SWPadnos> you can write to all the outputs with one bit if you want
[04:02:18] <SWPadnos> and you can invert them individually, so you can deal with positive or negative logic, even though they're run from the same bit
[04:02:19] <owhite> well I want ventilation to come on at the beginning of the run, and stay on even if the laser is off.
[04:02:28] <SWPadnos> that would be a mist/flood thing
[04:02:40] <owhite> yes.
[04:02:44] <SWPadnos> keeps it similar to conventional milling programs
[04:03:02] <SWPadnos> you can connect O2 to the spindle-brake output, and invert it
[04:03:03] <owhite> hey get this, while I have your attention...
[04:03:15] <owhite> ...you know, have to switch on a lot of crap manually.
[04:03:16] <SWPadnos> that should turn the O2 on a little before the laser, and off a little after
[04:03:35] <owhite> ...the motor power supplies, the laser controller, which has the UCS, ventilation, and lighting.
[04:03:55] <owhite> sometimes, i'd really like to have control of that even if its in e-stop.
[04:04:19] <SWPadnos> E-stop / stop / power design is a really big question :)
[04:04:21] <owhite> like, one of the things I'd like to flip on is the laser controller itself, which has the UCS board, when its not on, the machine is in e-stop.
[04:04:35] <SWPadnos> do you mean USC?
[04:04:41] <owhite> yes.
[04:04:54] <SWPadnos> that board should be powered ewhenever EMC2 is running, I'd think
[04:05:05] <owhite> so like its a catch-22.
[04:05:24] <owhite> what'd be cool is to fire up EMC2, and use it to start the laser controller, which would power up the board.
[04:05:41] <cradek> you can do all sorts of sequencing with ladder logic
[04:05:46] <owhite> do it all in software. I turn the thing on and off a lot. it'd be nice if was mouse driven.
[04:05:47] <SWPadnos> well, you need to think about power sequencing a lot, and what states you want to have which pieces of the machine powered in
[04:06:46] <owhite> but can I do _any_ ladder logic, if its in e-stop? It will be in e-stop until the USC board is on, and it is recieving good signals from things.
[04:07:03] <owhite> * owhite fears this is making no sense, per usual.
[04:07:25] <SWPadnos> you probably need 3 or 4 separate power zones. The PC is in one, the USC is in another, then the servos and laser (possibly separate), ventilation and lighting could probably be enabled in the same zone as the USC
[04:07:49] <owhite> yah, that's it.
[04:07:51] <SWPadnos> since the USC will control those things, it needs to be on before you can do anything with them
[04:07:58] <owhite> right.
[04:08:06] <SWPadnos> since the PC controls the USC, it must be powered before you can do anything with it ...
[04:08:23] <owhite> and the way I wired the USC, it wont come out of e-stop until the laser power supply is on.
[04:08:39] <SWPadnos> E-Stop doesn't need to kill ventilation and lighting, so those can be "before" the motors and laser and support equipment, like the O2 controls)
[04:08:43] <owhite> the laser spits out logic that its getting good pwm signals from the controller, and the USC reads that.
[04:09:28] <SWPadnos> I assume that the laser power supply isn't your means of controlling the laser output? (ie, there's an enable input on the laser)
[04:09:33] <SWPadnos> ok
[04:10:05] <SWPadnos> how is the laser controller controlled?
[04:10:13] <owhite> hm...
[04:10:15] <SWPadnos> (you mentioned PWM, but the univstep is step+dir, not PWM)
[04:10:23] <owhite> right.
[04:10:51] <owhite> so. I have a custum board that sends it PWM, and the USC controls the enable.
[04:11:06] <SWPadnos> ah, so you only have enable/disable, not power control
[04:11:29] <owhite> the laser also sends out states, indicating its not overheating, those are read by custom electronics, and if they are in good condition, they allow e-stop to be off.
[04:11:45] <owhite> power control can be toggle by emc2, to two different states.
[04:11:56] <owhite> I figured that would work so I could either cut, or engrave.
[04:11:59] <SWPadnos> high/low
[04:12:01] <SWPadnos> ok
[04:12:14] <owhite> I thought some day I could have finer control with M100 codes.
[04:12:26] <SWPadnos> how about with spindle speed?
[04:12:33] <owhite> yeah, could do.
[04:12:50] <owhite> course, spindle is tied to laser on! :-)
[04:13:08] <SWPadnos> not spindle speed
[04:13:10] <SWPadnos> spindle-fwd is
[04:13:11] <owhite> but that could be changed. i'd still have to make my own electronics convert the spindle speed game to pwm.
[04:13:16] <SWPadnos> spindle speed is a float
[04:13:19] <owhite> oh oh oh.
[04:13:32] <owhite> but its output usually goes where?
[04:13:45] <SWPadnos> to a VFD or a dialog box asking the user to set the speed ;)
[04:13:46] <owhite> *awaits the inevitable "hal" answer*
[04:13:48] <SWPadnos> or whatever
[04:14:26] <SWPadnos> oh sorry - "wherever you want with HAL"
[04:14:32] <owhite> what are my options for hardware that could receive the spindle speed?
[04:14:46] <owhite> the way I set my pwm, is that its controlled by 5 bits.
[04:14:53] <SWPadnos> well, with the right hardware, you could just output PWM from EMC
[04:15:05] <owhite> that would be nice.
[04:15:11] <SWPadnos> it may be doable in software, depending
[04:15:24] <owhite> I've been think ing of re-doing all my electronics. but havent had a good enough reason.
[04:15:25] <SWPadnos> you'd need another parallel port or other I/O device though
[04:15:34] <owhite> 500 yards of wire wrap cant be all wrong, or something.
[04:15:40] <SWPadnos> yes it can
[04:15:50] <SWPadnos> :)
[04:15:57] <owhite> * owhite is proud of his wirewrap, dont knock it.
[04:16:04] <cradek> I think 500 yards of wire wrap is ALWAYS wrong :-)
[04:16:09] <owhite> I'm only a lowly biologist, learned that stuff myself.
[04:16:14] <SWPadnos> I have a friend who built an entire Z-80 based computer with wire wrap
[04:16:16] <owhite> dont be cruel guys.
[04:16:27] <SWPadnos> actually, I think he did two or three that way
[04:16:30] <cradek> that's what the smiley is for
[04:16:33] <SWPadnos> TRS-80 compatible, too
[04:17:07] <owhite> okay, so I think the answer is to look into M64.
[04:17:20] <SWPadnos> for the aux digital controls, I think so
[04:17:24] <owhite> control m'little SSRs, turn on my ventilation.
[04:17:36] <SWPadnos> you probably only have one though - lighting
[04:18:12] <owhite> I put 1800 cfm system into my basement, made a plexiglas enclosure, ran hosing, buste holes through the house foundation -- I'm ready to fire this thing up.
[04:18:18] <SWPadnos> O2 is analogous to inverted spindle-brake, ventilation is analogous to mist or flood coolant, and laser enable is analogous to spindlefwd
[04:19:13] <owhite> but I swear the way the USC is configured if you hit spindlefwd, then spindle brake will go low.
[04:19:42] <owhite> I think that's rs274ngc?
[04:19:54] <cradek> I think that behavior is hardcoded too.
[04:19:59] <owhite> *takes a mad shot at saying something intelligent, awaits retrobution*
[04:20:01] <SWPadnos> yes, but there should be a delay
[04:20:04] <owhite> I WAS RIGHT!
[04:20:06] <cradek> but there's no reason to hook up brake to something if you don't want it
[04:20:22] <SWPadnos> you invert the spindle-brake signal to make it work for O2
[04:20:44] <owhite> sounds confusing, but I'll look into it.
[04:20:49] <SWPadnos> it becomes a "spindle is going to be on/was just on" output
[04:21:08] <cradek> I don't think there's a delay, but I could be wrong
[04:21:15] <SWPadnos> something like setp ppmc.0.dout.02.out-invert true
[04:21:52] <cradek> goodnight
[04:21:54] <owhite> but what the problem with M64?
[04:22:03] <owhite> oh, g'night cradek.
[04:23:19] <SWPadnos> see you cradek
[04:23:39] <SWPadnos> it's not normally used
[04:24:09] <SWPadnos> if you use the controls that are already there for a lot of this stuff, then your code will be easier to interchange with milling machines
[04:24:38] <owhite> yeah but the same arguement could be made that I am shoe-horning my laser to work like a milling machine, when it aint.
[04:25:20] <owhite> I never use other people's g-code, its all dxf-->perl-->g-code.
[04:26:26] <SWPadnos> whichever.
[04:26:54] <owhite> SWPadnos: well I pledge to have a careful look at both options.
[04:26:58] <SWPadnos> looking at the code, spindle brake is set/cleared at the same time as spindlefwd, so there's no need to use it
[04:27:20] <owhite> that's the behavior I've been seeing.
[04:27:43] <SWPadnos> you can use classic ladder to delay that, but it isn't there by default
[04:28:11] <owhite> the other thing to note is that the USC guy has recently implemented another 8 bits on his board to work.
[04:28:36] <SWPadnos> yep, the P2 header, I think
[04:28:38] <owhite> and I assume all that will be driven by M64 or M101.
[04:28:48] <SWPadnos> depends on how you wire it up in HAL ;)
[04:29:02] <owhite> right. I made a relay box to plug into that. that's why I was asking those questions about lighting and stuff.
[04:29:15] <SWPadnos> that header was actually intended as a spindle speed control, and Jon is making a DAC for it
[04:29:36] <SWPadnos> but you can of course use it for what you want, if you do it right ;)
[04:29:39] <owhite> hey that'd be pretty good for the PWM of the laser power.
[04:30:17] <owhite> well, I'd still (for the last time) take your recommendation on the better way to go -- would that be a M64 for a M101 thing?
[04:30:18] <SWPadnos> I think it'll be DAC only, using all the bits there (plus a couple of the other outputs)
[04:30:29] <SWPadnos> M64, if it's in the version you have
[04:30:50] <SWPadnos> I'm not sure if that's a v2_1_branch or HEAD thing, or if it's in the 2.0.5 package
[04:30:57] <owhite> ah, I may have to do another check out? hm, that'll be a bunch of patches.
[04:31:05] <owhite> could you shout out the cvs command to check?
[04:31:20] <SWPadnos> you're running HEAD?
[04:31:30] <owhite> * owhite looks puzzled.
[04:31:33] <SWPadnos> (ie, no specified version when you check out)
[04:31:38] <owhite> I think so, but I'm not that bright.
[04:31:51] <SWPadnos> heh, when it comes to CVS, I'm not too bright myself
[04:31:59] <owhite> yeah but head is still a snap shot of what was checked in at the time right?
[04:32:05] <SWPadnos> yes
[04:32:33] <SWPadnos> from the directory where you checked out (the one above src/), run cvs update -dP
[04:33:09] <owhite> that wont over write anything, will it?
[04:33:23] <SWPadnos> it will overwrite anything that's changed in your CVS directory
[04:33:43] <jmkasunich> no it won't
[04:33:44] <SWPadnos> err - that was ambiguous
[04:33:52] <owhite> whatya trying to do, kill me? I've done a lot of code changes.
[04:34:02] <SWPadnos> I meant anything that's changed in CVS will be downloaded, unless you changed it locally
[04:34:09] <owhite> when I grep -R M64 I dont get any hits to anything.
[04:34:17] <SWPadnos> in which case it may be merged or ignored
[04:35:48] <jmkasunich> when running emc, do "bin/halcmd show pin motion" from the same directory where you did your checkout
[04:35:48] <owhite> actuall, I found this with grep: src/emc/rs274ngc/interp_convert.cc: M64 sets a DIO imediately
[04:36:21] <jmkasunich> if the output includes "motion.digital-out-00" thru "-03", then you have the M64 code, if not, you don't
[04:37:20] <owhite> its in there :-)
[04:37:32] <jmkasunich> then M64 should work
[04:37:33] <owhite> fun.
[04:37:45] <owhite> as usual.
[04:37:52] <jmkasunich> do a M64 from MDI, and then repeat the hal show command, see if any of those pins changes state
[04:38:32] <owhite> *flips switches*
[04:39:10] <owhite> nope.
[04:39:27] <jmkasunich> M64 P1 on my system sets motion.digital-out-01 true
[04:39:38] <owhite> but its late and I cant really run the system, everyone is sleeping.
[04:39:47] <owhite> oh, should I have run M64 P1?
[04:39:51] <owhite> I just ran M64
[04:40:15] <jmkasunich> I didn't know the syntax myself, when I tried M64 I got an error message, so I muddled around
[04:40:26] <jmkasunich> M64 P1 turns on output 1
[04:40:33] <jmkasunich> dunno how to turn it off yet ;-)
[04:40:41] <owhite> well I could run sim....hang on.
[04:40:42] <SWPadnos> M64Px turns outputs on, M65Px turns outputs off
[04:41:08] <jmkasunich> it works!
[04:41:15] <SWPadnos> (cradek mentioned that eariler, or I wouldn't know :) )
[04:42:14] <owhite> yeah there we go, worked in sim mode.
[04:42:47] <owhite> you know, whoever came up with the hal was pretty smart.
[04:42:54] <owhite> that's darn nice.
[04:43:00] <SWPadnos> that'd be jmkasunich
[04:43:03] <SWPadnos> :)
[04:43:32] <owhite> jmkasunich: good on you man.
[04:43:35] <owhite> and happy new year too.
[04:43:38] <owhite> :-)
[04:43:48] <jmkasunich> glad you like it
[04:44:37] <owhite> how to save a log of the irc session in xchat?
[04:45:03] <SWPadnos> hmmm. in chatzilla, you have to turn on logging, at which point it starts the log ...
[04:45:34] <SWPadnos> you can probably copy/paste the text into an editor, or there may be a "save log" menu option /command somewhere
[04:46:03] <owhite> there is a save in an odd part of the menu.
[04:46:13] <owhite> "window"
[04:47:08] <owhite> alright guys. take it easy. thanks again.
[04:47:27] <SWPadnos> buh-bye
[05:22:12] <jmkasunich> goodnight
[05:22:21] <SWPadnos> see you. I was thnking the same thing
[08:30:14] <lerneaen_hydra> 'morninh
[08:30:17] <lerneaen_hydra> 'morning
[08:32:46] <Dallur> morning
[08:33:39] <Dallur> 20cm of snow in the last 24 hours, and I thought we didn't get snow anymore
[08:42:48] <lerneaen_hydra> oh?
[08:42:51] <lerneaen_hydra> nice
[08:42:57] <lerneaen_hydra> we've got, no snow at all
[08:43:05] <lerneaen_hydra> +8 degrees C
[08:43:32] <lerneaen_hydra> hell must be nearing the surface of the earth ;)
[08:44:25] <lerneaen_hydra> logger_emc: bookmark
[08:44:25] <lerneaen_hydra> Just this once .. here's the log: http://www.linuxcnc.org/irc/irc.freenode.net:6667/emc/2007-01-12.txt
[08:46:03] <Dallur> LH: the real question with hell though is if it is endothermic or exothermic -> http://www.pinetree.net/humor/thermodynamics.html
[08:47:26] <lerneaen_hydra> hahaha!
[08:48:37] <lerneaen_hydra> that means that hell indeed is nearing the surface
[09:25:09] <alex_joni> morning all
[09:25:38] <lerneaen_hydra> 'lo
[09:28:16] <Dallur> morning alex
[09:30:52] <lerneaen_hydra> bbl
[09:32:39] <alex_joni> Dallur: that's a nice one
[09:34:51] <Dallur> alex_joni: I laughed my pants off when I first saw it :D
[09:45:07] <alex_joni> I can understand why :)
[09:50:48] <^eugenics> good morning folks
[09:51:36] <Dallur> morning
[10:37:52] <alex_joni> hi ^eugenics
[10:40:25] <^eugenics> hello alex_joni
[10:50:32] <A-L-P-H-A> eugenics... have you been chemically castrated? is that why you like eugenics? Preservation of human gene pool?
[10:51:26] <alex_joni> A-L-P-H-A: go to sleep
[10:51:37] <A-L-P-H-A> I did... from about 11pm till 5am
[10:51:42] <A-L-P-H-A> it's now 5:51am
[10:55:40] <alex_joni> good morning then >(
[10:55:48] <alex_joni> :)
[10:56:05] <alex_joni> so, did you follow my advice and not go to sleep yesterday?
[10:58:23] <A-L-P-H-A> nah... I just took a 1mL of melatonin...
[11:11:46] <A-L-P-H-A> alex_joni, made anything cool lately?
[11:11:50] <A-L-P-H-A> anonimasu, you?
[11:12:13] <A-L-P-H-A> lerneaen_hydra, where's photos of your bike? And I don't get your photos of how you machined the waterblocks on your side.
[11:15:20] <^eugenics> A-L-P-H-A, I think you might been confused, check it out http://en.wikipedia.org/wiki/Eugenics
[11:16:50] <anonimasu> A-L-P-H-A: no..
[11:16:54] <anonimasu> A-L-P-H-A: im waiting for parts
[11:18:57] <anonimasu> 3 weeks *nnngh*
[11:19:47] <^eugenics> A-L-P-H-A, and apperently me too, anyway eugenics also means that the human beeing is searching to improve its way, term used in psycology
[11:20:34] <alex_joni> A-L-P-H-A: been working on a magazine commercial
[11:21:44] <^eugenics> ok, I should change my nick again...
[11:22:29] <anonimasu> howcome?
[11:23:22] <^eugenics> eugenics is also some sientific rase enhansing filosify
[11:23:32] <^eugenics> not nice
[11:24:04] <^eugenics> I did not know
[11:26:00] <^eugenics> ^eugenics is now known as kamekaze
[11:26:04] <alex_joni> eugenics can also be a study of "improving human genetic qualities"
[11:26:34] <alex_joni> http://65.45.193.26:8026/cms/acct/vietweekly/english/english_vw3n09/lastKamekaze.html
[11:27:21] <kamekaze> but its is anyway a sensetive topic, and I dont want to affend anyone
[11:42:03] <alex_joni> I imagine kamikaze beeing a sensitive topic to US guys
[11:46:10] <Dallur> how about politically_correct_nick_01 ?
[11:47:05] <anonimasu> yeah
[11:47:33] <alex_joni> well.. it's in english
[11:47:46] <alex_joni> only that is sensisitive to a dozen middle-eastern countries
[11:51:14] <kamekaze> I like that one :)
[11:51:29] <kamekaze> kamekaze is now known as politically_corr
[11:51:40] <politically_corr> didnt work
[11:52:19] <alex_joni> pcn01
[11:52:19] <alex_joni> :P
[11:53:27] <politically_corr> politically_corr is now known as nonafensivenick
[11:53:43] <alex_joni> offensive
[11:53:54] <nonafensivenick> nonafensivenick is now known as nonofffensivenic
[11:53:58] <nonofffensivenic> :)
[11:54:04] <alex_joni> fff?
[11:54:12] <nonofffensivenic> ?
[11:54:19] <nonofffensivenic> nonofffensivenic is now known as nonoffensivenick
[11:54:25] <alex_joni> SP
[11:54:33] <alex_joni> :P
[11:55:14] <nonoffensivenick> well its a hard job choosing a nick
[11:55:24] <alex_joni> how about name?
[11:55:42] <alex_joni> or is that too obvious?
[11:56:06] <nonoffensivenick> btw my name is martin, but the nick is taken
[11:56:18] <alex_joni> first letter of last name?
[11:56:31] <nonoffensivenick> ok, you convinced me
[11:56:52] <nonoffensivenick> nonoffensivenick is now known as martin_lundstrom
[12:05:40] <martin_lundstrom> cu
[12:08:44] <alex_joni> fscking connection
[12:08:52] <anonimasu> :)
[12:09:10] <anonimasu> on phone with slide reseller
[12:36:38] <A-L-P-H-A> hahahaha
[12:36:46] <A-L-P-H-A> I didn't realize I caused so much problems.
[12:36:48] <A-L-P-H-A> hahahaha
[12:36:48] <A-L-P-H-A> :)
[12:38:22] <A-L-P-H-A> someone type my nick please.
[12:38:52] <anonimasu> alpha?
[12:38:53] <anonimasu> A-L-P-H-A:
[12:39:18] <A-L-P-H-A> thanks
[12:39:28] <A-L-P-H-A> nick highlighting, that's all.
[12:39:28] <A-L-P-H-A> :)
[12:39:39] <alex_joni> A-L-P-H-A: what problems?
[12:39:48] <alex_joni> anonimasu: any luck with the slides?
[12:40:01] <A-L-P-H-A> no problems.
[12:40:02] <anonimasu> alex_joni: 3 weeks of shipping :/
[12:40:06] <alex_joni> eek
[12:40:06] <A-L-P-H-A> just hadn't set it up that's all.
[12:40:10] <anonimasu> alex_joni: waiting for the guy to call me
[12:40:13] <A-L-P-H-A> anonimasu? what'd you order?
[12:40:21] <A-L-P-H-A> alex_joni, did you get your mesa?
[12:40:41] <anonimasu> A-L-P-H-A: some slides off a company here..
[12:40:44] <A-L-P-H-A> SWPadnos owes me a mesa, and a few other parts. Once the check clears....
[12:40:48] <A-L-P-H-A> anonimasu, why do you need slides?
[12:40:57] <anonimasu> A-L-P-H-A: plasma/oxyfuel table..
[12:41:12] <A-L-P-H-A> cool.
[12:41:16] <anonimasu> X and Y rails..
[12:41:16] <A-L-P-H-A> what are you gonna make in the mean time.
[12:41:28] <A-L-P-H-A> go make stainless steel 316 ring for yourself. :)
[12:41:29] <anonimasu> A-L-P-H-A: I'm going to draw up all the parts we are going to cut..
[12:41:50] <A-L-P-H-A> functional cutter? or art cutter?
[12:42:03] <anonimasu> production stuff for work
[12:42:04] <anonimasu> :)
[12:42:09] <A-L-P-H-A> cool
[12:42:19] <anonimasu> I got the square beam for the base today
[12:42:25] <anonimasu> square tubing..
[12:42:25] <A-L-P-H-A> who was the guy that worked as a volunteer for a racing team? was it you anonimasu?
[12:42:29] <anonimasu> yeah
[12:42:35] <anonimasu> that was me :9
[12:42:35] <A-L-P-H-A> still talking with them?
[12:42:37] <anonimasu> no
[12:42:42] <A-L-P-H-A> heh
[12:44:15] <anonimasu> A-L-P-H-A: I've got neither time or will to be involved anymore :)
[12:48:12] <anonimasu> ^_^
[12:50:24] <A-L-P-H-A> :)
[12:56:44] <anonimasu> I get the real delivery date on monday
[12:57:20] <anonimasu> and we changed to a roller bearing carrige..
[12:57:31] <anonimasu> instead of a linear bearing one..
[12:57:58] <anonimasu> :)
[12:58:12] <anonimasu> he thought that it would be the best thing to cope with the dust
[12:58:42] <Dallur> how bit are the rails/what are they charging ?
[12:58:53] <Dallur> s/bit/big/ :P
[12:58:54] <anonimasu> big?
[12:58:57] <anonimasu> 2.5m travel..
[12:59:08] <anonimasu> and 1.3meter
[12:59:09] <anonimasu> travel..
[12:59:16] <anonimasu> 740eur
[12:59:58] <Dallur> anonimasu: not to bad
[13:00:00] <anonimasu> aech..
[13:00:14] <anonimasu> that's prefab ones with motor and all.. :)
[13:00:26] <Dallur> wow, that's good then :D
[13:00:47] <anonimasu> yeah
[13:00:53] <anonimasu> belt drive also..
[13:01:11] <alex_joni> oh :(
[13:01:19] <anonimasu> oh?
[13:01:28] <anonimasu> alex_joni: plasma and ballscrews is a great combo
[13:01:33] <alex_joni> * alex_joni doesn't trust any nonmetalic parts
[13:02:05] <Dallur> but good low-backlash gears are really really expensive so ....
[13:02:06] <A-L-P-H-A> anonimasu? WITH motors??
[13:02:09] <anonimasu> yeah
[13:02:15] <A-L-P-H-A> oh, drive belt... not screws.
[13:02:26] <A-L-P-H-A> but you need the speed I suppose.
[13:02:43] <anonimasu> the more important issue is dust..
[13:02:56] <anonimasu> ballscrews and plasma dust..
[13:03:46] <A-L-P-H-A> you're not making sense to me.
[13:04:07] <anonimasu> A-L-P-H-A: 2.5 meter ballscrew..
[13:04:15] <anonimasu> A-L-P-H-A: how do you get it totally dust proof?
[13:05:21] <Dallur> A-L-P-H-A: the dust is from the vaporized metal, very high carbon steel particles everywhere :P
[13:07:02] <anonimasu> Dallur: how are you running your machine?
[13:07:05] <anonimasu> rack & pinion?
[13:07:25] <Dallur> dual rack & pinion system with a belt reduction drive
[13:07:30] <anonimasu> ok :)
[13:07:55] <Dallur> I have two pinions for each drive point, then I put tension between them to eliminate all backlash
[13:13:09] <anonimasu> nice
[13:13:26] <anonimasu> A-L-P-H-A: ballscrews get filled with dust and well, your machine locks up..
[13:13:32] <anonimasu> same with linear rails..
[13:38:12] <Dallur> connection problems ?
[13:39:30] <skunkworks> seens to be a lot of that going around
[13:39:35] <skunkworks> seems
[13:39:35] <alex_joni> no, just his nick is getting longer
[13:39:44] <alex_joni> hi samco
[13:39:54] <skunkworks> morning alex
[13:40:04] <skunkworks> no word - know by the end of the day
[13:40:19] <alex_joni> ok :)
[13:42:36] <lerneaen_hydra> A-L-P-H-A!
[13:42:38] <lerneaen_hydra> 'lo
[13:43:33] <skunkworks> Hi
[13:44:08] <A-L-P-H-A> hey
[13:44:20] <lerneaen_hydra> what's happening?
[13:44:41] <A-L-P-H-A> anonimasu, okay... use teflon style linear slides... not much of a dust problem.
[13:45:03] <lerneaen_hydra> what about HDPE and anodised alu?
[13:45:04] <A-L-P-H-A> programming.
[13:45:15] <A-L-P-H-A> programming an upload section for gallery for a client.
[13:45:21] <lerneaen_hydra> for fun or code-monkeying?
[13:45:39] <A-L-P-H-A> $cash$
[13:45:44] <lerneaen_hydra> ah, that's nice too
[13:49:18] <jepler> good morning folks
[13:49:25] <skunkworks> jepler: Hi
[13:49:37] <lerneaen_hydra> 'lo jepler
[13:53:33] <A-L-P-H-A> ello.
[13:55:57] <CIA-8> 03jepler 07v2_1_branch * 10emc2/docs/src/gcode/main.lyx: merge rev 1.17
[13:57:05] <alex_joni> awallin: where's the sharks ?
[13:57:20] <anonimasu> :)
[13:57:43] <awallin> alex_joni: hi. I understand that was a slashdot thing from a while back... don't have time to read /. myself...
[13:58:35] <awallin> Dallur mentioned on the list that he had done some work in pythno for DXF-> G-code. interesting
[13:58:41] <awallin> python
[13:59:17] <alex_joni> awallin: there was a TV movie (sharks with lasers)
[13:59:21] <Dallur> Hey, Anders, yup
[14:00:05] <awallin> alex_joni: oh, ok...
[14:00:08] <Dallur> awallin: When I get home tonight I will send you a copy of what I have been working on :D
[14:00:31] <awallin> Dallur: great, I've been thinking about something like this myself.
[14:00:44] <awallin> If you've solved the DXF reading part then that will save me a lot of time
[14:01:23] <Dallur> awallin: I got the dxf reading mostly done but only for dxf v.1.2
[14:01:30] <alex_joni> "You know, I have one simple request. And that is to have sharks with frickin' laser beams attached to their heads! Now evidently my cycloptic colleague informs me that that cannot be done."
[14:01:52] <Dallur> awallin: So it does not handle splines, 3dfaces or solids but everything else works fine
[14:01:59] <awallin> alex_joni: I can supply the lasers, if you get the sharks
[14:02:04] <alex_joni> awallin: Austin Powers
[14:02:11] <alex_joni> http://www.imdb.com/title/tt0118655/quotes
[14:02:19] <awallin> Dallur: lines and points would be enough for a lot of interesting stuff
[14:02:27] <anonimasu> awallin: I'll get the sharks if you mount the laser :D
[14:02:28] <awallin> Dallur: and maybe circles?
[14:02:34] <anonimasu> s
[14:02:37] <anonimasu> :D
[14:02:37] <lerneaen_hydra> sharks!
[14:02:39] <Dallur> awallin: circles are working fine
[14:02:39] <lerneaen_hydra> and lasers!
[14:02:49] <lerneaen_hydra> I thought I saw something about sharks!
[14:02:57] <Dallur> awallin: so are polylines and lines and points
[14:03:28] <Dallur> awallin: and curves
[14:03:42] <awallin> Dallur: good. Your G-code is an exact copy of the imported geometry? no offsetting or anything?
[14:03:51] <awallin> I mean the G-code output from the program
[14:04:02] <Dallur> awallin: yup, that was one of my requirements
[14:04:19] <awallin> Dallur: for a closed curve, how does it decide where to start
[14:04:55] <Dallur> awallin: it's stupid at the moment, starts all curves at the western most part
[14:05:04] <alex_joni> heh
[14:05:09] <alex_joni> that's an interesting idea :D
[14:05:49] <Dallur> to put it in a better way, the lowest X value
[14:08:14] <awallin> I was thinking about OpenGL for the 3D view...
[14:08:37] <Dallur> awallin: vpython uses opengl :D
[14:09:27] <awallin> Dallur: ok, I didn't know that... does vpython include stuff for rotating the view and selecting geometry etc
[14:10:24] <Dallur> awallin: Yes, currently I render a 3d viewpoint which you can rotate around, zoom in and work with
[14:11:09] <Dallur> awallin: might be nice to split to multiple viewpoints but initially I just added the view to assist in debugging the code
[14:12:18] <awallin> sounds great, can't wait to see the code! how long have you worked on this?
[14:13:00] <alex_joni> bbl guys
[14:13:20] <awallin> bye alex
[14:13:59] <Dallur> awallin: I worked on it for a week or two early in november/december but then I got swamped with work and have not had time to look at it, hoping to get some focus back on it soon
[14:16:22] <Dallur> awallin: I was really surprised with how fast you can do things like this in python
[14:17:57] <lerneaen_hydra> Dallur: you
[14:18:06] <lerneaen_hydra> 're not jarl on the mailing list by any chance?
[14:18:13] <lerneaen_hydra> gah, ' and enter are too close
[14:18:39] <Dallur> dallur=jarl
[14:18:56] <Dallur> Jarl is my first name
[14:20:37] <Dallur> Rugludallur=Dallur=Jarl to be more precise, Rugludallur@home, Dallur@work and Jarl@RealLife
[14:21:02] <lerneaen_hydra> oh, I see
[14:21:21] <anonimasu> Dallur: what kind of work do you do?
[14:21:38] <lerneaen_hydra> how well-developed is the stl-to-gcode app you're making?
[14:21:43] <anonimasu> *curiuous about iceland*
[14:21:50] <lerneaen_hydra> is it based on jepler's image-to-gcode?
[14:22:26] <awallin> it's dxf to g-code
[14:23:14] <lerneaen_hydra> oh, dxf?
[14:23:20] <lerneaen_hydra> isn't that 2.5d?
[14:23:23] <Dallur> anonimasu: Software/Hardware Consultant, mostly enterprise systems for large companies (airlines, telcos) but sometimes smaller stuff to
[14:23:41] <Dallur> LH: yup
[14:24:08] <anonimasu> nice
[14:26:17] <Dallur> btw the converter is called dxf2nc, and at the moment it is good enough so you can generate any 2d toolpaths, it's missing things like lead-ins and spindle control so most likely you will have to edit the g-code somewhat, but all the toolpaths will be done for you
[14:27:42] <awallin> Dallur: sounds good, I was thinking about trying out some CAM algorithms... your work with dxf2nc will be an ideal starting point
[14:28:18] <Dallur> awallin: How about I just create the sourceforge project real quick, and once I get home I can upload and add you to the project ?
[14:29:03] <awallin> Dallur: that would work too, but I'm not sure we have exactly the same goal in mind
[14:29:41] <awallin> I'd be interested in toolpaths for a mill, for your plasma you are probably satisfied with directly following the dxf line
[14:30:34] <anonimasu> http://sourceforge.net/projects/verot/
[14:31:31] <awallin> hmm interesting
[14:31:35] <Dallur> awallin: the plasma is not quite that simplistic but when I first sat down I figured there were two sets of separate requirements, 2d and 3d, they should still share the same parser/writer for the dxf and gcode imho
[14:32:17] <Dallur> to bad that project is dead though
[14:32:40] <awallin> eh, can you find _any_ files in the cvs for verot ?
[14:32:44] <anonimasu> yeah
[14:32:46] <anonimasu> just a few..
[14:33:24] <awallin> looks like c++
[14:33:36] <awallin> I think python would be ideal for rapid prototyping something like this.
[14:33:44] <anonimasu> yep
[14:33:49] <awallin> cpu-intensive stuff can be ported to C if required later
[14:33:52] <anonimasu> you can implement the modules/toolpahting in c..
[14:33:58] <anonimasu> and just use python anwyay..
[14:34:54] <awallin> anonimasu: start with even the toolpath generation in python. it can't be that slow...
[14:35:12] <anonimasu> http://repositories.cdlib.org/cgi/viewcontent.cgi?article=2493&context=postprints
[14:35:16] <anonimasu> :D
[14:35:16] <Dallur> The most intensive stuff is probably the toolpath optimization, finding the shortest closed path between multiple vectors is a classic NP problem
[14:35:38] <awallin> Dallur: are you using a gui toolkit (Tkinter, wx ?) or just what vpython gives you ?
[14:35:50] <anonimasu> geab
[14:35:53] <anonimasu> yeah.. true..
[14:36:03] <anonimasu> * anonimasu would love to help out
[14:36:09] <anonimasu> though my python isnt that advanced
[14:36:49] <Dallur> awallin: at the moment just what vpython gives me
[14:36:50] <awallin> anonimasu: that paper looks more like RT-control of a machine, not toolpath generation
[14:36:55] <Dallur> anonimasu: neither is mine :P
[14:36:56] <awallin> Dallur: ok
[14:37:27] <anonimasu> awallin: yeah I just found it
[14:38:19] <awallin> Dallur: in the long run a raw OpenGL viewport could be more versatile, but for rapidly getting things show I guess vpython is ideal
[14:38:39] <Dallur> awallin: very true on both points :D
[14:38:58] <anonimasu> http://mathforum.org/library/view/66099.html
[14:39:22] <awallin> start by reading all references in this paper: http://www.cgl.uwaterloo.ca/~smann/Papers/survey2.pdf
[14:39:24] <anonimasu> dunno if anything is useable..
[14:40:28] <awallin> anonimasu: if you read freesteel, boundary offset is not what they recommend, if I understand correctly
[14:40:57] <lerneaen_hydra> jepler: you haven't done anything new in image-to-gcode by any chance?
[14:41:01] <jepler> lerneaen_hydra: NO
[14:41:11] <jepler> er, No
[14:41:12] <lerneaen_hydra> um.. ok?
[14:41:14] <anonimasu> awallin: well, for constant overlap contouring.. that's a good thing to do..
[14:41:26] <lerneaen_hydra> capslock or pissed? ;)
[14:41:31] <jepler> sticky shift lock
[14:41:34] <jepler> er, shift key
[14:41:47] <anonimasu> awallin: though paralell pocketing ends up faster in most apps..
[14:41:50] <lerneaen_hydra> heh, ok
[14:41:55] <jepler> anyway, I don't have any plans for image-to-gcode these days
[14:41:57] <anonimasu> awallin: then just do a finish pass around the boundry :)
[14:42:19] <lerneaen_hydra> jepler: why not? IIRC work was progressing nicely, then just stopped?
[14:42:30] <awallin> anonimasu: parallell pocketing would probably be a simple case to start with.
[14:42:40] <anonimasu> awallin: that's a very standard function..
[14:42:57] <anonimasu> awallin: all cam programs use it as finishing.. when pocketing and stuff..
[14:43:01] <anonimasu> standard function..
[14:43:02] <anonimasu> ;)
[14:43:12] <awallin> but I bet it's not dead-simple to do right
[14:43:21] <anonimasu> awallin: I think they use it to make, a offset..
[14:43:29] <anonimasu> then they face the area paralell -----
[14:43:40] <anonimasu> then they sweep around the outer boundry/multiple passes for the finish
[14:44:23] <anonimasu> tell me if im off track..
[14:44:40] <jepler> lerneaen_hydra: as far as I can tell, it's "done" for the case of items that can be machined in a single pass
[14:45:05] <anonimasu> awallin: the other page I looked at talked about fp errors..
[14:45:07] <jepler> lerneaen_hydra: and since it's GPL and in the emc2 CVS tree, someone else can add new features such as multiple passes if they like
[14:45:07] <lerneaen_hydra> jepler: oh, were lead-ins implemented?
[14:45:18] <awallin> anonimasu: I don't quite follow, drawings are much better than text for describing toolpaths
[14:45:27] <jepler> lerneaen_hydra: I don't remember 100% what was implemented. I think arc-in was added, but I'm not sure.
[14:45:30] <awallin> anonimasu: fp?
[14:45:33] <lerneaen_hydra> oh, I see
[14:45:34] <anonimasu> awallin: floating point..
[14:45:41] <lerneaen_hydra> if so then that would be pretty much everything
[14:46:10] <lerneaen_hydra> do you recall if you could tell it to do two passes very crudely (essentially two programs after each other, 90 degrees ofset to each other)
[14:46:17] <awallin> anonimasu: right. that may become an issue, but python should contain som high precision number format?
[14:46:29] <jepler> lerneaen_hydra: yes
[14:46:35] <anonimasu> awallin: yes
[14:46:47] <lerneaen_hydra> jepler: well then I don't have to bug you about that any more :D
[14:46:48] <anonimasu> pymath(whatever pyplot) depends on
[14:47:00] <lerneaen_hydra> what was it you coded it in? python?
[14:47:13] <jepler> lerneaen_hydra: yes, python
[14:47:17] <jepler> of course python
[14:47:37] <lerneaen_hydra> neato. does it "come with" a standard cvs checkout?
[14:48:55] <awallin> anonimasu: here's something on blend/morph pocketing: http://www.ima.umn.edu/industrial/2000-2001/bieterman/bieterman.pdf
[14:49:25] <anonimasu> *saves this stuff*
[14:50:34] <awallin> anonimasu: when the open source CAM discussion on cnczone was active, I started on a wiki page about open source CAM: http://www.editthis.info/opencam/Main_Page especially, see the "oo ideas" section and see if it makes any sense
[14:52:36] <anonimasu> looking in a bit
[14:55:08] <Dallur> awallin: Thanks for the list (it's what I used to find most of the apps I evaluated)
[14:55:55] <A-L-P-H-A> anyone want to help me with the logic of handling a graphic file to creat uniform thumbnails?
[14:56:01] <A-L-P-H-A> create
[14:57:01] <A-L-P-H-A> sometimes I'll pass it landscape images, sometimes I'll pass it portrait images... but the generation of the thumbs need to be a given size. Looking to creat a minimum thumbsize.
[14:57:27] <awallin> A-L-P-H-A: imagemagick ?
[14:57:32] <A-L-P-H-A> gd2.
[14:57:48] <A-L-P-H-A> I can do the grunt, just the logic... I'm looking at it now.
[14:58:04] <A-L-P-H-A> using the GD2 library from php 5+
[14:58:17] <awallin> Dallur: you're welcome!
[14:59:05] <jepler> lerneaen_hydra: you'll get image-to-gcode with a checkout of the 2.1 branch or HEAD
[14:59:14] <lerneaen_hydra> jepler: oh, ok, nice
[14:59:26] <lerneaen_hydra> is there even a premade link to it in the axis GUI?
[14:59:34] <jepler> lerneaen_hydra: you probably have to add some additional python modules: python2.4-imaging-tk and python2.4-numarray
[14:59:51] <jepler> lerneaen_hydra: yes, if you choose a .png file it kicks off image-to-gcode automatically
[14:59:59] <lerneaen_hydra> cool
[15:00:14] <lerneaen_hydra> I take it 2.1 testing adds those packages when using apt?
[15:00:31] <anonimasu> awallin: it makes sense
[15:00:43] <lerman_______> lerman_______ is now known as lerman
[15:01:15] <jepler> lerneaen_hydra: yes, once there is a package installable with apt, those requirements will automatically be pulled in
[15:01:21] <awallin> anonimasu: good. that's a start :)
[15:01:31] <lerneaen_hydra> jepler: sounds perfect :)
[15:02:20] <anonimasu> awallin: let's continue this after I've gotten home
[15:03:01] <awallin> anonimasu: sure, I'll be online later today also
[15:03:20] <anonimasu> awallin: later or late?
[15:03:46] <anonimasu> well I'll be here later or late.. but I dont know how active I'll be
[15:03:50] <anonimasu> pertty tired :9
[15:03:55] <anonimasu> pretty
[15:04:04] <awallin> anonimasu: in my part of the world it's now about 17. I'll be at work until maybe 21, then at home
[15:04:19] <anonimasu> it's 16:04 here :)
[15:04:29] <anonimasu> ok
[15:04:33] <anonimasu> that sounds like when I'll be around
[15:04:37] <awallin> anonimasu: you're part of the swedish emc-gang? ;)
[15:04:42] <anonimasu> yeah
[15:05:37] <anonimasu> laters..
[15:05:41] <anonimasu> need go get the dog outside
[15:05:52] <awallin> let's hope Dallur digs out the python source before that
[15:07:15] <Dallur> I will dig out the python stuff in 3 hours 11 minutes and 7 seconds
[15:08:33] <awallin> Dallur: good.
[15:12:54] <CIA-8> 03jepler 07HEAD * 10emc2/debian/control.in: groff is required to build html version of manpages
[15:41:16] <A-L-P-H-A> oh... awallin, finished.
[15:41:26] <A-L-P-H-A> finished like probably 30 minutes ago... but didn't say anything
[15:41:37] <A-L-P-H-A> admiring it myself. :) http://74.118.200.224/bc3/gallery.php
[15:45:20] <awallin> nice. know of any easy image plugin for wordpress? I'd need that.
[15:46:07] <A-L-P-H-A> awallin, yeah... I hacked one together.
[15:46:12] <A-L-P-H-A> sec
[15:46:40] <A-L-P-H-A> http://74.118.200.224/mn/index.php/archives/commercial-retail/6
[15:47:10] <A-L-P-H-A> I hacked a single.php file, to select all related attachments that are image mime types.
[15:47:24] <A-L-P-H-A> and to display them, with a lightbox2 script.
[15:48:08] <awallin> looks cool
[15:48:22] <awallin> what would it take to get that working on a standard wordpress install ?
[15:49:14] <A-L-P-H-A> really, not much.
[15:49:20] <awallin> and will it all go to hell the next time I upgrade wordpress? I don't want that
[15:49:35] <A-L-P-H-A> no. it won't go through hell.
[15:49:43] <A-L-P-H-A> as it's part of your theme, not wordpress itself.
[15:49:48] <A-L-P-H-A> I'll share the code in a minute or two.
[15:49:54] <awallin> thanks.
[15:49:58] <Dallur> bbl, heading home but stopping in a couple of places
[15:50:01] <A-L-P-H-A> just editing it myself to make it look nicer.
[15:50:37] <awallin> A-L-P-H-A: you do web-design for a living?
[15:51:31] <A-L-P-H-A> yeah.
[15:53:54] <A-L-P-H-A> sending you teh file.
[15:53:58] <A-L-P-H-A> you can look at the code in there.
[15:54:08] <CIA-8> 03jepler 07HEAD * 10emc2/debian/ (emc2-dev.files emc2.files.in): put new files in .debs
[15:54:17] <awallin> where does it go? in the theme dir
[15:54:19] <awallin> ?
[15:54:36] <A-L-P-H-A> well... see that theme I have...
[15:55:01] <awallin> yep, the link you sent
[15:55:02] <A-L-P-H-A> it's really customized theme... it's not a direct plugin... you also need the lightbox wordpress plugin.
[15:55:17] <awallin> ok
[15:55:28] <A-L-P-H-A> and a hack I put together... starts on line 27 to line 42.
[15:55:56] <A-L-P-H-A> so you need lightbox wordpress plugin, phpthumb, and lines 27 to line 42 of that file I just dcc'd you.
[15:56:33] <A-L-P-H-A> then you can just attach files, like you normally do, to the post, and it'll have the images automatically come up. all the time.
[15:56:45] <A-L-P-H-A> you could setup a tag system, to have conditions for the gallery to come up.
[15:56:48] <A-L-P-H-A> but I didn't bother.
[15:57:24] <lerneaen_hydra> anonimasu: you there?
[15:57:29] <A-L-P-H-A> he was.
[15:57:33] <A-L-P-H-A> 52 minutes ago
[15:57:36] <lerneaen_hydra> oh
[15:58:20] <awallin> A-L-P-H-A: hmm, it's not so easy afterall.. I'll have a go at lightbox sometime
[15:59:18] <A-L-P-H-A> this is sad... I want pizza.
[15:59:27] <A-L-P-H-A> but I'm having pizza tonight already.
[15:59:35] <A-L-P-H-A> so I can';t have it for lunch...
[16:00:19] <lerneaen_hydra> pizza dinner date?
[16:00:26] <A-L-P-H-A> yeah.
[16:00:44] <A-L-P-H-A> tonight's pizza I'm buying, and movies at a friends house.
[16:00:54] <A-L-P-H-A> tomorrow is the real date... dinner and clubing with another girl.
[16:01:03] <A-L-P-H-A> not the same one as monday... another girl.
[16:01:46] <A-L-P-H-A> roti... hmmmmmmm.
[16:01:53] <A-L-P-H-A> carribean food... :)
[16:01:59] <A-L-P-H-A> haven't had that in a little while.
[16:02:01] <A-L-P-H-A> hhhhhhhhhhhhhhhmmmmmmmmmmmmmmmmmmmmmm.
[16:04:43] <lerneaen_hydra> now now A-L-P-H-A, what's this, you, two-timing?
[16:04:51] <lerneaen_hydra> you naughty boy
[16:10:18] <A-L-P-H-A> first one is leaving at the end of the month to Aussieland... so I might as well get a head start with another girl.
[16:15:43] <A-L-P-H-A> lerneaen_hydra, you would too, if you could. :)
[16:37:31] <jepler> aha -- in jmk's schematic the things labeled "K" that look like capactors aren't.
[16:37:58] <SWPadnos> K? hmmm
[16:38:03] <jepler> (http://jmkasunich.dyndns.org/shoptask/power-input-schematic.pdf)
[16:38:14] <SWPadnos> relay contacts
[16:38:26] <jepler> yeah it took me awhile to figure that out
[16:38:42] <SWPadnos> heh. I guess the coffee is working - I managed it before the PDF came up :)
[16:39:38] <jepler> * jepler wonders where his coffee mug is
[16:39:51] <SWPadnos> oh - that's a bad situation
[16:42:06] <jepler> so K1 closes and lets the caps charge at a limited current. then K2 and K3 close in order, taking the resistors out of the circuit and also completing the "closed when ready to run" circuit
[16:43:34] <jepler> after power off, the big caps discharge with a 27-second time constant? that seems pretty long.
[16:44:31] <SWPadnos> you mean the 2700 uF ones?
[16:44:41] <jepler> yes
[16:45:39] <SWPadnos> it's not bad actually. that's the DC supply for the VFD, so it isn't directly connected to motor loads
[16:46:01] <lerneaen_hydra> A-L-P-H-A: hmm, I wouldn't be too sure
[16:46:05] <lerman> The spec on the time delay relay is ambiguous. It should say time delay on close, NO delay on open. If there is a delay on open, that will delay the estop.
[16:46:07] <SWPadnos> there will be another supply connected to the bottom set of AC lines for the servos, and that will likely have a faster time constant
[16:46:24] <lerneaen_hydra> I wouldn't be able to do that with a clear concionce
[16:46:35] <lerneaen_hydra> (that spelling is so bad I can barely stand it)
[16:47:03] <lerneaen_hydra> conscience
[16:47:09] <lerman> Did you consciously spell it that way?
[16:47:15] <lerman> :-)
[16:47:15] <lerneaen_hydra> I did, that's the thing
[16:47:48] <SWPadnos> he subconsciously spelled it incorrectly, so his conscience would be alerted to the unconscionable lack of spelling prowess :)
[16:48:16] <lerneaen_hydra> hmm, in sweden K is very often used as an abbrieviation for kontaktor, which is a large relay (say, >10A, usually three-phase)
[16:48:24] <lerneaen_hydra> oh shush
[16:48:28] <SWPadnos> well, C was already taken ;)
[16:48:43] <lerneaen_hydra> so, K isn't a standard letter for relay-thing?
[16:48:45] <lerman> Si.
[16:49:14] <lerman> (with a nod to my Spanish speaking colleagues.)
[16:49:38] <SWPadnos> (or Italian)
[16:49:39] <lerneaen_hydra> oh, and not SI as in metric convention :p
[16:49:41] <lerman> K IS a standard symbol for relay contacts.
[16:49:53] <SWPadnos> it is a SI standard, I think he's trying to say ;)
[16:50:02] <SWPadnos> (or an SI standard, depending)
[16:51:11] <lerman> In case no one noticed that I was gone, I'm back from San Francisco.
[16:51:17] <SWPadnos> so what
[16:51:22] <SWPadnos> I mean, welcome back :)
[16:51:43] <lerneaen_hydra> haha
[16:51:57] <lerneaen_hydra> * lerneaen_hydra is reminded of the famous bash quote:
[16:52:10] <lerman> I did get some work done. Changed the named parameter stuff to the alternative (that seemed to be what most people wanted). And implemented comments with embedded parameters to help in debugging.
[16:52:29] <SWPadnos> cool. I just saw the commits
[16:52:30] <A-L-P-H-A> okay. lunch time.
[16:52:40] <lerneaen_hydra> http://www.bash.org/?5300
[16:52:48] <SWPadnos> though CIA seems to be shirking
[16:54:02] <lerman> And I was thinking bash-- Bourne Again SHell
[16:54:32] <lerneaen_hydra> haha
[16:54:57] <lerneaen_hydra> very dissimilar things ;)
[16:55:57] <rayh> Does verfiy report the line number it finds an error on?
[17:06:16] <jepler> doesn't seem to in tkemc
[17:06:28] <jepler> I just get a window that says "Unknown word starting with a" and an OK button
[17:06:39] <jepler> (I wrote 'ha ha ha' part way through 3D_Chips.ngc)
[17:10:31] <rayh> okay. Thanks Jeff.
[17:10:59] <rayh> Does axis report the offending line number.
[17:12:11] <jepler> Yes. It says: Near line 44 of 3D_Chips.ngc: Unknown word starting with a
[17:12:20] <jepler> "ha ha ha" is actually on line 43
[17:13:20] <rayh> Thanks.
[17:18:07] <jepler> glad I could help
[17:22:04] <rayh> Now if we made "ha ha ha" a named variable....
[17:22:41] <jepler> ha ha ha
[17:30:44] <CIA-8> 03jepler 07v2_1_branch * 10emc2/debian/ (emc2-docs.files emc2-dev.files emc2.files.in): some files were unpackaged -- package them
[17:32:13] <CIA-8> 03jepler 07HEAD * 10emc2/debian/ (emc2-dev.files emc2.files.in): move section 3 manpages from the main package to -dev
[17:52:48] <jepler> anyone happen to have the URL of the video with the lathe that cuts flats?
[17:53:05] <jepler> the one with the really terrible narration
[17:53:43] <Bo^Dick> why does this circuit work only with the C1458 op-amp and not with M5218? http://members.home.nl/guidomennen/temp/voeding2.GIF
[18:01:12] <lerneaen_hydra> SWPadnos: re the emc-users mail, you don't happen to know of an open parametric modeling format?
[18:05:17] <awallin> is IGES open ?
[18:12:40] <A-L-P-H-A> K`zan's back
[18:12:47] <A-L-P-H-A> K`zan, bought geckos? :D
[18:13:26] <lerneaen_hydra> A-L-P-H-A: I've pestered you about the book "the game", right?
[18:13:56] <A-L-P-H-A> yup.
[18:14:00] <A-L-P-H-A> kinda interested in reading it
[18:14:15] <lerneaen_hydra> it's damn good
[18:14:16] <A-L-P-H-A> but I don't really have a problem... but would be fun to read already
[18:14:30] <lerneaen_hydra> I mainly read it for the comic effect
[18:14:31] <A-L-P-H-A> so you pick up many swedish girls with that kind of technique?
[18:14:38] <lerneaen_hydra> not so much the poor sods that need that help
[18:15:12] <lerneaen_hydra> absolutely
[18:15:46] <A-L-P-H-A> I'm surprised they don't hate your guts... cause you're an americant
[18:16:10] <lerneaen_hydra> haha, people don't notice untill I tell them
[18:16:38] <lerneaen_hydra> then they're all "ey wtf, you don't seem like a stereotypical american"
[18:17:21] <lerneaen_hydra> and then I say that "no, I can't really say I fulfil the stereotypical obese-religous-patriot-braindead american feeling"
[18:17:29] <lerneaen_hydra> and then all is good
[18:18:18] <lerneaen_hydra> seriously though, most people here wouldn't hate americans, unless they show very stereotypical behavior
[18:19:10] <A-L-P-H-A> it's americant. :)
[18:19:43] <lerneaen_hydra> oh shush
[18:20:02] <lerneaen_hydra> or I send the US on an invade-canada campaign again
[18:20:10] <lerneaen_hydra> (south park the movie)
[18:20:11] <awallin> Dallur: I'm waiting for that python code real soon now... ;)
[18:20:36] <lerneaen_hydra> *I'll
[18:33:39] <A-L-P-H-A> you know... I saw the south park movie with this girl... she was sweet... but weird.
[18:34:13] <A-L-P-H-A> made out with her, and went drinking with her too... her bro was a good friend of mine actually... and I was younger then her by like 3-4 years if I remember correctly.
[18:34:42] <A-L-P-H-A> their parents gave all all the siblings names that started with A... kinda weird...
[18:39:38] <lerneaen_hydra> hmm
[18:39:39] <lerneaen_hydra> spooky
[18:39:48] <lerneaen_hydra> going out with a friends sister
[18:40:06] <A-L-P-H-A> it was Alexis, Andrew, Adam, and Adam's twin... I can't remember... She was the oldest.
[18:40:14] <A-L-P-H-A> she was older than me, but I think 3 years...
[18:40:23] <A-L-P-H-A> Andrew was older than me, and we were friends from highschool.
[18:40:38] <A-L-P-H-A> Andrew had anger problems.
[18:40:49] <lerneaen_hydra> didn't you get... strange situations?
[18:40:53] <lerneaen_hydra> especially with that?
[18:41:05] <A-L-P-H-A> <shrug> I think Alexis abused him pychologically when he was growing up. She was fun that way. :)
[18:41:15] <A-L-P-H-A> Andrew didn't know... until later.
[18:41:24] <lerneaen_hydra> ah, heh, interesting
[18:41:30] <A-L-P-H-A> :) He was actually cool with it...
[18:41:46] <lerneaen_hydra> not a lot you can do about it
[18:41:49] <A-L-P-H-A> As he can't tell her what to do... and I'm not a huge asshole in real life... just on irc. :)
[18:41:56] <lerneaen_hydra> like GAAH I HAVE ANGER PROBLEMS!!!111oneonoen argh!
[18:42:07] <lerneaen_hydra> will only make it self-fulfilling
[18:42:13] <lerneaen_hydra> so you say
[18:42:18] <lerneaen_hydra> ;)
[18:42:31] <A-L-P-H-A> nono... I played him squash on day... and he was doing terrible... I was killing him.
[18:43:00] <A-L-P-H-A> so he takes his racquet and smashes against the wall... at the time he had an alu racquet... so it got all deformed.
[18:43:28] <A-L-P-H-A> never saw him spaz out before... kinda made me not want to be friends with him.
[18:43:45] <A-L-P-H-A> friendship ended soon after that... cause he was spazstic...
[18:44:46] <eholmgren> squash?
[18:45:10] <A-L-P-H-A> he had an old racquet.
[18:45:24] <A-L-P-H-A> eholmgren, you don't know what squash is?
[18:45:39] <A-L-P-H-A> http://en.wikipedia.org/wiki/Squash_%28sport%29
[18:48:25] <eholmgren> like raquetteball?
[18:48:28] <eholmgren> or whatever
[18:48:32] <A-L-P-H-A> but better.
[18:49:51] <eholmgren> balls are softer I see
[18:50:13] <A-L-P-H-A> no. my balls are tender.
[18:50:20] <eholmgren> the american raquet ones are hard as hell and hurt real nice when you get nailed
[18:51:06] <A-L-P-H-A> getting hit by a squash ball isn't much fun either.
[18:51:19] <A-L-P-H-A> I get hit in the back of my head, cause I was in the way... that hurt.
[18:51:38] <A-L-P-H-A> and another one in a butt cheek... that stung bad.
[18:55:04] <eholmgren> my only experience is from playing raquetball with a tennis raquet as a 10 y/o
[18:55:15] <rafa> hello friends
[18:55:21] <eholmgren> the extra leverage probably didn't make it any safer
[18:55:27] <rafa> whel are you?
[18:55:28] <A-L-P-H-A> * A-L-P-H-A looks at rafa weird.
[18:55:54] <A-L-P-H-A> eholmgren, different tensions in the strings/gut...
[18:56:13] <rafa> ?
[18:56:38] <rafa> when go emc 21?
[18:56:45] <rafa> when go emc 2.1?
[18:56:59] <eholmgren> * eholmgren hits A-L-P-H-A in the butt cheek with a well-aimed shot
[18:59:21] <rafa> tchau
[18:59:33] <A-L-P-H-A> rafa, when it's ready.
[18:59:36] <rafa> voccÊs são fogo
[18:59:56] <lerneaen_hydra> interesting
[18:59:56] <A-L-P-H-A> hhhhhhhhhhhhm.
[19:00:42] <lerneaen_hydra> traceroute gets me to brazil
[19:00:58] <lerneaen_hydra> too bad unicode is messed up somewhere
[19:01:57] <A-L-P-H-A> <shrug>
[19:04:33] <lerman> I'm contemplating porting my gwiz code to python. Is there a good tutorial on writing gui code in pyton? I have the TKinter document, but that doesn't seem to show the stuff that Axis uses: menus, tabbed panes, etc.
[19:05:06] <lerman> Looked tat axis code, found the nf library source, but that seems pretty opaque.
[19:05:28] <A-L-P-H-A> ??
[19:05:31] <A-L-P-H-A> I know no python
[19:06:23] <lerman> Python (an interpreted language) seems to call tcl (another interpreted language) and uses a library (Tk) which is written in tcl.
[19:07:10] <alex_joni> lerman: for simple widgets you can look at pyvcp
[19:07:44] <lerman> I at least need to have menus (like at the top of the Axis screen).
[19:07:50] <jepler> lerman: axis uses some strange and low-level things to interface to Tk
[19:08:05] <jepler> lerman: it's not very good to learn Tkinter from
[19:08:08] <lerman> Strange -- even to you :-)
[19:08:36] <lerman> http://infohost.nmt.edu/tcc/help/pubs/tkinter/tkinter.pdf should tell me what I need.
[19:08:54] <lerman> But I don't see the type of menus at the top of Axis.
[19:09:44] <lerman> It could be that it is there. The document shows examples of code, but not examples of the output from the code.
[19:10:27] <jepler> lerman: here's a simple example with a menubar: http://pastebin.ca/314422
[19:10:43] <jepler> a toolbar is simply a Frame with a bunch of Button widgets inside it
[19:11:56] <lerneaen_hydra> meh, starwars over telnet is slow today :(
[19:12:06] <lerneaen_hydra> telnet towel.blinkenlights.nl
[19:13:24] <alex_joni> lerneaen_hydra: that's so old
[19:13:28] <lerneaen_hydra> I know
[19:13:32] <alex_joni> if you go over ipv6 it's in colour
[19:13:50] <lerneaen_hydra> still ASCII, right?
[19:14:16] <alex_joni> right
[19:14:18] <lerman> thanks, jepler. That's easy. I just ran it and it looks like what I need to start.
[19:14:36] <jepler> lerman: you're welcome
[19:15:02] <mtedad> Can anyone explain the watch dog reset used on the vital motenc boards?where this signal originates. how i get it to a pin?
[19:21:04] <eholmgren> I know what a shear and brake do, but what does a slip roll do to sheet metal?
[19:21:21] <eholmgren> round bends?
[19:21:30] <alex_joni> mtedad: afaik a watchdog expects a periodic signal to a certain pin
[19:22:00] <alex_joni> I would check the docs for the frequency needed, then set up a freqgen in axis, and link the square wave output to that pin on the motenc
[19:25:49] <mtedad> i was hoping the "EMCMOT_ENABLE_WATCHDOG" in the file motion.h was the origin.
[19:27:13] <alex_joni> mtedad: if it's enabled I suspect a proper pin gets exported by the driver
[19:27:18] <alex_joni> but you still need to do the rest
[19:27:28] <alex_joni> afaik there was a pin belonging to the motion controller
[19:27:32] <alex_joni> let me look
[19:28:50] <alex_joni> mtedad: nope, I was wrong
[19:31:24] <alex_joni> no watchdog pin in the motion controller
[19:31:57] <jepler> I'm going from the comments in hal_motenc.c here, but it looks like you probably ant to set the watchdog-control parameter to 0x14 or 0x15 so that DAC writes reset the watchdog
[19:32:30] <jepler> otherwise you can arrange for a component to always write TRUE to a bit output and link that to watchdog-reset
[19:33:05] <alex_joni> jepler: always true doesn't really sound like a watchdog
[19:33:24] <alex_joni> maybe something at the beginning of the servo thread to write 0, shortly afterwards 1
[19:33:38] <alex_joni> but the 0x14 sounds better
[19:34:29] <alex_joni> mtedad: setp motenc.0.watchdog-control 0x14
[19:34:34] <alex_joni> mtedad: that should be enough
[19:35:07] <jepler> alex_joni: OK I read the code a little bit on that -- the watchdog-reset pin is HAL_IO, and it resets it to 0 after each read and reset of the hardware
[19:35:10] <alex_joni> jepler: sorry, the watchdog reset seems to be self clearing.. so writing 1 to it is enough
[19:35:29] <alex_joni> right
[19:43:02] <mtedad> where do i check to make sure it got to the 0x14 parm?
[19:44:00] <alex_joni> mtedad: setp motenc.0.watchdog-control 0x14
[19:44:16] <alex_joni> you need to put that in your .hal file
[19:44:26] <alex_joni> you can check with halcmd show param motenc.0.watchdog-control
[19:53:42] <CIA-8> 03jepler 07v2_1_branch * 10emc2/docs/src/hal/drivers.lyx: improve documentation of motenc watchdog based on source code comments
[19:54:16] <CIA-8> 03jepler 07HEAD * 10emc2/docs/src/hal/drivers.lyx: merge rev 1.6.2.1: improve documentation of motenc watchdog based on source code comments
[20:05:27] <mtedad> alex what is afaik.
[20:05:33] <jepler> "as far as I know"
[20:05:43] <jepler> also you may run into "afaict", "as far as I can tell"
[20:05:49] <mtedad> thank you
[20:06:09] <alex_joni> np= no problem
[20:08:06] <skunkworks> iirc - if I recall correctly
[20:08:25] <alex_joni> irc = nice waste of time
[20:13:17] <mtedad> got the setp in the hal motion file. now how do I get it to a pin.
[20:15:10] <alex_joni> you don't
[20:15:12] <jepler> if you used 0x14 as the value for watchdog-control then there's no need to do anything with watchdog-reset -- just make sure the dac-write function is being called by hal.
[20:15:21] <jepler> (at least, that's how I read the source -- I don't own one of these cards)
[20:15:27] <alex_joni> it's a parameter,setp = set parameter
[20:15:34] <alex_joni> mtedad: same here
[20:17:36] <mtedad> I'll comment out the wdresets in the io file.
[20:18:52] <alex_joni> mtedad: you don't need to
[20:18:58] <alex_joni> that setp is enough
[20:20:23] <mtedad> the dac-write is coming from a halfile. Emc won't load uncommented its looking for a pin that does not exist.
[20:20:55] <alex_joni> mtedad: as we said.. we don't own a board, might elaborate a bit?
[20:21:02] <alex_joni> what pin doesn't exist?
[20:21:34] <mtedad> Watchdog_rst
[20:22:08] <alex_joni> mtedad: as I said before all you need is the "setp motenc.0.watchdog-control 0x14" line
[20:22:16] <alex_joni> you can leave the rest commented out
[20:22:27] <mtedad> got it.
[20:23:32] <mtedad> now i hope this cleans up the problems im haviing calibrating the axis.
[20:23:41] <alex_joni> nope
[20:23:53] <alex_joni> watchdog is not related to calibration
[20:24:27] <mtedad> is it not related to the count period.
[20:25:06] <alex_joni> no, watchdog only resets the card if the computer locks, as a safety feature
[20:26:14] <mtedad> hmmm ?
[20:28:02] <alex_joni> a watchdog is a safety feature which needs a periodic action
[20:28:16] <alex_joni> if that periodic action doesn't happen, the DAC's on the card get zeroed
[20:28:28] <alex_joni> sometimes a watchdog also resets the computer
[20:30:15] <mtedad> well give me an idea for the calibration . i can move + ten inches in actual and on readout, but - ten goes 10.024.
[20:31:22] <mtedad> subsequent moves sum the error
[20:31:47] <awallin> hi
[20:33:43] <alex_joni> mtedad: so you command a 10" move, and it goes 10.024
[20:33:53] <alex_joni> if you commandit to go to 0.. what happens?
[20:34:25] <alex_joni> hi awallin
[20:35:49] <mtedad> I command +10 it goes +10. I command -10 it goes -10.024
[20:36:12] <alex_joni> how about 10,0,10,0 ?
[20:36:43] <mtedad> haven't tried it.
[20:37:31] <awallin> Rugludallur: found the python thing we talked about yet?
[20:37:42] <Rugludallur> awallin: about to hit the send button :D
[20:37:47] <alex_joni> awallin: there's news for you :P
[20:37:47] <awallin> ok
[20:37:49] <Rugludallur> awallin: who else wanted it ?
[20:38:01] <awallin> alex_joni: oh, tell me!
[20:38:03] <Rugludallur> awallin: LH ?
[20:38:10] <alex_joni> awallin: is your nick registered?
[20:38:13] <awallin> Rugludallur: anonimasu
[20:38:19] <Rugludallur> kk
[20:38:20] <awallin> alex_joni: yes I think so
[20:38:31] <alex_joni> ok.. plan to use any other nick, or will this one stick?
[20:38:47] <awallin> this will probably work ok
[20:38:53] <alex_joni> ok, care for a cloak?
[20:39:02] <awallin> what's that? :)
[20:39:14] <alex_joni> /whois awallin
[20:39:22] <alex_joni> awallin [[email protected]]
[20:39:30] <alex_joni> /whois jepler
[20:39:37] <alex_joni> jepler [n=jepler@emc/developer/jepler]
[20:39:43] <alex_joni> something like that :)
[20:40:10] <anonimasu> awallin: Your name is damn similiar to mine
[20:40:15] <awallin> alex_joni: how is that going to improve my life?
[20:40:41] <Rugludallur> awallin: http://dallur.com/fileadmin/user_upload/dxf2nc_beta2.zip
[20:40:45] <awallin> anonimasu: ok...
[20:40:46] <alex_joni> awallin: not sure.. people recognize you as an emc devel?
[20:40:54] <anonimasu> I
[20:40:57] <anonimasu> I'm a Anders too :D
[20:41:08] <lerneaen_hydra> Rugludallur: huh?
[20:41:18] <Rugludallur> LH: nothing :D
[20:41:20] <awallin> Rugludallur: thanks.
[20:41:25] <alex_joni> Rugludallur: thx
[20:41:32] <Rugludallur> anonimasu: you can grab it from there to
[20:41:39] <lerneaen_hydra> Rugludallur: what's this magic happening here?
[20:41:41] <alex_joni> awallin: something else :)
[20:41:48] <alex_joni> lerneaen_hydra: you're not in the loop
[20:41:51] <alex_joni> lerneaen_hydra: :-Ü
[20:41:53] <alex_joni> lerneaen_hydra: :-P
[20:42:03] <lerneaen_hydra> boo hoo hoo :p
[20:42:07] <anonimasu> doing htat now
[20:42:26] <Rugludallur> ok, im going to be afk for the rest of the evening, working on some hardware :P
[20:43:44] <anonimasu> :)
[20:44:34] <jepler> Rugludallur: have fun
[20:45:41] <eholmgren> does anyone know which library the db25 connector is in eagle?
[20:46:18] <jepler> eholmgren: con-subd
[20:46:27] <eholmgren> thanks
[20:46:37] <jepler> F25, M25
[20:56:33] <awallin> did anyone get Rugludallur's python code to run? I installed vpython but get some errors...
[20:56:43] <awallin> I'm trying dxf2nc.py Colors.dxf
[20:58:02] <CIA-8> 03jepler 07HEAD * 10emc2/src/emc/motion/motion.c:
[20:58:02] <CIA-8> in emc_message_handler, calling emcErrorPut directly (instead of through
[20:58:02] <CIA-8> reportError) avoids a level of printf formatting, which could have caused
[20:58:02] <CIA-8> problems for messages containing percent characters.
[21:00:17] <awallin> any way to create a simple DXF file in ubuntu?
[21:01:54] <cradek> qcad will write a dxf
[21:02:47] <awallin> I'm not sure if the Colors.dxf that Dallur included is a sample file, or something else... it's causing an error when I try to run dxf2nc on it
[21:04:18] <jepler> wtf wth ? http://blog.modernmechanix.com/2007/01/12/no-wires-on-radio-knife/
[21:04:49] <lerneaen_hydra> wtf indeed
[21:07:05] <cradek> eek
[21:07:54] <alex_joni> eek indeed
[21:08:06] <eholmgren> hrrmmnn... eagle seems nice
[21:08:14] <eholmgren> me like
[21:09:43] <awallin> what's so special about python variables beginning with underscore? _myvar = 1
[21:10:52] <jepler> awallin: _ as a prefix often indicates that the author intended it to be "private"
[21:11:09] <awallin> ok, but it's not a language construct
[21:11:15] <jepler> I've seen _ as a suffix when a name conflicts with a reserved word: from_ = ...
[21:11:36] <jepler> there is a rule about names in classes which begin *but do not end* with __
[21:11:52] <jepler> I don't exactly know what the rule is, but the consequence is that I never use such names
[21:19:49] <eholmgren> how many of the last pins on a db25 are ground?
[21:20:51] <jepler> http://www.diyha.co.uk/electronics/parallel.html
[21:22:53] <awallin> why do I get invalid token when I split lines with '\' ?
[21:24:17] <awallin> is mystring.partition() something included in the standard library ?
[21:25:32] <jepler> awallin: partition is new in python2.5, and is not available in 2.4.
[21:25:44] <jepler> not sure about your problem with backslashes
[21:26:24] <awallin> jepler: right, so I need to upgrade to 2.5 is that available for ubuntu via the normal packet manager
[21:27:57] <jepler> awallin: no
[21:28:04] <jepler> at least, I don't think so
[21:28:19] <awallin> I see 2.2 2.3 and 2.4 in the packet list
[21:28:46] <awallin> the program Rugludallur sent uses partition(), and I'd like to try it
[21:30:46] <awallin> is it hard to compile from source, I only see source downloads on www.python.org
[21:32:25] <jepler> python itself is not hard to compile: ./configure; make; sudo make altinstall
[21:32:49] <jepler> but if Rugludallur's program requires other libraries that build on python (I think he mentioned vpython) then you have to compile all of those for the new version of python
[21:32:51] <jepler> and some are not easy to build
[21:32:52] <awallin> I'm downloading the 10Mb 2.5 source now
[21:33:03] <jepler> (I don't know about vpython specifically, whether it's tough or not)
[21:33:49] <jepler> you probably want to 'apt-get build-dep python2.4' before trying to build that package
[21:34:22] <awallin> there's an install-sh
[21:35:19] <jepler> looks like install-sh is a script for copying one file to its installed location, not for building and installing all of python
[21:38:10] <jepler> welcome, nima
[21:41:11] <awallin> jepler: now I have the 'python' executable, you suggested sudo make altinstall ? that will move it to the correct place ?
[21:42:16] <jepler> awallin: altinstall should copy it to /usr/local/bin/python2.5, meaning that it will be a separate python installation from the system version of python
[21:43:06] <jepler> (you don't want to replace the system version because many of the programs installed depend on that version and the modules available for it)
[21:45:12] <awallin> now it's compiling a whole lot of .py files... maybe vpython is among those?
[21:45:12] <awallin> nope
[21:45:12] <awallin> now in 2.4 import visual works, but in 2.5 I get 'no module named visual'
[21:45:50] <jepler> yep that's what I was saying about the "extensions"
[21:46:01] <jepler> "if Rugludallur's program requires other libraries that build on python (I think he mentioned vpython) then you have to compile all of those for the new version of python"
[21:46:50] <awallin> yes, I remember.
[21:47:03] <awallin> I'm now looking at how vpython is built
[21:49:45] <jepler> def partition(s, sep):
[21:49:44] <jepler> parts = s.split(sep, 1)
[21:49:44] <jepler> if len(parts) == 1: return s, "", ""
[21:49:44] <jepler> else: return parts[0], sep, parts[1]
[21:49:52] <jepler> this may be an easier way
[21:50:01] <jepler> here's an implementation of the 'partition' method ^^^
[21:50:06] <awallin> thanks, I'll try that
[21:50:09] <jepler> change each s.partition(sep) to partition(s, sep)
[21:50:29] <jepler> and put the def partition in the file near the top
[21:53:47] <awallin> now it seems to run, but I get warnings because of unsupported objects in my DXF file
[21:54:28] <awallin> yay, now it worked! with the supplied sample file
[21:56:45] <jepler> I wish I'd suggested doing that at the outset
[21:58:06] <awallin> ok, so for those of you who want to try Dallur's dxf to g-code program he posted earlier, here is a version that works with python 2.4 http://www.pastebin.ca/314604 additionally you will need dxf.py and the sample file colors.dxf from dallur's zip file.
[22:01:29] <jepler> yay
[22:01:31] <jepler> thanks
[22:02:09] <awallin> the g-code output from colors.dxf is not that interesting, but it's a start...
[22:10:11] <alex_joni> what's the glxgears option to see the framerate?
[22:10:29] <SWPadnos> -printfps
[22:12:36] <alex_joni> is 2700 ok for a standard glxgears window size?
[22:13:06] <SWPadnos> it's outstanding for software rendering, or about 1/4 -1/5 the rate for a 7800GT
[22:13:22] <alex_joni> this is a 5200
[22:13:42] <alex_joni> I get about 700 fps for full screen
[22:13:48] <SWPadnos> my "big machine" gets 13500 or 14000, I think
[22:14:03] <alex_joni> this is my home (oldish) machine
[22:14:04] <SWPadnos> that goes way down at full screen, since that's 1920x1200
[22:14:26] <alex_joni> this is only 1024x768 :)
[22:14:39] <alex_joni> I'm sitting about 2m away from my 21"
[22:14:41] <SWPadnos> so roughly 1/3 the number of pixels ...
[22:14:59] <awallin> hmm, for a small window I get around 500. but this is under vmware...
[22:15:08] <alex_joni> heh
[22:15:22] <SWPadnos> vmware actually does have openGL in their guest drivers
[22:15:27] <SWPadnos> you have to disable it if you don't want it
[22:16:05] <awallin> drops to about 20 for full screen :)
[22:17:33] <SWPadnos> yep - 13830-ish at original size, around 800 for full screen (on teh monitor with the menu bars)
[22:18:11] <SWPadnos> and only 740 on the empty monitor :)
[22:18:53] <skunkworks> alex_joni: they accepted the offer :)
[22:18:56] <lerneaen_hydra> glxgears is *not* a benchmark
[22:19:01] <alex_joni> is that on the quadro 3500 fx ?
[22:19:06] <alex_joni> skunkworks: congrats
[22:19:09] <SWPadnos> nope, the 7800GT
[22:19:14] <alex_joni> guess you'll be moving now?
[22:19:16] <alex_joni> SWPadnos: ah.. ok
[22:19:23] <skunkworks> :) closing in march
[22:19:27] <jepler> skunkworks: bought a house?
[22:19:35] <lerneaen_hydra> you get very varied performance on equivalent hardware
[22:19:57] <jepler> skunkworks: congrats
[22:19:58] <skunkworks> jepler: yes - on the missisippi - (going to have learn how to spell it now)
[22:20:01] <SWPadnos> the Quadro FX 3500 was about 1/3 the speed, last time I checked
[22:20:51] <skunkworks> in trempeauleau - going to be able to have walnut burgers when ever we want now ;)
[22:23:28] <jepler> how far is that from where you're living now?
[22:23:37] <skunkworks> about 20 minutes
[22:23:56] <skunkworks> maybe 15
[22:24:12] <jepler> at 15 miles away you can't have walnut burgers whenever you want?
[22:24:19] <jepler> ooh time to go home
[22:24:23] <jepler> have a good weekend everybody!
[22:24:32] <skunkworks> oh - it is a block away (walnut burgers now)
[22:24:36] <alex_joni> same to you jepler
[22:24:48] <skunkworks> bye jepler
[22:25:00] <SWPadnos> see you later jepler
[22:25:06] <alex_joni> skunkworks: still spelled it wrong
[22:25:16] <SWPadnos> skunkworks, now you'll be able to grill the walnut burgers yourself ;)
[22:25:31] <skunkworks> :)
[22:25:37] <alex_joni> skunkworks: how about all the work you put into this house?
[22:25:39] <SWPadnos> and throw them in the river if you burn them
[22:25:45] <alex_joni> you gonna do that again now?
[22:26:01] <skunkworks> alex_joni: Hope it will pay for it's self ;)
[22:26:28] <skunkworks> this house is pretty much done - just needs a garage.. (don't have one now anyways)
[22:28:11] <skunkworks> I should be able to surf the internet sitting by the river ;)
[22:28:52] <skunkworks> (this house is on second street - overlooking the river.
[22:28:54] <skunkworks> )
[22:29:01] <alex_joni> nice
[22:29:14] <skunkworks> * skunkworks might be a bit excited
[22:30:24] <skunkworks> so there won't be much tinkering time for a few months
[22:34:36] <skunkworks> bbl
[22:40:21] <awallin> * awallin is going to sleep
[22:53:57] <SWPadnos> well -time to run and have dinner. bbl
[22:55:30] <alex_joni> bye
[23:11:02] <lerneaen_hydra> 'night all