#linuxcnc | Logs for 2012-09-27

Back
[00:00:47] -!- logger[mah] has quit [Remote host closed the connection]
[00:00:53] -!- logger[mah] [logger[mah]!~loggermah@mail.mah.priv.at] has joined #linuxcnc
[00:00:53] -!- logger[mah] has quit [Remote host closed the connection]
[00:00:59] -!- logger[mah] [logger[mah]!~loggermah@mail.mah.priv.at] has joined #linuxcnc
[00:01:42] -!- Valen [Valen!~Valen@c122-108-45-139.blktn6.nsw.optusnet.com.au] has joined #linuxcnc
[00:01:57] -!- Nick001-Shop has quit [Quit: ChatZilla 0.9.89 [Firefox 15.0.1/20120905151427]]
[00:04:54] -!- mattions has quit [Ping timeout: 264 seconds]
[00:07:49] -!- andypugh has quit [Quit: andypugh]
[00:07:55] -!- wsjr|2 has quit [Read error: Connection reset by peer]
[00:08:03] -!- wsjr|2 [wsjr|2!~wsjr@remote1.fxall.com] has joined #linuxcnc
[00:15:26] -!- micges has quit [Ping timeout: 245 seconds]
[00:16:29] -!- micges [micges!~toudi@djq57.neoplus.adsl.tpnet.pl] has joined #linuxcnc
[00:18:31] <Thetawaves> djdelorie, have you ever done any work with the rx arch from renesas?
[00:18:56] <djdelorie> yes, I wrote the GNU assembler and simulator for it
[00:19:19] <djdelorie> and I've done lots of hardware projects with them, including my BLDC controller, which uses an RX62T processor
[00:21:09] <djdelorie> why?
[00:22:09] <Thetawaves> i'm curious about endianness
[00:22:32] <djdelorie> it has both. Use little endian :-)
[00:22:43] <Thetawaves> i *have* to use little endian
[00:22:47] <djdelorie> unless you're doing CAN, that peripheral is endian-weird
[00:23:20] <Thetawaves> i noticed that instructions only seem to be stored in big endian, while data can be stored as little endian
[00:23:29] <djdelorie> (you can still do little endian with CAN, but you have to use different code to read/write some of the registers)
[00:23:33] <Thetawaves> all of my little endian dependent logic will still work?
[00:23:51] <djdelorie> instructions are stored as a byte stream
[00:24:03] <djdelorie> my projects are always little endian
[00:24:25] <Thetawaves> cool
[00:24:37] <Thetawaves> is it a relatively fun processor to work on?
[00:24:46] <djdelorie> yes :-)
[00:24:59] -!- micges has quit [Quit: Leaving]
[00:25:04] <Thetawaves> ok great
[00:25:13] <djdelorie> lots of peripherals, single-cycle FPU, wide range of chip sizes, etc.
[00:25:19] <djdelorie> linux tools :-)
[00:25:29] <Thetawaves> linux tools is a huge advantage
[00:25:39] <djdelorie> (some of which you get from me, like the flash downloader)
[00:25:44] <Jymmm> What happens to feed point impedance at the base of a fixed-length HF mobile antenna as the frequency of operation is lowered?
[00:25:49] <djdelorie> all my RX development is linux-only.
[00:25:52] <Jymmm> sorry
[00:25:59] <Thetawaves> i didn't select the pic32 because the compiler isn't integrated into gcc mainline
[00:26:18] <djdelorie> RX is, I use gcc "head" as my regular compiler
[00:26:19] <Thetawaves> what kind of programmer do you use? do you have jtag?
[00:26:36] <djdelorie> I use the serial bootloader. The JTAG interface isn't (and likely won't) be documented.
[00:26:57] <djdelorie> the serial bootloader is documented in the many-thousands-of-pages-long hardware documentation.
[00:27:04] <Thetawaves> don't use jtag anyway, so not a deal breaker
[00:27:33] <djdelorie> I have a schematic for a standard FT232R-based interface, too, which gives you the linux tool support and a printf console
[00:27:34] <Thetawaves> serial bootloader... i'll take a look
[00:27:48] <Thetawaves> bootloader comes with the chips?
[00:28:29] <djdelorie> http://people.redhat.com/~dj/m32c/ - the r8c/etc programmer includes RX too. The bootloader is pre-flashed in a separate flash area in the chip, it's always there.
[00:29:07] <djdelorie> http://www.delorie.com/electronics/rx/ & http://www.delorie.com/electronics/rx-stick/ have most of the stuff I've done hardware-wise.
[00:29:26] <Thetawaves> how do you configure it to boot directly to your code?
[00:29:52] <djdelorie> there are two mode pins on the chip; their values at reset determine the chip's mode
[00:30:06] <djdelorie> it chooses between serial bootloader, USB bootloader, and your program.
[00:30:17] <Thetawaves> very cool
[00:30:49] <djdelorie> if you haven't gotten hardware yet, consider http://www.delorie.com/electronics/rx/rx62n-breakout.html - I still have plenty and they're linux-friendly.
[00:31:15] <djdelorie> (plenty of blanks, that is, I build the full ones as needed)
[00:31:50] <djdelorie> here's the RX62T bldc controller board: http://www.delorie.com/electronics/bldc/
[00:31:50] <Thetawaves> how much for the parts kit?
[00:32:13] <djdelorie> dunno at the moment, my digikey BOM script is broken.
[00:32:42] <djdelorie> the chip is around $16, plus $5 for the usb chip, add a few dollars for connector and discretes as needed, etc
[00:33:41] <Thetawaves> i certainly would like to get a reference board
[00:34:01] <djdelorie> Renesas has a bunch, but they're not all linux-friendly.
[00:35:42] <djdelorie> http://www.digikey.com/product-detail/en/YRDKRX62N is a good one
[00:36:13] <djdelorie> but it needs a resistor swap to do USB bootloader
[00:38:28] <Thetawaves> i'd rather get your breakout board
[00:38:40] <Thetawaves> i just don't want to spend the time trolling digikey to get the parts
[00:39:14] <djdelorie> there's a BOM for digikey right on that web page
[00:39:42] <djdelorie> unless they obsoleted some of the parts on me :-P
[00:40:52] <djdelorie> heh... the bom includes everything *except* the MCU
[00:41:39] <Thetawaves> why do you have two boms with different size smd?
[00:41:43] <djdelorie> also, I've been having bad luck with the RTC clock circuit on my boards, don't know why.
[00:41:52] <Thetawaves> :O
[00:42:08] <djdelorie> The PCB allows for either size part, so you choose whatever size you mostly have in stock. My stock is mostly 0603, for example.
[00:42:24] <djdelorie> I suspect it's my choice of crystals
[00:43:08] <djdelorie> the renesas board uses an SMT crystal, but that's hard to hand-solder so I had to go with a canned crystal instead.
[00:43:23] <Thetawaves> i downloaded your schematic for the breakout board, and man is that a weird clock circuit
[00:43:44] <djdelorie> which clock?
[00:43:58] <Thetawaves> rtc, 32.768khz osc
[00:44:04] <Thetawaves> x2
[00:44:26] <djdelorie> it's a standard crystal clock circuit...
[00:44:28] <Thetawaves> never seen a clock with R14
[00:44:42] <Thetawaves> what is the load of X2?
[00:45:44] <djdelorie> depends on the crystal. you can always put a 0R there if that's what your crystal wants
[00:46:36] <djdelorie> if I ever respin that board, both clocks get both a series and parallel resistor footprint, "just in case"
[00:47:09] <djdelorie> next flaky board, I'll try a 0R and see if it helps.
[00:47:15] <Thetawaves> but that will put them unnecessarily far from the chip
[00:47:25] <Thetawaves> causing excessive stray capacitances that will throw the freq off
[00:47:59] <djdelorie> they're not that far from the cpu anyway, and the stray pF should be accounted for in the load caps anyway
[00:48:25] <Thetawaves> i'm trying to find the equation
[00:48:32] <Thetawaves> damn, i've got tons of pdfs open
[00:48:42] <djdelorie> you need more monitors :-)
[00:49:28] <Thetawaves> but it's like ((C1 + C1s) * (C2 + C2s))/((C1 + C1s) + (C2 + C2s))
[00:49:40] <djdelorie> I've seen inconsistent information on how to go from the "load capacitance" in the crystal spec, to the actual capacitance on the pcb
[00:50:08] <djdelorie> AFAIK, the caps are just under twice the spec'd load
[00:50:16] <djdelorie> (in general)
[00:50:17] <Thetawaves> so in that schem, you've got a crystal with about 16pf load?
[00:50:25] <djdelorie> something like that
[00:50:48] <Thetawaves> i've seen a lot of missinformation too
[00:51:26] <Thetawaves> you CAN calculate it, and the capacitor values are not 22pf when the crystal calls for 22pf load
[00:51:38] <Thetawaves> moving on
[00:51:43] <djdelorie> the RX spec says 15pF per cap including strays Their eval board uses two 12pF caps.
[00:52:11] <djdelorie> but that assumes you get a crystal that works with those values, too.
[00:52:23] <Thetawaves> definitely
[00:53:28] <Thetawaves> so you've got the cpu split up into a bunch of functional blocks in that schem
[00:53:33] <djdelorie> yup
[00:53:45] <Thetawaves> ahh cool
[00:54:19] <djdelorie> well, one block for power/download, and the rest are just one block per row of pins on the chip
[00:59:02] -!- ve7it [ve7it!~LawrenceG@S0106001c10b7770f.pk.shawcable.net] has joined #linuxcnc
[01:14:59] -!- mhaberler has quit [Quit: mhaberler]
[01:18:56] -!- mhaberler [mhaberler!~mhaberler@extern-183.stiwoll.mah.priv.at] has joined #linuxcnc
[01:20:33] -!- mhaberler has quit [Read error: Connection reset by peer]
[01:23:12] -!- mhaberler [mhaberler!~mhaberler@extern-183.stiwoll.mah.priv.at] has joined #linuxcnc
[01:23:14] -!- mhaberler has quit [Read error: Connection reset by peer]
[01:30:12] -!- mhaberler [mhaberler!~mhaberler@extern-183.stiwoll.mah.priv.at] has joined #linuxcnc
[01:30:20] -!- mhaberler has quit [Read error: Connection reset by peer]
[01:32:29] -!- mhaberler [mhaberler!~mhaberler@extern-183.stiwoll.mah.priv.at] has joined #linuxcnc
[01:32:38] -!- mhaberler has quit [Read error: Connection reset by peer]
[01:43:32] -!- L33TG33KG34R [L33TG33KG34R!~L33TG33KG@S010674ea3aa162f7.cg.shawcable.net] has joined #linuxcnc
[01:55:36] -!- mhaberler [mhaberler!~mhaberler@extern-183.stiwoll.mah.priv.at] has joined #linuxcnc
[01:55:48] -!- mhaberler has quit [Read error: Connection reset by peer]
[02:00:05] -!- r00t-Shed [r00t-Shed!~CNC@cpe-67-249-21-218.twcny.res.rr.com] has joined #linuxcnc
[02:00:22] -!- broofa has quit [Quit: Computer has gone to sleep.]
[02:06:55] -!- mhaberler [mhaberler!~mhaberler@extern-183.stiwoll.mah.priv.at] has joined #linuxcnc
[02:07:03] -!- mhaberler has quit [Read error: Connection reset by peer]
[02:08:18] -!- PCW has quit [Remote host closed the connection]
[02:18:15] -!- mhaberler [mhaberler!~mhaberler@extern-183.stiwoll.mah.priv.at] has joined #linuxcnc
[02:18:20] -!- mhaberler has quit [Read error: Connection reset by peer]
[02:19:56] -!- mhaberler [mhaberler!~mhaberler@extern-183.stiwoll.mah.priv.at] has joined #linuxcnc
[02:20:06] -!- mhaberler has quit [Read error: Connection reset by peer]
[02:20:07] <r00t-Shed> mhaberler, fix ur stuffs
[02:23:48] -!- mhaberler [mhaberler!~mhaberler@extern-183.stiwoll.mah.priv.at] has joined #linuxcnc
[02:23:56] -!- mhaberler has quit [Read error: Connection reset by peer]
[02:38:10] -!- zzolo has quit [Quit: zzolo]
[02:38:47] -!- kb8wmc has quit [Quit: ChatZilla 0.9.89 [Firefox 15.0.1/20120907230839]]
[02:39:18] <Loetmichel> sooo... for the highlight at the end: a the last monitor i had to rework had a loosened treaded rivet... so i couldnt dismatle it :-(... all done... now i will go home, sleep about 2 hrs, and go back to the company... that was a LOOONG day... startet yesterday 0800, now ist 0438 cver here...
[02:41:15] <Loetmichel> *workday
[02:42:11] -!- mhaberler [mhaberler!~mhaberler@extern-183.stiwoll.mah.priv.at] has joined #linuxcnc
[02:42:25] -!- mhaberler has quit [Read error: Connection reset by peer]
[02:48:21] -!- mhaberler [mhaberler!~mhaberler@extern-183.stiwoll.mah.priv.at] has joined #linuxcnc
[02:48:26] -!- mhaberler has quit [Read error: Connection reset by peer]
[02:48:53] -!- ybon has quit [Quit: WeeChat 0.3.7]
[02:49:48] -!- Valen has quit [Quit: Leaving.]
[02:55:25] -!- Paul10185 has quit [Quit: Page closed]
[03:00:22] -!- mhaberler [mhaberler!~mhaberler@extern-183.stiwoll.mah.priv.at] has joined #linuxcnc
[03:00:30] -!- mhaberler has quit [Read error: Connection reset by peer]
[03:01:00] -!- mhaberler [mhaberler!~mhaberler@extern-183.stiwoll.mah.priv.at] has joined #linuxcnc
[03:01:06] -!- mhaberler has quit [Read error: Connection reset by peer]
[03:04:49] -!- mhaberler [mhaberler!~mhaberler@extern-183.stiwoll.mah.priv.at] has joined #linuxcnc
[03:09:08] -!- mhaberler has quit [Ping timeout: 248 seconds]
[03:11:51] -!- mhaberler [mhaberler!~mhaberler@extern-183.stiwoll.mah.priv.at] has joined #linuxcnc
[03:11:58] -!- mhaberler has quit [Read error: Connection reset by peer]
[03:18:55] -!- mhaberler [mhaberler!~mhaberler@extern-183.stiwoll.mah.priv.at] has joined #linuxcnc
[03:19:38] -!- mhaberler_ [mhaberler_!~mhaberler@extern-183.stiwoll.mah.priv.at] has joined #linuxcnc
[03:19:44] -!- mhaberler_ has quit [Read error: Connection reset by peer]
[03:21:29] -!- mhaberler has quit [Read error: Connection reset by peer]
[03:21:56] -!- WiillenCMdesign [WiillenCMdesign!~Gabe@99-195-149-97.dyn.centurytel.net] has joined #linuxcnc
[03:21:57] -!- mhaberler [mhaberler!~mhaberler@extern-183.stiwoll.mah.priv.at] has joined #linuxcnc
[03:22:04] -!- mhaberler has quit [Read error: Connection reset by peer]
[03:23:39] -!- mhaberler [mhaberler!~mhaberler@extern-183.stiwoll.mah.priv.at] has joined #linuxcnc
[03:23:47] -!- mhaberler has quit [Read error: Connection reset by peer]
[03:25:20] -!- WillenCMD has quit [Ping timeout: 252 seconds]
[03:30:38] -!- ve7it has quit [Remote host closed the connection]
[03:30:46] -!- mhaberler [mhaberler!~mhaberler@extern-183.stiwoll.mah.priv.at] has joined #linuxcnc
[03:30:55] -!- mhaberler has quit [Read error: Connection reset by peer]
[03:31:23] -!- mhaberler [mhaberler!~mhaberler@extern-183.stiwoll.mah.priv.at] has joined #linuxcnc
[03:31:29] -!- mhaberler has quit [Read error: Connection reset by peer]
[03:33:06] -!- mhaberler [mhaberler!~mhaberler@extern-183.stiwoll.mah.priv.at] has joined #linuxcnc
[03:33:12] -!- mhaberler has quit [Read error: Connection reset by peer]
[03:44:29] -!- mhaberler [mhaberler!~mhaberler@extern-183.stiwoll.mah.priv.at] has joined #linuxcnc
[03:44:33] -!- mhaberler has quit [Read error: Connection reset by peer]
[03:59:01] -!- r00t-Shed has quit [Ping timeout: 244 seconds]
[04:10:57] -!- jthornton has quit [Read error: Connection reset by peer]
[04:10:57] -!- JT-Shop has quit [Read error: Connection reset by peer]
[04:12:24] -!- JT-Shop [JT-Shop!~John@184-63-140-99.cust.wildblue.net] has joined #linuxcnc
[04:12:27] -!- jthornton [jthornton!~john@184.63.140.99] has joined #linuxcnc
[04:21:54] -!- skunkworks has quit [Ping timeout: 240 seconds]
[04:28:36] -!- JT-Shop has quit [Ping timeout: 248 seconds]
[04:28:54] -!- jthornton has quit [Ping timeout: 264 seconds]
[04:29:38] -!- JT-Shop [JT-Shop!~John@184.63.140.99] has joined #linuxcnc
[04:29:39] -!- jthornton [jthornton!~john@184.63.140.99] has joined #linuxcnc
[04:30:52] -!- Brandonian has quit [Quit: Brandonian]
[04:33:12] -!- mhaberler [mhaberler!~mhaberler@extern-183.stiwoll.mah.priv.at] has joined #linuxcnc
[04:33:19] -!- mhaberler has quit [Read error: Connection reset by peer]
[04:33:36] <uw> does anyone have a CNC shaper?
[04:34:57] -!- mhaberler [mhaberler!~mhaberler@extern-183.stiwoll.mah.priv.at] has joined #linuxcnc
[04:35:03] -!- mhaberler has quit [Read error: Connection reset by peer]
[04:36:11] <toastyde1th> i've seen cnc shapers
[04:36:15] <toastyde1th> shit's crazy
[04:37:45] <toastyde1th> waste of time in my opinion
[04:37:47] <toastyde1th> but crazy
[04:39:14] <archivist> I can see a use for one off gear shaping
[04:39:41] <toastyde1th> true
[04:40:23] <toastyde1th> i mean that's essentially what production gear shapers are
[04:41:13] <archivist> I am waiting for the right request then I shall write the gcode to shape a bevel gear
[04:41:15] <toastyde1th> now a vertical shaper with an intgral vertical rotary table and maybe a tracer
[04:41:27] <toastyde1th> and we'd be in business
[04:41:34] <toastyde1th> but a normal shaper, I don't know how much I'd be into that
[04:41:54] <toastyde1th> also with a good shaper you don't need cnc to shape gears
[04:41:58] <toastyde1th> or any special cutters
[04:50:40] -!- zzolo has quit [Quit: zzolo]
[04:52:30] -!- psha[work] [psha[work]!~psha@195.135.238.205] has joined #linuxcnc
[04:58:08] -!- mhaberler [mhaberler!~mhaberler@extern-183.stiwoll.mah.priv.at] has joined #linuxcnc
[04:58:15] -!- mhaberler has quit [Read error: Connection reset by peer]
[05:01:32] -!- Fox_Muldr has quit [Ping timeout: 265 seconds]
[05:03:32] -!- Fox_Muldr [Fox_Muldr!quakeman@frnk-4d01f127.pool.mediaWays.net] has joined #linuxcnc
[05:05:12] -!- mhaberler [mhaberler!~mhaberler@extern-183.stiwoll.mah.priv.at] has joined #linuxcnc
[05:05:18] -!- mhaberler has quit [Read error: Connection reset by peer]
[05:46:59] -!- alex4nder has quit [Ping timeout: 260 seconds]
[05:47:15] -!- alex4nder [alex4nder!~alexander@ns2.lexterieur.net] has joined #linuxcnc
[05:49:37] -!- mhaberler [mhaberler!~mhaberler@extern-183.stiwoll.mah.priv.at] has joined #linuxcnc
[05:52:05] -!- Valen [Valen!~Valen@c122-108-45-139.blktn6.nsw.optusnet.com.au] has joined #linuxcnc
[06:12:53] -!- jthornton has quit [Ping timeout: 256 seconds]
[06:12:53] -!- JT-Shop has quit [Ping timeout: 256 seconds]
[06:15:44] -!- karavanjoW has quit [Quit: KVIrc 4.0.4 Insomnia http://www.kvirc.net/]
[06:21:17] -!- vladimirek [vladimirek!~vladimire@95.105.250.72] has joined #linuxcnc
[06:35:08] -!- Paul10185 has quit [Quit: Page closed]
[06:59:50] -!- DJ9DJ [DJ9DJ!~Deejay@unaffiliated/dj9dj] has joined #linuxcnc
[07:00:02] <DJ9DJ> moin
[07:01:31] <DJ9DJ> morning' Loetmichel
[07:02:20] <Loetmichel> mornin'
[07:11:16] -!- factor has quit [Ping timeout: 248 seconds]
[07:14:50] -!- cevad [cevad!~davec@host-174-45-229-40.bln-mt.client.bresnan.net] has joined #linuxcnc
[07:17:31] -!- davec_ has quit [Ping timeout: 246 seconds]
[07:17:51] -!- bmwyss has quit [Read error: Connection reset by peer]
[07:18:37] -!- sumpfralle [sumpfralle!~lars@31-16-20-95-dynip.superkabel.de] has joined #linuxcnc
[07:18:47] -!- davec_ [davec_!~davec@host-174-45-229-40.bln-mt.client.bresnan.net] has joined #linuxcnc
[07:21:54] -!- cevad has quit [Ping timeout: 240 seconds]
[07:31:57] -!- archivist_herron has quit [Read error: Operation timed out]
[07:45:20] -!- archivist_herron [archivist_herron!~herron@80.175.14.110] has joined #linuxcnc
[07:53:15] -!- dhoovie [dhoovie!~kvirc-aye@122.177.155.55] has joined #linuxcnc
[07:55:48] -!- jthornton [jthornton!~john@184.63.140.99] has joined #linuxcnc
[07:55:55] -!- JT-Shop [JT-Shop!~John@184.63.140.99] has joined #linuxcnc
[08:06:19] -!- rob_h [rob_h!~rob_h@027c035d.bb.sky.com] has joined #linuxcnc
[08:07:44] -!- vladimirek has quit [Remote host closed the connection]
[08:10:27] -!- alex_joni has quit [Read error: Connection reset by peer]
[08:12:29] -!- asdfasd [asdfasd!grgrgrgrg@149.241.162.214] has joined #linuxcnc
[08:15:01] -!- jthornton has quit [Read error: Connection reset by peer]
[08:15:01] -!- JT-Shop has quit [Read error: Connection reset by peer]
[08:23:48] -!- micges [micges!~toudi@djq57.neoplus.adsl.tpnet.pl] has joined #linuxcnc
[08:29:18] -!- emel has quit [Excess Flood]
[08:34:50] <Loetmichel> soo, dann wollen wir mal dein bombenkrater hier in eine halbwegs ansehnlihce produktionsstätte verwandeln ;-)... bevor der kunde kommt ;-)
[08:36:52] -!- JT-Shop [JT-Shop!~John@184.63.140.99] has joined #linuxcnc
[08:37:04] -!- jthornton [jthornton!~john@184-63-140-99.cust.wildblue.net] has joined #linuxcnc
[08:38:22] -!- Adventsparky has quit [Ping timeout: 246 seconds]
[08:49:54] -!- bmwyss has quit [Ping timeout: 244 seconds]
[08:49:54] bmwyss_ is now known as bmwyss
[09:03:29] -!- bmwyss has quit [Quit: bmwyss]
[09:08:07] -!- cevad [cevad!~davec@host-174-45-229-40.bln-mt.client.bresnan.net] has joined #linuxcnc
[09:12:06] -!- davec_ has quit [Ping timeout: 264 seconds]
[09:16:23] -!- odogono has quit [Read error: Connection reset by peer]
[09:22:12] -!- mhaberler_ [mhaberler_!~mhaberler@macbook.stiwoll.mah.priv.at] has joined #linuxcnc
[09:23:17] -!- mhaberler has quit [Ping timeout: 256 seconds]
[09:23:17] mhaberler_ is now known as mhaberler
[09:24:31] -!- sumpfralle has quit [Ping timeout: 244 seconds]
[09:42:45] -!- emel has quit [Excess Flood]
[09:43:05] -!- jthornton has quit [Ping timeout: 255 seconds]
[09:43:41] -!- JT-Shop has quit [Ping timeout: 256 seconds]
[09:46:09] -!- maximilian_h [maximilian_h!~bonsai@130.255.104.21] has joined #linuxcnc
[09:46:31] -!- sumpfralle [sumpfralle!~lars@c.mail.systemausfall.org] has joined #linuxcnc
[09:50:46] -!- cncbasher has quit [Ping timeout: 246 seconds]
[09:54:45] -!- bmwyss has quit [Quit: bmwyss]
[09:55:11] -!- cncbasher [cncbasher!~quassel@cpc15-hart9-2-0-cust101.11-3.cable.virginmedia.com] has joined #linuxcnc
[09:59:25] -!- jthornton [jthornton!~john@184-63-140-99.cust.wildblue.net] has joined #linuxcnc
[09:59:28] -!- JT-Shop [JT-Shop!~John@184-63-140-99.cust.wildblue.net] has joined #linuxcnc
[10:02:01] -!- cncbasher_ [cncbasher_!~quassel@cpc15-hart9-2-0-cust101.11-3.cable.virginmedia.com] has joined #linuxcnc
[10:02:57] -!- cncbasher has quit [Ping timeout: 256 seconds]
[10:03:26] -!- sumpfralle1 [sumpfralle1!~lars@31-16-20-95-dynip.superkabel.de] has joined #linuxcnc
[10:03:32] -!- jthornton has quit [Ping timeout: 248 seconds]
[10:03:34] -!- JT-Shop has quit [Ping timeout: 240 seconds]
[10:03:36] -!- Valen has quit [Quit: Leaving.]
[10:04:50] -!- emel has quit [Excess Flood]
[10:05:37] -!- odogono has quit [Read error: Connection reset by peer]
[10:07:06] -!- sumpfralle has quit [Ping timeout: 245 seconds]
[10:21:55] -!- JT-Shop [JT-Shop!~John@184-63-140-99.cust.wildblue.net] has joined #linuxcnc
[10:21:56] -!- jthornton [jthornton!~john@184-63-140-99.cust.wildblue.net] has joined #linuxcnc
[10:29:41] -!- jthornton has quit [Read error: Connection reset by peer]
[10:29:41] -!- JT-Shop has quit [Read error: Connection reset by peer]
[10:31:03] -!- jthornton [jthornton!~john@184.63.140.99] has joined #linuxcnc
[10:31:04] -!- JT-Shop [JT-Shop!~John@184-63-140-99.cust.wildblue.net] has joined #linuxcnc
[10:39:20] -!- jthornton has quit [Read error: Connection reset by peer]
[10:39:20] -!- JT-Shop has quit [Read error: Connection reset by peer]
[10:40:38] -!- JT-Shop [JT-Shop!~John@184.63.140.99] has joined #linuxcnc
[10:40:42] -!- jthornton [jthornton!~john@184-63-140-99.cust.wildblue.net] has joined #linuxcnc
[10:45:11] -!- JT-Shop has quit [Read error: Connection reset by peer]
[10:45:11] -!- jthornton has quit [Read error: Connection reset by peer]
[10:45:37] -!- gmagno [gmagno!~gmagno@a213-22-30-249.cpe.netcabo.pt] has joined #linuxcnc
[10:46:24] -!- JT-Shop [JT-Shop!~John@184-63-140-99.cust.wildblue.net] has joined #linuxcnc
[10:46:41] -!- jthornton [jthornton!~john@184.63.140.99] has joined #linuxcnc
[11:08:21] -!- jthornton has quit [Ping timeout: 245 seconds]
[11:08:39] -!- JT-Shop has quit [Ping timeout: 260 seconds]
[11:23:58] -!- JT-Shop [JT-Shop!~John@184.63.140.99] has joined #linuxcnc
[11:23:58] -!- jthornton [jthornton!~john@184-63-140-99.cust.wildblue.net] has joined #linuxcnc
[11:28:30] -!- hurdos [hurdos!~den@56-127-112-92.pool.ukrtel.net] has joined #linuxcnc
[11:33:35] -!- markvandenborre has quit [Changing host]
[11:33:35] -!- markvandenborre [markvandenborre!~mark@ubuntu/member/markvandenborre] has joined #linuxcnc
[11:37:55] -!- hurdos [hurdos!~den@56-127-112-92.pool.ukrtel.net] has parted #linuxcnc
[11:47:05] -!- Tom_itx has quit []
[11:47:37] -!- zlog has quit [Remote host closed the connection]
[11:52:03] -!- Tom_itx [Tom_itx!~Tl@unaffiliated/toml/x-013812] has joined #linuxcnc
[11:52:04] -!- zlog [zlog!~zlog@ip68-102-196-2.ks.ok.cox.net] has joined #linuxcnc
[11:53:19] -!- archivist_herron has quit [Ping timeout: 244 seconds]
[12:02:15] -!- Thetawaves has quit [Quit: Leaving]
[12:02:37] -!- Tom_itx has quit [Ping timeout: 244 seconds]
[12:04:31] -!- zlog has quit [Ping timeout: 246 seconds]
[12:05:05] -!- zlog [zlog!~zlog@ip68-102-196-2.ks.ok.cox.net] has joined #linuxcnc
[12:05:51] -!- zlog has quit [Remote host closed the connection]
[12:06:16] -!- archivist_herron [archivist_herron!~herron@80.175.14.110] has joined #linuxcnc
[12:08:17] -!- Tom_itx [Tom_itx!~Tl@unaffiliated/toml/x-013812] has joined #linuxcnc
[12:08:21] -!- zlog [zlog!~zlog@ip68-102-196-2.ks.ok.cox.net] has joined #linuxcnc
[12:08:41] -!- skunkworks [skunkworks!~skunkwork@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc
[12:10:32] -!- skunkworks has quit [Client Quit]
[12:12:36] -!- Tom_itx has quit [Ping timeout: 252 seconds]
[12:12:43] -!- zlog has quit [Ping timeout: 256 seconds]
[12:17:15] -!- gmagno has quit [Ping timeout: 256 seconds]
[12:17:41] -!- dhoovie has quit [Read error: Connection reset by peer]
[12:18:35] -!- Tom_itx [Tom_itx!~Tl@unaffiliated/toml/x-013812] has joined #linuxcnc
[12:18:54] -!- zlog [zlog!~zlog@ip68-102-196-2.ks.ok.cox.net] has joined #linuxcnc
[12:21:03] -!- theos has quit [Disconnected by services]
[12:21:22] -!- theos [theos!~theos@unaffiliated/theos] has joined #linuxcnc
[12:23:41] -!- vladimirek [vladimirek!~vladimire@95.105.250.72] has joined #linuxcnc
[12:25:27] -!- Tom_itx has quit []
[12:26:02] -!- zlog has quit [Remote host closed the connection]
[12:29:37] -!- Tom_itx [Tom_itx!~Tl@unaffiliated/toml/x-013812] has joined #linuxcnc
[12:29:40] -!- zlog [zlog!~zlog@ip68-102-196-2.ks.ok.cox.net] has joined #linuxcnc
[12:30:22] -!- vladimirek has quit [Remote host closed the connection]
[12:33:22] -!- mhaberler has quit [Quit: mhaberler]
[12:34:56] -!- vladimirek [vladimirek!~vladimire@95.105.250.72] has joined #linuxcnc
[12:44:23] -!- skunkworks [skunkworks!~skunkwork@68-115-41-210.static.eucl.wi.charter.com] has joined #linuxcnc
[12:57:04] -!- Thetawaves [Thetawaves!~Thetawave@7-139-42-72.gci.net] has joined #linuxcnc
[13:05:03] -!- mhaberler [mhaberler!~mhaberler@macbook.stiwoll.mah.priv.at] has joined #linuxcnc
[13:11:15] -!- factor [factor!~factor@r74-195-187-142.msk1cmtc01.mskgok.ok.dh.suddenlink.net] has joined #linuxcnc
[13:24:01] * JT-Shop goes to a baby bottle factory today
[13:24:33] <r00t4rd3d> strip club?
[13:26:54] <jdh> :)
[13:29:49] -!- gmagno [gmagno!~gmagno@a213-22-30-249.cpe.netcabo.pt] has joined #linuxcnc
[13:50:44] -!- sumpfralle1 has quit [Ping timeout: 248 seconds]
[13:53:43] -!- sumpfralle [sumpfralle!~lars@31-16-20-95-dynip.superkabel.de] has joined #linuxcnc
[14:01:24] -!- djcoin has quit [Quit: WeeChat 0.3.7]
[14:06:45] <jdh> HURRY! Harbor Freight is having a HUGE Sale!
[14:11:31] <jdh> guess everyone is on their way.
[14:12:00] -!- FinboySlick [FinboySlick!~shark@74.117.40.10] has joined #linuxcnc
[14:15:01] -!- WillenCMD [WillenCMD!~Gabe@99-195-149-97.dyn.centurytel.net] has joined #linuxcnc
[14:17:22] -!- WiillenCMdesign has quit [Ping timeout: 265 seconds]
[14:19:22] -!- kb8wmc [kb8wmc!~chatzilla@nat.mtp.cmsinter.net] has joined #linuxcnc
[14:39:29] -!- broofa has quit [Quit: Computer has gone to sleep.]
[14:40:10] -!- eeg3 [eeg3!~eeg@eeg3.net] has joined #linuxcnc
[14:40:37] -!- eeg3 [eeg3!~eeg@eeg3.net] has parted #linuxcnc
[14:41:48] -!- zzolo has quit [Quit: zzolo]
[14:49:08] -!- factor has quit [Read error: Connection reset by peer]
[14:50:08] -!- factor [factor!~factor@r74-195-187-97.msk1cmtc01.mskgok.ok.dh.suddenlink.net] has joined #linuxcnc
[15:15:23] -!- IchGuckLive [IchGuckLive!~chatzilla@95-89-101-95-dynip.superkabel.de] has joined #linuxcnc
[15:15:33] <IchGuckLive> hi all around the world
[15:16:10] <jdh> Hi over there.
[15:16:26] <IchGuckLive> weather is realy bad here
[15:16:40] <jdh> weather is exceptionally good here.
[15:16:57] <IchGuckLive> O.O B)
[15:17:25] <jdh> so good that I'm leaving work at noon and taking friday off :)
[15:18:16] <Vq> It's raining over here. :/
[15:22:57] -!- WiillenCMdesign [WiillenCMdesign!~Gabe@99-195-154-217.dyn.centurytel.net] has joined #linuxcnc
[15:25:51] -!- WillenCMD has quit [Ping timeout: 245 seconds]
[15:29:11] -!- zlog has quit [Ping timeout: 245 seconds]
[15:29:59] -!- Tom_itx has quit [Ping timeout: 260 seconds]
[15:30:19] -!- syyl [syyl!~syyl@p4FD15961.dip.t-dialin.net] has joined #linuxcnc
[15:32:54] -!- zlog [zlog!~zlog@ip68-102-196-2.ks.ok.cox.net] has joined #linuxcnc
[15:38:01] <skunkworks> we have decent weather for as far as the eye can see...
[15:38:18] -!- oterral has quit [Quit: Leaving.]
[15:38:32] <pcw_home> Cold and foggy here, never had much of a summer (I'm afraid our tomatoes will still be green by November)
[15:39:43] -!- Adventsparky has quit [Quit: KVIrc 4.1.3 Equilibrium http://www.kvirc.net/]
[15:45:49] -!- rigid [rigid!~daniel@178-26-71-67-dynip.superkabel.de] has joined #linuxcnc
[15:45:50] <skunkworks> wow - we had a little end rot but other than that the tomatoes did great
[15:45:53] <rigid> ahoy
[15:46:32] <skunkworks> ahoy?
[15:46:39] <pcw_home> TLAPD was the 19th
[15:47:00] <rigid> would it be possible to realize a CNC Mill/Drill with a robot arm like http://hmt.fh-duesseldorf.de/hmt/images/3/33/Movemaster_EX_300px.jpg using linuxCNC?
[15:47:24] <skunkworks> I think I heard that. (tlapd)
[15:47:24] <rigid> skunkworks: ahoy == nautic greeting :)
[15:47:59] <skunkworks> ridid: yes - with abit of work..
[15:48:09] <rigid> what kind of work? coding?
[15:48:17] <rigid> i'm worrying about the inverse kinematics math
[15:48:47] <archivist> is the arm rigid enough for milling
[15:48:51] <skunkworks> I think there is enough kins in linuxcnc that you would probably not have to do coding.. Look at the serial kins
[15:48:51] <rigid> yes
[15:49:01] <rigid> archivist: it's fairly solid
[15:49:11] -!- bmwyss has quit [Ping timeout: 245 seconds]
[15:49:20] <archivist> only fairly ?
[15:49:29] <rigid> archivist: that's it http://i.ebayimg.com/00/s/MTYwMFgxMDY2/$T2eC16FHJGQE9noMZIvPBQGYtM7DCw~~60_1.JPG?set_id=880000500F
[15:49:43] <IchGuckLive> rigid: it is poassible
[15:49:51] <rigid> archivist: well, depends on the hole & medium i guess... but it's an industrial robot
[15:50:01] <skunkworks> http://linuxcnc.org/docs/2.5/html/man/man9/genserkins.9.html
[15:50:08] -!- bmwyss_ has quit [Ping timeout: 245 seconds]
[15:50:11] <IchGuckLive> but the Gcode is hard and the movement are not exact aspecial a strait
[15:50:16] <rigid> ahh... cool
[15:50:17] <skunkworks> there is a puma arm example in linuxcnc...
[15:50:36] <rigid> perfect, thanks... i'll look at that
[15:51:06] <rigid> IchGuckLive: Gcode? why not exact? the robot currently moves quite exactly
[15:51:28] <skunkworks> IchGuckLive, actually with working kins - the gcode is pretty easy. And if the arm is calibrated right - is strait and true
[15:51:57] <archivist> because he does not realise that kins fixes it for you
[15:53:07] -!- micges has quit [Quit: Leaving]
[15:53:31] <IchGuckLive> OK themn i need a better calibration
[15:53:46] <rigid> IchGuckLive: you have the setup running already? :)
[15:53:54] * rigid knows whom to ask then :-P
[15:54:17] <rigid> i have to build a controller first, the original is ancient
[15:54:27] <IchGuckLive> no the carpender has one mounted to the roof and milling just radius by hand
[15:55:02] <skunkworks> http://www.youtube.com/watch?v=80YhX73DuSg&list=UUF4WFwQCdnAdTsviP9QGmyA&index=2&feature=plcp
[15:55:08] <IchGuckLive> the Door frames
[15:55:09] <skunkworks> that is running normal gcode..
[15:55:33] -!- ve7it [ve7it!~LawrenceG@S0106001c10b7770f.pk.shawcable.net] has joined #linuxcnc
[15:56:38] <rigid> skunkworks: lol... my robot is tiny compared to the one in the video :)
[15:58:49] <IchGuckLive> http://www.youtube.com/watch?v=Hv_pKIDEKhs fun at the robot breaktime
[16:01:35] -!- djcoin has quit [Quit: WeeChat 0.3.7]
[16:03:57] <IchGuckLive> im off work see you from home by
[16:04:00] -!- IchGuckLive [IchGuckLive!~chatzilla@95-89-101-95-dynip.superkabel.de] has parted #linuxcnc
[16:07:57] -!- syyl_ws [syyl_ws!~sg@p4FD15961.dip.t-dialin.net] has joined #linuxcnc
[16:16:58] -!- dimas_ has quit [Ping timeout: 256 seconds]
[16:18:21] -!- bmwyss has quit [Quit: bmwyss]
[16:21:59] -!- bedah [bedah!~bedah@f050186126.adsl.alicedsl.de] has joined #linuxcnc
[16:30:06] -!- dimas_ [dimas_!~dimas@83.149.44.18] has joined #linuxcnc
[16:30:55] -!- Nick001-Shop [Nick001-Shop!~chatzilla@69.72.53.251] has joined #linuxcnc
[16:39:08] -!- RagingComputer has quit [Ping timeout: 246 seconds]
[16:44:17] -!- RagingComputer [RagingComputer!~RagingCom@ip98-161-50-39.om.om.cox.net] has joined #linuxcnc
[16:45:49] <archivist> rigid, sometimes the drivers are usable
[16:46:17] <archivist> may just need a pc and interface card
[16:46:47] <rigid> yeah, i'll build one... if the inverse kinematic part is done, i guess I can hack the rest
[16:50:47] -!- linuxcnc-build has quit [Ping timeout: 252 seconds]
[16:50:48] -!- hm2-buildmaster has quit [Ping timeout: 255 seconds]
[16:51:06] <archivist> I would be trying to re use the servo drives as they will already match the motors
[16:51:23] -!- LeelooMinai has quit [Remote host closed the connection]
[16:53:50] <skunkworks> http://groups.yahoo.com/group/mach1mach2cnc/message/136958
[16:54:01] <skunkworks> I want to scream - linuxcnc already does!!
[16:54:22] <rigid> archivist, i guess that's not necessary... they look quite old and can be replaced by much smaller & efficient ones. The "servos" are actually a simple dc motor+position encoder
[16:55:33] <rigid> skunkworks: then do so?
[16:55:33] <rigid> or at least suggest looking at it? :)
[16:55:33] <skunkworks> buy some cheap amc drives from ebay and use a 5i25+daughter board..
[16:55:38] <skunkworks> eh - that is mach's yahoo group.. probably out of place ;)
[16:56:00] <rigid> well, it's aggressive marketing :)
[16:56:05] <archivist> our entertainment channel :)
[16:56:14] -!- motioncontrol [motioncontrol!~io@host131-73-dynamic.8-79-r.retail.telecomitalia.it] has joined #linuxcnc
[16:57:08] -!- LeelooMinai [LeelooMinai!~leeloo@24-52-246-177.cable.teksavvy.com] has joined #linuxcnc
[16:57:24] <rigid> but since linuxcnc is open source... you can just raise the bar
[16:57:24] <rigid> or is mach FOSS, too?
[16:57:24] <rigid> skunkworks: i think i'll build the complete board by myself...
[16:57:24] <skunkworks> not in the slightes
[16:57:24] <rigid> i still wonder if I should keep it simple (build my own h-bridges) or use a top-notch modern driver IC
[16:57:24] * skunkworks has done that before... never finished it...
[16:57:30] <archivist> I beg to differ about proper "steps fed MUST equal the encoder counts recieved"
[16:57:50] <rigid> hehe... i didn't say i'll finish it :) there's a good chance it never gets finished ;)
[16:58:28] <archivist> dont mention unfinished projects!
[16:58:36] * archivist twitches
[16:58:40] <cradek> we've only been doing threading like that for 6 years. still pretty cutting-edge (haha) stuff.
[17:00:19] <rigid> but otherwise it shouldn't be more than 5 H-Bridges, MCU + sensor input i guess...
[17:00:19] <rigid> well... MCU rather is SoC nowadays :)
[17:00:19] <rigid> 6 bridges... forgote the gripper
[17:00:33] <archivist> er we do it properly as there is gearing between counts and steps there statement seems to lack variable gearing
[17:02:39] <cradek> Tue Mar 21 01:05:47 2006: ... trajectory planner now supports spindle-synchronized motion.
[17:02:45] <cradek> jeez I've been working on this project a long time
[17:02:45] <skunkworks> linuxcnc will drive h-bridges and read encoders directly (if you have enough i/o.)
[17:02:46] <skunkworks> (and the software encoder counter is fast enough for you.)
[17:02:46] <skunkworks> but interface hardware is really quite cheap..
[17:03:32] -!- IchGuckLive [IchGuckLive!~chatzilla@95-89-101-95-dynip.superkabel.de] has joined #linuxcnc
[17:07:04] -!- motioncontrol has quit [Quit: Sto andando via]
[17:12:30] -!- syyl_ws has quit [Quit: Verlassend]
[17:15:55] -!- bmwyss has quit [Client Quit]
[17:26:04] -!- Tom_itx [Tom_itx!~Tl@unaffiliated/toml/x-013812] has joined #linuxcnc
[17:29:25] -!- theorb [theorb!~theorb@91.84.53.6] has joined #linuxcnc
[17:34:10] <skunkworks> cradek, and we all think you!!!
[17:40:06] <rigid> indeed
[17:41:09] <Jymmm> http://www.qsl.net/w4sat/howlong.htm
[17:42:04] <IchGuckLive> is there a timeline for the new relese of the livecd with 12.04 and 2.52
[17:42:43] -!- jthornton_ [jthornton_!~john@184.63.140.99] has joined #linuxcnc
[17:42:44] -!- JT-Shop has quit [Read error: Connection reset by peer]
[17:42:44] -!- jthornton has quit [Read error: Connection reset by peer]
[17:42:45] -!- JT-Shop-2 [JT-Shop-2!~John@184-63-140-99.cust.wildblue.net] has joined #linuxcnc
[17:43:14] -!- theorb has quit [Ping timeout: 255 seconds]
[17:45:47] <Jymmm> pcw_home: This holster DOES fit the flashlight, http://www.dealextreme.com/p/large-flashlight-holster-1152
[17:46:08] <skunkworks> IchGuckLive, not at the moment.. We are waiting for rtai support of the new kernel
[17:47:04] -!- jpk has quit [Ping timeout: 256 seconds]
[17:47:12] <IchGuckLive> i see 3.3 with rt22 is a miss in all projects
[17:47:22] <Jymmm> pcw_home: I've tried a few others (even from local retail) and that one actually fits pretty well, a tad loose, but you can even put it in head first to get a tight fit.
[17:48:28] <IchGuckLive> skunkworks: also the ubuntu devels are trying to get all the stuff to the standard kernel
[17:50:43] <pcw_home> I dont really need a holster. It just hang on a hook so I can use if theres a "bump in the night"
[17:50:45] <pcw_home> Amazing battery life and brightness, best flashlight I have ever had
[17:52:38] <Jymmm> pcw_home: Tell me about it. I think it's actually brighter than my 7" diameter 1M candle power spot light
[17:53:13] <Jymmm> pcw_home: The holster is for when stored in glovebox to protect lens or when camping, etc
[17:53:32] <Jymmm> pcw_home: Just difficult to find one that fits
[17:53:40] <pcw_home> Yeah This replaces one of those lead acid monsters quite well
[17:54:06] <Jymmm> pcw_home: I have yet to charge the battery a second time yet.
[17:54:35] <pcw_home> Same here (and I have spares I have not needed)
[17:54:59] <Jymmm> exactly. I need to order a second one.
[17:56:40] <Jymmm> pcw_home: I found a headlamp I'm going to get as well
[17:58:15] <IchGuckLive> have a nice day Where Ever you are IM off BY B)
[17:58:21] -!- IchGuckLive has quit [Quit: ChatZilla 0.9.87 [Firefox 14.0.1/20120713225625]]
[18:01:17] <Jymmm> pcw_home: 1xAA (I hate AAA, as AA have 2.5x more mAh), IPX8 rated, 97Lumens High (2Hr)/ 47 Lumen Med (5Hr), 3 Lumen Low (53 Hr) - http://www.fenixlight.com/viewproduct.asp?id=144
[18:14:47] -!- toudi_ [toudi_!~toudi@djq57.neoplus.adsl.tpnet.pl] has joined #linuxcnc
[18:14:51] toudi_ is now known as micges
[18:29:18] -!- andypugh [andypugh!~andy2@cpc2-basl1-0-0-cust639.basl.cable.virginmedia.com] has joined #linuxcnc
[18:35:36] -!- theorb [theorb!~theorb@91.84.53.6] has joined #linuxcnc
[18:53:44] -!- Disson_ [Disson_!disson@virtual.disson.fi] has joined #linuxcnc
[18:54:08] -!- Disson_ [Disson_!disson@virtual.disson.fi] has parted #linuxcnc
[19:15:17] -!- micges has quit [Quit: Leaving]
[19:24:33] -!- broofa has quit [Quit: Computer has gone to sleep.]
[19:33:00] -!- tjb1 [tjb1!~tjb1@137.sub-174-238-136.myvzw.com] has joined #linuxcnc
[19:47:01] -!- nots_ has quit [Ping timeout: 240 seconds]
[19:51:14] -!- cncbasher [cncbasher!~quassel@cpc15-hart9-2-0-cust101.11-3.cable.virginmedia.com] has joined #linuxcnc
[19:51:43] -!- cncbasher_ has quit [Ping timeout: 256 seconds]
[19:59:02] -!- tom3p [tom3p!~tomp@74-93-88-241-Illinois.hfc.comcastbusiness.net] has joined #linuxcnc
[20:05:47] <tom3p> the docs on hal oneshot are a bit misleading, you cannot get an arbitrary width pulse (eg 13 or 127uS ).
[20:06:00] <tom3p> the oneshot pulse width has a minimum size equal to the period of the FP thread its run on (plus a few uS overhead).
[20:06:11] <tom3p> and the FP thread is likely dependent on the base thread, so you write 'setp oneshot.0.width .000013' and get 1mS
[20:06:13] <tom3p> because the FP thread was .ini'd at 1000000! surprise surprise gomer!
[20:07:15] <tom3p> the src code 'imports/includes' the 'period' and uses FP to get the width (period * .000000001)
[20:09:16] <andypugh> I am vaguely surprised that it is an fp function. It could easily have been a base-thread function with width definied in thread periods.
[20:09:42] <tom3p> yeah making it FP is a waste, we oughtta have tiks
[20:10:26] <tom3p> we express the period in tiks in the .ini
[20:11:01] <andypugh> "edge" looks like it can do the same thing.
[20:11:27] <andypugh> In fact, they appear to have redundant functionality.
[20:12:20] <andypugh> (Except no fp in "edge" so it can run in the base thread)
[20:14:08] <tom3p> where does the value 'period' come from in thqat code?? it doesnt have the 'option data internal'
[20:15:13] <tom3p> voodoo
[20:15:16] <andypugh> It's part of the magic of "comp". Look in the "convenience macros" section.
[20:17:10] -!- PCW [PCW!~chatzilla@99.88.10.65] has joined #linuxcnc
[20:17:26] <andypugh> "FUNCTION" gets macro-substituted to void edge(void *inst, long period) (or soemthing like that) in the generated C code.
[20:18:32] <andypugh> (and pin_name gets macro-substituted to *inst->pin_name too)
[20:18:51] <tom3p> ? you mean the reference to fperiod on page 43 of Hal User Manl?
[20:18:56] <andypugh> Comp is part-genius and part horror :-)
[20:19:16] <andypugh> I don't know, I never read the manuals :-)
[20:19:40] <andypugh> I use the online docs: http://www.linuxcnc.org/docs/html/hal/comp.html#_convenience_macros
[20:20:06] <andypugh> (period is under FUNCTION )
[20:20:50] <tom3p> anyway, the docs oughtta warn users of the granularity
[20:21:09] <tom3p> thx tho ( reading the link )
[20:21:33] <tom3p> (hard on us non-internetted folk )
[20:22:14] <skunkworks> tom3p, how are you talking to us?
[20:22:18] <skunkworks> ;)
[20:23:17] <tom3p> sometimes i walk down to the library
[20:23:20] <andypugh> I would need to create a new branch to push a change to the "oneshot" docs. (and I am in the middle of something). It's a simple matter of editing the .comp file and adding a "description" section though.
[20:23:24] <tom3p> and get inet
[20:23:42] <andypugh> So, how are you managing to be here now?
[20:23:52] <tom3p> at lib now
[20:24:40] <tom3p> when i'm 'here', i'm at lib or got some work & am on road at hotel
[20:26:25] -!- gmagno has quit [Ping timeout: 246 seconds]
[20:26:35] -!- broofa has quit [Quit: Computer has gone to sleep.]
[20:27:23] <skunkworks> a nice dish pointed at the lib?
[20:27:37] <andypugh> Cantenna!
[20:28:29] <tom3p> http://pastebin.com/UpWU0Q1b added comment
[20:28:34] -!- syyl has quit [Quit: Leaving]
[20:37:15] <DJ9DJ> gn8
[20:38:11] -!- DJ9DJ has quit [Quit: bye]
[20:39:53] -!- tjb1 has quit [Quit: tjb1]
[20:47:32] -!- rob__H [rob__H!~rob_h@027c035d.bb.sky.com] has joined #linuxcnc
[20:47:32] -!- rob_h has quit [Read error: Connection reset by peer]
[20:49:05] -!- skunkworks has quit [Read error: Connection reset by peer]
[20:53:39] -!- toudi_ [toudi_!~toudi@djq57.neoplus.adsl.tpnet.pl] has joined #linuxcnc
[20:55:35] toudi_ is now known as micges
[21:00:39] -!- pana has quit [Ping timeout: 255 seconds]
[21:03:41] -!- mhaberler has quit [Ping timeout: 256 seconds]
[21:07:05] -!- theorb has quit [Ping timeout: 255 seconds]
[21:09:50] -!- tom3p [tom3p!~tomp@74-93-88-241-Illinois.hfc.comcastbusiness.net] has parted #linuxcnc
[21:09:51] -!- ybon has quit [Read error: Operation timed out]
[21:11:03] -!- mhaberler [mhaberler!~mhaberler@extern-183.stiwoll.mah.priv.at] has joined #linuxcnc
[21:15:03] -!- zzolo has quit [Quit: zzolo]
[21:18:42] -!- gmagno [gmagno!~gmagno@a213-22-30-249.cpe.netcabo.pt] has joined #linuxcnc
[21:23:56] -!- FinboySlick has quit [Quit: Leaving.]
[21:25:27] -!- bedah has quit [Quit: bye]
[21:29:27] <r00t4rd3d> This chest cold I have is not playing nice with my smoking habits.
[21:39:01] -!- motioncontrol [motioncontrol!~io@host106-84-dynamic.7-87-r.retail.telecomitalia.it] has joined #linuxcnc
[21:39:27] -!- chillly has quit [Quit: Leaving]
[21:49:23] -!- Keknom [Keknom!~monkeky@c-76-125-214-194.hsd1.pa.comcast.net] has joined #linuxcnc
[21:51:43] -!- tjb1 [tjb1!~tjb1@137.sub-174-238-136.myvzw.com] has joined #linuxcnc
[21:56:47] -!- Brandonian has quit [Quit: Brandonian]
[22:07:31] -!- motioncontrol has quit [Quit: Sto andando via]
[22:07:34] -!- micges has quit [Quit: Leaving]
[22:08:59] -!- wsjr [wsjr!~wsjr@remote1.fxall.com] has joined #linuxcnc
[22:09:03] -!- wsjr|2 has quit [Read error: Connection reset by peer]
[22:24:28] * JT-Shop-2 had a productive day
[22:24:34] JT-Shop-2 is now known as JT-Shop
[22:37:14] <JT-Shop> for a good laugh http://bbs.homeshopmachinist.net/threads/56029-Electric-cable
[22:38:21] -!- jstenback has quit [Ping timeout: 245 seconds]
[22:43:34] <andypugh> Aproper answer "No, but yes if you look _really_ hard"
[22:43:47] <JT-Shop> yea
[22:44:46] -!- theorb [theorb!~theorb@91.84.53.6] has joined #linuxcnc
[22:44:59] <JT-Shop> going to look at a B&S 6x12 surface grinder tomorrow
[22:45:34] -!- skunkworks__ [skunkworks__!~chatzilla@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc
[22:45:38] <andypugh> useful things
[22:45:44] <Jymmm> No, but it can become lighter in weight. due to heat disipation and heat rises
[22:46:18] <andypugh> Lighter in weight, but the same mass
[22:46:30] <Jymmm> sure, electrons FIFO
[22:46:39] <r00t4rd3d> so this german store sells booze that was poured through the cleavage of a hot chick - http://www.gspirits.com/
[22:47:47] <andypugh> That's a little strange
[22:49:16] <andypugh> I lost an eBay auction today. It was probably a good buy at the winning price: http://www.ebay.co.uk/itm/180978288137
[22:49:56] <andypugh> (click the little picture for the other pictures)
[22:50:03] <JT-Shop> seems a fair price
[22:50:23] <andypugh> I like the quirky design (and they can swing a huge faceplate)
[22:51:01] <andypugh> And they were made in the town where I was.
[22:54:30] -!- ybon has quit [Quit: WeeChat 0.3.7]
[22:54:59] <r00t4rd3d> dont you have a lather already?
[22:55:42] <r00t4rd3d> lathe*
[22:58:23] <andypugh> I do, but it's Chinese and distasteful.
[23:00:15] -!- kb8wmc has quit [Quit: ChatZilla 0.9.89 [Firefox 15.0.1/20120907230839]]
[23:01:29] <r00t4rd3d> you dont think that ebay one has any chinese parts in it?
[23:01:49] <andypugh> Not given that is was made in Huddersfield in about 1950.
[23:02:13] <andypugh> We sold lathes to China then, not them to us.
[23:03:57] -!- sumpfralle has quit [Ping timeout: 244 seconds]
[23:12:55] -!- mhaberler_ [mhaberler_!~mhaberler@extern-183.stiwoll.mah.priv.at] has joined #linuxcnc
[23:13:45] -!- mhaberler has quit [Read error: Connection reset by peer]
[23:13:45] mhaberler_ is now known as mhaberler
[23:15:26] <L84Supper> r00t4rd3d, good thing they didn't brand it Buttkrack
[23:17:25] -!- Cylly2 [Cylly2!cylly@p54B11F41.dip.t-dialin.net] has joined #linuxcnc
[23:17:44] -!- gmagno has quit [Ping timeout: 246 seconds]
[23:19:07] -!- Loetmichel has quit [Ping timeout: 256 seconds]
[23:19:49] <andypugh> L84Supper: Nearly the name of this (useful) company: http://www.buttkereit.co.uk
[23:24:17] <skunkworks__> so - what is the best website for hosting photos....
[23:24:56] <jdh> moma.org
[23:25:53] <jdh> you want pics up forever, do you want to retain ownership? do you want free?
[23:26:00] <skunkworks__> yes?
[23:26:08] <skunkworks__> (yes and yes)
[23:26:22] <jdh> picasaweb is free, fairly easy
[23:26:42] <skunkworks__> that is the on that keeps coming up...
[23:26:44] <jdh> and is integerated with my camera/phone
[23:27:21] <skunkworks__> I tried to setup one of the free picuture hosting apps for my website but it only works for small sizes.
[23:27:33] <skunkworks__> (about a year ago and I gave up)
[23:30:02] <skunkworks__> imagemagic which is supposed to be accessable isn't.. (and that is far as I got)
[23:31:40] <andypugh> picasa works for me
[23:33:08] -!- asdfasd has quit [Ping timeout: 252 seconds]
[23:33:18] <skunkworks__> Picasa is not currently available for your operating system
[23:33:29] <jdh> picasaweb
[23:35:50] <skunkworks__> foundit
[23:35:52] <skunkworks__> found it
[23:45:06] <andypugh> 370 spammers! That is just not funny, and can't even achieve anythign for them.
[23:45:14] <andypugh> Death is too good for them
[23:46:36] <L84Supper> did Danimal disappear?
[23:46:49] <andypugh> I haven't seen him for ages
[23:47:25] <L84Supper> I never heard how all his new project machines turned out
[23:47:49] <r00t4rd3d> skunkworks__, imgur
[23:53:46] <andypugh> JT-Shop: Did you just purge several hundred spammers?
[23:54:49] -!- morfic has quit [Ping timeout: 256 seconds]
[23:55:51] -!- broofa has quit [Quit: Computer has gone to sleep.]
[23:57:43] -!- rob__H has quit [Ping timeout: 260 seconds]