#linuxcnc-devel | Logs for 2016-07-02

Back
[06:16:27] <KGB-linuxcnc> 03John Thornton 052.7 dcc41c8 06linuxcnc 10docs/src/gcode/o-code.txt Docs: fix typo * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=dcc41c8
[06:55:35] <KGB-linuxcnc> 03Norbert Schechner 052.6 f102b9f 06linuxcnc 10lib/python/gladevcp/hal_sourceview.py GladeVCP - hal_sourceview - creation mode of files * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=f102b9f
[06:57:45] <KGB-linuxcnc> 03Norbert Schechner 052.7 1e72e40 06linuxcnc 10lib/python/gladevcp/hal_sourceview.py Merge branch '2.6' into 2.7 * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=1e72e40
[06:57:45] <KGB-linuxcnc> 03Norbert Schechner 052.7 7ba74b8 06linuxcnc Merge branch '2.7' of ssh://norbert@git.linuxcnc.org/git/linuxcnc.git into 2.7 * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=7ba74b8
[06:58:30] <KGB-linuxcnc> 03Norbert Schechner 05master ffeb873 06linuxcnc Merge branch '2.7' * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=ffeb873
[07:51:15] <KGB-linuxcnc> 03Norbert Schechner 05gmoccapy_JA15 ef578bc 06linuxcnc 10configs/sim/gmoccapy/gmoccapy.ini Merge branch 'joints_axes15' of ssh://norbert@git.linuxcnc.org/git/linuxcnc.git into gmoccapy_JA15 * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=ef578bc
[07:51:15] <KGB-linuxcnc> 03Norbert Schechner 05gmoccapy_JA15 e13aae9 06linuxcnc 10(6 files in 4 dirs) gmoccapy_JA - ongoing work * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=e13aae9
[08:44:22] <jepler> PCW_: 5i24 doesn't support --reset / --reload, or did I break something?
[08:53:36] <pcw_home> Probably the bitfile is too old for that
[08:56:16] <pcw_home> all of our Spartan6 configs support reload except sserial-remote though I have not tried it on SPI or hm2-serial
[08:56:34] <jepler> pci_read(&(board->llio), HM2_ICAP_REG, &cookie, sizeof(u32));
[08:56:34] <jepler> if (cookie != HM2_ICAP_COOKIE) {
[08:56:34] <jepler> printf("ERROR: FPGA reload not supported\n");
[08:56:34] <jepler> return -1;
[08:56:39] <jepler> ah so this is a check about the loaded firmware
[08:56:51] <pcw_home> yeah
[08:57:29] <pcw_home> reads of the ICAP register on PCI cards return a cookie
[08:58:40] <pcw_home> Ethernet and hm2-serial are a bit different and have full ICAP read and write ability
[08:58:41] <pcw_home> PCI cards can only write ICAP
[08:59:12] <jepler> looks like this particular block of code is for all PCI boards that doesn't use one of those PLX bridges. Those all support ICAP pysically, but also need support in the active firmware?
[08:59:24] <jepler> - printf("ERROR: FPGA reload not supported\n");
[08:59:25] <jepler> + printf("ERROR: Active firmware too old to support --reload\n");
[08:59:49] <jepler> i.e., does this make sense to say
[09:00:27] <pcw_home> Yes the ICAP stuff was added a couple years ago, older firmware wont have it
[09:08:16] <pcw_home> Yes, that message is better
[09:11:11] <pcw_home> That reminds me I need to fix our initialization scripts for Ethernet cards to write the EEPROM netmask
[09:32:02] <KGB-linuxcnc> 03Norbert Schechner 05gmoccapy_JA_based_on_master 98b584a 06linuxcnc 10(9 files in 3 dirs) gmoccapy_ja_based_on_master - transfer needed changes from gmoccapy_JA15 * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=98b584a
[09:32:02] <KGB-linuxcnc> 03Norbert Schechner 05gmoccapy_JA_based_on_master 752a83f 06linuxcnc 10lib/python/hal_glib.py GladeVCP_hal_glib - new signal motion_mode_changed * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=752a83f
[09:32:02] <KGB-linuxcnc> 03Norbert Schechner 05gmoccapy_JA_based_on_master 7495bd0 06linuxcnc 10src/emc/usr_intf/gmoccapy/gmoccapy.py gmoccapy - new copyright date * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=7495bd0
[09:52:18] <linuxcnc-build> build #454 of 4017.5.deb-wheezy-armhf is complete: Failure [4failed shell_3] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4017.5.deb-wheezy-armhf/builds/454 blamelist: Norbert Schechner <nieson@web.de>
[11:08:18] <KGB-linuxcnc> 03Norbert Schechner 05gmoccapy_JA_based_on_master d204e2c 06linuxcnc 10(6 files in 2 dirs) gmoccapy_JA_master - merging gmoccapy2 (5axis version) * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=d204e2c
[12:01:01] <KGB-linuxcnc> 03Norbert Schechner 05gmoccapy_JA_based_on_master 2a6871e 06linuxcnc 10(13 files in 2 dirs) gmoccapy_JA_master - merged the touchscreen slider changes and deleted unneeded ini entries * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=2a6871e
[13:06:03] <skunkworks> pcw_home, interesting issue.. I cannot seem to change the count direction of the encoders on the 7i73 by negating the scale..
[13:08:59] <skunkworks> (i ended up swapping a/b physically)
[13:28:03] <skunkworks> this was .enc3
[13:35:06] <pcw_home> hmm works for me (with 7I76)
[13:37:14] <skunkworks> I can test some more.
[13:37:25] <skunkworks> later
[13:37:45] <pcw_home> ( I would expect the drive code to be the same)
[13:37:52] <pcw_home> driver
[13:41:06] <pcw_home> when you change the scale from 1 to -1 you can see the current count change sign
[13:55:03] <linuxcnc-build> build #456 of 4017.5.deb-wheezy-armhf is complete: Failure [4failed shell_3] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4017.5.deb-wheezy-armhf/builds/456 blamelist: Norbert Schechner <nieson@web.de>, John Thornton <bjt128@gmail.com>
[15:10:01] <linuxcnc-build> build #737 of 3004.dsc-jessie is complete: Failure [4failed shell] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/3004.dsc-jessie/builds/737 blamelist: Norbert Schechner <nieson@web.de>, andypugh <andy@bodgesoc.org>, Dewey Garrett <dgarrett@panix.com>
[15:10:14] <linuxcnc-build> build #736 of 3302.dsc-jessie-rtpreempt is complete: Failure [4failed shell] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/3302.dsc-jessie-rtpreempt/builds/736 blamelist: Norbert Schechner <nieson@web.de>, andypugh <andy@bodgesoc.org>, Dewey Garrett <dgarrett@panix.com>
[15:29:50] <linuxcnc-build> build #4313 of 0000.checkin is complete: Failure [4failed] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/0000.checkin/builds/4313 blamelist: Norbert Schechner <nieson@web.de>, andypugh <andy@bodgesoc.org>, Dewey Garrett <dgarrett@panix.com>
[16:06:56] <KGB-linuxcnc> 03Norbert Schechner 05gmoccapy_JA_based_on_master 81f8b7e 06linuxcnc 10(7 files in 3 dirs) gmoccapy_JA_master - corrected some bugs after the merge of touchscreen slider * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=81f8b7e
[16:44:58] <KGB-linuxcnc> 03Norbert Schechner 05gmoccapy_JA_based_on_master bd51dc3 06linuxcnc 10configs/sim/gmoccapy/gmoccapy.ini 10src/emc/usr_intf/gmoccapy/gmoccapy.py 10src/emc/usr_intf/gmoccapy/release_notes.txt gmoccapy_JA_master - bug in init_extra_axis and key event F12 * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=bd51dc3
[16:47:56] <KGB-linuxcnc> 03Norbert Schechner 05gmoccapy_JA_based_on_master 4905c59 06linuxcnc 10(6 files) gmoccapy_JA_master - added missing images * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=4905c59
[17:01:40] <KGB-linuxcnc> 03Norbert Schechner 05gmoccapy_JA_based_on_master 273b016 06linuxcnc 10src/emc/usr_intf/gmoccapy/gmoccapy.py 10src/emc/usr_intf/gmoccapy/release_notes.txt gmoccapy_JA_master - wrong GUI init on touch off button * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=273b016
[18:02:20] <KGB-linuxcnc> 03Norbert Schechner 05gmoccapy_JA_based_on_master 6dbd510 06linuxcnc 10(8 files in 2 dirs) gmoccapx_JA_master - added identity 5 axis sim configs * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=6dbd510
[19:34:49] -linuxcnc-github:#linuxcnc-devel- [13linuxcnc] 15pkmcnc opened issue #103: small bugs in Axis 02https://github.com/LinuxCNC/linuxcnc/issues/103
[19:53:53] -linuxcnc-github:#linuxcnc-devel- [13linuxcnc] 15SebKuzminsky commented on issue #103: In the current tip of the 2.7 I did this:... 02https://github.com/LinuxCNC/linuxcnc/issues/103#issuecomment-230128605
[20:06:38] <KGB-linuxcnc> 03Sebastian Kuzminsky 05master c2aaae2 06linuxcnc 10docs/src/code/building-linuxcnc.txt docs: add 'sudo make setuid' info to 'building linuxcnc' * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=c2aaae2
[20:10:35] -linuxcnc-github:#linuxcnc-devel- [13linuxcnc] 15pkmcnc commented on issue #103: I'm well aware of auto teleop, it's a great feature!... 02https://github.com/LinuxCNC/linuxcnc/issues/103#issuecomment-230129032
[20:30:09] <KGB-linuxcnc> 03Dewey Garrett 05master f9a817e 06linuxcnc 10src/emc/usr_intf/axis/scripts/axis.py axis.py allow toggling s.motion_mode on first * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=f9a817e
[20:31:21] -linuxcnc-github:#linuxcnc-devel- [13linuxcnc] 15SebKuzminsky commented on issue #103: Ah, I see what you're saying, I misunderstood your bug report before. Yes, i reproduce that behavior in master (c2aaae25): after Home All and auto-teleop, hitting $ once does nothing, hitting $ again switches to Joint mode. That does indeed seem like a bug, I'll look into it. 02https://github.com/LinuxCNC/linuxcnc/issues/103#issuecomment-230129596
[21:34:34] <linuxcnc-build> build #4304 of 1306.rip-precise-amd64 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1306.rip-precise-amd64/builds/4304 blamelist: Sebastian Kuzminsky <seb@highlab.com>, Dewey Garrett <dgarrett@panix.com>
[21:36:32] <seb_kuzminsky> oops
[21:39:24] <linuxcnc-build> build #4302 of 1300.rip-precise-i386 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1300.rip-precise-i386/builds/4302 blamelist: Sebastian Kuzminsky <seb@highlab.com>, Dewey Garrett <dgarrett@panix.com>
[21:47:29] <linuxcnc-build> build #3513 of 1301.rip-precise-rtai-i386 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1301.rip-precise-rtai-i386/builds/3513 blamelist: Sebastian Kuzminsky <seb@highlab.com>, Dewey Garrett <dgarrett@panix.com>
[21:53:56] <linuxcnc-build> build #2463 of 1400.rip-wheezy-i386 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1400.rip-wheezy-i386/builds/2463 blamelist: Sebastian Kuzminsky <seb@highlab.com>, Dewey Garrett <dgarrett@panix.com>
[22:02:27] <linuxcnc-build> build #1973 of 1402.rip-wheezy-rtpreempt-i386 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1402.rip-wheezy-rtpreempt-i386/builds/1973 blamelist: Sebastian Kuzminsky <seb@highlab.com>, Dewey Garrett <dgarrett@panix.com>
[22:09:04] <linuxcnc-build> build #2463 of 1403.rip-wheezy-amd64 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1403.rip-wheezy-amd64/builds/2463 blamelist: Sebastian Kuzminsky <seb@highlab.com>, Dewey Garrett <dgarrett@panix.com>
[22:12:05] <linuxcnc-build> build #2662 of 1404.rip-wheezy-rtpreempt-amd64 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1404.rip-wheezy-rtpreempt-amd64/builds/2662 blamelist: Sebastian Kuzminsky <seb@highlab.com>, Dewey Garrett <dgarrett@panix.com>
[22:18:36] <linuxcnc-build> build #2497 of 1405.rip-wheezy-armhf is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1405.rip-wheezy-armhf/builds/2497 blamelist: Sebastian Kuzminsky <seb@highlab.com>, Dewey Garrett <dgarrett@panix.com>
[22:26:58] <linuxcnc-build> build #931 of 1530.rip-jessie-rtpreempt-amd64 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1530.rip-jessie-rtpreempt-amd64/builds/931 blamelist: Sebastian Kuzminsky <seb@highlab.com>, Dewey Garrett <dgarrett@panix.com>
[22:27:43] <linuxcnc-build> build #931 of 1500.rip-jessie-i386 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1500.rip-jessie-i386/builds/931 blamelist: Sebastian Kuzminsky <seb@highlab.com>, Dewey Garrett <dgarrett@panix.com>
[22:30:39] <linuxcnc-build> build #931 of 1510.rip-jessie-rtpreempt-i386 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1510.rip-jessie-rtpreempt-i386/builds/931 blamelist: Sebastian Kuzminsky <seb@highlab.com>, Dewey Garrett <dgarrett@panix.com>
[22:34:24] <linuxcnc-build> build #931 of 1520.rip-jessie-amd64 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1520.rip-jessie-amd64/builds/931 blamelist: Sebastian Kuzminsky <seb@highlab.com>, Dewey Garrett <dgarrett@panix.com>
[22:34:33] <linuxcnc-build> build #2129 of 1401.rip-wheezy-rtai-i386 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1401.rip-wheezy-rtai-i386/builds/2129 blamelist: Sebastian Kuzminsky <seb@highlab.com>, Dewey Garrett <dgarrett@panix.com>
[22:34:33] <linuxcnc-build> build #4317 of 0000.checkin is complete: Failure [4failed] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/0000.checkin/builds/4317 blamelist: Sebastian Kuzminsky <seb@highlab.com>, Dewey Garrett <dgarrett@panix.com>
[23:18:23] <KGB-linuxcnc> 03Sebastian Kuzminsky 05master 538bf02 06linuxcnc 10docs/src/code/building-linuxcnc.txt docs: fix a misnamed anchor I just introduced * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=538bf02
[23:27:24] -linuxcnc-github:#linuxcnc-devel- [13linuxcnc] 15SebKuzminsky commented on issue #103: Dewey fixed this in f9a817ef86 (thanks!), but i just noticed a related bug. After Home All and auto-teleop, the "View" menu's options of "Joint mode" and "World mode" still shows the marker by "Joint mode", which is not right. I think there's a mismatch between s.motion_mode and the vars.teleop_mode that sort of tries to mirror it. 02https://github.com/LinuxCNC/linuxcnc/issues/1