#linuxcnc | Logs for 2013-09-06

Back
[00:02:04] -!- jp__ [jp__!~jp@CPEf07bcb8dc98f-CM001bd71cb794.cpe.net.cable.rogers.com] has joined #linuxcnc
[00:02:20] -!- Nick001-shop has quit [Quit: ChatZilla 0.9.90.1 [Firefox 23.0.1/20130814063812]]
[00:02:54] -!- jp_ has quit [Ping timeout: 264 seconds]
[00:04:14] <andypugh> PCW: I was making the stupid mistake of assuming that when I wrote the test.hal script I had added the trigger-encoder function to a thread. With that added it suddenly works...
[00:05:24] <PCW> details...
[00:06:02] <PCW> Hey Ive got the pretrigger stuff about working
[00:10:04] <andypugh> Sounds promising
[00:10:40] <andypugh> How common is it for LSB to be a fault bit?
[00:12:39] <PCW> SSI encoders are pretty random I would expect that you need bit length,count data field and auxdata field specifiers
[00:13:11] <PCW> (bit field extractors)
[00:13:55] <PCW> for the general case (plus de-gray option for the count field)
[00:14:12] <andypugh> Yes, maybe u32 "fault-mask" parameter.
[00:14:46] <PCW> Yeah some even have CRC fields
[00:15:39] <andypugh> OK, so we mask out a field, return that as a pin, but also have is-zero and is-nonzero bit pins
[00:15:48] <PCW> though a common verification method with SSI is to ask for 2x the bit size (the data repeats)
[00:16:00] <andypugh> And then a param to choose which bit is used to detect index.
[00:16:10] <PCW> Yeah
[00:16:18] <andypugh> The laser thing I have sets the LSB on error.
[00:16:41] <andypugh> Should the output become NaN on error?
[00:16:45] <PCW> some have overtemp and other errors
[00:17:10] -!- toastydeath [toastydeath!~toast@2601:a:2e00:aa:1930:4e35:63e5:bd79] has joined #linuxcnc
[00:17:27] <PCW> I would probably leave the number alone and if yo want to deal with the error bits it up to you
[00:17:45] <PCW> (well up to hal wiring)
[00:18:09] <andypugh> Should be have a NaN comp I wonder?
[00:18:10] <PCW> dont think the low level should dictate policy
[00:18:39] <PCW> maybe thats un-democratic
[00:22:09] <andypugh> I think perhaps there should be a HAL comp with an output pin of NaN
[00:27:11] -!- Nick001 [Nick001!~Nick001@plns-66-33-248-33-pppoe.dsl.plns.epix.net] has joined #linuxcnc
[00:30:52] <Aero-Tec> one sure has to watch the china crap tool holders
[00:31:04] <PCW> yeah dealing properly with errors is always interesting
[00:31:15] <Aero-Tec> china works hard to get its not so great rep
[00:31:46] <Aero-Tec> my drill holder is out of line
[00:31:59] <Aero-Tec> both up and down and left to right
[00:32:25] <Aero-Tec> they could not even get one direction to line up right
[00:33:03] <Aero-Tec> you get what you pay for I guess
[00:41:49] <andypugh> Talking of which, this seems like a significant bargain is you like 123 blocks: http://www.ebay.com/itm/SHARS-5-MATCHED-PAIRS-ULTRA-PRECISION-123-1-2-3-BLOCKS-23-HOLES-0001-MACHINIST-/300740158015?pt=LH_DefaultDomain_0&hash=item460582a23f
[00:57:53] -!- toudi_ [toudi_!~toudi@ddt54.neoplus.adsl.tpnet.pl] has joined #linuxcnc
[00:57:58] toudi_ is now known as micges
[00:58:12] <micges> hi guys
[00:58:36] <micges> PCW: got any docs about 7i90?
[00:59:14] -!- sumpfralle has quit [Read error: Operation timed out]
[00:59:50] -!- uwe_ [uwe_!~uwe_@dslb-188-105-027-013.pools.arcor-ip.net] has joined #linuxcnc
[01:01:14] <andypugh> 7i90 is like a bigger 7i43?
[01:01:45] <PCW> Sebastian has a branch that works with it
[01:02:13] <micges> andypugh: yeah, also with SPI
[01:02:18] <PCW> I will get you a preliminary manual tomorrow
[01:02:28] <andypugh> 7i76E looks pretty compelling.
[01:03:23] <PCW> Its just a 7I80 grafed onto a 7I76
[01:03:31] <micges> PCW: thanks
[01:04:24] <PCW> I am doing all my bitfile/fanuc/ssi/dpll testing with the 7I80 as it works with any computer
[01:05:26] <micges> PCW: I'm recreating my rtnet setup today with latest rt, wiki and driver should be actual and working in few days
[01:05:31] <PCW> teh 7I43 USB will as well but is dismally slow compared to Ehernet
[01:06:20] <PCW> What do you think of the possibility of just using RT-preemt (and standard Ethernet)
[01:07:03] <micges> it will works
[01:07:16] <PCW> I am getting the DPLL timer slowly ported to the 7I80 so 2 packet mode should be possible
[01:07:18] <micges> but latency is quite huge
[01:07:37] -!- morlenxus has quit [Disconnected by services]
[01:07:44] <micges> up to 150~250 us iirc
[01:08:06] <PCW> If more timing is done in hardware, latency will be less important as long as you get done
[01:08:35] <micges> yes I'll try it again with rt-preempts and 7i80 with DPLL
[01:09:20] <PCW> I also really need the timers for things like the Fanuc absolute encoders (>80 usec from request to data)
[01:10:51] <micges> nice
[01:11:23] <micges> I wonder how lcnc should interface with absolute encoders
[01:11:34] <Jymmm> wires
[01:12:01] <micges> yeah that too :)
[01:12:08] <Jymmm> =)
[01:13:01] <PCW> andy has a working SSI driver
[01:13:31] <PCW> Higher up I guess you just are always homed
[01:15:18] -!- NickParker [NickParker!~IceChat77@c-24-6-124-113.hsd1.ca.comcast.net] has joined #linuxcnc
[01:16:15] -!- Servos4ever [Servos4ever!~chatzilla@74-45-200-61.dr01.hnvr.mi.frontiernet.net] has joined #linuxcnc
[01:16:43] <andypugh> I have decided to emulate index-enable at least, because spindles need it.
[01:17:15] <PCW> doesnt the resolver interface do that?
[01:17:22] <andypugh> What it looks like to HAL is largely already sorted out in the Resolver component.
[01:19:07] <PCW> The fanuc has lots of interesting filelds:
[01:19:09] <PCW> 00000DE0671000040DBD0185
[01:19:11] <PCW> 1101111000000110011100010000000000000000010000001101101111010000000110000101
[01:19:13] <PCW> 7777776666666666555555555544444444443333333333222222222211111111110000000000
[01:19:14] <PCW> 5432109876543210987654321098765432109876543210987654321098765432109876543210
[01:19:16] <PCW> CRC = 1B CRC Remainder = 00 Index det: false Bat det: true
[01:19:17] <PCW> Count = 879 Turns = 0 ComAbs = 412
[01:21:25] <PCW> Lots of unknown bits (I think there are a couple fault bits but I'm not sure which)
[01:21:27] <PCW> I may have to torture one of these encoders to find out
[01:22:36] -!- c-bob [c-bob!~c@pD9EAD7CD.dip0.t-ipconnect.de] has joined #linuxcnc
[01:22:42] -!- c-bob|| has quit [Ping timeout: 264 seconds]
[01:24:57] <micges> PCW: 7i76E has same hw ip address as 7i80?
[01:25:12] <PCW> Yes
[01:25:18] <PCW> same code for now
[01:25:29] <micges> ah ok
[01:40:43] -!- micges has quit [Quit: Wychodzi]
[01:46:31] -!- Servos4ever has quit [Quit: ChatZilla 0.9.90.1 [SeaMonkey 2.20/20130803195701]]
[01:47:11] -!- andypugh has quit [Quit: andypugh]
[01:49:55] -!- ju66ernaut has quit [Quit: Page closed]
[02:11:14] <skunkworks> I can test! I can test! :)
[02:17:39] -!- joe9 [joe9!~user@ip70-179-153-227.fv.ks.cox.net] has joined #linuxcnc
[02:35:06] -!- joe9 has quit [Remote host closed the connection]
[03:01:18] -!- ravenlock has quit [Ping timeout: 264 seconds]
[03:07:42] -!- reciproqc [reciproqc!46329c5c@gateway/web/freenode/ip.70.50.156.92] has parted #linuxcnc
[03:11:01] -!- AR_ has quit [Ping timeout: 248 seconds]
[03:40:54] -!- FinboySlick [FinboySlick!~shark@squal.net] has joined #linuxcnc
[04:25:48] -!- FinboySlick has quit [Quit: Leaving.]
[04:37:57] -!- Laremere has quit [Ping timeout: 248 seconds]
[05:01:15] -!- Fox_Muldr has quit [Ping timeout: 240 seconds]
[05:03:29] -!- Fox_Muldr [Fox_Muldr!quakeman@frnk-4d01e85c.pool.mediaWays.net] has joined #linuxcnc
[05:14:42] -!- Valen has quit [Quit: Leaving.]
[05:31:49] -!- krusty_ar has quit [Ping timeout: 248 seconds]
[05:46:20] -!- zhuiqiuxiansheng [zhuiqiuxiansheng!~zhuiqiuxi@202.103.241.20] has joined #linuxcnc
[05:55:22] -!- vladimirek [vladimirek!~vladimire@95.105.250.72] has joined #linuxcnc
[05:56:12] -!- kwallace [kwallace!~kwallace@smb-90.sonnet.com] has parted #linuxcnc
[05:57:48] -!- _BJFreeman [_BJFreeman!~bjfree@209.sub-75-244-152.myvzw.com] has joined #linuxcnc
[05:58:30] _BJFreeman is now known as BJfreeman
[06:07:12] -!- jlrodriguez has quit [Remote host closed the connection]
[06:10:11] -!- asdfasd [asdfasd!123456@149.241.154.187] has joined #linuxcnc
[06:14:34] -!- dhoovie [dhoovie!~kvirc@122.177.190.68] has joined #linuxcnc
[06:21:10] -!- dhoovie|2 [dhoovie|2!~kvirc@122.177.46.48] has joined #linuxcnc
[06:21:25] -!- dhoovie has quit [Ping timeout: 246 seconds]
[06:22:58] -!- NickParker has quit [Quit: Friends help you move. Real friends help you move bodies.]
[06:24:12] -!- dhoovie [dhoovie!~kvirc@122.177.22.230] has joined #linuxcnc
[06:25:58] -!- dhoovie|2 has quit [Ping timeout: 246 seconds]
[06:27:01] -!- zhuiqiuxiansheng has quit [Quit: 离开]
[06:29:07] -!- dhoovie has quit [Ping timeout: 246 seconds]
[06:29:38] -!- archivist_herron has quit [Ping timeout: 264 seconds]
[06:30:04] -!- BJfreeman has quit [Quit: had a good time]
[06:30:24] -!- dhoovie [dhoovie!~kvirc@122.177.91.19] has joined #linuxcnc
[06:32:59] -!- dhoovie|2 [dhoovie|2!~kvirc@122.177.38.1] has joined #linuxcnc
[06:35:04] -!- dhoovie has quit [Ping timeout: 246 seconds]
[06:36:02] -!- dhoovie [dhoovie!~kvirc@122.177.40.79] has joined #linuxcnc
[06:37:52] -!- dhoovie|2 has quit [Ping timeout: 246 seconds]
[06:39:57] -!- ve7it has quit [Remote host closed the connection]
[06:40:40] -!- dhoovie has quit [Ping timeout: 246 seconds]
[06:41:57] -!- archivist_herron [archivist_herron!~herron@80.175.14.110] has joined #linuxcnc
[06:53:12] -!- DJ9DJ [DJ9DJ!~Deejay@unaffiliated/dj9dj] has joined #linuxcnc
[06:54:00] <DJ9DJ> moin
[06:58:21] -!- mle has quit [Excess Flood]
[06:59:16] <uw> GROIN
[06:59:47] -!- false has quit [Quit: Ex-Chat]
[07:01:02] <DJ9DJ> good morning
[07:01:16] <uw> good morning to you DJ
[07:06:44] <kengu> good.. morning
[07:07:02] -!- sumpfralle [sumpfralle!~lars@c.mail.systemausfall.org] has joined #linuxcnc
[07:08:40] -!- archivist_herron has quit [Ping timeout: 246 seconds]
[07:21:17] -!- archivist_herron [archivist_herron!~herron@80.175.14.110] has joined #linuxcnc
[07:22:44] eracnioP is now known as Poincare
[07:37:07] -!- gkwhc [gkwhc!~gkwhc@unaffiliated/gkwhc] has joined #linuxcnc
[07:37:12] -!- mle has quit [Excess Flood]
[07:40:30] <gkwhc> Hey everyone! I was wondering, what 2D/3D software do yall use to model things to export them to gcode or other cnc format?
[07:43:03] <kengu> i use openscad, inkscape and .. umm.. i have seen autocad, blender and solidworks used
[07:43:55] <gkwhc> cool
[07:44:28] <gkwhc> sounds fairly simple, i might just be overthinking the whole process
[07:44:45] <kengu> for inkscape there are plugins to generate gcode
[07:45:06] <gkwhc> but depth data is constant right?
[07:45:11] <kengu> and 3d gcode.. well I usually print 3d objects so there are those slicer programs to generate that gcode
[07:45:30] <kengu> inkscape is more of 2d
[07:45:36] <gkwhc> right
[07:46:53] <kengu> there are milling, carving, plasma etc options in inkscape plugins but as I have not had need to figure out more 3d in that I don't know how proper 3d-milling would then work
[07:47:11] <kengu> i did some engraving but well.. constant depth.
[07:47:29] <gkwhc> i see
[07:47:41] <gkwhc> designing with inkscape sounds pretty straightforward
[07:47:49] <kengu> 2d atleast
[07:48:39] <gkwhc> yeah
[07:49:41] <kengu> gcodetools is one of the plugins
[07:50:38] <gkwhc> cool i'll look into that
[07:50:54] <gkwhc> have you used 3d softwares?
[07:51:04] <kengu> and then there is umm.. skeinforge to generate what ever gcode you need
[07:51:20] <kengu> http://replicat.org/generators something there
[07:51:30] <kengu> gkwhc: 3d what?
[07:52:22] <gkwhc> cnc milling 3d models?
[07:52:44] <kengu> um.. nope.
[07:53:17] <kengu> but skeinforge can do thta
[07:55:51] <gkwhc> sweet
[07:59:29] -!- pingufan [pingufan!~rainer@goliath.hantsch.co.at] has joined #linuxcnc
[08:01:18] <gkwhc> thanks for the tips kengu!
[08:10:32] -!- rob_h [rob_h!~rob_h@94.8.129.239] has joined #linuxcnc
[08:15:01] -!- Jim[work] has quit [Quit: Leaving]
[08:27:08] -!- lucashodge has quit [Quit: Goodbye all.]
[08:28:49] -!- archivist_herron has quit [Ping timeout: 246 seconds]
[08:30:39] -!- Valen [Valen!~Valen@c211-28-237-68.blktn6.nsw.optusnet.com.au] has joined #linuxcnc
[08:41:15] -!- pingufan has quit [Quit: Konversation terminated!]
[08:41:29] -!- archivist_herron [archivist_herron!~herron@80.175.14.110] has joined #linuxcnc
[09:02:31] -!- uw has quit [Ping timeout: 245 seconds]
[09:23:26] -!- Simooon [Simooon!~simon@h196.natout.aau.dk] has joined #linuxcnc
[09:25:35] <kengu> guten abend eller evening (german, swedish and english. all in one) (:
[09:25:42] <kengu> and should be afternoon
[09:32:47] -!- b_b has quit [Changing host]
[09:48:58] -!- mhaberler [mhaberler!~mhaberler@macbook.stiwoll.mah.priv.at] has joined #linuxcnc
[10:11:30] -!- awallin_work [awallin_work!2e1e84e4@gateway/web/freenode/ip.46.30.132.228] has joined #linuxcnc
[10:20:52] -!- tjb1 has quit [Read error: Connection reset by peer]
[10:21:22] -!- tjb1 [tjb1!~tjb1@cpe-67-252-67-92.stny.res.rr.com] has joined #linuxcnc
[10:25:38] -!- stsydow has quit [Remote host closed the connection]
[10:53:16] -!- Valen has quit [Quit: Leaving.]
[10:59:30] -!- mhaberler has quit [Ping timeout: 264 seconds]
[11:16:59] -!- stsydow has quit [Remote host closed the connection]
[11:46:18] -!- krusty_ar_ has quit [Ping timeout: 264 seconds]
[11:48:19] -!- erasmo [erasmo!~erasmo@77-255-226-237.adsl.inetia.pl] has joined #linuxcnc
[11:59:10] -!- erasmo has quit [Read error: No route to host]
[11:59:33] -!- erasmo [erasmo!~erasmo@77-255-226-237.adsl.inetia.pl] has joined #linuxcnc
[12:03:05] -!- Tom_itx has quit [Read error: Connection reset by peer]
[12:03:07] -!- Tom_garage [Tom_garage!~Tl@unaffiliated/toml/x-013812] has joined #linuxcnc
[12:03:12] -!- zlog has quit [Read error: Connection reset by peer]
[12:03:18] Tom_garage is now known as Tom_itx
[12:04:06] -!- zlog [zlog!~zlog@ip68-102-199-165.ks.ok.cox.net] has joined #linuxcnc
[12:04:07] -!- Tom_itx has quit [Read error: Connection reset by peer]
[12:05:24] -!- stsydow has quit [Remote host closed the connection]
[12:05:34] -!- zlog has quit [Remote host closed the connection]
[12:05:43] -!- zlog [zlog!~zlog@ip68-102-199-165.ks.ok.cox.net] has joined #linuxcnc
[12:06:15] -!- Simooon has quit [Quit: Leaving]
[12:06:54] -!- zlog has quit [Remote host closed the connection]
[12:07:24] -!- zlog [zlog!~zlog@ip68-102-199-165.ks.ok.cox.net] has joined #linuxcnc
[12:08:23] -!- Tom_itx [Tom_itx!~Tl@unaffiliated/toml/x-013812] has joined #linuxcnc
[12:09:38] -!- md-2 has quit [Remote host closed the connection]
[12:26:35] <jthornton> mornimg
[12:30:00] <skunkworks> morning!
[12:30:08] <skunkworks> did you guys get your mesa stuff sorted out?
[12:30:37] <jthornton> yes, it was a combination of errors LOL
[12:31:08] <skunkworks> heh
[12:31:10] <skunkworks> been there
[12:45:39] -!- ktchk [ktchk!~eddie6929@n219073070050.netvigator.com] has joined #linuxcnc
[12:54:02] -!- ktchk [ktchk!~eddie6929@n219073070050.netvigator.com] has parted #linuxcnc
[12:54:03] -!- ktchk has quit [Quit: ktchk]
[13:08:56] -!- FinboySlick [FinboySlick!~shark@74.117.40.10] has joined #linuxcnc
[13:10:21] -!- Logi has quit [Read error: Operation timed out]
[13:20:44] -!- `Nerobro has quit [Ping timeout: 245 seconds]
[13:21:06] -!- sumpfralle has quit [Ping timeout: 276 seconds]
[13:24:00] -!- chillly has quit [Quit: Leaving]
[13:31:58] -!- kwallace [kwallace!~kwallace@smb-208.sonnet.com] has joined #linuxcnc
[13:36:11] -!- aksr [aksr!~aksr@unaffiliated/aksr] has joined #linuxcnc
[13:36:16] <aksr> hi archivist
[13:36:18] <aksr> :)
[13:40:56] -!- Kup has quit [Max SendQ exceeded]
[13:41:11] <aksr> i have a few questions ..
[13:41:50] -!- Kup has quit [Max SendQ exceeded]
[13:42:28] -!- Kup has quit [Max SendQ exceeded]
[13:42:42] <aksr> tools, with color like silver, used for parting, anybody knows which material is this?
[13:44:00] -!- Kup has quit [Max SendQ exceeded]
[13:44:32] -!- Kup has quit [Max SendQ exceeded]
[13:48:53] <jdh> steel?
[13:51:36] <aksr> jdh: maybe, but it's not a regular steel, i'm sure of it...
[13:52:14] <jp__> tool steel?
[13:52:21] <aksr> ..because it parts other steel
[13:52:42] <aksr> again, not sure...
[13:53:50] <aksr> jp__: is there some specific name for it, other then _steel_?
[13:53:59] <jp__> http://en.wikipedia.org/wiki/High-speed_steel
[13:54:05] <jp__> start there
[13:54:12] <aksr> jp__: i already read that
[13:54:14] <aksr> :D
[13:54:22] <aksr> a few min. ago
[13:54:28] <aksr> :P
[13:54:41] <aksr> still, i'm not sure it's the same thing
[13:54:46] <aksr> it's very bright
[13:54:53] <aksr> silver-like
[13:55:08] <aksr> used (often) for parting
[13:55:39] -!- awallin_work has quit []
[13:57:07] -!- Laremere has quit [Ping timeout: 246 seconds]
[13:58:58] <jp__> unless it's something exotic i would expect it's just hss.
[14:00:24] <jp__> cobalt tools usually have a dark tinge to them
[14:01:25] -!- tjb11 [tjb11!~tjb1@cpe-67-252-67-92.stny.res.rr.com] has joined #linuxcnc
[14:02:39] <cpresser> silver could also indicate be Carbide-Tools
[14:02:41] <aksr> jp__: is there some slang-word for it?
[14:03:21] -!- tjb1 has quit [Ping timeout: 267 seconds]
[14:03:32] <jp__> is the tool heavy for it's size?
[14:04:08] <aksr> i think so
[14:05:02] -!- gkwhc has quit [Ping timeout: 240 seconds]
[14:09:02] <jp__> weigh it and calculate it's volume. might be able to figure out if it's carbide based if the tool is large enough
[14:10:51] <aksr> i shall ;)
[14:11:52] <jp__> if it is carbide it should also be brittle
[14:12:15] <jp__> easy to chip compared to hss
[14:13:04] <jp__> but mot carbide i've seen is greyish matte like
[14:14:22] -!- `Nerobro [`Nerobro!fwuser@globalcom.global-com.com] has joined #linuxcnc
[14:15:22] <aksr> jp__: this must be hss, it's not greyish
[14:15:36] <jp__> but it could be polished finish as well
[14:15:41] <aksr> anyhow, jp__ is there some other name for it?
[14:15:57] <jp__> name for what?
[14:16:02] <aksr> if we suppose it's hss
[14:16:22] <aksr> name for hss ...
[14:16:41] <jp__> yes look in that wikki link
[14:17:01] <jp__> T1
[14:17:09] <jdh> is this just for random knowledge?
[14:17:09] <jp__> M2
[14:17:12] * aksr is trying to remember how my neighbohr called it
[14:18:39] <aksr> s/my/his :P
[14:19:02] <jp__> like old names like kewattin?
[14:20:34] <aksr> some general name for it ...
[14:20:55] <aksr> i don't seem to recall it
[14:24:33] <aksr> jdh: well, yes and no :)
[14:24:44] <aksr> thanks for your help jp__ jdh cpresser
[14:24:45] <aksr> :)
[14:24:47] <jp__> http://www.varcoprecision.com/tools.htm
[14:25:11] <jp__> big list of trade names ^
[14:28:31] -!- jasen_ [jasen_!4e5333b9@gateway/web/freenode/ip.78.83.51.185] has joined #linuxcnc
[14:39:17] -!- Kup has quit [Quit: Leaving.]
[14:58:54] -!- kwallace2 [kwallace2!~kwallace@smb-98.sonnet.com] has joined #linuxcnc
[15:01:18] -!- kwallace has quit [Ping timeout: 264 seconds]
[15:18:20] <Nick001> <aksr> put a magnet to it - mostly carbide is non-magnetic
[15:20:13] <aksr> Nick001: nice idea!
[15:22:45] <Nick001> I always have to fixture carbide to make a form tool - I can't use the magnetic chuck to hold it to flat grind it,etc
[15:23:20] <aksr> ;)
[15:29:27] <archivist> parting tools often HSS
[15:29:46] <aksr> hi archivist
[15:31:23] <archivist> carbide parting tools usually have replaceable tips
[15:33:42] -!- Laremere has quit [Ping timeout: 264 seconds]
[15:33:56] <archivist> and I am biased, I like the Sandvik parting tips and blade
[15:34:54] -!- Nick001 has quit [Ping timeout: 264 seconds]
[15:35:56] <archivist> I use a modified one http://www.greenwood-tools.co.uk/shopscr23.html
[15:36:30] -!- gkwhc [gkwhc!~gkwhc@unaffiliated/gkwhc] has joined #linuxcnc
[15:37:03] -!- syyl [syyl!~syyl@p4FD109C5.dip0.t-ipconnect.de] has joined #linuxcnc
[15:41:06] -!- Tom_itx has quit [Read error: Connection reset by peer]
[15:42:15] -!- zlog has quit [Read error: Connection reset by peer]
[15:45:14] -!- zlog [zlog!~zlog@ip68-102-199-165.ks.ok.cox.net] has joined #linuxcnc
[15:53:35] -!- syyl- [syyl-!~syyl@p4FD108F0.dip0.t-ipconnect.de] has joined #linuxcnc
[15:56:53] -!- syyl has quit [Ping timeout: 248 seconds]
[16:05:30] -!- Laremere has quit [Ping timeout: 264 seconds]
[16:06:03] -!- aksr has quit [Ping timeout: 256 seconds]
[16:06:51] -!- krusty_ar has quit [Ping timeout: 276 seconds]
[16:08:19] -!- wboykinm has quit [Remote host closed the connection]
[16:08:24] -!- Nick001-shop [Nick001-shop!~chatzilla@plns-64-111-128-61-pppoe.dsl.plns.epix.net] has joined #linuxcnc
[16:08:45] -!- gkwhc has quit [Ping timeout: 245 seconds]
[16:16:29] -!- samcfc has quit [Quit: Page closed]
[16:22:21] -!- _BJFreeman [_BJFreeman!~bjfree@130.sub-75-196-22.myvzw.com] has joined #linuxcnc
[16:23:03] _BJFreeman is now known as BJfreeman
[16:24:48] -!- _rambo has quit [Remote host closed the connection]
[16:31:32] -!- ravenlock [ravenlock!~ravenlock@pool-71-170-153-250.dllstx.fios.verizon.net] has joined #linuxcnc
[16:31:38] -!- ravenlock has quit [Changing host]
[16:31:38] -!- ravenlock [ravenlock!~ravenlock@enlightenment/developer/ravenlock] has joined #linuxcnc
[16:42:20] -!- tmcw has quit [Remote host closed the connection]
[16:45:20] -!- tmcw has quit [Read error: Connection reset by peer]
[16:47:48] -!- jlrodriguez has quit [Quit: Saliendo]
[16:47:54] -!- Cylly [Cylly!cylly@p54B10051.dip0.t-ipconnect.de] has joined #linuxcnc
[16:48:06] -!- Loetmichel has quit [Ping timeout: 264 seconds]
[16:51:43] -!- jasen_ has quit [Ping timeout: 250 seconds]
[16:55:29] -!- IchGuckLive [IchGuckLive!~chatzilla@95-89-97-51-dynip.superkabel.de] has joined #linuxcnc
[16:55:39] <IchGuckLive> hi all around the globe B)
[16:59:20] -!- BJfreeman has quit [Quit: had a good time]
[17:02:43] -!- Nick001-shop has quit [Ping timeout: 256 seconds]
[17:13:31] -!- ler_hydra [ler_hydra!~ler_hydra@sailor-link.olf.sgsnet.se] has joined #linuxcnc
[17:13:40] -!- jasen_ [jasen_!4e5333b9@gateway/web/freenode/ip.78.83.51.185] has joined #linuxcnc
[17:14:21] -!- md-2 has quit [Remote host closed the connection]
[17:15:04] <IchGuckLive> welcome the new members here ler_hydra abd jasen_
[17:16:37] -!- tmcw_ has quit [Remote host closed the connection]
[17:17:46] <archivist> new?
[17:19:15] <ler_hydra> a matter of perspective I suppose... ;)
[17:19:26] <IchGuckLive> B)
[17:19:35] <archivist> I think you pre date me
[17:19:36] -!- ktchk [ktchk!~eddie6929@n219073070050.netvigator.com] has joined #linuxcnc
[17:20:29] <ler_hydra> hmm, I seem to recall you being around when I first "joined" the IRC channel
[17:21:01] <ler_hydra> 7-ish years ago or so
[17:21:09] <IchGuckLive> O.O
[17:21:42] -!- tmcw has quit [Ping timeout: 264 seconds]
[17:21:55] <archivist> I thought I joined 2007 ish :)
[17:22:38] <ler_hydra> hmm, well I remember being active on IRC when I had justed started university, and that was in 2006, so sometime around then =)
[17:22:42] <archivist> ish + or minus a bit
[17:22:52] <ler_hydra> seems to match up fairly well
[17:23:02] <awallin> anyone know how tapered pipe threads are made? someone at the lab wants to make a 600-bar pressure vessel with those threads..
[17:23:15] <IchGuckLive> then im the yungguy as old as i am
[17:23:15] <ler_hydra> IchGuckLive, it sure sounds like a lot, though fwiw I haven't exactly been very active
[17:23:23] <awallin> internal threads in the pressure vessel I guess
[17:24:35] <kwallace2> Other than using a pipe tap?
[17:24:43] <archivist> awallin, there are not too many standards, BSP and NPT
[17:25:00] <IchGuckLive> awallin: http://www.fsg-furtschegger.de/Gewinderollen/files/page5_1.jpg
[17:25:31] Cylly is now known as Loetmichel
[17:25:56] <awallin> say you have a 30mm plate of stainless steel, how do you make an internal tapered NPT thread in that??
[17:26:09] <archivist> awallin, that is one thing I was going to add to linuxcnc but need more round tuits
[17:26:34] <JT-Shop> I like this sig line "The two most common elements in the world are hydrogen and stupidity."
[17:26:58] <archivist> you can use g33 and do some maths to fix its pitch
[17:27:01] <awallin> so the tapered threads are made on a lathe always?
[17:27:40] <archivist> I have a taper turning attachment on my lathe for that sort of work
[17:28:43] <kwallace2> You could also thread mill a tapered thread.
[17:29:20] <archivist> with a single point tooling
[17:30:57] <IchGuckLive> on a mill there is the simple G2/3 with the R and P Z word to do a tappert since 2.4.3
[17:31:05] <kwallace2> Or single row tool?
[17:31:57] <archivist> thread tips top as well
[17:32:00] <awallin> hm, so do you need a 4-axis mill to make the pilot hole before 1-point threading?
[17:33:07] <archivist> not sure how one would do a tapered helix without 4 axis
[17:35:46] <IchGuckLive> why 4 as the helix is always along Z
[17:35:57] <IchGuckLive> and so your movement is only XY Z
[17:35:57] -!- tmcw has quit [Remote host closed the connection]
[17:36:25] <archivist> it is a tapered helix
[17:36:40] <IchGuckLive> http://www.supernec.com/images/taperedhelix1.png
[17:37:26] -!- wboykinm has quit [Remote host closed the connection]
[17:37:32] <archivist> the path for a pipe thread is a one liner with linuxcnc and a 4th axis
[17:38:14] -!- tmcw has quit [Read error: Connection reset by peer]
[17:39:35] <archivist> 5 axis it you want to clear the tool from the side of the groove properly
[17:40:05] <archivist> if milling
[17:40:52] <archivist> tilt to the helix angle but travel along the taper vector
[17:43:01] <IchGuckLive> http://www.youtube.com/watch?v=1GgxyfX0yuI
[17:43:03] <Tecan> (1GgxyfX0yuI) "konisches Gewinde fräsen" by "Steffen Maier" is "Tech" - Length: 0:01:32
[17:43:21] <archivist> top middle shows the tilt before I got the 5th axis an allen key http://www.archivist.info/cnc/stage6/
[17:44:35] <archivist> at 600 psi he needs the correct form thread
[17:46:20] -!- kwallace2 has quit [Quit: Leaving.]
[17:46:24] -!- kwallace1 [kwallace1!~kwallace@smb-98.sonnet.com] has joined #linuxcnc
[17:48:07] -!- tmcw_ has quit [Remote host closed the connection]
[17:48:57] <IchGuckLive> im of by
[17:49:01] -!- IchGuckLive has quit [Quit: ChatZilla 0.9.87 [Firefox 20.0/20130329043827]]
[17:52:10] -!- aksr [aksr!~aksr@95.155.61.37] has joined #linuxcnc
[17:52:43] <ReadError> off by what
[17:52:45] <ReadError> kjk
[17:52:47] <ReadError> jk
[17:53:27] -!- tmcw has quit [Ping timeout: 276 seconds]
[18:01:50] -!- AR_ [AR_!~AR@24.238.71.107] has joined #linuxcnc
[18:03:56] -!- ler_hydra has quit [Remote host closed the connection]
[18:09:28] -!- zlog has quit [Ping timeout: 246 seconds]
[18:13:52] -!- Tom_itx [Tom_itx!~Tl@unaffiliated/toml/x-013812] has joined #linuxcnc
[18:13:59] -!- Nick001-shop [Nick001-shop!~chatzilla@clsm-74-212-3-222-pppoe.dsl.clsm.epix.net] has joined #linuxcnc
[18:15:27] -!- zlog [zlog!~zlog@ip68-102-199-165.ks.ok.cox.net] has joined #linuxcnc
[18:15:27] -!- Tom_itx has quit [Read error: Connection reset by peer]
[18:16:13] -!- Tom_itx [Tom_itx!~Tl@unaffiliated/toml/x-013812] has joined #linuxcnc
[18:25:43] -!- uw [uw!~uw@unaffiliated/uw] has joined #linuxcnc
[18:28:18] -!- AR_ has quit [Ping timeout: 264 seconds]
[18:28:22] -!- tmcw has quit [Ping timeout: 246 seconds]
[18:28:50] -!- aksr has quit [Changing host]
[18:28:50] -!- aksr [aksr!~aksr@unaffiliated/aksr] has joined #linuxcnc
[18:30:18] -!- aksr has quit [Quit: leaving]
[18:31:27] -!- andypugh [andypugh!~andy2@cpc16-basl9-2-0-cust685.20-1.cable.virginmedia.com] has joined #linuxcnc
[18:35:03] -!- krusty_ar_ has quit [Ping timeout: 276 seconds]
[18:52:25] -!- skorasaurus has quit [Quit: Elvis has left the building.]
[18:56:35] -!- wboykinm has quit [Remote host closed the connection]
[19:00:01] -!- tmcw has quit [Ping timeout: 245 seconds]
[19:00:26] -!- arvind_khadri has quit [Remote host closed the connection]
[19:00:59] -!- false [false!~false@a83-160-117-181.adsl.xs4all.nl] has joined #linuxcnc
[19:06:32] <false> PCW: you in?
[19:07:06] <PCW> Yeah
[19:07:52] <false> I connected the old NC and took the scope to the vcmd pin: http://tinypic.com/r/2hi7148/5
[19:08:38] <false> This waveform shifts with command voltage, no variation in period or amplitude
[19:08:50] <false> the channel is at 100us
[19:09:09] <false> Something to take into account, or just normal?
[19:10:30] <PCW> Odd 2500 Hz modualtion
[19:14:08] <false> It's exactly the same on all vmcd pins
[19:14:18] <false> could this be some kind of noise rejection?
[19:15:02] <false> The drive would only sample the correct voltage, but that would require a clock sync between the drive and nc right?
[19:16:01] <PCW> so this 2500 Hz sine wave rides on top of the velocity command?
[19:16:45] <false> You could put it like that, if the output is 5V the sine is centered arount that
[19:16:55] <false> but still same amplitude
[19:17:08] <PCW> at its 400 mV P-P?
[19:17:15] <false> Yes
[19:18:32] <false> Fanuc might be going fanuc style on this one, meaning different :P
[19:19:00] <PCW> No idea really (its above the drive bandwidth)
[19:19:59] <false> So it should not have any effect, and by that I mean that the output of the 7i33 should be fine without this 'extra' signal?
[19:20:25] -!- jmasseo has quit [Ping timeout: 245 seconds]
[19:20:25] -!- Sansi [Sansi!~opera@p5DCF9703.dip0.t-ipconnect.de] has joined #linuxcnc
[19:21:17] -!- jmasseo [jmasseo!jmasseo@tomseiler.com] has joined #linuxcnc
[19:22:01] <PCW> I would guess so
[19:22:08] -!- asdfasd1 [asdfasd1!123456@149.241.154.187] has joined #linuxcnc
[19:23:58] <false> Ok I'm gonna keep searching, sorry to keep bothering you with this, but I'm just very very curious as to why this isn't working like it should.
[19:25:13] -!- asdfasd has quit [Ping timeout: 271 seconds]
[19:26:19] -!- Sansi [Sansi!~opera@p5DCF9703.dip0.t-ipconnect.de] has parted #linuxcnc
[19:51:10] -!- uwe_ has quit [Remote host closed the connection]
[20:00:50] -!- tmcw has quit [Ping timeout: 264 seconds]
[20:02:16] <andypugh> I wonder if it is an anti-stiction dither?
[20:03:33] -!- maximilian_h [maximilian_h!~bonsai@130.255.104.21] has joined #linuxcnc
[20:03:35] <andypugh> PCW: I am thinking of a parameter that defines the end bit of up to 4 fields in the SSI data.
[20:03:52] -!- maximilian_h [maximilian_h!~bonsai@130.255.104.21] has parted #linuxcnc
[20:04:34] <andypugh> So, for my 1 fault bit and 24 data bits I would set a param to 0x1901 and end up with two active outputs.
[20:05:46] <andypugh> Though I don't then know what to do with the encoder scale. Simplest is probably to scale every field.
[20:06:56] <andypugh> Unless I do it as a load-time parameter. That might make more sense.
[20:07:06] <PCW> Yeah i was thinking of just begin/end for each field and a separate bit length
[20:07:43] -!- afiber__ [afiber__!~sabayonus@p2003005BE9809001BE5FF4FFFE4A972D.dip0.t-ipconnect.de] has joined #linuxcnc
[20:08:39] <PCW> so fields are count, count-dup, opt1,opt2
[20:09:25] <andypugh> Madparam parsing breaks at commas.
[20:09:38] <andypugh> It's annoying that way
[20:10:30] <PCW> Ahh I thought these were just HAL parameters
[20:10:35] -!- afiber__ [afiber__!~sabayonus@p2003005BE9809001BE5FF4FFFE4A972D.dip0.t-ipconnect.de] has parted #linuxcnc
[20:11:38] <andypugh> What did you mean by fields?
[20:12:00] <PCW> thats 10 hal parameters, a bit excessive
[20:12:45] <andypugh> And a lot of HAL pins if you output raw and scaled/wrapped and boolean for every field.
[20:13:45] <PCW> There is really only one field that needs scaling (the count field)
[20:13:59] <andypugh> Yes, but which one is that?
[20:14:58] <PCW> the one named count_field
[20:15:48] <PCW> 2 u32s would do for all bit fields
[20:15:52] <andypugh> "b1c24i12" might be a workable format. Creates a boolean pin which follows bit 1, a count field ending at pin 24 and a simulated index on bit 12.
[20:16:53] <andypugh> If there are more than 32 bits then the module fills the data2 registers, I assume?
[20:17:05] <PCW> Yes
[20:17:23] <andypugh> And so we really need to think about conctenating those both into a 64-bit reg before doing anything else.
[20:18:11] <PCW> normally this would only be done if you are doing double reads for verification
[20:18:42] <andypugh> The main limit is that you can't create pins at run-time, so you either have to pass in a format at load time, or cover all eventualities and drive the pins based on parameter values.
[20:19:17] <andypugh> That Fanuc code you had last night was more than 32 bits. (how many was it?)
[20:19:40] <PCW> Fanuc has 76 + a start bit
[20:19:47] <PCW> (its not SSI)
[20:20:00] <andypugh> For added excitment I am expecting this module (abs-encoder) to transparently cover the other formats too
[20:20:10] -!- ktchk [ktchk!~eddie6929@n219073070050.netvigator.com] has parted #linuxcnc
[20:20:10] -!- ktchk has quit [Quit: ktchk]
[20:20:34] <PCW> You will like hearing that Fanuc has a CRC :-)
[20:21:11] <andypugh> I have just remebered that we have existing code for splitting out 96-bit smart-serial data.
[20:21:45] <andypugh> And I would anticipate the CRC being handled externally.
[20:21:57] <PCW> Yeah this is quite similar to sserials unpacking
[20:22:57] <andypugh> So, rather than querying the card, it has to pick up the same data from the modparam, and then it is all very similar.
[20:23:16] -!- wboykinm has quit [Remote host closed the connection]
[20:23:33] <PCW> Fanuc has CRC, count,turns, index, absolute commutation track, battery good, etc
[20:24:05] <false> just out of curiosity, you guys are talking about decoding the famous fanuc serial encoders?
[20:24:21] <PCW> I like your list idea so number,letter repeated
[20:24:27] <false> infamous that should read :P
[20:24:39] -!- vladimirek has quit [Remote host closed the connection]
[20:26:01] <andypugh> So, codes. b-boolean, c-counter, g-gray-code counter, i-index bit, anything else?
[20:26:10] <PCW> 53b1u24c24a3r1e
[20:26:12] <PCW> = 1 bit unused 24 count 24 alternatecount 3 crc 1 error
[20:26:45] <andypugh> index is a bit of a nuisance
[20:27:22] <andypugh> 16.8c for an index?
[20:27:40] <PCW> yeah index and gray are not part of the bitfileld string
[20:28:48] <andypugh> I think gray is probably a synonym for counter. They surely don't have gray-coded bit fields and CRCs?
[20:29:28] <andypugh> What am I talking about. I know they do. The device on my floor has that
[20:29:52] <andypugh> The LSB is an error bit, but only after gray-decoding.
[20:30:45] <PCW> Would not have expected that one
[20:31:04] <andypugh> Actually, I am not sure that it is. How annoying.
[20:31:07] <andypugh> Hmm, how to tell?
[20:32:09] <PCW> cause an error and see if its independent of the count?
[20:32:33] -!- jfire has quit [Read error: Connection reset by peer]
[20:33:44] <PCW> unfortunately my one SSI encoder has no extra bits and its all gray (count+turns)
[20:33:54] <andypugh> If I turn off gray-decoding I only see even numbers with a good reading and odd numbers with the reflector covered.
[20:34:26] <andypugh> So no, the error bit is not included in the gray-code scheme
[20:34:52] <PCW> Thats what I would have expected
[20:36:08] <andypugh> So, 16.8g as a code means 16 bits per turn, 8 bits of muti-turn and an index on bit 16.
[20:36:20] <PCW> false: andy is working on generic absolute encoder code (above the lowest level, they are all pretty similar)
[20:37:31] <andypugh> I guess I could combine the format string handler in the LCD component with the parameter extractor in the sserial code :-)
[20:37:34] <PCW> Yeah I might do 8.16 since i thin of numbers that way
[20:37:49] <false> PCW: ah is see, this for addition to hm2?
[20:37:58] <PCW> yes
[20:38:36] <false> that will make a lot of people very happy I think, I'll let you to get to it. Thanks again!
[20:38:42] <PCW> HM@ has low level support for SSI, BISS and FanucSerial
[20:38:53] <PCW> HM2
[20:40:15] <PCW> I also have a modern Yaskawa motor/encoder to decipher
[20:41:18] <PCW> just 2 pins!
[20:41:57] -!- kwallace1 has quit [Read error: No route to host]
[20:42:05] -!- kwallace1 [kwallace1!~kwallace@smb-98.sonnet.com] has joined #linuxcnc
[20:43:18] -!- kwallace1 has quit [Client Quit]
[20:43:24] -!- kwallace1 [kwallace1!~kwallace@smb-98.sonnet.com] has joined #linuxcnc
[20:51:28] -!- jfire1 has quit [Ping timeout: 268 seconds]
[20:51:29] -!- erasmo has quit [Remote host closed the connection]
[20:51:39] -!- uwe_ [uwe_!~uwe_@dslb-188-105-027-013.pools.arcor-ip.net] has joined #linuxcnc
[20:58:42] -!- roycroft has quit [Ping timeout: 264 seconds]
[21:01:56] -!- jfire1 has quit [Read error: Connection reset by peer]
[21:06:34] -!- stsydow has quit [Quit: Leaving]
[21:07:40] -!- FinboySlick has quit [Quit: Leaving.]
[21:12:25] -!- jfire has quit [Read error: Connection reset by peer]
[21:15:47] -!- jfire1 has quit [Read error: Connection reset by peer]
[21:22:39] <JT-Shop> see you guys Sunday afternoon
[21:24:44] <andypugh> Have fun, whatever you are doing
[21:25:30] <skunkworks> http://groups.yahoo.com/neo/groups/mach1mach2cnc/conversations/messages/141607
[21:25:37] -!- andypugh has quit [Read error: Connection reset by peer]
[21:27:24] -!- andypugh [andypugh!~andy2@cpc16-basl9-2-0-cust685.20-1.cable.virginmedia.com] has joined #linuxcnc
[21:28:06] -!- ravenlock has quit [Remote host closed the connection]
[21:29:38] -!- FinboySlick [FinboySlick!~shark@squal.net] has joined #linuxcnc
[21:34:30] -!- chillly has quit [Quit: Leaving]
[21:39:32] -!- jthornton has quit [Quit: Ex-Chat]
[21:40:40] -!- sri_ has quit [Quit: Page closed]
[21:41:34] -!- Parre [Parre!anders@46.195.27.43] has joined #linuxcnc
[21:44:49] <Parre> I've got a Teensy++ 2.0 and a few pololu stepper drivers. any idea if theres a readymade firmware that i could use in a laser cutter with that hardware?
[21:45:27] -!- jfire has quit [Read error: Connection reset by peer]
[21:46:41] <CaptHindsight> Parre: not using Linuxcnc
[21:47:05] <Parre> okey :/
[21:47:27] <CaptHindsight> maybe you're thinking of Sprinter for glue gun printers
[21:48:06] -!- kwallace1 has quit [Ping timeout: 240 seconds]
[21:48:28] -!- cevad has quit [Ping timeout: 264 seconds]
[21:49:01] <Parre> CaptHindsight: No idea. I just though it would be nice to be able to use what i have :)
[21:49:43] <CaptHindsight> Teensy has too teensy a micro to be supported by Linuxcnc
[21:50:27] <andypugh> Parre: LinuxCNC doesn't use any USB devices. What LinuxCNC is is a CNC controller that runs on a Linux box. The point is that all the motion planning happens in real time under Linux.
[21:51:07] <Parre> andypugh: and how are the stepper hooked up? Confused :S
[21:51:18] <andypugh> Anything with a USB interface has to run the motion controller on the far side of the USB connnection, because USB is too indeterminate
[21:51:55] -!- jasen_ has quit [Quit: Page closed]
[21:52:01] <andypugh> And at that point the machine controller is in the USB device, not the PC/Beagle/Pi
[21:52:54] <andypugh> Parre: You can connect the stepper drives to any of several interfaces. PCI is very good. PCIe works too, as does Ethernet (in development).
[21:52:56] <CaptHindsight> Parre: using a Parallel port or a PCI/e fpga to output STEP and DIR for a stepper driver
[21:53:17] <Parre> Now i get it. Thanks.
[21:53:18] <andypugh> Or, as he said, Ye Olde Parallelle Porte
[21:54:40] <andypugh> We also have drivers for a couple of ISA cards
[21:56:08] <CaptHindsight> http://en.wikipedia.org/wiki/Industry_Standard_Architecture back when PC's only had 16 bits
[21:56:15] <andypugh> In theory the IDE hard drive port could have been used
[21:56:45] -!- wboykinm has quit [Remote host closed the connection]
[21:57:24] <andypugh> CaptHindsight: I wrote one of the ISA drivers only a year or two ago. Actually the card (PCL720) looks potentially quite useful and the PCI version ought to work with exactly the same driver.
[21:58:29] -!- DJ9DJ has quit [Ping timeout: 248 seconds]
[22:01:56] -!- Nick001-shop has quit [Remote host closed the connection]
[22:02:31] -!- kwallace1 [kwallace1!~kwallace@smb-160.sonnet.com] has joined #linuxcnc
[22:04:52] <CaptHindsight> my kingdom for a double row angular contact ABEC 9/ISO P2 50mm ID bearing block
[22:06:48] <andypugh> I have always made my own blocks. I buy the bearings though.
[22:07:34] <CaptHindsight> it's hard to even find the bearings in stock vs 60 days out
[22:08:55] <CaptHindsight> hardly anyone stocks any super precision and preloaded angular contact types
[22:10:24] <andypugh> What's the application?
[22:12:02] <andypugh> I am a cheapskate, and so the preload comes from the housing on the stuff I make. And I have never bothered with anything but normal precision. For a spindle I can see the point. I am not sure there is much to be gained in most other applications. (And this includes ballscrew mounts)
[22:13:46] -!- syyl- has quit [Ping timeout: 246 seconds]
[22:16:55] -!- Lathe_newbie [Lathe_newbie!~newbie@zux221-066-182.adsl.green.ch] has joined #linuxcnc
[22:17:11] -!- Lathe_newbie| has quit [Ping timeout: 260 seconds]
[22:18:39] <CaptHindsight> http://search.newport.com/?q=*&x2=sku&q2=RV120HAT similar to this
[22:22:04] <CaptHindsight> http://bearingsdirect.com/7910CTDULP4-Duplex-Precision-15-Degree-Angular-Ball-Bearing-50x72x12-ABEC7.html
[22:25:55] <andypugh> Pretty!
[22:26:23] <uw> $559 give me a fkin break
[22:26:35] <andypugh> But I would genuinely be asking what $500 bearings give you that $50 bearings done.
[22:26:47] <uw> ^seriously
[22:27:36] <uw> id find a cheaper way do what needs to be done
[22:27:39] <andypugh> Don't get me wrong, the super-precision beariings have their role.
[22:27:48] <CaptHindsight> less radial clearance and runout
[22:28:20] <andypugh> Radial clearance on any preloaded angular contact bearing is zero, isn't it?
[22:28:33] <andypugh> Runout is a fair point.
[22:29:14] <CaptHindsight> you can say the same for that rotary stage at $9k
[22:29:37] <andypugh> But runout on a rotary table (if it was in the race rather than the balls) would be something you didn't even notice. You will lose it when you centre the work.
[22:31:45] <andypugh> I think you would need an incredibly stiff machine to notice any defficiency in rotary stage bearings too.
[22:32:14] <CaptHindsight> yeah it's really stiff and non contact
[22:32:29] <andypugh> The stage itself is quite expensive, but those don't have a cheaper alternative really.
[22:32:57] <andypugh> (Or, more specifically, the cheap alternatives are definitely worse)
[22:33:30] -!- tmcw has quit [Ping timeout: 264 seconds]
[22:33:37] <andypugh> Non-contact makes some difference, but how does the runout in a standard bearing compare to the spark gap?
[22:33:40] <CaptHindsight> plus no high volume applications yet to attract Chinese makers :)
[22:33:43] <uw> *yawns* could be done cheaper
[22:34:34] <CaptHindsight> bearings direct is on the high side, with some shopping you can find them for <$100
[22:34:42] <andypugh> uw: Well, yes, but a $50 rotary table probably won't do the job of that rotary stage. I think it is possible that the $50 bearings will.
[22:34:50] <CaptHindsight> i think the $500 is for a pair
[22:35:57] <andypugh> I would build it with cheap bearings then upgrade if they prove to be a weakness (especially if time is an issue)
[22:36:35] <uw> CaptHindsight, $100 is more reasonable...
[22:36:41] <uw> andypugh, i would do the same
[22:36:54] <uw> cheap until it breaks or proves not up to the job otherwise
[22:37:53] <CaptHindsight> http://en.wikipedia.org/wiki/ABEC_scale
[22:38:45] <CaptHindsight> price nearly doubles for every class
[22:40:11] <uw> I believe it, however i really dont know where an "ABEC 9" bearing would provide you with any better this or that
[22:40:22] <uw> accept stuff that spins at 200k rpm and up
[22:40:45] <uw> maybe it's because i've never worked with anything that spins at 200krpm?
[22:41:02] <andypugh> Quite. ABEC 1 is more precise than any single thing I have ever tried to make.
[22:42:45] <CaptHindsight> so for low speed you'd just use a brass bushing?
[22:43:10] <PCW> I think 30K and up is getting into the realm of air bearings
[22:43:10] <andypugh> And as I mentioned earlier, in the context of a rotary table you don't know where the bores are anyway, you find the centre of rotation and work to that. You could have a bearing with 1" of eccentricity and your work would still clock up true.
[22:43:33] <uw> well i've done alot of work on my atlas 6" and that has bushing for it's head?
[22:43:41] <uw> depends on the precision you need
[22:44:37] <andypugh> uw: Bad example, all the _really_ super-precision lathes had bushings.
[22:45:32] <andypugh> DSG did some with both a ball bearing (for high loads) and a white-metal bush (for precision) at the spindle end.
[22:45:34] -!- wboykinm has quit [Remote host closed the connection]
[22:45:57] <uw> yea my super precision is like ~ .0005" i'm proud of myself (lucky) when i can make something down to that LOL
[22:46:03] -!- _BJFreeman [_BJFreeman!~bjfree@145.sub-75-233-200.myvzw.com] has joined #linuxcnc
[22:46:40] <uw> i was reading something on babbit bearings being pretty good but theres something else i dont have much experince with
[22:46:52] <uw> i think they are peuter alloy
[22:46:56] _BJFreeman is now known as BJfreeman
[22:47:02] <uw> putier?
[22:47:05] <uw> idk how to spell it
[22:47:11] <andypugh> Whilst early versions of the 17T had plain spindle bearing, later models were generally fitted with a set of the highest quality Timken taper roller bearings - though the option of a plain bearing headstock continued to be available. Some specials were also built, notably for Rolls Royce, where the headstock was a special, larger casting with a spindle that ran in taper-rollers but also a hand scraped, plain white-metal
[22:47:11] <andypugh> bearing in front of the front taper-roller bearings. The bearing could take the fitter Donald Booth several days to scrape in (using red lead not "blue" and maintenance engineers report that these lathes never require any headstock work. The bearing was to ensure that, when a test piece was put on the Tallyrond (a machine to test surface finish and absolute roundness) no "bearing marks" were visible. The spindle and its
[22:47:12] <andypugh> three bearings (the front plain was 4.625 inches in diameter and five inches long) were of massive proportions - with the mandrel bored through to clear a 3.5-inch diameter bar.
[22:47:44] <andypugh> Pewter
[22:47:55] <uw> ah thats it
[22:48:00] <andypugh> But the bearings are mainly tin.
[22:50:04] <andypugh> Here is a white metal bearing I poured and then machined for the 1916 fire-engine: https://picasaweb.google.com/lh/photo/q2WCf9DdVhy2IA-vBNcqZtMTjNZETYmyPJy0liipFm0?feat=directlink
[22:50:48] <uw> very cool do you make lathe head bearings?
[22:51:00] <CaptHindsight> http://inceptionforums.com/images/simons/5axistrunnion7.jpg any idea what HAAS uses for trunnion bearings?
[22:51:01] <uw> my lathe actually needs new head bearings
[22:51:11] -!- jacksonje has quit [Quit: Page closed]
[22:51:51] <andypugh> And, by a curious coincidence, here is some Pewter work I did (a drinking cup lid)
[22:51:52] <andypugh> https://picasaweb.google.com/108164504656404380542/PotLid?authuser=0&feat=directlink
[22:52:32] <CaptHindsight> metal spinning on the lathe?
[22:52:41] <andypugh> Yes
[22:52:57] <uw> oh by your plugs i'm guessing you're not in the US
[22:53:14] <andypugh> http://youtu.be/IOBxmGZR3j0
[22:53:15] <Tecan> (IOBxmGZR3j0) "Metal spinning with improvised equipment." by "andy pugh" is "Tech" - Length: 0:06:53
[22:53:43] <uw> did you make the pewter yourself andypugh?
[22:53:44] <andypugh> No, I have proper manly plugs for proper manly electricity :-)
[22:54:06] <andypugh> uw: No, I bought it. I feel like such a fraud.
[22:54:38] <uw> LOL I'll take that. as it is bullshit how 220v isn't the normal wall outlet here in the US :(
[22:54:39] <CaptHindsight> thats right UK and Hong Kong use those giant plugs
[22:54:58] <uw> is UK 50hz?
[22:55:17] <andypugh> The plugs have a fuse in them. There is a reasonably good argument in favour of this.
[22:55:25] <andypugh> Yes, UK is 50Hz.
[22:55:53] <uw> ah so we at least got the 60hz i guess
[22:56:05] <CaptHindsight> better a fuse on the plug than the conductor as a fuseable link
[22:56:14] <uw> still id rather have 220v std outlets
[22:57:29] <andypugh> CaptHindsight: Yes, exactly. In principle if you are plugged into a 40A main then every appliance flex ought to be 40A rates.
[22:59:49] <CaptHindsight> http://www.amazon.com/Nachi-Angular-Contact-Bearing-Shielded/dp/B0045DUY9K $93.37 for a double row
[23:02:37] <CaptHindsight> and half that on ebay
[23:03:43] -!- tmcw has quit [Ping timeout: 260 seconds]
[23:04:12] -!- gkwhc [gkwhc!~gkwhc@unaffiliated/gkwhc] has joined #linuxcnc
[23:04:14] <andypugh> At half that I would give it a go and see how it works out. If only to get the equipment comissioned while waiting for the 'spensive ones.
[23:06:40] <andypugh> It might even be the case that $50 bearing on a 6-month replacement schedule are techically superior to $500 ones.
[23:10:46] <CaptHindsight> the bearing is mainly for radial loads, the axial moments are almost nil
[23:11:29] <andypugh> Have you looked at 4-point or crossed-roller bearings?
[23:12:06] <CaptHindsight> yeah, I might compare both, the crossed roller are even harder to find in stock
[23:13:41] <CaptHindsight> the bearing distributors are becoming like the auto parts stores, selling inferior substitutes
[23:14:42] <CaptHindsight> SKF, Timken, NTN have long lead times so they have no name or brands you've never heard of with no specs
[23:14:55] -!- odogono has quit [Quit: odogono]
[23:16:35] <andypugh> I think Nachi are K
[23:16:37] <andypugh> OK
[23:17:44] -!- Nick001-shop [Nick001-shop!~chatzilla@clsm-74-212-3-222-pppoe.dsl.clsm.epix.net] has joined #linuxcnc
[23:20:56] <CaptHindsight> have to head back to the shop before it gets even warmer
[23:34:13] -!- lucashodge has quit [Client Quit]
[23:35:27] -!- AR_ [AR_!~AR@24.238.71.107] has joined #linuxcnc