#emc | Logs for 2010-04-16

Back
[00:06:52] <calcite> Question. If EMC is used to replace the control of a commercial CNC control, How many I/O pins are sufficient to cover all necessary and normal convenience functions?
[00:14:02] <cradek> that's like asking "how long is a stick"
[00:14:16] <cradek> a simple machine might have just a few IO needed
[00:14:25] <EricKeller> how long is a stick?
[00:14:50] <cradek> a complicated VMC with a tool changer can need a surprising amount of IO
[00:15:06] <cradek> even then, it depends on the mechanism and how many sensors it uses
[00:17:04] <morficmobile> 'evening cradek
[00:17:34] <calcite> Well, I know the answer is not "a few", the HMI must have 30+ special function
[00:17:37] <morficmobile> question about how many I/Os do i need is the very reason i will suggest to go with 5i22, for the most possible IO, to not end up surpised on a 5i20 "oh, we ran out"
[00:18:07] <cradek> my vmc has two 5i20
[00:18:15] <cradek> if you guess wrong you can always add more
[00:18:18] <calcite> I am just looking at the Mesa pages hence the ?
[00:18:30] <cradek> but of course you should study the machine before you buy
[00:18:42] <toastydeath> THERE WILL BE A QUIZ
[00:19:10] <morficmobile> cradek: i suppose 2x5i20 vs 5i22 is still a choice, cost would be about the same
[00:19:20] <calcite> If there were documents, Answers would be in print ;-)
[00:19:44] <cradek> two 5i20 gives you 6 plugs instead of 4
[00:19:54] <cradek> turns out I only needed 4, though
[00:22:30] <morficmobile> i must have missed the 7i48
[00:22:45] <cradek> I recently worked on a simple mill that only used two plugs - it needed very little IO.
[00:22:50] <morficmobile> cradek: right, 6 vs 4
[00:22:57] <Dave911> morfic another option is to use a PLC along with EMC2... If you have a lot of I/O that can be desireable
[00:23:07] <cradek> it had like 6 inputs and 2 outputs
[00:23:31] <cradek> I like to use emc's built-in plc instead
[00:23:44] <Dave911> I use that also ...
[00:24:19] <calcite> but the Ladder Logic program MUST run out of pins on any four axis machine. ???
[00:24:43] <Dave911> You can declare more pins
[00:24:44] <cradek> you can have as much IO as you want to install
[00:25:04] <calcite> by adding par ports?
[00:25:27] <morficmobile> is there a stash of ladder logic somewhere i may have missed? i saw some examples for tool changers or the like, but the more i can see, the more likely i will not forget things like not opening the chuck if machine is in cycle, problem is really the obvious once we will think of, it's the once that don't stare in your face i am thinking might bite us
[00:25:50] <cradek> calcite: parallel ports are only one kind of IO emc2 can use
[00:26:00] <calcite> tell me?
[00:26:08] <morficmobile> the mesa cards take IO
[00:26:17] <Dave911> Yes, opening the chuck at speed might make for a bad day... ;-)
[00:26:48] <calcite> Ahh chuck opening should be interlocked to spindle rotation
[00:26:56] <morficmobile> cradek: and emc won't care if i use 2 4axis cards or one 6 axis card to do 4axis+spindle, right?
[00:28:02] <cradek> yeah, the mesa driver is pretty flexible.
[00:28:41] <icaro> icaro is now known as hugleo_
[00:28:50] <hugleo_> hugleo_ is now known as icaro
[00:29:29] <calcite> So a mesa PCI or stand alone board gives the adapter board I/O and you still have the paraport pins to work with?
[00:30:09] <cradek> sure, you can still use a parallel port if you want, even if you have other kinds of interfaces
[00:37:18] <morficmobile> cradek: my Zimbra is hiding, didn't see your email till now
[00:38:05] <morficmobile> sometimes the emc flexibility makes me recheck something i already know like the mix and match part of IO + axis boards
[00:39:29] <morficmobile> 3 headers for IO if i connect a 6axis card to the 5i22, or 4 headers for IO if i put 2 4 axis cards on 2 5i20
[00:45:29] <andypugh> I have a single 7i43 on my combined mill/lathe and even with two spindle controls, 4 spindle controls, limit switches, guard interlocks, closed-loop VFD control and a spindle selector I still have 20 pins left to find uses for.
[00:46:03] <andypugh> I am losing my mind. Try two spindle encoders and 4 stepper drivers.
[00:48:20] <calcite> And a partridge in a pear tree
[00:49:31] <calcite> andy your experience suggests that a useful set up can be quite simplein regard to I/O
[00:49:50] <andypugh> So, in my case 48 total pins was plenty. However I am not using any daughter-boards, so all the unallocated pins are free to use as GPIO
[00:51:59] <morficmobile> to get input like axis load i need some sort of ADC somewhere? the 5i20/5i22 are "digital" as in only on or off, like switches, right?
[00:52:15] <andypugh> I just looked at the pin spreadsheet, and I have 17 pins with no real use now. 10 are wired to front-panel LEDs but they are not allocated anything in HAL
[00:53:26] <andypugh> Simplest analogue IO is a voltage-frequency convertor wired to a an encoder module in Hostmot2
[00:53:36] <calcite> does the 7i43 provide any servo system functionality?
[00:54:26] <andypugh> It only needs to use one pin, though I think that Hostmot2 always allocates three. (Though it is worth checking what happens with a "Counter Mode" encoder.
[00:55:09] <andypugh> Yes, in principle. It will run encoder and PWM-direction modules. All the rest is HAL.
[00:55:28] <morficmobile> andypugh: a voltage gets converted into a frequency that is then treated like it's a encoder signal?
[00:55:29] <andypugh> You can run a servo from the Parallel port if you want to badly enough.
[00:55:43] <calcite> I don't
[00:56:09] <andypugh> You can run encoders with a single pin, then the encoder.velocity output is a measure of the pulse rate
[00:57:03] <andypugh> For low pulse rates the HAL software encoder works too, and that way you could just use one GPIO pin on the card
[00:57:21] <calcite> though the idea of a "simplistic construction" has it's draw..
[00:57:53] <andypugh> Alternatively I think I have heard that you can use pySerial to read SPI (though you would need to check that with someone who actually knows)
[00:59:19] <andypugh> The Hostmot2 software on the Mesa cards supports SPI, but there is a missing link, The EMC2 HAL driver doesn't do SPI at the moment.
[01:02:38] <andypugh> This is my Pinout: http://www.pastebin.ca/1862621
[01:06:01] <andypugh> Jog pendants and hardware controls eat IO quite quickly though. However my jog-thing is a USB gamepad, I would probably have run out of IO and been wishing I had gone for a 5i20 if I had gone another route.
[01:06:23] <morficmobile> hey, about VFD, to index a lathe spindle at any angle, is a spindle drive with VFD an indexing spindle drive or is a indexing spindle drive even more special than a VFD?
[01:06:48] <andypugh> Much more special.
[01:07:06] <andypugh> Actually, it is the motor that is special.
[01:07:15] <morficmobile> andypugh: good info, we will have a jog pendant on the mills as we do now and want to add it to the lathes
[01:07:29] <andypugh> A normal 3-phase motor doesn't really do position control.
[01:08:14] <andypugh> Spindle indexing needs a spindle servo and servo drive.
[01:08:43] <andypugh> Not that I have tried running my spindle as a servo, I suppose it might work....
[01:09:27] <andypugh> Everything is solid-state in my setup.
[01:10:58] <morficmobile> AC motor + VFD Spindle drive + Encoder would not allow indexing the main spindle?
[01:11:49] <calcite> If the position error were configured to provide +/- 10V, and the VFD were "tuned" to a minimum dead band at zero volts, a standard three phase motor might find correct position, but I doubt it would hold position. VFD's just sort of give up at zero hz output
[01:12:23] <andypugh> You _might_ get somewhere with a vector drive.
[01:12:31] <Valen> they work on a rotating magnetic field, at 0hz there is no rotation, hence no rotating field
[01:12:39] <morficmobile> so the VFD would be good enough to cut threads, know the position for that, but would not able to hold it
[01:12:49] <andypugh> Yes.
[01:13:03] <calcite> even SVD give up at Zero...the most sophisticated are approaching servo performance however.
[01:13:05] <andypugh> Do you have any live tooling?
[01:13:14] <tlab> whats the easiest way for emc to use gerber files?
[01:13:16] <Valen> it can cut threads because the other axis will compensate for any weakness in the VFD
[01:13:19] <morficmobile> andypugh: not yet
[01:13:37] <andypugh> Spindle indexing is a waste of time on a lathe with no live tooing.
[01:13:46] <andypugh> (In my opinion)
[01:13:55] <morficmobile> andypugh: not if you want to probe thin walled parts, then it is a requirement
[01:14:07] <morficmobile> to avg in the measurements of 3 or more points
[01:14:20] <Valen> morficmobile have you thought about using a brake on the spindle?
[01:15:01] <andypugh> tlab: I think last time I wanted to convert gerber to G-code I used Excel
[01:15:14] <morficmobile> i holding a position with a brake sounds great, but if the VFD can't hold it at 0Hz how would i ensure what i have when break is enabled is what i wanted?
[01:15:15] <andypugh> Not pretty, but quick and effective
[01:15:33] <morficmobile> if*
[01:15:34] <calcite> tlab I'm no expert, but you might need to convert the gerber code to G-code
[01:15:51] <Valen> the VFD could probably push it around with no load fairly well
[01:15:52] <tlab> ya that's what I'm looking for
[01:16:05] <Valen> tlab, is this eagle?
[01:16:33] <tlab> I have a .gbr file, no eagle files
[01:16:38] <Valen> ahh
[01:16:40] <andypugh> morficmobile: You could potentially have a smaller servo on the head for indexing and a large AC motor for turning.
[01:16:58] <tlab> else I'd use pcb-gcode
[01:17:08] <andypugh> You could even use the servo-encoder as your spindle encoder.
[01:17:18] <morficmobile> andypugh: now i hear you
[01:17:44] <Valen> need to watch the voltages on back driving the motor but aside from that it should work
[01:19:53] <andypugh> Yes, you definitely need to open-circuit the servo connections when using the main spindle.
[01:20:03] <Valen> its not a for sure thing
[01:20:32] <Valen> voltage shouldnt be more than ~20% higher than the voltage you would drive it at to get the same speed
[01:20:40] <calcite> andy on your pinout list, where are the Step / and Dir/ "returns"?
[01:20:54] <andypugh> tlab: I just remembered, when I converted a .drl file to G-code I used Octave (open-source Matlab clone)
[01:21:05] <andypugh> Do you want to see the code?
[01:21:15] <tlab> sure
[01:21:49] <andypugh> It's pretty short.
[01:21:51] <andypugh> http://www.pastebin.ca/1862639
[01:23:03] <andypugh> Basically it scans X,Y coordinates into an array, then printfs them out to a G-code file.
[01:24:43] <Valen> morficmobile I reckon it depend on how much force your putting on it if you need to do all this
[01:24:45] <andypugh> OK, looking at the Gerber format, that should work as-is as long as you don't care about drill changes.
[01:25:01] <Valen> if your just touching it, then it mighr be ok as is
[01:25:37] <morficmobile> Valen: probing, next to nothing, but since boss already mentioned looking into live tooling, i'd rather be ready for that.
[01:25:48] <andypugh> morficmobile: I will have a play around with using an induction motor for positioning some time, but it won't be until sunday at the very latest.
[01:25:54] <andypugh> (very earliest, I mean)
[01:26:01] <Valen> I reckon look at it as a phase 2 project
[01:26:06] <morficmobile> andypugh: we are just planning, we still have time
[01:26:22] <morficmobile> this is going to be in the budgeting phase for a while
[01:26:56] <andypugh> The cost difference between a 50hp AC motor and VFD and a 50hp servo drive is big enough to put it off till you need it, I reckon.
[01:27:01] <morficmobile> considering all the documentation there is to still read, i would not want to start on it next week anyway :)
[01:27:50] <morficmobile> andypugh: if i can't index the 50HP + VFD for probing, then it's nothing to be pushed out :)
[01:28:27] <andypugh> Time? That reminds me, I have a meeting in 6 hours, I need to sleep.
[01:28:30] <andypugh> Night all.
[01:32:47] <morficmobile> stupid contour, ID Grooving in Cobalt with carbide grooving inserts :/
[01:34:06] <skunkworks> LawrenceG: you around?
[01:44:24] <MattyMatt> http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItem&item=260584331305
[01:45:19] <MattyMatt> "it has not been used for the last five years and needs software installed"
[01:45:54] <MattyMatt> dammit. I need a flatbed truck with a crane
[01:46:10] <MattyMatt> and somewhere to put a 3t machine :)
[01:46:35] <toastydeath> have you set up those machines before?
[01:46:43] <Valen> and 3 phase power?
[01:46:50] <MattyMatt> oh no :)
[01:46:53] <toastydeath> i've always wanted to, but i hear they're an incredible pain in the ass to set up and program
[01:47:31] <Valen> just looks messy
[01:47:46] <toastydeath> at least it's not a four slide
[01:48:03] <MattyMatt> it probably takes a while to tune each bend for length & angle
[01:51:39] <MattyMatt> There seems to be a thriving market in scale models of these -> http://imagebin.org/92820
[01:52:17] <MattyMatt> that's why it caught my eye, for bending thin tubing
[01:52:53] <MattyMatt> 1:6 scale puts all the handrails ~4mm, nicely in the range of that machine
[01:54:12] <calcite> tube needs internal support or at least fitted dies
[01:54:50] <MattyMatt> nobody sells 1:6 scale yet :) I think it'd make an attractive piece of furniture and a store for 64 barbies (+ 5 standing, + 2 crew)
[01:55:43] <Valen> why do you have barbies?
[01:56:06] <MattyMatt> I can get pipe bending springs in miniature sizes, from the steam engine people
[01:56:30] <MattyMatt> I don't have barbies, but 51% of my potential customers do/have had
[01:56:31] <morficmobile> just fill with fine sand, bend, empty
[01:56:59] <calcite> have you tried that on a machine that takes long stock?
[01:57:13] <MattyMatt> 6m stepladder :)
[01:58:34] <calcite> Weld up one end, fill with "correct sand" tamp and settle, fill som more, weld up end two, bend, (and hope) cut off the stuff U don't want, empty sand all over the place. simple! I've tried, it SUCKS!
[01:59:37] <morficmobile> i hear talks about models, seems i am lacking the ebay link to fully understand the size of tube, i saw 1:4, handrails 6mm, guess it's bigger
[02:00:43] <MattyMatt> 1:4 is very big for a bus. I was thinking 1:2 and getting a midget with a driving licence to drive kids under 3'6"
[02:01:07] <MattyMatt> 1:4 could only be for a static permanent museum exhibit
[02:01:35] <calcite> scale rubber parts must be difficult to source
[02:01:56] <calcite> like windscreen seals and door gaskets ;-)
[02:02:02] <MattyMatt> mill moulds and use silicone
[02:02:15] <calcite> wiper blades would be a be itch
[02:02:36] <MattyMatt> same again
[02:02:51] <calcite> Is this a business, hobby or compulsion?
[02:02:56] <MattyMatt> maybe silicone loaded with soot would be a good black rubber simulant
[02:03:09] <calcite> lamp black!
[02:03:26] <pfred1> they make black RTV
[02:03:31] <MattyMatt> it's supposed to be a business, but I've spent the best part of 2 weeks drawing the godamned bus in blender :)
[02:03:35] <calcite> too easy!
[02:03:51] <atmega> I spent several hours with blender and couldn't draw a damned thing
[02:04:04] <calcite> I find blender has too many time saving features INKSCAPE!
[02:04:09] <pfred1> atmega I managed to draw a sphere in the dark
[02:04:27] <MattyMatt> ah that's the problem. it took me 1 week before I was ready to start my first one, and another week to draw it
[02:04:31] <pfred1> it looked a lot like a new moon
[02:04:41] <calcite> In the dark!
[02:05:04] <pfred1> yeah well that must have been almost 10 years ago now I hear its gotten better
[02:05:14] <MattyMatt> you learn quickly to set up a few lights before you start
[02:05:17] <mozmck> atmega, that's what I found with the synergy cad/cam program.
[02:05:18] <calcite> but have you?
[02:05:38] <atmega> I didn't get much further with inkscape
[02:05:45] <Valen> why do it in bleder though? my understanding is it has no dimensions?
[02:05:45] <pfred1> MattyMatt oh believe me I tried I can use that other stuff oh what the hell is it called? the stuff thats like script
[02:05:52] <pfred1> povray
[02:06:21] <calcite> In Ink scape (blender too) you could just import a photo and trace etc.
[02:06:37] <pfred1> I can draw pretty good on paper
[02:06:39] <MattyMatt> pfred1, not really right up until 2.49 it's just as hard as 10 years ago. 2.5 is nice, but that could be relative after years of pain from the old UI
[02:07:01] <MattyMatt> 2.5 has just aquired basic dimensions :)
[02:07:45] <pfred1> so drawing isn't an issue really for me
[02:08:06] <mozmck> Here's a site with some blender tutorials for precision stuff. http://www.rab3d.com/tutorial.html
[02:08:12] <MattyMatt> inkscape isn't 3d, although I suppose that isn't everything in CAD
[02:08:15] <pfred1> but sucky software UIs are
[02:08:52] <pfred1> I'd hazard a guess that I draw better than anyone that codes Blender
[02:08:52] <atmega> I just want something simple that lets me do 2/2.5d routing (to size)
[02:09:04] <pfred1> most likely a lot better
[02:10:02] <MattyMatt> atmega yeah a signwriting/engraving program would be good. Inkscape based maybe
[02:10:22] <pfred1> I thought EMC came with some kind of a lettering program?
[02:10:50] <MattyMatt> I've already forayed into the inkscape source, for other reasons
[02:11:07] <MattyMatt> o'rly? I haven't seen it
[02:11:54] <pfred1> I even think I heard tale told of an image encoder of some sort
[02:12:05] <MattyMatt> there's no way to avoid having 3d fonts in the long run. importing TTF is OK as a template
[02:12:43] <pfred1> right now I'm more interested in getting a little more speed out of my latest motor driver hooked up to EMC
[02:12:43] <atmega> I'd even pay for a simple one that spit out ok code
[02:13:18] <pfred1> I think I'm hitting the limits of software stepping on that machne though
[02:13:50] <pfred1> I could lie a little about my base period
[02:14:05] <pfred1> I'd actually like to figure out how to improve it for real though
[02:14:06] <calcite> atmega G-gode output from a ps file?
[02:14:36] <atmega> calcite: a simple editor that put out gcode for 2d stuff
[02:15:33] <MattyMatt> heekscad will do that now
[02:15:49] <atmega> I said simple though
[02:16:06] <MattyMatt> not the text yet, but it'll pocket the gaps between them etc
[02:16:18] <calcite> out from what? You want to draw yourself, or work from some popular app like inkscape? Many ouput formats are available from typical art applications. Inkscape ouputs .svg, .eps,.ps etc
[02:16:54] <MattyMatt> yeah inkscape is pretty much what you need
[02:17:09] <pfred1> whats the diff between encapsulated and regular postscript anyways?
[02:17:22] <MattyMatt> encapsulated has the fonts
[02:17:31] <pfred1> oh is that the difference?
[02:17:34] <atmega> I seem to be overly confused by all these packages
[02:17:41] <calcite> Then with something from psto---- a conversion can be made
[02:17:58] <atmega> calcite: how do you scale that/
[02:18:07] <pfred1> I hate when my acrobat complains i don't have htis or that font pack installed
[02:18:14] <MattyMatt> inkscape is a 2d vector package. everything is scalable
[02:18:33] <pfred1> must be the s in svg huh?
[02:18:42] <atmega> you do you tell it what size to cut, and to cut from what direction?
[02:18:43] <pfred1> scable vector graphics
[02:18:49] <MattyMatt> an SVG path is very like a router toolpath
[02:19:05] <calcite> scaling can be done in the art program but I'm not good at any of it. Kind of a suck it and see effort
[02:19:28] <calcite> Scalable Vector Graphics
[02:19:29] <MattyMatt> so you'd have e.g. a "3mm depth with ball cutter" layer
[02:19:47] <calcite> same as a "color " layer
[02:19:50] <MattyMatt> well for signwriting you'd import TTF and type what you want :)
[02:21:11] <MattyMatt> I was wondering if Open Office Draw would be better supported into the future
[02:21:22] <atmega> so I have an svg from inkscape, how do I get it to correctly scaled g code?
[02:21:31] <MattyMatt> Inkscape dev has been sketchy at times over the last decade
[02:22:01] <pfred1> I can only get 1.5 in/s at 3 in/s^2 velocity right now :(
[02:22:33] <pfred1> I know this driver can go faster
[02:23:17] <MattyMatt> atmega. I'm about to explore that myself :)
[02:23:33] <pfred1> I was running it 4X faster off a 555 timer
[02:24:11] <calcite> http://www.imagetogcode.com/ iis the first link on a search
[02:24:26] <tlab_> pfred1: which driver are you using?
[02:24:26] <calcite> Tux-Plot is a choice
[02:25:04] <atmega> imagetogcode was actually understandable, but windows only
[02:25:48] <calcite> http://wiki.linuxcnc.org/emcinfo.pl?action=browse&id=Cam&revision=100
[02:26:31] <pfred1> tlab_ a TB6560AHQ based one I made
[02:26:50] <tlab_> oh
[02:26:58] <pfred1> tlab_ this one: http://img580.imageshack.us/img580/8305/tb6560ahqnoflash1.jpg
[02:27:04] <tlab_> ya I've looked at that driver before it's nice
[02:27:06] <pfred1> it kicks ass
[02:27:16] <MattyMatt> mine uses those
[02:27:17] <pfred1> but not so far hooked up to EMC
[02:27:33] <pfred1> MattyMatt you have one of those chinese boards?
[02:27:38] <MattyMatt> yep 4 axis
[02:27:46] <calcite> I have xfig on my machine Use it to generate HPGl
[02:27:54] <pfred1> MattyMatt yeah i don't think they're engineered particularly well really
[02:28:09] <MattyMatt> looks fine to me
[02:28:25] <MattyMatt> nice connectors, halfway decent heatsink
[02:28:37] <pfred1> how about capacitance?
[02:28:45] <calcite> but mostly I use pstoedit, I thought there was a G-code generator, but I am mistakeni
[02:28:53] <pfred1> I found it was nice to have a cap on each high V feed
[02:29:10] <MattyMatt> nfi. board capacitance? or quality of smoothers?
[02:29:39] <pfred1> I think you need a tad more than board capacitance to soak up the back EMF
[02:29:40] <calcite> pfred1 I loke the hand knob on the pot!
[02:30:02] <calcite> like
[02:30:11] <pfred1> calcite yeah what i really need is a reverse log pot but not having that i used the best i could scrounge up
[02:30:49] <pfred1> I was using a log pot wired backwards but I didn't like turning it down to increase speed
[02:31:14] <atmega> heh... I really hate backwards pots
[02:31:28] <tlab_> the TB6560 is only 40V?
[02:31:38] <pfred1> but jacking up stepper motor speeds is a reverse log sort of thing I've found
[02:31:43] <MattyMatt> 36V, iirc
[02:31:47] <calcite> log pots are not part of my scrap box, I just ordered a couple of 5K and 3.5 k's for a VFD application, I didn't even see log pots listed...Maby cause I used a "linear" filter in my search;-)
[02:31:59] <pfred1> tlab_ (I hear if you feed them with much more than 24 be prepared for shrapnel
[02:32:29] <tlab_> dang I thought they were 55V
[02:32:33] <MattyMatt> yeah 24V is my next trick
[02:32:47] <pfred1> thats what I'm running at no problems
[02:32:59] <pfred1> I had the motor going like 2750 RPM the other day
[02:33:04] <pfred1> 3750 even
[02:33:06] <MattyMatt> 12V works fine now, just a low top speed :)
[02:33:31] <pfred1> but on emc2 I can only manage a pulse train a quarter of that
[02:34:09] <pfred1> I may have something configured wrong I don't know
[02:34:44] <pfred1> one thing that really sucks about the tb6560 I've found is its need for a 10 us space in timing
[02:34:56] <MattyMatt> dunno, that sounds like a bleeding edge speed for steppers
[02:35:11] <pfred1> though oddly it claims it is limited to 15 kHz and I ran it up to 50 kHz no sweat
[02:35:42] <pfred1> so i don't know what to make of that spec
[02:36:41] <pfred1> now emc2 is telling me my max pulse is 48kHz but the motor is going no where's near that fast for me
[02:37:11] <pfred1> so I'm doing something wrong witi configuring it
[02:37:31] <MattyMatt> microstepping?
[02:37:39] <pfred1> MattyMatt hey do you understand all the different stepping modes of the tb6560?
[02:37:58] <calcite> two steps forward, one step back
[02:38:06] <pfred1> like what is the 4W 1-2 considered as far as stepping goes?
[02:38:07] <calcite> the two step!
[02:38:11] <MattyMatt> not understand, beyong the claimed ratios
[02:38:31] <tlab_> 4wire 1/2 step?
[02:39:07] <pfred1> tlab_ half step is 1-2 or the 2W 1-2 I think though the 2W 1-2 may be quarter stepping it does seem half the speed to me
[02:39:12] <tlab_> 4w 1-2 is 16 step
[02:39:22] <MattyMatt> afaics, it chops at all microsteps, in a faux sine
[02:39:23] <pfred1> tlab_ makes sense
[02:39:40] <tlab_> look at the a3979 datasheet it lists it as 16step
[02:39:49] <pfred1> MattyMatt it current chops but doesn't current scale unless its in a W mode
[02:40:11] <pfred1> tlab_ 14 makes sense
[02:40:14] <pfred1> 16 even
[02:42:07] <MattyMatt> 1:1 1:2 1:8 and 1:16 are the ones on this board
[02:42:39] <MattyMatt> so it looks like 2 distinct modes, or 1:4 would be there too
[02:43:03] <pfred1> MattyMatt can you adjust decay?
[02:43:19] <MattyMatt> the datasheet has pretty waveform graphs
[02:44:26] <MattyMatt> there's a "buffer setting" in Fast, 25%, 50% & Slow, which I don't understand
[02:44:37] <pfred1> thats the decay
[02:44:50] <pfred1> it only works in the W modes
[02:44:51] <MattyMatt> I could trace the board and relate it to the datasheet, but the manual with the board is poorly translated
[02:45:31] <pfred1> least it seems to only work then to me i don't have a current probe to really check it out
[02:46:10] <pfred1> MattyMatt what sense resistors are on the board?
[02:46:25] <pfred1> I heard the chinese boards are limited to something like 1.25 amps
[02:47:01] <pfred1> I'm running .22 sense resistors now its the lowest I'm comfortable with
[02:47:59] <pfred1> when i really load the motor up pinching the shaft it'll go to about 1.5 amps I'm running a 3 amp a phase motor with it
[02:48:02] <MattyMatt> red red silver. looks like that in the photo
[02:48:21] <pfred1> same as I'm using
[02:48:38] <MattyMatt> and big fat resistors, at least 2W
[02:48:46] <pfred1> well toshiba did say the currents were only approximate
[02:48:58] <pfred1> yeah they only need to be 2 or 3 watts
[02:49:10] <MattyMatt> 3A rated, 3.5A peak
[02:49:18] <pfred1> mine are 10s because its what i had laying around
[02:49:21] <MattyMatt> ^tb6560 spec as I read it
[02:49:29] <pfred1> yeah thats horsecrap
[02:49:40] <pfred1> thats with an infinite heatsink
[02:50:06] <pfred1> that and the 45 watt rating
[02:50:11] <MattyMatt> it has a fan :)
[02:51:05] <pfred1> I found out real fast don't hold the IC in reset
[02:51:20] <pfred1> it does bad things!
[02:51:36] <MattyMatt> or poke a fan with your fingers to see how much torque it has
[02:51:38] <pfred1> pinned my ammeter I have it running through
[02:52:29] <pfred1> I have mine on a little heatsink no fan and running it doesn't evne get hot I should see what it does holding
[02:53:05] <pfred1> does yours whistle holding?
[02:53:11] <MattyMatt> mine runs great with one fan on the shared heatsink
[02:53:19] <MattyMatt> yeah it whistles
[02:53:37] <pfred1> yeah OK mine does too toshiba has docs about noise reduction I may have to study that some more
[02:53:39] <MattyMatt> I presume that's the chopping freq
[02:54:00] <pfred1> can you see what chopper freq caps they put on the board?
[02:54:21] <pfred1> they'd be little like 100-1000pf
[02:54:34] <MattyMatt> not right now. bad light in the workshop and the machine's on the floor
[02:54:52] <pfred1> I'm running 220pf
[02:55:08] <pfred1> yeah its starting to warm up holding
[02:57:06] <calcite> pfred or MM can you comment on the subject of stepper motor drive "waveforms" parameters as seen on page 11 of this document http://www.compumotor.com/manuals/s-sx/s/S_chp4_h.pdf
[02:57:09] <pfred1> I got it running a 239 oz/in motor though and its doing it
[02:57:45] <pfred1> calcite I'll give it a look
[02:58:01] <MattyMatt> yeah mines ticking over with 60oz in, although I'm running them over rated
[02:58:30] <MattyMatt> 50% current = 1.75A peak, motors rated 1A
[03:00:09] <calcite> I was playing with a little stepper kit I put together a hundred years ago, mostly the motor just jiggled randomly, but at some speeds, all looked good. Then I noticed one of the four motor leads had seperated from the board . Ahh life in the junk box!
[03:00:52] <pfred1> calcite some sequences stepper motors don't like to run slow in
[03:01:03] <pfred1> like full stepping you can run slow
[03:01:10] <pfred1> tick tick
[03:01:29] <pfred1> but once you go over full you need to go at some speed
[03:02:04] <pfred1> calcite I'm thinking the motor waveforms is a form of current decay
[03:02:07] <calcite> this "device" uses the UNC5804B chip unipolar
[03:02:44] <calcite> So, what to do with it? try different settings and see how the system responds?
[03:03:32] <calcite> Sorry those last two comments ar on completely different subjects.
[03:03:36] <pfred1> it'll be different depending on what step sequrncing you're using
[03:03:45] <pfred1> sequencing even
[03:03:49] <MattyMatt> what provides the sequences? does it have 4 lines to the parport?
[03:03:53] <calcite> Sometimes I carry on two or more conversations with myself!
[03:04:12] <pfred1> MattyMatt it sounds like it has dip switches on the unit to set it
[03:04:23] <calcite> dips yep dips
[03:04:50] <MattyMatt> dips are for playing around with, while cursing japanese translators
[03:04:55] <calcite> MM these are Parker Compumoter S6 drives
[03:05:21] <calcite> motor even
[03:05:38] <atmega> I have some of those, they are surprisingly weak for their size
[03:05:59] <calcite> What the heck is -8% 3rd harmonic?
[03:06:00] <pfred1> damn it does 254 microstepping
[03:06:32] <pfred1> calcite it has a current limit or surge depending on how you want to look at it
[03:06:35] <calcite> I've got one that "needs repair" want it?
[03:07:07] <pfred1> like it'll start out strong to get the flux going in the motor then back off so you don't over current it
[03:07:10] <atmega> if you pull the motor connector off an S drive while it is powered, it will often 'need repair'
[03:07:25] <pfred1> all stepper drivers are like that
[03:07:38] <pfred1> the back emf from the motor wastes stuff
[03:07:44] <calcite> So if a 3rd harmonic "incident" were to occur, (due to osccilations etc) then power would be reduced by x%
[03:07:53] <MattyMatt> it mounts to the motor? neat
[03:08:16] <pfred1> I got a nanotech that the drive is built into a shell hanging on the beck of the motor
[03:08:44] <calcite> It's actually and S8, I picked it up for the cooling fan and housing.
[03:08:50] <pfred1> this whistling is brutal!
[03:09:24] <calcite> not motor mounted, sorry
[03:09:28] <MattyMatt> yeah whistling got annoying when I stepped up to 50% current. 100% would be bad
[03:09:34] <atmega> teh S8 is the high current S?
[03:10:24] <calcite> 8 amps peak for the S8,6 amps for the S6, I'm thinking the difference is the cooling fn ;-)
[03:10:29] <calcite> fan!
[03:10:42] <MattyMatt> I don't like ultrasonics, so I wouldn't be tempted to put my freq above 20khz
[03:10:43] <pfred1> wow without the decay the motor is weak
[03:10:50] <atmega> I had a 2.5KW laser I aimed with three S drives and an at6400
[03:11:08] <calcite> resistors, capacitors and IGBT's all look the same to me
[03:11:47] <pfred1> calcite when they're surface mount ;)
[03:13:45] <calcite> these drives have real parts! servicable I suppose if you know what you are doing. I found a blown cap. Replaced it, only to make some smoke somewhere else. Oh well, the high cost of education.
[03:14:24] <MattyMatt> I think pfred1's way is cheaper :)
[03:14:39] <calcite> It was fun to have the unit open, the boards unfolded, the o-scope and VOM at hand and not have a clue what I was doing;-)
[03:14:41] <pfred1> MattyMatt what is the lowest step time you can run your drivers at?
[03:15:07] <MattyMatt> once he's ammortised the cost of his breadboard acreage ;)
[03:15:23] <pfred1> MattyMatt under Driver Timing Settings in stepperconf
[03:15:35] <calcite> I have yet to spend more than $35 for an S6
[03:15:37] <MattyMatt> dunno, not messed with that
[03:15:49] <pfred1> MattyMatt well what is yours set at?
[03:16:00] <MattyMatt> I think 12khz
[03:16:10] <pfred1> its in ns
[03:17:03] <pfred1> calcite that sure beats paying for geckos
[03:17:20] <MattyMatt> I'll let you know tomorrow. 4am can't go powering up the 'workshop' in momma's house :)
[03:17:58] <pfred1> MattyMatt OK thanks because i seem to be hitting a limit with mine
[03:18:22] <MattyMatt> I've got my "buffer setting" at fast, so maybe I can get more speed by introducing decay?
[03:19:17] <pfred1> I noticed the power goes up dramatically with decay set
[03:19:28] <pfred1> like without decay I could stall the motor easily
[03:19:38] <pfred1> with it it'll rip my finger off!
[03:20:01] <calcite> seems like the dentist should know about that!
[03:20:14] <MattyMatt> sweet, I can use a bit of that on my Z
[03:20:27] <pfred1> yeah bang it up to 100%
[03:20:30] <MattyMatt> basic grunt to lift that tool
[03:20:38] <pfred1> but onlly in one of the W modes
[03:21:40] <pfred1> man i have to figure out how i can get past 1.5 in/s
[03:22:59] <MattyMatt> have you tried 1:1 stepping? that would give the fastest if EMC is the limit
[03:23:45] <pfred1> where do you try that?
[03:24:03] <pfred1> I'm doing the axis test in stepperconf
[03:24:05] <MattyMatt> dip switches on mine
[03:24:24] <pfred1> oh OK I know what you mean
[03:24:32] <pfred1> put the drive into full step
[03:24:36] <MattyMatt> yep
[03:24:51] <pfred1> full step sucks I doubt it'd run much more than 200 RPM
[03:25:43] <MattyMatt> it seems like all these parameters need to be software controlled for different moves
[03:25:59] <Tonok> hi MattyMatt :)
[03:26:10] <pfred1> yeah i should hook a microcontroller up to one of these someday
[03:26:11] <MattyMatt> hi Tonok
[03:26:45] <pfred1> but i sort of want to move on and get something running here first
[03:26:49] <MattyMatt> EMC could do it if you can spare 6 more IO per drive
[03:27:04] <pfred1> oh i have 2 more parallel ports
[03:27:51] <pfred1> so yeah I got it
[03:28:06] <pfred1> well O not I
[03:28:11] <MattyMatt> so do that :) auto test all 64 modes
[03:28:26] <MattyMatt> draw some graphs
[03:28:56] <pfred1> well let me see if I can live with 1/4 stepping
[03:29:32] <MattyMatt> does the chip have 1/4? cool, it's just this board is stingy with dips
[03:32:09] <pfred1> I think 2W 1-2 is quarter
[03:34:44] <pfred1> oh now we're talking!
[03:34:55] <pfred1> if I put it in 1/4 but tell EMC its 16 it hauls!
[03:35:54] <pfred1> this tells me there has to be a way for me to configure EMC to just run it right
[03:37:46] <pfred1> yeah somehow I got EMC to say I have a 96 kHz pulse rate
[03:48:29] <pfred1> damn its running good at 2 in/s
[03:50:49] <morficmobile> 120 in/min is not bad
[03:51:22] <pfred1> morficmobile well we'll see if i can make a machine that can handle it
[03:51:37] <pfred1> but its nice ot know the drive is up for it
[03:52:06] <morficmobile> sometimes i need to wonder why programs change things like stock coordinate systems, i used to save a simulation state, and add it as stock in the other op, after making a plane that is 180deg. flipped and shifted by the stock lenght, makes utter sence, now the stock comes in already 90deg. flipped o_O
[03:52:30] <morficmobile> sense*
[03:53:06] <LawrenceG> skunkworks, I am now...
[03:53:51] <toastydeath> morficmobile, you mean g54 and other work coordinate systems, or the actual master machine coordinate system
[03:54:18] <toastydeath> ?
[03:57:00] <morficmobile> toastydeath: i am just letting out my frustrations about our cam software, Esprit, now it's a rotation of 270 or -90 around Y and a stock length shift in Z, used to be 180 (since i want the part flipped 180) and a shift in X (the way the coordinate system is on the screen)
[03:57:09] <toastydeath> lol wat
[03:57:32] <toastydeath> crazy tacos
[03:58:34] <morficmobile> sometimes they hide stuff i need for roughing and finishing ops on only one of the two tabs, so if i don't want the roughing ops, i have crazy X moves, since it still looks at the disabled roughing tab for stock diameter to insert the clearance move, sigh, put stock diameter on a tab that does not get disabled maybe? :)
[03:59:13] <LawrenceG> skunkworks, what can I do for you tonight?
[04:05:28] <pfred1> the motor is really jumping around at 60 in/s acceleration
[04:39:18] <ries_> ries_ is now known as ries
[05:26:16] <GonMD> i need to get 20 feet of linear bearings :(
[05:59:48] <elmo40> what do you think? http://www.joescnc.com/gallery/albums/Machine%20Mods%20&%20Addons/DSC_0977.JPG
[06:11:48] <morficmobile> elmo40: i think 1:11am is not the right time for my CAM software to start crashing again
[06:18:32] <morficmobile> bad enough a simple drag'n'drop landed me inside the VB debugger earlier, flat out closing the app though is muy mala
[06:18:49] <Valen> lol sucky
[06:19:00] <Valen> what cam you using?
[06:19:02] <morficmobile> elmo40: looks neat though
[06:19:07] <morficmobile> Valen: Esprit
[06:19:19] <morficmobile> elmo40: "Laser On/Off" ?
[06:19:25] <Valen> funky thing, have you seen the space ball things?
[06:19:39] <Valen> he means earth destroying mega laser mounted on the moon
[06:20:02] <MrSunshine> i think ill go build a log mill
[06:20:13] <MrSunshine> would be cool to have =)
[06:20:36] <MrSunshine> X, Z and rotate make beautifull stuffs =)
[06:21:08] <MrSunshine> tho a real beefy iron beam would be good to have for that hmm
[06:21:17] <MrSunshine> i wonder how long the one i have is =)
[06:21:38] <MrSunshine> would be nice to be able to go like 3 meters span with or something =)
[06:23:26] <MattyMatt> Y is good too, for undercuts
[06:23:48] <MattyMatt> that drastically complicates the software tho :)
[06:23:50] <MrSunshine> undercuts?
[06:24:01] <MrSunshine> ahh
[06:24:07] <MrSunshine> so i can go and make like small "shelfs" on it
[06:24:09] <MattyMatt> yeah, poking the tool in at an angle
[06:24:24] <MrSunshine> is there any software that supports that out there? :)
[06:25:32] <MattyMatt> not that I know of. X, Z and A is easy tho
[06:26:42] <MrSunshine> aye
[06:26:49] <MrSunshine> but undercuts would be neat =)
[06:27:09] <MrSunshine> just think of it, how many buisnisses can you order a custom milled 3 meter log from ? :P
[06:27:10] <MattyMatt> for the fancy statues of the nekkid ladies with fruit
[06:27:51] <MrSunshine> tho i still havent completed my first mil
[06:27:53] <MrSunshine> mill
[06:27:56] <MrSunshine> maybe should do that first :P
[06:28:26] <MattyMatt> I want to make a scanning stool. sit here and mind your feet. try not to blink it's only a small laser
[06:32:37] <MattyMatt> straighten your laurel wreath and adjust your toga. that's better. now smile
[06:33:18] <MattyMatt> you'd need a thick log for lifesize busts
[06:33:52] <MrSunshine> lifesize busts?
[06:33:54] <MrSunshine> haha
[06:34:04] <MrSunshine> you still talking about neckid women? :P
[06:34:29] <MattyMatt> they couldn't do the proper pose on a spinning stool
[06:34:43] <MattyMatt> I'd need a whole rotating stage for that
[06:35:29] <MattyMatt> but yeah, I hadn't thought about using tax deductable real nekkid women :)
[06:35:58] <MattyMatt> semi naked. you know...draped
[06:36:26] <MattyMatt> add class to any woodcarving
[06:37:01] <MattyMatt> but, as a business, life sized busts would be a winner
[06:37:09] <MrSunshine> hahahha =)
[06:37:56] <elmo40> it isn't mine. just someone customized the buttons.
[06:38:01] <elmo40> that joe cnc guy ;)
[06:38:31] <MattyMatt> nice jogwheel
[06:38:49] <elmo40> morficmobile: what crashed?
[06:38:51] <MattyMatt> it doesn't scream Heavy Duty
[06:39:58] <elmo40> MattyMatt: they are trying to make it into an MPG
[06:40:22] <elmo40> but ya, can't accidentally use it in a 'real' shop... with coolant spraying everywhere :P
[06:41:32] <elmo40> anyone seen this before? http://cnc-machine-center.blogspot.com/
[06:41:37] <elmo40> looks rather helpful
[06:47:30] <elmo40> http://www.cncinformation.com/
[06:55:34] <morficmobile> elmo40: cam software
[07:23:21] <L84Supper> http://idle.slashdot.org/firehose.pl?op=view&type=story&sid=10/03/01/1628211 Screwing Food Into Your Mouth
[07:38:21] <elmo40> morficmobile: I figured it was CAM software... what do you use?
[07:41:28] <sealive> mornung
[07:54:59] <micges> hi
[08:17:49] <ries_> ries_ is now known as ries
[08:28:32] <morfic> elmo40: Esprit
[08:33:57] <morfic> http://dptechnology.com/en/products.asp
[08:36:34] <sealive> todays spezial engraving grazyhorse->http://www.sammellothar.de/crazy_horse.png
[08:38:00] <sealive> morfic dont bay stay free OPENSource or FreeStuff
[08:44:58] <morfic> i wish sealive didn't leave, i have no idea what he just said
[08:45:33] <anonimasu> he assumed you didnt buy esprit...
[08:46:00] <anonimasu> which isnt any of he's buisness anyway -_-
[08:47:03] <MattyMatt> dammit, a phantom plane is appearing in my renders
[08:47:23] <MattyMatt> wrong channel, sorry :)
[08:47:27] <MattyMatt> blender woes
[09:06:24] <morfic> anonimasu: oh, he meant: don't BUY, stay free
[09:07:06] <morfic> german is my first language too, but man, i didn't get his phonetics
[09:19:02] <MattyMatt> so, there is a use for tesla coils after all http://www.youtube.com/watch?v=5LP-E-ywkrs
[09:28:26] <alex_joni> http://www.youtube.com/watch?v=iO7j5LKmd3I
[09:28:29] <alex_joni> crazy people
[09:28:56] <piasdom> g'mornin all
[09:38:05] <renesis> GUYS WANNA SEE MY HALF BIKE
[09:38:19] <renesis> http://www.darkertechnologies.com/image/nucleus_bombshell_01.jpg
[09:38:20] <renesis> yay
[09:38:54] <renesis> so now i have no extra moneys so i get paid next wed then i do the intel atom d510 thing
[09:39:18] <renesis> i just buy the $15 parport card comes with a ribbon cable parport dongle
[09:39:42] <renesis> 2010 parport dongle, heh
[10:27:56] <sealive> Hi from sunny sky Germany no Planes in the Air
[10:49:26] <MarkusBec_away> MarkusBec_away is now known as MarkusBec
[12:26:15] <MarkusBec> MarkusBec is now known as MarkusBec_away
[12:27:42] <MarkusBec_away> MarkusBec_away is now known as MarkusBec
[12:40:26] <skunkworks_> tgif
[12:52:49] <frallzor> lo boys
[13:05:18] <tlab> anyone know when NIST stopped working on emc? or do they still work on it?
[13:07:26] <cradek> mid 2000 is when they put the source in sourceforge. a couple people from there worked on it for a couple years after that.
[13:07:35] <cradek> so roughly 10 years ago
[13:18:46] <frallzor> nice, connected 3x 2.5m 100m tubes for the dust collector, still pretty good flow
[13:20:42] <alex_joni> tlab: they are working on various related projects though
[13:20:47] <alex_joni> rcslib is still pretty active
[13:21:09] <alex_joni> and they started some other emc-like projects for various strange machines (not for machining)
[13:21:35] <tlab> when would you say they started, like 93-94 ish?
[13:23:18] <SWPadnos> depends on how you define the start
[13:23:36] <SWPadnos> they started working on the RS274NGC language in the '80s I think
[13:23:55] <SWPadnos> the EMC was only done as a proof of concept, it wasn't intended to be a "real" product
[13:24:19] <SWPadnos> (proof that the concept of a unified G-code was viable for actual machine control)
[13:25:31] <alex_joni> that, and as a proof of concept for rcslib
[13:25:38] <alex_joni> which is a message passing library
[13:25:57] <SWPadnos> yeah, proving out the "sense - model - act" thing was also part of it
[13:26:39] <tlab> what does RS274 stand for?
[13:27:09] <SWPadnos> uh
[13:27:14] <SWPadnos> good question :)
[13:27:24] <SWPadnos> NGC stands for "Next Generation Code"
[13:27:36] <skunkworks_> release standard 274 (I just made that up)
[13:27:56] <alex_joni> it's a standard
[13:27:59] <alex_joni> like RS232
[13:28:06] <tlab> oh
[13:28:20] <alex_joni> RS stands for recommended Standard
[13:28:32] <SWPadnos> I know that RS274D is commonly called "gerber", which is what's used for PCB files
[13:28:39] <tlab> NIST sets these standards I'm assuming
[13:28:43] <alex_joni> nope
[13:28:49] <alex_joni> NIST defined RS274NGC
[13:28:56] <alex_joni> which is an implementation of RS274
[13:29:15] <alex_joni> rs274 is an old standard, maybe 70s or so
[13:29:29] <alex_joni> but it's incomplete, and all machine builders defined their own dialect
[13:29:39] <tlab> ahh
[13:29:50] <tlab> so NIST made it universal
[13:30:11] <alex_joni> NIST defined one dialect
[13:30:19] <alex_joni> which they hoped would become a defacto standard
[13:30:23] <alex_joni> but it didn't
[13:30:41] <alex_joni> Fanuc and Haas, and all the other machine manuf. still use their own dialect
[13:30:44] <tlab> is there a defacto standard today?
[13:30:47] <tlab> ahh
[13:31:03] <SWPadnos> G1 is standard, everything else varies a bit :)
[13:31:11] <SWPadnos> oh, and probably G0 too
[13:31:44] <alex_joni> The main standardized version used in the United States was settled by the Electronic Industries Alliance in the early 1960s.[citation needed] A final revision was approved in February 1980 as RS274D. In Europe, the standard DIN 66025 / ISO 6983 is often used instead.
[13:32:13] <alex_joni> SWPadnos: gerber is now RS274X
[13:32:25] <alex_joni> tlab: one thing that is a standard is step-nc
[13:32:30] <SWPadnos> that's extended Gerber, which includes aperture information in the plot file
[13:32:44] <alex_joni> that's a more modern language, but isn't quite implemented by a lot of machines
[13:32:46] <alex_joni> SWPadnos: right
[13:49:23] <skunkworks_> http://electronicsam.com/images/KandT/conversion/accpinset1.jpg
[13:50:04] <cradek> those are freakish
[13:50:24] <skunkworks_> we finally got a head out of the 2nd machine :)
[13:50:26] <SWPadnos> like some wacky machine flea comb
[13:50:38] <skunkworks_> http://electronicsam.com/images/KandT/conversion/accpinset.jpg
[13:51:26] <skunkworks_> dad says it looks like the coils are offset by .05 which makes sense the way I understand it.
[13:53:07] <skunkworks_> I think once we get he machine runnning - it would be cool to experiment with these... like I say - we never had an issue with positioning with the old controller. was all ways where we told it to go.
[13:53:12] <cradek> oh I didn't understand that was the read head
[13:54:37] <JT-Work> skunkworks_: is that the scale for an axis?
[13:55:42] <skunkworks_> yes
[13:55:59] <JT-Work> cool
[13:56:09] <JT-Work> and weird at the same time
[13:56:13] <cradek> I like the sharpie question mark
[13:56:21] <cradek> that's maybe not a good sign
[13:56:58] <skunkworks_> heh - that was an extra set we got.. it looks like someone had bent the pins strait with a pliers
[13:57:16] <cradek> ha
[13:57:52] <cradek> with these new pictures I wonder if jon/peter would have better guesses how it works
[13:58:02] <skunkworks_> having an extra machine for parts - we have a lot of extra accupins
[13:58:17] <skunkworks_> I will add it to the list.
[13:58:34] <cradek> maybe you should send a set to jon e. I'm going to eventually send him my big VR resolver - I just haven't gotten around to it.
[13:59:01] <skunkworks_> yes - we have talked about it..
[14:02:58] <mikegg> is that a similar principal of detection as a newall scale?
[14:03:53] <skunkworks_> I have not seen anything like it yet.. It isn't like a inducto-scale.. But I would have to look up newall
[14:04:20] <mikegg> i think the newall's are induction based
[14:04:52] <mikegg> "Newall encoders are based upon Spherosyn2122 technology and operate on the principle of electromagnetic induction. Inducing a 10kHz sinusoidal current through a single drive coil within the reader head generates an electromagnetic field. This field interacts with the nickel chrome elements contained in the scale."
[14:15:57] <skunkworks_> mikegg: this has 4 coils - 2 sets are hooked in a center tap setup - a square wave excitation signal is sent to the outside of the 2 center tapped coils - the 2 center taps are summed togater and that signal is a phase shifted sin wave reletive to the position of 1 .1 pin. that is then wave shaped into a square wave.
[14:16:10] <skunkworks_> this one shows the linup of the heads... http://electronicsam.com/images/KandT/conversion/accupinlineup.jpg
[14:17:19] <pcw_home> I still think it may be possible to read that scale like a resolver
[14:17:21] <pcw_home> you could test this by supplying balanced drive (CT transformer (CT grounded) if you have one)
[14:17:22] <pcw_home> to both pairs of coils and looking at the magnitudes of the CT sense signals vs position
[14:20:02] <skunkworks_> I hope to get some scope pictures this weekend...
[14:25:14] <pcw_home> does look related to the Spherosyn,
[14:25:16] <pcw_home> is the spacing of the rods rod determined or holder determined?
[14:25:29] <skunkworks_> pcw_home: the way I understand how resolvers work is that the 2 returned waves are 90Deg out of phase...
[14:26:43] <skunkworks_> pcw_home: I don't understand..
[14:27:01] <pcw_home> no, the amplitudes are out of phase but both the sine and cosine output are in phase with the carrier
[14:28:28] <skunkworks_> I didn't understand 'is the spacing of the rods rod determined or holder determined?'
[14:28:30] <pcw_home> (looks like on the Spherosyn they use the ball size as the spacing reference, is the accupin the same or does the pin holder ste the spacing)
[14:28:32] <EbiDK> EbiDK is now known as EbiDK_
[14:28:44] <pcw_home> (set)
[14:29:03] <skunkworks_> ah - the pin holder sets the spacing.
[14:29:03] <EbiDK_> EbiDK_ is now known as EbiDK
[14:30:24] <pcw_home> In other words looks like the on the Spherosyn you could just drop the balls in the tube ans your set
[14:30:35] <JT-Work> Sweet! A customer just called and reported a successful run off of a machine we built for them! He is the pickiest customer we have ever had to!
[14:30:57] <skunkworks_> Great Job!
[14:31:26] <skunkworks_> pcw_home: I think you can see light between the pins.
[14:31:49] <frallzor> mounting lighting or gantry for dust collectors, order me!
[14:31:55] <JT-Work> it inserts a .125" diameter jet into a carburetor every 5 seconds after checking that the jet is facing the correct direction
[14:33:01] <elmo40> cool.
[14:33:23] <JT-Work> it's cool now LOL
[14:34:29] <pcw_home> Its probably not that difficult to run the scale its original way if it wont work as a resolver
[14:34:30] <pcw_home> jus a quadrature wavegen (stepgen in quadrature mode would work to try) and a timer
[14:36:17] <skunkworks_> assuming my theory on 'the original way' is close enough to correct ;)
[14:36:55] <pcw_home> Sure looks like it from the comments on the drive circuit
[14:37:45] <skunkworks_> it is hard for me to see how the set the excitation signals.. You thing they are quadature? I was thinking at the most they where antiphase..
[14:38:04] <skunkworks_> (2 square waves 180deg out from one another)
[14:38:35] <skunkworks_> again - something I can test this weekend.. ;)
[14:39:28] <pcw_home> do you have the link to the driver circuit?
[14:39:41] <skunkworks_> http://electronicsam.com/images/KandT/conversion/
[14:43:12] <skunkworks_> it looks like the excitation signal for one of the coils can be phase shifted (I assume for calibrating) 'The phase switches select the steering phase FF(what is that?) between sps count of 20 and 78 in increments of two.
[14:43:30] <skunkworks_> cpc (not sps)
[14:44:36] <skunkworks_> 20 to 78 doesn't make sense for a quadature signal... I could se it for 180deg out of phase.. also - they call it a
[14:44:49] <skunkworks_> '2 phase square wave'
[14:46:51] <pcw_home> Yes I saw that, I still think its 90 but not sure 2 phase implies 90
[14:46:53] <pcw_home> seems like if you summed 180s you just get amplitude modulation, not phase modulation
[14:47:30] <skunkworks_> does it matter that it looks like the heads are shifted?
[14:47:51] <skunkworks_> but the heads are shifted .05 (half the pin)
[14:48:35] <skunkworks_> (looks like the 2 of the heads line up with the pins and 2 of the heads are .05 off.)
[14:49:50] <mikegg> could you put a sig gen on one of the heads with like a 10 khz square wave, and then an o-scope on the head that is 0.5 offset?
[14:49:55] <mikegg> wonder what it would do..
[14:50:21] <pcw_home> I think that offset makes sense but its giving me a "head" ache
[14:57:38] <mikegg> could the offset have something to do with determining direction?
[15:01:37] <pcw_home> The way I'm guessing it works is that each coil pair works as a LVDT so you get amplitude modulation of the drive signal (Vexcite* -K to +K every .1")
[15:01:38] <pcw_home> one set of coils is driven with a carrier 90 degress differen than the other so that when you sum the 2 amplitude modulated (by position) signals
[15:01:40] <pcw_home> you end up with a phase modulated result
[15:01:49] <skunkworks_> unless I am not seeing it - direction shouldn't be a problem.... you have a phase relationship between the excitation signal and the returned signal..
[15:08:42] <pcw_home> yes its an absolute encoder, direction is not an issue the as phase of the sensed signal is directly proportional to position (mod .1")
[15:10:34] <skunkworks_> right
[15:10:48] <skunkworks_> (within the .1 pin)
[15:10:52] <skunkworks_> right
[15:10:57] <skunkworks_> heh
[15:13:02] <pcw_home> might want to run the carrier faster than 250 Hz in case your newfangled lectric motor drive scheme is higher performance then the hydraulics
[15:13:45] <skunkworks_> rigth - we need to see what frequency still makes it through.. I would like to do 2khz... 2 times the servo thread..
[15:14:50] <pcw_home> excitation freq may have some effect on linearity though
[15:15:20] <skunkworks_> I am trying not to think about it... ;)
[15:16:39] <pcw_home> well since the rods are all pretty much the same it should be repeatable and therefore fixable
[15:23:04] <frallzor> can bearings after some use "leak" some oil/grease?
[15:26:52] <elmo40> sure.
[15:26:55] <elmo40> why not?
[15:27:23] <frallzor> I guess its friction, spin = heat = heated grease = leak =)
[15:27:26] <elmo40> material in a bearing is solid and does not absorb. if you lube it there is nothing to hold it there (unless there is a seal)
[15:27:34] <elmo40> exactly.
[15:27:54] <elmo40> too thick of a grease will cause more heat and potentially fail the bearing
[15:28:41] <frallzor> I got soo much to do but no will power today =P
[15:28:42] <elmo40> bearings are interesting devices. 3 things will make them fail. Vibration, over/under tightening(taper bearings especially), lack of/too much lubrication.
[15:28:50] <elmo40> frallzor: same...
[15:30:24] <pcw_home> electrical leakage currents also...
[15:31:33] <pcw_home> causes slow EDM on the balls (rollers) and races over time
[15:38:01] <LawrenceG> logger_emc, bookmark
[15:38:01] <LawrenceG> Just this once .. here's the log: http://www.linuxcnc.org/irc/irc.freenode.net:6667/emc/2010-04-16.txt
[15:45:03] <skunkworks_> LawrenceG: thought you might like this... http://electronicsam.com/images/KandT/conversion/accu.pdf
[15:45:08] <skunkworks_> you had asked about it before..
[15:45:19] <Jymmm> Blind Pr0n http://www.cnn.com/video/#/video/offbeat/2010/04/15/pkg.moos.blind.porn.cnn?hpt=T2
[15:45:32] <skunkworks_> this is the head and scales... http://electronicsam.com/images/KandT/conversion/accpinset1.jpg
[15:51:07] <LawrenceG> skunkworks_, thanks... was just reading back on your accupins project
[15:55:13] <LawrenceG> It would be very interesting to see if there was a way to home build accurate scales.... I like the spherosyn ball bearing method.. now to figure out the read heads and the electronic magic
[15:55:42] <cradek> accurate balls are not very expensive
[15:57:36] <skunkworks_> what would you put the balls in? aluminum tube? would that work?
[15:57:56] <skunkworks_> plastic tube? (scary_
[15:59:02] <skunkworks_> carbon fiber tube!
[15:59:11] <pcw_home> I think they use resin/carbon fiber or SS
[15:59:55] <pcw_home> aluminum is too good of a conductor I would think
[16:00:18] <cradek> otoh, already-built scales aren't very expensive either
[16:00:19] <skunkworks_> I would think you could create it so it worked just like a resolver.. So you could use an off the shelf resolver>quadature..
[16:00:39] <cradek> it would be nice to know which cheapie scales work well (have realtime quadrature output)
[16:00:57] <skunkworks_> or am I thinking about it too simply?
[16:02:34] <pcw_home> I think all newer scales have a local DSP to do the reading so they use whatever method is cheapest/best etc
[16:03:31] <pcw_home> (off the shelf resolver-->quad is more expensive than a DSP)
[16:04:45] <elmo40> sealive goes through so much trouble to make his 3D pictures... I wonder if this would alleviate some steps. http://www.brusselsprout.org/CAMBAM/tutorials/T4_Heightmaps/
[16:12:27] <frallzor> * frallzor is thinking about getting Aspire
[16:15:42] <kbarry> ohh man
[16:15:44] <kbarry> Aspire.
[16:15:49] <kbarry> i am drookling,
[16:15:58] <kbarry> do you use any other Vectric products?
[16:16:34] <sealive> vectors are best in incscape
[16:17:04] <sealive> kbarry: what are you trying to do
[16:19:11] <kbarry> Ohh, i already have VCarve Pro, and Photovcarve,
[16:19:22] <kbarry> With those 3 combines, it get about 80% of aspire,
[16:19:30] <kbarry> with Cut 3D you get another 10 percent
[16:20:30] <sealive> http://www.sammellothar.de/mount_m.png
[16:20:36] <sealive> thinks like that
[16:22:08] <sealive> http://www.sammellothar.de/beet_m.png
[16:22:14] <sealive> beethoven
[16:23:00] <sealive> today i tryd the Crazy_horse but only got a 240pix photo
[16:23:37] <sealive> http://www.sammellothar.de/crazy_horse.png
[16:24:32] <sealive> kbarry: Still here
[16:28:58] <frallzor> too bad you cant pirate aspire =P
[16:29:10] <frallzor> 2 grand is alot of money =)
[16:31:05] <sealive> a lot of freeware will do the job as good for nothing
[16:31:42] <frallzor> oh no
[16:31:53] <frallzor> tried loads, aspire is gods own software
[16:32:08] <kbarry> look
[16:32:13] <kbarry> Are you wanting aspire to cut the 3d models,
[16:32:20] <kbarry> or do you ant it so you can use the 3D tools?
[16:32:23] <frallzor> design, cad, cam
[16:32:30] <kbarry> Because if you can live without the tools,
[16:32:36] <kbarry> then you can use, and i know this might sound lame,
[16:32:44] <kbarry> but you can use photoshop and PhotVCarve,
[16:32:52] <kbarry> (A cheap Vectric product)
[16:33:01] <sealive> from google via blender to freemill and this is perfect to me
[16:33:09] <frallzor> pretty sure PhotoVcarve cant do 3Dmilling?
[16:33:16] <kbarry> ............
[16:33:21] <kbarry> whittleinwood.blogspot.com
[16:33:30] <kbarry> whittledinwood.blogspot.com
[16:33:47] <kbarry> http://whittledinwood.blogspot.com/
[16:33:57] <sealive> the full skulp or only lines in the depth
[16:34:02] <kbarry> everything you see that is "3D" is done with photoshop,
[16:34:17] <kbarry> and Photovcarve
[16:34:22] <kbarry> it CAN do 3D
[16:34:27] <kbarry> because what is it doing?
[16:34:30] <frallzor> but still, cant it produce full 3D milling in g-code?
[16:34:36] <frallzor> not just 2.5D
[16:34:37] <kbarry> Its taking Dark portion of a photo and saying "Scratch deep"
[16:34:44] <kbarry> and light places, and saying "Scratch light"
[16:34:52] <kbarry> ohh,
[16:34:53] <frallzor> I know how bumpmapping works =)
[16:34:57] <kbarry> aspire can't do 3d either
[16:35:02] <frallzor> it can
[16:35:15] <sealive> i work this parts for 5Years on without any programm of baying
[16:35:17] <kbarry> you mean, wrapping around a cylinder?
[16:35:57] <frallzor> I mean doing 3D paths for milling xyz and not just like 2.5D does, levels
[16:35:58] <sealive> for picture or bumpmap milling there are lots of staff
[16:36:17] <kbarry> i have done 2 sided machining with bumpmapping,
[16:36:29] <sealive> Rouphing
[16:36:35] <sealive> is the key
[16:36:47] <kbarry> roughing?
[16:36:48] <sealive> line produsers are all over
[16:37:01] <sealive> kbarry: yes
[16:37:15] <sealive> as you see in the pictures
[16:37:16] <kbarry> i don't typically rough my 3D stuff,
[16:37:23] <kbarry> I just go real slow on the first plung
[16:37:25] <kbarry> plunge
[16:37:28] <sealive> thats what i mean
[16:38:47] <sealive> so go for 400 pixel per inch ant then mill
[16:39:15] <sealive> with blender you can smooth out a stl
[16:39:31] <sealive> more Faces with Subsurf
[16:39:48] <sealive> then stl and mill generators
[16:40:45] <sealive> example
[16:41:41] <sealive> strait from sketchup->blender->freemill-> Emc 100x50inch http://www.sammellothar.de/m7.jpg
[16:41:51] <sealive> abaout 5min
[16:42:55] <sealive> 25 min of sculping finishing in blender prodused this http://www.sammellothar.de/mount_m.png
[16:43:36] <awallin> does freemill do anything else than the zigzag parallel finish path?
[16:43:53] <sealive> no
[16:44:14] <sealive> then you got to move to heekscad for all 3d free milling modes
[16:44:40] <awallin> ok.
[16:44:47] <awallin> I started on the cone-cutter for ocl
[16:45:02] <awallin> so it should be possible to do the ball-nosed cone cutter when that is ready
[16:45:22] <sealive> http://code.google.com/p/heekscnc/
[16:46:16] <sealive> the new realeas from 8hours ago will dio the job
[16:46:42] <awallin> ok, not sure what it uses for cone-shaped ball-cutter, if that is what you want?
[16:46:46] <awallin> maybe pycam?
[16:47:07] <sealive> pycam is in heekscad
[16:47:49] <awallin> yes
[16:49:23] <sealive> awallin: dan fixt the issue 179 coneball cutter yesterday 179
[16:51:25] <sealive> oh just in dan is stock in Stuttgart Airport
[16:51:42] <Dannyboy> wow am I awesome or what :o
[16:52:20] <sealive> no
[16:52:25] <awallin> good that it was fixed
[16:52:43] <kbarry> have yall seen photoxcynthe?
[16:52:46] <kbarry> photosynthe?
[16:52:50] <kbarry> microsoft product,
[16:53:03] <kbarry> creates point clouds from photos.
[16:53:25] <kbarry> people have been exporting the point cliuds to blender
[16:53:33] <frallzor> * frallzor starts saving for Aspire
[16:53:35] <kbarry> and then getting 3d models strictle from photographs
[16:55:00] <sealive> try Davids laserscanner this can read pointclouds and generade obj
[16:58:04] <kbarry> nice
[17:50:25] <skunkworks_> wow - look at what dad found...
[17:50:26] <skunkworks_> http://www.google.com/patents?id=NqpNAAAAEBAJ&printsec=drawing&zoom=4#v=onepage&q&f=false
[17:51:34] <skunkworks_> pcw_home: ^ according to that - it is 90deg phase shift...
[18:01:33] <cradek> skunkworks_: original source? http://www.google.com/patents?id=dOpoAAAAEBAJ&dq=accupin&q=accupin#v=snippet&q=accupin&f=false
[18:03:36] <skunkworks_> different as far as I can tell.. It using 3 sets of 3 coils.
[18:03:53] <cradek> skunkworks_: here's a K&T patent too: http://www.google.com/patents?id=fhRaAAAAEBAJ&printsec=abstract&zoom=4&source=gbs_overview_r&cad=0#v=onepage&q&f=false
[18:04:26] <cradek> the circuitry and operation is described (in prose)
[18:07:43] <cradek> wonder if they ever thought when designing this stuff - dang, let's just wait ten years until we have CPUs. this is ridiculous. we probably won't have it working right before then anyway.
[18:08:25] <skunkworks_> heh :) thanks - I have some reading..
[18:16:37] <skunkworks_> it is unreal what they did back then....
[18:32:59] <skunkworks_> and like I say - that part of the machine (positioning..) works very well with the old controller.
[18:34:13] <skunkworks_> PCW: I think you are right about the 90deg phase shift...
[18:36:58] <PCW> Yes, I think thats the way they get their 0-360 readout phase shift
[18:38:32] <skunkworks_> this has a similer block diagram - but actually says 90deg http://www.google.com/patents?id=NqpNAAAAEBAJ&printsec=drawing&zoom=4#v=onepage&q&f=false
[18:39:15] <skunkworks_> and the one cradek found says that in the text.l
[18:39:59] <skunkworks_> So - it looks like I could use stepgen to test it in quadature mode.. neat.
[18:41:40] <skunkworks_> they talk about summing or mixing the output.
[18:43:41] <PCW> That's good, the thermal compensation was just overall length compensation. not some gnarly analog futznology in the readout system
[18:45:08] <skunkworks_> heh
[18:46:11] <alex_joni> futznology?
[18:46:12] <PCW> Yes you sum the 0 and 90 degree signals with position varying amplitudes to get a almost constant amplitude signal with varying phase
[18:46:45] <skunkworks_> that just seems way too easy.. ;)
[18:46:45] <PCW> analog stuff with pots is one form of futznology
[18:46:53] <alex_joni> heh
[18:47:29] <archivist> I have a signal generator with 30-50 ish pots
[18:49:10] <PCW> Reminds me of old convergence circuits yuck!
[18:49:36] <PCW> showing my age...
[18:49:58] <archivist> PCW, I was a TV engineer !
[18:50:21] <archivist> I spent hours doing convergence
[18:50:24] <alex_joni> don't mind him, he used to help people carry them upstairs
[18:50:51] <PCW> next generation will barely know a CRT was
[18:52:20] <PCW> Also when they used to actually fix consumer products
[18:58:26] <archivist> we had proper training to component level, later of they were board swappers, today replace the complete thing!
[18:58:40] <atmega> is that a bad thing overall?
[18:59:08] <atmega> we used to have a guy that came by and swapped out mem chips on our boards
[18:59:47] <archivist> we diagnosed which part to unsolder and replace
[19:00:04] <DaViruz> in my days, we repaired the parts themselves!
[19:00:20] <atmega> we used to blow our own vacuum tubes
[19:00:59] <PCW> much more unrecycleable toxic waste is one problem with throwaway material stream
[19:35:57] <alex_joni> Dallur1: everything ok on your end?
[19:36:52] <frallzor> In soviet russia the parts repaired you
[19:38:05] <alex_joni> Dallur1: hopefully you weren't that close to Eyjafjallajokull
[19:56:05] <alex_joni> that is a sweet name btw
[20:17:19] <Dallur1> nope
[20:17:29] <Dallur1> I'm about 100km west of the glacier
[20:18:14] <Dallur1> It's funny, airports here are open and everything is like usual, if it wasn't on the news I would have no way of knowing that there is a volcanic eruption 100km east of me
[20:18:50] <Dave911> Dallur1: Are you in Iceland?
[20:18:55] <Dallur1> yup
[20:19:08] <Dallur1> It's not really a big thing, we get these things every 5 years or so, the only thing that's different this time is the fact that the winds blew all the ash over to Europe
[20:19:31] <Dave911> I think your countries emissions are slowing down the brits just a bit ... ;-)
[20:20:04] <Dallur1> yeah :) their talking about taking it out of our Co2 quota :)
[20:20:25] <morfic> a little volcanic ash beats nuclear fall out circling the globe
[20:20:35] <Dave911> You know you are going to have to contain that in the future ... ;-)
[20:20:54] <Dave911> Perhaps a giant air filter???
[20:21:24] <Dallur1> we could make a waterfilter, just put pipes in and big blowers, use the atlantic
[20:21:33] <Dave911> We are working on keeping our cows from gassing so much in the US ....
[20:21:44] <Dave911> Now you are thinking .. :-)
[20:22:02] <Dallur1> it's funny with regards to pollution, a single eruption over here dwarfs all other emissions
[20:22:03] <morfic> just stop the couch potatoes from letting loose
[20:22:42] <Dave911> eruption ... oh yeah... but that can't be talked about much you know ....
[20:23:14] <Dave911> World's a crazy place ...
[20:23:43] <Dallur1> all kidding aside though the only thing we worry about over here is if the neighboring volcano were to wake up, typical eruptions from mt Katla are about 100 times larger than the current one
[20:24:12] <Dave911> Are there evacuation plans if something like that occurs ...
[20:25:13] <Dallur1> yeah, no worries about human lives in the short run
[20:25:56] <Dallur1> but the amount of Fluoride released by an eruption like that means that farmland is rendered poisonous
[20:26:20] <frallzor> so bad dirt and bad economy then, that cant be good
[20:27:09] <Dave911> Is there farmland east of that eruption in Iceland??
[20:27:17] <Dallur1> not much,
[20:27:28] <Dallur1> it's mostly wasteland due to frequent eruptions in that area
[20:27:55] <Dave911> I didn't think so.... your climate has a pretty short growing season in even the warmest areas I thought..
[20:28:04] <Dallur1> west of that however is a different story, about 50% of the farmland is within 50km west of there
[20:28:25] <Dave911> Where do you live in Iceland?
[20:28:29] <Dallur1> Reykjavik
[20:28:48] <Dave911> OK..... I'd like to go there sometime .....
[20:29:00] <Dave911> I'm in Indiana, USA
[20:29:09] <Dave911> Farm country
[20:29:11] <morfic> is iceland where they do fermented shark?
[20:29:18] <Dallur1> yup
[20:29:27] <Dallur1> but you have to eat it with snaps
[20:29:50] <Dave911> snaps ??
[20:29:53] <morfic> volcanoes, fermented shark, Bjork, and my knowledge about iceland is exhausted
[20:30:29] <Dave911> crackers ?
[20:30:30] <Dallur1> it's a short glass with brennivin, it's a local spirit about 40% vol
[20:30:36] <morfic> i would have expected he would say Schnaps
[20:30:42] <Dallur1> it's the only way to get rid of the taste
[20:31:10] <Dave911> Why try so hard .. ;-) Or is that the excuse for the snaps .. ;-)
[20:31:11] <morfic> i never understand why people eat food that requires Schnaps to scrub the pallet with
[20:31:52] <Dallur1> well, pretty much all the food they ate here before the 19th century tasted like crap
[20:32:32] <Dallur1> the storage methods required to keep it edible throughout winter did it
[20:32:46] <Dallur1> Btw, the shark is cured with ammonia, where do you think they got he ammonia from ?
[20:33:20] <Dave911> Ammonia ... wow don't know
[20:33:28] <morfic> urin?
[20:33:32] <Dallur1> yup
[20:33:49] <morfic> delightful detail that i don't think was mentioned on cable
[20:34:10] <Dave911> Whoa .. you were serious about the tasting like crap thing .... not mentioned in the travel brochures I bet also..
[20:34:29] <Dallur1> yeah, today they just get pure ammonia but back then ....
[20:35:11] <Dave911> I thought ammonia was pretty bad for you .... I remember working on blueprint machines that used ammonia gas ... bad stuff
[20:35:29] <Dallur1> yeah, you wash it down before eating it
[20:35:34] <morfic> why do you think it's in urin and not our body?
[20:35:48] <Dave911> Good point .....
[20:36:19] <Dallur1> the only thing from back then that I find tastes good is the dried fish
[20:36:41] <Dallur1> for us here it's a bit like what beef jerky is to ppl in the US
[20:36:46] <Dave911> They didn't smoke fish back then ...
[20:37:03] <Dallur1> it's just hung up to dry, not smoked
[20:37:31] <Dallur1> brb, reboot because of upgrade to 9.1
[20:39:22] <Dallur1> That's better
[20:45:59] <alex_joni> Dallur1: cool
[20:46:25] <Dallur1> They finally got some photos today, it's been cloudy since the whole thing started: http://www.mbl.is/frimg/5/28/528175.jpg
[20:47:13] <alex_joni> looks nice
[20:47:27] <alex_joni> too bad it really fscked air travel all over western europe
[20:47:36] <alex_joni> there were even flights from here grounded
[20:47:54] <Dallur1> yeah, it's because the ash is so fine, the only thing it compares to is plasma dust
[20:48:58] <alex_joni> I imagine both are equally bad for airplane motors
[20:49:49] <Dallur1> I just hope this won't drag on for a year or two
[20:50:45] <Dallur1> last time this mountain erupted it was active for 2 years, and every time it has erupted it's been followed by the bigger volcano just east of it
[20:51:00] <alex_joni> http://newsimg.bbc.co.uk/media/images/47660000/jpg/_47660394_combo466thursfri.jpg
[20:51:01] <Dallur1> and usually eruptions there are about 100 times bigger
[20:51:15] <Dallur1> that's insane
[20:51:35] <Dallur1> I think it's caused something like 35.000 flights to be canceled so far
[20:53:43] <alex_joni> http://flightradar24.com/
[20:53:48] <alex_joni> that's a really cool site
[20:54:19] <Dallur1> yup, they have been struggling to keep up with the load for the last couple of days though
[20:55:52] <alex_joni> I can imagine ;)
[20:56:56] <Dallur1> it's funny, we complain about air travel being disrupted for a couple of days but compared to something like http://en.wikipedia.org/wiki/Laki
[20:57:19] <Dallur1> which was the last major eruption in that area
[20:57:54] <alex_joni> ouch.. 25% of the population
[20:58:28] <Dallur1> yeah, dropped temperatures world wide by several degrees centigrade
[21:00:32] <kbarry> which is a proposed countermeasure to the warming temparture of the planet.
[21:01:00] <kbarry> (release the cooling process-creating gasses into the atmospshere.
[21:05:21] <Dallur1> I think average temperature in europe were 5° C lower that year, Paris had 69 days of sub zero temperature but at least it shows that the theory works
[21:23:26] <alex_joni> 5C is a LOT
[21:25:28] <Dallur1> yup, well in this context it is
[21:26:07] <alex_joni> a couple years ago the average summer temp was 3-4C higher
[21:26:16] <alex_joni> and 20k people died in europe because of the heat
[21:29:12] <Dallur1> but that's a once per millennium event :)
[21:33:05] <markus_> markus_ is now known as markus
[21:38:06] <alex_joni> http://www.reghardware.co.uk/2010/04/16/review_camera_hasselblad_cfv_39_digital_back/
[21:52:11] <LawrenceG> hmmm... now what to buy... a 12000lb mill or a digital camera back??
[21:52:46] <atmega> both
[21:52:53] <alex_joni> a 12000lb camera back
[21:53:38] <LawrenceG> I wish the digital backs had caught on for all the nice 35mm gear out there
[21:54:34] <LawrenceG> its sad to see Nikons in the pawn shop for peanuts
[22:04:26] <alex_joni> mmm... peanurs
[22:04:29] <alex_joni> mmm... peanuts
[22:04:51] <MrSunshine> do you know why its even called "peanuts" (peenuts) ? :P
[22:05:07] <MrSunshine> cause in bars you eat even more pee then nuts when you eat them :P
[22:08:09] <GonMD_> GonMD_ is now known as GonMD
[22:09:44] <skunkworks> logger_emc: bookmark
[22:09:44] <skunkworks> Just this once .. here's the log: http://www.linuxcnc.org/irc/irc.freenode.net:6667/emc/2010-04-16.txt
[22:18:18] <pfred1> hello
[22:58:38] <frallzor> hmm if I want to machine parts that I want covered with veneer, is it ok to glue it to a large sheet of like mdf then machine?
[22:59:13] <pfred1> frallzor hey man how've you been?
[22:59:35] <frallzor> good good, you?
[22:59:44] <pfred1> great
[22:59:59] <pfred1> I'd say its OK just let the glue dry
[23:00:09] <frallzor> nice
[23:00:13] <pfred1> that and there are some tricks to getting a good flat bond laminating
[23:00:40] <frallzor> gonna try to make a nice table that is cheap, looks cheap yet stylish
[23:01:05] <frallzor> veneer + mdf + varnish = success?
[23:01:24] <pfred1> way I've seen that works is glue both pieces let tack then put stickers on the bottom piece set the laminate ont othe stickers and pull the stickers out
[23:01:38] <pfred1> then J roll it all
[23:01:57] <pfred1> trying to do it any other way is a recipie for insanity
[23:02:35] <pfred1> unless you're real good at pullingtablecloths out from under set tables
[23:02:44] <frallzor> I AM!
[23:02:56] <pfred1> yeah laminating any other way is still harder
[23:03:19] <pfred1> instant contact cement is just that, instant!
[23:03:53] <frallzor> I wanted to machine today, but noooo
[23:04:02] <pfred1> why not?
[23:04:18] <frallzor> replacing lighting
[23:04:32] <frallzor> but I missed some wires and need to see how they connect
[23:05:02] <pfred1> I like lighting I couldn't evne guess how many thousands of watts i have in my garage now
[23:05:32] <pfred1> I can get it so there isn't a shadow anywhere though
[23:06:15] <frallzor> http://www.pici.se/p/tcTKMJnvH/ this is my guesstimation =)
[23:06:29] <frallzor> cant try until later today though, need the little daylight there is =P
[23:07:12] <pfred1> frallzor whats with the connector in there don't you have any wirenuts?
[23:07:42] <frallzor> the new fixture is the same
[23:07:47] <pfred1> its a ballast fluroescent right?
[23:07:54] <pfred1> it came with those ocnnectors?
[23:07:57] <frallzor> yup
[23:08:07] <pfred1> I have never seen such a thing
[23:08:23] <pfred1> and I've done a lot of fluroescent lighting
[23:08:55] <frallzor> Im baffled since I need to both be able to control the light from the switch and still get power from the outlets no matter which state the lights are in
[23:09:08] <frallzor> so I've got some testing ahead of me =)
[23:09:24] <pfred1> you mean you want two switches to turn the lights on and off?
[23:09:34] <frallzor> no there is 1
[23:09:51] <frallzor> but the wiring goes both to outlets and the lights + switch
[23:09:53] <pfred1> or do you mean you want to control each light bank from a separate switch?
[23:10:02] <frallzor> And I have no idea on how it was connected before
[23:10:31] <pfred1> yeah that is typical to pull power from an outlet circuit for lighthing
[23:10:40] <frallzor> but it isnt
[23:10:46] <pfred1> thoug hwhat sucks about that is trip the breaker and you're in the dark
[23:11:17] <pfred1> personally I wouldn't do such a thing in a workshop
[23:11:19] <frallzor> there is 1 input to the entire garage, right side of the pic
[23:11:36] <pfred1> yeah just run a new circuit for the lights its a safety issue
[23:11:45] <frallzor> need to figure out which wires goes to outlets and which to lights
[23:11:50] <frallzor> not really
[23:12:01] <frallzor> got a separate line wired for machines and cnc
[23:12:01] <pfred1> oh yeah i want ot blow a breaker and end up in the dark
[23:12:07] <frallzor> bith 1phase and 3phase
[23:12:14] <frallzor> *both
[23:12:30] <pfred1> ok just don't use the outlets that are on the light circuit I guess
[23:14:29] <pfred1> how its usually done is power feeds to the outlets then from the outlets to the lights but you need a wire from the lights to the switch to turn it on and off
[23:14:58] <frallzor> i know.. =)
[23:15:01] <frallzor> time for bed!
[23:15:02] <frallzor> nn
[23:15:49] <pfred1> I should have taken a picture of the box I moved when I redid the lighting in my kitchen man that one had me stumped for a little while
[23:16:10] <pfred1> til I finally figured out that the light was switched neutral