Back
[00:30:33] <baden0001> hello
[00:33:24] <cradek> hey
[00:34:21] <baden0001> I have a question about pci parallel cards, can you help
[00:34:35] <cradek> I don't know
[00:35:13] <BMG> Throw it out there - lots of people watching intermittantly
[00:35:22] <baden0001> ok
[00:35:58] <baden0001> have VSCom parport that cant get to function with emc2
[00:36:13] <baden0001> I have listed this problem recently on the emc-users
[00:36:21] <baden0001> tried lspci -v
[00:36:25] <baden0001> got 4 addresses
[00:38:33] <baden0001> 1 caused errors in axis, Device or resource busy
[00:38:46] <baden0001> the other three cause no errors but there is no output
[00:39:16] <baden0001> hal config works with built in parport
[00:39:49] <baden0001> just change address in line loadrt hal_parport cfg
[00:41:23] <baden0001> after looking around on the wiki found that probe_parport
[00:41:31] <cradek> I am puzzled by how it says "Serial controller .... [16550]"
[00:41:46] <baden0001> looks for one type of pnp port
[00:41:55] <baden0001> as am i
[00:42:24] <baden0001> but comparing th lspci before install of pci to after install
[00:42:26] <cradek> did you try loading probe_parport?
[00:42:29] <baden0001> that is the only difference
[00:42:46] <cradek> no, that's bad advice, sorry
[00:42:53] <cradek> I think that's only for PnP parports
[00:42:56] <baden0001> yes there is loadrt probe_parport in the hal finle
[00:45:42] <cradek> what are the chips on the card? I think the kernel doesn't think it's a parallel port.
[00:46:15] <baden0001> the only chip I see has VSCom on it
[00:47:02] <anonimasu> |dareposte|: well, it depends there are lots of carbide variations
[00:47:38] <anonimasu> |dareposte|: honed edges and small radii and different rake's.. and chip forming...
[00:47:45] <cradek> baden0001: do you know the model number?
[00:48:46] <baden0001> pci-010l is printed onto the card
[00:50:22] <cradek> I have to run, I hope you get it figured out
[00:50:36] <baden0001> thanks
[00:58:28] <fenn_> fenn_ is now known as fenn
[01:00:38] <[1]a-l-p-h-a> [1]a-l-p-h-a is now known as a-l-p-h-a
[01:23:35] <|dareposte|> question: if I'm trying to make a radius in my lathe, do i use a G3 or a G2, and do I have to program G18 first?
[01:24:28] <fenn> depends, and yes
[01:25:25] <|dareposte|> so if i'm going towards the chuck, and my tool is on the near side of the z axis, then i would use G2 for cw?
[01:25:51] <|dareposte|> assuming G18 is the xz plane
[01:26:17] <fenn> Z is positive away from the spindle, right?
[01:26:49] <fenn> are you making a fillet or a rounded corner?
[01:27:16] <|dareposte|> yes and a rounded corner
[01:27:26] <|dareposte|> just confused a bit by the center format arc
[01:27:29] <fenn> then i think you want to go counterclockwise (g3)
[01:27:50] <fenn> i dont know what you mean 'near side of the z axis'
[01:28:30] <|dareposte|> if i start at the tip of the piece, and work to the left
[01:28:39] <fenn> i,j are incremental relative to the current position
[01:30:18] <fenn> i hate i,j format for hand written code
[01:30:37] <fenn> oh wait, i hate g-code in general
[01:30:53] <|dareposte|> yeah i'm sufficiently confused
[01:31:15] <|dareposte|> i was thinking i could take a few arc passes to get to the right diameter without taking a huge cut, but it seems too difficult to figure out
[01:31:51] <|dareposte|> maybe rough it out with some turning passes to get it close, then take one arc pass
[01:31:51] <fenn> you could add a diameter offset to the start and endpoints
[01:32:03] <|dareposte|> how on earth would i go about doing that?
[01:32:10] <|dareposte|> sounds clever, i like it
[01:33:00] <fenn> G1X123+#<_offset> ; g2 X456+#<_offset>
[01:33:40] <fenn> put that in a function and change _offset between function calls
[01:33:53] <|dareposte|> neat
[01:34:04] <|dareposte|> gotta figure out g-code functions i guess
[01:34:36] <fenn> in fancy cam software they usually take the maximum step cut and then knock off the corners and then take a finish pass with the true arc
[01:35:39] <fenn> i doubt that's optimal though; professional cam software is not a shining example of the triumph of mathematics
[01:36:27] <|dareposte|> yeah
[01:36:38] <|dareposte|> i need a windows backplotter
[01:36:47] <|dareposte|> or to install linux on my laptop
[01:40:07] <|dareposte|> reading the directions... it seems like this should make a quarter circle
[01:40:10] <|dareposte|> g0 x0 z0
[01:40:16] <|dareposte|> g2 x5 z-5 k-5
[01:40:41] <|dareposte|> with radius 5mm
[01:41:02] <|dareposte|> am i even remotely close?
[01:42:59] <SWPadnos> sounds close to me
[01:45:00] <|dareposte|> hm wonder why it's not working
[01:45:24] <SWPadnos> I guess you might want G3
[01:47:49] <toastydeath> you might want g2 x5. z-5. k-5.
[01:48:05] <toastydeath> also j0
[01:48:22] <SWPadnos> the decimals make no difference to emc2
[01:48:32] <toastydeath> oh
[01:48:43] <|dareposte|> thank goodness
[01:48:46] <SWPadnos> I think it's g2 z5 x-5 i-5
[01:48:55] <SWPadnos> if you're doing a fillet vs. a rounded corner
[01:49:08] <SWPadnos> and it's the G18 plane
[01:49:44] <SWPadnos> arc directions appear backwards with lathes because the Y+ direction is away from you instead of toward you as it should be
[01:50:01] <SWPadnos> (as in, coming out of the screen)
[01:50:50] <|dareposte|> oh yeah that worked
[01:50:52] <|dareposte|> cool
[01:51:06] <fenn> what's Y on a lathe?
[01:51:25] <toastydeath> centerline adjustment, if the machine has it
[01:51:48] <SWPadnos> there isn't a Y axis, but in the coordinate system as presented, it would stick out the back of the monitor instead of out the front
[01:52:06] <SWPadnos> to maintain a right-handed coordinate system
[01:52:51] <|dareposte|> except it ran backwards
[01:53:48] <SWPadnos> then start at the other end and use G3 ;)
[01:53:59] <fenn> but he's not moving in Y
[01:54:19] <|dareposte|> yeah that worked SWPadnos
[01:54:28] <|dareposte|> i did g3 z-5 x5 k-5
[01:54:34] <|dareposte|> and it did what i wanted
[01:54:43] <SWPadnos> cool
[01:55:00] <|dareposte|> although it is clearly making a clockwise arc
[01:55:06] <fenn> positive X is towards the operator or away?
[01:55:11] <|dareposte|> as it draws it in Axis
[01:55:23] <|dareposte|> for me its towards operator
[01:55:23] <SWPadnos> liek I said, the motion seems backwards because Y (if it existed) would be pointing away from you
[01:55:34] <SWPadnos> it's like looking from the bottom of the XY plane
[01:56:26] <[1]a-l-p-h-a> [1]a-l-p-h-a is now known as a-l-p-h-a
[01:57:24] <|dareposte|> makes sense sort of
[01:58:20] <|dareposte|> assuming you are viewing axis from the positive Y direction?
[02:03:44] <|dareposte|> oh wow that is definitely going to crash for sure
[02:04:36] <fenn> * fenn suggests putting a potato in the lathe chuck
[02:04:50] <fenn> then at least you can deep fry the chips
[02:04:51] <|dareposte|> i conveniently just bought some
[02:05:06] <|dareposte|> i am trying to put a 4mm radius on a part
[02:05:15] <|dareposte|> and i'm pretty sure my wimpy lathe won't do it in one go
[02:05:32] <fenn> what size insert?
[02:05:35] <|dareposte|> so i gotta step it before i turn it, or figure out a way to do what was suggested earlier of working in on the radius
[02:06:23] <|dareposte|> dunno about the insert, i forgot already
[02:06:27] <|dareposte|> i think its a tpg222
[02:06:31] <|dareposte|> or something to that effect
[02:06:41] <|dareposte|> its a small triangle with no hole in it, standard insert
[02:10:17] <BMG> I am building a Sim on this computer using the Compiling (CVS Versions) directions from the wiki
[02:10:34] <BMG> I followed all the commands there and went to MAKE and got
[02:10:42] <BMG> ./configure --enable-run-in-place --enable-simulator
[02:10:50] <BMG> err - wrong paste
[02:11:07] <BMG> configure: error: Required library 'readline' missing.
[02:12:01] <BMG> Actually - that occurred during the .configure command - any suggestions on how to proceed?
[02:13:26] <fenn> did you do `apt-get build-dep emc2` ?
[02:14:13] <eric_unterhause1> I think I went through this recently, and have forgotten everything
[02:14:52] <BMG> Hmmm.... reading
http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?EMC2_Pure_Simulator - bottom of page "Compiling"
[02:15:00] <fenn> hmm the wiki seems to be rather incomplete
[02:15:13] <BMG> it says "The CVS versions of emc2 can be built in pure simulator mode, requiring no kernel patches, kernel modules, or root access. G-code files can be previewed or backplotted, and non-hardware-driver HAL components can be used, all running under a debugger if desired. "
[02:15:27] <BMG> I took that to mean I could skip the steps above
[02:15:30] <eric_unterhause1> but you need a couple of libraries
[02:15:42] <BMG> Perhaps I misinterpreted that?
[02:15:57] <eric_unterhause1> I believe so
[02:16:17] <eric_unterhause1> I compiled the sim because I'm using 8.10 64bit AMD
[02:16:18] <SWPadnos> you can install and do those things, but you still need many of the dependencies
[02:16:33] <SWPadnos> what version of Linux are you compiling on?
[02:16:37] <fenn> BMG: this is what i would do
http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?Installing_EMC2#On_Ubuntu_with_EMC2_and_RTAI_kernel_already_installed
[02:17:07] <fenn> otherwise you have to get all the different -dev packages manually
[02:17:53] <BMG> THis comp is 8.04 and it is not a RT version - its in my office - machine is downstairs
[02:18:04] <BMG> not using it to run the router
[02:18:11] <fenn> it doesn't matter if it's rtai or not
[02:19:03] <fenn> i guess that wiki sub-heading could be phrased better
[02:19:12] <BMG> Alright - back to square one - I will redo from the page you referenced
[02:19:49] <SWPadnos> you should be able to dollow only the sections about "preparing to compile" and "simulator only"
[02:19:55] <SWPadnos> follow, not dollow
[02:20:35] <SWPadnos> you could also just install the sim packages
[02:20:46] <SWPadnos> since you're on Ubuntu 8.04 and everything
[02:21:13] <SWPadnos> oh hey:
http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?Installing_EMC2#Simulator_Build_On_Ubuntu_8_04_Hardy_Heron
[02:21:54] <fenn> SWPadnos: yeah but how do you know that list of packages is correct?
[02:22:02] <SWPadnos> I don't
[02:22:10] <SWPadnos> we should find out soon ;)
[02:22:27] <eric_unterhause1> if you get an error in ./configure, search for the missing dep in synaptic
[02:22:47] <fenn> that page is too damn long
[02:23:01] <SWPadnos> too many options on where and how and on what to install
[02:23:04] <eric_unterhause1> makes my head hurt, "math is hard"
[02:23:12] <fenn> case if emc2 AND debian: blah blah blah; if emc2 AND ubuntu NOT RTAI: blah blah blah
[02:23:16] <BMG> SWP - that looks suspiciously like
http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?EMC2_Pure_Simulator
[02:23:33] <BMG> Same libraries - just in a single line
[02:24:18] <BMG> build-essential was missing
[02:24:40] <fenn> BMG: you should follow EMC2_Pure_Simulator and if it doesn't work, fix it :)
[02:24:40] <[1]a-l-p-h-a> [1]a-l-p-h-a is now known as a-l-p-h-a
[02:25:28] <SWPadnos> if you have the EMC2 source, there's a file called debian/control.in, which has the list of dependencies
[02:25:50] <SWPadnos> it's not trivial to read, but if you stare at it for a few minutes, it should become clear(er)
[02:25:59] <fenn> configure should whine about what is missing
[02:26:11] <fenn> then apt-get install <whatever>-dev
[02:26:19] <fenn> or apt-cache search <whatever>
[02:26:19] <SWPadnos> it does, but it seems to only do it for one thing at a time
[02:26:31] <SWPadnos> no, because you could be compiling on red hat, for instance
[02:27:24] <BMG> Staring has not gotten me very far yet...
[02:27:29] <SWPadnos> heh
[02:27:38] <|dareposte|> fenn and SWPadnos: thanks for your help, the part turned out great
[02:27:45] <SWPadnos> cool
[02:28:03] <SWPadnos> Build-Depends: debhelper (>> 4.0.0),@KERNEL_DEPENDS@,@KERNEL_HEADERS@,@EXTRA_BUILD@,g++,make,libc6-dev,tcl8.4-dev,tk8.4-dev,libgtk2.0-dev,libncurses-dev,gettext,libxaw7-dev,libreadline5-dev,lyx-qt | lyx,python,tetex-bin,python-dev,libglu1-mesa-dev,libgl1-mesa-dev,libgnomeprintui2.2-dev,bwidget,tetex-extra,xsltproc,groff
[02:28:35] <SWPadnos> you can get rid of the @KERNEL_DEPENDS (and anything else with @)
[02:28:59] <SWPadnos> things that are separated by | means this or that (so you only need lyx-qt or lyx, not both)
[02:29:37] <fenn> you actually dont need either
[02:29:54] <fenn> or tetex-extra
[02:30:01] <fenn> that'll shave off 400mb of downloads
[02:30:12] <SWPadnos> heh
[02:30:35] <SWPadnos> I don't know - lyx may be needed to generate manpages
[02:31:08] <BMG> I appear to be spiralling backwards
[02:31:11] <fenn> no that's done with groff
[02:32:02] <BMG> I will tackle this tomorrow eve
[02:32:03] <SWPadnos> BMG, note "libreadline5-dev" in that list?
[02:32:12] <BMG> yes?
[02:32:21] <SWPadnos> configure told you that you don't have readline installed
[02:32:37] <SWPadnos> so you need to install libreadline5-dev, and then configure will tell you the next thing that's missing
[02:33:02] <SWPadnos> or you can install more or less every package in that list, and configure (and the build) should complete
[02:33:35] <BMG> glackins@glackins-desktop:~$ apt-get install libreadline5-dev
[02:33:35] <BMG> E: Could not open lock file /var/lib/dpkg/lock - open (13 Permission denied)
[02:33:35] <BMG> E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
[02:33:43] <SWPadnos> these packages: g++,make,libc6-dev,tcl8.4-dev,tk8.4-dev,libgtk2.0-dev,libncurses-dev,gettext,libxaw7-dev,libreadline5-dev,lyx-qt,python,tetex-bin,python-dev,libglu1-mesa-dev,libgl1-mesa-dev,libgnomeprintui2.2-dev,bwidget,tetex-extra,xsltproc,groff
[02:33:47] <SWPadnos> sudo apt-get ...
[02:33:52] <BMG> ack
[02:33:55] <SWPadnos> only the admin can install stuff ;)
[02:33:56] <BMG> sleepy
[02:34:37] <SWPadnos> night night ;)
[02:34:46] <BMG> glackins@glackins-desktop:~$ sudo apt-get libreadline5-dev
[02:34:46] <BMG> [sudo] password for glackins:
[02:34:46] <BMG> E: Invalid operation libreadline5-dev
[02:34:57] <BMG> grrr
[02:35:01] <BMG> I see it
[02:35:01] <SWPadnos> sudo apt-get install stuff ;)
[02:35:02] <fenn> apt-get install
[02:35:46] <BMG> silly mistakes when tired
[02:35:52] <SWPadnos> yep
[02:37:05] <BMG> only other config error was configure: WARNING: Xaw lib missing
[02:37:48] <SWPadnos> weird
[02:37:57] <fenn> libxaw7-dev?
[02:38:07] <SWPadnos> oh yeay, there it is
[02:38:09] <SWPadnos> yeah
[02:38:16] <BMG> yep - installing
[02:40:15] <BMG> configure: error: Required header Python.h missing. Install it, or specify --disable-python to skip the parts of emc2 that depend on Python
[02:40:30] <BMG> python-dev?
[02:43:38] <BMG> Its looking for Python 2.5 - I tried to add and it said I have it - how do I check the version?
[02:43:47] <BMG> of what I have
[02:46:34] <BMG> I tried sudo apt-get install python.h as well and it could not be found - any other suggestions?
[02:47:06] <SWPadnos> python-dev
[02:47:45] <BMG> did that - no effect
[02:48:00] <SWPadnos> huh
[02:48:41] <fenn> python2.4-dev?
[02:48:48] <BMG> ran it again and its installing - must have had a typo
[02:50:05] <SWPadnos> what might be easiest would be to run synaptic
[02:50:22] <SWPadnos> err - nevermind that, my buffer had scrolled
[02:52:06] <BMG> got it installed - now a open GL error on configure
[02:52:34] <SWPadnos> take the list of packages I pasted in here, replace the commas with spaces, and install all of them
[02:52:47] <SWPadnos> anything that is already installed will not be re-installed
[02:53:40] <Guest264> Guest264 is now known as skunkworks_
[02:54:20] <BMG> doing it now - looks like the wiki could use an update
[02:54:21] <SWPadnos> damn. should I have more cheese and crackers, or go to the store to get some sausage or chocolate covered donuts?
[02:56:09] <BMG> how bout cheese filled chocolate covered sausages
[02:56:41] <BMG> crud - Its installing every language package
[02:56:59] <SWPadnos> hmmm. I don't think I've seen those
[02:57:01] <SWPadnos> :)
[02:57:05] <fenn> dont install the lyx and tetex packages
[02:57:16] <BMG> too late
[02:57:24] <fenn> ctrl-c
[02:57:35] <fenn> then up-arrow and edit the install line
[02:57:55] <fenn> or not, whatever
[02:57:58] <fenn> * fenn goes to be
[02:57:59] <fenn> d
[02:58:01] <BMG> how bout tetex-extra
[02:58:07] <SWPadnos> I guess it'll be the donuts:
http://entenmanns.gwbakeries.com/op-prod.cfm/prodId/7203000018/catId/5
[02:59:43] <|dareposte|> wow your donuts have their own website
[02:59:56] <BMG> lets see if sudo apt-get install g++ make libc6-dev tcl8.4-dev tk8.4-dev libgtk2.0-dev libncurses-dev gettext libxaw7-dev libreadline5-dev python python-dev libglu1-mesa-dev libgl1-mesa-dev libgnomeprintui2.2-dev bwidget xsltproc groff works
[03:00:26] <[1]a-l-p-h-a> [1]a-l-p-h-a is now known as a-l-p-h-a
[03:00:51] <SWPadnos> should, if you leave out "works" :)
[03:01:12] <BMG> I want "works" to work
[03:02:46] <BMG> # It seems that ./configure completed successfully. #
[03:02:50] <fenn> apt-get hold the anchovies
[03:02:51] <BMG> make
[03:02:58] <BMG> grrr - wrong window
[03:08:05] <BMG> Make is making it so far...
[03:13:34] <|dareposte|> why do isp's always insist on asymmetrical lines :(
[03:13:41] <|dareposte|> it takes ages to upload anything
[03:14:43] <SWPadnos> I'ms ure they'd be happy if you chose to pay 10x as much for SDSL
[03:15:37] <|dareposte|> they'd probably be happy if i just paid for it
[03:16:07] <|dareposte|> 10x more is like a rent check
[03:16:35] <|dareposte|> i have to assume it's artificially limited, because the DL speed uses the same wires as the UL speed
[03:17:24] <SWPadnos> no, it's also power and RF emissions limited
[03:18:06] <SWPadnos> the transmitting equipment at the telco is probably FCC class A, but the stuff sold to consumers needs to be class B
[03:25:04] <|dareposte|> well that's disappointing
[03:25:22] <|dareposte|> i always imagined some mean guy sitting at the switchboard, throttling my uploads
[03:27:10] <SWPadnos> the mean guy is at the FCC I guess :)
[03:27:27] <SWPadnos> I'm sure there are other considerations, but it's not all ISP malice
[03:28:48] <|dareposte|> SWPadnos: Here's what you did:
http://www.youtube.com/watch?v=77FmvLvMplg
[03:29:01] <|dareposte|> by helping with the radius
[03:29:13] <SWPadnos> heh
[03:29:19] <SWPadnos> I was going to deny everything :)
[03:29:56] <|dareposte|> worked great
[03:30:01] <SWPadnos> cool
[03:30:08] <|dareposte|> i made a decent sized pile of chips today
[03:31:01] <|dareposte|> not sure why youtube always makes the video so crappy
[03:31:31] <SWPadnos> so they can charge you more for the good version?
[03:31:40] <SWPadnos> err, I meant to save bandwidth
[03:31:49] <SWPadnos> that's cool. you could make a knob with that part :)
[03:32:22] <|dareposte|> it's supposed to be a weight
[03:32:26] <|dareposte|> part of a 3-piece set
[03:32:48] <|dareposte|> for competition archers I believe
[03:33:13] <SWPadnos> interesting
[03:33:53] <|dareposte|> not sure how to get rid of that little nub on the front though :(
[03:34:02] <|dareposte|> i guess my tool's radius is too big for facing
[03:34:07] <|dareposte|> or i should go past x=0
[03:34:11] <|dareposte|> to x=-2 or something
[03:36:41] <|dareposte|> the corner radius is 1/32"=0.8mm
[03:37:35] <SWPadnos> is the tool "vertically" aligned withthe spindle axis?
[03:37:42] <|dareposte|> yeah very close
[03:37:48] <SWPadnos> ok
[03:38:07] <|dareposte|> i think maybe i could go 2 radiuses past the centerline to get rid of it
[03:38:09] <SWPadnos> were you using tool offsets when you did the facing move?
[03:38:20] <SWPadnos> yeah, or one plus a little
[03:38:23] <|dareposte|> no i just have it as tool 1 for turning and facing
[03:38:56] <|dareposte|> but yes i was using tool offsets for tool 1
[03:40:31] <SWPadnos> huh. I guess I'd expect it to "just work", but I really have no experience with g-code ...
[03:41:01] <|dareposte|> me neither
[03:41:13] <|dareposte|> aside from hacking through it a few lines at a time
[03:41:22] <|dareposte|> cradek helped me with the tool offsets
[03:41:34] <|dareposte|> i think there is a radius compensation feature but I haven't attempted to use it yet
[03:41:47] <|dareposte|> i just now got a tool on there where i actually know the radius :)
[03:42:55] <SWPadnos> are you using a lathe-style tool table?
[03:42:59] <|dareposte|> yep
[03:43:00] <SWPadnos> heh
[04:41:17] <eric_unterhause1> that's happy-making, I just got my lathe to turn with the vfd
[06:17:36] <[1]a-l-p-h-a> [1]a-l-p-h-a is now known as a-l-p-h-a
[06:42:45] <ren_encee> guys hi
[06:42:49] <ren_encee> ren_encee is now known as renesis
[06:42:53] <renesis> k its me
[06:43:38] <renesis> okay so the 6-8ipm stepper desyncing went away when i turn ustepping off or set to half set
[06:43:56] <renesis> readjusting gibs and mount blacks and etc etc did nothing
[06:44:02] <renesis> xylotex fail
[06:44:24] <renesis> *half step
[06:44:29] <renesis> k thats it
[07:41:07] <[1]a-l-p-h-a> [1]a-l-p-h-a is now known as a-l-p-h-a
[07:47:45] <Valen> I'm thinking with my direct drive servo setup, using long mag motors for the drives
[07:47:55] <Valen> 20A @ 130 volts or so peak
[07:48:13] <Valen> using the big 175V mesa 2Kw controller
[07:48:24] <Valen> and i'm wondering what to use for the power supply
[07:48:58] <Valen> Part of me is leaning towards 12 smallish lead acid batteries and hacking up a ~200W charger for it that is ok with running while under load
[07:49:43] <Valen> IE just a CC/CV charger that will stick half an amp in until the voltage reaches ~80% charge on the lead acids then it'll just sit there
[08:25:21] <pjm_> good morning
[08:26:27] <[1]a-l-p-h-a> [1]a-l-p-h-a is now known as a-l-p-h-a
[08:32:23] <archivist> pjm_, good morning, is your spindles encoder on the parport as well as speed control
[08:33:14] <pjm_> yeah
[08:33:17] <pjm_> its all on parports
[08:33:30] <pjm_> i've optimised the machine control down to just 2 parports now
[08:33:39] <pjm_> excluding the jog wheel pendant of course
[08:34:27] <archivist> I might have a go on doing speed and tapping etc if I can find enough scrapbox shrapnel
[08:34:30] <pjm_> the spindle encoder has differential outputs, i made an opto board to convert that back into single ended ttl, made no difference at all, so now i'm connecting the spindle encoder direct
[08:36:10] <pjm_> archivist yes do that!!! it will be cool. I tried tapping an M8 hole but my motor ran out of omph, so I need to find a new motor and replace my existing one
[08:36:18] <archivist> I have a couple of encoders to try or Ill make a disk to suit the pully
[08:37:44] <pjm_> i built a 32 and 64ppr encoder just to play with, but it resulted in non smooth operation, then again that was with the v2.2.8
[08:37:53] <pjm_> but the new v3.2beta is perfect
[08:39:00] <archivist> John Stevenson is coming around on Friday I wonder if I can get it screw cutting by then
[08:39:17] <pjm_> ah is that the guy from the emc list?
[08:39:26] <archivist> yes
[08:39:37] <pjm_> i should have replied too, perhaps he can stop here for a cuppa on the way back!
[08:39:44] <archivist> had some stories on the phone yesterday
[08:40:03] <archivist> he only lives 20 miles from me
[08:40:08] <pjm_> ah that is handy
[08:40:16] <pjm_> there was also a guy from redruth
[08:40:22] <pjm_> i think i read that correctly anyway
[08:40:39] <pjm_> i think mach3 people should all be converted
[08:40:55] <archivist> he can talk to Les in Bidiford
[08:41:17] <archivist> now I hear more about mach3 yes :)
[08:42:19] <pjm_> its a nightmare from what i have read, i looked closely at it when i started on the cnc project about this time last year
[08:43:04] <archivist> seems geckos are not blameless also
[08:43:55] <pjm_> ah i've never used those
[08:43:59] <pjm_> they are sposed to be ok
[08:45:03] <pjm_> btw, bloody breaking resistor!!!
[08:45:35] <pjm_> u cannot believe how much c**p is emitted from the connecting wires, more than a few V p-p when u hold the scope probe within an inch of the cables
[08:45:54] <archivist> I can
[08:45:58] <pjm_> and with the resistor connected, you can see impulse noise all over the 5v supply for the logic
[08:46:14] <archivist> grounding/screening
[08:46:16] <pjm_> so i spent an hour in a de-coupling frenzy last night
[08:46:36] <pjm_> everything is using screened cables, all bonded to a single earth point
[08:46:51] <pjm_> except the mains input to the VFD from the line filter
[08:47:02] <archivist> common mode currents
[08:47:04] <pjm_> that isnt screened, and neither is the braking resistor connections
[08:48:23] <pjm_> so next step was to replace the braking resistor cable with some screened mains cable
[08:48:37] <pjm_> and see if that fixes it, I'm hopeful that it will
[08:54:24] <pjm_> archivist i have a handful if encoders around if u are stuck for something
[08:54:36] <pjm_> all but the 18000ppr one is available ;-)
[08:55:38] <archivist> I should be ok here with what I have (except the will need belt drive) or I make a special
[09:05:39] <pjm_> archivist btw i updated the
http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?Pjm page with some photos of the updated machine including the box for the rats nest
[09:06:58] <archivist> I still have the open rats
[09:07:44] <pjm_> hehh mine needed to get in a box because i was worried bits of swarf could get on it
[09:07:54] <pjm_> and let out that precious magic smoke
[09:08:51] <archivist> yup I worry about the PC vent holes and swarf
[09:12:55] <pjm_> just cading up a scalar feed for 32GHz, so should be able knock one out before lunchtime ;-)
[09:14:55] <archivist> bah /me has to work
[09:29:24] <alex_joni> pjmcnc, pjm_ : cool stuff
[11:48:00] <BigJohnT> anyone have any ideas
http://www.linuxcnc.org/component/option,com_kunena/Itemid,0/func,view/catid,18/id,55/lang,en/#55
[11:49:46] <archivist> my P4 works ok
[11:50:22] <BigJohnT> thanks for looking archivist
[11:51:11] <archivist> but he has not got real time loaded
[11:52:13] <BigJohnT> do you think the install got borked?
[11:55:02] <pjm_> archivist
http://pjm.dyndns.org/cam/32ghz_feedpjm/feed.jpg - this is what i love about EMC, it facilitates ideas to lumps of metal in a short time
[11:55:26] <BigJohnT> this might be a clue "Module rtai_hal is in use"
[11:55:45] <archivist> ah already running emc
[11:56:13] <archivist> pjm_, yup some stuff is nice and easy
[11:58:06] <archivist> pjm_, what type of ally
[12:00:06] <justa> pjm_: nice piece of metal :)
[12:01:27] <pjm_> archivist no idea, some off cuts me dad give me from a job
[12:02:17] <archivist> looks reasonable, not the sticky pure stuff
[12:02:36] <pjm_> its probably aircraft spec stuff since he makes a lot of parts for airbus
[12:03:00] <archivist> hehe proper ally
[12:03:04] <pjm_> that feed was made using a 1/16th cutter, with pretty slow feed
[12:03:11] <BigJohnT> 7075 maybe
[12:03:12] <pjm_> yeah proper! dont bind up the cutter
[12:03:16] <pjm_> let me ask
[12:06:55] <pjm_> its '6082 HE30' what ever that means!
[12:06:59] <pjm_> the ally that is
[12:07:59] <BigJohnT> not a common alloy but I bet a good one
[12:08:21] <BigJohnT> 6061 is the most common and it is gummy and sticky when you cut it
[12:10:04] <pjm_> yeah for some reason i have a nice pile of offcuts of this stuff, random sizes, but very suitable for the small stuff i make
[12:10:24] <pjm_> this part is the feedhorn for a 32GHz receiver system i've got prototyped on the bench
[12:10:38] <BigJohnT> cool
[12:10:45] <archivist> http://www.aircraftmaterialsuk.com/data/aluminium/6082.html
[12:11:33] <justa> * justa can't wait to get time next to re-doing his appartment to start proper work on a CNC of his own *whine*
[12:18:16] <skunkworks> archivist: 160v 20a - no smoke.
[12:18:38] <skunkworks> yet
[12:18:47] <BigJohnT> Sweet!
[12:19:28] <skunkworks> the servos are pretty much 1:1 - so we where measuring 20ft-lbs of torque
[12:20:13] <BigJohnT> I have a box full of servos headed my way
[12:21:38] <skunkworks> nice! what from?
[12:22:06] <BigJohnT> some giant knee mill with a huge circle around it for a tool changer
[12:22:43] <skunkworks> man - the mill would have been neat to have :)
[12:23:15] <BigJohnT> I can get it if I want it but no room at the moment and it is safe where it is
[12:23:37] <archivist> your toy is big enough skunkworks
[12:26:36] <skunkworks> we are thinking 2:1 reduction to the 3tpi ball screws. That will give aprox 200ipm
[12:27:10] <skunkworks> who wants to calculate the force? (at 20ft-lbs torque at the motor)
[12:27:15] <BigJohnT> that is about what my bp is
[12:27:22] <justa> hmmforce
[13:02:08] <jensor> alex_joni I remember sometime ago I ran across a program I think you generated to write g code to mill a pocket. If it was yours where can I access it?
[13:04:27] <archivist> jensor,
http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?Simple_EMC_G-Code_Generators
[13:05:25] <jensor> archivist thanks Iguess thats where I saw it!
[13:06:30] <alex_joni> BigJohnT: I doubt that line is a clue
[13:06:45] <BigJohnT> I was guessing :O
[13:07:02] <alex_joni> it happens on shutdown, when it tries to remove stuff
[13:08:38] <alex_joni> the segfault is the important stuff, but hard to figure out, especially since he changed PCs
[13:47:12] <Valen> so what do people think of my evil plan to run 150 volts worth of lead acid batteries as the power supply to 2x of the 2Kw mesa controllers
[13:47:39] <Valen> with a ~300W CC/CV charger sitting there to keep the batteries topped up
[13:48:32] <pjmcnc> what is your mains supply voltage? 110v ?
[13:48:47] <pjmcnc> if so u could just rectify that
[13:51:32] <cradek> that's bad advice. you would end up with no isolation if you did that.
[13:53:49] <pjmcnc> ah yes via a suitable big isolation transformer of course, like one of those yellow 'power tools' ones
[13:53:51] <Valen> 240vac
[13:54:27] <Valen> I thought about a "bad boy" supply but even then you cant suck 8Kw out of the wall
[13:54:45] <Valen> (bad boy = non isolated)
[13:54:56] <pjmcnc> hehhe, yeah 8kw is rather a lot of power
[13:55:07] <Valen> what do people use as supplies in the real world for these 150Vdc controllers?
[13:55:26] <Valen> 8kw is a max torque on all axes simultaniously
[13:55:37] <Valen> so i figure thats the place to aim
[13:56:57] <pjm_> probably 'real world' is 415vac 3-phase
[13:57:18] <Valen> on the up side its looking like 400 inches per minute traverse speeds lol
[13:57:52] <Valen> mmm still need a power supply though
[13:59:21] <Valen> Might have a guy who is able to get hold of the 15 batterys i need from some mobile phone towers for cheap cheap
[13:59:51] <Valen> big ones too
[14:01:20] <skunkworks> I am going to be using a 6kw 3phase transformer for my servos. :) outputs 125v ac from 220v
[14:01:40] <Valen> what servos you running?
[14:01:58] <Valen> and how big a forklift did you use to move the thing ;->
[14:02:07] <skunkworks> http://www.electronicsam.com/images/KandT/DSC_0242.JPG
[14:02:19] <Valen> ahh that one
[14:02:37] <Valen> I'm planning mag motors
[14:02:38] <skunkworks> the transformer isn't too heavy. 2 people can carry it.
[14:03:00] <skunkworks> http://www.electronicsam.com/images/KandT/conversion/diodes.JPG
[14:03:03] <skunkworks> diode bridge
[14:03:15] <Valen> http://www.magmotor.com/brushed/brushed.html S28-400
[14:03:53] <skunkworks> Nice
[14:03:57] <cradek> skunkworks: the old auto spark condensor is a nice touch
[14:04:14] <skunkworks> heh - it was out of some sort of tig welder
[14:04:18] <skunkworks> iirc
[14:04:32] <skunkworks> factory I assume
[14:04:33] <Valen> your colour prices you have on offer are quite compeditive too
[14:04:54] <Valen> ;-P
[14:04:58] <skunkworks> ;)
[14:05:03] <skunkworks> old school project
[14:05:09] <Valen> lol
[14:05:18] <Valen> where is the condenser in the photo?
[14:05:49] <skunkworks> screwed to the right diode
[14:06:22] <Valen> oh right duh, helps to look at the right photo
[14:06:27] <Valen> i was looking at the motor pic
[14:06:35] <Valen> hence the "wtf"?
[14:07:36] <Valen> you must have a pretty massive shop lol to have that machine in it
[14:09:03] <Valen> ahh man that sucks, tasmania is getting fiber to the home starting its rollout in july, the rest of the country needs to wait till 2010
[14:14:56] <skunkworks> what we are replacing with emc2
http://www.electronicsam.com/images/KandT/conversion/rearcontrller.JPG
[14:15:18] <Valen> rofl holy crap
[14:15:35] <Valen> is that the computer or the controller?
[14:15:58] <Valen> I can see there are some shiny new caps in amongst it all so was it running fairly recently?
[14:16:14] <archivist> that needs a proper restoration skunkworks
[14:16:53] <cradek> archivist: be careful -- he offered to send it to me when I said that
[14:16:54] <skunkworks> within the last few years.
[14:17:00] <skunkworks> heh
[14:17:01] <Valen> Or at least get the flashy lights working and stick the EMC box behind a wall somewhere
[14:17:25] <cradek> I think it would be neat to reuse the thumbwheels :-)
[14:17:46] <archivist> cradek, I was winding him up like that a year ago but Im safely too far away
[14:19:36] <justa> skunkworks: ... woah....
[14:19:41] <cradek> http://www.youtube.com/watch?v=C740zS9R9kk&feature=channel
[14:19:52] <cradek> yikes, I think this guy is tapping with a keyless drill chuck
[14:20:04] <cradek> but it looks like it works!
[14:20:15] <justa> skunkworks: any ringcore memory in there ?
[14:20:24] <Valen> hardcore
[14:20:40] <archivist> cradek, thats pjm in here
[14:20:51] <cradek> cool
[14:21:03] <cradek> pjm_: doesn't the chuck loosen? or is it not the kind I think?
[14:21:12] <justa> * justa saves skunkworks's picture and captions it with 'Don't worry, we have a backup system ready'
[14:21:22] <Valen> what you using for the spindle on that thing?
[14:22:26] <cradek> ouch, here's milling with the same chuck:
http://www.youtube.com/watch?v=7MlCFMTn36w&NR=1
[14:23:21] <Valen> something grindy there
[14:25:17] <Valen> oh yeah full credit for not putting irritating music over all the cool machine noises
[14:25:23] <archivist> I like to be nearer spindle bearings too
[14:26:21] <pjmcnc> cradek, yeah i know its poor practice to hold everything in a chuck ;-) but i'm only working with soft ally
[14:26:40] <pjmcnc> for steel i put the cutters in a proper collet holder etc
[14:27:06] <Valen> what is the spindle drive your using?
[14:27:26] <cradek> how do those tapped threads come out? It looks like you are able to run it fast.
[14:27:33] <pjmcnc> as for the chuck loosening, never had it happen yet, its a alberecht one, apparently quite nice
[14:28:01] <pjmcnc> the threads are really nice, certainly as good as a properly hand tapped thread
[14:28:02] <cradek> yes those are nice. but I'm surprised it doesn't open when you reverse the spindle
[14:28:35] <pjmcnc> i.e. no slop in them etc, i tried a m3 thread gauge in the tapped hole and the appropriate go/no go ends did as they were sposed to
[14:28:47] <cradek> cool, very neat to hear that.
[14:28:57] <pjmcnc> i tried m3 tapping at 1000rpm and it worked fine too
[14:29:12] <Valen> rather quick too i'd imagine ;->
[14:29:12] <pjmcnc> but for safety i usually run it at 500 or 750
[14:29:16] <cradek> are you using 2.2 or 2.3?
[14:29:22] <pjmcnc> the 2.3 beta 2
[14:29:25] <jepler> I measured the power used by my little mill last night. driver box on but not enabled: 5W. amplifiers enabled: 20W (3 nominally 5W motors--it's a small mill). amplifiers + spindle turning: 45W. shop-vac for chip removal: 700W.
[14:29:27] <cradek> excellent
[14:29:37] <cradek> jepler: haha
[14:30:01] <pjmcnc> it is so good as to be amazing!! the v2.2.8 has a strange speed ringing on the Z axis during the start of the tapping cycle
[14:30:07] <Valen> pjmcnc so what are you using for the spindle drive to get the controll?
[14:30:10] <pjmcnc> where as 2.3 just works perfectly
[14:30:31] <cradek> pjmcnc: yes I redid that initial sync part
[14:30:39] <cradek> pjmcnc: glad to hear it is working well for you
[14:30:45] <pjmcnc> Valen, sorry, i was gonna answer that, the actual drive is an ABB motor, not very big, about 350watts
[14:31:18] <pjmcnc> and its driven with a VFD yakasawa or similar
[14:31:32] <Valen> direct drive?
[14:31:43] <pjmcnc> its 1:1 toothed belt drive
[14:31:47] <pjmcnc> from motor to spindle
[14:32:00] <pjmcnc> and the 360ppr encoder is on top of the motor
[14:32:04] <Valen> the VFD takes the servo speed inputs?
[14:32:12] <Valen> +-10v
[14:32:39] <pjmcnc> yeah i'm using it with a 0 to 6KHz pulse train as opposed to pwm / dc
[14:33:00] <pjmcnc> as the machine is completely stepper driven so no analogue stuff
[14:33:19] <Valen> funky, I was debating taking control of the the spindle on our conversion
[14:33:27] <Valen> its a 2HP AC motor
[14:33:31] <pjmcnc> nice
[14:33:36] <Valen> through a gearbox though
[14:33:46] <Valen> so probably loads of backlash
[14:33:58] <cradek> doesn't matter, if you can put the encoder on the actual spindle
[14:34:01] <pjmcnc> i'm gonna look for a bigger motor, as i just won a higher power VFD, so can go to something rated 0.75Kw
[14:34:12] <Valen> the rest of it Is going to be direct drive servo
[14:34:27] <Valen> so there should be no backlash in the rest of the system
[14:35:03] <Valen> I spose its less important for the spindle because your not generally going to need to do a 2 axis cordinated movement with that
[14:35:35] <Valen> pjmcnc do you have the pics from your build in a non youtube format?
[14:35:49] <pjmcnc> yes there is some on the emc wiki
[14:35:50] <Valen> it'd probably be really helpfull on our build
[14:35:52] <Valen> funky
[14:36:03] <pjmcnc> one sec i'll get u the url
[14:36:37] <Valen> cradek, anything i should watch out for with our build you think?
[14:37:25] <SWPadnos> the spindle is generally the "independent variable" when it's involved in coordinated movement
[14:37:33] <pjmcnc> http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?Pjm and
http://pjm.dyndns.org/cam/cnc_built_photos_etc/thumb/
[14:37:42] <SWPadnos> CSS being one possible exception
[14:37:52] <Valen> CSS?
[14:38:02] <SWPadnos> constant surface speed, on a lathe
[14:38:07] <pjmcnc> Valen, but the most current pictures as of yesterday are uploaded into the wiki article
[14:38:09] <SWPadnos> the spindle speeds up as you get closer to the centerline
[14:38:44] <Valen> less important there to get perfect cordination between axes though unless you are cutting a thread
[14:38:52] <Valen> even that should be ok with backlash though
[14:38:59] <SWPadnos> yep
[14:39:08] <SWPadnos> I guess I was agreeing with you, in different words :)
[14:39:35] <Valen> you couldn't do the rigid threading pjm was doing without taking that backlash into account
[14:39:38] <Valen> lol
[14:39:59] <Valen> I was trying to work out if there was a circumstance where backlash in the spindle would matter
[14:40:14] <SWPadnos> the encoder should be on the spindle itself, so backlash shouldn't be a problem
[14:40:15] <anonimasu> hmm.. you shouldnt have backslash between encoder and spindle..
[14:40:28] <Valen> on the X-Y it matters if you try to do a circle, you get flat spots even if the encoder is on the shaft
[14:40:56] <Valen> well i imagine you would anyway as the Y say goes from +ve drive to -ve
[14:46:16] <Valen> what servos are you looking at upgrading to pjm?
[14:55:18] <pjmcnc> Valen, whatever i can find for next to nothing at the local scrap yard!
[14:55:40] <Valen> lol made of win
[14:55:52] <pjmcnc> although i know of a bridgeport interact that is gonna be scrapped in the next 6 months
[14:56:02] <pjmcnc> and the owner said i can have 'parts' off of it
[14:56:24] <pjmcnc> so the plan is to completly strip it down to nothing, and take away the 'parts'
[14:56:52] <archivist> early interracts are stepper
[14:59:22] <pjmcnc> ahh really, this has a heidenhain tnc155
[14:59:44] <pjmcnc> still it will have some nice parts to play with
[15:01:16] <Valen> how long do you think it would take to get working from the point at which you had all the parts?
[15:01:28] <Valen> assuming it was being retrofitted onto an existing mill
[15:03:05] <Valen> or how long does it take to configure EMC for a novice ;->
[15:03:14] <archivist> pjmcnc, I have been looking at a few interracts on fleabay, dunno if I shall buy yet though
[15:03:19] <SWPadnos> Valen, that depends on what you want to do
[15:03:38] <pjmcnc> i played with emc on and off for a few weeks just with steppers on the bench
[15:03:59] <pjmcnc> a simple config can be made to work almost instantly
[15:04:11] <Valen> 4 axis servo drive
[15:04:22] <Valen> XYZ and a rotary table
[15:04:47] <Valen> so nothing to exciting there
[15:05:03] <Valen> and hopefully running G-Code out of solidworks
[15:05:23] <Valen> pjm do you write your G-Code by hand or use a cad program?
[15:05:45] <Valen> or anybody for that matter using CAD to get their G-Code
[15:05:48] <SWPadnos> if you've never tuned a servo (ever), and you want to use servos, then you will have a harder time configuring than someone with stepper motors
[15:06:13] <Valen> Setting up a PID loop isn't too scary to me
[15:06:42] <SWPadnos> similarly, if you get an old Bridgeport with limit and home switches, power lube, coolant, motorized spindle speed control, and half a dozen air-operated things, you'll need to spend a little more time than someone with a sherline
[15:07:15] <Valen> its telling EMC about the mesa card, and how to tell stuff to do things lol, I haven't started looking much beyond the hardware yet
[15:07:33] <SWPadnos> getting the mesa card working will be the least of your efforts ;)
[15:08:03] <SWPadnos> it's deciding what to do with all that I/O, and making the ladders and things to do it, that will take time
[15:08:04] <Valen> It looks like the whole "pins" thing should make configuration somewhat easy
[15:08:06] <pjmcnc> Valen, for simple pockets etc, i write it in gedit, for complex stuff i use cambam on my windows laptop
[15:09:40] <Valen> SWPadnos what do you mean by ladders?
[15:09:47] <SWPadnos> classicladder, the internal PLC
[15:10:12] <Valen> ahh, like i said i havent looked too much into EMC itself yet
[15:10:20] <Valen> where do you use the ladder logic?
[15:10:23] <SWPadnos> if you need that (which complex estop or other sequencing does), it's just more things to do :)
[15:10:27] <cradek> in my retrofit I spent much longer figuring out what I had, what to keep, mounting stuff, and wiring it up than on software configuration
[15:10:49] <SWPadnos> estop, brake sequencing, some panel stuff, lube timing ...
[15:10:59] <archivist> makink adapters
[15:11:02] <Valen> ok that sounds good, another guy is doing all the mechanical stuff ;->
[15:11:03] <cradek> wires and connectors take most of the time
[15:11:57] <Valen> We like ring terminals for most of our power stuff, anything better/worse?
[15:12:24] <justa> .. it's such a come-down to look through Youtube CNC-videos and bump into a lovely homebuilt 100Watt laser-table doing marvelously nice things on glass (of all things).. and then have the first comment to the video be "Cool! Do you think this can shoot through a human's skull ?'
[15:12:25] <Valen> do you need the lader logic stuff for a simple "stop everything" estop?
[15:12:42] <Valen> justa got a link for that laser?
[15:12:43] <SWPadnos> Valen, no, you shouldn't
[15:12:59] <SWPadnos> there's an estop HAL component that may work for some setups
[15:13:09] <justa> Valen:
http://www.youtube.com/watch?v=Q1kTWBAxD20
[15:13:18] <Valen> cool, I'd like to add coolant control etc but I'd like to get it cutting first
[15:13:30] <justa> Valen: ok.. the comment reads "could this cut through a mans skull? "... Not even 'cool'
[15:13:51] <Valen> lol i just wanted to see the actual laser work
[15:14:18] <justa> Valen: it looks like a rather nicely built setup although he comments 'it's cheaper and faster to just get one from China'
[15:15:01] <Valen> probably not going to get one that big from china for a sensible price though
[15:15:12] <Valen> I wonder if he made the lasing tube himself
[15:15:24] <justa> wouldnt think so
[15:15:59] <Valen> must be using a fiber optic laser
[15:16:53] <Valen> I am looking at putting an IR laser on the mill to use for rapid prototyping type things
[15:17:18] <Valen> melting the wax powder type things
[15:18:20] <Valen> 40W IR lasers come up on ebay for sane prices from time to time
[15:18:30] <Valen> ~$100 or so
[15:18:48] <Valen> I wonder if that would work on the glass too
[15:23:05] <JymmmEMC> Valen: You have a link to one of these "IR lasers on ebay" ?
[15:26:42] <justa> dpss lasers seem to be rather affordable on ebay from time to time, indeed
[15:28:53] <justa> though I have no idea as to how much 'extra stuff' is needed around them to get proper beam-delivery/cooling etc.. ofcourse a decent PSU will be required.. And, as to the quality/durability of secondhand DPSS.
[16:10:50] <skunkworks> hmm - did I do that right - 40ft-lbs of torque is 480 in-lbs. (480*2*Pi*.9(eff of ball screw))/.333 thread pitch - that is 8143 pounds per square inch?
[16:11:44] <fenn> you trying to end up with pounds?
[16:12:13] <skunkworks> yes
[16:12:39] <JymmmEMC> Isn't it 40 ft-lbs * 144 == in-lbs ?
[16:13:04] <JymmmEMC> (I'm asking here)
[16:13:14] <fenn> no
[16:13:18] <fenn> 40*12
[16:13:20] <skunkworks> no - it is linear inches - a bar.
[16:13:26] <JymmmEMC> ah
[16:13:47] <JymmmEMC> ok, carry on...
[16:14:09] <archivist> pounds force
[16:14:21] <fenn> units '40ft*lbf*(2*pi/rev)/(.333in/rev)' lbf
[16:14:25] <fenn> 9056.8437
[16:14:33] <archivist> psi is the force per unit area of the screw
[16:15:07] <fenn> .333 seems like a weird thread pitch though
[16:15:25] <skunkworks> 3 threads per inch
[16:16:26] <JymmmEMC> skunkworks Is that like a crooked straight line? lol
[16:16:56] <justa> every line is straight as seen in the proper coordinate system
[16:17:27] <fenn> and all numbers are 1 with the appropriate substitution
[16:17:54] <skunkworks> fenn: without the leadscrew efficency - that is what I get
[16:19:15] <skunkworks> that means I can theortically lift 9056lbs - isn't it.
[16:19:31] <justa> 'a shitload of force'
[16:29:19] <dgarr> probing:
http://www.youtube.com/watch?v=9A_YlKrPDuc
[16:31:46] <cradek> wowwwww
[16:34:03] <justa> dgarr: woaaah
[16:34:40] <justa> dgarr: so .. that's _you_ on youtube doing those lovely wooden lathing/engraving that i've been drooling over and has been encouraging me to want to build my own CNC ?
[16:36:56] <dgarr> me -- with great thannks to emc developers!
[16:37:47] <justa> It's utterly lovely work :)
[16:39:16] <fenn> what is the program that displays the probed points?
[16:41:01] <fenn> also i'm confused why axis displays in 3d - did you write a custom kinematics module?
[16:41:25] <cradek> fenn: it can do that now, for all combinations of stacked rotaries
[16:41:32] <cradek> (all?)
[16:41:40] <fenn> since when? what is this feature called?
[16:42:30] <cradek> I don't know the answer to either of those :-)
[16:42:39] <dgarr> program is some tcl stuff i use for my design application
[16:42:52] <dgarr> feature is ini: [DISPLAY]GEOMETRY
[16:45:42] <fenn> i thought that was just whether to rotate the cone or not
[16:49:24] <fenn> * fenn tries setting GEOMETRY = CXYZAB
[16:50:39] <fenn> it works
[16:51:50] <dgarr> one of the top features of 2.3xxx !
[16:52:10] <fenn> right, that explains why i couldnt find it in the manual
[16:52:53] <fenn> it's not very impressive with XYZABCUVW
[16:53:52] <fenn> thanks for the nice demo
[17:05:19] <jepler> dgarr: how do you get the copper to conform to the shape you're probing?
[17:05:35] <jepler> (very cool demo)
[17:07:15] <SWPadnos> copper tape
[17:09:10] <dgarr> yes -- copper tape -- craft store (or ebay)
[17:09:50] <SWPadnos> looks like you could use some path optimization there ;)
[17:09:55] <SWPadnos> very cool stuff though
[17:11:47] <dgarr> since it's cylindrical coord, i use all inverse time codes, not optimised at all :P
[17:12:30] <SWPadnos> oh, I was just noticing that there was a fair amount of rapid movement between the separate "glyphs"
[17:12:46] <SWPadnos> or contours I guess :)
[17:13:23] <SWPadnos> how does the G-code generator sort the disconnected contours?
[17:14:58] <dgarr> gimp->filters->render->pattern->sinus, then potrace --> svg, then parse svg
[17:15:32] <SWPadnos> ok, so the SVG file could have things in more or less any order
[17:15:35] <dgarr> potrace doesn't optimize as far as i know
[17:16:25] <SWPadnos> it might be relatively easy to sort the entities by XY location, after the conversion to SVG
[17:16:44] <SWPadnos> there might even be a utility that does that (or some sub-feature of another program or something)
[17:17:01] <SWPadnos> not that it matters - what matters is the results, and yours are excellent
[17:17:40] <dgarr> so far i haven't cared since there are many hand turning steps and other stuff that takes time
[17:17:59] <SWPadnos> yep. shouldn't be an issue. I just happened to notice is all :)
[17:18:02] <fenn> dgarr: sorry if i asked this before and forgot; what are the white pieces made from? some sort of resin?
[17:18:34] <dgarr> cast resin -- polyurethane or polyester
[17:18:59] <fenn> do you use talc as a filler?
[17:19:28] <dgarr> i have not used fillers (to date)
[17:19:38] <fenn> why do they look white then?
[17:20:32] <dgarr> an off-white color is natural for some, i think clear is avail in polyurethane, and most can be dyed
[17:23:58] <fenn> i wonder if i would like this as much if i knew how it was done :)
http://www.panix.com/~dgarrett/phpv1/01-PoemBoxes/P1030910.jpg?1239125000
[17:27:30] <dgarr> it's a good question -- i have to remind folks how much hand turning is involved in preparation and fitting and how OT machines have always worked at the state of the art (even 400 years ago)
[17:31:11] <fenn> i thought this was neat; reminds me of your pots for some reason
http://www.rab3d.com/chess_set.html
[17:34:53] <dgarr> nice work
[17:40:20] <alex_joni> SWPadnos: seen the drobo pro?
[17:40:28] <alex_joni> http://www.drobo.com/products/drobopro/
[17:42:39] <jensor> Where can one find a list of math functions and their definitions that are permissable in ngc files such as sin, LT, NE etc?
[17:46:13] <alex_joni> jensor:
http://www.linuxcnc.org/docview/devel/html//gcode_overview.html#sub:Unary-Operation-Value
[17:46:21] <alex_joni> and around there (up and down)
[17:49:11] <jensor> Thanks! alex_joni
[18:12:21] <BJT-Work> skunkworks the servos are fanuc about 4" in diameter and about 12" inches long
[18:14:07] <skunkworks> Nice - what is on the nameplate? (are they dc-brushed?)
[18:14:54] <BJT-Work> yes, I think so... I just glanced at one then had to do a bunch of plasma parts
[18:15:18] <BJT-Work> they have two mil type connectors one with 12 or so pins and one with 4
[18:15:57] <BJT-Work> he told me this morning I could have the whole mill if I wanted it
[18:16:19] <BJT-Work> the controls are missing
[18:16:28] <BJT-Work> and the drives
[18:16:37] <skunkworks> any pictures? A machine with toolchanger would be cool to play with - You need more projects :)
[18:17:12] <BJT-Work> LOL, gotta get my tractor back together and get the THC component done first
[18:17:22] <BJT-Work> I'll get some pics this evening
[18:17:59] <archivist> nothing wrong with a queue of projects
[18:18:19] <BJT-Work> no, but I need to expand my shop first :)
[18:18:32] <archivist> :)
[18:30:43] <skunkworks> LawrenceG: 160v 20a - no smoke.
[18:30:50] <skunkworks> yet...
[18:31:43] <skunkworks> stalling it with a torque wrench - 20ft-lbs. :)
[19:11:50] <fenn> i daresay you could drive a car with it
[19:12:07] <skunkworks> :)
[19:59:10] <Martinp23> [Server Notice] Hi folks! The server you are on (kubrick) will be going down for around one hour for maintenance on Monday 13th April at 1400 UTC. We suggest that you connect to another server in the irc.freenode.net rotation to avoid disruption, asap. Thanks for using freenode and have a nice day!
[20:10:33] <BigJohnT> skunkworks
http://i47.photobucket.com/albums/f163/johnplctech/servo/Servo01.jpg
[20:11:36] <skunkworks> BigJohnT: definatly looks brushed.
[20:11:51] <skunkworks> I cannot really read the tag though
[20:11:54] <BigJohnT> is that good ?
[20:12:07] <skunkworks> good for diy ;)
[20:12:36] <BigJohnT> type 5N
[20:12:37] <archivist> anything cheap/free is good
[20:13:22] <BigJohnT> http://s47.photobucket.com/albums/f163/johnplctech/servo/
[20:13:58] <BigJohnT> are the brushes contained in the 4 stickmeouts at 90 degrees from each other?
[20:14:05] <skunkworks> yes
[20:14:37] <BigJohnT> how do I tell if it is resolver or encoder?
[20:15:24] <skunkworks> what is the whole number
[20:15:40] <skunkworks> take it appart? or find some specs on it
[20:15:54] <BigJohnT> let me go out and write it down...
[20:15:56] <BigJohnT> brb
[20:16:02] <skunkworks> I would think the rear cap would come off pretty easy
[20:18:32] <fenn> BigJohnT: connectors for those plugs will cost more than the servo would sell for
[20:19:02] <archivist> there is "some" variety
http://www.cnc-shopping.co.uk/fanuc-motor-c-24_28.html?osCsid=f339d775f4a1e5edb8bcf6d351355761
[20:19:17] <skunkworks> http://cgi.ebay.com/FANUC-MODEL-5N-DC-SERVO-MOTOR-A06B-0614_W0QQitemZ360083900288QQihZ023QQcategoryZ97184QQcmdZViewItemQQ_trksidZp1713.m153.l1262?_trksid=p1713.m153.l1262
[20:21:04] <skunkworks> might just be a tach
[20:21:15] <BigJohnT> Type 5N-2000M
[20:22:46] <BigJohnT> fenn: I hope the connectors are still on the machine somewhere
[20:22:56] <archivist> BigJohnT, if you have a A06B-0614-B031 ish number most sites seem to have those as a preference
[20:23:33] <BigJohnT> No 0-084145
[20:23:55] <skunkworks> hook 24v into it and see the rpm. run 1 amp into it and measure the torque. should be able to figure it out. (internet isn't being much help)
[20:24:55] <archivist> heh it turned up this
http://www.cnczone.com/forums/showthread.php?t=8513
[20:25:43] <skunkworks> saw that
[20:26:56] <BigJohnT> skunkworks there are 4 power pins it looks like
[20:27:37] <BigJohnT> is it two pairs or something like that?
[20:28:31] <BigJohnT> I should sell them in germany they go for 2199 euro each
[20:28:34] <skunkworks> no clue. You would have to ohm it out. We have on that has 2 pins for motor and 2 for temp.
[20:28:50] <skunkworks> short any 2 out and see if it turns harder.
[20:29:40] <skunkworks> you will be able to tell
[20:29:52] <BigJohnT> from the smoke?
[20:30:12] <skunkworks> heh - how fast can you turn it over by hand? ;)
[20:30:17] <SWPadnos> unless you short a motor terminal to a temperature sensor terminal, which shouldn't make much difference
[20:30:37] <SWPadnos> you can also just short them all together, which should make it harder to turn
[20:31:05] <BigJohnT> oh, I understand what your trying to tell me now :)
[20:31:48] <SWPadnos> the larger connector can probably support both tach and encoder, you'll have to find the pinout or take it apart to figure out what you have
[20:32:11] <BigJohnT> ok, there is 17 pins on the large one
[20:32:41] <BigJohnT> there are two screws in the back that I assume will allow the cover to come off
[20:33:15] <skunkworks> lots of pictures. :)
[20:33:23] <BigJohnT> yep
[20:34:39] <BigJohnT> well I have to go capture the cat and take him to the vet to get a couple of teeth pulled... I think I'll let my wife pick him up :)
[20:35:16] <BigJohnT> talk to you guys later
[20:41:25] <skunkworks> they look like nice servos
[20:46:17] <alex_joni> ah, missed him
[20:46:23] <alex_joni> if it's a resolver you can measure it
[20:46:38] <alex_joni> should get some resistance (3 pairs)
[20:49:11] <alex_joni> the one's I've seen are around 20-100 ohms or so
[20:49:20] <alex_joni> for ref, sin and cos
[20:51:08] <alex_joni> good night all