#linuxcnc-devel | Logs for 2015-02-18

Back
[00:04:54] -!- adb has quit [Ping timeout: 252 seconds]
[00:17:35] -!- asdfasd has quit [Ping timeout: 252 seconds]
[00:35:41] -!- erictheise has quit [Quit: erictheise]
[00:37:16] -!- mhaberler has quit [Quit: mhaberler]
[00:45:14] -!- amiri_ has quit [Ping timeout: 245 seconds]
[00:47:59] -!- gonzo_nb has quit [Remote host closed the connection]
[00:52:55] <wortley> I can write code to test this, but does variable create what is essentially a global as far as the functions in a component using the component generator are concerned, or is it static space that is private to only the main function in .comp file?
[00:53:32] <wortley> (meaning FUNCTION(_) )?
[00:54:00] <andypugh> They are normally globals so that the setup code can do things.
[00:54:29] <wortley> Man, Andy--What are you doing up at this hour!! :)
[00:54:50] <wortley> GOOD. That is what I hoped to hear.
[00:55:04] <wortley> Thank you!
[00:55:25] -!- rob_h has quit [Ping timeout: 256 seconds]
[00:55:37] <andypugh> It’s only 1am here today. I was here at 3am last night.
[00:56:13] -!- MacGalempsy_ has quit [Ping timeout: 245 seconds]
[00:56:36] <wortley> I know they tend to start work a little later in the morning in Europe, but I am definitely not at the top of my game on 5 hours sleep :)
[00:59:02] <wortley> I used grep and wc to count how many .c's and .comps your name was in -- It came up with 54. That's a lot of different pieces of hardware you have worked on.
[01:00:08] -!- Nick001-shop has quit [Quit: ChatZilla 0.9.91.1 [Firefox 34.0.5/20141126041045]]
[01:02:08] <andypugh> That many? I admit to being surprised.
[01:04:52] -!- Loetmichel has quit [Ping timeout: 245 seconds]
[01:07:43] <wortley> The power of a habbit. I used to record ALL of my notes at work in composition books. I had about 1 filled per year. People would look at the stack I had after 10 years and thought I had some sort of problem.
[01:09:05] <wortley> So it appears that even though a typedef comes AFTER the declarations at the beginning of .comp file, the typedef can be used with variable to declare a fancy type instead of using junk base types.
[01:11:12] <wortley> Wait. Nope. Maybe not...
[01:17:56] <wortley> So if I add a header file and put my typedefs in there, it appears I can use non-native data types for variables. If I put function protoypes in there, will tha work just like a normal C program too?
[01:24:52] <KGB-linuxcnc> 03Sebastian Kuzminsky 05mozmck/new-deb-conf 977237a 06linuxcnc 10debian/configure build: don't depend on libudev * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=977237a
[01:26:31] -!- MacGalempsy has quit [Ping timeout: 255 seconds]
[01:28:46] -!- unfy has quit [Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org]
[01:30:27] <PCW> so libudev wasn't needed? (seems I always had to add it manually)
[01:31:29] <seb_kuzminsky> libudev is needed to run uspace packages, and the uspace deb depends on it whether or not we explicitly call it out
[01:31:44] <seb_kuzminsky> the tools that build debian packages notice that we link against it, and add the dependency for us
[01:32:11] <seb_kuzminsky> libudev-dev is needed as a build-dependency for building uspace debs, and we need to call that out explicitly, and we do still after that commit
[01:33:07] <PCW> OK
[01:34:25] <seb_kuzminsky> if you install the deb everything should be automatic & awesome, if you build rip you have to manage the dependencies manually
[01:34:26] -!- andypugh has quit [Quit: andypugh]
[01:35:16] -!- mhaberler has quit [Quit: mhaberler]
[01:38:32] <PCW> its great the package system does all that
[01:40:22] -!- kb1kdw has quit [Remote host closed the connection]
[01:48:23] -!- TTN has quit [Ping timeout: 265 seconds]
[01:56:08] -!- Valen has quit [Ping timeout: 246 seconds]
[01:56:13] -!- MacGalempsy_ has quit [Ping timeout: 245 seconds]
[02:03:32] -!- baluba has quit [Remote host closed the connection]
[02:05:49] -!- TTN has quit [Changing host]
[02:16:07] -!- patrickarlt has quit [Ping timeout: 250 seconds]
[02:26:19] -!- Coihue has quit [Quit: ..cat wired]
[02:26:24] -!- patricka_ has quit [Remote host closed the connection]
[02:26:49] -!- MacGalempsy has quit [Ping timeout: 255 seconds]
[02:32:29] -!- sumpfralle has quit [Quit: Leaving.]
[02:33:25] -!- skorasaurus has quit [Ping timeout: 264 seconds]
[02:37:04] -!- fablab has quit [Ping timeout: 252 seconds]
[02:43:48] -!- sumpfralle has quit [Quit: Leaving.]
[02:44:13] -!- sumpfralle has quit [Client Quit]
[02:48:56] <wortley> Can I get a volunteer to please explain to me how a variable from my pin definitions gets into a private function for use with a plain old variable name? Is there some sort of C variable aliasing mojo I should know about?
[02:51:25] <wortley> For example, I declared a "variable" with variable int sp; in a .comp file.
[02:51:45] <wortley> It see that it becomes part of the __comp_state data structure.
[02:52:02] <wortley> I see a pointer to it gets passed to every function defined with the FUNCTION macro.
[02:52:26] <wortley> But I don't understand how I can call it "sp" as in sp=10; and actually have something happen.
[02:52:51] <wortley> as far as I can tell "sp" doesn't exist. Just __comp_inst->sp.
[02:53:41] <wortley> nevermind. #define sp _comp_inst->sp
[02:53:43] <wortley> do!
[02:54:04] <wortley> while (1) { smack forhead() };
[02:54:24] <wortley> #define forhead forehead
[02:56:13] -!- MacGalempsy_ has quit [Ping timeout: 245 seconds]
[03:08:40] -!- Rickta59 has quit [Quit: leaving]
[03:13:05] -!- mhaberler has quit [Quit: mhaberler]
[03:25:46] -!- MacGalempsy has quit [Ping timeout: 255 seconds]
[03:40:45] -!- wavded has quit [Quit: My computer went to sleep, help I can't feel my RAM!!]
[03:56:38] -!- MacGalempsy_ has quit [Ping timeout: 245 seconds]
[03:58:28] -!- tinkerer has quit [Quit: Leaving.]
[03:59:01] -!- AR_ has quit [Ping timeout: 256 seconds]
[04:10:52] -!- Miner_48er has quit [Ping timeout: 244 seconds]
[04:21:12] -!- sumpfralle has quit [Ping timeout: 252 seconds]
[04:27:25] -!- MacGalempsy has quit [Ping timeout: 255 seconds]
[04:28:47] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/2.6/axis-jog-speed 87a898a 06linuxcnc 10src/emc/usr_intf/axis/scripts/axis.py axis gui: rename joint_mode to teleop_mode * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=87a898a
[04:28:47] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/2.6/axis-jog-speed c86acbc 06linuxcnc 10src/emc/usr_intf/axis/scripts/axis.py axis gui: fix teleop jog speeds * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=c86acbc
[04:28:47] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/2.6/axis-jog-speed 48ee6b0 06linuxcnc 10src/emc/usr_intf/axis/scripts/axis.py axis gui: fix jog speed in Free mode * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=48ee6b0
[04:29:01] <seb_kuzminsky> i'd appreciate a review on that branch
[04:31:38] -!- TTN has quit [Remote host closed the connection]
[04:46:13] -!- johtso has quit [Quit: Connection closed for inactivity]
[04:56:38] -!- MacGalempsy_ has quit [Ping timeout: 245 seconds]
[05:08:50] -!- MacGalempsy has quit [Read error: Connection reset by peer]
[05:17:50] -!- FinboySlick has quit [Quit: Leaving.]
[05:41:35] -!- furrywolf has quit [Ping timeout: 256 seconds]
[05:43:56] -!- PetefromTn_ has quit [Quit: I'm Outta here!!]
[05:56:45] -!- maximilian_h1 [maximilian_h1!~bonsai@dslb-188-105-015-153.188.105.pools.vodafone-ip.de] has joined #linuxcnc-devel
[05:58:12] -!- maximilian_h has quit [Ping timeout: 245 seconds]
[06:26:40] -!- MacGalempsy has quit [Ping timeout: 255 seconds]
[06:33:22] -!- asdfasd has quit [Ping timeout: 240 seconds]
[06:52:29] -!- kwallace2 [kwallace2!~kwallace@smb-249.sonnet.com] has parted #linuxcnc-devel
[06:55:02] -!- karavanjo has quit [Ping timeout: 246 seconds]
[07:00:53] -!- Loetmichel has quit [Remote host closed the connection]
[07:03:33] -!- kwallace_shop1 [kwallace_shop1!~kwallace@smb-131.sonnet.com] has joined #linuxcnc-devel
[07:04:19] -!- kwallace_shiz1 [kwallace_shiz1!~kwallace@smb-131.sonnet.com] has joined #linuxcnc-devel
[07:05:41] -!- kwallace_shop has quit [Ping timeout: 252 seconds]
[07:06:21] -!- kwallace_shiz has quit [Ping timeout: 264 seconds]
[07:23:47] -!- bobo_ has quit [Quit: Page closed]
[07:24:48] -!- ve7it has quit [Remote host closed the connection]
[07:27:03] -!- MacGalempsy_ has quit [Ping timeout: 245 seconds]
[07:32:08] -!- dan2k3k4 has quit [Ping timeout: 246 seconds]
[07:35:31] -!- mttr has quit [Ping timeout: 255 seconds]
[07:44:23] -!- Simonious has quit [Ping timeout: 246 seconds]
[07:55:33] -!- balestrino has quit [Read error: Connection reset by peer]
[07:56:13] -!- MacGalempsy has quit [Ping timeout: 255 seconds]
[08:23:23] -!- dan2k3k4k5 has quit [Quit: Leaving]
[08:26:08] -!- mhaberler has quit [Quit: mhaberler]
[08:27:03] -!- MacGalempsy_ has quit [Ping timeout: 245 seconds]
[08:28:24] -!- rob_h [rob_h!~robh@90.208.148.95] has joined #linuxcnc-devel
[08:37:52] -!- anarchos [anarchos!~anarchos@S010600259ce59399.vn.shawcable.net] has joined #linuxcnc-devel
[08:40:02] <KGB-linuxcnc> 03Francis Tisserant 05seb/master/po4a c3a6c0d 06linuxcnc 03docs/src/common/User_Concepts.fr.po 10docs/src/common/User_Concepts.txt 10docs/src/common/User_Concepts_fr.txt French doc adaptation to po4a * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=c3a6c0d
[08:40:03] -!- GlennS has quit [Quit: No Ping reply in 180 seconds.]
[08:57:52] -!- MacGalempsy has quit [Ping timeout: 255 seconds]
[08:59:16] -!- Miner_48er has quit [Quit: Leaving]
[09:27:28] -!- MacGalempsy_ has quit [Ping timeout: 245 seconds]
[09:31:22] -!- erictheise has quit [Quit: erictheise]
[09:43:01] -!- TTN has quit [Ping timeout: 265 seconds]
[09:58:10] -!- MacGalempsy has quit [Ping timeout: 255 seconds]
[10:17:34] -!- Thetawaves has quit [Quit: This computer has gone to sleep]
[10:27:28] -!- MacGalempsy_ has quit [Ping timeout: 245 seconds]
[10:36:52] -!- MacGalempsy has quit [Ping timeout: 255 seconds]
[10:57:03] -!- MacGalempsy_ has quit [Ping timeout: 245 seconds]
[11:27:29] -!- phantoxeD has quit [Ping timeout: 250 seconds]
[11:32:39] -!- MacGalempsy has quit [Remote host closed the connection]
[11:48:34] -!- skunkworks has quit [Ping timeout: 245 seconds]
[12:00:00] -!- balestrino has quit [Ping timeout: 244 seconds]
[12:11:32] -!- jduhls has quit [Ping timeout: 245 seconds]
[12:12:19] -!- sumpfralle has quit [Ping timeout: 245 seconds]
[12:22:52] -!- Valen has quit [Quit: Leaving.]
[12:26:45] -!- skunkworks [skunkworks!~skunkwork@68-115-41-210.static.eucl.wi.charter.com] has joined #linuxcnc-devel
[12:32:35] -!- skunkworks_ [skunkworks_!~chatzilla@68-115-41-210.static.eucl.wi.charter.com] has joined #linuxcnc-devel
[12:59:47] amnesic_away is now known as amnesic
[13:01:54] -!- anarchos has quit [Quit: This computer has gone to sleep]
[13:11:58] -!- micges_ [micges_!~micges@dfa238.neoplus.adsl.tpnet.pl] has joined #linuxcnc-devel
[13:15:26] -!- micges has quit [Ping timeout: 244 seconds]
[13:19:49] -!- SpeedEvil has quit [Quit: No Ping reply in 180 seconds.]
[13:21:07] -!- skunkworks_ has quit [Ping timeout: 245 seconds]
[13:26:34] -!- skunkworks_ [skunkworks_!~chatzilla@68-115-41-210.static.eucl.wi.charter.com] has joined #linuxcnc-devel
[13:47:17] -!- xlogik has quit [Ping timeout: 250 seconds]
[13:49:08] <skunkworks> pcw_home, so glad that the 5i25/6i25 was used by tormach. Congrats!
[13:49:42] <skunkworks> (no wonder why you have been so busy over the last few months..)
[13:50:35] -!- zlog has quit [Remote host closed the connection]
[13:50:39] -!- Tom_itx has quit []
[13:51:56] -!- syyl has quit [Ping timeout: 246 seconds]
[13:52:03] -!- md-2 has quit [Remote host closed the connection]
[13:53:37] -!- Tom_itx [Tom_itx!~Tl@unaffiliated/toml/x-013812] has joined #linuxcnc-devel
[13:53:43] -!- zlog [zlog!~zlog@ip68-102-196-57.ks.ok.cox.net] has joined #linuxcnc-devel
[13:54:23] -!- skunkworks_ has quit [Ping timeout: 250 seconds]
[13:57:22] -!- md-2 has quit [Ping timeout: 264 seconds]
[13:59:59] -!- xlogik has quit [Max SendQ exceeded]
[14:09:11] <mozmck> skunkworks: does tormach really sell that many machines?
[14:09:23] <skunkworks> they must..
[14:10:12] <mozmck> interesting.
[14:10:57] <skunkworks> seems they are selling the upgrade kit for the price of hardware...
[14:11:10] <mozmck> Yes, that is what it looked like.
[14:11:54] <skunkworks> my thought is they are probably weighing the support costs of mach vs linuxcnc
[14:12:42] <mozmck> yes, and the uncertainty of mach4, and you still can't just go in and fix or change something.
[14:13:27] <skunkworks> right
[14:13:28] <mozmck> I think Andreas picked a fitting nick on youtube :)
[14:13:43] <archivist> and the hardware mach relies on is all propriety too where mesa is very friendly
[14:13:44] <skunkworks> I have not read the comments
[14:14:06] <mozmck> Moronicsmurf
[14:16:52] <mozmck> archivist: true, and I'm not sure Mach4 can do the same level of control yet as linuxcnc with mesa. Mach3 does not have realtime communication with any of the external hardware.
[14:17:45] <mozmck> which means that boards like the SmoothStepper (USB and Ethernet) have to do homing in the hardware, and numbers of other things.
[14:18:13] <archivist> the ability to gear axes is far ahead of anything that they can do too
[14:18:28] -!- xlogik has quit [Max SendQ exceeded]
[14:20:51] amnesic is now known as amnesic_away
[14:27:39] <skunkworks> and any new mach bells and whistle need to be added to the hardware... vs linuxcnc - any new things ie rigid tapping are available to all hardware.
[14:29:39] <mozmck> Yes, I'm painfully aware of that with Mach3 :) I don't know if Mach4 is any better in that regard either.
[14:32:01] <mozmck> If Tormach developed their own GUI, then it's quite possible that it does not have to be made open source I think.
[14:38:59] -!- xlogik has quit [Max SendQ exceeded]
[14:39:02] -!- FreezingAlt has quit [Read error: Connection reset by peer]
[14:40:52] -!- skorasaurus has quit [Quit: WeeChat 1.1.1]
[14:41:20] <skunkworks> if anything - from what I have read is is worse.. Relying on external motion devices more
[14:42:15] <skunkworks> (mach4)
[14:42:59] <skunkworks> and from some un-named people - the trajectory planner is exactly the same as mach3..
[14:43:12] <archivist> if the rats are now leaving that sinking ship, I wonder what will happen to it
[14:44:54] -!- Nancy2012 has quit [Quit: Nancy2012]
[14:48:40] -!- Rickta59 has quit [Quit: leaving]
[14:58:30] -!- xlogik has quit [Max SendQ exceeded]
[14:59:44] micges_ is now known as micges
[15:01:05] <CaptHindsight> it runs on winders, they will still get all that business
[15:01:37] amnesic_away is now known as amnesic
[15:02:23] <skunkworks> kwallace_shop1, great work.. https://www.youtube.com/watch?v=VFSy0RoFyGM
[15:06:38] <archivist> I think since win8 lots of escapees
[15:14:18] -!- xlogik has quit [Max SendQ exceeded]
[15:14:29] -!- Simonious has quit [Ping timeout: 246 seconds]
[15:16:18] <seb_kuzminsky> mozmck: i'm not sure if that's true about the gui, i'd have to look at the licensing for our ui nml code
[15:18:29] -!- jduhls has quit [Ping timeout: 252 seconds]
[15:21:03] <mozmck> ah, the library?
[15:21:09] <mozmck> didn't think of that.
[15:21:23] <mozmck> HAL allows closed source components
[15:22:19] -!- kwallace1 [kwallace1!~kwallace@smb-131.sonnet.com] has joined #linuxcnc-devel
[15:24:23] <micges> seb_kuzminsky: nml.hh and rcs.hh both got LGPL
[15:25:20] -!- jduhls has quit [Ping timeout: 246 seconds]
[15:25:49] <seb_kuzminsky> i think there's a mixture of gpl and lgpl in the code-pile (i won't call it a library!) that the UIs use to talk to Task
[15:26:06] <micges> but emc.hh and emc_nml.hh have GPL
[15:26:25] <seb_kuzminsky> looks like they use gremlin too, which is gpl
[15:27:42] <micges> yeah code-pile is a good description ;)
[15:27:48] <mozmck> heh!
[15:32:34] -!- xlogik has quit [Max SendQ exceeded]
[15:32:41] <KGB-linuxcnc> 03Bence Kovacs 052.6 24c590b 06linuxcnc 10src/hal/drivers/hal_gm.c Fix RS485 DAC problem, when DAC has zero V output. * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=24c590b
[15:35:20] <KGB-linuxcnc> 03Sebastian Kuzminsky 052.7 55e235b 06linuxcnc Merge remote-tracking branch 'origin/2.6' into 2.7 * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=55e235b
[15:35:20] <KGB-linuxcnc> 03Bence Kovacs 052.7 ee8908a 06linuxcnc 10src/Makefile 10src/hal/drivers/gm.h 10src/hal/drivers/hal_gm.c Add USPACE support * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=ee8908a
[15:35:20] <KGB-linuxcnc> 03Bence Kovacs 052.7 7f43591 06linuxcnc 10src/hal/drivers/hal_gm.c License changed, because some function required it under Ubuntu * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=7f43591
[15:37:49] <seb_kuzminsky> btw, jepler and i started cleaning up the ui interface code, in the branch called liblinuxcnc-ui
[15:38:01] <seb_kuzminsky> once 2.7 settles down i hope to pick that work up again
[15:38:37] <KGB-linuxcnc> 03Sebastian Kuzminsky 05master 5718f6f 06linuxcnc Merge remote-tracking branch 'origin/2.7' * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=5718f6f
[15:41:21] <seb_kuzminsky> bbl
[15:50:46] -!- xlogik has quit [Max SendQ exceeded]
[15:56:36] -!- mhaberler has quit [Quit: mhaberler]
[16:08:13] -!- xlogik has quit [Max SendQ exceeded]
[16:13:04] -!- furrywolf has quit [Ping timeout: 265 seconds]
[16:14:00] -!- adb has quit [Ping timeout: 252 seconds]
[16:14:46] -!- SpeedEvil has quit [Ping timeout: 264 seconds]
[16:26:56] -!- xlogik has quit [Max SendQ exceeded]
[16:28:03] -!- xlogik has quit [Max SendQ exceeded]
[16:29:33] -!- PetefromTn_ [PetefromTn_!~IceChat9@75-136-60-251.dhcp.jcsn.tn.charter.com] has joined #linuxcnc-devel
[16:40:23] -!- SpeedEvil has quit [Ping timeout: 240 seconds]
[16:42:08] -!- Simonious_ has quit [Quit: Page closed]
[16:45:27] -!- quiqua has quit [Quit: quiqua]
[16:46:46] -!- dan2k3k4 has quit [Ping timeout: 255 seconds]
[16:47:33] -!- dan2k3k4k5 has quit [Ping timeout: 250 seconds]
[16:55:54] -!- mozmck has quit [Read error: Connection reset by peer]
[16:59:11] Dan_ is now known as Guest35479
[17:04:44] -!- karavanjo has quit [Ping timeout: 246 seconds]
[17:08:09] jvrousseau is now known as zz_jvrousseau
[17:08:30] -!- Simonious has quit [Quit: leaving]
[17:08:46] _Simonious_ is now known as Simonious
[17:13:34] -!- mozmck [mozmck!~moses@67.210.159.245] has joined #linuxcnc-devel
[17:24:42] -!- amiri has quit [Ping timeout: 246 seconds]
[17:28:09] -!- Tomashe has quit [Ping timeout: 245 seconds]
[17:34:57] -!- jduhls has quit [Ping timeout: 250 seconds]
[17:40:45] -!- Komzzzpa has quit [Read error: Connection reset by peer]
[17:43:16] amnesic is now known as amnesic_away
[17:47:04] -!- Simonious has quit [Quit: Lost terminal]
[17:47:30] -!- danylevskyi has quit [Ping timeout: 252 seconds]
[17:47:31] -!- rob_h has quit [Ping timeout: 255 seconds]
[17:56:25] -!- Guest35479 has quit [Ping timeout: 246 seconds]
[18:05:05] <skunkworks> pcw_home, what came first? tormach or the 5i25?
[18:05:51] <pcw_home> umm Tormach was in business before we made the 5I25
[18:06:36] <skunkworks> heh - I mean did tormach want a db25 solution and you made it?
[18:07:20] -!- md-2 has quit [Quit: Leaving...]
[18:08:57] <pcw_home> Yes I think they suggested it
[18:09:36] <skunkworks> (now that I think about the converstaions with tormach at their fest - A lot of things are clearerer..) :)
[18:09:55] <pcw_home> clearererer?
[18:10:19] <skunkworks> I think it is a awesome idea - it allows people to 'upgrade' pretty easy (using their existing bobs) with a ton of future expandabillity
[18:10:31] <skunkworks> exactly
[18:10:32] <pcw_home> (PCW found a new old M keyboard under the house)
[18:10:43] <skunkworks> wow - does it work?
[18:10:55] <skunkworks> I bet chris would buy it from you :)
[18:11:07] <skunkworks> well - he probably has dozens..
[18:11:21] <pcw_home> much better than the one I spilled 1/2 cup of coffe on
[18:11:28] <skunkworks> oops
[18:11:41] <pcw_home> may have spiders though
[18:16:40] <Connor> I'm betting Tormach wishes they didn't have "Mach" in their name.. :)
[18:17:02] <pcw_home> :-)
[18:22:23] <Connor> I love that they made the switch away from Mach. Still a few die-hard fans of Mach out there.. saying "it works great for them" etc..
[18:22:34] <Connor> I loath the idea of Windows running my CNC machines.
[18:23:07] <pcw_home> Yeah
[18:23:25] <Connor> pcw_home: Congrats on them choosing Mesa BTW
[18:23:54] <Connor> So, Did they help bring 5i25 6i25 into existence ?
[18:24:02] <pcw_home> Thanks Good to have some linuxcnc OEMs
[18:24:36] <pcw_home> Well I think they suggested making a DB25 FPGA card
[18:25:03] <Connor> I.E. The Super Port! :)
[18:25:41] <pcw_home> well that was my silly name
[18:25:54] <Connor> Not silly.
[18:31:40] <seb_kuzminsky> yeah, congrats peter, that's got to be good for mesa :-)
[18:34:57] amnesic_away is now known as amnesic
[18:35:45] amnesic is now known as amnesic_away
[18:35:54] -!- jduhls has quit [Ping timeout: 250 seconds]
[18:37:04] <micges> next version should be 'Uber Port' ;)
[18:38:30] <pcw_home> Yeah its first larger linuxcnc OEM
[18:39:00] <pcw_home> there are some small ones also
[18:39:06] <Connor> I swear someone on the IRC was working on the new GUI...
[18:49:53] <skunkworks> there are a few newer gui's.. gscreen, gmoccapy
[18:56:55] <ssi> the superport stuff really is nice
[18:57:18] <ssi> simplifies wiring, better physical separation of PC from control hardware
[18:57:42] <ssi> the fact that the host cards are cheaper is due more to the removal of the pci bridge than the superport, but it's a nice side benefit
[18:59:10] -!- sumpfralle has quit [Ping timeout: 264 seconds]
[19:04:40] <PCW> also smaller card size helps
[19:06:14] <ssi> yeah definitely... most of the cheap pcs I get for linuxcnc machines are low profile, and the 5/6i25 is a great solution
[19:07:26] <PCW> hoping the Ethernet stuff will eventually make the I/O CPU agnostic
[19:08:44] -!- rob_h [rob_h!~robh@90.208.148.95] has joined #linuxcnc-devel
[19:17:11] zz_jvrousseau is now known as jvrousseau
[19:23:52] -!- sumpfralle has quit [Ping timeout: 240 seconds]
[19:25:48] -!- mhaberler has quit [Quit: mhaberler]
[19:26:48] <kwallace_shop1> Conner, Daniel Rogge is the main force behind the Tormach UI. He doesn't hang out here often, but he will be talking about the software tomorrow in a webinar: http://www.tormach.com/pathpilot . I missed the webinar bit until I scrolled to the bottom of the page.
[19:27:46] <kwallace_shop1> Oops, not the bottom but down a little.
[19:31:44] -!- piccata has quit [Ping timeout: 245 seconds]
[19:37:46] -!- balestrino has quit [Ping timeout: 255 seconds]
[19:40:37] -!- sumpfralle has quit [Ping timeout: 250 seconds]
[19:43:50] <seb_kuzminsky> kwallace_shop1: that'll be interesting to see
[19:48:07] <Connor> kwallace_shop1: Yea, the UI and wizards aspect are allot of what people are looking for.
[19:52:38] -!- sumpfralle has quit [Client Quit]
[20:23:22] -!- dirty_d has quit [Quit: Leaving]
[20:23:55] -!- steveoh has quit [Remote host closed the connection]
[20:30:03] -!- skunkworks has quit [Read error: Connection reset by peer]
[20:32:13] -!- Simonious has quit [Ping timeout: 264 seconds]
[20:36:30] -!- KimK_laptop has quit [Remote host closed the connection]
[20:36:58] -!- gaute has quit [Quit: Page closed]
[20:38:39] -!- KimK_laptop [KimK_laptop!~Kim@ip68-102-30-143.ks.ok.cox.net] has joined #linuxcnc-devel
[20:41:54] <KGB-linuxcnc> 03Robert W. Ellenberg 052.7 ba0c8fd 06linuxcnc 10src/emc/motion/command.c 10src/emc/tp/tp.c 10src/emc/tp/tp_types.h motion: fix for zero-length line errors * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=ba0c8fd
[20:41:55] <KGB-linuxcnc> 03Robert W. Ellenberg 052.7 22ac5d9 06linuxcnc 10(5 files) tp: Added optimizations to increase arc tangential acceleration * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=22ac5d9
[20:41:55] <KGB-linuxcnc> 03Robert W. Ellenberg 052.7 feab885 06linuxcnc 10src/libnml/posemath/posemath.cc posemath: fixed PM_CARTESIAN cross product * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=feab885
[20:41:56] <KGB-linuxcnc> 03Robert W. Ellenberg 052.7 3122c02 06linuxcnc 10src/emc/tp/blendmath.c tp: fix for rare acceleration violation that that Sam found * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=3122c02
[20:41:57] -!- patrickarlt has quit [Quit: Leaving...]
[20:42:00] <KGB-linuxcnc> 03Robert W. Ellenberg 052.7 752b044 06linuxcnc 10tests/trajectory-planner/circular-arcs/configs/sim_XYZ.ini 10tests/trajectory-planner/circular-arcs/configs/sim_XYZ_fast.ini tests: increased optimization depth in fast sim config * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=752b044
[20:53:53] <seb_kuzminsky> sweet!
[20:54:08] <seb_kuzminsky> rob ellenberg pushed to our 2.7 branch himself :-)
[20:54:52] <seb_kuzminsky> aw, but he didn't fix the indentation errors i had pointed out to him :-/
[20:56:11] -!- skunkworks [skunkworks!~chatzilla@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc-devel
[20:57:16] -!- asdfasd has quit [Ping timeout: 265 seconds]
[21:04:41] -!- anarchos2_ has quit [Read error: Connection reset by peer]
[21:07:46] -!- jduhls has quit [Ping timeout: 255 seconds]
[21:10:15] -!- Miner_48er has quit [Ping timeout: 244 seconds]
[21:21:38] -!- ve7it [ve7it!~LawrenceG@S01060014d19d0b68.pk.shawcable.net] has joined #linuxcnc-devel
[21:28:01] -!- TTN has quit [Ping timeout: 255 seconds]
[21:38:30] -!- Miner_48er has quit [Ping timeout: 252 seconds]
[21:41:58] -!- furrywolf has quit [Ping timeout: 255 seconds]
[21:43:32] -!- Deejay has quit [Quit: bye]
[21:52:51] -!- FinboySlick has quit [Quit: Leaving.]
[22:04:39] -!- dr0w_ has quit [Remote host closed the connection]
[22:05:01] <seb_kuzminsky> ~
[22:08:35] -!- Miner_48er has quit [Ping timeout: 246 seconds]
[22:11:44] -!- shurshur has quit [Ping timeout: 244 seconds]
[22:11:50] -!- Komzzpa|worrk has quit [Read error: Connection reset by peer]
[22:13:57] -!- jims has quit [Quit: Colloquy for iPad - http://colloquy.mobi]
[22:14:28] -!- sheppard has quit [Quit: Ex-Chat]
[22:17:57] <PCW> hmm 3.18.7-rt1 preemt-rt seems ok...
[22:19:50] <seb_kuzminsky> did you build it or did the debian kernel folks?
[22:20:32] <PCW> built myself (didnt even change the config)
[22:21:07] <PCW> (the rt patch makes a sensible config)
[22:21:21] <seb_kuzminsky> cool
[22:21:42] <PCW> make make module_install make install
[22:22:28] <PCW> seem better Ethernet latency wise but need a day or so at 4KHz to see
[22:22:41] <PCW> seems
[22:28:45] <PCW> forgot about the initrd stuff and looked all around about how to do it in a way i could understand, then turns out make install does everything
[22:36:01] -!- Miner_48er has quit [Quit: Leaving]
[22:45:05] -!- Camaban has quit [Ping timeout: 252 seconds]
[22:55:19] -!- jvrousseau has quit [Ping timeout: 255 seconds]
[22:58:25] <mozmck> oh, neat. that patch is brand new
[22:58:56] <mozmck> it seems better than what? the 3.14 preemt-rt or wheezy?
[23:01:10] <PCW> wheezy is the only other rt kernel I have tried on this system
[23:02:13] amnesic_away is now known as amnesic
[23:03:25] -!- Simonious has quit [Ping timeout: 264 seconds]
[23:03:52] <mozmck> ok
[23:05:09] <PCW> kernel compiling +youtube videos dont seem to phase it but do mess with 3.2
[23:11:08] -!- erve has quit [Remote host closed the connection]
[23:11:39] <mozmck> I see, that sounds like pretty good improvement. 3.2 is pretty old now - in software years anyhow.
[23:13:06] -!- adb has quit [Ping timeout: 252 seconds]
[23:16:41] -!- syyl_ has quit [Ping timeout: 250 seconds]
[23:21:15] -!- rup3rt has quit [Quit: ChatZilla 0.9.91.1 [Firefox 35.0.1/20150122214805]]
[23:21:29] -!- anarchos [anarchos!~anarchos@S010600259ce59399.vn.shawcable.net] has joined #linuxcnc-devel
[23:45:20] <KGB-linuxcnc> 03Dewey Garrett 05dgarr/histo ade20d8 06linuxcnc 03lib/hallib/hal_procs_lib.tcl 10lib/hallib/hookup_moveoff.tcl 10lib/hallib/xhc-hb04.tcl 10scripts/moveoff_gui hal_procs_lib.tcl: consolidate common procs * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=ade20d8
[23:45:21] <KGB-linuxcnc> 03Dewey Garrett 05dgarr/histo 41bb2d8 06linuxcnc 10(6 files in 3 dirs) hal-histogram: histogram util for s32,float pins * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=41bb2d8
[23:47:29] <KGB-linuxcnc> 03Dewey Garrett 05dgarr/histo ca4a454 06linuxcnc 10(7 files in 4 dirs) hal-histogram: histogram util for s32,float pins * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=ca4a454
[23:47:47] -!- mttr has quit [Ping timeout: 245 seconds]