#linuxcnc-devel | Logs for 2016-03-26

Back
[10:38:27] -linuxcnc-github:#linuxcnc-devel- [13linuxcnc] 15sirop opened pull request #47: PktUART driver for MESA (06master...06PktUART_LinuxCNC) 02https://github.com/LinuxCNC/linuxcnc/pull/47
[10:46:11] -linuxcnc-github:#linuxcnc-devel- [13linuxcnc] 15sirop closed pull request #47: PktUART driver for MESA (06master...06PktUART_LinuxCNC) 02https://github.com/LinuxCNC/linuxcnc/pull/47
[11:10:39] -linuxcnc-github:#linuxcnc-devel- [13linuxcnc] 15sirop opened pull request #48: PktUART driver for MESA (06master...06PktUART_LinuxCNC) 02https://github.com/LinuxCNC/linuxcnc/pull/48
[12:13:28] -linuxcnc-github:#linuxcnc-devel- [13linuxcnc] 15SebKuzminsky commented on issue #48: Hi Boris, thanks for the PR.... 02https://github.com/LinuxCNC/linuxcnc/pull/48#issuecomment-201891016
[12:46:56] -linuxcnc-github:#linuxcnc-devel- [13linuxcnc] 15sirop commented on issue #48: I used 6i25 in 5i25 mode with 7i75 as a daughter board. ... 02https://github.com/LinuxCNC/linuxcnc/pull/48#issuecomment-201896124
[13:21:35] <seb_kuzminsky> i just pushed our hm2 firmware to this repo: https://github.com/LinuxCNC/hostmot2-firmware
[13:23:54] -linuxcnc-github:#linuxcnc-devel- [13linuxcnc] 15SebKuzminsky commented on issue #48: I just pushed our hostmot2-firmware to a new github repo, please make a PR there: https://github.com/LinuxCNC/hostmot2-firmware... 02https://github.com/LinuxCNC/linuxcnc/pull/48#issuecomment-201907095
[13:49:34] <micges> hi guys
[13:49:53] <micges> I've seen stange behaviour: http://imgbin.ca/view/qeEv7.png
[13:51:30] <micges> this is happening when abort message from halui is sent before task will sync interpreter at start
[13:57:32] <seb_kuzminsky> i dont notice anything strange about that screencap - give me a hint?
[13:58:10] <micges> g53 ?
[13:59:07] <micges> it should be g54-g59.3
[13:59:24] <micges> it's becouse s.g5x_index == 0
[13:59:29] <micges> and should be from 1 to 9
[14:00:46] <seb_kuzminsky> and you can trigger it by aborting during startup? that's great
[14:01:27] <micges> yep
[14:01:56] <pcw_home> speaking of bugs: motion.servo.last-period is broken in the latest 2.7
[14:02:14] <seb_kuzminsky> when it rains, it pours
[14:02:50] <seb_kuzminsky> zlog:
[14:04:12] <pcw_home> looks like a subtract to get the delta time is not done so it just counts to 4G and wraps
[14:04:38] -linuxcnc-github:#linuxcnc-devel- [13linuxcnc] 15SebKuzminsky opened issue #49: 2.6: abort during startup interrupts startup 02https://github.com/LinuxCNC/linuxcnc/issues/49
[14:05:24] -linuxcnc-github:#linuxcnc-devel- [13linuxcnc] 15SebKuzminsky opened issue #50: 2.7: motion.servo.last-period is broken 02https://github.com/LinuxCNC/linuxcnc/issues/50
[14:26:37] -linuxcnc-github:#linuxcnc-devel- [13linuxcnc] 15sirop commented on issue #48: Updated my first comment. ... 02https://github.com/LinuxCNC/linuxcnc/pull/48#issuecomment-201911835
[14:48:50] <seb_kuzminsky> pcw_home: do you have any advise on PR #48?
[14:58:51] <pcw_home> Only that I will likely update the firmware to add parity and a digital filer on the RX UART parts input
[14:58:53] <pcw_home> so a driver should look at the module revision and balk if its too new
[14:59:08] <pcw_home> s/filer/filter/
[15:16:57] <seb_kuzminsky> is this something you collaborated with Boris on?
[15:23:49] <jepler> ulp, did my change to motion bork .last-period?
[15:24:37] <andypugh> seb_kuzminsky: https://forum.linuxcnc.org/forum/24-hal-components/30262-reading-uart-rx-count-register-on-mesa-5i25-6i25?limitstart=0
[18:14:52] <seb_kuzminsky> andypugh: thanks, that gives some context
[18:14:57] <seb_kuzminsky> what's your take?
[18:16:52] <andypugh> I haven’t looked in detail (I only got home from a skiing holiday a few hours ago) but I can’t see it breaking anything, it will only ever ve excercised with bitfiles that include pktUART
[18:22:37] <seb_kuzminsky> yeah
[22:27:07] -linuxcnc-github:#linuxcnc-devel- [13linuxcnc] 15jepler commented on issue #48: My review is more "quick" than "thorough", but I didn't identify any big issues with the code. I did attach a few notes as you can see above in this issue. Thank you in particular for providing manpage docuentation for the new APIs!... 02https://github.com/LinuxCNC/linuxcnc/pull/48#issuecomment-201978285