#linuxcnc-devel | Logs for 2015-03-14

Back
[10:16:23] <mozmck> cradek, looks like your ja7 is getting some testing
[12:04:00] <cradek> mozmck: that's great!
[12:05:26] <cradek> yay, soft limits and incremental jogging work
[12:40:16] <mozmck> yes! I wonder how his homing setup is?
[12:40:49] <mozmck> or what it is...
[12:41:13] <mozmck> bbl
[15:25:59] <KGB-linuxcnc> 03Norbert Schechner 052.6 b41ab1e 06linuxcnc 10src/emc/usr_intf/gmoccapy/gmoccapy.py 10src/emc/usr_intf/gmoccapy/release_notes.txt gmoccapy_1_5_3 - added patch from gscreen to search also in the users dir for themes * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=b41ab1e
[15:27:54] <KGB-linuxcnc> 03Norbert Schechner 052.7 33710cd 06linuxcnc Merge branch '2.6' into 2.7 * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=33710cd
[15:36:30] <KGB-linuxcnc> 03Norbert Schechner 05master e99f2cb 06linuxcnc 10debian/changelog Merge branch '2.7' * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=e99f2cb
[16:11:32] <skunkworks> that is pretty interesting.. From the Main tab of the PathPilot interface, type ADMIN NETWORK into the MDI line and click Enter; this
[16:11:34] <skunkworks> opens the Network Connections dialog box
[16:14:26] <pcw_home> a wormhole?
[19:11:46] <kwallace> Command 'ADMIN' not recognized. Available ADMIN commands: DATE, TIME, KEYBOARD, NETWORK, TOUCHSCREEN, HALMETER, HALSCOPE, HALCMD
[19:41:37] <mozmck> Have the pathpilot webinars been made available on the web anywhere yet?
[21:40:35] <memfrob> Hi all!
[21:43:07] <memfrob> I've been working on updating IPIPE, RTAI, removing IPIPE legacy, etc. many new things, updates, pulls, merges, etc. and I finally almost have everything working, i had to patch LinuxCNC up a bit to the new RTAI changes
[21:44:57] <memfrob> there is a problem that I have yet to fix and that is that RTAI has dropped rtai_ksched.ko and it is now rtai_sched.ko, but when LinuxCNC loads the modules, it doesn't know about rtai_sched.ko so it skips it as it is expected rtai_ksched.ko and when it loads rtai_fifos.ko two unknown symbols appear
[21:46:18] <memfrob> rtai_fifos: Unknown symbol reset_rt_fun_ext_index
[21:46:23] <memfrob> rtai_fifos: Unknown symbol set_rt_fun_ext_index
[21:50:34] <memfrob> the changes to linuxcnc: dpaste.com/0Y6CVMQ
[22:49:13] <cradek> memfrob: trying to follow: what do you mean by "it skips it"?
[23:01:08] <memfrob> ah, latency-test loads modules in a certain order
[23:01:42] <memfrob> because rtai_ksched isn't there, that module gets skipped as opposed to loading "rtai_sched"
[23:02:06] <memfrob> rtai_sched, formally rtai_ksched, has *set_rt_fun_ext_index functions
[23:02:41] <memfrob> when rtai_fifos loads, it has undefined functions because rtai_sched isn't loaded
[23:03:02] <memfrob> hence latency-test doesn't run
[23:06:53] <memfrob> i'll take a closer look at all this tomorrow but for the most part it's just about finished
[23:08:03] <cradek> looks like configure already handles some of this rtai module name variation
[23:08:20] <cradek> seems like you could experiment with that (add rtai_sched next to rtai_ksched and hope for the best?)
[23:09:40] <memfrob> indeed
[23:09:47] <cradek> perhaps both configure.in and rtapi.conf.in
[23:09:58] <memfrob> ok will do!
[23:10:19] * cradek waves a rubber chicken over configure.in
[23:20:42] <memfrob> :P