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

Back
[06:52:19] <skunkworks> linuxcnc.org seems to be down
[06:59:31] <Tom_itx> it's working for me
[06:59:50] <skunkworks> odd
[07:03:11] <skunkworks> must be me. works on the phone
[10:56:31] <Roguish> http://fossforce.com/2016/01/sourceforge-and-slashdot-have-been-sold/
[10:56:43] <Roguish> probably old news..........
[11:02:47] <malcom2073> Heh sourceforge... trusted.
[11:02:54] <malcom2073> He's gonna have a long hard road ahead of him proving that out
[11:06:25] <cradek> wow, the comments are amazing
[11:06:57] <cradek> folks, if you're too lazy to moderate comments on your site, just DON'T HAVE COMMENTS
[11:09:49] <malcom2073> Heh
[11:10:35] <cradek> I shouldn't have said that, because it might cause more people to view the page, rewarding them for leaving the comments there
[11:10:47] <cradek> I really hate web 2.0
[11:14:31] <malcom2073> Heh
[14:26:57] <skunkworks> is there a current way to visualize hal circuits?
[14:30:05] <mozmck> chalkboard
[14:30:20] <skunkworks> literally a chalkboard?
[14:30:40] <skunkworks> because all I have here is a whiteboard...
[14:30:46] <mozmck> I guess you could get more modern and use a whiteboard ;-)
[14:31:32] <skunkworks> https://forum.linuxcnc.org/forum/24-hal-components/14592-visualizing-hal-nets-with-graphviz
[14:31:38] <mozmck> I don't know a good answer to your question. Seems like I've seen some stuff but I think it was all for making a visual circuit and converting to hal.
[14:32:02] <mozmck> ooh! looks like you found something.
[14:32:36] <skunkworks> have to give it a try
[14:33:08] <PCW> also
[14:33:09] <PCW> http://wiki.linuxcnc.org/cgi-bin/wiki.pl?HalSchematicsUsingGschem
[14:34:39] <skunkworks> neat
[14:34:52] <PCW> That for the reverse translation (schematic to hal) which is easier since the output format is dont-care
[14:35:39] <PCW> getting a schematic that doesn't hurt your eyes from a netlist is tougher
[14:35:40] <mozmck> Yes, I don't know if there was a translation for hal to schematic though
[14:37:08] <mozmck> PCW: thanks for the checksum suggestion for determining firmware in 7i92
[14:38:16] <PCW> should be workable as a hackuntil IDROM V4
[14:38:17] <mozmck> mesaflash --device 7i92 --addr 10.10.10.10 --readhmid | cksum
[14:39:09] <jepler> PCW: did you ever get a chance to test with my sserial changes? I just realized I'm going on vacation tomorrow and never got that branch merged..
[14:39:11] <mozmck> Works fine here.
[14:39:20] <PCW> also even if you have a name in the config, the checksum keeps it honest
[14:39:29] <jepler> PCW: based on jt's feedback, I feel pretty confident about the code so I could go ahead and merge it
[14:39:32] <mozmck> oops, last sentence was for PCW, not jepler
[14:40:21] <mozmck> PCW: yes, the cksum program also outputs the size, so I compare that as well.
[14:40:25] <PCW> No I have been pretty much buried If JT is happy that's good enough for me since he had really severe noise issues
[14:40:59] <jepler> PCW: OK, I'll try to get it merged tonight.
[14:41:11] <jepler> I don't have much trip prep left, and the merge should go quick
[14:49:25] <skunkworks> jepler, germany?
[14:49:53] <jepler> skunkworks: nah, california
[14:50:08] <skunkworks> nice.
[14:51:46] <skunkworks> we are going to new orleans
[15:18:34] <jepler> that should be a blast!
[15:18:45] <jepler> unfortunately I'm going to the wrong part of california to drop in on pcw
[15:25:29] <JT-Shop> we're going to Nashville
[15:55:47] <jepler> should be things to do there!
[15:59:11] <jepler> do you go for music, or other reasons?
[17:26:25] <JT-Shop> we are going with some friends to try out 55 south and just see what we can find
[17:26:42] <JT-Shop> we all have cabin fever lol
[17:45:30] <jepler> > We disagree with some of the previous monetization strategies from an industry and business perspective, and have immediate plans to discontinue programs inconsistent with our being a trusted and reliable resource for the entire open source community.
[17:45:58] <jepler> (say the buyers of sourceforge, whose reputation was tarnished^Wobliterated when they started including unwanted software in software installers for windows)
[17:46:02] <jepler> http://fossforce.com/2016/01/sourceforge-and-slashdot-have-been-sold/
[18:09:59] <JT-Shop> https://www.youtube.com/watch?v=Vp0qi80AvZM
[18:11:53] <JT-Shop> not sure what kind of music you like, I like most styles of good music
[18:19:47] <JT-Shop> https://www.youtube.com/watch?v=JxKy1_c6DeM
[20:09:39] <KGB-linuxcnc> 03Dewey Garrett 05joints_axes11 19b5c12 06linuxcnc 10src/emc/task/taskintf.cc taskintf.cc old typo had switched min,max (JA) * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=19b5c12
[20:09:39] <KGB-linuxcnc> 03Dewey Garrett 05joints_axes11 30bfd22 06linuxcnc 10src/emc/motion/command.c 10src/emc/motion/control.c enforce soft joint limits when teleop jogging (JA) * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=30bfd22
[20:09:39] <KGB-linuxcnc> 03Dewey Garrett 05joints_axes11 3e4c15a 06linuxcnc 10src/emc/motion/command.c command.c: support EMCMOT_JOG_ABS in teleop (JA) * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=3e4c15a
[20:09:41] <KGB-linuxcnc> 03Dewey Garrett 05joints_axes11 afcb87f 06linuxcnc 10docs/man/man1/halui.1 halui man page: clarify analog jog items * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=afcb87f
[20:09:45] <KGB-linuxcnc> 03Dewey Garrett 05joints_axes11 462484e 06linuxcnc 10docs/src/getting-started/updating-linuxcnc.txt updating-linuxcnc.txt fix coordinates= item * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=462484e
[20:10:58] <jepler> JT-Shop: I forget who said it, but I have heard a musician say: "There are two kinds of music. Good music, and bad music. We play both kinds."
[20:32:03] <linuxcnc-build> build #3908 of 1306.rip-precise-amd64 is complete: Failure [4failed compile runtests] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1306.rip-precise-amd64/builds/3908 blamelist: Dewey Garrett <dgarrett@panix.com>
[20:32:53] <linuxcnc-build> build #3906 of 1300.rip-precise-i386 is complete: Failure [4failed compile runtests] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1300.rip-precise-i386/builds/3906 blamelist: Dewey Garrett <dgarrett@panix.com>
[20:33:03] <linuxcnc-build> build #2067 of 1403.rip-wheezy-amd64 is complete: Failure [4failed runtests] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1403.rip-wheezy-amd64/builds/2067 blamelist: Dewey Garrett <dgarrett@panix.com>
[20:34:35] <linuxcnc-build> build #2260 of 1404.rip-wheezy-rtpreempt-amd64 is complete: Failure [4failed runtests] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1404.rip-wheezy-rtpreempt-amd64/builds/2260 blamelist: Dewey Garrett <dgarrett@panix.com>
[20:34:35] <linuxcnc-build> build #1577 of 1402.rip-wheezy-rtpreempt-i386 is complete: Failure [4failed runtests] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1402.rip-wheezy-rtpreempt-i386/builds/1577 blamelist: Dewey Garrett <dgarrett@panix.com>
[20:35:18] <linuxcnc-build> build #3117 of 1301.rip-precise-rtai-i386 is complete: Failure [4failed compile runtests] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1301.rip-precise-rtai-i386/builds/3117 blamelist: Dewey Garrett <dgarrett@panix.com>
[20:35:57] <linuxcnc-build> build #534 of 1520.rip-jessie-amd64 is complete: Failure [4failed compile runtests] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1520.rip-jessie-amd64/builds/534 blamelist: Dewey Garrett <dgarrett@panix.com>
[20:37:05] <linuxcnc-build> build #2066 of 1400.rip-wheezy-i386 is complete: Failure [4failed runtests] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1400.rip-wheezy-i386/builds/2066 blamelist: Dewey Garrett <dgarrett@panix.com>
[20:38:24] <linuxcnc-build> build #534 of 1530.rip-jessie-rtpreempt-amd64 is complete: Failure [4failed compile runtests] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1530.rip-jessie-rtpreempt-amd64/builds/534 blamelist: Dewey Garrett <dgarrett@panix.com>
[20:38:32] <linuxcnc-build> build #534 of 1510.rip-jessie-rtpreempt-i386 is complete: Failure [4failed compile runtests] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1510.rip-jessie-rtpreempt-i386/builds/534 blamelist: Dewey Garrett <dgarrett@panix.com>
[20:38:50] <linuxcnc-build> build #534 of 1500.rip-jessie-i386 is complete: Failure [4failed compile runtests] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1500.rip-jessie-i386/builds/534 blamelist: Dewey Garrett <dgarrett@panix.com>
[20:39:48] <linuxcnc-build> build #1732 of 1401.rip-wheezy-rtai-i386 is complete: Failure [4failed compile runtests] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1401.rip-wheezy-rtai-i386/builds/1732 blamelist: Dewey Garrett <dgarrett@panix.com>
[20:51:29] <linuxcnc-build> build #2099 of 1405.rip-wheezy-armhf is complete: Failure [4failed compile runtests] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1405.rip-wheezy-armhf/builds/2099 blamelist: Dewey Garrett <dgarrett@panix.com>
[20:51:30] <linuxcnc-build> build #3920 of 0000.checkin is complete: Failure [4failed] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/0000.checkin/builds/3920 blamelist: Dewey Garrett <dgarrett@panix.com>
[21:17:31] <jepler> -SET_JOINT_POSITION_LIMITS joint=1, min=0.000000, max=-40.000000
[21:17:31] <jepler> +SET_JOINT_POSITION_LIMITS joint=1, min=-40.000000, max=0.000000
[21:17:32] <jepler> SET_JOINT_POSITION_LIMITS joint=1, min=-40.000000, max=40.000000
[21:17:48] <jepler> looks like the expected files need to be updated in the failed tests
[21:57:27] <KGB-linuxcnc> 03Jeff Epler 052.7 255a1be 06linuxcnc Merge remote-tracking branch 'origin/jepler/2.7/hm2-sserial-faults' into 2.7 * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=255a1be
[21:59:52] <KGB-linuxcnc> 03Jeff Epler 05master 4c491d7 06linuxcnc 10docs/man/man9/hostmot2.9 10src/hal/drivers/mesa-hostmot2/hostmot2.h Merge remote-tracking branch 'origin/2.7' * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=4c491d7
[22:02:05] <KGB-linuxcnc> 03Dewey Garrett 05joints_axes11 042fbfc 06linuxcnc 10src/emc/motion-logger/motion-logger.c 10tests/motion-logger/basic/expected.builtin-startup 10tests/motion-logger/mountaindew/expected.motion-logger motion-logger update expected files for runtests * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=042fbfc