#linuxcnc-devel | Logs for 2014-01-29

Back
[00:03:35] -!- patrickarlt has quit [Remote host closed the connection]
[00:04:25] -!- Einar_ has quit [Ping timeout: 252 seconds]
[00:05:31] -!- paideia has quit [Ping timeout: 272 seconds]
[00:10:06] -!- atom1 has quit [Quit: Leaving]
[00:25:49] -!- gabriel_6 has quit [Quit: Leaving.]
[00:29:07] -!- exco has quit [Client Quit]
[00:30:56] -!- paideia has quit [Read error: Connection reset by peer]
[00:31:09] -!- thomaslindstr_m has quit [Remote host closed the connection]
[00:36:14] -!- thomaslindstr_m has quit [Ping timeout: 264 seconds]
[00:43:24] -!- JT-Shop has quit [Read error: Connection reset by peer]
[00:44:49] <jepler> I assumed it was befunge or one of those other novelty languages
[00:47:31] -!- andypugh has quit [Quit: andypugh]
[00:49:59] -!- zzolo has quit [Ping timeout: 240 seconds]
[00:53:59] -!- arvidkahl has quit [Ping timeout: 265 seconds]
[00:56:13] -!- Nick001 has quit []
[00:58:09] -!- Tecan has quit [Changing host]
[01:05:47] -!- paideia has quit [Ping timeout: 260 seconds]
[01:08:51] -!- nunya has quit [Remote host closed the connection]
[01:09:30] -!- lyzidiamond has quit [Quit: lyzidiamond]
[01:12:23] -!- paideia has quit [Client Quit]
[01:13:28] -!- skorasaurus has quit [Quit: WeeChat 0.4.2]
[01:24:55] -!- uw has quit [Ping timeout: 260 seconds]
[01:29:35] -!- rob_h has quit [Ping timeout: 260 seconds]
[01:30:25] -!- exco has quit [Ping timeout: 245 seconds]
[01:31:54] -!- gonzo__ has quit [Ping timeout: 252 seconds]
[01:33:33] -!- Servos4ever has quit [Ping timeout: 272 seconds]
[01:33:48] Servos4ever_ is now known as Servos4ever
[01:35:45] -!- malcom2073 has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
[01:36:01] -!- dhoovie has quit [Ping timeout: 246 seconds]
[01:37:11] -!- wboykinm has quit [Remote host closed the connection]
[01:41:38] -!- tjb1 has quit [Ping timeout: 264 seconds]
[01:41:48] -!- asdfasd has quit [Ping timeout: 252 seconds]
[01:42:11] -!- wboykinm has quit [Remote host closed the connection]
[01:45:07] -!- uw has quit [Quit: Leaving]
[01:49:13] -!- mozmck has quit [Read error: Connection reset by peer]
[01:50:26] -!- mozmck [mozmck!~moses@client-67.210.159.209.dfwtx.partnershipbroadband.com] has joined #linuxcnc-devel
[01:51:08] -!- malcom2073 has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
[01:52:15] -!- tjb11 has quit [Ping timeout: 253 seconds]
[01:58:56] <micges> seb_kuzminsky: around?
[01:59:53] <seb_kuzminsky> brianmorel99: yes, we think so
[01:59:59] <seb_kuzminsky> micges: hey!
[02:01:08] <micges> need little advice, I've fixed some bugs in ubc3-7i80 branch (commits will be in an hour)
[02:01:44] <brianmorel99> ok, I'll give it a test. I'm attempting to build the debian packages of ub3 now. Not a big deal, but it builds for all of the kernels it can find even if you specify a kernel with debian/configure
[02:01:52] <micges> I don't want to merge ubc3 into it, what I must do to 'rebase' it on top of ubc3 ?
[02:02:12] <seb_kuzminsky> brianmorel99: the debian packages in ubc are totally broken
[02:02:12] <micges> (you were doing sth like that I think)
[02:02:23] <seb_kuzminsky> i'm about to push a bunch of commits to ubc that fixes it
[02:02:51] <seb_kuzminsky> i suggest you either wait a few hours for me to push it, or use the seb/ubc3-deb branch
[02:02:57] <seb_kuzminsky> micges: yes, use rebase
[02:03:31] <brianmorel99> no big deal, I'm just doing it to learn what happens more or less.
[02:03:40] <seb_kuzminsky> micges: i assume you have a local branch named ubc3-7i80, based on some random commit in ubc, and you've fetched from git.linuxcnc.org so origin/unified-build-candidate3 has moved ahead
[02:03:53] <seb_kuzminsky> hold on a sec
[02:04:12] <micges> yes exactly
[02:04:31] -!- Servos4ever has quit [Quit: ChatZilla 0.9.90.1 [SeaMonkey 2.23/20131210201646]]
[02:04:37] -!- garfong has quit [Quit: Leaving]
[02:06:34] <skunkworks> micges: yay!
[02:10:11] -!- Tecan has quit [Quit: Live Long And Phosphor!]
[02:10:36] <skunkworks> micges: what ended up being the problem?
[02:14:33] <micges> skunkworks: <micges> wd read simply was reading data from last request data function
[02:14:33] <micges> <PCW> because the new data wasn't there yet and the read just "fell through"?
[02:16:38] -!- Demiurge has quit [Quit: Demiurge]
[02:18:10] <skunkworks> neat!
[02:19:07] <skunkworks> Thanks for working on this. If you guys figure out how to push it - let me know and I will test it
[02:19:34] -!- patrickarlt has quit [Remote host closed the connection]
[02:20:11] <micges> sure
[02:23:29] <seb_kuzminsky> micges: do you want a hand with the rebase or do you know what to do?
[02:24:28] <micges> need help
[02:24:46] <seb_kuzminsky> ok
[02:25:08] <seb_kuzminsky> first thing i'd recommend is to tag your current branch head so you can get back to it easily if things go wrong
[02:25:22] <seb_kuzminsky> git tag good-safe-place ubc3-7i80
[02:26:22] <seb_kuzminsky> then try to rebase onto the tip of ubc:
[02:26:30] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/ubc3-deb fad40b5 06linuxcnc 10(16 files) deb: new debian/configure and debian/control * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=fad40b5
[02:26:30] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/ubc3-deb 505746e 06linuxcnc 10debian/configure 10debian/rules.in deb: fix the debian/{control/rules} remaking rules * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=505746e
[02:26:30] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/ubc3-deb 2dec121 06linuxcnc 10debian/configure deb/conf: accept -a to mean -r * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=2dec121
[02:26:31] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/ubc3-deb c03b79b 06linuxcnc 10debian/control.in deb/control: get rid of ancient Provides in control * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=c03b79b
[02:26:35] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/ubc3-deb 57db66b 06linuxcnc 10debian/control.posix.in 10debian/control.rtai.in 10debian/control.rtpreempt.in deb/control: relax the Conflicts * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=57db66b
[02:26:39] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/ubc3-deb 7a1c034 06linuxcnc 10debian/rules.in deb/rules: dont use cpio when cp will do * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=7a1c034
[02:26:44] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/ubc3-deb de1c054 06linuxcnc 10debian/linuxcnc.files.in 10src/Makefile install rsyslogd.conf file * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=de1c054
[02:26:48] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/ubc3-deb 0dc9a7d 06linuxcnc 10src/configure.in 10src/rtapi/ulapi_autoload.c give dlopen the path to the ulapi library * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=0dc9a7d
[02:26:51] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/ubc3-deb 673b7ae 06linuxcnc 10src/Makefile 10src/rtapi/Submakefile put ulapi-$flavor.so straight into rtlib/, not lib, so the dlopen can look in EMC2_RTLIB_DIR * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=673b7ae
[02:27:11] <seb_kuzminsky> git rebase origin/unified-build-candidate-3
[02:27:23] <seb_kuzminsky> give it a try
[02:30:03] <seb_kuzminsky> that rebase command says "take all the commits in the current branch that are not in origin/ubc3, and apply them to the tip of ubc3"
[02:30:14] <seb_kuzminsky> back in a minute
[02:31:02] <micges> seb_kuzminsky: thanks, testing
[02:36:39] -!- brianmorel99 has quit [Quit: brianmorel99]
[02:40:34] -!- The_Ball has quit [Remote host closed the connection]
[02:40:50] <micges> seb_kuzminsky: it works, thanks!
[02:41:19] <micges> seb_kuzminsky: sorry to bother, I was thinking it was harder
[02:42:17] <seb_kuzminsky> oh good, glad it worked :-)
[02:42:41] <seb_kuzminsky> there are some tricky things that can happen when you rebase, if you run in to them feel free to ping me any time
[02:43:09] <seb_kuzminsky> if you push that branch now, it'll complain that it's not a fast-forward, so you'll have to (very carefully!) use the --force flag to push
[02:43:50] -!- lyzidiamond has quit [Quit: lyzidiamond]
[02:46:26] <skunkworks> logger[mah]:
[02:46:26] <logger[mah]> skunkworks: Log stored at http://linuxcnc.mah.priv.at/irc/%23linuxcnc-devel/2014-01-29.html
[02:48:04] <micges> seb_kuzminsky: yes it's complaining, push with force working atm
[02:49:41] <KGB-linuxcnc> 03Michael Geszkiewicz 05ubc3-7i80 8d12d0a 06linuxcnc 10(6 files in 2 dirs) Add support for mesanet ethernet UDP boards 7i80 and 7i76E * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=8d12d0a
[02:49:41] <KGB-linuxcnc> 03Michael Geszkiewicz 05ubc3-7i80 f1211f5 06linuxcnc 10src/hal/drivers/mesa-hostmot2/hm2_eth.c hm2_eth: add more data to debug output * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=f1211f5
[02:49:41] <KGB-linuxcnc> 03Michael Geszkiewicz 05ubc3-7i80 de9f662 06linuxcnc 10src/hal/drivers/mesa-hostmot2/hm2_eth.c hm2_eth: add retry with timeout to enqueue_read() to make sure that all requested data will be readed * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=de9f662
[02:50:52] <micges> nice, thanks again
[02:54:49] -!- tjb1 has quit [Ping timeout: 265 seconds]
[03:01:33] <skunkworks> yay - I will test it tomorrow!
[03:06:12] -!- FinboySlick has quit [Quit: Leaving.]
[03:22:29] -!- Tom_shop [Tom_shop!~Tl@unaffiliated/toml/x-013812] has joined #linuxcnc-devel
[03:22:44] -!- wboykinm has quit [Remote host closed the connection]
[03:23:07] -!- zlog_ [zlog_!~zlog@ip68-102-192-239.ks.ok.cox.net] has joined #linuxcnc-devel
[03:25:26] -!- Tom_itx has quit [Ping timeout: 264 seconds]
[03:25:34] Tom_shop is now known as Tom_itx
[03:25:47] -!- zlog has quit [Ping timeout: 260 seconds]
[03:26:08] -!- zlog_ has quit [Remote host closed the connection]
[03:26:26] -!- zlog [zlog!~zlog@ip68-102-192-239.ks.ok.cox.net] has joined #linuxcnc-devel
[03:30:14] <skunkworks> cradek: do you have a schematic for the servo drives?
[03:33:56] <cradek> nope
[03:34:01] <cradek> wish I did
[03:35:18] <skunkworks> the y axis errors.. something about a circuit breaker shut down..
[03:35:32] <skunkworks> but that drive looks to be the oldest..
[03:35:38] -!- micges has quit [Quit: Leaving]
[03:35:42] <skunkworks> dad might try to replace the caps
[03:35:58] <cradek> do they have fault lights?
[03:36:17] <skunkworks> dad says nothing comes on different on the drive
[03:36:24] <skunkworks> compared to the others.
[03:36:33] <skunkworks> but he will look harder
[03:37:01] <skunkworks> he got the axis running well - the tach looks like the comutator was roughly turned - so at higher feeds it sounded pretty bad
[03:38:05] <cradek> so it runs but faults sometimes?
[03:38:24] <linuxcnc-build> build #33 of deb-precise-rtpreempt-binary-x86 is complete: Failure [4failed apt-get-update shell_2] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/deb-precise-rtpreempt-binary-x86/builds/33 blamelist: dummy, Sebastian Kuzminsky <seb@highlab.com>
[03:38:38] <skunkworks> yes
[03:38:47] <linuxcnc-build> build #33 of deb-precise-rtpreempt-binary-amd64 is complete: Failure [4failed apt-get-update shell_2] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/deb-precise-rtpreempt-binary-amd64/builds/33 blamelist: dummy, Sebastian Kuzminsky <seb@highlab.com>
[03:38:48] <skunkworks> every couple minutes
[03:38:51] <skunkworks> or longer
[03:41:00] <skunkworks> it boots and he can jog it around.. have not figured out how to home it.. It seems like the internet says - flip the zero return switch then jog all axis +
[03:41:08] <skunkworks> have not tried that one yet..
[03:41:41] <cradek> yes I recall you poke each jog button to home
[03:42:00] <cradek> I've seen it about once
[03:45:32] -!- zlog has quit [Remote host closed the connection]
[03:45:35] -!- Tom_itx has quit []
[03:48:05] -!- Tom_itx [Tom_itx!~Tl@unaffiliated/toml/x-013812] has joined #linuxcnc-devel
[03:48:06] -!- zlog [zlog!~zlog@ip68-102-192-239.ks.ok.cox.net] has joined #linuxcnc-devel
[03:49:28] <skunkworks> cradek: do you remember what your drive would do?
[03:50:15] <cradek> on one of them - it would be in fault mode at power on, and poking the reset button would enable it
[03:50:24] <cradek> I don't remember which fault
[03:50:32] <cradek> I think they have a row of fault LEDs but I'm not sure
[03:50:46] -!- pjm_ has quit [Read error: Connection reset by peer]
[03:51:34] <skunkworks> http://imagebin.org/287800
[03:51:48] <cradek> yeah yeah
[03:52:03] <cradek> oh look at all those parts...
[03:52:15] <skunkworks> heh
[03:52:31] <cradek> I think I decided the problem was in one of those black mystery sandwich cookies
[03:53:03] <skunkworks> oh - that is the easy way out!
[03:53:33] <skunkworks> that is the one with the old caps - it is miss labled as x but the plug is labled y
[03:53:52] <skunkworks> labeled
[03:54:18] <skunkworks> scary..
[03:54:45] <skunkworks> have not found any crowbar marks on it though.. ;)
[04:01:15] -!- AR_ has quit [Ping timeout: 245 seconds]
[04:07:23] <KGB-linuxcnc> 03Sebastian Kuzminsky 05unified-build-candidate-3 673b7ae 06linuxcnc fast forward * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=673b7ae
[04:07:44] -!- krusty_ar has quit [Quit: No Ping reply in 180 seconds.]
[04:08:04] <seb_kuzminsky> kgb expressed it in a strange way, but that's me pushing seb/ubc3-deb to unified-build-candidate-3
[04:08:18] <linuxcnc-build> build #1722 of lucid-rtai-i386-clang is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/lucid-rtai-i386-clang/builds/1722 blamelist: Francis Tisserant <tissf@free.fr>, Michael Haberler <mail17@mah.priv.at>, Sebastian Kuzminsky <seb@highlab.com>, Dewey Garrett <dgarrett@panix.com>, Andy Pugh
[04:08:18] <linuxcnc-build> <andy@bodgesoc.org>, Chris Morley <chrisinnanaimo@hotmail.com>, John Thornton <jthornton@gnipsel.com>, Jofey Jian <jofey@araisrobo.com>, Ben Jackson <ben@ben.com>, John Morris <john@zultron.com>, Michael Haberler <git@mah.priv.at>, Yishin Li <ysli@araisrobo.com>, Chris Radek <chris@timeguy.com>, Alex Joni <alex_joni@users.sourceforge.net>, Norbert
[04:08:18] <linuxcnc-build> Schechner <nieson@web.de>, Michael Geszkiewicz <micges@wp.pl>, Charles Steinkuehler <charles@steinkuehler.net>, dummy, Jeff Epler <jepler@unpythonic.net>, Chris S Morley <chrisinnanaimo@hotmail.com>, Bence Kovacs <bence.kovacs@generalmechatronics.com>, Jeff Epler <jepler@dsndata.com>, Russell Brown <russell@lls.lls.com>
[04:08:37] -!- patrickarlt has quit [Quit: Leaving...]
[04:09:28] -!- tchaddad has quit [Remote host closed the connection]
[04:16:39] -!- sumpfralle has quit [Ping timeout: 260 seconds]
[04:17:21] <linuxcnc-build> build #33 of deb-precise-xenomai-binary-amd64 is complete: Failure [4failed apt-get-update shell_3] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/deb-precise-xenomai-binary-amd64/builds/33 blamelist: dummy, Sebastian Kuzminsky <seb@highlab.com>
[04:20:48] -!- skunkworksnook [skunkworksnook!~yaaic@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc-devel
[04:25:09] -!- skunkworksnook has quit [Remote host closed the connection]
[04:25:58] -!- skunkworksnook [skunkworksnook!~yaaic@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc-devel
[04:26:19] <skunkworksnook> 240 3phase
[04:29:11] <linuxcnc-build> build #805 of precise-amd64-xenomai-rip is complete: Failure [4failed apt-get-update compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/precise-amd64-xenomai-rip/builds/805 blamelist: Francis Tisserant <tissf@free.fr>, Michael Haberler <mail17@mah.priv.at>, Sebastian Kuzminsky <seb@highlab.com>, Dewey Garrett
[04:29:12] <linuxcnc-build> <dgarrett@panix.com>, Andy Pugh <andy@bodgesoc.org>, Chris Morley <chrisinnanaimo@hotmail.com>, John Thornton <jthornton@gnipsel.com>, Jofey Jian <jofey@araisrobo.com>, Ben Jackson <ben@ben.com>, John Morris <john@zultron.com>, Michael Haberler <git@mah.priv.at>, Yishin Li <ysli@araisrobo.com>, Chris Radek <chris@timeguy.com>, Alex Joni
[04:29:12] <linuxcnc-build> <alex_joni@users.sourceforge.net>, Norbert Schechner <nieson@web.de>, Michael Geszkiewicz <micges@wp.pl>, Charles Steinkuehler <charles@steinkuehler.net>, dummy, Jeff Epler <jepler@unpythonic.net>, Chris S Morley <chrisinnanaimo@hotmail.com>, Bence Kovacs <bence.kovacs@generalmechatronics.com>, Jeff Epler <jepler@dsndata.com>, Russell Brown
[04:29:12] <linuxcnc-build> <russell@lls.lls.com>
[04:32:59] -!- lyzidiamond has quit [Ping timeout: 260 seconds]
[04:35:59] <linuxcnc-build> build #926 of precise-i386-realtime-rip is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/precise-i386-realtime-rip/builds/926 blamelist: Francis Tisserant <tissf@free.fr>, Michael Haberler <mail17@mah.priv.at>, Sebastian Kuzminsky <seb@highlab.com>, Dewey Garrett <dgarrett@panix.com>, Andy Pugh
[04:35:59] <linuxcnc-build> <andy@bodgesoc.org>, Chris Morley <chrisinnanaimo@hotmail.com>, John Thornton <jthornton@gnipsel.com>, Jofey Jian <jofey@araisrobo.com>, Ben Jackson <ben@ben.com>, John Morris <john@zultron.com>, Michael Haberler <git@mah.priv.at>, Yishin Li <ysli@araisrobo.com>, Chris Radek <chris@timeguy.com>, Alex Joni <alex_joni@users.sourceforge.net>, Norbert
[04:35:59] <linuxcnc-build> Schechner <nieson@web.de>, Michael Geszkiewicz <micges@wp.pl>, Charles Steinkuehler <charles@steinkuehler.net>, dummy, Jeff Epler <jepler@unpythonic.net>, Chris S Morley <chrisinnanaimo@hotmail.com>, Bence Kovacs <bence.kovacs@generalmechatronics.com>, Jeff Epler <jepler@dsndata.com>, Russell Brown <russell@lls.lls.com>
[04:36:15] -!- krusty_ar has quit [Ping timeout: 252 seconds]
[04:46:25] <linuxcnc-build> build #1333 of deb-lucid-rt-binary-i386 is complete: Failure [4failed shell_3] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/deb-lucid-rt-binary-i386/builds/1333 blamelist: dummy, Sebastian Kuzminsky <seb@highlab.com>
[04:50:42] <linuxcnc-build> build #831 of precise-x86-xenomai-rip is complete: Failure [4failed apt-get-update compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/precise-x86-xenomai-rip/builds/831 blamelist: Francis Tisserant <tissf@free.fr>, Michael Haberler <mail17@mah.priv.at>, Sebastian Kuzminsky <seb@highlab.com>, Dewey Garrett
[04:50:42] <linuxcnc-build> <dgarrett@panix.com>, Andy Pugh <andy@bodgesoc.org>, Chris Morley <chrisinnanaimo@hotmail.com>, John Thornton <jthornton@gnipsel.com>, Jofey Jian <jofey@araisrobo.com>, Ben Jackson <ben@ben.com>, John Morris <john@zultron.com>, Michael Haberler <git@mah.priv.at>, Yishin Li <ysli@araisrobo.com>, Chris Radek <chris@timeguy.com>, Alex Joni
[04:50:42] <linuxcnc-build> <alex_joni@users.sourceforge.net>, Norbert Schechner <nieson@web.de>, Michael Geszkiewicz <micges@wp.pl>, Charles Steinkuehler <charles@steinkuehler.net>, dummy, Jeff Epler <jepler@unpythonic.net>, Chris S Morley <chrisinnanaimo@hotmail.com>, Bence Kovacs <bence.kovacs@generalmechatronics.com>, Jeff Epler <jepler@dsndata.com>, Russell Brown
[04:50:42] <linuxcnc-build> <russell@lls.lls.com>
[04:53:58] <linuxcnc-build> build #1726 of lucid-i386-realtime-rip is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/lucid-i386-realtime-rip/builds/1726 blamelist: Francis Tisserant <tissf@free.fr>, Michael Haberler <mail17@mah.priv.at>, Sebastian Kuzminsky <seb@highlab.com>, Dewey Garrett <dgarrett@panix.com>, Andy Pugh
[04:53:58] <linuxcnc-build> <andy@bodgesoc.org>, Chris Morley <chrisinnanaimo@hotmail.com>, John Thornton <jthornton@gnipsel.com>, Jofey Jian <jofey@araisrobo.com>, Ben Jackson <ben@ben.com>, John Morris <john@zultron.com>, Michael Haberler <git@mah.priv.at>, Yishin Li <ysli@araisrobo.com>, Chris Radek <chris@timeguy.com>, Alex Joni <alex_joni@users.sourceforge.net>, Norbert
[04:53:58] <linuxcnc-build> Schechner <nieson@web.de>, Michael Geszkiewicz <micges@wp.pl>, Charles Steinkuehler <charles@steinkuehler.net>, dummy, Jeff Epler <jepler@unpythonic.net>, Chris S Morley <chrisinnanaimo@hotmail.com>, Bence Kovacs <bence.kovacs@generalmechatronics.com>, Jeff Epler <jepler@dsndata.com>, Russell Brown <russell@lls.lls.com>
[04:54:27] -!- zeeshan has quit [Ping timeout: 260 seconds]
[04:58:31] -!- lyzidiamond has quit [Quit: lyzidiamond]
[04:59:29] -!- julby0 has quit [Ping timeout: 240 seconds]
[05:01:55] -!- skunkworksnook has quit [Ping timeout: 272 seconds]
[05:04:10] -!- Jeebiss has quit [Ping timeout: 245 seconds]
[05:05:49] -!- terabyte- has quit [Quit: terabyte-]
[05:17:33] -!- Tecan has quit [Quit: Live Long And Phosphor!]
[05:17:42] -!- heathman_ has quit []
[05:20:03] <linuxcnc-build> build #1726 of checkin is complete: Failure [4failed] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/checkin/builds/1726 blamelist: Francis Tisserant <tissf@free.fr>, Michael Haberler <mail17@mah.priv.at>, Sebastian Kuzminsky <seb@highlab.com>, Dewey Garrett <dgarrett@panix.com>, Andy Pugh <andy@bodgesoc.org>, Chris Morley
[05:20:03] <linuxcnc-build> <chrisinnanaimo@hotmail.com>, John Thornton <jthornton@gnipsel.com>, Jofey Jian <jofey@araisrobo.com>, Ben Jackson <ben@ben.com>, John Morris <john@zultron.com>, Michael Haberler <git@mah.priv.at>, Yishin Li <ysli@araisrobo.com>, Chris Radek <chris@timeguy.com>, Alex Joni <alex_joni@users.sourceforge.net>, Norbert Schechner <nieson@web.de>, Michael
[05:20:03] <linuxcnc-build> Geszkiewicz <micges@wp.pl>, Charles Steinkuehler <charles@steinkuehler.net>, dummy, Jeff Epler <jepler@unpythonic.net>, Chris S Morley <chrisinnanaimo@hotmail.com>, Bence Kovacs <bence.kovacs@generalmechatronics.com>, Jeff Epler <jepler@dsndata.com>, Russell Brown <russell@lls.lls.com>
[05:54:05] -!- PetefromTn has quit [Remote host closed the connection]
[06:02:13] -!- Fox_Muldr has quit [Ping timeout: 245 seconds]
[06:13:30] -!- lyzidiamond has quit [Ping timeout: 252 seconds]
[06:21:32] -!- jbr has quit [Quit: hasta la pasta.]
[06:28:28] <linuxcnc-build> build #34 of deb-precise-rtpreempt-binary-x86 is complete: Failure [4failed apt-get-update shell_2] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/deb-precise-rtpreempt-binary-x86/builds/34 blamelist: Sebastian Kuzminsky <seb@highlab.com>
[06:28:37] <linuxcnc-build> build #34 of deb-precise-rtpreempt-binary-amd64 is complete: Failure [4failed apt-get-update shell_2] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/deb-precise-rtpreempt-binary-amd64/builds/34 blamelist: Sebastian Kuzminsky <seb@highlab.com>
[06:40:48] -!- elwaldos has quit [Quit: Saliendo]
[06:41:46] -!- mackdoyle has quit [Client Quit]
[06:44:47] -!- djinni` has quit [Ping timeout: 272 seconds]
[06:55:30] <linuxcnc-build> build #34 of deb-precise-xenomai-binary-amd64 is complete: Failure [4failed apt-get-update shell_3] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/deb-precise-xenomai-binary-amd64/builds/34 blamelist: Sebastian Kuzminsky <seb@highlab.com>
[07:02:13] -!- lyzidiamond has quit [Ping timeout: 245 seconds]
[07:06:51] -!- kwallace1 [kwallace1!~kwallace@smb-176.sonnet.com] has parted #linuxcnc-devel
[07:10:23] -!- jst_ has quit [Quit: No Ping reply in 180 seconds.]
[07:13:24] -!- tchaddad has quit [Remote host closed the connection]
[07:18:14] -!- The_Ball has quit [Ping timeout: 264 seconds]
[07:25:26] <linuxcnc-build> build #1334 of deb-lucid-rt-binary-i386 is complete: Failure [4failed shell_3] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/deb-lucid-rt-binary-i386/builds/1334 blamelist: Sebastian Kuzminsky <seb@highlab.com>
[07:27:42] -!- Thetawaves has quit [Quit: Leaving]
[07:54:19] -!- GJdan has quit [Quit: WeeChat 0.4.2]
[07:56:46] -!- lyzidiamond has quit [Quit: lyzidiamond]
[08:07:13] -!- mle has quit [Ping timeout: 245 seconds]
[08:24:57] -!- tjb11 has quit [Ping timeout: 252 seconds]
[08:45:37] -!- rob_h [rob_h!~robh@90.203.219.139] has joined #linuxcnc-devel
[08:49:02] -!- maximilian_h [maximilian_h!~bonsai@130.255.104.21] has joined #linuxcnc-devel
[09:05:07] -!- b_b has quit [Changing host]
[09:17:25] -!- lyzidiamond has quit [Ping timeout: 272 seconds]
[09:36:31] -!- pingufan has quit [Quit: Konversation terminated!]
[10:09:14] -!- maximilian_h has quit [Quit: Leaving.]
[10:09:19] -!- maximilian_h1 [maximilian_h1!~bonsai@130.255.104.21] has joined #linuxcnc-devel
[10:11:45] -!- syyl- has quit [Ping timeout: 252 seconds]
[10:24:43] -!- maximilian_h1 has quit [Quit: Leaving.]
[10:31:03] -!- kludge` has quit [Ping timeout: 252 seconds]
[10:32:31] -!- arvidkahl has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
[10:36:16] map is now known as Guest94358
[10:37:37] -!- Guest94358 has quit [Client Quit]
[10:38:55] -!- tinkerer [tinkerer!~tinkerer@mail.play-pla.net] has joined #linuxcnc-devel
[10:58:57] -!- FreezingCold has quit [Ping timeout: 252 seconds]
[11:05:32] -!- micges [micges!~captain_p@abpa154.neoplus.adsl.tpnet.pl] has joined #linuxcnc-devel
[11:16:09] -!- phantoxeD has quit [Read error: Connection reset by peer]
[11:21:12] -!- skunkworks has quit [Remote host closed the connection]
[11:30:28] -!- balestrino has quit [Ping timeout: 252 seconds]
[11:39:47] -!- thomaslindstr_m has quit [Remote host closed the connection]
[11:46:53] -!- sumpfralle has quit [Ping timeout: 272 seconds]
[11:47:27] -!- arvidkahl has quit [Ping timeout: 265 seconds]
[11:49:07] -!- skunkworks [skunkworks!~skunkwork@68-115-41-210.static.eucl.wi.charter.com] has joined #linuxcnc-devel
[12:22:15] -!- arvidkahl has quit [Ping timeout: 265 seconds]
[12:29:26] -!- thomaslindstr_m has quit [Remote host closed the connection]
[12:33:43] -!- thomaslindstr_m has quit [Client Quit]
[12:44:17] -!- Deejay has quit [Quit: bbl]
[12:46:58] -!- zumba_addict has quit [Quit: zumba_addict]
[13:08:12] -!- Tomashe has quit [Ping timeout: 252 seconds]
[13:16:49] -!- KimK has quit [Ping timeout: 272 seconds]
[13:17:24] -!- KimK [KimK!~Kim__@ip24-255-223-153.ks.ks.cox.net] has joined #linuxcnc-devel
[13:28:12] -!- krusty_ar has quit [Ping timeout: 252 seconds]
[13:28:33] -!- balestrino has quit [Ping timeout: 252 seconds]
[13:31:45] -!- rob_h has quit [Ping timeout: 272 seconds]
[13:33:56] -!- sumpfralle has quit [Client Quit]
[13:34:33] -!- FreezingCold has quit [Ping timeout: 272 seconds]
[13:53:02] -!- cwmma has quit [Ping timeout: 264 seconds]
[13:53:03] cwmma_ is now known as cwmma
[13:56:01] -!- md-2 has quit [Remote host closed the connection]
[13:57:59] -!- cwmma has quit [Ping timeout: 272 seconds]
[13:57:59] cwmma___ is now known as cwmma
[13:59:03] -!- cwmma_ has quit [Ping timeout: 260 seconds]
[14:00:22] -!- cwmma__ has quit [Ping timeout: 265 seconds]
[14:02:23] -!- cwmma has quit [Ping timeout: 252 seconds]
[14:02:24] cwmma_ is now known as cwmma
[14:08:01] <skunkworks> PCW, Yay - no watchdog bite. Flashing a GPIO
[14:08:20] <skunkworks> micges, ^ Great work!
[14:11:38] -!- cwmma has quit [Ping timeout: 264 seconds]
[14:13:45] -!- rob_h [rob_h!~robh@90.203.219.139] has joined #linuxcnc-devel
[14:14:27] -!- cwmma_ has quit [Ping timeout: 272 seconds]
[14:15:23] -!- cwmma__ has quit [Ping timeout: 260 seconds]
[14:15:53] -!- dhoovie has quit [Ping timeout: 246 seconds]
[14:16:05] -!- gonzo_ has quit [Ping timeout: 272 seconds]
[14:16:37] -!- cwmma___ has quit [Ping timeout: 248 seconds]
[14:18:00] -!- Valen has quit [Quit: Leaving.]
[14:31:31] <micges> skunkworks: that's good, try any hardware if you have
[14:34:54] * skunkworks needs to order some hardware..
[14:35:21] <micges> :)
[14:35:50] <micges> I was talking about some encoders or stepper drivers
[14:36:07] <Tom_itx> what branch is this?
[14:36:15] <Tom_itx> i could try the sherline
[14:37:18] -!- FreezingCold has quit [Ping timeout: 252 seconds]
[14:38:01] <skunkworks> heh - will do
[14:38:13] <skunkworks> This is for ethernet connected mesa cards
[14:38:19] <Tom_itx> ahh
[14:38:23] <Tom_itx> can't help ya there
[14:38:33] <skunkworks> heh
[14:43:14] -!- pcw_home [pcw_home!~chatzilla@c-50-174-121-10.hsd1.ca.comcast.net] has joined #linuxcnc-devel
[14:45:56] <pcw_home> good news and bad: no WD problem but read time is now about 1 ms (was around 200 usec before)
[14:47:07] <skunkworks> for me the servo thread is about 429 and 851
[14:47:34] <skunkworks> (that is what it was always for me.. - well - over 600us
[14:48:02] <pcw_home> for me its about 3-5x slower
[14:48:36] <skunkworks> yeck
[14:49:10] <pcw_home> write time is faster
[14:49:57] <skunkworks> (I am talking peak) let me look at what current is
[14:50:16] <pcw_home> read time looks like almost always thread time and rarely lower
[15:00:24] -!- mackerski has quit [Read error: Operation timed out]
[15:03:30] <skunkworks> what would have changed?
[15:05:17] -!- kwallace [kwallace!~kwallace@smb-86.sonnet.com] has joined #linuxcnc-devel
[15:06:40] <pcw_home> looks like a bug in the read polling
[15:07:11] -!- psha [psha!~psha@213.208.162.93] has joined #linuxcnc-devel
[15:08:26] <pcw_home> old: http://imagebin.ca/v/1AVo9fimKk3c
[15:08:28] <pcw_home> new: http://imagebin.ca/v/1AVofpXtSj3Q
[15:09:37] <micges> pcw_home: I
[15:10:28] <micges> I'll try to remove delays in read code in a hour or so
[15:10:54] <pcw_home> Ahh
[15:11:20] <micges> but they are 10us each so not so significant
[15:11:40] <micges> back in 2h
[15:11:42] <micges> bbl
[15:11:43] <pcw_home> looks like write timing has been improved
[15:18:13] <skunkworks> still flashing the led.. :)
[15:19:24] <skunkworks> The matsuura homes.. The y axis still trips but seems to get longer the more it is used.. so That to me still points to bad caps
[15:20:35] <KGB-linuxcnc> 03John Morris 05zultron/ubc3-dev bc0f394 06linuxcnc 10scripts/runtests runtests script: run with 'bash -e' * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=bc0f394
[15:20:35] <KGB-linuxcnc> 03John Morris 05zultron/ubc3-dev c5f6aa9 06linuxcnc 10src/hal/drivers/mesa-hostmot2/sserial.c 10src/hal/drivers/mesa-hostmot2/watchdog.c mesa-hostmot2 driver: Remove int->double conversions * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=c5f6aa9
[15:20:35] <KGB-linuxcnc> 03John Morris 05zultron/ubc3-dev 7f5e042 06linuxcnc 10debian/linuxcnc.files.in 04scripts/check-logging.sh 03scripts/check-system-configuration.sh 10src/Makefile check-system-configuration.sh: check for common problems * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=7f5e042
[15:20:57] -!- FreezingCold has quit [Ping timeout: 272 seconds]
[15:21:29] -!- archivist_herron has quit [Ping timeout: 240 seconds]
[15:34:09] -!- putnik has quit [Ping timeout: 276 seconds]
[15:39:26] <KGB-linuxcnc> 03Dewey Garrett 05v2.5_branch 6ecaa28 06linuxcnc 03nc_files/ngcgui_lib/qpex_mm.ngc 10nc_files/ngcgui_lib/qpocket.ngc qpocket: fix stepover, notably wrong for mm tests * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=6ecaa28
[15:44:59] <cradek> skunkworks: did you find which fault led?
[15:45:54] <skunkworks> not yet. I am going to actually be able to fondle it tonight
[15:47:19] <skunkworks> dad was able to enter some gcode and run it around
[15:49:59] <skunkworks> don't know if the spindle drive works yet. (no tooling)
[15:52:53] -!- ktchk [ktchk!~eddie6929@n219078191117.netvigator.com] has joined #linuxcnc-devel
[15:53:18] -!- ktchk has quit [Client Quit]
[15:57:00] -!- kwallace2 [kwallace2!~kwallace@smb-98.sonnet.com] has joined #linuxcnc-devel
[15:57:24] <seb_kuzminsky> zultron: i like your check-system-config script, & the 'make install' installation of the required files in /etc
[15:57:27] <seb_kuzminsky> thanks!
[15:59:21] -!- mhaberler has quit [Quit: mhaberler]
[15:59:55] -!- kwallace has quit [Ping timeout: 260 seconds]
[16:01:31] <skunkworks> zultron is a good guy.. I met him once somewhere out west.
[16:02:23] <skunkworks> Although for some reason he doesn't have an accent even though he is from texas
[16:04:07] -!- mhaberler [mhaberler!~mhaberler@macbook.stiwoll.mah.priv.at] has joined #linuxcnc-devel
[16:07:29] -!- Loetmichel has quit [Ping timeout: 240 seconds]
[16:09:16] -!- skorasaurus has quit [Read error: Operation timed out]
[16:29:00] -!- pjm_ has quit [Read error: Connection reset by peer]
[16:30:40] -!- pingufan has quit [Quit: Konversation terminated!]
[16:31:16] <linuxcnc-build> build #35 of deb-precise-rtpreempt-binary-amd64 is complete: Failure [4failed apt-get-update shell_2] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/deb-precise-rtpreempt-binary-amd64/builds/35 blamelist: dummy, John Morris <john@zultron.com>
[16:31:19] <KGB-linuxcnc> 05seb/ubc3-deb 673b7ae 06linuxcnc 04. branch deleted * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=673b7ae
[16:31:23] <linuxcnc-build> build #35 of deb-precise-rtpreempt-binary-x86 is complete: Failure [4failed apt-get-update shell_2] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/deb-precise-rtpreempt-binary-x86/builds/35 blamelist: dummy, John Morris <john@zultron.com>
[16:33:26] -!- thomaslindstr_m has quit [Quit: Leaving...]
[16:43:19] <micges> pcw_home: on what pc was those tests?
[16:45:03] -!- Komzzzpa has quit [Read error: Connection reset by peer]
[17:01:15] <skunkworks> mine is pretty old atom.. I could switch it over to a newr motherboard
[17:07:02] <linuxcnc-build> build #35 of deb-precise-xenomai-binary-amd64 is complete: Failure [4failed apt-get-update shell_3] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/deb-precise-xenomai-binary-amd64/builds/35 blamelist: dummy, John Morris <john@zultron.com>
[17:07:20] <pcw_home> Core Duo 2180 or something
[17:07:23] -!- dhoovie has quit [Ping timeout: 246 seconds]
[17:09:51] <pcw_home> Using built in Atheros MAC
[17:14:32] -!- Komzpa has quit [Read error: Connection reset by peer]
[17:16:41] -!- Komzzpa has quit [Read error: Connection reset by peer]
[17:16:44] -!- gonzo_nb has quit [Read error: Operation timed out]
[17:17:09] -!- maximilian_h [maximilian_h!~bonsai@130.255.104.21] has joined #linuxcnc-devel
[17:19:26] -!- skorasaurus has quit [Ping timeout: 264 seconds]
[17:22:09] -!- mle has quit [Remote host closed the connection]
[17:29:44] -!- mackerski_ has quit [Quit: mackerski_]
[17:30:10] -!- dway has quit [Quit: dway]
[17:35:10] <skunkworks> still flashing..
[17:35:16] -!- aFeijo has quit [Read error: Connection reset by peer]
[17:35:24] -!- mozmck has quit [Quit: Leaving.]
[17:39:25] -!- mozmck [mozmck!~moses@client-67.210.159.209.dfwtx.partnershipbroadband.com] has joined #linuxcnc-devel
[17:41:17] <linuxcnc-build> build #1335 of deb-lucid-rt-binary-i386 is complete: Failure [4failed shell_3] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/deb-lucid-rt-binary-i386/builds/1335 blamelist: dummy, John Morris <john@zultron.com>
[18:09:33] <skunkworks> dummy, john morris - that is harsh..
[18:21:19] -!- rob_h has quit [Ping timeout: 260 seconds]
[18:21:33] -!- Jeebiss has quit [Ping timeout: 272 seconds]
[18:24:04] -!- md-2 has quit [Remote host closed the connection]
[18:25:38] <zultron> Ha ha! Thanks y'all!
[18:25:54] * zultron has a few traces of Texas accent....
[18:26:30] <pcw_home> micges problem was Atheros MAC (RTK8139 works OK)
[18:27:46] <pcw_home> Had to change the PID tuning, I suspect the previous rev was always reading the old data
[18:28:30] <zultron> Atheros? WiFi? Is that a supported means of talking to ethernet-connected Mesa boards?
[18:28:42] <pcw_home> this tuning makes more sense (FF1 = 1.000, FF2 = 0 P= 50)
[18:28:56] <pcw_home> Atheros Ethernet MAC
[18:28:59] -!- md-2 has quit [Ping timeout: 240 seconds]
[18:29:16] <zultron> Whew!
[18:30:08] <pcw_home> WIFI is a little lumpy for RT
[18:31:03] <skunkworks> pcw_home, what is your peak thread period?
[18:31:33] -!- skorasaurus has quit [Ping timeout: 248 seconds]
[18:32:28] <KGB-linuxcnc> 03John Morris 05unified-build-candidate-3 1174a03 06linuxcnc 10tests/hm2-idrom/test.sh hm2-idrom test: fix "too many arguments" error * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=1174a03
[18:32:28] <KGB-linuxcnc> 03John Morris 05unified-build-candidate-3 2124f82 06linuxcnc 10scripts/realtime.in realtime.in: recursively remove kmods and depending modules at unload * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=2124f82
[18:32:28] <KGB-linuxcnc> 03John Morris 05unified-build-candidate-3 691e3b3 06linuxcnc 10scripts/runtests runtests script: run with 'bash -e' * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=691e3b3
[18:32:30] <KGB-linuxcnc> 03John Morris 05unified-build-candidate-3 b9456dc 06linuxcnc 10src/hal/drivers/mesa-hostmot2/sserial.c 10src/hal/drivers/mesa-hostmot2/watchdog.c mesa-hostmot2 driver: Remove int->double conversions * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=b9456dc
[18:32:35] <KGB-linuxcnc> 03John Morris 05unified-build-candidate-3 cf53d83 06linuxcnc 10debian/linuxcnc.files.in 04scripts/check-logging.sh 03scripts/check-system-configuration.sh 10src/Makefile check-system-configuration.sh: check for common problems * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=cf53d83
[18:33:30] -!- Pro777 has quit [Quit: Pro777]
[18:34:18] <seb_kuzminsky> sweet
[18:34:33] Cylly is now known as Loetmichel
[18:37:02] <pcw_home> pretty lousy about 200 usec for write and 700 usec for read
[18:37:03] <pcw_home> (average write about 30 usec average read about 330 usec)
[18:38:04] <skunkworks> hmm - it won't start your config. Doesn't seem to be creating the stepgens. pcw_home did you change the firmware in my 7i80?
[18:38:09] <skunkworks> by chance
[18:39:52] <pcw_home> not unless its on a public IP address...
[18:40:28] <skunkworks> pcw_home, heh - I sent it to you
[18:40:56] <pcw_home> maybe then, I dont remember
[18:41:27] -!- FreezingCold has quit [Ping timeout: 272 seconds]
[18:42:27] <skunkworks> ok - I can check it
[18:44:13] -!- CaptHindsight has quit [Quit: gone]
[18:44:38] <micges> pcw_home: that's good but even so I'll try to remove delays
[18:52:29] -!- maximilian_h has quit [Ping timeout: 272 seconds]
[18:53:31] <micges> pcw_home: try to comment rtapi_delay() in hm2_eth_enqueue_read() and hm2_eth_read()
[18:53:38] <micges> 20% better times here
[18:54:18] <micges> but about 60 times trying to read data from socket
[18:54:39] <micges> now it's max 5 retries
[18:56:20] -!- syyl_ws has quit [Quit: Verlassend]
[18:56:33] -!- CaptHindsight [CaptHindsight!~2020@adsl-75-57-147-119.dsl.emhril.sbcglobal.net] has joined #linuxcnc-devel
[18:56:40] -!- CaptHindsight has quit [Changing host]
[18:56:40] -!- CaptHindsight [CaptHindsight!~2020@unaffiliated/capthindsight] has joined #linuxcnc-devel
[18:58:25] -!- b_b has quit [Changing host]
[19:01:28] -!- psha has quit [Quit: Lost terminal]
[19:02:25] <skunkworks> micges, what source is that
[19:02:41] <micges> hm2_eth.c
[19:09:45] <skunkworks> I was getting 800+us now I am getting about 600ish us total thread time.
[19:09:56] -!- pcw_home has quit [Read error: Connection reset by peer]
[19:10:11] <micges> nice
[19:16:26] -!- gambakufu has quit [Ping timeout: 252 seconds]
[19:16:43] -!- pcw_home [pcw_home!~chatzilla@c-50-174-121-10.hsd1.ca.comcast.net] has joined #linuxcnc-devel
[19:16:47] -!- maximilian_h [maximilian_h!~bonsai@130.255.104.21] has joined #linuxcnc-devel
[19:17:23] -!- IchGuckLive has quit [Quit: ChatZilla 0.9.87 [Firefox 20.0/20130329043827]]
[19:18:52] <skunkworks> pcw_home, one last time - what is a good firmware for the 7i80hd 16? that has steppers, encoders and pwm
[19:19:12] <skunkworks> I think it must have been flashed as it doesn't even have pwm's
[19:23:34] -!- pcw_home has quit [Read error: Connection reset by peer]
[19:25:02] -!- ekolojik has quit [Changing host]
[19:27:29] -!- skorasaurus has quit [Ping timeout: 240 seconds]
[19:27:59] -!- pcw_home [pcw_home!~chatzilla@c-50-174-121-10.hsd1.ca.comcast.net] has joined #linuxcnc-devel
[19:28:32] <pcw_home> well no luck commenting out the rtapi delay
[19:31:50] <pcw_home> (linuxcnc hangs the system --> hard reset required to recover)
[19:32:48] -!- motioncontrol has quit [Read error: No route to host]
[19:33:06] -!- lyzidiamond has quit [Quit: lyzidiamond]
[19:37:52] -!- maximilian_h has quit [Quit: Leaving.]
[19:42:16] <skunkworks> it worked here...
[19:42:35] <skunkworks> it is only in the file in the 2 places it looks like
[19:43:07] <skunkworks> yay - something worked for me an not you!! neener neener neener.. oh wait..
[19:45:01] <Tom_itx> speak too soon?
[19:46:29] <skunkworks> no - just not something to be excited about ;)
[19:47:45] <skunkworks> pcw_home, running your config I get read times that peak at a little over 500us.
[19:47:58] <skunkworks> watchdog still hasn't bit - yay
[19:48:13] <skunkworks> although if I try to run the program at full speed I get a following error
[19:48:48] <skunkworks> did you say that you changed the tuning?
[19:49:19] -!- chillly has quit [Ping timeout: 265 seconds]
[19:49:29] -!- FreezingCold has quit [Ping timeout: 240 seconds]
[19:54:24] <skunkworks> (FF1 = 1.000, FF2 = 0 P= 50) seemed to fix it
[19:55:51] <pcw_home> Yes I think the FF2 was needed because the lack of waiting for read meant the read was always a cycle late
[19:57:38] <skunkworks> I can still get a trip with the FO set at 3000%
[19:57:54] <skunkworks> seems to be unrelated to read/write time
[19:58:35] <pcw_home> mainly depends on the velocity and read delay
[20:00:39] <pcw_home> note the the actual errors will be much smaller (that is 200 usec added read delay will show
[20:00:41] <pcw_home> 2 mill error at 10 IPS but PID correction is slew limited so averages out the delay spikes)
[20:00:53] -!- rob_h [rob_h!~robh@90.203.219.139] has joined #linuxcnc-devel
[20:01:07] <skunkworks> but - so far so good!
[20:01:35] <skunkworks> >||< close to working :)
[20:01:56] <pcw_home> wonder why mine is broken now...
[20:02:31] <skunkworks> tomorrow I will try faster hardware
[20:02:40] <skunkworks> bbl
[20:02:45] * skunkworks is excited
[20:02:50] -!- skunkworks has quit [Quit: Leaving]
[20:06:11] <micges> pcw_home: send me your config
[20:10:35] <pcw_home> sent
[20:11:05] <pcw_home> I must have broken something with the comments
[20:11:33] <pcw_home> only change in PID stepper config is FF2 = 0
[20:13:11] <pcw_home> looking carefully it may be that a tiny bit of ff2 will help (probably to compensate for the read=write latency)
[20:13:26] <pcw_home> read --> write
[20:13:37] <pcw_home> bbl
[20:17:43] -!- fomox_ has quit [Ping timeout: 272 seconds]
[20:21:09] -!- patrickarlt has quit [Read error: No route to host]
[20:24:14] -!- Pro777 has quit [Quit: Pro777]
[20:39:33] <linuxcnc-build> build #36 of deb-precise-rtpreempt-binary-x86 is complete: Failure [4failed apt-get-update shell_2] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/deb-precise-rtpreempt-binary-x86/builds/36 blamelist: John Morris <john@zultron.com>
[20:39:57] <linuxcnc-build> build #36 of deb-precise-rtpreempt-binary-amd64 is complete: Failure [4failed apt-get-update shell_2] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/deb-precise-rtpreempt-binary-amd64/builds/36 blamelist: John Morris <john@zultron.com>
[20:40:25] -!- patrickarlt has quit [Remote host closed the connection]
[20:42:42] <Tom_itx> how would i apply this patch: http://sourceforge.net/p/emc/bugs/329/
[20:42:51] <Tom_itx> does it require recompiling?
[20:45:35] -!- zeeshan [zeeshan!~kvirc@S01060018e7cea342.hm.shawcable.net] has joined #linuxcnc-devel
[20:45:44] -!- zeeshan [zeeshan!~kvirc@S01060018e7cea342.hm.shawcable.net] has parted #linuxcnc-devel
[20:46:27] -!- Pekkis [Pekkis!554c0024@gateway/web/freenode/ip.85.76.0.36] has joined #linuxcnc-devel
[20:46:27] -!- PetefromTn [PetefromTn!~quassel@75-136-192-114.dhcp.kgpt.tn.charter.com] has joined #linuxcnc-devel
[20:47:38] <Pekkis> hi! Could any one help me with Ubuntu 10.04 and LinuxCNC 2.5.3 this is not start
[20:48:22] <Pekkis> I am install it by CD from linuxcnc.org
[20:49:50] <Tom_itx> unplug your ethernet
[20:49:51] <Tom_itx> try again
[20:50:06] <Tom_itx> there was a bug with that... dunno if it got fixed or not
[20:50:55] <Pekkis> ok I'll try
[20:51:59] -!- Pekkis [Pekkis!554c0024@gateway/web/freenode/ip.85.76.0.36] has parted #linuxcnc-devel
[20:56:21] -!- Pekkis [Pekkis!554c0024@gateway/web/freenode/ip.85.76.0.36] has joined #linuxcnc-devel
[20:57:02] <Pekkis> unplugging connection is not solve starting poblem
[20:57:38] <Tom_itx> did you checksum the disk?
[20:58:09] <Pekkis> no
[20:58:20] <Tom_itx> maybe it's bad, try that
[20:58:22] <Pekkis> I dont know how to made it
[20:58:37] <Tom_itx> did you burn the iso to a disk?
[20:59:00] <CaptHindsight> Pekkis: what type of disk drive are you using? I have problems with disks burned in one drive that won't read properly in others.
[20:59:02] <Pekkis> I made starting USB stick
[20:59:35] -!- gambakufu has quit [Ping timeout: 245 seconds]
[20:59:51] -!- ekolojik has quit [Quit: Konversation terminated!]
[20:59:59] <CaptHindsight> does your PC support boot from USB? some BIOS don't or can't get it right
[21:01:10] <Pekkis> hmm. amazing Linux work well
[21:01:14] <cradek> what do you see? is there an error?
[21:01:18] <Pekkis> how it possible
[21:01:21] <CaptHindsight> Pekkis: how far does it boot?
[21:01:29] <cradek> you have given us no information. please say more.
[21:01:57] <linuxcnc-build> build #36 of deb-precise-xenomai-binary-amd64 is complete: Failure [4failed apt-get-update shell_3] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/deb-precise-xenomai-binary-amd64/builds/36 blamelist: John Morris <john@zultron.com>
[21:03:10] <Pekkis> I have long error list but I dont know how I can show it
[21:03:23] <Tom_itx> pastebin
[21:03:30] <Tom_itx> .ca .com etc
[21:05:20] -!- tmcw has quit [Remote host closed the connection]
[21:08:27] <Pekkis> Realtime system did not load
[21:10:00] -!- tmcw has quit [Ping timeout: 245 seconds]
[21:10:05] <Pekkis> and next row is: Shutting down and cleaning up LinuxCNC...
[21:11:21] <seb_kuzminsky> Pekkis: upload linuxcnc_debug.txt, linuxcnc_print.txt, and the output of 'dmesg' to pastebin.ca
[21:13:03] <seb_kuzminsky> Tom_itx: that patch is broken a little bit, it includes changes to a generated file
[21:13:25] <seb_kuzminsky> i'd say, apply the linuxcnc.in part by hand and ignore the linuxcnc part, then rerun configure and rebuild
[21:14:19] <Pekkis> I am not never used pastebin
[21:14:33] -!- ler_hydra has quit [Remote host closed the connection]
[21:14:49] <Pekkis> how this work
[21:16:35] -!- dhoovie has quit [Ping timeout: 246 seconds]
[21:17:06] <KGB-linuxcnc> 03Michael Haberler 05unified-build-candidate-3-testmerge-glo c264b30 06linuxcnc 10debian/linuxcnc.files.in 10src/Makefile Merge remote-tracking branch 'github-mah/unified-build-candidate-3' into unified-build-candidate-3 * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=c264b30
[21:17:18] <Pekkis> ok I made it
[21:25:25] -!- patrickarlt has quit [Read error: Connection reset by peer]
[21:28:40] <CaptHindsight> Pekkis: paste the link from pastebin here
[21:28:52] <CaptHindsight> then we can see your post
[21:29:59] <CaptHindsight> http://www.pastebin.ca/2599624 my example
[21:30:02] -!- JT-Shop [JT-Shop!~john@75.106.20.181] has joined #linuxcnc-devel
[21:32:32] <Pekkis> heh ok sorry
[21:32:35] <Pekkis> http://pastebin.com/0k4An1k8
[21:34:40] <memleak> Pekkis, you need to modify /etc/udev/rules.conf or /etc/udev.d/rules/99-rtai.conf
[21:34:50] <memleak> you also need to modify /etc/security/limits.conf
[21:34:53] <memleak> one moment for details
[21:35:30] <memleak> http://wiki.linuxcnc.org/cgi-bin/wiki.pl?LockedMemory
[21:37:00] <memleak> hmm trying to find that example file for the udev rule
[21:37:21] <Pekkis> hmm intresting I'll try :-)
[21:38:41] <memleak> https://code.google.com/p/neo-technical/wiki/emc2ubuntu step 13a
[21:39:03] <memleak> considering this is ubuntu 8.04 im not sure exactly where the path is to the udev rules
[21:40:06] <memleak> Pekkis, if you run this command in a terminal: ls /etc/udev does a rules.d directory show up?
[21:42:33] <seb_kuzminsky> memleak: looks to me like pekkis is on 10.04, not 8.04
[21:43:11] <Pekkis> I have 10.04
[21:43:16] <memleak> wow i had no idea 2.6.32 was used for the 10.04 distro
[21:43:19] <seb_kuzminsky> Pekkis: you installed from the LinuxCNC Lucid LiveCD?
[21:43:37] <seb_kuzminsky> i thought that set up the ulimits right
[21:43:50] <seb_kuzminsky> did you modify any of the config files after installing?
[21:43:57] <Pekkis> no
[21:44:04] <seb_kuzminsky> memleak: we shipped 2.6.24 (iirc) for hardy
[21:44:25] <memleak> oh
[21:45:23] -!- GuShH_ has quit [Ping timeout: 272 seconds]
[21:47:36] -!- lyzidiamond has quit [Quit: lyzidiamond]
[21:48:57] <Pekkis> dsplabs.upt.ro/~juve/emc/get.php?file=ubuntu-10.04-linuxcnc3-i386.iso
[21:49:22] <Pekkis> I install this
[21:50:48] -!- tmcw has quit []
[21:52:34] <seb_kuzminsky> and then how did you start linuxcnc?
[21:52:46] <cradek> [ 0.000000] Local APIC disabled by BIOS -- you can enable it with "lapic"
[21:53:02] <linuxcnc-build> build #1337 of deb-lucid-rt-binary-i386 is complete: Failure [4failed shell_3] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/deb-lucid-rt-binary-i386/builds/1337 blamelist: John Morris <john@zultron.com>
[21:53:04] <cradek> [ 0.012820] no APIC, boot with the "lapic" boot parameter to force-enable it.
[21:53:41] -!- terabyte- has quit [Quit: terabyte-]
[21:53:46] <cradek> [ 365.275288] RTAI[hal]: ERROR, LOCAL APIC CONFIGURED BUT NOT AVAILABLE/ENABLED.
[21:54:20] -!- lyzidiamond has quit [Client Quit]
[21:54:29] <cradek> http://wiki.linuxcnc.org/cgi-bin/wiki.pl?TroubleShooting#emc2_doesn_t_run_missing_lapic
[21:56:02] -!- lyzidiamond has quit [Client Quit]
[21:58:11] <Pekkis> I need restartart and check bios. thanks for all
[21:58:55] -!- Pekkis has quit [Quit: Page closed]
[22:05:01] <memleak> thanks cradek i missed that part of the pastebin
[22:05:31] <memleak> i saw locked memory and i'm like "oh!"
[22:06:34] <cradek> I knew that wasn't the problem since he's using our cd image -- so I kept looking
[22:06:50] <cradek> hope he lets us know if he gets it
[22:08:35] -!- Pro777 has quit [Quit: Pro777]
[22:08:49] -!- tinkerer has quit [Quit: Leaving.]
[22:10:56] -!- skorasaurus has quit [Ping timeout: 265 seconds]
[22:11:05] -!- fomox_ has quit [Ping timeout: 272 seconds]
[22:11:26] -!- lyzidiamond has quit [Client Quit]
[22:12:25] -!- Pekkis69 [Pekkis69!554c0024@gateway/web/freenode/ip.85.76.0.36] has joined #linuxcnc-devel
[22:13:15] <Pekkis69> Great :-) This lapic in grub fix my problem
[22:13:36] <Pekkis69> Thanks for all
[22:14:43] -!- mhaberler has quit [Quit: mhaberler]
[22:17:43] -!- Pekkis69 has quit [Ping timeout: 245 seconds]
[22:24:29] -!- lyzidiamond has quit [Quit: lyzidiamond]
[22:25:17] -!- zumba_addict has quit [Quit: zumba_addict]
[22:25:30] -!- Deejay has quit [Quit: bye]
[22:29:42] -!- lyzidiamond has quit [Client Quit]
[22:32:28] <CaptHindsight> what's the easiest way to get EMC to trigger running a script? Say when it hits some spot in G-code a script would start.
[22:33:31] -!- zeeshan has quit [Ping timeout: 272 seconds]
[22:33:48] <micges> CaptHindsight: custom M codes
[22:34:13] <micges> http://www.linuxcnc.org/docs/html/gcode/m-code.html#sec:M100-to-M199
[22:38:38] <CaptHindsight> micges: yeah that's the ticket
[22:38:46] <CaptHindsight> thanks
[22:44:02] -!- chillly has quit [Quit: Leaving]
[22:45:43] <linuxcnc-build> build #37 of deb-precise-rtpreempt-binary-x86 is complete: Failure [4failed apt-get-update shell_2] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/deb-precise-rtpreempt-binary-x86/builds/37 blamelist: Michael Haberler <git@mah.priv.at>
[22:46:02] <linuxcnc-build> build #37 of deb-precise-rtpreempt-binary-amd64 is complete: Failure [4failed apt-get-update shell_2] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/deb-precise-rtpreempt-binary-amd64/builds/37 blamelist: Michael Haberler <git@mah.priv.at>
[22:52:37] -!- afiber__ has quit [Quit: Konversation terminated!]
[22:53:44] -!- cwmma has quit [Quit: cwmma]
[22:54:21] -!- Demiurge has quit [Quit: Demiurge]
[22:56:33] -!- terabyte- has quit [Quit: terabyte-]
[22:58:25] -!- dhoovie has quit [Ping timeout: 246 seconds]
[23:03:42] -!- andypugh [andypugh!~andy2@cpc14-basl11-2-0-cust436.20-1.cable.virginm.net] has joined #linuxcnc-devel
[23:04:44] <memleak> andypugh, welcome back!
[23:05:09] <andypugh> Been back a while, just doing other stuff :-)
[23:05:40] <andypugh> (Though today was an unfortunate combination of 2 9-0-clock meetings at work.
[23:06:06] <andypugh> A 9am meeting with the Paris office, and a 9pm meeting with the Detroit one...
[23:07:37] -!- uwe_ has quit [Ping timeout: 252 seconds]
[23:07:55] <linuxcnc-build> build #37 of deb-precise-xenomai-binary-amd64 is complete: Failure [4failed apt-get-update shell_3] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/deb-precise-xenomai-binary-amd64/builds/37 blamelist: Michael Haberler <git@mah.priv.at>
[23:08:30] <zultron> seb_kuzminsky, just to be sure, the deb-* build failures for ubc3 branches have always failed for ubc3? They weren't working earlier, and these recent failures are regressions, right?
[23:14:58] -!- wboykinm has quit [Remote host closed the connection]
[23:18:15] <linuxcnc-build> build #1337 of deb-lucid-sim-binary-i386 is complete: Failure [4failed shell_3] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/deb-lucid-sim-binary-i386/builds/1337 blamelist: Michael Haberler <git@mah.priv.at>
[23:20:23] <linuxcnc-build> build #1343 of deb-precise-sim-binary-i386 is complete: Failure [4failed shell_3] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/deb-precise-sim-binary-i386/builds/1343 blamelist: Michael Haberler <git@mah.priv.at>
[23:20:24] <linuxcnc-build> build #1342 of deb-precise-sim-binary-amd64 is complete: Failure [4failed shell_3] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/deb-precise-sim-binary-amd64/builds/1342 blamelist: Michael Haberler <git@mah.priv.at>
[23:22:04] <linuxcnc-build> build #172 of deb-precise-rt-binary-i386 is complete: Failure [4failed shell_3] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/deb-precise-rt-binary-i386/builds/172 blamelist: Michael Haberler <git@mah.priv.at>
[23:29:58] -!- wboykinm has quit [Remote host closed the connection]
[23:32:36] <linuxcnc-build> build #39 of deb-precise-xenomai-binary-x86 is complete: Failure [4failed apt-get-update shell_3] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/deb-precise-xenomai-binary-x86/builds/39 blamelist: Michael Haberler <git@mah.priv.at>
[23:34:03] -!- lyzidiamond has quit [Client Quit]
[23:39:29] <linuxcnc-build> build #1337 of deb-lucid-sim-binary-amd64 is complete: Failure [4failed shell_3] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/deb-lucid-sim-binary-amd64/builds/1337 blamelist: Michael Haberler <git@mah.priv.at>
[23:39:36] <linuxcnc-build> build #1338 of deb-lucid-rt-binary-i386 is complete: Failure [4failed shell_3] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/deb-lucid-rt-binary-i386/builds/1338 blamelist: Michael Haberler <git@mah.priv.at>
[23:40:41] -!- wboykinm has quit [Remote host closed the connection]
[23:40:42] -!- spatialbrew has quit [Remote host closed the connection]
[23:46:22] -!- Einar_ has quit [Quit: Leaving]
[23:52:39] -!- crank has quit [Ping timeout: 260 seconds]
[23:53:10] -!- jbr has quit [Quit: ChatZilla 0.9.90.1 [Firefox 26.0/20131205075310]]
[23:57:31] -!- FinboySlick has quit [Quit: Leaving.]