#emc | Logs for 2007-03-31

Back
[00:02:54] <twice2> jepler: np, i'll try it again, thks
[00:04:34] <twice2> E: Couldn't find package emc2-sim
[00:05:49] <jepler> twice2: argh I screwed it up again
[00:06:00] <jepler> take out the -sim; I was testing that commandline on my system without realtime installed
[00:06:13] <jepler> I just can't be trusted, can I
[00:10:50] <twice2> well, i also believe users should pay their dues
[00:12:39] <jepler> If you use a commandline similar to this, you can discover all the version numbers that are available for a package: apt-cache show emc2-sim | grep Version:
[00:12:41] <twice2> maybe it would be more productive if i spell chacked some docs :)
[00:12:48] <jepler> those version numbers can be used with apt-get install
[00:13:10] <jepler> contributions to the documentation are always welcome
[00:13:39] <twice2> count me in
[00:16:19] <jepler> twice2: if you need help setting up the environment to edit the documentation, or how to send patches to someone who can commit them, here or #emc-devel are good places to ask
[00:16:53] <jepler> twice2: I won't be around much during the next few weeks, so talking to another developer -- alex_joni, jmkasunich, cradek, SWPadnos are all good candidates -- would probably be best.
[00:17:57] <twice2> you ok?
[00:18:20] <jepler> yeah, I'm just going to be vacationing
[00:18:32] <twice2> cool beanz
[00:18:58] <jepler> yep
[01:18:33] <renesis> Jymmm: ty for help with the rod deflection links
[05:41:45] <tomp> maybe tkgate can be used to model Hal component circuits http://imagebin.org/7924 http://www.tkgate.org/
[06:26:08] <Jymmm> renesis you're welcome.
[09:43:30] <cncjunior> hi !
[09:43:30] <alex_joni> hi
[09:55:16] <anonimasu> hi
[09:55:41] <anonimasu> :)
[09:55:44] <anonimasu> my machine is running again
[10:18:03] <alex_joni> bbl
[10:28:41] <anonimasu> alex_joni: when you get back drop me a message
[10:49:07] <a-l-p-h-a> morning folks.
[14:21:03] <alex_joni> anonimasu: back
[14:51:57] <lerman_> lerman_ is now known as lerman
[15:05:09] <zebra78> Hello, all. I have a question, any of you gurus have a minute to spare?
[15:05:26] <zebra78> regarding lpt port allocation..
[15:06:01] <zebra78> I have 2 parallel ports on my pc, 1=netmos, 1=motherboard
[15:06:39] <zebra78> I can get one port working with loadrt hal_parport cfg="378"
[15:06:50] <steves_logging> steves_logging is now known as steve_stallings
[15:07:02] <zebra78> or the other hal_parport cfg="d800"
[15:07:30] <zebra78> but I can't get both working at the same time with cfg="d800 378"
[15:07:42] <zebra78> Can't figure it out...
[15:09:33] <jepler> zebra78: I think there's a page about this on our wiki. let me find it.
[15:09:33] <jepler> zebra78: http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?NetMos
[15:10:43] <jepler> did you "addf" the read and write functions for the second port?
[15:11:09] <jepler> addf parport.1.read base-thread 1 / addf parport.1.write base-thread -1
[15:11:11] <zebra78> nope, thanks will look into
[15:11:15] <zebra78> excellent!
[15:11:23] <jepler> if you don't, only the #0 port will be read or written
[15:11:40] <zebra78> makes sense...
[15:13:15] <jepler> I added a note about the necessity of "addf" to the wiki page. I hope you can get your card running, too
[15:32:53] <zebra78> that worked great, thanks.
[15:33:16] <zebra78> the system is bogging now, I have to do some reading about the thread speeds
[15:33:24] <zebra78> good stuff...
[15:36:18] <jepler> glad to hear it, good luck learning more
[15:36:24] <alex_joni> zebra78: if the system is too slow, you need to increase BASE_PERIOD a bit
[15:39:51] <zebra78> 1300 mhz pc
[15:40:07] <alex_joni> zebra78: that doesn't say much
[15:40:10] <zebra78> I need 40khz step rate though
[15:40:28] <alex_joni> sometimes a PIII-800 works better than a newer 3G+ processor
[15:41:27] <zebra78> I may have set the timings too aggressive, because I have base_period at
[15:42:43] <zebra78> 12500, servo @ 250000, traj at 2500000
[15:43:10] <zebra78> I think I set all of the numbers to the default / 8
[15:43:20] <jepler> yeah, that would qualify as aggressive
[15:43:30] <zebra78> maybe should have left servo and traj alone?
[15:43:35] <zebra78> just changed base?
[15:43:53] <jepler> are you trying to get a high step rate in software? You don't need to alter servo or traj for that, only base
[15:44:08] <zebra78> I see
[15:44:53] <zebra78> I will restore others to default ..
[15:45:08] <jepler> you've read http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?TweakingSoftwareStepGeneration ?
[15:45:28] <zebra78> since you guys are being so helpful, should I tie
[15:45:55] <zebra78> encoder.update_counter to base
[15:46:14] <zebra78> and encoder.capture_position to servo?
[15:46:26] <jepler> for spindle feedback? Yes.
[15:46:57] <zebra78> for handwheel?
[15:47:14] <zebra78> 100 cpr
[15:48:24] <jepler> do some back-of-the-envelope calculations to find out if you'll ever generate more than 1 quadrature edge per 2 servo periods
[15:48:39] <jepler> if the answer is "no", then you would do OK putting both functions on servo thread
[15:49:38] <jepler> the encoder manual page ("man encoder" in a terminal) it suggests that update-counters should be run "twice as fast as the maximum desired count rate"
[15:51:12] <zebra78> strange, I didn't see a tweaking wiki under the main wiki index page..
[15:51:35] <zebra78> I can get to it via the link that you gave me though.
[15:51:46] <jepler> it may not be linked from anywhere else -- the wiki could use improvements to its organization
[15:52:08] <zebra78> I appreciate the help ( even though I should have had to bug you )
[15:52:21] <zebra78> and should have dug for the documentation better!
[15:52:27] <jepler> no problem
[16:00:29] <anonimasu> hi
[16:01:47] <alex_joni> hey anders
[16:22:08] <anonimasu> alex_joni: I wanted to ask you about help to get my graphs of the FERROR working
[16:45:45] <alex_joni> anonimasu: just start halscope
[16:45:54] <alex_joni> and select the relevant axis.X.ferror
[17:47:01] <alex_joni> yay.. broadband rules..
[17:47:09] <alex_joni> just getting 96MB updates in short under 3 minutes
[17:47:55] <skullworks-PGAB> yup - or the Ubuntu ISO in half hour.
[17:47:59] <skullworks-PGAB> or less
[17:48:07] <alex_joni> * alex_joni loves 4Mbit :)
[17:48:59] <skullworks-PGAB> * skullworks-PGAB once thought 144K iDSL was the bomb.
[17:49:28] <alex_joni> yeah, me too
[17:49:44] <skullworks-PGAB> back in 2000 - it was the first BB available in my area.
[17:50:02] <skullworks-PGAB> terribly expensive
[17:50:12] <skullworks-PGAB> $96/mo.
[17:50:30] <skullworks-PGAB> but I had a roommate that split the cost.
[17:58:52] <alex_joni> skullworks-PGAB: what are normal costs for bb over there now?
[18:00:51] <skullworks-PGAB> varies radically by location and type of service
[18:01:35] <skullworks-PGAB> I pay $53/mo now for a 4mb Cable to Comcast
[18:02:05] <skullworks-PGAB> my parents have DSL 1mb for $19.95/mo in CA
[18:02:10] <skullworks-PGAB> I'm in CO
[18:03:04] <alex_joni> this is cable, 4Mbit, about 30$/mo
[18:04:17] <skullworks-PGAB> my cable is BB only - not going to pay for TV feed, I never watch it.
[18:05:39] <skunkworks> my cable is internet only - but we seem to have basic cable. don't tell them...
[18:06:15] <skullworks-PGAB> me too - but its not hooked up
[18:06:47] <skullworks-PGAB> don't need any stray RF slowing down the modem.
[18:06:51] <alex_joni> http://www.lgi.com/romania.html
[18:07:08] <alex_joni> skullworks-PGAB: they installed me a filter to prevent that
[18:07:27] <alex_joni> a splitter at the input, filter on the TV's branch, and internet on the second branch
[18:07:38] <alex_joni> works without worries
[18:08:12] <skullworks-PGAB> hmm - they might offer that here - if that was the service you ordered.
[18:08:38] <skullworks-PGAB> I have no time for TV
[18:09:02] <skullworks-PGAB> but I use Skype for VIOP
[18:09:32] <skullworks-PGAB> and other stuff - I'm a BB junkie now
[18:09:59] <skullworks-PGAB> I'd throw a fit if I had to use a dialup only.
[18:10:48] <skullworks-PGAB> as is - I have to use a 28.8Kbit dialup from one employer.
[18:11:23] <alex_joni> I remember the days
[18:11:25] <skullworks-PGAB> takes 1/2hr just to update the anti virus...
[18:12:09] <skullworks-PGAB> do they tax VOIP over there?
[18:15:13] <skullworks-PGAB> Jepler - are you handy?
[18:15:30] <alex_joni> he's travelling the next few weeks ..
[18:15:48] <skullworks-PGAB> ok
[18:16:35] <skullworks-PGAB> was wondering if he had had a chance to play with that 8255 PCI card much.
[18:17:38] <cradek> I think he wrote the driver but hasn't used it for anything
[18:18:14] <skullworks-PGAB> I am thinking it might be a good solution for making a good hardware control panel
[18:19:25] <skullworks-PGAB> real switches for modes etc.
[18:19:35] <cradek> yeah that would work really nice.
[18:19:36] <skullworks-PGAB> status LED's
[18:19:42] <anonimasu> alex_joni: it seems like nothing shows..
[18:20:15] <alex_joni> anonimasu: you need to set the trigger
[18:20:21] <anonimasu> I did..
[18:20:25] <alex_joni> did it trigger?
[18:20:27] <anonimasu> no
[18:20:33] <anonimasu> I'm going to try it again if you say so
[18:20:39] <anonimasu> it should be on default in all configs right?
[18:20:52] <alex_joni> kinda
[18:20:58] <anonimasu> univstep?
[18:21:38] <maddash> quickie question -- can emc work in ECP/EPP mode?
[18:21:55] <maddash> s/emc/hal_parport/
[18:22:11] <skullworks-PGAB> EPP
[18:22:20] <cradek> some of the other drivers use EPP
[18:22:39] <cradek> but hal_parport doesn't
[18:25:20] <maddash> which other drivers are these?
[18:25:44] <cradek> ppmc, pluto
[18:26:23] <skullworks-PGAB> Jon's line of products, USC, PPMC etc
[18:26:29] <ds3> how does feed rates work for an angular axis? esp. in the case where it is mixed... i.e. G01 X10.0 Y10.0 A90.0 F1.0?
[18:26:43] <maddash> hm. this is not good.
[18:26:59] <cradek> ds3: let me find you a link to the docs
[18:27:14] <ds3> there is docs for the mixed case? I found docs for angular seperately
[18:28:22] <skullworks-PGAB> Futurlec has gotton proud of the 8255... They just upped the price :(
[18:29:01] <cradek> ds3: http://linuxcnc.org/docs/2.1/html/gcode/main/index.html#SECTION00125000000000000000
[18:29:08] <maddash> i've seen emc2 work on bidirectional mode. what about EPP? or is it unable to, because it relies on the hal_parport driver?
[18:29:17] <ds3> thanks
[18:29:18] <skullworks-PGAB> I blame RoHS... (any scapegoat in a pinch)
[18:29:35] <cradek> maddash: I don't understand your question. EPP is a totally different way of using the parport, some of the EMC2 drivers use that.
[18:30:09] <cradek> EPP turns the parport into a bus for communicating over. hal_parport uses the parport to turn bits on and off. they're totally different
[18:31:07] <ds3> cradek: my case is not covered =)
[18:31:17] <ds3> but a now I can make a guess though
[18:31:28] <cradek> yes it is
[18:31:33] <cradek> you aren't reading all the words :-)
[18:32:34] <ds3> eh? 1 does not address the angular part
[18:32:48] <ds3> 2 does not apply since X/Y/Z is moving
[18:33:03] <ds3> 3 does not apply since I am only refering to 1 rotational axis
[18:33:08] <cradek> case 1 is the mixed case
[18:33:15] <maddash> cradek: emc2, when run with the stepper config, for instance, uses the hal_parport, no?
[18:33:22] <cradek> maddash: yes
[18:33:31] <cradek> ds3: "whether or not"
[18:33:35] <maddash> cradek: damn
[18:33:38] <cradek> err "with or without"
[18:34:07] <ds3> except case one doesn't tell me what happens to the angular axis; i.e. are move in synchrony with the X/Y/Z or ???
[18:34:11] <cradek> ds3: with combined linear/rotary, the feed rate is along the linear, and the rotary is moved so as to start and stop together with the linear
[18:34:22] <ds3> that would be my guess
[18:34:27] <ds3> so I can cut spirals
[18:34:43] <cradek> yes definitely
[18:35:03] <maddash> brb.
[18:35:12] <ds3> I was talking to someone who is trying to figure out how to cut a gear with slanted teeth
[18:35:27] <anonimasu> :)
[18:35:32] <cradek> ds3: see the section "Coordinated linear motion" too - it spells out that the axes start and stop together
[18:35:44] <cradek> but you can just trust me instead if you want :-)
[18:36:10] <ds3> I will take your word for it
[18:36:21] <cradek> It is feasible, however, to control the axes so that, at all times, each axis has completed the same fraction of its required motion as the other axes. This moves the tool along same path, and we also call this kind of motion coordinated linear motion.
[18:36:34] <ds3> what that really implies is F is not explicit in the case of X/Y/Z/A spec'ing
[18:36:59] <cradek> I don't understand what you mean
[18:37:13] <cradek> I think the behavior is fully described
[18:38:03] <ds3> in my example: G01 X10.0 Y10.0 Z10.0 A270.0 F1.0
[18:38:05] <cradek> but if you want inches per minute along the surface of an object on the rotary, you can't specify F directly because the radius of rotation is unknown
[18:38:40] <ds3> the X/Y/Z movement is in 1.0IPM, the A movement is whatever it works out to be
[18:38:48] <ds3> I know
[18:38:51] <cradek> that means the tool moves in XYZ to 10,10,10 at 1ipm. A also moves to get to 270 at the same time
[18:39:10] <cradek> yeah you have to work it out
[18:39:15] <ds3> not arguing, just saying it in another way to make sure my understanding of it is valid
[18:39:30] <cradek> right you have it I think
[18:39:46] <cradek> in these cases sometimes inverse time feed mode is better to use
[18:40:03] <cradek> that gets around the inches/degrees/radius mess
[18:40:11] <ds3> so F1.0 becomes minutes per inch?
[18:40:30] <cradek> In inverse time feed rate mode, an F word means the move should be completed in [one divided by the F number] minutes. For example, if the F number is 2.0, the move should be completed in half a minute.
[18:40:44] <ds3> it is possible to add an offset entry to G54 for A ;) so the radius can be known =) j/k
[18:40:50] <cradek> no inches are involved (that's the point)
[18:40:53] <cradek> just time
[18:40:57] <ds3> ah
[18:41:19] <cradek> inches really mean nothing in this case, which is the problem
[18:41:55] <ds3> even if it did (i.e. you know the radius), it would be overdefined
[18:41:57] <cradek> but you might have a good feel for "should be able to cut that in about 10 seconds"
[18:42:15] <cradek> in which case you'd program F6
[18:42:27] <cradek> and you don't have to worry about units or radius
[18:42:52] <ds3> but that can get you in trouble
[18:43:05] <cradek> heh I can get into trouble with anything
[18:43:14] <cradek> just saying what the options are
[18:43:28] <ds3> i.e. it could result in movement slow enough to cause workhardening issues
[18:43:33] <ds3> *nod*
[18:43:45] <cradek> well sure you still have to pick the feed right
[18:44:03] <cradek> just saying there are a couple ways to specify it - you get to decide which seems easiest
[18:44:14] <ds3> yep
[18:45:42] <ds3> so G91 G01 X0.050 A360. F1.0 should cut a single thread assuming the cutter is in the material
[18:46:31] <ds3> a single 20TPI thread
[18:46:53] <cradek> yes
[18:48:06] <skullworks-PGAB> but that would mean the A axis would be moving 180RPM if not using Inverse feed
[18:48:24] <skullworks-PGAB> oops
[18:48:43] <skullworks-PGAB> not 180
[18:49:12] <cradek> the cut will take .05 minutes
[18:49:12] <ds3> 20RPM I think
[18:49:18] <skullworks-PGAB> yeah 20
[18:49:22] <cradek> right
[18:49:44] <cradek> EMC2 will smartly limit the coordinated feed to the A limits
[18:50:00] <cradek> so it will cut the thread properly at your rotary table's max velocity
[18:50:12] <cradek> (assuming it's less than 20 rpm - mine sure is)
[18:50:16] <ds3> so the linear feed may be limited?
[18:50:22] <cradek> yes
[18:50:24] <skullworks-PGAB> so will it give a warning?
[18:50:28] <cradek> no
[18:50:41] <cradek> you can always get slower feed if you specify something above your machine constraints
[18:50:52] <cradek> if your rapids are 60ipm and you specify F9999, you get F60
[18:50:52] <cradek> this is the same
[18:51:06] <ds3> this is really nice, with 3-4 more lines, I can do multistart threads trivially
[18:51:15] <cradek> yes
[18:52:04] <ds3> of course, a thread profile cutter on a mill is about 10x more expensive then a lathe bit :/
[18:52:28] <cradek> yeah I was just thinking that what you really need is a lathe :-)
[18:52:48] <ds3> 'cept EMC lathe support is immature
[18:53:17] <skullworks-PGAB> If its short - stand it up and threadmill it.
[18:53:38] <ds3> threadmilling has potential accuracy issues due to backlash
[18:53:55] <skullworks-PGAB> use a lathe threading bar as the cutter
[18:54:15] <skullworks-PGAB> oh - that could be a problem
[18:54:33] <ds3> and inspecting circles for "roundness" is not fun :(
[18:54:39] <cradek> ds3: it is immature, but it can definitely cut threads
[18:55:59] <ds3> yes, but the rest is just so different
[18:56:52] <skullworks-PGAB> * skullworks-PGAB would love to know how Art does backlash in Mach.
[18:58:43] <rayh> Any of you using the charge-pump module?
[18:58:44] <ds3> isn't it just a matter of sending it extra moves whenever the direction changes?
[18:59:09] <cradek> rayh: I know dallur is
[18:59:30] <ds3> (assuming openloop stepper setup)
[19:00:16] <rayh> I don't seem to be able to get it to go with a PMDX-131.
[19:00:38] <rayh> 131's jumpers are correct for it and I'm seeing pulses on parport pin 17
[19:02:24] <cradek> sorry, clueless here
[19:02:52] <rayh> np Thanks
[19:08:42] <skullworks-PGAB> * skullworks-PGAB heads for the coffee pot.
[19:17:36] <Jymm> skullworks-PGAB WTH?! Share damnit!
[19:17:48] <cradek> yeah me too
[19:19:42] <rayh> Okay. I'm getting the hang of cp. We have life.
[19:20:56] <skullworks-PGAB> how much cpu load/performance hit does a system take from driving the charge pump?
[19:21:38] <cradek> virtually none extra
[19:21:39] <ejholmgren> no answer until you share coffee
[19:21:46] <cradek> oops
[19:21:56] <ejholmgren> you were supposed to hold out ;)
[19:22:39] <cradek> yep sorry
[19:22:47] <skullworks-PGAB> I could make a fresh pot, but not sure if my arm can reach far enough to pour you a cup
[19:23:52] <skullworks-PGAB> next cabin fever - coffee's on me...
[19:23:57] <Jymm> skullworks-PGAB: Did you try?!?!?!
[19:24:26] <skullworks-PGAB> hmm
[19:25:01] <skullworks-PGAB> * skullworks-PGAB looks around and wonders which way to reach first?
[19:25:03] <Jymm> Man, I'm having a very hard time finding a GOOD belt/disc sander... wanted cast iron disc, but it looks like nobody make ones, all cast aluminum.
[19:25:14] <Jymm> skullworks-PGAB Where ya at?
[19:25:48] <ejholmgren> nebraska?
[19:25:58] <Jymm> try cradek first
[19:25:59] <skullworks-PGAB> IRON requires good bearings and good support for that rotating mass
[19:26:16] <skullworks-PGAB> I'm in Colorado Springs
[19:26:29] <Jymm> cradek first, it's a LONG reach to Calif.
[19:26:51] <Jymm> skullworks-PGAB It doens't have to be THAt big, I'm mostly looking for flat.
[19:27:06] <skullworks-PGAB> NP - I'll gut fly out to CA... have to go to my 25hr HS reunion soon.
[19:28:04] <alex_joni> 25 hour?
[19:28:10] <skullworks-PGAB> Wanted to go to WESTEC
[19:28:11] <alex_joni> we don't celebrate that over here :P
[19:28:12] <Jymm> s/hr/yr/
[19:28:16] <skullworks-PGAB> yr
[19:28:19] <alex_joni> Jymm: I know .. just playing :P
[19:28:35] <skullworks-PGAB> (coffee has not kicked in yet...)
[19:28:51] <alex_joni> skullworks-PGAB: no problem, it seemed fun to me ;)
[19:29:10] <alex_joni> rayh: got the ubuntu updates already? :/
[19:29:17] <Jymm> * Jymm HATES when there's a "Enlarge Image" link and it's the same/smaller than the one he's looking at...
[19:29:39] <alex_joni> Jymm: yeah.. autogenerated stuff sucks sometimes
[19:29:49] <skullworks-PGAB> jymm: yep thats such a tease.
[19:30:16] <Jymm> It's not that hard to read the image dimensions anyway, eeeesh.
[19:30:33] <skullworks-PGAB> worse on dialup when it redirects you to a second page with the same pic...
[19:30:53] <Jymm> skullworks-PGAB you on dialup?
[19:31:16] <skullworks-PGAB> not - here - but only have 28.8 dialup from the shop
[19:31:34] <Jymm> skullworks-PGAB not even 56K ?
[19:31:44] <skullworks-PGAB> phone lines are soo crap it won't support 56k
[19:31:50] <Jymm> ah, you poor bastard
[19:31:59] <Jymm> no dsl/cable then either huh?
[19:32:20] <skullworks-PGAB> same machine gets 56k when I take it elsewhere
[19:32:51] <skullworks-PGAB> I have cable here - but shop owner won't pay for any bb
[19:35:16] <alex_joni> skullworks-PGAB: internal modem?
[19:36:04] <skullworks-PGAB> yeah PCI "Red Owl"
[19:36:19] <alex_joni> skullworks-PGAB: try an external one
[19:36:39] <alex_joni> I had lots of situations when an external one worked way better on crappy lines
[19:36:37] <skullworks-PGAB> makes no diff
[19:36:45] <rayh> Hi alex_joni. What updates do I need?
[19:36:59] <alex_joni> rayh: I just got about 90MB of OpenOffice updates
[19:37:04] <alex_joni> don't say you need them..
[19:37:16] <rayh> Oh right. I'm on a fast line this week.
[19:37:28] <rayh> Back to dial up next week.
[19:37:30] <alex_joni> then get them while you're still there :P
[19:37:34] <skullworks-PGAB> have 5 computers there - all get same speeds - owner use AOL and gets even worse
[19:37:54] <alex_joni> 5 on dial-up?
[19:37:54] <alex_joni> yuck
[19:38:05] <alex_joni> at least 5 PC should justify for bb
[19:38:21] <skullworks-PGAB> well rarely all on at once
[19:38:27] <cradek> we used to have 28.8k leased line at work - for the whole office - AND we got usenet over it
[19:38:45] <alex_joni> cradek: right.. back then it was OK
[19:38:53] <cradek> no, it sucked :-)
[19:38:51] <alex_joni> but I just got an 16MB email today
[19:38:57] <cradek> eeek
[19:38:58] <skullworks-PGAB> sure for text based its fine
[19:39:04] <alex_joni> people are getting more and more crazy
[19:39:17] <alex_joni> cradek: it's from some accounting softare
[19:39:22] <alex_joni> they send out updates by email :((
[19:39:30] <skullworks-PGAB> I still hand write my HTML for dialup users
[19:39:31] <alex_joni> to about 100 email addresses at once
[19:39:35] <cradek> ha
[19:39:37] <alex_joni> crazy
[19:39:45] <skullworks-PGAB> I keep it lean
[19:40:08] <alex_joni> skullworks-PGAB: yeah, I like to keep pages under 200k if possible
[19:48:52] <Jymm> Well shit, I found a sander, but even if I wanted to pay $1200, it's too freaking big... I wanted bench, not floor =(
[19:49:30] <Jymm> http://powermatic.com/shop/index.cfm?navPage=4&iid=78219&vid=2
[19:51:51] <Jymm> I wonder if I cna just buy a cast iron replacement disc
[19:54:05] <skullworks-PGAB> why cast iron?
[19:54:11] <Jymm> flatness
[19:54:15] <skullworks-PGAB> would steel work?
[19:54:32] <Jymm> if it was flat (surfaced), sure.
[19:54:44] <skullworks-PGAB> what dia?
[19:54:53] <Jymm> 6" would be nice
[19:55:07] <Jymm> I'd like a bely/disc combo if possible.
[19:55:13] <Jymm> belt
[19:56:02] <ds3> make one on a lathe
[19:56:16] <Jymm> ds3 you got a lathe I can borrow?
[19:56:54] <ds3> if you can fit it on there
[19:57:04] <ds3> is one of those 7x12 imports
[19:57:24] <skullworks-PGAB> use the face plate...
[19:57:52] <skullworks-PGAB> (on the 7x12)
[19:58:02] <Jymm> http://woodworker.com/cgi-bin/FULLPRES.exe?PARTNUM=31-300 $800
[19:58:12] <ds3> use it to make it or use it as the backer?
[19:59:25] <skullworks-PGAB> use it to make it... it would be tight...
[19:59:55] <ds3> I don't think that'd work w/o mod'ing the crosslide for more travel
[20:00:31] <ds3> this delta has a 12" disc so that's way too big
[20:00:41] <skullworks-PGAB> turn compound backwards for part of the operation.
[20:00:54] <Jymm> ds3 Well, it's cast iron, so I wouldn't have to make a disc.
[20:01:17] <ds3> Jymm: take a intro class at a JC and use their lathes
[20:01:49] <skullworks-PGAB> and there matl :)
[20:02:06] <ds3> Hmmmm wonder if that the handle on the cross slide would collide with the compound when used like this
[20:02:32] <Jymm> ds3: Heh, buy the time I pay for tuition, books, parking permit, etc I think I'd be 1/3 there at buying the delta sander! lol
[20:03:16] <ds3> $120 ish
[20:03:19] <ds3> less then 1/3
[20:03:53] <ds3> and that gets you access to lathes and mills; plus they provide cutters
[20:05:38] <skullworks-PGAB> I put my whole class to work when I was in college, Prof approved cause I bought all the matl.
[20:05:48] <Jymm> and eve get to learn how to use a lathe too =)
[20:06:05] <skullworks-PGAB> made about 18 machines
[20:06:21] <ds3> ahhahaha nice
[20:06:29] <skullworks-PGAB> exported them to Mexico...
[20:07:15] <skullworks-PGAB> * skullworks-PGAB realised he started the outsource movement back in the early 80's... :(
[20:17:06] <rayh_> rayh_ is now known as rayh
[20:25:23] <Jymm> Jymm is now known as Jymmm
[20:27:27] <alex_joni> can someone look at linuxcnc.org and see if they can spot problems with broken links?
[20:27:42] <Jymmm> Can't 404
[20:28:22] <alex_joni> Jymmm: sorry?
[20:28:27] <Jymmm> kidding
[20:37:27] <robin_sz> * robin_sz hands alex_joni a copy of wget
[20:37:54] <alex_joni> * alex_joni passes it back, already got one
[20:40:55] <robin_sz> htcheck - Utility for checking web site for dead/external links
[20:41:18] <robin_sz> or webcheck
[20:41:38] <alex_joni> http://www.livevideo.com/video/C376224B62BB47FA80B47DC035702FB0/homemade-anti-gravity-device.aspx
[20:41:40] <mschuhmacher> http://dsplabs.utt.ro/~juve/emc/
[20:41:56] <mschuhmacher> not reachable
[20:42:31] <alex_joni> mschuhmacher: yup, it's down
[20:42:37] <alex_joni> university is having power issues
[20:42:55] <alex_joni> guess it'll be a while.. couple days till it's back up
[20:44:05] <mschuhmacher> http://timeguy.com/cradek/emc/ubuntu
[20:44:38] <cradek> those are some old links you're finding
[20:44:58] <mschuhmacher> its a circle link
[20:45:17] <alex_joni> http://timeguy.com/cradek/emc/ubuntu points to www.linuxcnc.org here
[20:45:27] <cradek> yes
[20:46:26] <mschuhmacher> http://www.linuxcnc.org/content/view/2/4/lang,de/
[20:46:56] <mschuhmacher> points to http://timeguy.com/cradek/emc/ubuntu
[20:47:13] <alex_joni> mschuhmacher: the german translations are quite old
[20:47:26] <alex_joni> it would be very good if you email me a list with problems you find
[20:47:26] <robin_sz> * robin_sz is running webcheck right now
[20:48:17] <mschuhmacher> I didnt found more problems
[20:48:32] <mschuhmacher> than these
[20:49:22] <mschuhmacher> you can solve these by sinply point to the english pages
[20:51:43] <alex_joni> mschuhmacher: yeah, I will
[20:51:43] <alex_joni> hang on
[20:52:46] <mschuhmacher> uuuu hang on snoopy snoopy hang oon
[20:53:03] <mschuhmacher> :-)
[20:53:17] <robin_sz> not sure I believe that levitation thing
[20:53:36] <skullworks-PGAB> hmmm I think thats older than I am...
[20:57:00] <mschuhmacher> http://www.linuxcnc.org/www.servotogo.com
[20:57:05] <mschuhmacher> 404
[20:57:38] <mschuhmacher> this link is on http://www.linuxcnc.org/content/view/6/5/lang,en/
[20:57:39] <alex_joni> mschuhmacher: is it Installierung or Installation
[20:58:00] <alex_joni> or some other word that fails me right now
[20:59:06] <robin_sz> oopsie .. webcheck is d/l ing all the logs too ...
[20:59:28] <alex_joni> ha :D
[20:59:47] <robin_sz> could be there a while ...
[21:00:15] <robin_sz> to be fair, it doesnt d/l them, just checks they answer
[21:01:12] <mschuhmacher> I think Installation would be better english
[21:01:23] <alex_joni> I meant in german
[21:01:24] <alex_joni> :P
[21:01:38] <mschuhmacher> In German both is used
[21:02:28] <mschuhmacher> for the jounger people the Installation would be more Hipp
[21:03:04] <mschuhmacher> :-O
[21:03:21] <anonimasu> heh
[21:35:13] <CIA-19> 03jmkasunich 07TRUNK * 10emc2/src/hal/components/charge_pump.comp: added enable pin to charge_pump component
[21:54:02] <robin_sz> webcheck still slupring ...
[21:56:20] <CIA-19> 03alex_joni 07TRUNK * 10emc2/tcl/mini.tcl: add missing popupJogSpeed (thanks to mschumacher)
[21:57:08] <alex_joni> oops.. forgot an h in there ;)
[21:57:12] <alex_joni> mschuhmacher: hope you don't mind :P
[21:59:45] <robin_sz> alex_joni, generating reports ....
[22:04:49] <robin_sz> 123 bad links ....
[22:05:00] <robin_sz> alex_joni, you want the full report fu?
[22:05:40] <alex_joni> robin_sz: why not..
[22:06:21] <robin_sz> see pm
[22:06:57] <robin_sz> kewl huh?
[22:08:38] <alex_joni> 1-11 are harmless
[22:08:55] <robin_sz> probably .... I just ran the program, thats all
[22:09:09] <robin_sz> apt-get install webcheck :)
[22:09:13] <robin_sz> nice huh?
[22:09:20] <alex_joni> yeah, most are harmless.. the program doesn't like links to autoforwarders
[22:10:37] <alex_joni> there are 3 404's, 2 I have already fixed
[22:10:52] <robin_sz> good
[22:16:10] <alex_joni> fixed the last one
[22:23:25] <robin_sz> jobve done
[22:26:51] <robin_sz> nice to know its been thouroughly crawled though
[22:27:03] <alex_joni> yep, thanks a lot
[22:27:20] <alex_joni> I'm surprised we have so few issues with it :)
[23:30:15] <skullworks-PGAB> All I want is a simple H-Bridge with enough capacity to drive a Pittman 14437 that I can control via a Pluto-P.
[23:30:55] <skullworks-PGAB> key phase is "Enough capacity"
[23:37:29] <CIA-19> 03cradek 07TRUNK * 10emc2/configs/stepper/ (stepper_inch.ini stepper_mm.ini): change default gui for stepper machines
[23:38:20] <CIA-19> 03cradek 07v2_1_branch * 10emc2/configs/stepper/ (stepper_inch.ini stepper_mm.ini): change default gui for stepper machines