Back
[00:00:38] -!- swingley has quit [Remote host closed the connection]
[00:03:30] -!- theorbtwo [theorbtwo!~theorb@cpc3-swin16-2-0-cust28.3-1.cable.virginm.net] has joined #linuxcnc
[00:07:11] -!- Nick001-shop has quit [Quit: ChatZilla 0.9.91.1 [Firefox 34.0.5/20141126041045]]
[00:07:22] -!- adoyle88 [adoyle88!cef82b35@gateway/web/freenode/ip.206.248.43.53] has joined #linuxcnc
[00:08:56] -!- [cube] has quit []
[00:09:00] <adoyle88> So I am completely stumped on my CNC bender project. I can't see how to write commands in gcode that would turn on a hydraulic valve until my encoder reaches a degree specified in the gcode.
[00:09:06] <adoyle88> Anyone have any ideas?
[00:09:29] <adoyle88> I've been able to make a neat encoder that responds to optical sensors.
[00:10:14] <adoyle88> I almost need to control this like a servo but without pwm stuff
[00:13:08] <_methods> you could use an mcode
[00:13:23] <_methods> custom mcode to turn on the valve
[00:13:35] <_methods> or even just use like coolant on mcode
[00:14:01] <_methods> since you don't have flood coolant on your bender i'm guessing
[00:14:04] -!- FreezingCold [FreezingCold!~FreezingC@135.0.41.14] has joined #linuxcnc
[00:14:15] <adoyle88> but how do I specify the angle?
[00:14:36] <_methods> how are you measuring the angle?
[00:14:36] <pcw_home> well weird...
[00:14:38] <adoyle88> can I pass variables from gcode to my hal program?
[00:14:38] <pcw_home> might look at the linuxcnc code to see what it does
[00:14:56] <pcw_home> oops
[00:15:04] <adoyle88> I've got a rotary optical encoder
[00:15:25] <adoyle88> It counts every half degree
[00:15:49] <_methods> and you want to stop the valve when your encoder reads the correct position
[00:15:56] <pcw_home> maybe the compare component is what you want
[00:16:58] <pcw_home> then somehow pause interpretation until done
[00:17:22] <_methods> state machine
[00:17:38] <pcw_home> (but I have no idea what I'm talking about)
[00:17:40] <_methods> valve on until angle reached
[00:17:42] <adoyle88> How would I specify the target angle in my G code?
[00:17:56] <pcw_home> yeah maybe classic ladder if your a ladder type of guy
[00:18:33] <_methods> http://wiki.linuxcnc.org/cgi-bin/wiki.pl?User_Defined_Gcodes
[00:18:40] <_methods> you may need to create a custom gcode
[00:18:47] <adoyle88> That sounds perfect
[00:18:49] <_methods> with your variables in there
[00:18:57] <adoyle88> how do you find this stuff?
[00:19:03] <_methods> hehe google
[00:19:11] <pcw_home> yeah that would be ideal (the gcode can pause)
[00:19:58] <_methods> you could set your pipe/tubing diameter in there too
[00:20:02] <adoyle88> It'd be great to just customize the g code in such a way that I could write z90 and it would turn on the output pin and watch the encoder until it got to 90
[00:20:05] <_methods> that way you could record typical bends
[00:20:29] <_methods> then just make a gcode with all your params in there
[00:22:37] <_methods> http://linuxcnc.org/docs/html/remap/structure.html#_getting_started_a_id_remap_getting_started_a
[00:22:49] <_methods> you can remap gcodes too for your specific purpose
[00:22:52] -!- asdfasd has quit [Ping timeout: 256 seconds]
[00:26:03] <adoyle88> that would run a subroutine that is another chunk of gcode?
[00:26:40] <_methods> http://linuxcnc.org/docs/html/remap/structure.html
[00:26:48] <_methods> you can totally remap existing gcodes
[00:27:02] <_methods> program them with python or c believe
[00:27:08] <_methods> i've never actually done it
[00:27:18] <_methods> but if i were doing what you are that's where i'd be looking
[00:27:58] <_methods> unallocated m and g codes are listed there
[00:28:54] <adoyle88> can python call hal files?
[00:32:22] <adoyle88> I feel like my brain is being stretched to its limits
[00:32:41] <_methods> yeah it's a lot to take in
[00:32:46] <MacGalempsy> hello
[00:33:40] -!- rob_h has quit [Ping timeout: 265 seconds]
[00:33:55] -!- asdfasd [asdfasd!~332332@2.123.171.143] has joined #linuxcnc
[00:34:10] <bobo_> hello to you
[00:34:53] <CaptHindsight> hah good for a chuckle
http://disinfo.com/2013/07/can-vortex-mathematics-lead-to-free-energy-or-is-it-just-more-fluff/
[00:34:56] <furrywolf> blah! I bought a really nice electric heater at a yard sale, but it seems to have a ground fault.
[00:35:13] <furrywolf> 26K hot to case.
[00:35:30] <CaptHindsight> furrywolf: every used machine I've ever gotten has that or similar wiring issues
[00:36:20] <furrywolf> I've never bought something with a ground fault before. heh.
[00:36:28] <furrywolf> it trips my gfci after about a minute
[00:36:58] <furrywolf> the heating element is a huge cast aluminum thing... most likely not replacable.
[00:36:59] <adoyle88> I think I might just bail and take a more physical approach: Stepper motor will turn a wheel to the required angle. When the wheel turns, it will trigger a switch that turns on the hydraulics. The switch remains on until it catches back up the wheel.
[00:37:51] <_methods> that's what i'd do if i wanted to make it happen with the least work
[00:38:01] <adoyle88> then the same thing in reverse with another switch
[00:38:02] -!- asdfasd has quit [Ping timeout: 246 seconds]
[00:38:12] <_methods> and happen fast
[00:38:31] <furrywolf> I still like my idea of using it as a torque-mode servo... but rather than running a motor, it actuates the hydraulics.
[00:38:45] <adoyle88> I can't figure out how to do that :(
[00:38:57] -!- akex2 has quit [Quit: Connection closed for inactivity]
[00:39:08] <furrywolf> he said it worked fine, and sure enough, it works fine as long as you don't hook it up to a gfci outlet... I should note his house (he even plugged it in to demonstate) had only ungrounded outlets all of which had the little grey no-ground adapters in them...
[00:39:23] <adoyle88> I tried to learn from the etch.hal but couldn't figure out how to adapt it
[00:39:35] <furrywolf> so he was using it ungrounded. running it ungrounded, I measure 69V from case to neutral...
[00:40:21] <CaptHindsight> people tend to confuse a neutral with a ground
[00:41:35] -!- swingley has quit [Ping timeout: 246 seconds]
[00:42:09] <furrywolf> there was no confusion... he simply had an ungrounded house, and was plugging grounded appliances in, with no grounds.
[00:43:07] <furrywolf> I can't find anything about the heater online... it's a singer model aat-15(7?)A. the second to last digit is damaged and not readable, but kinda looks like it might have been a 7.
[00:45:39] <furrywolf> it's obviously military, and built like the proverbial tank...
[00:45:58] -!- ink has quit [Remote host closed the connection]
[00:46:13] <adoyle88> in torque mode I wouldn't be specifying velocity?
[00:46:47] <furrywolf> no
[00:46:48] <adoyle88> just an on off signal?
[00:47:16] <furrywolf> torque mode means linuxcnc would be directly driving a motor until the encoder reads the position it wants.
[00:47:33] <furrywolf> velocity mode means linuxcnc talks to a controller than regulates the velocity for linuxcnc
[00:47:41] <adoyle88> ok
[00:48:08] <adoyle88> would I control it with a command such as z90 to get a 90 degree reading on an encoder on the z axis?
[00:48:28] <adoyle88> or would I use one of the aux outputs like coolant?
[00:49:23] <_methods> couldn't you use spindle orient for this?
[00:49:51] <_methods> http://linuxcnc.org/docs/html/man/man9/orient.9.html
[00:51:41] <furrywolf> blah! letting the heater warm up made it get even worse... 2.2K hot-ground, 118V on the case.
[00:51:55] <furrywolf> you'd probably want to use a rotary axis, like A or B.
[00:51:58] <furrywolf> rather than Z
[00:52:10] <furrywolf> yes, you might be able to use spindle too
[00:53:45] <adoyle88> that seems promising
[00:53:53] <furrywolf> what do I do with this heater now? it seems to work fine as long as it's on a non-gfci outlet, but it has non-trivial leakage...
[00:54:15] <furrywolf> I could attempt to mount the heater assembly on ceramic bushings are let it be live...
[00:54:39] <Cromaglious> ground the hell out of it.. check the resistance between the leads and the case
[00:55:45] <furrywolf> that won't fix the problem. the problem is the heating element has a ground fauilt.
[00:55:46] <furrywolf> fault
[00:57:47] -!- zeitue has quit [Ping timeout: 245 seconds]
[00:57:59] <furrywolf> yay, found that it does, indeed, exist. See page 51 of
https://books.google.com/books?id=Ns8XAAAAYAAJ&pg=PA51-IA14&lpg=PA51-IA14&dq=electromode+%22AAT%22+heater&source=bl&ots=-xJQ72qopi&sig=0AyqUec39VNEyzLZpfV8VC-CRTA&hl=en&sa=X&ei=Wp77VOHiNNXnoASqyIHAAQ&ved=0CCQQ6AEwAQ#v=onepage&q=electromode%20%22AAT%22%20heater&f=false
[00:58:03] <furrywolf> ouch, ugly url. sorry.
[00:59:42] <furrywolf> or maybe it's page 44. google is saying it's page 51, but it keeps saying page 51 even as I scroll to other pages.
[00:59:57] <furrywolf> the book page number is 44
[01:00:00] -!- Crom [Crom!~Robi@pool-108-23-106-180.lsanca.fios.verizon.net] has joined #linuxcnc
[01:00:09] <adoyle88> Is PID only for velocity control? I noticed in the etch.hal file it used PID to determine a velocity. I only need on-off.
[01:01:41] <furrywolf> pid will generate either a velocity or a torque depending on if you're in velocity or torque mode... you'd need to convert that to on/off. I don't know how, however.
[01:02:47] <adoyle88> ok
[01:04:23] <furrywolf> grrrrrr. I hate google. hate, hate. it says there's a free ebook. you click the free ebook link, it takes you to a page that says you need to sign in to purchase it.
[01:05:02] <Crom> you check torrent sites for a copy?
[01:05:50] <furrywolf> torrent doesn't work here.
[01:08:14] <Crom> Sister-n-law just closed escrow on a house in Carson City
[01:09:20] <Crom> which makes it nice, since I can then go see my folks in Richmond, then go up to Carson City
[01:11:22] <Crom> well I got my breakout and drivers working with the steppers I hav, now I just have to figure out timing. the NEMA17's are getting really hot so I also have to figure that out
[01:11:23] -!- zeitue [zeitue!~z@67.221.133.135] has joined #linuxcnc
[01:12:49] <Crom> using the one relay mach3 interface board and TB6560 single axis drivers
[01:13:45] <adoyle88> my stepper motor seems to be getting hot too. How hot is too hot?
[01:13:50] <adoyle88> I can hold my hand on
[01:14:09] <_methods> thats normal
[01:14:24] <_methods> if you can't put your hand on it you probably have a problem
[01:15:27] <Crom> too hot, so something is not set right
[01:16:16] <Crom> the current letoff should be set to 0,20,50,or 100%
[01:16:20] <furrywolf> I wish I could afford a house.
[01:16:45] -!- sector_0 [sector_0!~secotr_3@208.84.203.182] has parted #linuxcnc
[01:16:51] <Crom> $76000 for 6 acres and a house with no windows, electrical wiring or plumbing
[01:17:02] <Crom> that's the carson city house
[01:17:10] -!- adb has quit [Ping timeout: 252 seconds]
[01:17:32] -!- adoyle88 has quit [Quit: Page closed]
[01:17:36] <furrywolf> http://fw.bushytails.net/Electromode%20AAT-15A.png the only information I've been able to find on the heater
[01:17:47] <furrywolf> the giant cast aluminum heating element seems to have a ground fault
[01:18:14] <Crom> ahhh bathroom heater
[01:18:23] <furrywolf> no
[01:20:57] <furrywolf> sec, reuploading with dotted lines removed
[01:22:02] -!- Nick001 [Nick001!~Nick001@50.107.174.166] has joined #linuxcnc
[01:23:01] <Crom> what kind of heater is that?
[01:23:23] <furrywolf> it's military, out of a radio shelter.
[01:23:24] <Crom> I'm on my phone so the pictures are a bit small to read
[01:23:34] -!- micges has quit [Quit: Ex-Chat]
[01:23:45] <Crom> ahhh so basically it IS a bathroom heater
[01:24:42] <furrywolf> it's a bathroom heater, made out of 14 gauge steel, with controls that even a soldier can't break, with every part overengineer, and industrial thermostat with copper bulb instead of bimetal coil, etc.
[01:26:16] <Crom> the heating elements are contained within the AL radiator?
[01:26:58] <furrywolf> yep
[01:27:05] <furrywolf> appears to have been cast around them.
[01:27:05] -!- FreezingCold has quit [Ping timeout: 246 seconds]
[01:27:10] <Crom> ala coffee maker
[01:27:46] <furrywolf> dunno, never taken a coffee maker apart... I don't drink coffee.
[01:28:35] <Crom> I tend to drink chai myself
[01:29:05] <furrywolf> there's more pictures in the book, but manually stitching screenshots was getting very annoying.
[01:29:10] -!- nerdfiles has quit [Ping timeout: 256 seconds]
[01:29:39] <furrywolf> and the other two are for a slightly different model
[01:29:55] <Crom> hmmm isolating the radiator with bakelight or mica?
[01:30:38] <furrywolf> <furrywolf> I could attempt to mount the heater assembly on ceramic bushings are let it be live...
[01:31:36] <furrywolf> it is, by far, the heaviest-duty space heater I've ever seen... but even with it plugged into a non-gfci outlet, where it appears to function normally, it has enough of a ground fault it probably shouldn't be used.
[01:31:43] <furrywolf> and I spent $20 for it. :(
[01:31:48] <Crom> there is that... I tend to be old school... bakelite and mica is machinable, ceramic tends to be what you get
[01:33:12] <furrywolf> http://www.ebay.com/itm/Electromode-Model-WJA-13-Heater-/321663762372 that looks like the same element...
[01:34:04] <furrywolf> but that's a 13 instead of a 15, 1320W instead of 1500W, so may be a slightly different size or something... and it's a lot more money than I want to spent.
[01:34:05] <furrywolf> spend
[01:34:26] <furrywolf> I already spent too much buying it, just because I really wanted a nice industrial-duty heater... you can buy a brand new crap heater for what I spent for this one.
[01:34:46] <Crom> isolate the hell out of it... and run it until it dies
[01:35:30] <pcw_home> sure its the element thats leaky?
[01:35:57] <furrywolf> pcw_home: infinite hot-case resistance if I click the thermostat off
[01:36:38] <pcw_home> and you have run it? (in case its waterlogged)
[01:37:05] <furrywolf> isolating the heating element is easier said than done... I'd need to move the fan back before I can move the element back, and it's not touch-safe, in that you can touch it through the front.
[01:37:10] <furrywolf> yes. it gets worse the hotter it gets.
[01:37:34] <furrywolf> I ran it for about 15 minutes, with the case sitting at 118V...
[01:38:10] <pcw_home> well case sitting at 118 means the short is close to one end
[01:38:32] -!- ve7it [ve7it!~LawrenceG@S01060014d19d0b68.pk.shawcable.net] has joined #linuxcnc
[01:38:49] <furrywolf> it was sitting consistently at 69V before. it might have multiple faults.
[01:39:51] <pcw_home> maybe just a winged $20 :-(
[01:40:53] <furrywolf> that's a lot of money to waste... I only spent it because I wanted a working space heater.
[01:41:04] <furrywolf> I even made him plug it in to show me it worked before I spent that much money.
[01:41:20] -!- Loetmichel2 [Loetmichel2!~cylly@p54B10B19.dip0.t-ipconnect.de] has joined #linuxcnc
[01:41:49] -!- Loetmichel has quit [Ping timeout: 255 seconds]
[01:42:08] -!- swingley has quit [Ping timeout: 246 seconds]
[01:42:37] <Crom> sheeshz.... The Harrison Ford crash too many people are having fun with it
[01:42:50] amnesic is now known as amnesic_away
[01:43:03] <furrywolf> his house was all ungrounded wiring, with the little grey no-ground adapters everywhere... we plugged it into one of them, and sure 'nuff, it worked fine. heh.
[01:44:50] <pcw_home> ground it, it will either get better or worse :-)
[01:45:09] <Crom> stick it on a 1:1 isolation transformer then stick it under a upside shopping cart thats grounded
[01:45:32] <furrywolf> heh, I haven't tried that. the outlet I have it on has a gfci, which just trips if I connect the ground.
[01:46:06] * furrywolf googles the crash
[01:46:18] <furrywolf> he landed a plane on a GOLF COURSE. this is not exactly a crash landing.
[01:47:23] <furrywolf> look up bush pilot landings for some actually impressive other-than-hard-surface landings.
[01:47:46] <Crom> hmmm trying to figure out where to eat out tonight... Old Town is definately out... Rod Run is happening so it's crazy down there
[01:48:17] <furrywolf> eating out is expensive. eat in.
[01:48:38] <Crom> We have gift certs
[01:48:58] <furrywolf> how the heck do you get free gift certs? heh
[01:49:12] <Crom> wife traded in her Ace bucks and got gift cards
[01:49:28] * furrywolf wants free food
[01:49:40] <Crom> the Attaboy program Ace Hardware has
[01:49:53] <furrywolf> never heard of it
[01:50:18] <Crom> for employees
[01:50:29] <furrywolf> ace here just has some rewards program where every x dollars you spend (something like $2,500) they send you a $5 coupon, not even beginning to cover how much higher their prices are than every other store.
[01:51:21] <Crom> that's for customers...
[01:51:49] <furrywolf> I know lots of people who used to work for ace, and now do not. maybe it's just the local stores that suck. lol
[01:52:58] <Crom> no it's by the franchise which can suck...
[01:54:39] <furrywolf> can you re-bend pre-shaped heating elements from water heaters etc?
[01:55:39] -!- Crom_ [Crom_!~Robi@172.56.40.222] has joined #linuxcnc
[01:58:18] -!- Crom has quit [Ping timeout: 264 seconds]
[01:58:51] -!- zeeshan [zeeshan!~kvirc64@CPE0018e7cea342-CM5039555db2cc.cpe.net.cable.rogers.com] has joined #linuxcnc
[01:58:54] <zeeshan> :D
[01:59:14] <zeeshan> never running firefox again
[01:59:19] <zeeshan> garbage browser
[01:59:46] <Crom_> I need to get a cell phone booster for the house
[02:01:49] <Crom_> Or add a yagi to extend my wifi out to the intersection where cell signal picks up
[02:03:44] <Crom_> Now i not ed to start building a table for my router
[02:04:36] <Crom_> S/not ed/need/
[02:05:46] <Crom_> Gonna do a simple table using 3.8
[02:06:35] <Crom_> 3/8-16 all thread for my screw
[02:07:11] <Crom_> Delrin muts
[02:07:42] -!- fablab has quit [Ping timeout: 256 seconds]
[02:09:24] <Crom_> Somethings good enough and big enough to build a bigger table
[02:13:03] <furrywolf> the ground fault current is remarkably proportional to temperature.
[02:13:50] <furrywolf> using a nightlight bulb as a shunt between case and ground and measuring the voltage across it, it starts out at around 0.1V when cold, and climbs as it warms up... around 2.5V on it now, slowly rising...
[02:14:47] <furrywolf> using the bulb as a shunt so it won't melt if it suddenly fails dead shorted...
[02:15:01] <alex4nder> you mean besides the fact the resistance increases in the bulb?
[02:15:07] <furrywolf> 7.3V, still climbing...
[02:15:10] <alex4nder> (as it warms up)
[02:15:40] <furrywolf> the filament isn't heating at 0.1V. lol
[02:15:52] <furrywolf> and this agrees with why my gfci took a minute to trip, not instant
[02:15:59] <alex4nder> are you measuring across the bulb?
[02:16:04] <furrywolf> 10V, bulb might start glowing soon...
[02:16:05] <furrywolf> yes
[02:16:16] <alex4nder> measuring 0.1V across it just means the bulb is a dead short when cold
[02:16:34] <furrywolf> I just wanted a simple way to see how bad the ground fault is. that it's managing to put >10V across a light bulb means it's pretty damn bad.
[02:16:50] <furrywolf> I'd need to put a meter in series to measure the actual fault current, but "pretty damn bad" is a good enough measurement for me.
[02:17:03] <alex4nder> alright.
[02:18:26] <alex4nder> hmm, anyone know if it's common to grind mic6 to tolerance before machining it?
[02:19:07] <alex4nder> I want to make a tooling plate, and I'd like better than .015" flatness
[02:20:07] <furrywolf> a 4W light bulb, fully warmed up, is 3.6kohms. presumably it's much lower cold. with its current voltage of 13V across it, even pretending the filament was hot, that's still 4ma...
[02:20:31] -!- fablab [fablab!~fablab@2001:a60:13a8:7001:880c:a4f6:7217:f89b] has joined #linuxcnc
[02:20:36] <furrywolf> I guess I should get an actual measurement. need to find more jumpers.
[02:21:43] <furrywolf> crappy HF meters don't measure ac amps...
[02:22:47] -!- Crom_ has quit [Read error: Connection reset by peer]
[02:23:03] -!- Crom [Crom!~Robi@172.56.40.222] has joined #linuxcnc
[02:23:04] <furrywolf> 8ma
[02:23:43] <furrywolf> and that's with the light bulb still in series, so I don't blow my meter fuse if it decides to short hard.
[02:24:20] <furrywolf> 10.5ma, rising
[02:24:45] <furrywolf> why does it vary so smoothly with temperature?
[02:25:24] <furrywolf> I'd figure it either has a fault or it doesn't, but it's really a remarkably smooth, linear current increase as it warms up.
[02:25:29] <furrywolf> no jumps at all
[02:25:41] <Jymmm> what is?
[02:26:25] <furrywolf> Jymmm: I bought an electric heater at a yard sale where the heater element seems to have a ground fault
[02:26:52] <Jymmm> check the control, they usually fail the most
[02:26:55] <renesis> scary
[02:27:14] <furrywolf> no, it doesn't seem to be the control. if I cycle the thermostat off, the fault goes away.
[02:27:28] <Jymmm> right
[02:27:35] <furrywolf> it's a sealed heating element cast into a giant aluminum radiator assembley
[02:27:49] <Jymmm> 1/2" rod?
[02:28:08] <Jymmm> apx
[02:28:16] <furrywolf> http://fw.bushytails.net/Electromode%20AAT-15A.png the only documentation I could find about it
[02:28:38] <renesis> wtf that thing looks like death
[02:28:41] <pcw_home> runt it hot for a while, may bake out ...
[02:29:39] <Jymmm> furrywolf: bypass the thermostat and see if you still have the short
[02:29:44] <furrywolf> pcw_home: trying that now, but my batteries are pretty low. will have to wait for a sunny day to run it much longer.
[02:30:01] <furrywolf> FN port 3, A -81.5A (enabled), B 0.0A (disabled), C 0.0A (disabled), batt 22.3V, btemp 99.0C, SOC 70.0%, flags 0x08, extra id 4, data 0.00.
[02:30:08] <furrywolf> 22.3V is not good for a 24V bank. heh.
[02:30:16] <pcw_home> yeah tomorrow
[02:30:52] <furrywolf> one thing about solar power is you can only use electric heaters on cold but sunny days, not not-as-cold and cloudy days. heh.
[02:31:29] <Jymmm> furrywolf: if you unplug the heating element from everything else, it should read about 12 to 15 ohms
[02:31:30] <furrywolf> Jymmm: it's a nice industrial thermostat, and I don't think it's the source of the leakage.
[02:31:48] <furrywolf> sealed heating elements ground-faulting is a pretty common problem...
[02:32:16] <furrywolf> it does seem to be slowly going back down.... reached 14ma and started dropping.
[02:32:27] <furrywolf> could be it got moisture in it that needs to bake out
[02:33:26] <furrywolf> renesis: what do you mean by "looks like death"? it's the safest heater I've seen!
[02:34:09] <furrywolf> it's all metal, and the hot bits are cast in even more metal. I doubt the big aluminum thing could get hot enough to ignite stuff even if the fan failed, and it has a thermal breaker anyway...
[02:35:09] <renesis> looks 200 years old, wouldnt even trust the wire
[02:35:15] <furrywolf> http://fw.bushytails.net/vornado02.jpg THAT is in unsafe heater. It'd made entirely out of flammable plastic, with a bare wire element.
[02:35:38] <furrywolf> http://fw.bushytails.net/vornado01.jpg did THAT after about a month of occasional use.
[02:36:38] <furrywolf> wire is fiberglass over still-good insulation. mains cord has been replaced with 14/3 soow and a commercial-grade plug. all the internal wiring is well-done, supported by rubber-lined clips, and connected with terminals to terminal blocks.
[02:38:02] <furrywolf> this is Your Tax Dollars At Work. they spared no expense on it. it's built from quality components, assembled well.
[02:39:04] <renesis> wtf furry i think you have power issues
[02:39:14] <furrywolf> renesis: ?
[02:39:52] <renesis> wtf did you do to that heater
[02:39:55] <furrywolf> the burnt heater has been recalled by the manufacturer due to the number of house fires it caused... not just my power.
[02:40:06] <renesis> nice
[02:40:17] <renesis> and i got one thats cheap ass stomped metal and nichrome ribbon
[02:40:24] <renesis> and i got tile floors
[02:40:45] <renesis> shit could get stuck on and itd prob be fine
[02:41:00] <furrywolf> in fact, they've been recalled about TEN TIMES. because every time the cpsc orders a recall, they just release a "new and improved" version with another digit on the model number, and sell that one for a year until the cpsc orders it recalled too.
[02:41:54] <furrywolf> http://www.cpsc.gov/en/Recalls/2014/Vornado-Air-Recalls-Electric-Space-Heaters/ most recent recall
[02:42:11] <furrywolf> that's from a newer model than the one we had burn
[02:42:37] <furrywolf> "Vornado has received 29 reports of units overheating and melting, including seven reports of heaters catching fire"
[02:42:59] <furrywolf> the moral of the story is to not, under any circumstances, buy a heater made of plastic.
[02:43:12] <furrywolf> flammable plastic and heating elements are a bad mix.
[02:43:23] <furrywolf> this one is made of 14 gauge steel. it ain't melting. :)
[02:43:36] -!- swingley has quit [Ping timeout: 272 seconds]
[02:46:54] <furrywolf> fault current down to 4.76ma... I think the needs-to-bake theory is a good one. but, the red light on my inverter is now on, so I'm killing it.
[02:51:13] <furrywolf> the element consists of a center conductor inside a steel tube, lined with something that looks like cement... I guess that can soak up moisture?
[02:52:25] <furrywolf> I wonder if I should let it bake well, then seal the ends with silicone or something...
[02:52:34] <pcw_home> yeah and with the big radiator it probably does not run terribly hot
[02:54:58] <furrywolf> I probably never would have noticed anything if I didn't plug it into a gfci outlet. lol
[02:55:55] <pcw_home> might have been stored somewhere damp for years
[02:56:45] <furrywolf> the only place here that's not damp is... dunno. inside an electric oven? heh
[03:01:22] -!- pandeiro has quit [Ping timeout: 240 seconds]
[03:03:05] <furrywolf> pcw_home: so do mesa boards ever go on sale? black friday? 50% off coupons like harbor freight? :)
[03:03:09] <pcw_home> Not sure we will get much more rain but weed season here which is nice
[03:03:10] <pcw_home> because theres no need to buy greens for our pet rabbits:
[03:03:12] <pcw_home> Ox tongue, fennel, sow thistle, Filaree, wild radish, wild mustard,
[03:03:13] <pcw_home> plantain, bull mallow etc etc
[03:03:42] <pcw_home> I will have some protos soon
[03:04:14] <furrywolf> supposed to rain here next wednesday. we get a lot of rain.
[03:04:33] <furrywolf> next on wednesday, that is. not the next wednesday.
[03:04:41] <pcw_home> Northern CA?
[03:05:28] <furrywolf> far northern california. six plus hours north of what most people think of as northern california.
[03:06:00] <pcw_home> Yeah a lot of CA rain is only in the north
[03:06:25] <pcw_home> we're in SFBA
[03:06:28] <furrywolf> san francisco is positively hot, sunny, and fogless compared to here. :P
[03:07:24] <pcw_home> Had an Uncle that lived in Crescent city for a while
[03:08:21] <furrywolf> crescent city is still warmer than here. heh. Eureka area.
[03:10:28] <pcw_home> Ha last time I was up there I rode a Motorcycle up highway 1
[03:11:22] <furrywolf> no highway 1 past fort bragg... meets up with 101 around willits, then you take 101 up the coast.
[03:11:41] <pcw_home> Yeah
[03:14:07] <furrywolf> the gap between where 1 leaves the coast and 101 hits the coast is called the lost coast... because there's no access to it unless you're adventuresome.
[03:15:22] <pcw_home> must have been 30 years ago
[03:15:42] <furrywolf> so you haven't been up here in a while. lol
[03:17:22] <pcw_home> up to Jenner or so more recently
[03:17:26] <zeeshan> i love CHROME!!!
[03:17:32] <zeeshan> only consuming 50mb of memory
[03:17:41] <zeeshan> vs firefox pos eating 540mb
[03:21:13] <MacGalempsy> sweetness! finally got the tool changes components to function through pyvcp
[03:21:34] <zeeshan> https://books.google.ca/books?id=up5KS9fd_pkC&pg=PT1&lpg=PT1&dq=atlas+of+stress+strain+curves+pdf&source=bl&ots=ezdRlTLj4s&sig=xK5WI2_yTdMnqLSGa0cijoCAgR0&hl=en&sa=X&ei=yKz7VL3cHNGXyASPvIKABQ&ved=0CC0Q6AEwAw#v=onepage&q=atlas%20of%20stress%20strain%20curves%20pdf&f=false
[03:21:38] <zeeshan> anyone know how to download this book from here?
[03:25:25] <furrywolf> try
http://k2s.cc/file/c35d4c9de02e6/087170739X_Atlas.pdf
[03:26:05] <furrywolf> use "slow speed download" link at bottom of spam
[03:26:07] -!- Crom has quit [Read error: Connection reset by peer]
[03:26:13] -!- Crom_ [Crom_!~Robi@172.56.40.222] has joined #linuxcnc
[03:26:18] <MacGalempsy> zeeshan: if you have an android phone, could download it with the Play Books
[03:26:20] <zeeshan> i dl'ed it
[03:26:26] <zeeshan> but that version is bad quality
[03:26:28] <zeeshan> :/
[03:28:10] <furrywolf> I don't see any other downloadable versions, but I'm not an expert and finding such things.
[03:30:57] -!- Crom_ has quit [Read error: Connection reset by peer]
[03:31:40] -!- Crom [Crom!~Robi@172.56.40.222] has joined #linuxcnc
[03:34:02] -!- Tecan has quit [Ping timeout: 245 seconds]
[03:37:37] <furrywolf> http://downloadb0x.info/atlas-of-stress-strain-curves-2nd-edition/ probably same version
[03:38:06] -!- Crom has quit [Read error: Connection reset by peer]
[03:38:24] -!- Crom [Crom!~Robi@172.56.40.222] has joined #linuxcnc
[03:38:33] <furrywolf> brb
[03:39:08] <furrywolf> an ambulance just went up the road and turned around
[03:40:24] <furrywolf> none of those seem to work either. skip that url.
[03:41:05] -!- Crom has quit [Read error: Connection reset by peer]
[03:41:12] -!- Crom_ [Crom_!~Robi@172.56.40.222] has joined #linuxcnc
[03:43:52] -!- swingley has quit [Ping timeout: 240 seconds]
[03:44:01] <zeeshan> hm
[03:44:19] <zeeshan> its quite hard to find a good source
[03:44:22] <zeeshan> for stress-strain curves
[03:44:23] <MacGalempsy> so whats going on zeeshan?
[03:44:29] <zeeshan> not much, you?
[03:44:57] <MacGalempsy> making progress, so will be back to mounting relays
[03:45:13] <zeeshan> :D
[03:45:16] <zeeshan> ive been working on my lathe
[03:45:20] <zeeshan> and car at the same time
[03:45:20] <furrywolf> I need to make an enclosure, but real life is kinda in the way of cnc projects right now.
[03:45:29] <zeeshan> bullshit pulley
[03:45:32] <zeeshan> is slipping on the flat
[03:45:35] <MacGalempsy> working the lath to make car parts?
[03:45:36] <zeeshan> cause its a dinky ass set screw.
[03:45:40] <zeeshan> MacGalempsy: nahh
[03:45:46] <zeeshan> finished building the transmission
[03:45:59] <zeeshan> rechecked preloads on the taper bearings
[03:46:04] <zeeshan> everything seems nice
[03:46:21] <MacGalempsy> did you regear it?
[03:46:33] <zeeshan> replaced some things with stronger parts
[03:46:37] <zeeshan> things that typically break on em
[03:46:44] <zeeshan> and replaced some worn synchronizers
[03:46:55] <zeeshan> and ended up replacing all the bearings too
[03:47:02] <zeeshan> the old ones looked fine..
[03:47:11] <zeeshan> but blah, the trans had 100,000 miles on it
[03:47:15] <zeeshan> and bearings need replaceemnt :P
[03:47:25] <MacGalempsy> yeah, once you go in, its better to change everything you can
[03:48:08] <furrywolf> ... what do you drive that has such a crap tranny that it needs a rebuild at 100k?
[03:48:23] <zeeshan> 700 hp will blow up a lot of transmissions
[03:48:31] <MacGalempsy> thats what I was thinking
[03:48:37] <furrywolf> that just means you need a bigger tranny. :P
[03:48:38] <zeeshan> it didnt blow up
[03:48:49] <zeeshan> i just did precautinary work on it
[03:48:54] <MacGalempsy> furrywolf: your the biggest tranny we know
[03:48:54] <zeeshan> and did upgrades
[03:48:56] <MacGalempsy> :P
[03:48:58] <zeeshan> LOL
[03:49:10] <furrywolf> I saw an Allison the other day that you could fit a 55gal drum inside the housing...
[03:49:36] <furrywolf> at least someone said it was an allison, I didn't look closely.
[03:49:44] <furrywolf> was at a local heavy equipment shop
[03:50:19] <MacGalempsy> zeeshan: did you replace the clutch, too?
[03:50:24] <zeeshan> no
[03:50:25] <zeeshan> its fine
[03:50:32] <zeeshan> only had 5k miles on it
[03:50:42] <zeeshan> inspected the flywheel too
[03:50:43] <zeeshan> looked good
[03:51:04] <MacGalempsy> so what kind of 1/4 mile do you run in that beast?
[03:51:05] <furrywolf> if the rivets still have heads, the clutch is perfect. :)
[03:51:14] -!- AR_ has quit [Ping timeout: 246 seconds]
[03:51:22] <furrywolf> my jeep can do a quarter mile in under a minute! :P
[03:51:37] <MacGalempsy> haha. yeah, the fj40 is under 5 min
[03:51:52] <zeeshan> 10.4 @ 134 on a good day
[03:51:58] <zeeshan> ^ best time
[03:52:01] <MacGalempsy> nice
[03:52:07] <MacGalempsy> you ever use torque pro?
[03:52:08] <furrywolf> nothing like a 6500lb truck with 120hp... or, at least, 120hp back when the engine was new...
[03:52:18] <zeeshan> but it varies between high 10s to mid 11s
[03:52:20] <zeeshan> depending on the tires
[03:52:29] <zeeshan> i dont really drag much either
[03:52:38] <zeeshan> whats torque pro
[03:52:57] <furrywolf> my subaru is pretty zippy now, but it's definitely not a racecar.
[03:53:05] <furrywolf> 140hp in 2100lbs...
[03:53:12] <zeeshan> that must be fun
[03:53:26] <furrywolf> it's a noticable upgrade over the stock 83hp, yes.
[03:53:51] <furrywolf> I still need an exhaust. can't really drive it with just the cats...
[03:58:42] <zeeshan> http://www.matweb.com/search/DataSheet.aspx?MatGUID=9cadda3d6a514a6ea50c083ea83b4aaa
[03:58:49] <zeeshan> im trying to figure out what material to make my pull studs with
[03:58:58] <zeeshan> they commonly make them out of 8620 steel
[03:59:05] <zeeshan> with rockwell c hardness of 48~
[03:59:15] <furrywolf> isn't that something you normally buy?
[03:59:21] <zeeshan> im being cheap
[03:59:22] <zeeshan> :)
[03:59:28] <zeeshan> i need like 20
[03:59:32] <zeeshan> i cant really afford 20$ a pop
[03:59:35] <zeeshan> at that rate..
[03:59:47] <zeeshan> i can make them on them on the lathe
[03:59:52] <zeeshan> and heat treat at school
[04:00:01] <zeeshan> for likely $50..
[04:00:07] <zeeshan> for 60 of them
[04:00:19] -!- putnik has quit [Remote host closed the connection]
[04:00:21] <zeeshan> ive got it all CAD'd
[04:00:23] <zeeshan> and cam'ed
[04:00:29] <zeeshan> just need to figure out material and heat treat routine
[04:00:44] <zeeshan> i know the stress with no safety factor is around 34000psi
[04:00:54] <zeeshan> at the stress concentration areas of the pull stud
[04:01:10] <zeeshan> id like to have a safety factor of at least 3-4
[04:01:34] <furrywolf> can't help there... I suck at FEA, alloys, and heat treatments.
[04:03:10] <zeeshan> my only problem with 4140
[04:03:17] <zeeshan> is its izod impact specs..
[04:03:22] <zeeshan> 9J .. weak sauce
[04:05:39] -!- sumpfralle has quit [Ping timeout: 245 seconds]
[04:07:01] <MacGalempsy> make a product out of free material, sell, then buy the stuff you need
[04:07:37] -!- anth0ny has quit [Quit: anth0ny]
[04:08:44] <zeeshan> lol
[04:09:04] <zeeshan> sometimes i wish i didnt go to school
[04:09:10] <zeeshan> i spend too much time worrying about shit
[04:09:16] <zeeshan> "WILL THIS MATERIAL FAIL"
[04:09:19] <zeeshan> "WHAT IF THIS HAPPENS"
[04:09:22] <zeeshan> ..
[04:09:23] <zeeshan> :)
[04:09:30] <zeeshan> before school life was easy
[04:09:36] <zeeshan> "weld this 10x thicker"
[04:09:38] <zeeshan> call it a day
[04:09:45] <zeeshan> thats how my old eclipse was built
[04:09:45] <zeeshan> haha
[04:09:55] <zeeshan> some things, i dont know how the hell they survived.
[04:15:21] <MacGalempsy> the secret to engineering is overengineering
[04:16:42] * furrywolf thought the secret was to be in china and out of range of the lawyers of your customers
[04:17:30] <zeeshan> :)
[04:17:31] -!- Roguish has quit [Remote host closed the connection]
[04:20:38] <MacGalempsy> you got that right. or in vietnam or russia
[04:26:14] <furrywolf> http://www.z-light.com.cn/d/file/product/newseries/dengsi/20140217/105lmZR39WWV5C21001.pdf actual specs for chinese "led filaments". not bad.
[04:27:21] <furrywolf> http://www.designingwithleds.com/novel-led-packaging-adds-filaments-retro-bulbs/
[04:27:59] -!- Crom [Crom!~Robi@pool-108-23-106-180.lsanca.fios.verizon.net] has joined #linuxcnc
[04:30:15] -!- Crom_ has quit [Ping timeout: 252 seconds]
[04:30:18] <Crom> weeeee
[04:31:13] <Crom> mmmm Macaroni grill 1300 calories of yummyness
[04:31:43] <Crom> plus 2 pieces of bread their crappy coffee
[04:31:53] <Crom> and their crappy coffee
[04:32:40] <zeeshan> FINALLY
[04:32:43] <zeeshan> FOUND A GOOD BOOK!!!!!!!!!!!
[04:32:47] <zeeshan> http://www.akronsteeltreating.com/docs/default-source/default-document-library/ast-book.pdf?sfvrsn=0
[04:34:32] <bobo_> zeeshan: check out
https://www.youtube.com/watch?v=sFrVdoOhu1Q , for that next cnc lathe design/build .
[04:34:56] <zeeshan> dude
[04:34:58] <zeeshan> this guy is a genious.
[04:35:04] <zeeshan> his steam engine designs are amazing
[04:36:03] <Crom> that is a good book
[04:36:07] * furrywolf notes that steam engines aren't currently used much, turbines having been shown to be lighter, more efficient, more reliable, cheaper,...
[04:36:21] <zeeshan> hes a professor mech eng
[04:36:23] <zeeshan> @ ubc
[04:37:11] <zeeshan> has like 100 patents
[04:37:33] <bobo_> i thought that shop was his home shop
[04:37:37] <zeeshan> no lol
[04:37:54] <zeeshan> i actually emailed him
[04:38:00] <zeeshan> about his valve design for his steam engine
[04:38:03] <zeeshan> when i was working on my capstone
[04:38:26] <Crom> yeah, a 3" diameter turbine with several sections will turn out a gob of power on 60# of steam
[04:38:40] <zeeshan> that camera is cool
[04:39:00] -!- anth0ny has quit [Quit: anth0ny]
[04:39:09] <furrywolf> I've been tempted to build a steam engine using off-the-shelf solenoid valves. (asco redhat to be specific)
[04:39:18] <zeeshan> furrywolf:
[04:39:19] <zeeshan> you cant
[04:39:21] <zeeshan> theyre too slow
[04:39:28] <furrywolf> and an encoder and a little uC to drive them
[04:39:34] <zeeshan> they're ven slower
[04:39:39] <zeeshan> if you attach them to a standard poppet valve
[04:39:41] <furrywolf> ... 100rpm is considered high-speed for some engines. :P
[04:40:19] <furrywolf> also, from my experience with pneumatics, you can get surprisingly fast valves
[04:40:28] <zeeshan> thats still 500 ms
[04:40:35] <zeeshan> thats dooable
[04:40:41] <furrywolf> I have some 20ms air valves.
[04:41:06] <zeeshan> now the thing is
[04:41:13] <furrywolf> no complicated valve linkages, just wires... infinite precise control of cutoff...
[04:41:17] <zeeshan> with steam engines youre not going to be injecting for the entire duration of the stroke.
[04:41:22] <zeeshan> you wanna inject for about 10%
[04:41:24] <zeeshan> to 15%
[04:41:32] <zeeshan> to allow the steam to expand and do work
[04:41:47] <zeeshan> .15 * 500 ms = 75ms
[04:41:57] <zeeshan> so those 20 ms air valves will _just_ cut it
[04:41:58] <zeeshan> for 100 rpm
[04:42:00] <bobo_> his steam engine ---- unsure why it has popet valve on piston head , thought piston rear side was open to air
[04:42:07] <furrywolf> no, you want to inject for a variable amount that sets the power/efficiency tradeoff. 100% cutoff is the most power, but utter shit efficiency. 5% might give you full expension, and the most efficiency, but at very low power...
[04:42:08] <zeeshan> bobo_:
[04:42:13] <zeeshan> his valve design is GENious
[04:42:25] <zeeshan> furrywolf:
[04:42:26] <zeeshan> like i said
[04:42:28] <zeeshan> 10-15%
[04:42:32] <zeeshan> max 25% is acceptable
[04:42:33] <zeeshan> for a balance of both
[04:42:44] <zeeshan> bobo_: do you understand how his valve works?
[04:42:47] <zeeshan> its so stupid smart.
[04:42:58] <furrywolf> what is the url of this valve/engineer you're talking about?
[04:43:11] -!- ink [ink!~ink@73.189.30.247] has joined #linuxcnc
[04:43:11] <zeeshan> i dunno bobo posted a video of him working on a lathe
[04:43:17] -!- lottefang [lottefang!~lottefang@183.136.192.132] has joined #linuxcnc
[04:43:20] <furrywolf> oh, no wonder I didn't see it.
[04:43:28] <zeeshan> ??
[04:43:30] <bobo_> inlet section yes/ i think
[04:43:34] -!- adam3999 has quit [Quit: Connection closed for inactivity]
[04:43:43] <zeeshan> bobo_: its electromagnetic..
[04:43:53] <bobo_> right
[04:43:56] <furrywolf> I ignore anything that looks like a video unless it's directed directly to me.
[04:44:00] <zeeshan> but the thing is, he's not using electromagnetism to move the valve
[04:44:09] <zeeshan> he's using a mechanical pin attached on a pin of a piston
[04:44:14] <zeeshan> to bump open a valve
[04:44:20] <zeeshan> and uses the magnetic field to hold the valve in place
[04:44:21] <bobo_> right
[04:44:23] <zeeshan> _genious_
[04:44:34] <zeeshan> you can go to 8,000 rpm with his engine no problem
[04:44:39] <furrywolf> that design, using standard springs, is common on CO2 engines and such.
[04:44:45] -!- swingley has quit [Ping timeout: 250 seconds]
[04:44:46] <furrywolf> it's not that great.
[04:44:48] <zeeshan> since you can energize the mag field
[04:44:50] <bobo_> and can affect cutoff
[04:44:54] <zeeshan> at almost .7C
[04:44:56] <zeeshan> yea
[04:44:59] <zeeshan> and adjust cutt off on the fly.
[04:45:11] <zeeshan> it was the best valve design i came across
[04:45:25] <zeeshan> he has a patent
[04:45:44] <zeeshan> i tried to make something similar
[04:45:46] <zeeshan> with success
[04:46:00] <furrywolf> the advantage of my design is you can build it all with spare parts and minimal fab work. :P
[04:46:15] <zeeshan> furrywolf: we had very specific goals
[04:46:17] <bobo_> the exhaust --- somewhat sounds like 2-cycle
[04:46:23] <furrywolf> also, to note, I've seen an asco redhat based steam engine running. (well, video thereof).
[04:46:25] <zeeshan> we were tryng to get the best effifiency possible
[04:46:30] <zeeshan> our pistons were made out of ceramic
[04:46:33] <furrywolf> I like the redhat valves myself, probably have a half dozen.
[04:46:34] <zeeshan> and so was the cylinder chamber
[04:46:47] <zeeshan> to minimize condensation of steam
[04:46:55] <furrywolf> heh, I have some graphite-on-glass air cylinders.
[04:47:37] <zeeshan> bobo_: what's cool is you can use an electronic pedal
[04:47:45] <zeeshan> and drive his engine in a regular car :)
[04:48:23] <bobo_> graphite-on-glass air cylinders = hot air design engine
[04:48:30] <zeeshan> i really love steam engines
[04:48:42] <zeeshan> because you dont need fancy combustible material
[04:48:47] <zeeshan> you can run em off solar heat
[04:48:58] <zeeshan> shit you can even burn garbage and run em
[04:49:10] <zeeshan> makes a lot of sense for remote areas
[04:49:17] <furrywolf> I was thinking of a solar thermal plant once, but I was going to use a tesla turbine rather than a reciprocating engine.
[04:49:34] <furrywolf> I designed an ultra-low-cost fresnel trough collector
[04:50:37] <Crom> nice lathe
[04:50:58] <furrywolf> then I realized that direct sun wasn't very common here, and most of my power came from diffuse light, which you can't really concentrate. :)
[04:51:56] -!- lottefang has quit [Quit: Leaving]
[04:52:15] <bobo_> zeeshan why not a trip to visit Dan Gelbart -- and visit the SP Big boy rebuild
[04:52:21] <zeeshan> lol
[04:52:27] <zeeshan> hes too elite for me
[04:52:59] <furrywolf> if you want to work on steam engines, the local restoration people always need help. :P
[04:53:02] <Crom> wooo Big boy... Where that at?
[04:53:13] <bobo_> you might be suprised
[04:53:15] <furrywolf> I've helped out occasionally, but it's not a real interest of mine.
[04:53:51] <Crom> Weekend after next I'll be at IronHorse steampunk Family Festival in Perris at the Rail Museum
[04:54:21] <Crom> http;//ambermeade.com is my wifes website
[04:54:37] <Crom> http://ambermeade.com is my wifes website
[04:55:21] <zeeshan> too many projects
[04:55:25] <zeeshan> must complete!
[04:55:34] <zeeshan> my lathe really makes me upset
[04:55:40] <zeeshan> cause its not a slant bed
[04:55:40] <Crom> yeah exactly...
[04:55:49] <zeeshan> i need to try to come to terms with it
[04:55:58] <Crom> zee you figure out the gib problem?
[04:56:12] <zeeshan> i was only measuring 0.0005" deflection
[04:56:15] <zeeshan> maybe 0.0008"
[04:56:28] <zeeshan> i dont think thats enough to cause a crap surface finish
[04:56:33] <zeeshan> i sped up the feedrate
[04:56:36] <zeeshan> to 10-14 ipm
[04:56:44] <zeeshan> and bam, surface finish improved
[04:56:45] <bobo_> hack off 4" of front legs ------ then get back to work
[04:56:46] <zeeshan> no more tear out
[04:56:54] <Crom> bobo hehe
[04:57:20] <zeeshan> http://i307.photobucket.com/albums/nn294/BrianRupnow/DIEHOLDER--MODIFIED001.jpg
[04:57:24] <zeeshan> mine was slightly better than this
[04:57:32] <zeeshan> but you can see the tearing
[04:57:35] <Crom> I need to put casters on my lathe
[04:57:44] <zeeshan> http://cmv.zftp.com/IMGP2764.JPG
[04:58:37] <Crom> i also need to put a bigger oil cup on my head stock
[05:00:06] <Crom> but I'm broke until my brother pays for a website or my Grandma check comes in on the 16th
[05:00:21] <zeeshan> grandma check?
[05:00:22] <zeeshan> what
[05:00:45] <Crom> My grandma setup a trust.. I get a check once a month
[05:00:45] <bobo_> zeeshan to me you aer going down a rabbit hole --- light machines and neg rake cutting tools are not good
[05:00:51] <zeeshan> ah
[05:01:11] <zeeshan> bobo_: 1000lb isnt that light
[05:01:20] <zeeshan> !
[05:01:29] <Crom> not much but $325 + my $490 from the VA pays for most of my toys
[05:02:33] <Crom> oh shit that reminded me, I need to install VNC back on my Winbloz machine
[05:02:37] <furrywolf> bbl, wolfy bedtime
[05:02:43] <Crom> nite nite
[05:02:53] <MacGalempsy> bye
[05:03:31] <MacGalempsy> that piece looks good zeeshan
[05:03:51] <zeeshan> no! :P
[05:04:04] <Crom> crappy surface finish
[05:05:52] <MacGalempsy> trust fund kid huh?
[05:06:07] * zeeshan wants null-object$!
[05:06:10] <zeeshan> $$
[05:06:17] <Crom> I'm looking at getting some 45 degree engraving bit to cut out that stencil I'm working on. I also think I'm gonna try to cut it out of sheet metal using 0.003 passes
[05:06:30] <Crom> if you call $325 a month a trust fund baby..
[05:06:33] <bobo_> zeeshan also 1040 or the even lower carbon steel are gumey --- and also that finish looks typical
[05:06:58] <zeeshan> i need to try to get some free machnining steel
[05:07:00] <zeeshan> and see what happens
[05:07:33] <Crom> I got some carpet tape to see if that help holding down the sheet better
[05:07:51] <Crom> so it doesn't pop up when I peirce it
[05:08:12] <Crom> http://itslinux.org/pics/NewBreedVapes.jpg
[05:09:42] <bobo_> if you can't keep the carbide lust under control at least go for positive rake and polished stuff
[05:09:47] <Crom> 60 degree engraver all seem to have a 0.01mm flat on the bottom
[05:10:07] <zeeshan> crom doing this on a router?
[05:10:14] <zeeshan> bobo_: lol @ carbide lust
[05:10:14] <zeeshan> :)
[05:10:15] <Crom> yoocnc 3040
[05:10:43] <Crom> the material is 0.011 aluminum
[05:11:09] <zeeshan> why 0.003 passes?
[05:11:30] <Crom> about the max I can take on steel
[05:11:50] <zeeshan> ah
[05:12:50] -!- unfy [unfy!~Miranda@wsip-184-185-82-30.om.om.cox.net] has joined #linuxcnc
[05:14:12] <Crom> I also have to blow it up to 10x or 100x on pyCAM then scale on Mach3 to get the 0.001 or 0.0005 resolution since pyCAm only wants to go 0.01 on correction
[05:14:30] -!- furrywolf has quit [Ping timeout: 264 seconds]
[05:14:42] <Crom> which makes setting 0,0 tricky
[05:15:42] <Crom> 0.000079 resolution on 16 microstep
[05:17:59] <Crom> ugh askchat down't have /exec
[05:18:18] <bobo_> zeeshan check out www.arwarnerco.com for their cutting tool stuff
[05:20:44] <zeeshan> cool
[05:20:48] <zeeshan> fancy inserts! :P
[05:24:13] -!- mttr [mttr!~mttr@0016019a1697.cpe.westmancom.com] has joined #linuxcnc
[05:24:20] <Crom> ahh orange empire rail museum
[05:25:07] <bobo_> did you see Gelbart's laser center finder ? --- as in are you geing to make one for yourself
[05:26:47] <Crom> center finder?
[05:27:09] <bobo_> hang on a min
[05:27:18] <Crom> 2 line lasers at 90 degree?
[05:29:19] <Crom> happy doggy... I brought home some chicken for her
[05:32:44] -!- maximilian_h1 has quit [Read error: Connection reset by peer]
[05:33:01] <bobo_> Crom & zeeshan & others-------laser center finder-------
https://www.youtube.com/watch?v=otSjut1iGGk---approx at 2 min mark
[05:33:25] -!- maximilian_h [maximilian_h!~bonsai@dslb-178-002-086-191.178.002.pools.vodafone-ip.de] has joined #linuxcnc
[05:41:25] -!- tjtr33 [tjtr33!~tjtr33@d47-69-239-176.try.wideopenwest.com] has joined #linuxcnc
[05:43:04] <tjtr33> bob i like how the ring is like using a DTI and a cylinder square.
[05:43:05] <tjtr33> i dont know how accurate it is, but the geometry says 2 Z levels can prove the Z travel is aligned to the Cylinder Square.
[05:43:14] <tjtr33> bobo ^^
[05:43:21] <Crom> laser center finder that's NICE, I also like the camera
[05:47:09] -!- swingley has quit [Ping timeout: 250 seconds]
[05:51:47] <MacGalempsy> anyone else putting that laser on their build list?
[05:54:31] -!- zeeshan has quit [Ping timeout: 256 seconds]
[05:59:06] <bobo_> MacGalempsy laser center finder ---- look in the comments section , Gelbart has a link to drawings
[05:59:22] <Crom> Mac Definately here
[06:00:47] -!- Tecan [Tecan!~fasdf@unaffiliated/unit41] has joined #linuxcnc
[06:01:34] <bobo_> Crom did you see Gelbart has a link to drawings of laser center finder
[06:03:50] -!- tjtr33 has quit [Quit: Leaving]
[06:04:52] <Crom> not yet working on a web site for my brother
[06:06:07] -!- DGMurdockIII [DGMurdockIII!~dgmurdock@c-73-168-14-247.hsd1.in.comcast.net] has joined #linuxcnc
[06:06:18] -!- johtso has quit [Quit: Connection closed for inactivity]
[06:16:46] -!- deanputney [deanputney!~mustardha@173-160-235-41-Washington.hfc.comcastbusiness.net] has joined #linuxcnc
[06:25:17] -!- nerdfiles has quit [Ping timeout: 245 seconds]
[06:31:56] <Cromaglious> downloading now
[06:36:40] -!- nofxx [nofxx!~nofxx@unaffiliated/nofxx] has joined #linuxcnc
[06:38:09] -!- zarra [zarra!653c908e@gateway/web/cgi-irc/kiwiirc.com/ip.101.60.144.142] has joined #linuxcnc
[06:39:04] <MacGalempsy> anyone running a potentiometer into their 7i77?
[06:39:24] <MacGalempsy> I have tried to loadrt abs count=2
[06:40:02] <MacGalempsy> net panel_fro abs.0.in <= hm2_5i25.0.7i77.0.0.input-01
[06:40:16] <MacGalempsy> and the eroor comes back as the pin is of type bit
[06:40:35] <MacGalempsy> how do I set the pin as a float?
[06:47:47] -!- swingley has quit [Ping timeout: 245 seconds]
[06:58:12] -!- mttr has quit [Ping timeout: 272 seconds]
[06:58:35] <bobo_> so where is archivist when MacGalempsy needs info
[06:59:23] <MacGalempsy> ikr?
[06:59:26] -!- patrickarlt has quit [Remote host closed the connection]
[07:02:11] -!- zarra has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
[07:02:42] -!- Flipp_ [Flipp_!~Flipp@c-73-181-210-168.hsd1.wa.comcast.net] has joined #linuxcnc
[07:06:22] <MacGalempsy> bobo_: I did make it pretty far today without any complex questions
[07:09:28] <archivist> bobo_, hiding in bed
[07:10:57] <bobo_> I am just trying to pick up some understanding of linuxcnc , so any of the questions are a resourse ---- for me and many others ---- now and in the logs
[07:12:38] <Cromaglious> hmm seeing something about analogin
[07:12:44] <archivist> bobo_, like I started back around 2006
[07:14:16] <Cromaglious> http://emc-users.narkive.com/w2KLueZA/loadrt-abs-component-not-working
[07:14:39] <Cromaglious> maybe that has something useful
[07:14:45] <MacGalempsy> thanks, reading now
[07:15:16] <archivist> point him at the manual for the pin he wants to read :)
[07:16:02] <archivist> type errors speak volumes about what the error is
[07:16:03] <MacGalempsy> I looked at the manual, it says that pin 0-2 are able to read 32 bit signals in data modes 1 and 2
[07:17:11] <archivist> did you set that mode, what type of signal is that mode
[07:17:26] * archivist not having a manual open
[07:18:19] -!- adam3999_ has quit []
[07:19:08] -!- anth0ny has quit [Quit: anth0ny]
[07:20:11] <MacGalempsy> good point on the mode.
[07:28:42] -!- Tanz [Tanz!~chatzilla@conr-adsl-209-169-99-211.consolidated.net] has joined #linuxcnc
[07:29:40] -!- karavanjo has quit [Ping timeout: 255 seconds]
[07:32:11] -!- LatheBuilder has quit [Quit: Leaving]
[07:32:39] <Cromaglious> MacGalempsy, Any headway?
[07:33:20] <archivist> 7i77 has a few doc bugs
[07:33:43] <MacGalempsy> kind of. I am going through to see if running the 7i77 in an different mode will mess anything up
[07:34:18] <archivist> MacGalempsy, keep doing that as that was something I thought about too
[07:34:52] <MacGalempsy> i am a little confused about th eline sserial_port_0=300xxx
[07:35:11] <Cromaglious> newsig e0.temp.meas float; net e0.temp.meas <= Therm.temp0; from
https://github.com/modmaker/machinekit/blob/master/configs/ARM/BeagleBone/BeBoPr-Bridge/velocity-extruding/lineardelta-vel-extr.hal
[07:35:20] -!- Nick001 has quit []
[07:35:31] <MacGalempsy> when runnin pncconf it shows 0=000000
[07:36:02] <Cromaglious> To enable the MPG inputs set the mode to 3. Find sserial_port_0=000xxxxx in your main hal file and change it to sserial_port_0=300xxx.
[07:36:33] <Cromaglious> http://gnipsel.com/linuxcnc/configs/7i77.html
[07:37:32] <MacGalempsy> that is what I was going to use those for a mpg, but that is much later down the line
[07:38:25] <Cromaglious> http://linuxcnc.org/lucid/index.php/english/forum/27-driver-boards/27730-how-to-wire-mpg-on-7i77?limitstart=0
[07:39:48] <Cromaglious> I don't know what I'm finding, only it's kinda close to what your asking
[07:39:55] <MacGalempsy> its cool
[07:40:02] <MacGalempsy> thanks for the effort
[07:40:23] <MacGalempsy> I have these two pots on the panel, so I was trying to read them for the fro and sso
[07:40:42] <MacGalempsy> not a biggy, I should probably continue finishing the wiring anyways.
[07:41:14] -!- asdfasd [asdfasd!~332332@2.123.171.143] has joined #linuxcnc
[07:42:37] -!- Miner_48er has quit [Quit: Leaving]
[07:43:16] <Cromaglious> then I think this page is closest to what your looking for
http://linuxcnc.org/lucid/emc2/index.php/english/forum/39-pncconf/18519-7i77-testers-wanted?start=140
[07:44:14] <Cromaglious> You change the "sserial_port_0=SOMETHING" parameter in the firmware config line at the top of the .ini file to sserial_port_0=M00xxx" ; where M is the mode for the 7I77 field I/O (0,1,2,3) ; Note that the MPG option (mode 3) was added recently and may not be present on your 7I77
[07:44:19] <MacGalempsy> gotcha
[07:45:23] <Cromaglious> look for the yellow boxes
[07:45:39] <Cromaglious> 1/6 of the way down the page
[07:46:40] <Cromaglious> 000xxxx doesn't do analog, where 100xxxx and 200xxx and 300xxx does
[07:48:59] -!- swingley has quit [Ping timeout: 256 seconds]
[07:50:07] <Cromaglious> google search was "linuxcnc hal reading a potentemetor with 7i77"
[07:50:45] <Cromaglious> it corrected my spelling on potentiometer
[07:51:51] -!- deanputney has quit [Remote host closed the connection]
[07:52:18] -!- asdfasd has quit [Ping timeout: 264 seconds]
[07:54:02] -!- zarra [zarra!653c908e@gateway/web/cgi-irc/kiwiirc.com/ip.101.60.144.142] has joined #linuxcnc
[07:54:22] <zarra> hello folk!
[07:54:30] <MacGalempsy> :)
[07:54:46] <Cromaglious> hiya zarra
[07:55:16] <Cromaglious> MacGalempsy, think that got it? the M00xxx ? instead of 000xxx
[07:55:26] <zarra> i have ubuntu 14.04 install, i am looking for its documentation of installing
[07:55:35] <zarra> can you give me a good start?
[07:55:36] <Cromaglious> M being 1, 2, or 3
[07:55:49] <Cromaglious> zarra running Linuxcnc?
[07:56:05] <zarra> not yet
[07:56:10] <zarra> how to install?
[07:56:18] -!- Deejay [Deejay!~Deejay@unaffiliated/dj9dj] has joined #linuxcnc
[07:56:23] <MacGalempsy> Cromaglious: I need to take a break. my eyes are crossing
[07:56:28] <Deejay> moin
[07:56:41] <Cromaglious> go to linuxcnc and download the ubuntu 10.04 linuxcnc iso and install that instead
[07:56:46] <MacGalempsy> zarra: go to the linuxcnc and get a copy of the livecd and install it from there
[07:57:07] <Cromaglious> then you'll have a running linuxcnc, then carefully upgrade from there
[07:57:23] <Cromaglious> I don't know if linuxcnc runs under ubuntu 14.xx yet
[07:57:40] <zarra> ok
[07:57:46] <zarra> let me try
[07:58:05] <Cromaglious> I went thru 4 installs before I figured that out
[08:00:20] <zarra> so i need ubuntu 10.xx?
[08:00:42] <Cromaglious> 10.04
[08:00:58] <zarra> ok
[08:01:20] <Cromaglious> no you need the linuxcnc.org ubuntu cd image which is based on ubuntu 10.04
[08:01:44] <MrSunshine> havent linuxcnc gone from ubuntu now ?
[08:01:51] <MrSunshine> as the last install i did atleast was debian
[08:02:18] <Cromaglious> http://www.linuxcnc.org/iso/ubuntu-10.04-linuxcnc3-i386.iso
[08:03:13] <zarra> Cromaglious: thanks
[08:03:19] <zarra> downloading it
[08:04:42] <Cromaglious> 10.04 is actually linuxcnc 2.5, but it'll upgrade with a little help
[08:05:19] <Cromaglious> so once your up and running come one back and someone can help you configure update manager
[08:05:54] <zarra> ok
[08:06:38] <zarra> can I see source codeafter this installation?
[08:06:58] <bobo_> zarra is your computer a 32 or 64 bit mach
[08:10:07] -!- deanputney [deanputney!~mustardha@104.244.221.171] has joined #linuxcnc
[08:10:50] -!- f1oat3 [f1oat3!~f1oat@AMontsouris-553-1-78-179.w92-151.abo.wanadoo.fr] has joined #linuxcnc
[08:11:47] <Cromaglious> http://itslinux.org/pics/linuxcncsource.png
[08:12:37] <Cromaglious> the base 2.6 is the ones you wanna add to ubuntu software center/upgrade manager
[08:14:30] <zarra> ok
[08:16:16] <Cromaglious> the apt add line is: deb
http://linuxcnc.org/ lucid base 2.6 and also: deb-src
http://linuxcnc.org/ lucid base 2.6
[08:16:58] <zarra> how to add this?
[08:17:35] <zarra> got it
[08:19:16] <zarra> what the above two lines will do?
[08:19:52] -!- MacGalempsy has quit [Read error: Connection reset by peer]
[08:20:01] <Cromaglious> in x windows you'll run ubuntu software center -> edit -> software sources -> other software sources, then hit the add button and type 'deb
http://linuxcnc.org/ lucid base 2.6'
[08:20:14] -!- ve7it has quit [Remote host closed the connection]
[08:20:42] <Cromaglious> hit enter, then hit add again and type 'deb-src
http://linuxcnc.org/ lucid base 2.6' and hit enter
[08:21:31] -!- MacGalempsy [MacGalempsy!~quassel@ip72-204-45-74.fv.ks.cox.net] has joined #linuxcnc
[08:22:16] <Cromaglious> then hit close, then you'll be back at ubuntu software center, you can then search for linuxcnc in the search box after it updates the sources...
[08:22:57] <Cromaglious> there is also a tab in edit -> software source -> update
[08:23:13] <zarra> updating...
[08:25:29] <Cromaglious> Linuxcnc Stepconf Wizard for setting up with a stepper motor setup
[08:25:39] <Cromaglious> in applications -> CNC
[08:26:45] <zarra> ok
[08:26:58] <Cromaglious> ok nite nite time for me... Mac you get any further?
[08:27:33] <Cromaglious> MacGalempsy, Boo! You get any further?
[08:27:49] <zarra> thanks dude
[08:27:53] <Cromaglious> I forget to use the full name so it hopefully beeps
[08:28:01] <zarra> i will install and will came back here
[08:28:03] <Cromaglious> zarra it's what we do
[08:28:33] <zarra> Cromaglious: ok
[08:28:35] <Cromaglious> I just came back to linux after not running it for 10 years just for linuxcnc
[08:28:49] <Cromaglious> though I did keep my domain itslinux.org
[08:29:00] <zarra> oh
[08:29:04] -!- MacGalempsy has quit [Ping timeout: 255 seconds]
[08:29:20] <zarra> what os you use?
[08:29:37] -!- MacGalempsy [MacGalempsy!~quassel@ip72-204-45-74.fv.ks.cox.net] has joined #linuxcnc
[08:30:00] <zarra> Cromaglious: what OS you use?
[08:30:01] <Cromaglious> 3 machines ubuntu 10.04, 2 windows 7, 5 windows XP, one macos 6.xx
[08:30:21] <zarra> great!
[08:30:26] <Cromaglious> I think it's maxos 6.xx... it's a 512
[08:30:35] <zarra> Cromaglious: Are the core dev?
[08:30:57] <Cromaglious> core dev?
[08:31:09] <Cromaglious> oh the dev is the sources
[08:31:45] <Cromaglious> getting the linuxcnc iso is best since it comes with the real time kernel ready to go
[08:31:58] <zarra> oh! my typo
[08:32:25] <zarra> Cromaglious: I mean, are you the core developer here?
[08:32:48] <Cromaglious> nah, just an old fart who is trying to run it
[08:33:04] <zarra> -.-
[08:34:04] <Cromaglious> in 2000 I got hit in the head by a thug at my stepdaughters house and I haven't programmed on anything over 300 line since
[08:34:38] <MrSunshine> ouch
[08:35:49] -!- deanputney has quit [Ping timeout: 264 seconds]
[08:36:39] -!- deanputney [deanputney!~mustardha@104.244.221.171] has joined #linuxcnc
[08:36:46] <Cromaglious> I used to hang out at Linux Care in San Francisco, lilo, Rob Levin, who created freenode was a friend of mine.
[08:37:43] <bobo_> bbl
[08:37:50] <Cromaglious> same here nite nite all
[08:37:53] -!- bobo_ has quit [Quit: Page closed]
[08:38:18] -!- ink has quit [Remote host closed the connection]
[08:38:20] <zarra> gud nyt
[08:38:22] <zarra> :)
[08:44:16] <Cromaglious> oh just found this before I leave
[08:44:22] <Cromaglious> http://wiki.linuxcnc.org/cgi-bin/wiki.pl?UpdatingTo2.6
[08:45:04] <Cromaglious> explains updating to ubuntu 12.04 and getting the rtai 3.4.xxx kernel etc...
[08:45:25] <Cromaglious> guess I'll be doing that in a coule of weeks
[08:45:31] <Cromaglious> ok nite nite
[08:45:54] <zarra> ok thanks
[08:49:29] -!- swingley has quit [Ping timeout: 252 seconds]
[08:50:29] <archivist> or moving to debian :)
[08:53:28] -!- erictheise has quit [Quit: erictheise]
[08:55:20] -!- unfy has quit [Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org]
[08:57:10] -!- zarra [zarra!653c908e@gateway/web/cgi-irc/kiwiirc.com/ip.101.60.144.142] has parted #linuxcnc
[08:57:40] -!- ashcan [ashcan!~robert@navsoft.plus.com] has joined #linuxcnc
[09:06:28] -!- nofxx has quit [Ping timeout: 256 seconds]
[09:08:57] -!- DGMurdockIII has quit [Quit: Leaving]
[09:27:52] -!- MacGalempsy_ [MacGalempsy_!~quassel@ip72-204-45-74.fv.ks.cox.net] has joined #linuxcnc
[09:29:22] -!- MacGalempsy has quit [Ping timeout: 255 seconds]
[09:29:52] -!- Tom_itx has quit [Ping timeout: 245 seconds]
[09:30:31] -!- Tom_itx [Tom_itx!~Tl@unaffiliated/toml/x-013812] has joined #linuxcnc
[09:34:41] -!- ink [ink!~ink@73.189.30.247] has joined #linuxcnc
[09:41:30] -!- rob_h [rob_h!~robh@90.212.252.1] has joined #linuxcnc
[09:43:08] -!- deanputney has quit [Remote host closed the connection]
[09:49:56] -!- swingley has quit [Ping timeout: 244 seconds]
[10:00:36] -!- zeitue has quit [Ping timeout: 272 seconds]
[10:04:58] -!- TTN has quit [Quit: gnight :)]
[10:12:38] -!- zeitue [zeitue!~z@67.221.133.135] has joined #linuxcnc
[10:22:19] -!- zeitue has quit [Ping timeout: 250 seconds]
[10:39:36] -!- zeitue [zeitue!~z@67.221.133.135] has joined #linuxcnc
[10:43:39] -!- deanputney [deanputney!~mustardha@104.244.221.171] has joined #linuxcnc
[10:48:12] -!- deanputney has quit [Ping timeout: 245 seconds]
[10:50:42] -!- swingley has quit [Ping timeout: 245 seconds]
[10:53:32] -!- Tanz has quit [Quit: ChatZilla 0.9.91.1 [Firefox 36.0/20150222232811]]
[11:06:53] -!- Tecan has quit [Quit: Live Long And Phosphor!]
[11:52:04] -!- swingley has quit [Ping timeout: 272 seconds]
[12:19:30] -!- syyl_ws [syyl_ws!~sg@p200300632C236D84020D60FFFE678AE7.dip0.t-ipconnect.de] has joined #linuxcnc
[12:43:40] -!- micges has quit [Quit: Ex-Chat]
[12:49:10] -!- sumpfralle [sumpfralle!~lars@erina.opennet-initiative.de] has joined #linuxcnc
[12:52:43] -!- swingley has quit [Ping timeout: 256 seconds]
[13:02:57] <Loetmichel2> *meh*... i should remember to order my e-cig fluid a bit more early... empty again... and its sunday... *sigh* so i'll be a bit cranky rest of the day...
[13:03:01] <Loetmichel2> mornin btw
[13:03:05] Loetmichel2 is now known as Loetmichel
[13:46:37] <DaViruz> i caught a stomach flu earlier this week, i'm perfectly recovered now, but what it did was remove any urge i had to smoke, and it hasn't really come back either
[13:46:48] <DaViruz> let's hope it lasts.. :)
[13:50:10] <_methods> they say the actual draw from physical addiction only lasts 3 days
[13:50:27] <_methods> after that is the psychological addiction which is much harder to deal with
[13:50:53] <_methods> s/draw/withdrawal
[13:51:28] <_methods> i'm very glad i quit
[13:52:12] <Loetmichel> i tried multiple times
[13:52:13] -!- skunksleep has quit [Ping timeout: 256 seconds]
[13:52:24] <Loetmichel> the nicotine withdrawal is easy.
[13:52:42] <DaViruz> yeah the physical part isn't much of a problem
[13:52:50] <Loetmichel> but the first time i actually got of the glowing thins was when i ordered my first e-cig lst year
[13:53:13] <Loetmichel> <- is now clean of the smoking stuff for about 15 months
[13:53:17] -!- swingley has quit [Ping timeout: 244 seconds]
[13:53:47] -!- skunkworks has quit [Ping timeout: 250 seconds]
[13:53:51] <DaViruz> quitting smoking is wasy, i've done it lot's of times ;)
[13:54:04] <Loetmichel> but still i caught myself a few weeks after the switch to e-cigs standing on the balcony with the ecig and a lighter in my hands ;-)
[13:54:04] <_methods> hahah
[13:54:34] <_methods> yeah i smoked and dipped for almost 30 years
[13:54:55] <_methods> i quit a couple times in there for short periods
[13:55:18] <_methods> but i haven't smoked in about 2 years now
[13:55:47] <Loetmichel> i think its because the e-cig is more or less the same habitus
[13:56:02] <Loetmichel> as in you have something in your hands and draw on it
[13:56:10] <_methods> yeah for me after eating was the worst
[13:56:11] <Loetmichel> so the transistion is much easier
[13:56:16] <_methods> i always used to smoke after meals
[13:56:48] <Loetmichel> and my wife is VERY pleased how i smell now ;-)
[13:56:53] <_methods> hahah
[13:56:57] <_methods> yeah that is a big+
[13:58:04] <Loetmichel> or should i say how i DONT smell now? ;-)
[14:04:09] -!- ktchk [ktchk!~eddie6929@n219079226137.netvigator.com] has joined #linuxcnc
[14:06:56] <Jymmm> Loetmichel: alive
[14:08:59] -!- skunkworks [skunkworks!~chatzilla@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc
[14:11:08] <Jymmm> Loetmichel: Do either of these look okey to you?
http://www.fasttech.com/product/1292300 or
http://www.fasttech.com/product/1390605
[14:17:05] -!- ktchk has quit [Quit: ktchk]
[14:21:01] <Loetmichel> Jymmm: i have a bunch of the (older version) evods
[14:21:06] <Loetmichel> pretty much ok these
[14:21:18] <Loetmichel> but i upgraded to bigger ones recently
[14:22:14] <Jymmm> Loetmichel: I really have NFC what any of these are; I can't tell what are for eliquids or for oils (pot)
[14:22:18] <Loetmichel> http://www.cyrom.org/palbum/main.php?g2_itemId=14814&g2_imageViewsIndex=1 <- one on the right
[14:22:26] <Jymmm> Loetmichel: I WANT something 18650 based
[14:22:41] <Loetmichel> the evods are AA based
[14:22:44] <Loetmichel> but liion
[14:23:03] <Jymmm> 14450?
[14:23:05] -!- pcw_home has quit [Remote host closed the connection]
[14:23:08] <Loetmichel> yes
[14:23:24] <Loetmichel> http://www.cyrom.org/palbum/main.php?g2_itemId=14886&g2_imageViewsIndex=1
[14:23:42] <Loetmichel> one dismantled Evod battery and an 18650 for size comparsion
[14:24:16] <Jymmm> http://www.fasttech.com/category/0/search/-/p/5/?copper%20mod
[14:24:41] <Jymmm> Loetmichel: I'm confused at what is what here... thread wise
[14:25:23] <Loetmichel> there are only 2 thread types out there
[14:25:58] <Jymmm> 510
http://www.fasttech.com/products/0/10008164/1757809-4nine-style-mechanical-mod
[14:26:27] <Loetmichel> "510" style and the kanger style you see on my battery pic
[14:26:47] <Loetmichel> which can also accomodate 510 style as i thas an innter 510 thread as well on the head
[14:27:07] <Jymmm> ah
[14:27:21] <Loetmichel> http://www.cyrom.org/palbum/main.php?g2_itemId=14583&g2_imageViewsIndex=1
[14:27:25] <Jymmm> Ok, and your are drip based???
[14:27:36] <Loetmichel> no, bottom feed tanks
[14:27:39] <Loetmichel> all of them
[14:27:50] <Jymmm> difference?
[14:27:54] <Loetmichel> i dont like the drip things because of the constant need of refilling
[14:28:22] <Loetmichel> drip ones are only good for a few draws, then you have to drip in a few drops of fluid again
[14:28:56] <Jymmm> wicks are drip based?
[14:29:16] <Loetmichel> the tank style things come in two varieties: top coul with long wicks down into the tank, and bottom coil which have short wicks into the tank at the bottom of the tank
[14:29:48] <Jymmm> ok
[14:29:54] <Jymmm> pros/cons?
[14:30:08] <Loetmichel> http://www.cyrom.org/palbum/main.php?g2_itemId=14697&g2_imageViewsIndex=1 <- Thats a dismantled t3s head, evods work the same way...
[14:30:27] <Loetmichel> both are "bottom coil clearomizer"
[14:30:50] <Loetmichel> because the atomizer coil sits at the bottom opf the tank
[14:30:56] <Jymmm> and rebuildable I assume
[14:31:06] <Loetmichel> with a bit of fidding: yeah
[14:31:25] <Loetmichel> but as the atomizer cartridges cost less than a few bucks: why bother?
[14:32:17] <Jymmm> Seems Logical (RIP )
[14:33:22] <Jymmm> Loetmichel: proo/con of top bottom ?
[14:33:41] <Loetmichel> no idea
[14:33:57] <Loetmichel> i like the bottom coil ones but i think thats just personal preference
[14:34:09] <Jymmm> leaks?
[14:34:27] <Loetmichel> from what i heard the top coil blubber less but tend to have more "dry hits"
[14:34:46] <Loetmichel> the first link you gave were top coils
[14:34:46] <Loetmichel> http://www.fasttech.com/product/1292300
[14:34:49] <Jymmm> blubber ????
[14:34:57] <Loetmichel> you can see the long wichs down the tank
[14:35:25] <Loetmichel> liwuid seeping into the coil chamber an dhten they start to "spitter/blubber" when you draw on it
[14:35:40] <Loetmichel> and you get hopt oil in you mouth instead of vapor
[14:36:02] <Jymmm> ah
[14:37:15] <Jymmm> Loetmichel: What else do/should I know?
[14:37:26] <Loetmichel> not much
[14:37:44] <Loetmichel> i tend to think that a good e-cig should have at least 7W on the coil
[14:37:53] <archivist> dont do it, it is disgusting
[14:37:58] <Loetmichel> anything less will not produce a decent amount of vapor
[14:38:32] <Loetmichel> archivist: imho much less disgusting than actual smoking
[14:38:32] <Jymmm> archivist: I'm trying to quit smoking cigarettes, thus vapoing instead
[14:38:38] <Loetmichel> ... but i may be biased ;-)
[14:39:53] <archivist> mother went into a rage many years ago when I refused to fetch cigs
[14:39:53] <Loetmichel> Jymmm: if you consider buying an ecig which is charged via the 510 thread: buy two at least
[14:40:11] <Loetmichel> because you WILL run into "empty battery" problems otherwise! ;-)
[14:40:38] <Jymmm> Loetmichel: lol, yeah but I can carry spare 18650s =)
[14:40:42] <Loetmichel> main reason why i bought my istick
[14:40:51] <Loetmichel> because its "feedthru"
[14:40:51] <Jymmm> istick?
[14:40:54] <CaptHindsight> patches and gum don't require batteries
[14:41:09] <Loetmichel> http://www.cyrom.org/palbum/main.php?g2_itemId=15365&g2_imageViewsIndex=1
[14:41:28] <Loetmichel> CaptHindsight: parches and gums doesent work so well because of habit
[14:41:40] <Jymmm> gum is nasty
[14:41:50] <Loetmichel> vaping is ne4arly the same habit as smoking, hence its easy to switch
[14:41:50] <Jymmm> patched, not enough flesh =)
[14:42:01] <Loetmichel> gums and patches is as hard as quitting cold
[14:42:03] <CaptHindsight> asparagus nicotine gum
[14:42:16] <Jymmm> CaptHindsight: you buying?
[14:42:19] -!- danylevskyi has quit [Quit: Leaving]
[14:42:40] <Loetmichel> the nicotine addiction is gone in less then a few days anyway
[14:42:46] <Loetmichel> just the habit is hard to deal with
[14:43:06] <Jymmm> CaptHindsight: ...for the next 4-5 years worth?
[14:43:16] <Loetmichel> Jymmm: seen the last pic?
[14:43:20] <Loetmichel> thats an istick
[14:43:31] <CaptHindsight> some people seem to be more addicted to the additives or the menthol in cigs
[14:43:34] <Jymmm> Loetmichel: do you vary the wattage often?
[14:43:36] <Loetmichel> (whit a kanger protank head)
[14:43:47] <Loetmichel> no, i usually have it set to 15W
[14:45:02] <Loetmichel> Jymmm: as you can see: the istick is a feed thru kind of cig
[14:45:09] <Loetmichel> so you can charege while vaping
[14:45:15] <Jymmm> I dont see the "feed thru" prt
[14:45:21] <Jymmm> AH
[14:46:09] <Loetmichel> most of the small cylindrical batterys are charged via the 510 thread
[14:46:15] <Loetmichel> so you can either vape OR charge
[14:46:28] <Jymmm> gotcha
[14:46:28] <Loetmichel> hence the need of at least 2 batterys ;-)
[14:46:52] <Jymmm> what kind of tank is this?
http://www.fasttech.com/products/3026/10004705/1483601-k200-variable-voltage-e-cigarette-starter-kit
[14:47:21] -!- pcw_home [pcw_home!~chatzilla@c-50-143-148-115.hsd1.ca.comcast.net] has joined #linuxcnc
[14:49:35] <Loetmichel> looks like a bottom coil to me
[14:49:48] <Loetmichel> but can also be a dripper from the looks of it
[14:50:02] <Jymmm> ok
[14:50:44] <Loetmichel> btw: i dont like the steel drip tips at all
[14:50:55] <Jymmm> ???
[14:51:07] <Jymmm> Wheres the switch?
http://www.fasttech.com/products/3026/10007410/1622900-y1000-hybrid-mod-starter-kit
[14:51:08] <Loetmichel> but that may have to do with my teeth being mostly amalgam /gold
[14:51:21] <Jymmm> H OK
[14:51:55] * Loetmichel buys plastic drip tips for all his cigs ;-)
[14:52:00] <Jymmm> See, there's a LOT of shit to be aware of =)
[14:52:07] -!- zeitue has quit [Ping timeout: 252 seconds]
[14:52:07] -!- gonzo_nb [gonzo_nb!~gonzo@host-92-14-209-118.as43234.net] has joined #linuxcnc
[14:52:42] <Jymmm> I don't see how an 18650 could firt in that thing and wheres the button?
[14:54:28] -!- swingley has quit [Ping timeout: 272 seconds]
[14:55:02] <Loetmichel> hmm, maybe the whole bottom cap is the button?
[14:55:07] <Loetmichel> guessing here...
[14:55:12] <Loetmichel> strange thing that blue one ;-
[14:55:14] <Loetmichel> )
[14:55:29] <Jymmm> Good to know it's just not me then
[14:56:47] <CaptHindsight> https://www.kickstarter.com/projects/voltera/voltera-your-circuit-board-prototyping-machine this won't even ship until September...
[14:57:10] <Loetmichel> CaptHindsight: and even then its totally pointless
[14:57:18] <Loetmichel> takes ages to print a pcb that way
[14:57:33] -!- SpeedEvil has quit [Remote host closed the connection]
[14:57:35] <Loetmichel> milling or etching it and then soldering parts to it is WAY quicker
[14:57:49] <CaptHindsight> the only thing I see missing from a complete Linuxcnc solution is the software to generate gcode that understands how to place multiple layers
[14:58:12] -!- SpeedEvil [SpeedEvil!~quassel@tor/regular/SpeedEvil] has joined #linuxcnc
[14:58:54] <CaptHindsight> it's missing metal oxide pastes to directly print resistors
[14:59:09] <CaptHindsight> and dielectrics to print small caps
[14:59:25] <CaptHindsight> Loetmichel: yes, and theirs is also really slow
[14:59:56] <CaptHindsight> and it can't make double sided boards
[15:00:29] <archivist> reading the gerber file is not too hard, what I did back in 2007 in php
http://www.archivist.info/pcb/readgerber.php?gerberfile=5370%2F5370-Copper.pho
[15:00:59] <CaptHindsight> funny how their demo for printing solder paste uses a pcb that they didn't print
[15:01:09] -!- AR_ [AR_!~AR@24.238.81.234.res-cmts.sth2.ptd.net] has joined #linuxcnc
[15:01:31] <CaptHindsight> https://d15chbti7ht62o.cloudfront.net/assets/003/244/508/f7547375325094d77e6833f15e0fc7aa_large.png?1423249310
[15:01:45] <CaptHindsight> https://d15chbti7ht62o.cloudfront.net/assets/003/243/857/b71082b057f3ca19a5f7d172f0043acd_large.gif?1423241928
[15:01:46] <archivist> hehe
[15:02:23] <Loetmichel> i use my CNC mill to make boards
[15:03:00] <Loetmichel> https://www.youtube.com/watch?v=jMXxjT4nNxg
[15:03:04] <Loetmichel> works MUCH faster
[15:03:49] <Loetmichel> and not that bad at ALL:
http://www.cyrom.org/palbum/main.php?g2_itemId=14507&g2_imageViewsIndex=1
[15:03:50] <archivist> I was going to code an outline gcode but ran out of round tuits
[15:03:58] <Jymmm> Loetmichel: what 1/8" adapter do you use?
[15:04:02] <CaptHindsight> they can print multilayer but parts and pads are only on one side
[15:04:17] <Loetmichel> adapter?
[15:04:28] <CaptHindsight> https://d15chbti7ht62o.cloudfront.net/assets/003/244/519/eaada282e5e75d9c052036bac9ee193d_large.png?1423249434
[15:04:45] -!- zeitue [zeitue!~z@67.221.133.135] has joined #linuxcnc
[15:04:52] <Jymmm> Loetmichel: is that a real chuck in your spondle?
[15:04:57] <Jymmm> spindle
[15:04:57] <Loetmichel> ah
[15:05:01] <Loetmichel> ER11
[15:05:06] <Jymmm> ah
[15:05:10] <Loetmichel> its a chinese 800W watercooled spindle
[15:05:19] <Jymmm> nm
[15:05:31] -!- FreezingCold [FreezingCold!~FreezingC@135.0.41.14] has joined #linuxcnc
[15:06:24] <Loetmichel> CaptHindsight: i would like to have one of these printers for making custom keyboards tho
[15:06:32] <Jymmm> Loetmichel: I hit a vap shop yesterday and they wanted $80 for soemthing like this
http://www.fasttech.com/products/0/10009120/2106901-sir-lancelot-styled-mechanical-mod
[15:06:35] <Loetmichel> if they have a flexible film to print on
[15:07:09] <Loetmichel> Jymmm: looks like bare copper to me
[15:07:17] <Loetmichel> will not stay that pretty for long...
[15:07:30] <Jymmm> heh, yeah
[15:10:04] <CaptHindsight> Loetmichel: synthetic papers or polyester film are easy
[15:11:10] <CaptHindsight> Teslin is easy to punch for through holes or vias to the other side
[15:12:54] <CaptHindsight> Loetmichel: you could use the same router that you use for boards now, you just need some dispensers to swap with the spindle
[15:13:38] <Loetmichel> CaptHindsight: yes, i could
[15:16:31] <CaptHindsight> what's missing is a nice low cost dispenser unless you just use syringes
[15:17:04] <Loetmichel> no, whats missing is the chemicals they use for printing
[15:17:13] <Loetmichel> thats the crux
[15:17:39] <CaptHindsight> I have that
[15:17:46] <Loetmichel> a metal poweder paint that sticks to nearly any surface, dies to nearly 0 ohm and can stand the heat of soldering
[15:17:53] <Loetmichel> dries
[15:18:18] <Loetmichel> AND is easily dispensable
[15:18:27] <CaptHindsight> has anyone used thermoplastic powders vs filament for FDM?
[15:19:48] <CaptHindsight> Loetmichel: yes and no, different binders are used for different substrates, what you might use for teslin is different than what would be used for polyester films
[15:20:49] <CaptHindsight> fluids and pastes for conductors are old hat, there's a ton of patents however
[15:21:23] <CaptHindsight> that's why there aren't commercial desktop systems
[15:22:29] <CaptHindsight> I would not be surprised if Voltera gets some letters from patent holders the same way Form1 did
[15:23:19] <CaptHindsight> have any open source howto projects ever been served with patent notices for posting info?
[15:23:56] <SpeedEvil> Patents already describe how to do a thing.
[15:24:07] <SpeedEvil> Simply republishing that thing is not prohibited.
[15:24:12] <SpeedEvil> Instances of that thing are.
[15:24:38] <CaptHindsight> maybe of the project were to generate revenue
[15:24:42] <CaptHindsight> of/if
[15:25:28] <SpeedEvil> Simple republishing is allowed.
[15:25:36] <SpeedEvil> Distributing patented code probably isn't.
[15:26:06] <CaptHindsight> is it considered circumventing something the same way DeCSS was handled
[15:26:27] <CaptHindsight> or some other legal twist of logic and law
[15:26:28] <SpeedEvil> The whole point of a patent is it's public - you're allowed to republish it
[15:26:49] <CaptHindsight> I understand your point
[15:27:01] <malcom2073> You can distributed code that violates a patent, as long as you're the copyright holder
[15:27:16] <malcom2073> You can't make any money off it, if you do, the patent holder can take you to court
[15:27:28] <SpeedEvil> You are allowed to make a copy of the thing patented, solely to test it works - you can't for example make a bottling machine and then use it to bottle commercially
[15:27:37] <SpeedEvil> And you can't distribute in any way
[15:27:38] -!- Komzzpa has quit [Ping timeout: 250 seconds]
[15:27:42] <SpeedEvil> (your copy)
[15:27:57] <CaptHindsight> my question is more about strong handed tactics to suppress the sharing of info that plugs several patents together
[15:28:21] <CaptHindsight> has it happened
[15:28:29] -!- Roguish [Roguish!~chatzilla@c-50-143-183-159.hsd1.ca.comcast.net] has joined #linuxcnc
[15:28:54] <malcom2073> CaptHindsight: Afaik, only when money is involved
[15:29:29] <SpeedEvil> 'info that' ... what do you mean
[15:30:02] <CaptHindsight> say you had a extremely detailed info for making your own iphone for <$100
[15:30:09] <CaptHindsight> Apple would have a fit
[15:30:14] <SpeedEvil> That is protected by copyright.
[15:30:35] <SpeedEvil> And trademarks, and software copyright
[15:30:56] <malcom2073> And to some extent, EULA's
[15:31:01] <SpeedEvil> Also, you can't buy the chips.
[15:31:03] <CaptHindsight> well it's an iphone but the project is called talking bannana
[15:31:17] <CaptHindsight> it's just an example
[15:31:44] <malcom2073> CaptHindsight: You're asking if you print details on how to violate apples patents? That's exactly what patents do
[15:31:48] <CaptHindsight> plus you still need the ios
[15:32:29] <CaptHindsight> no, this is about protecting yourself from legal abuse
[15:32:36] <malcom2073> The only way I've hard of companies going after people (in this case apple), is if someone takes the design and tries to sell/market a product based on it.
[15:32:43] <malcom2073> There's no money in going after people not making any money
[15:33:08] <CaptHindsight> yes, unless it's to protect and trademark or similar
[15:33:17] <CaptHindsight> since they have to or they lose it
[15:33:29] <CaptHindsight> and/a
[15:34:57] <malcom2073> True, but that's trademarks, and typically they'll send you a cease-and-desist before suing you, much cheaper for them
[15:37:52] <CaptHindsight> not sure how much attention it would get anyway if there was a section on the Linuxcnc wiki about printing multilayer PCB's and circuits
[15:41:57] <CaptHindsight> might best to post ghetto version on reprap first and then the real version on Linuxcnc
[15:42:17] <malcom2073> I dunno, I think the number of people interested would be small enough to not garner commercial attention
[15:45:11] <CaptHindsight> http://www.3ders.org/articles/20141003-tel-aviv-listed-nano-dimension-developing-3d-printer-printing-electronics.html
[15:51:01] <CaptHindsight> archivist: yes, easy enough to convert gerber but it would need a few tweaks and mods since printing has more flexibility that milling or etching and plating
[15:51:45] <archivist> all copying a 1960-70 IBM pcb method (used real wire)
[15:51:49] <CaptHindsight> you don't need or aren't limited to having traces on the two side of a core or prepreg
[15:52:11] <CaptHindsight> yeah, it's closer to multiwire
[15:53:39] <archivist> even the conductive film is a very old idea
[15:54:25] <archivist> over here one could get a tube of the "stuff" in Woolworths in the 70's
[15:55:01] -!- swingley has quit [Ping timeout: 255 seconds]
[15:55:34] <CaptHindsight> you can even print semiconductors
[15:56:12] <archivist> https://books.google.co.uk/books?id=6OwRb7N3j14C&pg=PA340&lpg=PA340&dq=multiwire+ibm&source=bl&ots=QLbo2-eqp6&sig=xzaJalanrfM0-JTa8XHZEbVTqDg&hl=en&sa=X&ei=1XD8VKSfKI31aLiOgOAK&ved=0CDsQ6AEwCA#v=onepage&q=multiwire%20ibm&f=false
[15:56:25] <archivist> I had an IBM 1130
[15:57:21] <CaptHindsight> guess I have to finish getting all these pieces together in Linuxcnc, registration using a camera, SLA and controlling printheads and micro-nozzles
[15:57:39] <SpeedEvil> ##homecmos
[15:58:15] <CaptHindsight> nmos and pmos are easier right now for diy
[16:02:23] -!- syyl_ws has quit [Quit: Verlassend]
[16:02:28] -!- micges has quit [Quit: Ex-Chat]
[16:24:35] -!- furrywolf [furrywolf!~randyg@184.194.33.124] has joined #linuxcnc
[16:29:18] -!- anth0ny has quit [Quit: anth0ny]
[16:34:06] -!- Tecan [Tecan!~fasdf@ip-216-234-182-80.wireless.tera-byte.com] has joined #linuxcnc
[16:34:06] -!- Tecan has quit [Changing host]
[16:34:06] -!- Tecan [Tecan!~fasdf@unaffiliated/unit41] has joined #linuxcnc
[16:36:45] -!- FreezingAlt [FreezingAlt!~FreezingC@135.0.41.14] has joined #linuxcnc
[16:40:55] -!- FreezingCold has quit [Ping timeout: 264 seconds]
[16:45:06] -!- somenewguy [somenewguy!~chatzilla@pool-108-7-223-206.bstnma.fios.verizon.net] has joined #linuxcnc
[16:55:49] -!- swingley has quit [Ping timeout: 256 seconds]
[17:03:40] -!- adb [adb!~IonMoldov@2a02:120b:c3d1:5780:baac:6fff:fe67:305f] has joined #linuxcnc
[17:07:22] amnesic_away is now known as amnesic
[17:07:41] -!- deanputney [deanputney!~mustardha@104.244.221.171] has joined #linuxcnc
[17:08:17] amnesic is now known as amnesic_away
[17:11:36] -!- sumpfralle1 [sumpfralle1!~lars@subaru.opennet-initiative.de] has joined #linuxcnc
[17:12:02] -!- deanputney has quit [Ping timeout: 246 seconds]
[17:13:48] -!- sumpfralle has quit [Ping timeout: 256 seconds]
[17:16:38] -!- furrywolf has quit [Ping timeout: 256 seconds]
[17:18:12] -!- swingley has quit [Ping timeout: 252 seconds]
[17:30:22] -!- theorbtwo has quit [Ping timeout: 240 seconds]
[17:30:35] -!- sumpfralle [sumpfralle!~lars@erina.opennet-initiative.de] has joined #linuxcnc
[17:33:26] -!- sumpfralle1 has quit [Ping timeout: 272 seconds]
[17:35:01] -!- theorbtwo [theorbtwo!~theorb@cpc3-swin16-2-0-cust28.3-1.cable.virginm.net] has joined #linuxcnc
[17:38:52] -!- zeitue has quit [Ping timeout: 240 seconds]
[17:43:28] -!- karavanjo has quit [Ping timeout: 255 seconds]
[17:46:16] -!- zeeshan [zeeshan!~kvirc64@CPE0018e7cea342-CM5039555db2cc.cpe.net.cable.rogers.com] has joined #linuxcnc
[17:53:01] -!- zeitue [zeitue!~z@67.221.133.135] has joined #linuxcnc
[18:14:10] <zeeshan> bobo i was wrong, that is gelbart's home shop
[18:15:56] -!- Nick001-shop [Nick001-shop!~chatzilla@50.32.150.90] has joined #linuxcnc
[18:19:01] -!- swingley has quit [Ping timeout: 255 seconds]
[18:23:00] -!- patrickarlt has quit [Quit: Leaving...]
[18:27:05] -!- cnc1 [cnc1!~chatzilla@ip-78-94-79-59.hsi02.unitymediagroup.de] has joined #linuxcnc
[18:29:53] -!- zeitue has quit [Ping timeout: 256 seconds]
[18:42:06] -!- humble_sea_bass has quit [Ping timeout: 244 seconds]
[18:42:27] -!- zeitue [zeitue!~z@67.221.133.135] has joined #linuxcnc
[18:45:08] -!- amiri has quit [Ping timeout: 246 seconds]
[18:54:31] <zeeshan> Tom_itx: what was that daq link
[18:54:33] <zeeshan> you posted before
[18:58:40] -!- MattyMatt has quit [Ping timeout: 250 seconds]
[19:00:36] <CaptHindsight> SpeedEvil: it would be nice if they avoid using machinekit and just use Linuxcnc
http://homecmos.drawersteak.com/wiki/Direct_write_laser_exposure_system
[19:01:50] <alex4nder> I hear pathpilot is the new hotness.
[19:02:10] <CaptHindsight> alex4nder: for the glue guns?
[19:02:36] <CaptHindsight> oh Tormach
[19:03:44] <CaptHindsight> http://homecmos.drawersteak.com/wiki/Main_Page
[19:05:11] <CaptHindsight> looks like no krapstarter kit yet to taint everyones perception of DIY lithography and microfabrication
[19:07:18] -!- adam3999 [adam3999!~adam3999@pool-108-38-17-37.lsanca.fios.verizon.net] has joined #linuxcnc
[19:08:38] <Tom_itx> zeeshan daq?
[19:08:42] <zeeshan> yes
[19:08:44] <Tom_itx> you sure that was me?
[19:08:46] <zeeshan> yes
[19:08:49] <zeeshan> you were using it
[19:08:53] <zeeshan> to output some signals
[19:09:01] <Tom_itx> hmm
[19:09:09] <Tom_itx> that board you gave me?
[19:09:14] -!- humble_sea_bass [humble_sea_bass!U2FsdGVkX1@ma.sdf.org] has joined #linuxcnc
[19:09:21] <zeeshan> i thinkso
[19:09:28] <zeeshan> software had a black background
[19:11:00] <Tom_itx> the cnc4pc site?
[19:11:21] <zeeshan> no!
[19:11:25] <zeeshan> it was some digital analyzer
[19:11:26] <zeeshan> thing
[19:11:32] <Tom_itx> oh saleae.com
[19:11:35] <Tom_itx> ?
[19:11:50] <zeeshan> thats it
[19:11:58] <zeeshan> thank you
[19:11:59] <zeeshan> :)
[19:12:29] <zeeshan> damn it
[19:12:32] <zeeshan> only 1 analog input
[19:12:33] <zeeshan> weak sauce
[19:12:55] <Tom_itx> what about the pro ones?
[19:13:15] <_methods> it's a logic analyzer......
[19:13:28] <_methods> not really the tool for reading analog
[19:13:32] <Tom_itx> the new ones have 10v analog input
[19:13:44] <Tom_itx> so in a way they are
[19:13:45] <zeeshan> too expensive
[19:13:51] <zeeshan> when you compare it to this:
[19:13:54] <zeeshan> http://www.mccdaq.com/usb-data-acquisition/USB-200-Series.aspx
[19:13:57] -!- MattyMatt [MattyMatt!~matt@cpc12-birk7-2-0-cust211.1-3.cable.virginm.net] has joined #linuxcnc
[19:15:17] -!- somenewguy has quit [Ping timeout: 246 seconds]
[19:16:23] -!- Crom_ [Crom_!~Robi@172.56.41.86] has joined #linuxcnc
[19:17:20] <CaptHindsight> need a low cost storage scope?
[19:18:59] -!- Crom has quit [Ping timeout: 245 seconds]
[19:19:45] -!- swingley has quit [Ping timeout: 256 seconds]
[19:26:40] -!- TTN [TTN!~TTN@unaffiliated/ttn] has joined #linuxcnc
[19:28:12] <zeeshan> _methods: see im a bit confused on the subject of logic analyzer vs analog
[19:28:23] <_methods> logic = 1 and 0
[19:28:25] <_methods> on and off
[19:28:27] <zeeshan> if you look at the mccdaq, you see that it has both 8 digital inputs and 8 analog
[19:28:33] <_methods> lol
[19:28:38] <zeeshan> what makes the logic analyzer so special
[19:28:41] <zeeshan> vs a daq system
[19:28:44] <zeeshan> yea i understand that
[19:28:56] <zeeshan> but can't a daq serve as a logic analyzer too?
[19:28:56] <_methods> it's a tool that specializes in recording low voltage logic signals
[19:29:01] <_methods> sure anything can
[19:29:04] <CaptHindsight> so it lets you monitor and store analog and digital signals simultaneously
[19:29:13] <_methods> it's like a horizontal mill vs a vertical mill
[19:29:24] <_methods> you can do the same things with them but some are better at doing certain things
[19:29:30] <zeeshan> well whats what im trying to figure out
[19:29:36] <zeeshan> what a logic analyzer will do that a daq cant
[19:29:50] <CaptHindsight> higher speeds
[19:30:18] <CaptHindsight> and usually features like decoding different buses
[19:30:21] <zeeshan> ahhh
[19:30:29] <zeeshan> okay i see that now, digital sample rates _max_ 12MS/s
[19:30:35] <zeeshan> the mcdaq is only 100kS/s
[19:30:45] <CaptHindsight> so you can analyze things like SPI transfers without having to look at the 1 and 0's
[19:31:00] <zeeshan> im asuming the unit S means samples?
[19:31:03] <CaptHindsight> or state of the control line
[19:31:12] <zeeshan> so thats 12,000,000 samples/second
[19:31:18] <CaptHindsight> yes
[19:31:41] <zeeshan> okay so the mccdaq is only capable of dealing with 100KHz signals
[19:32:06] <CaptHindsight> to sample and analog signal you need to sample at >2X the highest freq you're working with
[19:32:09] <LeelooMinai> zeeshan: Logic Analyzer is optimized for digital signals. It will work with some standard logic levels, convert them to 1s and 0s and provide decoders for them usually - for common bus protocols, like I2C, SPI, USB, etc. It's also easier/cheaper to deal with high frequency digital signals than analog ones (for which you need ADC converters and expensive front ends). Also, logic analyzer will give you more channels - some have 32 and more.
[19:32:35] <CaptHindsight> zeeshan: what did you want to monitor?
[19:33:06] <CaptHindsight> power and logic one your IO boards? or do you have some analog signals?
[19:33:07] <zeeshan> LeelooMinai: ahh
[19:33:34] <CaptHindsight> I'm giving up on speeling today :)
[19:33:38] <zeeshan> CaptHindsight: i commonly come across the need to measure things like strain gages (load cells), rtd sensors, thermocouples
[19:33:39] <zeeshan> etc
[19:33:53] <zeeshan> i need a good system to measure them without breaking the bank
[19:34:02] <zeeshan> this is for the home lab, not school lab
[19:34:03] <zeeshan> :P
[19:34:26] -!- deanputney [deanputney!~mustardha@104.244.221.171] has joined #linuxcnc
[19:34:26] <CaptHindsight> ok then that dual unit would be handy for you if you need simultaneous capture
[19:34:40] <CaptHindsight> otherwise you can get one of each
[19:35:02] <zeeshan> so since it takes +/-10V input range
[19:35:05] <CaptHindsight> there's a FPGA logic analyzer for <$100
[19:35:29] <zeeshan> that means i need to put an instrumention amplifier in between my bridge strain gage
[19:35:38] <zeeshan> and the daq to get a meaningful output
[19:35:58] <CaptHindsight> was based on the SUMP
[19:36:23] <CaptHindsight> http://dangerousprototypes.com/docs/Open_Bench_Logic_Sniffer
[19:36:41] <CaptHindsight> $50
[19:37:03] <zeeshan> well i dont think i need a logic analyzer
[19:37:09] <LeelooMinai> For LA I would reccomend Saleae clone for $8:)
[19:37:15] <zeeshan> i think that tool seems more useful for some device like LeelooMinai was talking about
[19:37:18] <zeeshan> using i2c serial
[19:37:29] <LeelooMinai> Yes, it's a typical LA
[19:37:42] <zeeshan> i need something for instruementation
[19:38:04] <LeelooMinai> DAQ then
[19:38:05] <CaptHindsight> I find deals on great oscilloscopes on ebay that just need self calibration or just minor repairs like a new power cord or missing probes
[19:38:23] <zeeshan> thank you for clearing this up!!
[19:38:44] -!- Tanz [Tanz!~chatzilla@conr-adsl-209-169-99-211.consolidated.net] has joined #linuxcnc
[19:39:29] <CaptHindsight> http://www.newark.com/bitscope/bitscope-micro/pc-based-oscilloscope-2-16ch-20mhz/dp/74X7819?ost=bitscope&categoryId=800000047003
[19:39:54] <zeeshan> CaptHindsight: why are you talking about scopes
[19:39:57] <zeeshan> what did i miss :D
[19:40:08] <CaptHindsight> you might want one of each
[19:40:16] <zeeshan> what would a scope do for me
[19:40:21] <zeeshan> in the case of datalogging
[19:40:29] <LeelooMinai> Not much:)
[19:40:39] <CaptHindsight> you would have seen your power problem
[19:40:52] <zeeshan> CaptHindsight: yes for that it makes sense :P
[19:40:59] <LeelooMinai> Scopes are mostly for looking at signals in time domain - at some short fragments
[19:41:05] <CaptHindsight> look at your analog signals on the strain gauges and similar
[19:41:44] <LeelooMinai> If you need to look at some signal waveform over, say, 1ms at some point in time, you want scope
[19:41:55] <renesis> DSO is basically a small envelope data logger
[19:41:59] <zeeshan> a scope makes sense to see the discharge pattern
[19:42:06] <zeeshan> for a car ignition system :p
[19:42:15] <LeelooMinai> If you ant to log changes to the signal over some long time, like hours to then look what was happening, you want DAQ
[19:42:24] <zeeshan> LeelooMinai: yes
[19:42:25] <renesis> leeloominai: i use them with like 10sec divs and peak detect mode to track stuff over couple minutes
[19:42:41] <zeeshan> LeelooMinai: got a daq recommendation
[19:42:42] <zeeshan> over mccdaq?
[19:42:43] <renesis> but yeah, longer than that, you need something to aquire
[19:43:09] <LeelooMinai> Yes, some scopes have Roll mode, but it's a secondary feature - all their strengths are at capturing some short durations and analyzing them
[19:43:38] -!- skunkworks has quit [Ping timeout: 246 seconds]
[19:43:43] <renesis> my 80s tek dso has roll mode, some of the newer ones dont =\
[19:44:07] <LeelooMinai> IN the past analog scopes did not have any memory at all and still they were useful:)
[19:44:28] <renesis> you just had to have better memory
[19:44:31] <renesis> heh
[19:44:49] <CaptHindsight> do any of the low cost USB scopes also double as a spectrum analyzer?
[19:44:56] <renesis> someone in #electronics was talking about a long persistence phosphor analog storage scope
[19:45:13] <CaptHindsight> phosphor memory :)
[19:45:16] <zeeshan> any recommendations on instrumentation amplifiers?
[19:45:31] <CaptHindsight> modules?
[19:45:35] <zeeshan> yes
[19:46:31] <LeelooMinai> zeeshan: Maybe find a DAQ that has differential inputs not only single ended
[19:46:38] <zeeshan> LeelooMinai: why
[19:46:50] <zeeshan> noise supression?
[19:47:01] <pcw_home> you need diff inputs for bridges
[19:47:01] <LeelooMinai> Well, that's what instrumentation amplifiers do - they have differential inputs:)
[19:47:34] <zeeshan> i should just use a mesa
[19:47:34] <zeeshan> lol
[19:47:37] <zeeshan> 7i77
[19:47:38] <pcw_home> they reject common mode noise
[19:48:06] <zeeshan> http://www.mccdaq.com/usb-data-acquisition/USB-1208LS.aspx
[19:48:12] <zeeshan> this seems to have 4 diff inputs
[19:48:16] <LeelooMinai> zeeshan: Think signle ended = normal op-amp, differential = instrumentation op-amp
[19:48:32] <pcw_home> I should make a sserial bridge interface card (using a Analog devices oversampling 24 bit A-D)
[19:48:34] <CaptHindsight> zeeshan: how fast are your analog signals?
[19:48:43] <zeeshan> CaptHindsight: stupid slow
[19:48:44] <zeeshan> lol
[19:48:46] <CaptHindsight> zeeshan: how much res do you need?
[19:48:48] <zeeshan> its a strain gauge
[19:48:52] <zeeshan> and rtd sensor
[19:48:59] <CaptHindsight> 16b, 24bit?
[19:49:03] <zeeshan> i think 12 bit is fine
[19:49:36] <zeeshan> 4096 in decimal i guess
[19:49:44] <zeeshan> it'd be nice to have more.
[19:49:46] <CaptHindsight> what voltage range?
[19:49:58] <zeeshan> id like to with standard +/- 10v signals
[19:50:09] <LeelooMinai> You need to make sure that the gain of the differential input can be matched to your signal
[19:50:26] <zeeshan> LeelooMinai: cant you do that in software?
[19:50:33] <zeeshan> say through calibration?
[19:50:37] <CaptHindsight> yes and no
[19:50:56] <pcw_home> and you need bridge power (better if ratiometric)
[19:50:56] <renesis> chunky
[19:51:01] <LeelooMinai> Software manipulations may end up at eating your resolution
[19:51:19] <LeelooMinai> Preferably you want analog gain control
[19:51:36] <LeelooMinai> Kind of like zoom on digital cameras:)
[19:51:45] <zeeshan> would this be an option for the daq
[19:51:47] <renesis> filtering is nice
[19:51:51] <CaptHindsight> zeeshan: do you need something with it's own enclosure, with connectors and power supply?
[19:51:52] <zeeshan> or the instrumentation op amp
[19:51:57] <zeeshan> CaptHindsight: no
[19:52:06] <zeeshan> internal supply would be nice
[19:52:09] <zeeshan> so if i just give it 110vac and n
[19:52:12] <zeeshan> it works would be cool
[19:52:14] -!- Brunetty has quit [Quit: Follow me]
[19:52:14] <zeeshan> but not necessary
[19:52:29] <zeeshan> screw terminals would be nice
[19:52:32] <CaptHindsight> http://lx-group.com/solutions/product/analogue/ad8231-instrumentation-amplifier-module-2/ on one extreme
[19:52:42] <LeelooMinai> zeeshan: I don't have much experience with DAQs, but from the hardware point of view, yes, a DAQ could have features for controlling gain - not sure if they do it or how they do it usually.
[19:52:48] <CaptHindsight> I know you don't want to make your own board
[19:52:53] <zeeshan> CaptHindsight: yes! :P
[19:53:50] <zeeshan> okay i did some number crunching
[19:53:52] <zeeshan> i want a 16 bit daq
[19:53:54] <zeeshan> not 12bit
[19:53:55] <LeelooMinai> zeeshan: Some info you can find in the datasheets:
http://www.mccdaq.com/PDFs/specs/USB-1208FS-LS-1408FS-Series-data.pdf
[19:54:20] <LeelooMinai> For example they write "All devices support software-selectable ranges that provide inputs from ±1 V to ±20 V in a DIFF configuration, and ±10 V in a SE configuration."
[19:54:28] <zeeshan> LeelooMinai: i think channel-gain queue is what you're talking aboiut
[19:54:54] <CaptHindsight> http://www.omega.com/pptst/DMD-465.html you want lower cost versions of these
[19:54:57] <LeelooMinai> Maybe - you would have to dig dipper to know exactly how this is implemented on the hardware level.
[19:55:04] <LeelooMinai> deeper*
[19:55:23] <LeelooMinai> dipper, lol, 5 more years and I will write like a 5yo child
[19:55:28] <zeeshan> :D
[19:55:44] -!- ashcan has quit [Quit: Ex-Chat]
[19:56:07] <zeeshan> http://www.mccdaq.com/usb-data-acquisition/USB-231.aspx
[19:56:09] <zeeshan> i think this is what i need
[19:56:13] <zeeshan> its only 50kHz
[19:56:26] <zeeshan> im not working with loads that will be rapidly changing
[19:56:46] <LeelooMinai> Those strain gauges produce tiny signals - they may need some specialized hardware with high gain I guess
[19:57:33] <LeelooMinai> Even if you had 16bit resilution, but, say, over 1V, and you got like 50 μV signal, you wouldn't see much:)
[19:57:53] <zeeshan> μV
[19:57:55] <zeeshan> what does that say
[19:58:01] <LeelooMinai> microVolt
[19:58:03] <zeeshan> i cant see the first 2 characters lol
[19:58:11] <LeelooMinai> No unicode?
[19:58:24] <CaptHindsight> zeeshan:
http://www.mouser.com/ProductDetail/Intersil/ISLRE-BDGSTKEV1Z/?qs=sGAEpiMZZMuq52OQiHOxGibiB8ldP0DHv3MAuYp%2fbnA0RrUOaSTy2Q%3d%3d
[19:58:39] <zeeshan> LeelooMinai: i guess not :(
[19:58:54] <LeelooMinai> zeeshan: Can you seee this: Ω
[19:58:58] <zeeshan> no
[19:59:02] <zeeshan> thats a copyright symbol for me
[19:59:13] <LeelooMinai> You need time machine to get you from 80s to the present time:)
[19:59:23] <zeeshan> hahaha
[19:59:55] <LeelooMinai> (that was an ohm symbol - greek Omega)
[20:00:09] <Deejay> indeed
[20:00:09] <zeeshan> lemme restart this program
[20:00:12] <zeeshan> i tried changing to unicode
[20:00:21] -!- zeeshan has quit [Quit: KVIrc 4.3.1 Aria http://www.kvirc.net/ - 64bit Windows version by http://kvirc.d00p.de/]
[20:00:27] <pcw_home> 24 bit A-Ds are commonly used for strain guages
[20:00:38] -!- zeeshan [zeeshan!~kvirc64@CPE0018e7cea342-CM5039555db2cc.cpe.net.cable.rogers.com] has joined #linuxcnc
[20:01:10] <zeeshan> μV
[20:01:11] <zeeshan> test
[20:01:13] <zeeshan> nope
[20:01:14] <LeelooMinai> Right, ideally you want to optimize gain so that the ADC covers all usable range more or less exactly
[20:01:18] <pcw_home> http://www.analog.com/en/products/analog-to-digital-converters/ad-converters/ad7194.html#product-overview
[20:02:11] <zeeshan> pcw_home: whats this
[20:02:23] <zeeshan> looks like a daq
[20:02:31] <LeelooMinai> Usually you have choice of slow and precise and fast and less precise (like 10 or 8 bits only):)
[20:02:34] <zeeshan> nm its not
[20:02:38] <pcw_home> a 24 bit A-D chip with differential inputs
[20:03:03] <LeelooMinai> zeeshan: That's ADC - the core part of a DAQ - it's what samples analog and converts to digital
[20:03:08] <pcw_home> well is is a DAQ (on a a chip) just need a host interface
[20:03:41] <zeeshan> thats getting too much intro electronics for me hahaha
[20:04:12] <LeelooMinai> Those have internal instumentation op-amps to control gain in some limited fasion , like from 1 to 128
[20:04:31] <LeelooMinai> But sometimes you may want more gain and separate op-amp
[20:04:57] <LeelooMinai> zeeshan: Now, go, you know everything, design your device and roll:)
[20:05:07] <zeeshan> im even more lost now :-)
[20:05:09] <CaptHindsight> http://www.mouser.com/ds/2/465/an1853-320952.pdf DAQ on a USB Stick, Strain Gauge with Programmable Chopper Stabilized IN-Amp
[20:05:40] <zeeshan> CaptHindsight: the thing is i need something that can take 4 strain gauge outputs
[20:05:45] <zeeshan> and also monitor temp
[20:06:05] <zeeshan> thats why i was looking at a daq to begin with
[20:06:22] <CaptHindsight> zeeshan: whats your budget?
[20:06:32] <CaptHindsight> this for you or school?
[20:06:40] <zeeshan> for me
[20:06:46] <zeeshan> as cheap as possible :)
[20:07:02] <CaptHindsight> $58 ea ^^
[20:07:24] <zeeshan> im gonna need a shit load of usb ports
[20:07:25] <zeeshan> lol
[20:07:28] <CaptHindsight> most DAC modules with all the bells and whistles are $200+
[20:07:37] <zeeshan> 200 is affordable
[20:07:38] <zeeshan> 400 isnt
[20:07:55] <zeeshan> im reading that datasheet for the usb-230 mccdaq
[20:08:00] <zeeshan> and there is no mention on gain
[20:08:09] <CaptHindsight> maybe used on ebay
[20:08:28] <CaptHindsight> multichannel strain gauge usb module
[20:09:26] <LeelooMinai> If you are not good at programming, you may want to focus on the software part too - so you have something that will give you what you want (export of data, graphs, or what you need)
[20:09:36] <zeeshan> LeelooMinai: i can do programming pretty well
[20:09:40] <zeeshan> for this sort of stuff
[20:09:53] <LeelooMinai> Then something that has documented API
[20:09:54] <zeeshan> as long as i can log a text file with my data
[20:10:00] <zeeshan> i can process it in matlab
[20:10:26] <LeelooMinai> Or maybe even has some kind of matlab "drivers", plugins, or what it can accept
[20:11:13] <LeelooMinai> For example, like that USB-200 thing: "MATLAB® Data Acquisition Toolbox™ support (USB-201, USB-204 only)"
[20:11:13] <CaptHindsight> might be cheaper for you to use a load cell amp for each sensor and a multichannel USB scope
[20:11:56] <LeelooMinai> zeeshan: If you are some MATLAB wizzard I guess that support would make your life much easier
[20:12:07] <zeeshan> it helps
[20:12:10] <zeeshan> makes it more plug and play
[20:12:21] <CaptHindsight> http://www.ebay.com/itm/0-5V-10V-4-20mA-Load-Cell-sensor-Amplifier-full-bridge-strain-gauge-transducer-/231497841107
[20:12:45] <CaptHindsight> use this to condition and scale the signal ^^
[20:12:54] <CaptHindsight> and then a usb scope
[20:13:02] <zeeshan> why not a daq?
[20:13:10] <CaptHindsight> price
[20:13:21] <zeeshan> they have more channels though
[20:13:22] <CaptHindsight> the scope is the dac
[20:13:29] <LeelooMinai> That thing is the analog gain part more or less
[20:13:44] <zeeshan> strain gage -> load cell amplifier -> daq
[20:13:46] <zeeshan> done?! :D
[20:14:05] <LeelooMinai> It puts some current through the strain gauge, aplifies the result and then you need to put it to something that has ADC< yes
[20:14:56] <zeeshan> says load capacity : 87ohm
[20:15:01] <LeelooMinai> I htink it does what they would call "signal conditioning" part
[20:15:26] <zeeshan> my strain gages are 120 ohm in a bridgfe
[20:15:31] <LeelooMinai> That is making the signal nice for what ADC works with best.
[20:15:33] <zeeshan> so 30 ohm load
[20:15:40] <zeeshan> LeelooMinai: makes sense
[20:16:15] <pcw_home> 120 ohm load
[20:16:36] <pcw_home> (if 120 ohms legs)
[20:17:30] -!- furrywolf [furrywolf!~randyg@72-57-27-186.pools.spcsdns.net] has joined #linuxcnc
[20:18:27] * zeeshan checks data sheet
[20:18:32] -!- Brunetty [Brunetty!~Home@unaffiliated/brunetty] has joined #linuxcnc
[20:19:17] <furrywolf> bleh. no sun again today.
[20:19:29] <jdh> 71f, blue skies, gorgeous
[20:20:23] -!- swingley has quit [Ping timeout: 246 seconds]
[20:21:00] -!- [cube] [[cube]!~cube@bas17-ottawa23-1279418485.dsl.bell.ca] has joined #linuxcnc
[20:21:00] -!- akex2 [akex2!uid58281@gateway/web/irccloud.com/x-vhfoefztorpggmuq] has joined #linuxcnc
[20:22:55] -!- deanputney has quit [Ping timeout: 264 seconds]
[20:23:04] -!- ve7it [ve7it!~LawrenceG@S01060014d19d0b68.pk.shawcable.net] has joined #linuxcnc
[20:23:30] -!- deanputney [deanputney!~mustardha@104.244.221.171] has joined #linuxcnc
[20:25:13] <Crom_> yeah surfacing to have a truer surface
[20:26:16] -!- skunkworks [skunkworks!~chatzilla@68-115-41-210.static.eucl.wi.charter.com] has joined #linuxcnc
[20:31:40] -!- bobo_ [bobo_!63283ad9@gateway/web/freenode/ip.99.40.58.217] has joined #linuxcnc
[20:35:02] -!- skunkworks has quit [Ping timeout: 246 seconds]
[20:38:34] -!- Valen [Valen!~Valen@c211-30-128-202.blktn6.nsw.optusnet.com.au] has joined #linuxcnc
[20:45:41] <bobo_> zeeshan "gelbart's home shop " ----------- dear Santa all i want for Chrisrmas ------- wonder how many winning lotto tickets are needed to duplicate his shop
[20:47:14] -!- skunkworks [skunkworks!~chatzilla@68-115-41-210.static.eucl.wi.charter.com] has joined #linuxcnc
[20:53:54] <bobo_> zeeshan strain gauge to spark plug discharge ----- that is a very large range of time and voltage / signal level ---- also reference/calibration levels
[20:56:25] <zeeshan> his shop is really nice
[20:56:31] <zeeshan> but his company also sold for 1billion :P
[20:56:40] <zeeshan> so i dont think money is an issue for him
[20:58:52] -!- AR_ has quit [Ping timeout: 240 seconds]
[20:59:34] <zeeshan> http://files.redlion.net/filedepot_download/213/5160
[20:59:38] <zeeshan> i think this is what im looking for
[20:59:53] <zeeshan> a universal strain gauge amplifier/signal conditioner
[20:59:55] <zeeshan> with indicator in it
[21:00:09] <zeeshan> it looks like you can send the +v and -v signals to a daq.
[21:00:11] <zeeshan> and datalog
[21:00:12] <bobo_> to me it is what he is doing with his nest egg that includes him on the good guy list
[21:00:13] <zeeshan> *data log
[21:00:35] <zeeshan> yea
[21:00:42] <CaptHindsight> zeeshan: you found it!
[21:00:59] <SpeedEvil> zeeshan: there are nice all-in-one strain guage reading chips
[21:01:09] <zeeshan> SpeedEvil: FEEL FREE TO SHARE!! :P
[21:01:12] <zeeshan> ive been looking forever
[21:01:32] <zeeshan> if it has an amplifier, conditioner, all in one
[21:01:35] <zeeshan> i'd love to see it!
[21:01:36] <SpeedEvil> http://www.ti.com/product/ADS1220/technicaldocuments
[21:01:41] <SpeedEvil> Is probably overkill
[21:01:54] <CaptHindsight> but he wanted a module
[21:02:09] <SpeedEvil> Oh
[21:02:33] <CaptHindsight> he doesn't like to solder :)
[21:02:40] <zeeshan> well i can solder
[21:02:43] <zeeshan> if i know what im doing
[21:02:50] <zeeshan> that chip looks nice.
[21:03:03] <zeeshan> cause in applications it says "rtd, strain gauges"
[21:03:07] <zeeshan> which is exactly whatim trying to do
[21:03:12] * zeeshan now reads on how its implemented
[21:03:46] <CaptHindsight> http://www.ebay.com/itm/Red-Lion-Controls-Strain-Gage-Indicator-Model-APLSG-/281418786757
[21:04:37] <CaptHindsight> http://www.ebay.com/itm/RED-LION-CONTROLS-APLSG-400-NSFP-APLSG400-/231139055544
[21:04:54] <furrywolf> decided to try electrolytic rust removal... have an old load binder in a bucket right now, just to use as a test object. it's making lots of bubbles...
[21:05:19] <CaptHindsight> http://www.ebay.com/itm/Red-Lion-Controls-Apollo-Strain-Gauge-Indicator-APLSG400-115-VAC-Used-/230997678943
[21:07:55] <furrywolf> have the load binder as negative, and two bits of scrap metal (a broken harbor freight clamp and a piece of too-rusty-to-use tube) as positive.
[21:08:12] <furrywolf> no conduction between different parts of the load binder - will need to jumper to them separately it seems.
[21:08:51] <zeeshan> SpeedEvil:
http://www.ti.com/lit/ds/symlink/ads1220.pdf
[21:08:58] <zeeshan> page 56
[21:09:11] <zeeshan> theres all this fancy rc circuits
[21:09:22] <zeeshan> in front of the bridge -- !?!?!
[21:09:39] -!- Brunetty has quit [Read error: Connection reset by peer]
[21:09:46] <zeeshan> and the excitation voltage looks like 5V..
[21:10:32] <LeelooMinai> RC is for filtering probably - to get rid of high frequency noise
[21:10:47] <SpeedEvil> That' not a bridge
[21:11:03] <SpeedEvil> it's a RTD
[21:11:04] <zeeshan> are you on the same page
[21:11:07] <zeeshan> the thing on the left.
[21:11:09] <SpeedEvil> drawn with lead resistances
[21:11:09] -!- cnc1 has quit [Quit: ChatZilla 0.9.91.1 [Firefox 11.0/20120310193829]]
[21:11:12] <zeeshan> sectrion 9.2.3
[21:11:15] <SpeedEvil> oops
[21:11:39] <SpeedEvil> yes, the RC is for noide
[21:11:40] <SpeedEvil> se
[21:11:58] <zeeshan> how do you figure out the values for the r's and c's
[21:12:57] <SpeedEvil> you search in the datasheet for ccm1
[21:12:59] <CaptHindsight> http://www.electronics-tutorials.ws/filter/filter_2.html
[21:13:03] <SpeedEvil> and find page 49
[21:13:47] <SpeedEvil> specifically the fourth paragraph where they say 1K/100n/10n
[21:14:04] -!- Brunetty [Brunetty!~Home@unaffiliated/brunetty] has joined #linuxcnc
[21:14:12] <zeeshan> data sheet expert :)
[21:14:14] <LeelooMinai> "The filter component values used in this design are: RF1 = RF2 = 1 kΩ, CDIF = 100 nF, and CCM1 = CCM2 = 10 nF."
[21:14:43] <zeeshan> microelectronics scares me
[21:14:47] <zeeshan> but its damn interesting
[21:15:05] <CaptHindsight> zeeshan: think of it like a harmonic balancer on a crankshaft
[21:15:05] <SpeedEvil> One of my projects that will likely never get off the ground uses one of these and an esp8266 to make a wifi strainguage and RTD and thermocouple reader
[21:15:28] <zeeshan> wifi would be cool
[21:15:32] <zeeshan> CaptHindsight: hehe
[21:16:11] <zeeshan> this chip is only 9 bux
[21:16:12] <zeeshan> ..
[21:16:59] <CaptHindsight> is there a cheap dev board for it?
[21:17:06] -!- syyl_ [syyl_!~sg@p200300632C236D90E98831837601E073.dip0.t-ipconnect.de] has joined #linuxcnc
[21:17:25] <zeeshan> http://www.digikey.ca/product-search/en/programmers-development-systems/evaluation-boards-analog-to-digital-converters-adcs/2622527?k=ads1220
[21:17:31] <zeeshan> looks expesnive
[21:17:49] <SpeedEvil> yeah - that's got way more stuff tan you'd ned for any one thing.
[21:18:02] <CaptHindsight> my earlier links had similar for Under $50
[21:18:06] <zeeshan> so from my limited understanding of this
[21:18:09] <SpeedEvil> It's implementing every single thing on teh chip
[21:18:14] <zeeshan> with one of these chips, i just feed in the bridge stuff
[21:18:21] <zeeshan> give the board 5.0V supply and a 3.3V supply
[21:18:22] <bobo_> zeeshan build or buy ---- think about needed calibration ---- reference standerds you will need , might check eev blog for his current ref. standard
[21:18:28] <zeeshan> a clock signal,
[21:18:35] <zeeshan> and then i can communicate over spi with it
[21:18:39] <SpeedEvil> bobo_: you don't need direct standards for a strain guage
[21:18:55] <zeeshan> bobo_: calibration is the easy part
[21:18:59] <zeeshan> you take a bunch of known weights
[21:19:03] <SpeedEvil> bobo_: as you take the input voltage to the refefence pins, and the output voltage to the input pins, and you're done
[21:19:10] <zeeshan> and you should get a linear relationship between voltage and force
[21:19:16] <SpeedEvil> And it doesn't drift noticably electrically at least
[21:19:22] <CaptHindsight> cheapest and easiest seems to be amp modules + cheap multichannel USB scope
[21:19:33] <zeeshan> CaptHindsight: think in terms of 4 strian gauges
[21:19:38] <zeeshan> and 1 temp sensor
[21:19:42] <zeeshan> is it still cheaper?
[21:19:55] <zeeshan> this chip makes sense to me
[21:19:56] <CaptHindsight> how manse sensors total?
[21:19:59] <zeeshan> cause i could buy 5 of them
[21:20:03] <zeeshan> feed them from the same clock
[21:20:04] <CaptHindsight> many
[21:20:10] <zeeshan> and have spi lines to go to an arduino
[21:20:18] <zeeshan> 5 total
[21:20:40] -!- syyl has quit [Ping timeout: 265 seconds]
[21:20:59] -!- swingley has quit [Ping timeout: 250 seconds]
[21:21:08] <CaptHindsight> I'm in the *duino free zone
[21:21:28] -!- Crom_ has quit [Remote host closed the connection]
[21:21:39] <zeeshan> would you put all the spi lines in parallel?
[21:21:44] <zeeshan> and hook it up to one input on the arduino
[21:21:49] * zeeshan is brain storming here
[21:22:07] <CaptHindsight> why the duino for muxing the SPI?
[21:22:20] <zeeshan> how will you get the data to the computer
[21:22:22] <zeeshan> to datalog it then?
[21:24:28] <CaptHindsight> how many bits of res did you say you needed?
[21:24:33] <zeeshan> 16
[21:24:35] <zeeshan> this thing does 24bit
[21:24:36] <zeeshan> lol
[21:25:33] <CaptHindsight> http://www.electronics-tutorials.ws/filter/filter_2.html 24 bit for ~$40ea
[21:26:03] <CaptHindsight> + usb hub
[21:27:06] <zeeshan> SpeedEvil: do you have resources of this chip being used with a mcu
[21:27:47] <CaptHindsight> so ~$210 for everything + cables
[21:28:01] <zeeshan> CaptHindsight: thats a link to some filtering
[21:28:13] <SpeedEvil> zeeshan: no
[21:28:29] <zeeshan> SpeedEvil: what made you go with this chip?
[21:28:50] <CaptHindsight> http://www.mouser.com/ds/2/465/an1853-320952.pdf sorry
[21:28:51] <SpeedEvil> zeeshan: I saw it on the front page, and wanted a strain guage/RTD thingy
[21:28:52] -!- Tecan has quit [Quit: Live Long And Phosphor!]
[21:28:55] <SpeedEvil> I haven't yet made anythign with it
[21:28:58] <zeeshan> ah
[21:29:10] <zeeshan> CaptHindsight: that has the limit to only work with strain gauges
[21:29:12] <zeeshan> what about rtd?
[21:30:49] <CaptHindsight> does it work with a wheatstone bridge?
[21:30:49] <zeeshan> CHIP CS -> GPIO MCU , CHIP SCLK -> SLCK MCU
[21:31:09] <CaptHindsight> thats the input on that module
[21:31:15] <zeeshan> the signals that make no sense to me are DRDY, DOUT/DRDY, and DIN
[21:31:47] <zeeshan> CaptHindsight: rtd is hooked up a bit differently
[21:32:02] <CaptHindsight> http://www.omega.com/temperature/z/thertd.html like this?
[21:32:20] <CaptHindsight> zeeshan: which RTD is this?
[21:32:36] <zeeshan> 2 wire rtd
[21:32:55] <CaptHindsight> so like the ones shown ^^
[21:33:05] <zeeshan> figure 38
[21:33:38] <zeeshan> figure 39 looks better
[21:34:01] <zeeshan> CaptHindsight: i like the thing you posted
[21:34:04] <zeeshan> its just 5 usb ports
[21:34:07] <zeeshan> seems a bit excessive
[21:36:37] <zeeshan> looks like
[21:36:43] <zeeshan> the software is meant to interface w/ 1 sensor
[21:38:55] <CaptHindsight> if you want 5 simultaneous imputs that you can modify the software then use 5 amps and a USB scope
[21:39:03] <CaptHindsight> with Linux source
[21:40:06] <CaptHindsight> or write your own app for the Renasas micro
[21:40:16] <zeeshan> i think its cheaper
[21:40:29] <zeeshan> to run 5 ads1220's
[21:40:33] <zeeshan> with an arduino
[21:40:56] <CaptHindsight> depends on how much software you want to write
[21:43:52] <zeeshan> ah i think i get this now
[21:44:11] <zeeshan> din goes to mosi
[21:44:15] -!- deanputney has quit [Ping timeout: 252 seconds]
[21:44:23] <zeeshan> and dout goes to miso
[21:44:35] <zeeshan> SpeedEvil: is there a dip version of this!
[21:44:54] <SpeedEvil> ssop is not scary
[21:45:01] <SpeedEvil> And I think not
[21:45:21] <zeeshan> how would you test it out
[21:45:28] <zeeshan> i have a regulard breadboard thing
[21:45:30] -!- deanputney [deanputney!~mustardha@104.244.221.171] has joined #linuxcnc
[21:45:41] <SpeedEvil> you get a PCB made for $10ish
[21:45:57] -!- Tanz has quit [Ping timeout: 256 seconds]
[21:46:09] <SpeedEvil> http://dirtypcbs.com/
[21:46:36] <zeeshan> thats assuming i know what im doing
[21:46:43] <zeeshan> i'd feel more comforable testing it before building a pcb for it
[21:46:48] <zeeshan> to make sure it works
[21:47:08] <zeeshan> maybe i can get a chip and sholder some wires to it
[21:47:09] <SpeedEvil> you take the pcb design from the dev-board and modify it
[21:47:10] <zeeshan> for testing purposes
[21:50:42] -!- deanputney has quit [Ping timeout: 245 seconds]
[21:51:16] -!- deanputney [deanputney!~mustardha@104.244.221.171] has joined #linuxcnc
[21:55:15] -!- jerryitt has quit [Quit: Connection closed for inactivity]
[21:55:18] <Deejay> gn8
[21:56:17] -!- Deejay has quit [Quit: bye]
[21:56:35] -!- deanputney has quit [Ping timeout: 246 seconds]
[21:56:50] -!- theorbtwo has quit [Read error: Connection reset by peer]
[21:56:58] <CaptHindsight> look I've already wired up my system while you're still designing your PCB :)
[21:57:27] <zeeshan> haha
[21:57:31] <furrywolf> derusting hopefully underway. made 8 disposable jumper wires to connect different parts.
[22:00:24] -!- sliptonic has quit [Quit: Coyote finally caught me]
[22:02:07] <furrywolf> used some unusably green speaker wire and garbage alligator clips that come in those 50-clips-for-$3 chinese packs.
[22:05:18] <furrywolf> http://www.mtfca.com/discus/messages/50893/79902.jpg my chain binder looks a lot like that "before" image. lol
[22:05:45] -!- deanputney [deanputney!~mustardha@104.244.221.171] has joined #linuxcnc
[22:05:52] <furrywolf> came in a $5 yard sale "bucket o' rusty chain".
[22:07:28] <zeeshan> haha
[22:07:30] <zeeshan> thats COOL
[22:07:34] <zeeshan> the extreme difference beween the two
[22:09:10] -!- AR_ [AR_!~AR@24.238.81.234.res-cmts.sth2.ptd.net] has joined #linuxcnc
[22:09:12] <furrywolf> yeah, I'll report back here with how it goes... rust removal seems to be a pretty common task when working with old tools.
[22:09:38] <SpeedEvil> And sometimes the tool owners
[22:09:50] <furrywolf> if it really does work as well as the internet says, I figure at least someone here will also find it useful.
[22:10:58] <SpeedEvil> It is great
[22:10:58] <_methods> i do it all the time
[22:11:03] <_methods> it's great for etching stuff too
[22:11:09] <furrywolf> http://i1001.photobucket.com/albums/af136/original_danster/DSC00786.jpg another before/after... although I don't know if I'd want to use brake calipers that spent that long rusting.
[22:11:15] <zeeshan> ive used evaporust
[22:11:18] <zeeshan> and it works pretty good
[22:11:24] <zeeshan> but will turn your tools black
[22:11:28] <zeeshan> if its in too long..
[22:11:53] <zeeshan> furrywolf: as long as the bore is good
[22:11:54] <zeeshan> youre good to go!
[22:12:07] <zeeshan> SpeedEvil: thank you for this chip referral
[22:12:11] <zeeshan> looks like exactly what i need.
[22:12:20] <furrywolf> brakes are one of the few things I try to redneck only when necessary. :)
[22:12:24] <zeeshan> its going to take more work than just simply buying a module
[22:12:28] <zeeshan> but i can customize it for my application
[22:12:39] <furrywolf> I've used evaporust too... it's $29.99/gallon these days.
[22:12:44] <SpeedEvil> :)
[22:12:46] <furrywolf> and a gallon doesn't go very far.
[22:13:04] <zeeshan> i reuse it
[22:13:09] <zeeshan> lasts a long time
[22:13:13] <furrywolf> http://fw.bushytails.net/rustcomp01.jpg there's a before/after I did with evaporust
[22:13:15] <zeeshan> even when it looks like slimey crap
[22:13:26] <zeeshan> haha that looks great
[22:13:37] <furrywolf> I reuse it too... after enough rusty crap, it stops working. it especially doesn't like the hard black rust.
[22:14:24] <furrywolf> http://fw.bushytails.net/rustcomp03-01.jpg evaporust on a winch motor.
[22:15:12] <furrywolf> that might be the motor that's on my jeep right now, don't remember... it rerusted, annoyingly.
[22:15:49] -!- Tecan [Tecan!~fasdf@ip-216-234-182-80.wireless.tera-byte.com] has joined #linuxcnc
[22:15:49] -!- Tecan has quit [Changing host]
[22:15:49] -!- Tecan [Tecan!~fasdf@unaffiliated/unit41] has joined #linuxcnc
[22:21:57] -!- swingley has quit [Ping timeout: 245 seconds]
[22:30:14] <furrywolf> no visible lessening of rust, but the water is now opaque brown, so it must be coming off.
[22:31:57] -!- deanputney has quit [Ping timeout: 245 seconds]
[22:32:36] -!- sliptonic [sliptonic!~sliptonic@li208-58.members.linode.com] has joined #linuxcnc
[22:33:04] -!- deanputney [deanputney!~mustardha@104.244.221.171] has joined #linuxcnc
[22:38:03] <malcom2073> Nice
[22:38:11] <malcom2073> I'll soon be embarking on an evaporust ordeal
[22:39:38] -!- deanputney has quit [Ping timeout: 256 seconds]
[22:40:14] -!- deanputney [deanputney!~mustardha@104.244.221.171] has joined #linuxcnc
[22:41:05] <furrywolf> evaporust is sloooow. it's somewhat less slow if you heat it, but if you heat it, it'll make like its name and evaporate pretty quickly, and that makes it stop working - so keep adding water to keep it at the same level.
[22:41:37] <furrywolf> it does __not__ like grease and oil. strip the parts with brake cleaner or whatever your favorite solvent is if they have any grease, oil, or grime on them.
[22:41:46] * SpeedEvil wonders if hydrazine will derust
[22:41:57] <SpeedEvil> Phosphoric acid is awesome too
[22:42:23] <zeeshan> muratic acid
[22:42:39] <SpeedEvil> phosphoric is special from a derusting POV
[22:42:43] <furrywolf> evaporust has the advantage over phosphoric acid that it won't damage other materials at all. look at the picture I pasted where I evaporusted half a motor, brushes, windings, etc in place.
[22:43:01] <SpeedEvil> Hcl actively promotes rust
[22:43:02] <zeeshan> ive been watching tarduino videos
[22:43:06] <zeeshan> and now i will call it arduino
[22:43:11] <zeeshan> its so easy to use!
[22:43:39] <SpeedEvil> There is nothing wrong with arduino - as long as you understand the platform limitations
[22:43:46] <zeeshan> what are the limitations?
[22:44:09] <SpeedEvil> For example, floating point numbers mean you need an enormous extra amount of RAM
[22:44:12] <SpeedEvil> and ROm
[22:44:25] <zeeshan> computer ram?
[22:44:30] <SpeedEvil> yes
[22:44:36] <zeeshan> but like, is that really a problem in modern times?
[22:44:48] <Tom_itx> arduino is bloated
[22:44:48] <zeeshan> like that can be a problem for a standalone devide
[22:44:53] <zeeshan> device
[22:44:55] <SpeedEvil> the arduino is an atmel microprocessor with around (from memory) 512 bytes of RAM, and 20K of flash
[22:44:56] <zeeshan> that youre trying to sell or something
[22:45:03] <Tom_itx> if you want respectable code write it yourself i c or asm
[22:45:26] <zeeshan> so thats a software limitation then..
[22:45:31] -!- deanputn_ [deanputn_!~mustardha@104.244.221.171] has joined #linuxcnc
[22:45:59] <SpeedEvil> It's also an 8 bit micro, with no floating point support, so that example - it may eat 3K of ROM alone for that
[22:46:24] <zeeshan> so in the case of the 5 24bit adc's
[22:46:28] <zeeshan> communicating over spi
[22:46:28] <pcw_home> stm32f302 ftw
[22:46:34] <furrywolf> working with minimal ram is fun. I once set up a stack (as used for subroutine calls) in the output compare configuration registers on a hc11, because I wasn't using them, and they were usable storage. :P
[22:46:46] <Tom_itx> yeah if you want speed use an arm
[22:46:59] <SpeedEvil> ESP8266!
[22:47:02] <SpeedEvil> Free wifi too!
[22:47:05] <zeeshan> beaglebone?
[22:47:07] <pcw_home> quad 5 Ms/sec A-Ds
[22:47:15] <SpeedEvil> (probably not sensible)
[22:47:28] <pcw_home> floating point
[22:47:29] <pcw_home> ~$3.00
[22:48:02] <zeeshan> like im thinking of using the arduino
[22:48:05] <zeeshan> as a "breakoutboard"
[22:48:07] <zeeshan> type of deal
[22:48:15] <zeeshan> which basically interfaces with a bunch of sensors over serial
[22:48:23] <zeeshan> and transmits that data to the comp
[22:48:25] -!- deanputney has quit [Ping timeout: 252 seconds]
[22:48:36] <zeeshan> spi i mean not serial
[22:48:48] <zeeshan> now i'm not sure how many samples it can take per sec..
[22:48:49] <pcw_home> spi is serial
[22:49:27] <zeeshan> online says 26 samples per sec
[22:50:46] <pcw_home> probably a baud rate/data format limitation
[22:51:03] -!- syyl_ has quit [Ping timeout: 265 seconds]
[22:52:32] <SpeedEvil> tthe above ADC goes upto (from memory) 2048/sec.
[22:52:43] <SpeedEvil> But - you get much less than full res at that speed
[22:58:20] -!- skunkworks has quit [Ping timeout: 256 seconds]
[22:58:57] -!- akex2 has quit [Quit: Connection closed for inactivity]
[23:05:10] -!- deanputn_ has quit [Read error: Connection reset by peer]
[23:06:06] -!- zlog has quit [Remote host closed the connection]
[23:06:09] -!- Tom_itx has quit []
[23:08:25] -!- Tom_itx [Tom_itx!~Tl@unaffiliated/toml/x-013812] has joined #linuxcnc
[23:08:27] -!- zlog [zlog!~zlog@ip68-102-196-57.ks.ok.cox.net] has joined #linuxcnc
[23:11:31] -!- anth0ny has quit [Quit: anth0ny]
[23:13:25] -!- tinkerer has quit [Quit: Leaving.]
[23:17:35] <zeeshan> http://i.imgur.com/reQGM1K.png
[23:17:39] <zeeshan> did some number crunching
[23:18:33] <zeeshan> so after the ads1220 amplifies by a max gain of 128, its internal 24bit adc will see a voltage of 0-83.33 mV ..
[23:21:28] -!- skunkworks [skunkworks!~chatzilla@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc
[23:23:06] -!- theorbtwo [theorbtwo!~theorb@cpc3-swin16-2-0-cust28.3-1.cable.virginm.net] has joined #linuxcnc
[23:26:58] <LeelooMinai> zeeshan: That's why I mentioned that sometimes you may need external gain stage
[23:27:31] <LeelooMinai> Otherwise you will have only partial resolution available
[23:28:17] -!- anth0ny has quit [Quit: anth0ny]
[23:28:32] <zeeshan> i dunno
[23:28:37] -!- zeitue has quit [Ping timeout: 245 seconds]
[23:28:39] <zeeshan> the datasheet is trying tell me something
[23:28:41] <zeeshan> but its not making sense,
[23:28:54] -!- adb has quit [Ping timeout: 252 seconds]
[23:29:42] <pcw_home> thats a big reason why people use 24 bit A-Ds wide dynamic range (even if you throw away 6 bits or so )
[23:29:59] <zeeshan> they are saying the maximum input voltage is limited to +/- 4.6 volts
[23:30:05] <zeeshan> to keep the amplifier linear
[23:30:17] <zeeshan> er
[23:30:25] <zeeshan> 4.6 / 128
[23:30:28] <pcw_home> thats the common mode range of the inputs
[23:30:36] <zeeshan> +/-36mV
[23:30:42] <Valen> so this is what my CnC has been up to ;->
http://imgur.com/a/ccQ3N
[23:30:48] <zeeshan> so what happens if i give it a +46 mV input ?
[23:30:55] <zeeshan> it'll chop it off?
[23:31:04] <zeeshan> or give errorneous output?
[23:31:06] <pcw_home> that the differential mode range of the inputs (at that gain)
[23:31:14] <Jymmm> zeeshan: the universe as we know it will come to an end.
[23:31:19] <zeeshan> Jymmm: hahahah
[23:31:21] <pcw_home> some have overflow bits
[23:31:57] <zeeshan> so i need to somehow configure my bridge
[23:31:59] <LeelooMinai> Valen: Combat robot? Is this for some competition? :)
[23:32:06] <zeeshan> so that it only outputs a maximum of +/-35mV
[23:32:22] <zeeshan> er im confusing things :)
[23:32:33] <Valen> LeelooMinai: yeah, 1.3kg
[23:32:33] <LeelooMinai> YOu can change gain to 64 (?)
[23:32:39] <zeeshan> the bridge output is 0-.65mV
[23:32:50] <zeeshan> so thats well within the +/-35mV range.
[23:33:16] <pcw_home> so you need about 70 gain preamp
[23:33:27] <pcw_home> to get full resolution
[23:33:27] <zeeshan> or i lose resolution?
[23:33:33] <pcw_home> yes
[23:33:34] <zeeshan> lets say i dont have a preamp
[23:33:37] <LeelooMinai> Or you clip the reading
[23:33:50] <zeeshan> and i know the op amp is outputitng 0-83.333 mV to a 24bit adc
[23:34:07] <LeelooMinai> Valen: But who organizes such a thing
[23:34:09] <zeeshan> i guess there must be a formula to figure out what the output will be from an adc
[23:34:11] * zeeshan eads
[23:34:13] <zeeshan> *reads
[23:34:32] <pcw_home> yes depends on the reference voltage
[23:34:37] <Valen> LeelooMinai:
http://www.robowars.org/forum/index.php
[23:35:12] <LeelooMinai> Valen: lol, is this like those old wars that were on Discovery in old days? :)
[23:35:20] <Valen> eh kinda
[23:35:22] <pcw_home> (bridge excitation should com from reference voltage also or vice versa for ratiometric readings)
[23:35:41] <zeeshan> pcw_home: yea thats how they show this diagfram
[23:36:28] <LeelooMinai> I think this is to cancel common noise
[23:36:43] <pcw_home> (then reference drift is factored out of your readings)
[23:36:45] <zeeshan> 2^24 = 16,777,216 counts
[23:36:57] <zeeshan> pcw_home: yea thats what they were saying
[23:37:02] <zeeshan> With this configuration, any drift in excitation voltage also shows up on the reference voltage, consequently canceling out drift error.
[23:37:47] <LeelooMinai> zeeshan: Watch for something called effective bits - just because it's 24 bit ADC, does not mean you will get all of them to be meaningful - it depends on many factors (like sampling rate)
[23:38:08] <zeeshan> LeelooMinai: i think its 24bit at 2000 samples/s
[23:38:52] <zeeshan> inteersting
[23:38:54] <zeeshan> they have a noise table
[23:39:01] <zeeshan> the faster you sample
[23:39:04] <LeelooMinai> If you mess things up, you may end up with like 8 bits of noise:)
[23:39:05] <zeeshan> the more noise you get
[23:39:53] <zeeshan> at 1000 SPS , 128 gain, theres 4.01 micovolts of noise
[23:41:21] <LeelooMinai> You probably have to amplify this by 128 too
[23:41:29] -!- adam3999 has quit [Ping timeout: 245 seconds]
[23:41:31] <zeeshan> ??
[23:41:50] <LeelooMinai> Many times they will quote input noise - but the gain will amplify that noise
[23:42:18] -!- zeitue [zeitue!~z@67.221.133.135] has joined #linuxcnc
[23:42:22] <zeeshan> ttheyre quoting Vpp
[23:42:24] <zeeshan> whatever that is
[23:42:24] <zeeshan> :)
[23:42:49] <LeelooMinai> peak to peak voltage
[23:42:51] <pcw_home> sounds fairly lousy the 7194 I linked to is about 4x better
[23:43:13] -!- zeeshan [zeeshan!~kvirc64@CPE0018e7cea342-CM5039555db2cc.cpe.net.cable.rogers.com] has parted #linuxcnc
[23:43:16] <LeelooMinai> That 7194 has "15.5 noise-free bits at 2.4 kHz (gain = 128)"
[23:43:18] -!- zeeshan [zeeshan!~kvirc64@CPE0018e7cea342-CM5039555db2cc.cpe.net.cable.rogers.com] has joined #linuxcnc
[23:43:19] <zeeshan> fak
[23:43:21] <zeeshan> wrong key.
[23:43:32] <LeelooMinai> So there's 8 bits eaten:)
[23:43:38] <zeeshan> http://www.analog.com/media/en/technical-documentation/data-sheets/AD7194.pdf
[23:43:41] <zeeshan> youre talking about this pcw?
[23:44:03] <pcw_home> right but staring gauges dont need 2.4 KHz sampling for most things
[23:44:13] <pcw_home> strain gauge
[23:44:15] <zeeshan> yea im never going to need that much speed.
[23:44:21] <LeelooMinai> "Up to 22 noise-free bits (gain = 1)"
[23:44:24] <zeeshan> 1 sample per second would be fine.
[23:44:29] <zeeshan> 10 would be nice.
[23:44:55] <zeeshan> im just trying to figure out
[23:45:13] <zeeshan> what the heck 83.33mV out of the op amp and into the input of the adc
[23:45:14] <zeeshan> will output
[23:45:40] <LeelooMinai> Scaled voltage...
[23:45:46] <zeeshan> from where to where?
[23:45:55] <zeeshan> relative to vcc?
[23:45:57] <zeeshan> er
[23:45:57] <LeelooMinai> From the op-amp output to ADC-input
[23:46:09] <LeelooMinai> Relative to the op-amp input
[23:46:24] <zeeshan> http://www.ti.com/lit/ds/symlink/ads1220.pdf
[23:46:32] <zeeshan> page 56
[23:46:33] <LeelooMinai> signal -> op-amp (* some factor) -> ADC
[23:46:57] <zeeshan> the internal reference is apparently 2.04V
[23:47:29] <LeelooMinai> Yes, 2.048 for the ADC to map it digital values
[23:47:46] <LeelooMinai> to digital*
[23:48:26] <zeeshan> i learned about this so long ago
[23:48:35] <zeeshan> i completely forgot how it works :)
[23:48:42] <zeeshan> i remember they were discretizing a wave
[23:50:32] -!- gonzo_nb has quit [Remote host closed the connection]
[23:51:55] <renesis> you only need a 24b dac if youre using fractions of the range of the dac
[23:52:23] -!- anth0ny has quit [Quit: anth0ny]
[23:52:31] <renesis> it makes sense in audio because theyll work with 20-60dB headroom
[23:52:52] <renesis> so thats 3 to 10 bits gone
[23:54:05] <renesis> and then the noise floor will eat the same fraction of full range on 24b adc as on a 10b adc
[23:55:07] <renesis> if youre signal is predictable, you dont need that kind of headroom, 24b is massively overkill
[23:57:09] <pcw_home> strain gauge usage is unpredictable, you often want more resolution for small load ranges
[23:57:18] <renesis> i kind of like 12b and 4.096v ref because LSB is 1mv
[23:57:39] <pcw_home> not for strain gauge usage
[23:58:16] <renesis> im guessing theres an amplifier involved
[23:58:50] -!- Nick001-shop has quit [Quit: ChatZilla 0.9.91.1 [Firefox 34.0.5/20141126041045]]
[23:58:51] <pcw_home> 24 bits is very common for strain gauges
[23:59:05] <pcw_home> bbl
[23:59:46] <renesis> well if its a tiny analog signal and you need the headroom so cant amp much, then yeah 24b makes sense for the same reason