#linuxcnc-devel | Logs for 2015-07-24

Back
[00:02:37] -!- Nick001-shop has quit [Quit: ChatZilla 0.9.91.1 [Firefox 34.0.5/20141126041045]]
[00:05:47] -!- tchaddad has quit [Ping timeout: 252 seconds]
[00:27:59] -!- lerman has quit [Remote host closed the connection]
[00:28:55] -!- lerman [lerman!~lerman@24-151-1-146.static.nwtn.ct.charter.com] has joined #linuxcnc-devel
[00:32:08] -!- asah has quit [Quit: asah]
[00:42:30] <KGB-linuxcnc> 03Chris Morley 052.7 b63e9d0 06linuxcnc 10src/emc/usr_intf/stepconf/Submakefile 03src/emc/usr_intf/stepconf/import_mach.py stepconf -add import-mach file * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=b63e9d0
[00:42:30] <KGB-linuxcnc> 03Chris Morley 052.7 4e72ba6 06linuxcnc 10src/emc/usr_intf/stepconf/pages.py 10src/emc/usr_intf/stepconf/start.glade stepconf -add code to utilize mach convert program * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=4e72ba6
[00:42:30] <KGB-linuxcnc> 03Chris Morley 052.7 8e307e8 06linuxcnc 10src/emc/usr_intf/stepconf/stepconf.py stepconf -add error highlighting to axis page * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=8e307e8
[00:42:33] <KGB-linuxcnc> 03Chris Morley 052.7 56dc0a5 06linuxcnc 10docs/src/getting-started/images/stepconf-config.png 10docs/src/getting-started/stepconf.txt docs -update stepconf docs to include 'import mach' * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=56dc0a5
[00:42:37] <KGB-linuxcnc> 03Chris Morley 052.7 9290054 06linuxcnc 10src/emc/usr_intf/stepconf/import_mach.py stepconf -fix up some errors in 'import_mach' * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=9290054
[00:57:07] -!- Loetmichel2 has quit [Ping timeout: 252 seconds]
[01:09:59] -!- Jeebiss has quit []
[01:27:28] -!- meryan00 has quit []
[01:37:26] <skunkworks> cool
[01:37:47] -!- mikegg has quit [Ping timeout: 240 seconds]
[01:42:24] -!- robinsz has quit [Ping timeout: 264 seconds]
[01:45:04] -!- SkramX____ has quit []
[01:49:03] -!- lerman has quit [Remote host closed the connection]
[01:49:42] Praesmeodymium is now known as Protractinium
[01:51:30] Protractinium is now known as Praesmeodymium
[01:59:35] -!- tswartz has quit [Quit: Leaving]
[02:12:15] -!- zeeshan-mill has quit [Remote host closed the connection]
[02:14:42] -!- furrywolf has quit [Read error: Connection reset by peer]
[02:27:39] ffurrywol is now known as furrywolf
[02:44:11] -!- PetefromTn_ has quit [Quit: I'm Outta here!!]
[02:50:21] <KGB-linuxcnc> 05stepconf-mach-import 6eb283b 06linuxcnc 04. branch deleted * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=6eb283b
[02:55:26] -!- mikegg has quit [Ping timeout: 240 seconds]
[02:56:55] <mozmck> Are string values in the INI case sensitive?
[02:58:22] <mozmck> I see LINEAR_UNITS = inch, and TYPE = LINEAR
[02:58:38] <mozmck> can inch be INCH and LINEAR be linear?
[03:12:40] -!- Valen has quit [Remote host closed the connection]
[03:15:06] <kwallace> I think it depends on the code that checks a particular parameter. I seem to recall seeing "if 'inch' or 'INCH' then blah". Which I suppose doesn't cover "Inch". I would tend to grep the source for the parameter name to find the affecting code.
[03:15:23] <mozmck> yuck
[03:15:36] <mozmck> but thanks. I'll do some grepping
[03:17:08] <kwallace> Happy hunting.
[03:19:20] -!- Valen has quit [Remote host closed the connection]
[03:19:28] -!- arrowbook [arrowbook!~qicruser@211.137.185.79] has joined #linuxcnc-devel
[03:19:29] -!- Tecan has quit [Quit: Live Long And Phosphor!]
[03:21:27] <kwallace> Fun Fact (Maybe). I Googled "largest cnc manufacturer" and got: http://www.statista.com/statistics/270234/largest-machine-tool-manufacturers-based-on-revenue/ . I was unaware of the top five.
[03:27:35] -!- arrowbook has quit [Ping timeout: 244 seconds]
[03:31:16] -!- AR_ has quit [Ping timeout: 272 seconds]
[03:34:28] -!- sumpfralle has quit [Quit: Leaving.]
[03:40:24] -!- micges_ [micges_!~micges@adao55.neoplus.adsl.tpnet.pl] has joined #linuxcnc-devel
[03:44:17] -!- micges has quit [Ping timeout: 240 seconds]
[03:56:31] -!- remstw has quit [Quit: .]
[03:59:33] <seb_kuzminsky> mozmck: our IniFile library (in src/libnml/inifile) is case *sensitive*, so if you ask for "inch" it will *not* find "INCH" for you
[04:01:20] <mozmck> ok, thanks. I just took the lazy way and made my program use values I know work.
[04:01:35] <mozmck> Instead of digging through that stuff right now
[04:04:15] <seb_kuzminsky> i guess that's why all our ini files and ini file accesses use upper case, it's as good a standard as any
[04:05:05] <mozmck> The keys are upper, but values vary.
[04:05:32] <mozmck> LINEAR for TYPE, but inch for LINEAR_UNITS
[04:05:43] <mozmck> etc.
[04:08:06] <mozmck> It makes sense though that values could vary. Filenames need to be case sensitive, but other values don't.
[04:48:45] -!- zeeshan-mill has quit [Quit: Leaving]
[04:52:41] -!- A_Nub has quit []
[05:25:05] -!- voltagex has quit [Quit: WeeChat 1.2]
[05:27:52] -!- kwallace [kwallace!~kwallace@142.147.85.210] has parted #linuxcnc-devel
[06:08:50] -!- ve7it has quit [Remote host closed the connection]
[06:19:21] -!- zeeshan has quit [Ping timeout: 256 seconds]
[06:24:42] -!- furrywolf has quit [Ping timeout: 265 seconds]
[06:27:07] -!- zeeshan [zeeshan!~kvirc64@CPE0018e7cea342-CM5039555db2cc.cpe.net.cable.rogers.com] has joined #linuxcnc-devel
[06:32:23] -!- dan2k3k4 has quit [Ping timeout: 246 seconds]
[06:41:22] -!- tchaddad has quit [Remote host closed the connection]
[07:15:10] -!- tinkerer [tinkerer!~tinkerer@mail.play-pla.net] has joined #linuxcnc-devel
[07:16:44] -!- amiri has quit [Ping timeout: 272 seconds]
[07:25:08] -!- rob_h [rob_h!~robh@90.204.236.205] has joined #linuxcnc-devel
[07:30:14] -!- mozmck has quit [Read error: Connection reset by peer]
[07:33:23] -!- mozmck [mozmck!~moses@67.210.159.245] has joined #linuxcnc-devel
[07:45:29] -!- phantoneD has quit []
[07:49:50] -!- andypugh [andypugh!~andypugh@48.Red-83-40-104.dynamicIP.rima-tde.net] has joined #linuxcnc-devel
[07:57:50] -!- Simonious has quit [Ping timeout: 256 seconds]
[08:05:12] -!- arrowbook [arrowbook!~qicruser@211.137.185.82] has joined #linuxcnc-devel
[08:18:47] -!- andypugh has quit [Quit: andypugh]
[08:22:09] -!- micges_ has quit [Quit: Wychodzi]
[08:33:50] -!- andypugh [andypugh!~andypugh@48.Red-83-40-104.dynamicIP.rima-tde.net] has joined #linuxcnc-devel
[08:35:12] -!- tchaddad has quit [Ping timeout: 265 seconds]
[08:39:05] -!- mhaberler has quit [Quit: mhaberler]
[08:42:24] -!- KimK has quit [Ping timeout: 264 seconds]
[08:43:20] -!- andypugh has quit [Quit: andypugh]
[08:43:30] -!- pingufan has quit [Quit: Konversation terminated!]
[08:46:18] -!- arrowbook has quit [Ping timeout: 244 seconds]
[08:48:09] -!- eiaro [eiaro!33ae3ef8@gateway/web/freenode/ip.51.174.62.248] has joined #linuxcnc-devel
[09:03:08] -!- mhaberler has quit [Quit: mhaberler]
[09:03:56] -!- dan2k3k4k5 has quit [Quit: Leaving]
[09:13:36] -!- mhaberler has quit [Quit: mhaberler]
[09:22:01] -!- r0ute has quit [Ping timeout: 252 seconds]
[09:29:12] -!- arekm has quit [Ping timeout: 264 seconds]
[09:29:47] -!- _Sync__ has quit [Remote host closed the connection]
[09:38:27] -!- gambakufu has quit []
[09:42:10] -!- Nutter has quit [Ping timeout: 244 seconds]
[09:55:44] -!- Nutter has quit [Ping timeout: 246 seconds]
[09:59:42] -!- KimK [KimK!~Kim__@ip68-102-188-176.ks.ok.cox.net] has joined #linuxcnc-devel
[10:01:19] -!- remstw has quit [Quit: .]
[10:33:20] -!- sweenzor has quit []
[11:15:18] -!- Mr_Sheesh has quit [Remote host closed the connection]
[11:24:47] -!- tchaddad has quit [Ping timeout: 256 seconds]
[11:49:47] -!- nofxx has quit [Ping timeout: 244 seconds]
[11:52:48] -!- kas84 has quit [Quit: kas84]
[11:59:37] -!- lerman [lerman!~lerman@24-151-1-146.static.nwtn.ct.charter.com] has joined #linuxcnc-devel
[12:01:31] -!- gonzo_ has quit [Read error: Connection reset by peer]
[12:02:24] -!- lerman has quit [Remote host closed the connection]
[12:02:38] -!- lerman [lerman!~lerman@24-151-1-146.static.nwtn.ct.charter.com] has joined #linuxcnc-devel
[12:08:07] -!- balestrino has quit [Ping timeout: 246 seconds]
[12:16:54] -!- justanotheruser has quit [Ping timeout: 260 seconds]
[12:22:55] -!- jerto has quit [Remote host closed the connection]
[12:34:31] -!- i_tarzan has quit [Ping timeout: 252 seconds]
[13:10:27] -!- b_b has quit [Changing host]
[13:16:35] -!- TekniQue has quit [Read error: Connection reset by peer]
[13:16:43] -!- TekniQue has quit [Changing host]
[13:17:32] -!- sebb_ has quit [Ping timeout: 250 seconds]
[13:24:10] -!- patrickarlt has quit [Remote host closed the connection]
[13:37:01] -!- lerman has quit [Remote host closed the connection]
[13:37:38] -!- lerman [lerman!~lerman@24-151-1-146.static.nwtn.ct.charter.com] has joined #linuxcnc-devel
[13:42:26] -!- lerman has quit [Ping timeout: 272 seconds]
[13:47:52] -!- md-2 has quit [Remote host closed the connection]
[14:06:10] -!- almccon_ has quit []
[14:13:26] -!- lerman [lerman!~lerman@24-151-1-146.static.nwtn.ct.charter.com] has joined #linuxcnc-devel
[14:13:41] -!- patrickarlt has quit [Ping timeout: 246 seconds]
[14:27:51] -!- sttts has quit [Remote host closed the connection]
[14:28:42] <KGB-linuxcnc> 03Chris Radek 052.6 7ac318c 06linuxcnc 10src/emc/rs274ngc/rs274ngc_pre.cc Log interp messages to stderr as intended, instead of crashing * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=7ac318c
[14:30:31] <cradek> well I couldn't figure out the weird remap problem, so I fixed this trivial bug instead
[14:39:09] -!- Akex_ has quit []
[14:40:17] -!- patrickarlt has quit [Ping timeout: 244 seconds]
[14:43:37] -!- kwallace [kwallace!~kwallace@142.147.85.210] has joined #linuxcnc-devel
[14:45:40] -!- md-2 has quit [Remote host closed the connection]
[14:46:19] -!- md-2 has quit [Remote host closed the connection]
[14:55:37] -!- sebb_ has quit [Quit: Wychodzi]
[14:56:20] -!- kas84 has quit [Quit: kas84]
[14:58:22] -!- Loetmichel has quit [Ping timeout: 244 seconds]
[14:58:22] -!- patrickarlt has quit [Ping timeout: 244 seconds]
[14:58:50] -!- pcw_home has quit [Ping timeout: 246 seconds]
[15:00:40] -!- pcw_home [pcw_home!~chatzilla@c-50-143-148-115.hsd1.ca.comcast.net] has joined #linuxcnc-devel
[15:10:31] -!- Valen has quit [Remote host closed the connection]
[15:10:40] -!- GJdan has quit [Remote host closed the connection]
[15:13:54] -!- lerman has quit [Remote host closed the connection]
[15:17:06] -!- Daerist has quit [Quit: Leaving]
[15:18:00] -!- dan2k3k4 has quit [Ping timeout: 244 seconds]
[15:18:18] -!- lerman [lerman!~lerman@24-151-1-146.static.nwtn.ct.charter.com] has joined #linuxcnc-devel
[15:22:01] -!- vapula has quit [Ping timeout: 246 seconds]
[15:22:33] -!- lerman has quit [Remote host closed the connection]
[15:26:29] -!- lerman [lerman!~lerman@24-151-1-146.static.nwtn.ct.charter.com] has joined #linuxcnc-devel
[15:31:49] <seb_kuzminsky> heh
[15:38:21] -!- mhaberler has quit [Quit: mhaberler]
[15:42:33] -!- eFuchs_mobil has quit [Remote host closed the connection]
[15:43:17] -!- furrywolf has quit [Ping timeout: 240 seconds]
[15:47:07] -!- tocka has quit [Read error: Connection reset by peer]
[15:49:54] -!- jerto has quit [Quit: jerto]
[15:52:03] -!- PetefromTn_ [PetefromTn_!~IceChat9@97-81-58-82.dhcp.kgpt.tn.charter.com] has joined #linuxcnc-devel
[16:05:48] -!- jerto has quit [Ping timeout: 255 seconds]
[16:08:48] -!- md-2 has quit [Remote host closed the connection]
[16:20:41] <kwallace> Hello. I'm looking at arbitrary 2D probing and 3D probing. I would like to find out what the current status is to see what needs to get done to make it more mainstream.
[16:21:58] <seb_kuzminsky> kwallace: i think it just works, G38, http://linuxcnc.org/docs/2.6/html/gcode/gcode.html#sec:G38-probe
[16:22:32] <cradek> I think I don't understand what you mean
[16:22:43] <cradek> say more?
[16:24:51] -!- greg_ has quit [Ping timeout: 246 seconds]
[16:28:28] <kwallace> I have routines I made for probing rectangular and circular objects which result in finding their center. I would like to go further by digitizing 2D outlines and 3D surfaces, but I'm hoping to not have to start from scratch.
[16:29:07] <cradek> http://linuxcnc.org/docs/2.5/html/examples/gcode.html#_smart_probe
[16:29:15] <cradek> smartprobe.ngc in the distro is pretty neat
[16:29:42] <cradek> it tries to minimize the motion used to probe a grid
[16:30:15] <cradek> probing around an arbitrary 2d shape sounds hard but cool
[16:30:42] <cradek> once you have that, you can do 3d waterline probing
[16:37:28] <kwallace> Probing a circular boss turned out to be harder than expected. I do three narrow probes in X to get a very rough calculation of the center of an arc. Then if the arc is fairly shallow I do another wider scan to get a more accurate center. The final scan is on X and Y centers.
[16:37:33] <kwallace> I need the narrow scans in case I'm probing a small pin which the wide scan would miss. The narrow scan seems to be too course to get an accurate center. As the shape becomes less known the factors I need to consider increase.
[16:38:51] <kwallace> Hmm, I found this too, http://wiki.linuxcnc.org/cgi-bin/wiki.pl?ProbeKins
[16:40:53] <cradek> probing around an arbitrary 2d shape is an interesting geektrap
[16:42:13] <cradek> it seems like you can maintain an approximate edge normal perpendicular to the previous two points
[16:42:41] <cradek> and just walk around the shape with it
[16:43:27] <cradek> sharp inside corners will be tricky
[16:43:42] <kwallace> https://www.youtube.com/watch?v=RZGP7zNWq-I
[16:44:50] <cradek> that looks like smartprobe's algorithm
[16:45:06] <cradek> very weird that the probe tip isn't round
[16:48:43] <pcw_home> Video aspect ratio problem?
[16:51:44] <cradek> oh maybe so
[16:53:44] <jepler> the video area seems to have an unusual ratio of ~1.2:1. scaling the frame so it has a 16:9 ratio, the probe tip is more spherical
[16:53:57] <jepler> but the thing being probed no longer looks like a huge fake molar
[16:56:15] -!- b_b has quit [Remote host closed the connection]
[16:59:38] <kwallace> Thank you for the link, I have some homework to do.
[17:02:06] <pcw_home> A molar? I though it was a sculptural rorschach
[17:09:05] -!- kyle__ has quit [Ping timeout: 244 seconds]
[17:24:51] <kwallace> Corrected view? : http://wallacecompany.com/tmp/Screenshot_probing_on_steroids-1b.png
[17:37:30] -!- TekniQue has quit [Ping timeout: 244 seconds]
[17:39:05] -!- micges [micges!~micges@ehj245.neoplus.adsl.tpnet.pl] has joined #linuxcnc-devel
[18:01:35] -!- eventor [eventor!~eventor@p5DDD4A58.dip0.t-ipconnect.de] has joined #linuxcnc-devel
[18:05:02] -!- syyl has quit [Ping timeout: 246 seconds]
[18:10:42] <CaptHindsight> jepler: new version $74 odroid-xu4 board but ethernet is over USB leaving only SPI for real time IO http://linuxgizmos.com/79-dollar-octacore-sbc-runs-ubuntu-and-android/
[18:11:54] <CaptHindsight> jepler: how is your new ARM board working out for you?
[18:12:24] -!- andypugh [andypugh!~andy2@cpc14-basl11-2-0-cust1010.20-1.cable.virginm.net] has joined #linuxcnc-devel
[18:14:40] <jepler> CaptHindsight: the shipped kernel has flaky wifi and no drivers for usb wifi. self-built kernel doesn't boot properly -- can reach init=/bin/sh but not succeed in starting to text-mode with network enabled
[18:15:11] <jepler> so not much is going on with it at the moment; the hostmot2 ethernet stuff has been on my mind much more
[18:15:36] <jepler> linuxcnc does run and pass its testsuite but without the ability to build any kernel I can't try building an rt kernel
[18:15:52] <CaptHindsight> :(
[18:16:32] <jepler> I know I built my kernel with a different compiler than they did, because I decided to self-host the kernel build on the device..
[18:16:49] <jepler> they are both 4.9.x versions but may have different patches applied to the compiler
[18:25:05] <CaptHindsight> memleak has the cubie2 board (A20) running Linuxcnc but we still have to get a Mesa ethernet board to test hm2_eth
[18:25:22] -!- tchaddad has quit []
[18:25:27] <CaptHindsight> is more out of curiosity
[18:26:16] <CaptHindsight> the imx6 parts seem to be working best with RT linux so far
[18:26:23] <jepler> yeah, anything arm is just curiosity to me. I like to know we are ported to ARM in general but none of the arm hardware I am familiar with is anything I'd promote for use.
[18:26:26] <jepler> afk
[18:36:19] -!- tmcw has quit [Remote host closed the connection]
[18:36:47] -!- balestrino has quit [Ping timeout: 252 seconds]
[18:39:57] <micges> CaptHindsight: can you point me to his kernel for cubie2? or at least .config?
[18:46:59] <CaptHindsight> micges: I'll have him ping you with it when he's around
[18:47:39] <micges> thanks
[18:50:35] -!- memleak [memleak!~memleak@unaffiliated/memfrob] has joined #linuxcnc-devel
[19:00:07] -!- tannewt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
[19:01:11] -!- tmcw has quit [Remote host closed the connection]
[19:16:46] -!- tmcw has quit [Remote host closed the connection]
[19:28:43] -!- vapula has quit [Ping timeout: 256 seconds]
[19:33:56] -!- tmcw has quit [Client Quit]
[19:34:51] -!- skunksleep [skunksleep!~AndChat14@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc-devel
[19:37:44] <skunksleep> If the splash screen doesn't load because of missing axis. (2 axis config loading the axis splash gcode). File - open doesn't work anymore. You can load recent files though
[19:38:48] <seb_kuzminsky> weird
[19:39:02] <seb_kuzminsky> there's a special splash screen for 2 axis machines
[19:39:23] <seb_kuzminsky> (but what you describe sounds like an annoying bug in axis)
[19:40:27] -!- LeelooMinai has quit [Ping timeout: 255 seconds]
[19:48:17] <andypugh> Back home now. Did anyone get anywhere with the carousel_demo bug? My feeling is that the bug isn’t in my code, but i would like confirmation?
[19:48:37] -!- Demiurge has quit [Read error: Connection reset by peer]
[19:49:22] <seb_kuzminsky> andypugh: there was some debugging, it seems to be in the remap code in the interpreter, not in your code, but no resolution was found
[19:50:07] <andypugh> Is anyone on good enough terms with mah to prod him to have a look?
[19:50:25] -!- raymondhim has quit [Ping timeout: 265 seconds]
[19:52:52] <skunksleep> cradek: https://www.google.com/url?sa=t&source=web&rct=j&url=http://www.tormach.com/uploads/899/SB0046_PathPilot_Release_Notes_0315A-pdf.html&ved=0CCMQFjABahUKEwit8_KZxfTGAhWMdD4KHc0GAWE&usg=AFQjCNHTB9JGYg6j-I2Ab0I8nxuCyK7Bfw&sig2=kVy9ZQt2f1ntVwi5j6oNxw
[19:53:50] -!- pcw_home has quit [Ping timeout: 244 seconds]
[19:53:58] <skunksleep> Fix for #564 Mill - Interpreter: Spurious duplicate O word error message on M6 MDI command. 
[19:54:41] <andypugh> Oooh, that looks like the one...
[19:55:01] <skunksleep> Maybe get with Tormach?
[19:56:11] <seb_kuzminsky> my pathpilot source is from 2015 Feb 23, so it predates that release note
[19:56:26] <skunksleep> I could email rogge and see if we could get a diff
[19:58:29] <andypugh> I already did :-)
[19:58:37] <seb_kuzminsky> they will surely send us their linuxcnc changes
[19:58:39] <seb_kuzminsky> thanks guys
[19:58:41] <andypugh> (Actually I asked them to push the fix)
[19:58:48] <seb_kuzminsky> perfect
[19:59:04] <skunksleep> Awesome
[19:59:17] <seb_kuzminsky> i bet the bug is in 2.6 too, andypugh have you tried your carousel branch (or at least the remap part) there?
[20:00:03] <skunksleep> It was Google.. I searched for the error
[20:00:33] <andypugh> I haven’t tried it, but the config is a standalone thing except for the carousel comp, so it’s easy to test.
[20:02:42] -!- pcw_home [pcw_home!~chatzilla@c-50-143-148-115.hsd1.ca.comcast.net] has joined #linuxcnc-devel
[20:04:05] <skunksleep> andypugh: it only happens in mdi?
[20:06:10] <andypugh> I haven’t tried it from G-code. That’s a rather obvious thing that I failed to try.
[20:07:07] A_Nub is now known as A_Pro
[20:07:23] A_Pro is now known as A_Nub
[20:08:50] -!- amiri_ has quit [Read error: Connection reset by peer]
[20:12:02] -!- mhaberler has quit [Quit: mhaberler]
[20:13:01] <seb_kuzminsky> lovely, we have two different files named stdglue.py, one for gmoccapy and one for everything else
[20:17:03] <andypugh> I can’t help feeling that Norbert might need a few hints about robutsmess and maintanabililty.
[20:17:37] -!- skunksleep has quit [Ping timeout: 252 seconds]
[20:17:58] -!- skunksleep [skunksleep!~AndChat14@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc-devel
[20:18:27] -!- vapula has quit [Ping timeout: 265 seconds]
[20:20:40] <PCW> hm2_eth up for 3 days now with 2 cards at 3 KHz
[20:20:42] <PCW> max servo thread time = 190 usec nominal=148 usec
[20:20:48] <jepler> hm, this may be the root problem behind the networking weirdness I've seen on the dragonboard https://www.96boards.org/forums/topic/410cubuntu-cant-ssh-in/
[20:22:40] -!- robin_ has quit [Ping timeout: 246 seconds]
[20:23:55] <skunksleep> Did we figure out the apparent halui slowdown?
[20:24:13] <jepler> skunksleep: don't think so
[20:24:31] <cradek> it's probably not halui - lair is going to bisect it when he can
[20:27:15] -!- bancik has quit [Ping timeout: 255 seconds]
[20:34:10] <skunksleep> Rob still has one issue to look at. Won't get to it until next week
[20:48:24] -!- tinkerer has quit [Remote host closed the connection]
[20:55:42] <JT-Shop> good that gives me a week to run a comb over the docs
[21:01:18] -!- Deejay has quit [Quit: bye]
[21:02:19] -!- ve7it [ve7it!~LawrenceG@S01060014d19d0b68.pk.shawcable.net] has joined #linuxcnc-devel
[21:07:35] -!- FinboySlick has quit [Quit: Leaving.]
[21:09:09] -!- patrickarlt has quit [Remote host closed the connection]
[21:09:20] <seb_kuzminsky> i'd rather take it slow and get it right, than rush and fuck it up
[21:09:27] <jepler> I want to pass my new version of the arm memory ordering patches under seb's nose, as well as the guy who was helpful on the thread
[21:09:49] <seb_kuzminsky> i'll gladly look at it
[21:10:44] <jepler> seb_kuzminsky: branch jepler/arm-atomic
[21:10:58] * seb_kuzminsky fetches
[21:13:12] <jepler> I sort of suspect that fifo->out also needs to be given the atomic treatment
[21:13:13] <seb_kuzminsky> have you tested both with & without stdatomic.h available? (old & new platforms)
[21:14:01] <jepler> yes, it built on odroid u3 (no gcc 4.9), on debian jessie (gcc 4.9), and presumably on the buildbot
[21:14:09] <seb_kuzminsky> ossom
[21:14:29] <jepler> one problem with my system of #ifs is that it won't detect what version of clang, if any, supplies <stdatomic.h> without requiring -std=c11
[21:14:53] <jepler> afk
[21:17:05] <seb_kuzminsky> those two commits look fine to me
[21:21:02] -!- acdha has quit [Quit: Textual IRC Client: www.textualapp.com]
[21:28:52] -!- chillly has quit [Quit: Ex-Chat]
[21:33:15] -!- tannewt has quit [Client Quit]
[21:34:19] <jepler> hm on reflection I bet ->out also needs to be atomic
[21:35:10] <jepler> thread 1: read last bit of data from sample, increment ->out thread 2: check for space via ->out, write first bit of next sample
[21:36:19] <jepler> if the increment can be moved before the read, then the wrong (newly overwritten value) could be read
[21:36:33] -!- md-2 has quit [Quit: Leaving...]
[21:37:00] -!- mhaberler has quit [Quit: mhaberler]
[21:38:50] -!- memleak has quit [Quit: mlg 420 blaze it 360 no scope FHRITP]
[21:41:01] -!- LeelooMinai [LeelooMinai!~leeloo@184-175-46-197.cable.teksavvy.com] has joined #linuxcnc-devel
[21:45:16] <jepler> a much less likely bug to catch by looking, since it would only occur when running with a full queue, as opposed to an empty one
[21:48:06] <jepler> (I mean, even if you go looking for it to occur)
[21:53:30] -!- PetefromTn_ has quit [Quit: I'm Outta here!!]
[21:55:00] <jepler> PCW: just for fun I started 3 cards at 2kHz on my core2.
[21:55:30] <jepler> seb_kuzminsky: oh and there were more hm2 eth commits, but I'm not sure the branch is in final shape. after I went looking for the reason for intermittent startup problems, I found bugs..
[21:56:32] <seb_kuzminsky> i thought skunkworks found the last bug the other day
[21:56:39] <jepler> origin/2.7..jepler/hm2-eth-startup
[21:56:42] <seb_kuzminsky> who ordered this one?
[21:56:58] <jepler> oh this is the one we were talking about, I think
[21:57:12] <seb_kuzminsky> sure
[22:02:03] -!- tannewt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
[22:10:47] -!- i_tarzan has quit [Ping timeout: 256 seconds]
[22:26:29] -!- dan2k3k4 has quit [Ping timeout: 246 seconds]
[22:37:16] <PCW> jepler: I'll try 4 cards when I get a chance, sort of curious what the additional per card
[22:37:18] <PCW> overhead is, assuming similar packet sizes. It does not seem like much
[22:39:15] -!- mhaberler has quit [Quit: mhaberler]
[22:42:42] -!- eventor has quit [Ping timeout: 255 seconds]
[22:45:41] <seb_kuzminsky> andypugh: 2.6 has the same remap oword problem, fyi
[22:45:50] <seb_kuzminsky> yay, weekend
[22:45:52] <seb_kuzminsky> bbl
[22:55:38] -!- arrowbook [arrowbook!~qicruser@211.137.199.6] has joined #linuxcnc-devel
[22:57:30] -!- arrowbook has quit [Client Quit]
[22:57:37] -!- arrowbook [arrowbook!~qicruser@117.136.92.11] has joined #linuxcnc-devel
[23:01:17] <andypugh> seb_kuzminsky: I thought it would have.
[23:01:47] <andypugh> (Not really all there tonight, back home after 2 weeks working in Granada)
[23:02:44] -!- kwallace_T770 [kwallace_T770!~kwallace@142.147.85.210] has joined #linuxcnc-devel
[23:07:46] -!- andypugh has quit [Quit: andypugh]
[23:13:17] -!- KimK has quit [Ping timeout: 240 seconds]
[23:13:58] -!- KimK [KimK!~Kim__@ip68-102-188-176.ks.ok.cox.net] has joined #linuxcnc-devel
[23:19:57] <KGB-linuxcnc> 03John Thornton 052.7 2f96681 06linuxcnc 10docs/src/gui/gmoccapy.txt 10docs/src/gui/touchy.txt Docs: add links to basic hal * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=2f96681
[23:24:28] -!- CaptHindsight has quit [Read error: Connection reset by peer]
[23:26:41] -!- sumpfralle has quit [Ping timeout: 246 seconds]
[23:29:14] -!- syyl_ has quit [Read error: Connection reset by peer]
[23:31:20] -!- zeeshan-laptop has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
[23:38:43] -!- CaptHindsight [CaptHindsight!~2020@unaffiliated/capthindsight] has joined #linuxcnc-devel
[23:41:07] -!- exitcode1 has quit [Quit: quit]
[23:44:26] -!- kwallace_T770 has quit [Quit: Leaving.]
[23:48:47] -!- JT-Shop_ [JT-Shop_!~john@184.21.194.58] has joined #linuxcnc-devel
[23:53:15] -!- jdqx has quit [Remote host closed the connection]
[23:53:59] -!- JT-Shop has quit [Read error: Connection reset by peer]
[23:54:01] -!- meryan00 has quit [Ping timeout: 240 seconds]
[23:54:01] -!- sumpfralle1 has quit [Ping timeout: 240 seconds]
[23:54:01] -!- Sync has quit [Ping timeout: 240 seconds]
[23:54:02] -!- jthornton has quit [Ping timeout: 240 seconds]
[23:54:02] -!- HoloPed has quit [Ping timeout: 240 seconds]
[23:54:02] -!- Praesmeodymium has quit [Ping timeout: 240 seconds]
[23:54:02] -!- Komzzpa|worrk has quit [Read error: Connection reset by peer]
[23:54:07] HoloPed01 is now known as HoloPed
[23:54:45] meryan00_ is now known as meryan00
[23:55:16] -!- jthornton [jthornton!~john@184.21.194.58] has joined #linuxcnc-devel