#linuxcnc-devel | Logs for 2012-11-05

Back
[00:00:51] -!- logger[mah] has quit [Remote host closed the connection]
[00:01:01] -!- logger[mah] [logger[mah]!~loggermah@ns2.mah.priv.at] has joined #linuxcnc-devel
[00:07:27] -!- L84Supper has quit [Ping timeout: 256 seconds]
[00:07:32] -!- kmiyashiro has quit [Quit: kmiyashiro]
[00:15:14] -!- L84Supper [L84Supper!~Larch@unaffiliated/l84supper] has joined #linuxcnc-devel
[00:19:29] -!- ve7it has quit [Remote host closed the connection]
[00:24:03] -!- L84Supper has quit [Quit: <puff of smoke>]
[00:32:52] -!- asdfasd has quit [Ping timeout: 246 seconds]
[00:34:53] <cradek> mhaberler: the -j6 failure is a symptom of the incomplete or incorrect dependency information. in this case you can expect it to fall over randomly, especially when something else is changed. it is not a -j problem.
[00:35:17] <mhaberler> ok
[00:48:39] -!- L84Supper [L84Supper!~Larch@unaffiliated/l84supper] has joined #linuxcnc-devel
[00:50:17] -!- rob__H has quit [Ping timeout: 255 seconds]
[01:39:33] -!- skunkworks has quit [Read error: Connection reset by peer]
[01:40:12] -!- jpk has quit [Ping timeout: 255 seconds]
[01:43:25] -!- skunkworks [skunkworks!~yaaic@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc-devel
[01:45:09] -!- kmiyashiro has quit [Quit: kmiyashiro]
[01:57:03] -!- jthornton has quit [Read error: Connection reset by peer]
[01:57:33] -!- jthornton [jthornton!~john@184-63-140-99.cust.wildblue.net] has joined #linuxcnc-devel
[02:12:56] -!- skunkworks has quit [Ping timeout: 256 seconds]
[02:17:29] <mhaberler> cradek: I have a question on the tp
[02:18:20] <mhaberler> assume a servo period is late - does the tp account for the delay in computing the next target position, or does it assume isochronous servo periods?
[02:19:18] <cradek> let me ponder that question
[02:19:39] <mhaberler> was it clear?
[02:20:29] <mhaberler> iow: does servo period jitter have *any* impact on the path other than sampling *distance*, not accuracy?
[02:20:57] <cradek> I think I understood the question before the IOW...
[02:21:20] <mhaberler> ok, strike oit z
[02:21:29] <mhaberler> strike out the last sentence;)
[02:21:54] -!- Mac_Weber has quit [Read error: Connection reset by peer]
[02:22:02] <cradek> pretty sure the answer is that the TP spits out a new point every time it's run, and these points are all equidistant along the line (assume a single line path)
[02:22:29] <cradek> if you have jitter maybe it depends how you use these points
[02:24:05] <mhaberler> lets make an example: straight line.
[02:24:24] <mhaberler> case a) no jitter -> spacing equidistant
[02:25:12] <mhaberler> case b): jitter - spacing *still* equidistant or has the time warp been accounted for?
[02:25:13] <cradek> dx is constant; if dt varies, dx/dt will not be smooth
[02:25:32] <cradek> you are talking about a varying dt, yes?
[02:25:36] <mhaberler> you mean constant speed?
[02:25:43] <mhaberler> yes, vary dt
[02:26:09] <cradek> every traj cycle, the position output steps by one fixed dx
[02:26:35] <mhaberler> why not speed * actual_time?
[02:27:22] <cradek> well the calculation is position...
[02:28:08] <mhaberler> staying with line example, constant velocity.
[02:28:24] <cradek> there are big problems with any "late" period as you surely see right away
[02:29:09] <mhaberler> so, where? we're well beyond the cutoff frequency of any servo system or hardware anyway
[02:29:16] -!- Valen has quit [Quit: Leaving.]
[02:29:24] <cradek> what's your goal here?
[02:30:04] <mhaberler> My goal is to try to figure out what impact if any jitter has on actual machine accuracy
[02:30:16] <cradek> ah, interesting question
[02:30:46] <mhaberler> that is not an urgent question, and probably a hard one, so no hurry
[02:30:47] <cradek> pid is somewhat tolerant, and you are right low bandwidth machinery can "smooth" a bit of jitter
[02:30:58] <cradek> yes it seems hard to figure out
[02:31:32] <cradek> I think the mesa hardware stepgen is extra-untolerant of jitter, but I don't understand why
[02:31:34] <mhaberler> I would take the argument that randomness in timing injects noise into a control loop,
[02:31:40] <cradek> (maybe all the hardware stepgens? dunno)
[02:32:07] <mhaberler> forget steppers, we're talking commanded position
[02:32:32] <cradek> well I thought you were talking about real world machines, that's why I asked
[02:32:40] <mhaberler> I said servo-period on purpose, the stepgen stuff is a different issue
[02:33:08] <mhaberler> yes, real world machines. I want to understand the impact of servo thread jitter.
[02:33:20] <skunkworks_> hardware stepgens use the servo period... (pretty much act like servos to llinuxcnc)
[02:33:27] <cradek> well normal velocity mode servo amps do very nearly the same thing as a stepgen that's independently pulsing at a certain rate. I'm not sure they're much different.
[02:33:44] <cradek> yes to what skunkworks_ says
[02:34:12] <cradek> you expect it to be dx/dt along on the next period, but dt varies, so pid adjusts
[02:34:24] <cradek> brb, oatmeal
[02:34:43] <mhaberler> skunkworks: 'use the servo period' means 'take input of command position at servo period intervals'?
[02:34:50] <mhaberler> enjoy
[02:35:27] <mhaberler> my point is: if dt is accounted for, the servo loop has nothing to adjust
[02:36:04] -!- tjb1 has quit [Quit: tjb1]
[02:40:08] -!- KimK has quit [Ping timeout: 245 seconds]
[02:41:50] <cradek> I would sure enjoy seeing the results of that modification, but I'd warn you to try to figure out whether it makes an important real-world difference before you introduce huge entropy to the currently-reliable TP
[02:43:00] <cradek> at first consideration, if a dt is unusually short, it seems easy to tweak the internal model accordingly - if dt is longer than you expect it seems like you can have trouble.
[02:43:20] <mhaberler> hey, I am not talking modifications. I want to understand what is going on, and what the point of these latency discussions actually is. I'm curious, thats all.
[02:44:03] <cradek> I'm curious about it, too
[02:44:44] <cradek> but like you said about mechanical bandwidth - not sure how much difference it could make.
[02:45:16] <mhaberler> back of envelope: we have 1kHz servo period. we have hardware which is a say bacllpark 20-50Hz lowpass. WTF is the impact wether servo period jumps from 0.7 to 1.5kHz?
[02:45:18] <cradek> on my very high accel vmc, I very clearly hear/feel the effect of one rogue servo cycle
[02:46:12] <cradek> previously, a pid/homing buglet caused full dac output for one servo cycle on index reset. this made an incredible bang on the machine
[02:46:43] <mhaberler> it would be interesting to figure out what 'rogue' is. Late? or wrong target position? any other scenarios?
[02:46:59] <mhaberler> well sure, but thats a bug
[02:47:08] <mhaberler> its not a conceptual issue
[02:47:21] <cradek> my only point is, each servo cycle counts on this machine
[02:47:46] <cradek> so you can't really say this machine has a 20-50Hz mechanical lowpass
[02:48:34] -!- pfred1 has quit [Quit: another day another dinar]
[02:48:40] <mhaberler> but it does have a cutoff frequency which is below servoperiod * 0.5
[02:48:49] <mhaberler> (sampling theorem)
[02:48:52] <cradek> anything other than those gut/observation-based "calculations" is outside my realm of expertise
[02:50:08] <mhaberler> sampling theorem says: as long as you are well beyond 2*cutoff frequency, you can reproduce the original signal
[02:50:12] <cradek> brb again
[02:50:21] <cradek> too many things going on...
[02:50:26] <mhaberler> the phone system is living proof ;)
[02:51:36] -!- sumpfralle has quit [Ping timeout: 240 seconds]
[02:59:08] <mhaberler> do a grep cycle_time in src/emc/kinematics
[02:59:41] <mhaberler> I am very sure the tp does not account for actual dt; it assumes fixed dt
[03:00:49] <mhaberler> here is a thought experiment:
[03:02:07] <mhaberler> assume we had a servo thread with adjustable jitter (just a noise component)
[03:03:07] <mhaberler> now do a mod of the tp such that it takes the actual dt into account, which should come in as an argument in the thread function (or use the tsc, whatever to get actual time)
[03:04:34] <mhaberler> next, we plot following error over time. I am very sure the time-corrected tp would have stable following error as with the current tp it would increase with the amount of noise injected into servo timing
[03:07:28] <mhaberler> I think it could be fully simulated without a machine, this is basic control theory
[03:08:42] <mhaberler> ok, the local MBA hits the sack - good night
[03:08:57] -!- mhaberler has quit [Quit: mhaberler]
[03:09:05] <seb_kuzminsky> mhaberler, cradek: i did an experiment along the lines you're talking about, about a year ago
[03:09:10] <seb_kuzminsky> http://git.highlab.com/?p=emc2.git;a=shortlog;h=refs/heads/actual-period
[03:09:17] <seb_kuzminsky> d'oh, just missed him
[03:11:53] -!- paideia has quit [Quit: Leaving]
[03:17:37] -!- r00t_droid has quit [Quit: Bye]
[03:29:18] -!- KimK [KimK!~Kim__@wsip-184-176-200-171.ks.ks.cox.net] has joined #linuxcnc-devel
[03:30:59] -!- scottman has quit [Quit: Konversation terminated!]
[03:42:59] <cradek> seb_kuzminsky: do you have git://?
[03:44:20] <cradek> I can't seem to guess the url to add your remote
[03:45:05] <cradek> (I thought gitweb showed you that...?)
[03:47:28] <cradek> goodnight!
[03:57:02] -!- Keknom has quit [Quit: Leaving.]
[04:01:17] -!- Tom_L has quit []
[04:06:48] -!- Kirk_Wallace_ [Kirk_Wallace_!~kwallace@tmb-240.sonnet.com] has joined #linuxcnc-devel
[04:08:17] -!- KimK has quit [Ping timeout: 255 seconds]
[04:09:50] -!- Kirk_Wallace has quit [Ping timeout: 252 seconds]
[04:26:19] -!- FinboySlick has quit [Quit: Leaving.]
[04:33:47] -!- Valen has quit [Ping timeout: 256 seconds]
[04:44:28] <KGB-linuxcnc> 03seb 05build-on-quantal 88c9300 06emc2 10debian/configure * add debian config for Ubuntu 12.10 "Quantal Quetzal"
[04:44:28] <KGB-linuxcnc> 03seb 05build-on-quantal fade3e4 06emc2 10src/rtapi/rtapi.h * include stddef.h in rtapi.h, to provide NULL
[04:48:09] -!- KimK [KimK!~Kim__@wsip-184-176-200-171.ks.ks.cox.net] has joined #linuxcnc-devel
[04:50:10] -!- factor has quit [Read error: Connection reset by peer]
[05:16:17] -!- KimK has quit [Ping timeout: 256 seconds]
[05:27:48] -!- factor has quit [Disconnected by services]
[05:27:50] icarusfactor is now known as factor
[06:03:03] -!- KimK [KimK!~Kim__@wsip-184-176-200-171.ks.ks.cox.net] has joined #linuxcnc-devel
[06:03:09] -!- Fox_Muldr has quit [Ping timeout: 260 seconds]
[06:04:01] -!- skorket has quit [Quit: Leaving]
[06:06:06] -!- satyag has quit [Read error: Connection reset by peer]
[06:06:55] -!- tjb1 has quit [Ping timeout: 244 seconds]
[06:06:55] tjb1_ is now known as tjb1
[06:07:42] <KGB-linuxcnc> 03seb 05master b933e33 06emc2 10debian/configure * add debian config for Ubuntu 12.10 "Quantal Quetzal"
[06:07:43] <KGB-linuxcnc> 03seb 05master 4a59aaf 06emc2 10src/rtapi/rtapi.h * include stddef.h in rtapi.h, to provide NULL
[06:07:45] <KGB-linuxcnc> 03seb 05master bab46b2 06emc2 10debian/configure * Merge branch 'v2.5_branch'
[06:07:51] <KGB-linuxcnc> 03seb 05v2.5_branch b933e33 06emc2 10debian/configure * add debian config for Ubuntu 12.10 "Quantal Quetzal"
[06:07:57] <KGB-linuxcnc> 03seb 05v2.5_branch 4a59aaf 06emc2 10src/rtapi/rtapi.h * include stddef.h in rtapi.h, to provide NULL
[06:08:10] -!- KimK has quit [Ping timeout: 246 seconds]
[06:39:39] -!- yuvipanda has quit [Read error: Connection reset by peer]
[06:46:04] -!- kmiyashiro has quit [Quit: kmiyashiro]
[06:53:58] -!- KimK [KimK!~Kim__@wsip-184-176-200-171.ks.ks.cox.net] has joined #linuxcnc-devel
[06:55:26] -!- yuvipanda has quit [Client Quit]
[07:01:16] -!- vladimirek [vladimirek!~vladimire@95.105.250.72] has joined #linuxcnc-devel
[07:02:48] -!- Kirk_Wallace__ [Kirk_Wallace__!~kwallace@smb-114.sonnet.com] has joined #linuxcnc-devel
[07:03:00] -!- Kirk_Wallace_ has quit [Read error: No route to host]
[07:11:01] -!- Kirk_Wallace__ [Kirk_Wallace__!~kwallace@smb-114.sonnet.com] has parted #linuxcnc-devel
[07:16:41] -!- satyag has quit [Ping timeout: 245 seconds]
[07:20:57] -!- the_wench has quit [Ping timeout: 256 seconds]
[07:21:19] -!- archivist has quit [Ping timeout: 244 seconds]
[07:23:22] -!- JT-Shop-2 [JT-Shop-2!~John@184-63-140-99.cust.wildblue.net] has joined #linuxcnc-devel
[07:23:29] -!- jthornton has quit [Read error: Connection reset by peer]
[07:23:37] -!- JT-Shop has quit [Read error: Connection reset by peer]
[07:23:55] -!- jthornton [jthornton!~john@184.63.140.99] has joined #linuxcnc-devel
[07:27:27] -!- plushy has quit [Quit: Leaving.]
[07:37:59] -!- herron has quit [Ping timeout: 268 seconds]
[07:49:27] -!- kmiyashiro has quit [Quit: kmiyashiro]
[08:05:34] -!- tjb1 has quit [Quit: tjb1]
[08:06:29] -!- tjb1 has quit [Client Quit]
[08:12:56] -!- psha [psha!~psha@213.208.162.92] has joined #linuxcnc-devel
[08:21:17] -!- KimK has quit [Ping timeout: 245 seconds]
[08:37:08] -!- KimK [KimK!~Kim__@wsip-184-176-200-171.ks.ks.cox.net] has joined #linuxcnc-devel
[08:44:34] -!- emel has quit [Excess Flood]
[08:52:54] -!- KimK has quit [Ping timeout: 252 seconds]
[09:00:55] -!- mhaberler [mhaberler!~mhaberler@macbook.stiwoll.mah.priv.at] has joined #linuxcnc-devel
[09:23:27] -!- psha has quit [Read error: No route to host]
[09:23:45] -!- psha [psha!~psha@213.208.162.92] has joined #linuxcnc-devel
[09:24:17] -!- Kent_ has quit [Read error: Operation timed out]
[09:24:39] -!- Vq has quit [Ping timeout: 260 seconds]
[09:25:18] -!- Loetmichel has quit [Ping timeout: 264 seconds]
[09:25:43] -!- KimK [KimK!~Kim__@wsip-184-176-200-171.ks.ks.cox.net] has joined #linuxcnc-devel
[09:26:36] juanluisrp is now known as jlrodriguez
[09:26:55] jlrodriguez is now known as juanluisrp
[09:28:42] -!- KimK has quit [Client Quit]
[09:34:37] -!- moonlite has quit [Ping timeout: 244 seconds]
[09:44:43] -!- sumpfralle has quit [Ping timeout: 260 seconds]
[09:51:58] -!- rob_h [rob_h!~rob_h@027c0684.bb.sky.com] has joined #linuxcnc-devel
[09:58:22] -!- odogono has quit [Read error: Connection reset by peer]
[10:02:58] -!- odogono has quit [Read error: Connection reset by peer]
[10:10:18] -!- Simooon has quit [Remote host closed the connection]
[10:27:20] -!- mhaberler has quit [Read error: Operation timed out]
[11:18:47] -!- mhaberler [mhaberler!~mhaberler@089144206251.atnat0015.highway.a1.net] has joined #linuxcnc-devel
[11:23:00] -!- maximilian_h [maximilian_h!~bonsai@p549FCD12.dip.t-dialin.net] has joined #linuxcnc-devel
[11:23:00] newbie is now known as Guest5506
[11:26:30] -!- Guest5506 has quit [Client Quit]
[11:29:19] -!- theos has quit [Read error: Connection reset by peer]
[11:31:26] -!- mhaberler has quit [Quit: mhaberler]
[11:37:24] -!- Fox_Muldr has quit [Ping timeout: 260 seconds]
[11:44:02] -!- moonlite has quit [Ping timeout: 268 seconds]
[11:48:16] -!- satyag has quit [Quit: Leaving]
[11:48:49] -!- Simooon has quit [Remote host closed the connection]
[11:59:38] -!- theos has quit [Ping timeout: 255 seconds]
[12:04:10] -!- dhoovie has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
[12:12:09] -!- juanluisrp has quit [Quit: Konversation terminated!]
[12:15:18] -!- skunkworks_ has quit [Ping timeout: 244 seconds]
[12:17:52] Guest4891 is now known as Mac_Weber
[12:18:23] -!- mhaberler [mhaberler!~mhaberler@089144206084.atnat0015.highway.a1.net] has joined #linuxcnc-devel
[12:35:02] -!- mhaberler has quit [Quit: mhaberler]
[12:57:35] -!- herron has quit [Ping timeout: 265 seconds]
[12:59:51] -!- ktchk has quit [Ping timeout: 245 seconds]
[13:08:04] -!- mhaberler [mhaberler!~mhaberler@089144206084.atnat0015.highway.a1.net] has joined #linuxcnc-devel
[13:16:06] -!- mhaberler has quit [Ping timeout: 240 seconds]
[13:27:15] -!- Valen has quit [Quit: Leaving.]
[13:32:56] -!- mhaberler [mhaberler!~mhaberler@089144206251.atnat0015.highway.a1.net] has joined #linuxcnc-devel
[13:39:17] -!- mhaberler has quit [Quit: mhaberler]
[13:51:48] -!- maximilian_h1 [maximilian_h1!~bonsai@p549DDFCE.dip.t-dialin.net] has joined #linuxcnc-devel
[13:52:50] -!- slightproblem has quit [Quit: Page closed]
[13:54:13] -!- maximilian_h has quit [Ping timeout: 256 seconds]
[13:57:38] -!- Mac_Weber has quit [Ping timeout: 245 seconds]
[13:58:12] -!- hdokes|werkin has quit [Ping timeout: 248 seconds]
[14:04:18] -!- holst has quit [Quit: Leaving]
[14:05:19] -!- skunkworks [skunkworks!~chatzilla@68-115-41-210.static.eucl.wi.charter.com] has joined #linuxcnc-devel
[14:19:11] -!- L84Supper has quit [Quit: <puff of smoke>]
[14:23:17] -!- mhaberler [mhaberler!~mhaberler@93-82-141-40.adsl.highway.telekom.at] has joined #linuxcnc-devel
[14:29:21] -!- satyag has quit [Ping timeout: 256 seconds]
[14:34:08] -!- ybon has quit [Read error: Connection reset by peer]
[14:34:27] -!- paideia has quit [Quit: Leaving]
[14:38:24] -!- oyildirim has quit []
[14:39:24] -!- L84Supper [L84Supper!~Larch@unaffiliated/l84supper] has joined #linuxcnc-devel
[14:39:32] -!- mhaberler has quit [Quit: mhaberler]
[14:43:01] -!- pferrick has quit [Remote host closed the connection]
[14:53:09] -!- yuvipanda has quit [Quit: yuvipanda]
[15:04:18] -!- jpk has quit [Ping timeout: 264 seconds]
[15:07:08] hdokes is now known as hdokes|werkin
[15:17:02] -!- satyag has quit [Quit: Leaving]
[15:20:21] -!- mk0 has quit [Read error: Connection reset by peer]
[15:24:35] -!- racycle has quit [Quit: racycle]
[15:26:35] -!- the_wench has quit [Ping timeout: 256 seconds]
[15:27:30] -!- archivist has quit [Ping timeout: 244 seconds]
[15:39:01] JT-Shop-2 is now known as JT-Shop
[15:45:12] <KGB-linuxcnc> 03TODO: deletor 05build-on-quantal fade3e4 06emc2 04. * branch deleted
[15:47:56] -!- kwallace [kwallace!~kwallace@smb-70.sonnet.com] has joined #linuxcnc-devel
[15:48:26] -!- vladimirek has quit [Remote host closed the connection]
[15:54:42] -!- skunkworks_ [skunkworks_!~skunkwork@68-115-41-210.static.eucl.wi.charter.com] has joined #linuxcnc-devel
[15:56:54] -!- bmwyss has quit [Ping timeout: 265 seconds]
[15:59:29] sliptonic is now known as sliptonic_away
[16:06:07] -!- mhaberler [mhaberler!~mhaberler@178-191-255-201.adsl.highway.telekom.at] has joined #linuxcnc-devel
[16:07:06] <kwallace> Hello, I'm having trouble getting RTAI/LinuxCNC installed to Debian Squeeze.
[16:07:17] <kwallace> I'm using: http://wiki.linuxcnc.org/cgi-bin/wiki.pl?Debian_Lenny_Compile_RTAI as a model, but I haven't gotten it to work.
[16:07:30] <kwallace> Basically, it seems that I need to get the installed kernel source, get the RTAI source, then a patch from Debian that modifies RTAI to be compatible with Debian.
[16:07:45] <kwallace> It also looks like there are newer versions of theses packages, than are in the example wiki page. Should I try to use the latest version?
[16:12:09] -!- factor has quit [Ping timeout: 276 seconds]
[16:13:29] -!- freefrom has quit [Client Quit]
[16:18:14] -!- bmwyss has quit [Quit: bmwyss]
[16:19:39] -!- vladimirek [vladimirek!~vladimire@95.105.250.72] has joined #linuxcnc-devel
[16:25:51] -!- Mourner has quit [Quit: Page closed]
[16:27:34] -!- mhaberler has quit [Quit: mhaberler]
[16:30:17] sliptonic_away is now known as sliptonic
[16:56:41] -!- Komzpa has quit [Ping timeout: 256 seconds]
[17:39:42] -!- maximilian_h1 has quit [Quit: Leaving.]
[17:46:38] -!- ve7it [ve7it!~LawrenceG@S0106001c10b7770f.pk.shawcable.net] has joined #linuxcnc-devel
[18:02:17] sliptonic is now known as sliptonic_away
[18:03:48] sliptonic_away is now known as sliptonic
[18:03:59] -!- syyl_ws has quit [Quit: Verlassend]
[18:13:48] -!- andypugh [andypugh!~andy2@cpc2-basl1-0-0-cust639.basl.cable.virginmedia.com] has joined #linuxcnc-devel
[18:21:22] <kwallace> root@desktop-v2:~# aptitude --disable-columns search linux-source
[18:21:23] <kwallace> v linux-source -
[18:21:23] <kwallace> p linux-source-2.6 - Linux kernel source for Linux 2.6 (meta-package)
[18:21:23] <kwallace> i linux-source-2.6.32 - Linux kernel source for version 2.6.32 with Debian patches
[18:21:40] <kwallace> What is a meta-package?
[18:23:13] <seb_kuzminsky> it's a package that doesn't install any files, but instead pulls in other packages to provide files
[18:23:51] <seb_kuzminsky> linux-source-2.6 is a meta-package that depends on one of the real 2.6 kernel source packages
[18:24:07] <alex4nder> kwallace: building an RTAI kernel/userspace on top of debian is pretty straight forward using the RTAI patches, checking out linuxcnc, and making minor tweaks to the build.
[18:24:29] <kwallace> aptitude shows that it is not installed. Do I need it?
[18:24:31] <seb_kuzminsky> that way if debian decides to update from 2.6.32 to 2.6.33, they can just change the meta-package to point at the .33 kernel source, and that way ensure that all users have the 'correct' kernel source installed
[18:25:06] <seb_kuzminsky> kwallace: you don't need the meta-package
[18:25:20] <andypugh> Are there any docs for mb2hal?
[18:26:42] <kwallace> alex4nder: I tried this: http://wiki.linuxcnc.org/cgi-bin/wiki.pl?Debian_Lenny_Compile_RTAI, but haven't gotten any success yet.
[18:27:46] <kwallace> I'm going through this right now:
[18:27:50] <kwallace> http://users.wowway.com/~zlinuxman/Kernel.htm
[18:28:13] <alex4nder> kwallace: right, just follow the debian RTAI process.. there's a patch package.
[18:29:15] <kwallace> But the wiki example uses Lenny and I am trying Squeeze.
[18:29:58] <alex4nder> yah, ignore the wiki for teh RTAI bit, and use the debian packaged patches
[18:30:01] <alex4nder> that's what I did
[18:31:08] <seb_kuzminsky> andypugh: there's a readme in the mb2hal directory i think
[18:31:22] <seb_kuzminsky> imo mb2hal shouldn't have been merged, it was not ready...
[18:31:29] <seb_kuzminsky> but oh well
[18:33:27] <kwallace> At this point, I'll be happy to compile the present kernel, let alone any patching. I like to take a step, test it, take another step.
[18:34:31] <alex4nder> that's easy with debian
[18:34:33] <alex4nder> just make the kpkg
[18:34:41] <andypugh> seb_kuzminsky: Well, I wasn't planning on using it. Some guy wants to control some smart-drives through RS422. He might actually be better off with Mach, mush as I hate to suggest it.
[18:34:55] <seb_kuzminsky> blasphemy!
[18:35:03] <seb_kuzminsky> why would that be?
[18:36:09] <andypugh> Because the drives want to be told endpoints, not a trajectory.
[18:36:40] <andypugh> And are unlikely to be too happy to be given a new endpoint every mS.
[18:36:50] <seb_kuzminsky> heh
[18:36:52] <seb_kuzminsky> yeah :-(
[18:37:01] <andypugh> If the comms protocol even allows a new endpoint down the serial link
[18:37:08] <kwallace> alex4nder: Okay, I'll need to check into kpkg. Thanks.
[18:40:46] -!- tjb1 has quit [Quit: tjb1]
[18:42:43] -!- psha has quit [Quit: Lost terminal]
[18:46:58] -!- Cylly has quit []
[18:55:11] -!- ve7it has quit [Remote host closed the connection]
[18:59:05] log_ybon is now known as ybon
[19:04:37] <alex_joni> skunkworks_: around?
[19:04:47] <alex_joni> I sent you a memo, but to skunkworks, not skunkworks_
[19:05:26] -!- c60 has quit [Quit: Lost terminal]
[19:05:42] <skunkworks_> huh - wonder where I am logged in as skunkworks
[19:05:50] <skunkworks_> oh - my laptop is on
[19:05:52] <alex_joni> ;)
[19:15:57] -!- IchGuckLive has quit [Quit: ChatZilla 0.9.87 [Firefox 16.0.2/20121025205401]]
[19:29:54] -!- Guest22805 [Guest22805!~nikola@78-83-51-185.spectrumnet.bg] has joined #linuxcnc-devel
[19:35:55] -!- Guest22805 has quit []
[19:44:45] <andypugh> If the tooltable was a persistent database, would you still have a tool table file?
[19:50:39] <cradek> doubt it. you'd use a special application of some kind to edit it.
[19:51:03] <cradek> or, likely some kind of screen inside linuxcnc
[19:52:00] <cradek> I can imagine a screen that shows you all the fields, and if you poke one, it would fill out the right mdi command for you to edit it
[19:52:16] <cradek> actually, that's kind of how touchy presents it
[20:04:53] -!- satyag has quit [Quit: Leaving]
[20:28:17] -!- paideia has quit [Quit: Leaving]
[20:36:55] -!- vladimirek has quit [Remote host closed the connection]
[20:39:26] <andypugh> Just thinking about this tooltable-in-redis idea.
[20:49:44] -!- sumpfralle has quit [Ping timeout: 252 seconds]
[20:54:36] -!- sumpfralle1 has quit [Ping timeout: 245 seconds]
[21:03:36] -!- motioncontrol has quit [Quit: Sto andando via]
[21:07:08] -!- tjb1 has quit [Read error: Connection reset by peer]
[21:07:08] tjb1_ is now known as tjb1
[21:08:32] ybon is now known as log_ybon
[21:10:16] ybon1 is now known as ybon
[21:15:54] -!- wboykinm has quit [Remote host closed the connection]
[21:18:49] -!- yuvipanda has quit [Quit: yuvipanda]
[21:47:02] -!- logger[psha] [logger[psha]!~loggerpsh@195.135.238.205] has joined #linuxcnc-devel
[21:49:36] -!- c60 has quit [Quit: Lost terminal]
[21:55:09] -!- FinboySlick has quit [Quit: Leaving.]
[22:04:01] -!- DJ9DJ has quit [Quit: bye]
[22:10:15] -!- tjb1 has quit [Read error: Connection reset by peer]
[22:11:49] -!- syyl has quit [Quit: Leaving]
[22:14:48] toudi_ is now known as micges
[22:18:52] -!- micges has quit [Client Quit]
[22:19:34] -!- oyildirim has quit []
[22:37:00] -!- chillly has quit [Quit: Leaving]
[22:47:07] -!- djdelorie has quit [Remote host closed the connection]
[22:57:23] -!- skunkworks has quit [Remote host closed the connection]
[23:06:17] -!- plushy has quit [Read error: Connection reset by peer]
[23:07:06] -!- skunkworks_ has quit [Read error: Connection reset by peer]
[23:09:55] sliptonic is now known as sliptonic_away
[23:15:42] -!- frallzor has quit []
[23:20:35] -!- tjb1 has quit [Quit: tjb1]