#emc | Logs for 2008-04-27

Back
[00:25:00] <SkullWorks_PGAB> How slow is user space USB I/O?
[00:26:02] <jmkasunich> on average it's quite fast
[00:26:25] <jmkasunich> but you can drown in a stream that is 1" deep on average
[00:26:41] <jmkasunich> there are no guarantees that it won't go away for 10mS, 100mS, 1sec, etc
[00:26:42] <SkullWorks_PGAB> so it would work for misc M codes - coolant on / air blast etc?
[00:26:58] <jmkasunich> I suspect so
[00:39:13] <SkullWorks_PGAB> Haas or Fadal had/has programmable coolant nozzles that linked to the tool offset - when you called the G43 H you added a M code to activate the coolant nozzle movement (still used M8/M9)
[00:41:58] <SkullWorks_PGAB> was thinking of a non real time way to add that - but its not practical, would have to add 2 more axis locations per tool.
[00:42:41] <SkullWorks_PGAB> or maybe not
[00:43:24] <jepler> SkullWorks_PGAB: in version 2.3, the tool length will be available in hal (e.g., as motion.tooloffset.z for the offset which is applied to the Z axis)
[00:44:26] <jepler> so you can do whatever you like with that information
[00:50:13] <tomp> we have programmable flush in some edms. the lo tech ones are a low speed ac motor and a screw valve. there
[00:50:29] <tomp> 's 2 limit switches and a plc trick
[00:50:45] <tomp> run the screw down till it hits the closed switch
[00:51:03] <tomp> then turn back for N plc cycles ( aka programmable flow rate )
[00:51:19] <tomp> stop opening if you ever hit the mac swx.
[00:51:29] <tomp> cheapo programable flush :)
[00:52:23] <tomp> N varies from 0 to 255 say, not at all calibrated in units of litres/min etc, but useable
[00:53:30] <tomp> add a 'flow' column to your tool table
[00:59:03] <SkullWorks_PGAB> Jeff - ok - that might be all that is needed
[01:04:27] <SkullWorks_PGAB> Tomp - there is a long way to go before EMC2 will be ready to do what I want with EDM mainly be able to "threadmill" with those little hony dipper POCO thread pitch electrodes
[01:04:55] <tomp> orbit or screw 'em in?
[01:05:04] <SkullWorks_PGAB> I do it on a old Agie
[01:05:09] <SkullWorks_PGAB> orbit
[01:05:41] <SkullWorks_PGAB> while doing a sigle helical 360
[01:05:55] <tomp> i think emc is not too far from that
[01:08:09] <tomp> no, dont move z at all, just orbit, and drop your power as a function of 'sine of the half angle' ( the calc needed to determine the overburn normal to the surface )
[01:08:49] <tomp> but for programmable flush for a mill flood, that trick is enuf
[01:09:13] <tomp> i was 12 years as Ague sink tech/trainer/head of edm sinker
[01:09:21] <tomp> Agie
[01:09:34] <tomp> freudean Ague hmmm
[01:11:31] <SkullWorks_PGAB> http://i269.photobucket.com/albums/jj57/jimsowa/dad123007001.jpg
[01:12:01] <tomp> yep
[01:13:01] <tomp> those are actually made for a nylon bush guide setup, must be lots shorter to orbit
[01:13:08] <SkullWorks_PGAB> ah you have worked with Agie - you have felt the pleasure and the pain.
[01:13:22] <tomp> i knows 'em inside & out
[01:13:31] <tomp> great iron
[01:14:06] <tomp> got 2 in the basement ( so i;m not so bright ;)
[01:14:08] <SkullWorks_PGAB> wastes lots of wire at times - but these are all older units
[01:14:18] <tomp> wedm? no idea
[01:14:58] <tomp> i do sinking senk erodieren funerodieren aprk eroding not sewing machines ;)
[01:15:30] <SkullWorks_PGAB> I worked at a Tool and Die shop - they had 3 wire units and a sinker
[01:15:47] <tomp> me a moldmaker at first
[01:16:14] <tomp> dies --> wedm , molds --> sinkers
[01:17:38] <tomp> I gotta get back to it, i got a bicycle dismantled waiting for an electric overhaul... almost done bbl
[01:17:49] <SkullWorks_PGAB> I was there mainly to do precision grinding and CNC mill work. but ended up doing most jobs start to finish - including the heat treat.
[01:55:40] <SkullWorks_PGAB> off to work another 6 hrs OT
[02:05:04] <dmess> i loved burning with POCO
[02:05:34] <dmess> graphite empregnated copper..
[03:31:23] <JymmmEMC> Damn, this DEC PS outputs 52A @ 5vdc
[03:36:37] <jmkasunich> thats only 250 watts
[03:36:41] <jmkasunich> ok, 260
[03:38:24] <JymmmEMC> still a lot for a PC PS
[05:29:58] <tomp> err its copper impregnated into the voids of compressed graphite, and i like plain graphite better, and use more ibiden or toyo tansa anyway.
[05:34:46] <gfixler> is there a way to name subroutines?
[05:35:04] <gfixler> the way variables are named (e.g. #<clearance_height>)
[06:18:08] <fenn> it's a new feature, might not be released yet
[07:12:59] <gfixler> cool, thanks fenn
[07:13:15] <gfixler> I've been writing a lot of little subroutines, and just calling them all from my main program area, which makes a lot of things so much more simple
[07:13:37] <gfixler> e.g., I'll write one that cuts my path, taking a depth variable, and another that loops from some depth, to some other depth
[07:13:48] <gfixler> to cut the profile, I call the second, with start, and end depths
[07:13:54] <gfixler> so it's one line of code
[07:14:14] <gfixler> but to test it out first, make sure all my bits, and hose tips and such have clearance, I'll call the former with clearance depth
[07:14:22] <gfixler> so it just traces the profile above the part
[07:15:46] <fenn> uh huh.. you know you can open a python script in axis right?
[07:15:52] <gfixler> yep
[07:15:58] <fenn> ok
[07:16:00] <gfixler> I guess I've been keeping it old-school :)
[07:16:14] <fenn> 1940's old-school
[07:16:20] <gfixler> hehe
[07:16:28] <gfixler> I've actually been drawing up a design document for awhile now
[07:16:40] <gfixler> to create a system by which to code g-code paths through a Python interface
[07:16:58] <gfixler> it's a little bit of a radical approach, so I'm not 100% sure of it yet, but it's very K.I.S.S., and expandable
[08:08:02] <K`zan> Night all
[08:43:29] <anonimasu> morning
[08:46:22] <alex_joni> hi
[09:06:18] <anonimasu> what's up?
[09:07:38] <gfixler> well, I'm editing some video together of me turning, and milling up a vacuum hose adapter, eventually to go on YouTube :)
[09:10:08] <phix> :D
[09:17:20] <alex_joni> gfixler: sounds good
[09:17:34] <gfixler> I'm using Kino on Linux
[09:18:00] <gfixler> it's the weirdest editor I've used, but I'm really liking it - especially how I can do just about everything with sensible vim-like hotkeys
[09:20:09] <gfixler> this was my first attempt in Kino, sizing a window panel extension leaf on my Sherline mini mill: http://youtube.com/watch?v=0UWNDarggVc
[09:25:36] <alex_joni> gfixler: looks good
[09:26:10] <gfixler> thanks
[09:26:27] <alex_joni> no mention of emc2 though :P
[09:26:33] <gfixler> oops! You're right
[09:26:35] <gfixler> I'll fix that :)
[09:31:12] <gfixler> okay, it's updated
[09:32:09] <anonimasu> :/
[09:32:11] <gfixler> I added emc, emc2, and linuxcnc to the tags, so people interested can find it
[09:32:15] <anonimasu> I hate when parts are wrong :p
[09:32:34] <gfixler> what's wrong?
[09:32:41] <anonimasu> didnt you cut it wrong?
[09:32:58] <gfixler> the extension panel in the video?
[09:33:16] <gfixler> oh, you mean wrong when I bought it?
[09:33:39] <gfixler> it was great for the bigger window, but then I rearranged my office, and had to put it in a small window, and then it was many inches too long
[09:36:10] <anonimasu> no the video says so
[09:36:35] <gfixler> oh, I see
[09:36:53] <anonimasu> I cut on the outside or something
[09:37:03] <gfixler> I just had something reversed - when I switched the numbers, it fixed the problem
[09:37:12] <anonimasu> http://www.youtube.com/watch?v=EV-eHIGzMPg&NR=1
[09:37:13] <gfixler> but I have cut many things entirely wrong
[09:37:16] <anonimasu> cute
[09:37:19] <gfixler> and yes, it's no fun
[09:37:22] <alex_joni> gfixler: cool
[09:37:41] <gfixler> thanks, Alex
[09:38:41] <gfixler> I want to make one of these covers, but my Y travel is sooo tiny already
[09:38:53] <gfixler> I could just barely cut out a 4" deep part last night
[09:39:09] <gfixler> its back edge was actually brushing the vertical column
[09:40:31] <gfixler> there's also a problem he doesn't address when moving the table in X
[09:40:57] <gfixler> I folded paper back and forth last night to make a cover for the backside, but it didn't like to reach back to the Z column
[09:40:59] <gfixler> so I taped it on
[09:41:12] <gfixler> but then traveling 8" in X would tear it free, after bending it really far to the side
[09:43:04] <anonimasu> :/
[09:43:34] <gfixler> I think something that mounts higher than the table surface to the back column, and has a method of letting the 'mounting plate' slide on a rail would work
[09:44:33] <gfixler> wow, at that guy's site, he has a how-to on making an acrylic mill enclosure
[09:44:40] <gfixler> it looks almost exactly like the one I've been building :)
[09:46:00] <anonimasu> http://www.youtube.com/watch?v=2I966WNS_uM&feature=related
[09:48:43] <gfixler> that's a nice little machine
[09:48:48] <anonimasu> yep
[09:48:48] <gfixler> I wish I had full spindle control
[09:48:56] <gfixler> do you have one of these?
[09:48:59] <anonimasu> not mine tough :/
[09:49:05] <anonimasu> no
[09:51:43] <Sweeper> which site is this with the acrylic enclosure?
[09:51:53] <gfixler> http://www.ixen-cnc.com/
[09:52:38] <gfixler> I designed essentially the same shape - even the dimensions of the 7 panels, and the angled, hinged lid
[09:52:50] <gfixler> though I'm attaching all panels with aluminum L extrusion inside, and outw
[09:52:55] <gfixler> which is why it's taking me forever to finish :)
[09:53:35] <gfixler> I'm about halfway done, and already want to change everything about it
[09:54:41] <anonimasu> you know what bores me?
[09:54:47] <gfixler> ?
[09:54:50] <anonimasu> when people call their machining ops "HIGHSPEED ROUGHING"
[09:54:58] <anonimasu> when they cut at 5 ipm
[09:55:01] <gfixler> haha
[09:55:04] <gfixler> it's all relative
[09:55:17] <anonimasu> http://www.youtube.com/watch?v=Vvfx89cRDqQ&feature=related
[09:55:21] <gfixler> 5ipm is cruising for me!
[09:55:39] <anonimasu> :P
[09:56:03] <gfixler> having a Sherline is a bit rough
[09:56:13] <gfixler> because real machinist can't understand me at all
[09:56:40] <gfixler> they always tell me things I should do, and they're all impossible
[09:56:45] <anonimasu> but you dont call it "highspeed roughing" :p
[09:56:48] <gfixler> true
[09:57:00] <gfixler> I know enough from other videos, and reading, to know how slow, and light-duty my mill is
[09:58:05] <anonimasu> http://www.youtube.com/watch?v=uAcBU2iqkKE&feature=related
[09:58:11] <anonimasu> now we are talking slightly higher feed ;)
[09:58:36] <gfixler> now that's fast
[09:59:05] <gfixler> right now it takes me a few hours to design a part, and figure out the steps to make it in the mill, and lathe
[09:59:11] <anonimasu> :)
[09:59:15] <gfixler> then HOURS for each operation, and at least a week to finish it all
[09:59:20] <anonimasu> im no good at machining really :/
[09:59:23] <gfixler> with a mill like that, I could reverse it
[09:59:31] <gfixler> hours to design, and 30 seconds to machine it out :)
[09:59:31] <anonimasu> im better at drawing. :P
[09:59:46] <gfixler> I'm terrible, but I just keep working at it, and learning from my endless mistakes
[10:00:06] <gfixler> thankfully, it's just a hobby, so I'm not angering clients, or destroying billion dollar machines
[10:00:39] <anonimasu> * anonimasu nods
[10:13:47] <anonimasu> I better walk the dog
[10:13:48] <anonimasu> :)
[10:13:49] <anonimasu> laters
[10:13:53] <gfixler> bye
[13:14:13] <BigJohnT> to get the cvs source do I need to do the sudo apt-get build-dep emc2 first or is that something else?
[13:15:24] <BigJohnT> the wiki page is not very clear on that...
[13:36:50] <jepler> BigJohnT: the steps "apt-get install build-essential" and "apt-get build-dep emc2" download the extra packages necessary to compile emc2 from source. Neither of those steps actually gets the source to emc2.
[13:42:34] <BigJohnT> ok, I'm doing a CVS download now after that I'll do that
[14:11:56] <assargadon> hi there.
[14:12:23] <assargadon> I know beta version based on 8.04 existed somewhere
[14:12:53] <assargadon> is it possible to install it without installing ubuntu from EMC distribution?
[14:34:59] <anonimasu> emc?
[14:35:02] <anonimasu> Yes, but it's not trivial.
[14:35:38] <anonimasu> oh, I dont know about the beta version though :/
[15:05:03] <max4096> hello
[15:06:06] <max4096> does anyone know which version of EMC would run on an older computer like a Pentium @ 100 MHz?
[15:17:11] <BigJohnT__> BigJohnT__ is now known as BigJohnT
[15:18:09] <alex_joni> max4096: depends what you want to run on it
[15:18:32] <alex_joni> if you want a graphical interface, then it will be a tiny bit harder, otherwise (with keystick) I suppose even emc2 should run
[15:18:49] <alex_joni> but you need to take care of a setup (linux distribution + realtime kernel, etc)
[15:19:09] <max4096> So the Live CD would be out of the question?
[15:20:07] <alex_joni> yes
[15:20:08] <DanielFalck> I haven't tried the BDI in a long time , but it might work for a slower computer
[15:20:21] <DanielFalck> http://bdi4emc.ourproject.org/
[15:20:32] <alex_joni> I might still have some old BDIs somewhere
[15:20:47] <alex_joni> DanielFalck: I doubt that BDI (4.xx) will work on a pentium 100
[15:20:55] <DanielFalck> ok
[15:21:35] <DanielFalck> way way back- in 1999 I used the original NIST version on a pentium 90
[15:21:47] <DanielFalck> it was pretty crude back then
[15:21:49] <alex_joni> http://dsplabs.cs.utt.ro/~juve/emc/bdiemc218.iso
[15:22:02] <alex_joni> that's the oldest BDI I still have
[15:22:40] <alex_joni> max4096: the alternative would be an puppy based CD
[15:22:46] <alex_joni> http://dsplabs.cs.utt.ro/~juve/emc/get.php?file=coolcncb05.iso (only 50MB)
[15:22:54] <alex_joni> but that one has a seriously outdated emc2 on it
[15:23:05] <alex_joni> (otoh, the BDI 2.18 is in the same boat)
[15:23:32] <max4096> thanks for the help, sounds like I need to hunt down a faster PC to use
[15:23:39] <DanielFalck> alex_joni: so, If a person wanted a non graphical interface (using something like keystick) the overhead would be minimal?
[15:23:56] <Ziegler> xubuntu
[15:24:00] <DanielFalck> with a barebones distro
[15:24:23] <Ziegler> I got it running "ok" on a 500mhz machine
[15:24:36] <Ziegler> with emc2 a gui
[15:24:40] <Ziegler> and*
[15:24:56] <Ziegler> (64MB of ram)
[15:25:37] <Ziegler> was slow though
[15:29:54] <alex_joni> DanielFalck: yup
[15:29:59] <alex_joni> or run the GUI remotely
[15:30:07] <alex_joni> (that saves the overhead from X-server & deps)
[15:30:33] <Ziegler> yeah... did that too... works nice if you have the machines to do it
[15:31:30] <DanielFalck> faster machines seem to be easy enough to find nowadays
[16:04:11] <assargadon> I running ubuntu OK with 500mhz box just now
[16:04:25] <assargadon> and it works fairly god
[16:04:33] <assargadon> but I have 512 megs
[16:04:46] <alex_joni> assargadon: right, and on a P100 it's hardly that he has more than 128MB
[18:46:24] <dmess> any one use bluetooth with our type of architecture??? i see it but cant configure it
[18:53:14] <BigJohnT> after running "sudo apt-get build-dep emc2" I got and error failed to fetch some archives. Do I have to run it again from the start?
[18:53:59] <BigJohnT> also the error failed to process build dependencies...
[18:54:07] <dmess> probably...
[18:54:12] <alex_joni> BigJohnT: yes
[18:54:20] <alex_joni> you probably need to enable Universe first
[18:54:30] <BigJohnT> I have done that
[18:54:37] <alex_joni> sudo apt-get update?
[18:54:41] <dmess> then go big boy
[18:55:30] <BigJohnT> ok it took 4 hours the first time :(
[18:55:42] <alex_joni> huh?
[18:56:21] <BigJohnT> to download the dependency files
[18:56:41] <BigJohnT> sudo apt-get update ran with no errors
[18:58:02] <alex_joni> BigJohnT: apt is smart enought that it caches what it downloaded
[18:58:11] <BigJohnT> ok thanks
[18:58:13] <alex_joni> so if something failed, it should go faster the second time
[18:58:21] <alex_joni> BigJohnT: let me know what the actual error is
[18:58:41] <BigJohnT> the first error?
[18:59:17] <BigJohnT> it failed to fetch two files due to a connection timeout
[19:00:07] <BigJohnT> E: unable to fetch some archives, maybe run apt-get update or try with fix-missing?
[19:00:27] <BigJohnT> E: failed to process build dependencies
[19:00:40] <alex_joni> BigJohnT: sounds like a repo isn't reachable
[19:00:54] <alex_joni> I had some issues with archive.ubuntu.com lately
[19:01:46] <BigJohnT> one was with archinve.ubuntu.com and the other was linuxcnc.org
[19:02:03] <BigJohnT> my modem dropped out once...
[19:02:07] <alex_joni> ah
[19:02:15] <alex_joni> redo the command, and it should be fine
[19:02:32] <alex_joni> btw.. I think I fixed the halui issue you had, it will be in 2.2.5 (soon)
[19:02:38] <BigJohnT> I'm doing it now and it picked up where it left off
[19:03:20] <BigJohnT> cool, if/when I get this machine running with the CVS I'll try it out
[19:04:25] <alex_joni> BigJohnT: sounds good :)
[19:05:36] <BigJohnT> I was following a wiki page on the documents and after I downloaded them it was from 2003... I'm guessing the newest is in the CVS checkout
[19:09:06] <BigJohnT> I added a bit to the wiki page on sudo apt-get build-dep emc2 to tell people what to do when they get that error...
[19:36:33] <jet_> Starting EMC2...
[19:36:35] <jet_> insmod: error inserting '/usr/realtime-2.6.15-magma/modules/rtai_hal.ko': -1 Fil e exists
[19:36:37] <jet_> Realtime system did not load
[19:36:57] <jet_> jet_ is now known as BigJohnT
[19:38:06] <alex_joni> BigJohnT: sounds like it got stuck
[19:38:20] <BigJohnT> just try and start it again?
[19:38:20] <alex_joni> try it again (sometimes a faulty start removes the needed things)
[19:38:25] <alex_joni> yup
[19:38:26] <BigJohnT> ok
[19:39:10] <BigJohnT> insmod: error inserting '/usr/realtime-2.6.15-magma/modules/rtai_hal.ko': -1 File exists
[19:39:15] <alex_joni> lsmod ?
[19:39:23] <BigJohnT> same error
[19:39:28] <BigJohnT> insmod
[19:39:40] <awallin> scripts/realtime stop
[19:39:42] <alex_joni> (try a lsmod to see inserted modules)
[19:39:52] <awallin> halcmd unloadrt all before that
[19:39:56] <alex_joni> awallin: for a run-in-place system, yes
[19:40:29] <alex_joni> or sudo /etc/init.d/realtime stop (for a regular system)
[19:40:42] <BigJohnT> ok, what am I looking for?
[19:40:47] <alex_joni> rtai_hal
[19:41:07] <BigJohnT> it's there
[19:41:18] <alex_joni> ok, try halcmd unloadrt all
[19:41:22] <alex_joni> halcmd stop
[19:41:24] <BigJohnT> rtai_hal 32464 5 rtapi,rtai_sem,rtai_shm,rtai_fifos,rtai_sched
[19:41:31] <alex_joni> sudo /etc/init.d/realtime stop
[19:42:17] <BigJohnT> ERROR: Module rtai_math does not exist in /proc/modules
[19:43:30] <alex_joni> n/m that
[19:43:35] <BigJohnT> ok
[19:43:43] <BigJohnT> run again?
[19:43:47] <alex_joni> try lsmod again
[19:43:51] <alex_joni> and see if they are all gone
[19:43:57] <BigJohnT> did that and they are gone
[19:44:00] <alex_joni> (if not, you might need to remove them by hand)
[19:44:06] <alex_joni> ok.. then you can try again
[19:44:09] <BigJohnT> ok
[19:44:59] <BigJohnT> YEA it works
[19:45:15] <BigJohnT> 2.3 CVS HEAD
[19:45:47] <BigJohnT> thanks alex_joni
[19:47:00] <alex_joni> BigJohnT: cool :)
[19:47:06] <alex_joni> now on to halui testing :P
[19:47:18] <alex_joni> btw.. this is a nice desktop: http://www.x-keys.com/pigraphics/grprojects/bpconsole.jpg
[19:51:40] <BigJohnT> bigger than my desk top by a long shot... that would make my neck hurt
[19:52:21] <alex_joni> heh
[19:53:01] <tomp> looks like a lot of ladder stuff being monitored, ooh and custom keypads too, is this your desk alex?
[19:53:11] <BigJohnT> bad enough to look at 2 24" monitors
[19:53:57] <BigJohnT> * BigJohnT needs some sun before I get rickets
[19:54:05] <BigJohnT> bbl
[19:54:12] <alex_joni> tomp: nope.. following from x-keys
[19:54:36] <tomp> and an alarm light stack, maybe it makes those submarine dive alarm sounds ( woop woop woop :)
[19:54:37] <alex_joni> http://www.x-keys.com/xkeys/xkedit.php
[19:54:45] <alex_joni> that looks interesting
[19:55:12] <tomp> oooh nice hdwr
[19:56:08] <tomp> tho most recent client complained his fanuc had too many btns and pages... what to do when people want power but no responsibility , dunno :(
[19:57:10] <anonimasu> lol
[19:57:50] <anonimasu> tomp: What, so your machines have other buttons then cycle start?!
[19:58:25] <tomp> :) thats pretty much what he wanted, shouldnt have a fanc !
[19:59:34] <anonimasu> hehe
[19:59:40] <anonimasu> he shouldnt have a cnc..
[19:59:46] <anonimasu> he shold have a machine with power feed ;)
[19:59:56] <tomp> right, he described a plc, not a cnc
[20:00:29] <anonimasu> the problem with thoose are that you usually dont just load g-code to them and have them make parts :p
[20:00:39] <anonimasu> although that's possible.
[20:01:08] <tomp> he's got fixtured parts and a lot of 'em to do, needs a paper bag to put over the operator panel :) back to the e-bike , bbl !
[20:01:18] <anonimasu> hehe
[20:06:37] <tomp> Arnd Begeman wrote there's a new vrsn of Gcnccam today at Sourceforge, I can't exercise it today, busy, but for anyone who wants to, looks at http://sourceforge.net/projects/gcnccam/ and a q&d tutor i wrote at http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?GCncCam
[20:06:51] <tomp> bbl
[20:47:06] <alex_joni> alex_joni has changed the topic to: Welcome! EMC (Enhanced Machine Controller) is a linux-based opensource CNC control. | Latest release: EMC 2.2.5 | http://www.linuxcnc.org | http://wiki.linuxcnc.org
[21:06:59] <BigJohnT> did you say 2.2.5 is out?
[21:07:46] <alex_joni> I did.. it'll take a while till it's built and in the repos
[21:09:28] <BigJohnT> cool
[21:10:29] <BigJohnT> I'm going to drag my other pc from the plasma cutter down here to the beer cave and install the pre 2.3 trunk to try out the HOME_VEL and the halui
[21:11:24] <alex_joni> you can now try it on 2.2.5 directly
[21:11:35] <alex_joni> (no need to mess with pre-2.3 CVS)
[21:12:02] <BigJohnT> was the HOME_VEL included in 2.2.5?
[21:12:37] <alex_joni> hmm.. don't think so
[21:13:15] <BigJohnT> I thought you said it was not a bug fix so it would not come out till 2.3...
[21:14:42] <alex_joni> then I was probably right :)
[21:20:15] <BigJohnT> I did the CVS once on this computer and added to the wiki site the "extra" things you might need to do. So now I'm interested in doing it again and testing on my plasma the HOME_VEL and the halui fix
[21:24:15] <BigJohnT> I'm also interested in assisting the team with the documents
[21:24:58] <alex_joni> that sounds very good
[21:25:15] <alex_joni> I think the User Manual is mostly ok, but the Integrator Manual is pretty lacking
[21:27:04] <BigJohnT> yes, and there seems to be some overlap between the two
[21:27:20] <alex_joni> sure there is
[21:27:28] <alex_joni> and that's kinda intended I guess
[21:28:41] <BigJohnT> yes, it seems like that the user manual should focus on using the software not installing and configuring it but that's my 2 cents
[21:28:59] <BigJohnT> that would make that manual a lot smaller and easier to read
[21:29:44] <BigJohnT> anyhow I'm getting up to speed with Lyx...
[21:34:16] <BigJohnT> what areas of the intergrator manual are lacking?
[21:36:01] <BigJohnT> hmm, somebody has been working on the user manual since 2.2.2
[21:36:08] <alex_joni> sure :)
[21:36:53] <BigJohnT> it's much better now
[21:37:16] <alex_joni> the "integrator" part is still lacking
[21:37:25] <alex_joni> connecting various bits & pieces
[21:37:41] <alex_joni> I was thinking that maybe some common usual things would be nice
[21:37:46] <alex_joni> like adding a handwheel
[21:37:59] <alex_joni> or a tool-changer
[21:38:27] <BigJohnT> ok and adding a pendant from a joystick?
[21:38:39] <BigJohnT> that kind of stuff
[21:38:47] <BigJohnT> ?
[21:38:52] <alex_joni> yeah, but maybe without beeing too specific
[21:39:03] <alex_joni> because it won't always apply 1:1
[21:39:25] <alex_joni> and it's more like teaching people to catch fish, instead of hading them the trout :P
[21:39:46] <BigJohnT> yes, I know
[21:40:17] <BigJohnT> I spent a lot of time with communicating and operator interfaces on machinery
[21:40:48] <BigJohnT> it can be funny sometimes that you know what you mean but others don't
[21:42:05] <alex_joni> BigJohnT: 00:38
[21:42:29] <BigJohnT> I used to say what is perfectly clear to me is well perfectly clear to me the challenge is to make someone else understand your thoughts
[21:42:39] <alex_joni> yeah
[21:42:45] <BigJohnT> yep I just looked and was wondering what you were doing up so late
[21:43:02] <alex_joni> it ain't late yet :)
[21:43:12] <BigJohnT> time for me to prep the grill for some marinated chicken
[21:43:24] <alex_joni> but since you want to know.. I'm happy about 2.2.5, and I want to put that in for hardy :)
[21:43:46] <BigJohnT> your welcome to pop in and have dinner with us
[21:43:59] <BigJohnT> hardy is the new ubuntu?
[21:44:14] <alex_joni> nice
[21:45:48] <BigJohnT> goodnight alex_joni
[21:46:06] <BigJohnT> * BigJohnT has to grill supper now
[21:46:11] <alex_joni> see you :)
[21:53:55] <micges> hello
[21:55:57] <alex_joni> hi
[21:58:25] <micges> busy weekend i see :)
[22:02:26] <JymmmEMC> alex_joni: 225 is on hardy?
[22:02:55] <micges> how this bug is showing : a bug that caused backplot to freeze during linear moves ?
[22:02:56] <alex_joni> JymmmEMC: I'm working on support for hardy
[22:03:12] <alex_joni> micges: when you look at the display, sometimes the cone doesn't seem to move
[22:03:16] <JymmmEMC> alex_joni: They fixed the bug with using RTAI ?
[22:03:16] <alex_joni> then it moves again..
[22:03:24] <alex_joni> JymmmEMC: which bug?
[22:03:32] <alex_joni> and who is they?
[22:03:41] <JymmmEMC> alex_joni: maybe not bug but incompatability
[22:04:12] <JymmmEMC> something in the kernel iirc
[22:04:38] <micges> that bug is fixed in 2.2.5
[22:05:58] <micges> sorry for ot
[22:07:56] <alex_joni> micges: have you noticed it previously?
[22:11:56] <micges> I dont think so..
[22:13:16] <micges> but I saw again that some of my genrated programs hang up AXIS..
[22:14:10] <micges> I have this problem half year ago and solution was carefully generate tool path and avoid double vectors
[22:14:51] <micges> but recently I have very small and complicated programs and problem shows again
[22:15:51] <alex_joni> maybe you can pastebin one that hangs AXIS?
[22:16:27] <micges> and I'm looking for history of changes/fixes of preview in AXIS
[22:17:47] <micges> I will soon
[22:19:19] <micges> axis close itself after program reach some part of program (cant tell which)
[22:19:42] <alex_joni> hmm.. any errors printed in the terminal?
[22:19:53] <micges> segmenation fault
[22:20:08] <alex_joni> segmentation fault? from AXIS? .. that's odd
[22:20:30] <micges> moment
[22:20:37] <alex_joni> AXIS is a python script.. those don't get segmentation faults
[22:20:44] <alex_joni> maybe it was gcodemodule?
[22:21:19] <micges> cant tell.. to small amount of info in terminal
[22:21:36] <alex_joni> can you pastebin the output?
[22:22:40] <micges> not now
[22:22:50] <micges> after this: Starting EMC2 DISPLAY program: axis
[22:23:23] <micges> is shows line in emc.sh that execute axis and below seg- fault
[22:24:02] <alex_joni> but that is way before you can open a program.. right?
[22:24:44] <micges> not understand
[22:25:06] <alex_joni> you said AXIS closes itself after a program reaches some part
[22:25:21] <alex_joni> for me that means that AXIS starts up, then you open a program, and then it happens
[22:26:38] <alex_joni> micges: try describing in more detail what you are doing, and what happens
[22:26:49] <micges> open program -> run it -> (minutes or hours) -> hang up
[22:29:04] <micges> Im not soing anything special, normal using
[22:29:21] <micges> 2,5D milling only
[22:30:23] <alex_joni> I can't say more without knowing what happens.. or what gets printed on the terminal
[22:31:26] <micges> ok
[22:32:47] <JymmmEMC> micges: try a different gcode files and see if you have the same problem
[22:33:36] <micges> notice only that this is repetable (AXIS hang up on same program many times)
[22:34:09] <JymmmEMC> thats why I mention trying a different gcode file - yours might be corrupted
[22:34:14] <alex_joni> micges: tried other GUI?
[22:34:34] <alex_joni> JymmmEMC: I can't imagine a corruption which would excuse it to segfault
[22:34:47] <alex_joni> except a corrupted disk maybe
[22:34:57] <JymmmEMC> alex_joni: maybe theres something in his gcode that is casuing axis to hicup
[22:35:09] <alex_joni> JymmmEMC: it shouldn't EVER
[22:35:27] <alex_joni> if there's somethign it doesn't like.. it must inform the user, not crap out
[22:35:35] <alex_joni> but I doubt AXIS is the one failing
[22:35:45] <alex_joni> python scripts don't segfault afaik
[22:35:56] <JymmmEMC> Yeah, famous last words. if the problem goes away using a different gcode, then the problem is isolated. If it doesn't then, more troubleshooting, but it's the simplest test.
[22:36:04] <anonimasu> memory hickup?
[22:38:15] <micges> if python link that amount of modules like in AXIS is there chance that crashed module hang up Python ?
[22:38:54] <alex_joni> micges: yes, but I think it says something then
[22:39:06] <alex_joni> that's why the pastebin of the terminal would be useful
[22:41:02] <micges> ok thanks
[22:49:34] <micges> good night
[22:49:40] <alex_joni> good night
[23:04:33] <alex_joni> g'night all
[23:04:59] <BigJohnT__> goodnight alex
[23:48:42] <skunkworks> fixed another oil leak in the subaru...
[23:49:17] <skunkworks> Great job on the bug release!!!!
[23:54:49] <jepler> skunkworks: how many oil leaks has it had?