Re: [Emc-developers] builbot RT dependency question

2012-08-27 Thread Sebastian Kuzminsky
supplies only linuxcnc debs. All the other debs (hm2 rt kernel some others) must be fetched from the linuxcnc.org debian archive. -- Sebastian Kuzminsky -- Live Security Virtual Conference Exclusive live event

[Emc-developers] packaging problem in master: calculator.glade gladevcp-test.glade

2012-07-22 Thread Sebastian Kuzminsky
into the package staging area: calculator.glade and gladevcp-test.glade. Should these be part of the linuxcnc.deb package? Should they go in /usr/lib/python2.7/dist-packages/gladevcp (which is where they're getting staged)? -- Sebastian Kuzminsky

[Emc-developers] rtai 3.9 out, no support for new linux kernels

2012-07-19 Thread Sebastian Kuzminsky
Latest kernel supported is 2.6.38, no support for Precise's Linux 3.2. http://mail.rtai.org/pipermail/rtai/2012-July/025059.html -- Sebastian Kuzminsky -- Live Security Virtual Conference Exclusive live event

Re: [Emc-developers] File Reload Pin for Axis

2012-06-19 Thread Sebastian Kuzminsky
pin that triggers a reload, so he can tie it to a physical button on a control panel. I suppose you could use a physical button to trigger a halui MDI that runs a user-supplied M-command that runs axis-reload... Although your solution is way less Rube Goldbergesque. -- Sebastian Kuzminsky

Re: [Emc-developers] [Emc-commit] v2.5_branch: Docs: expand on g4 description

2012-05-23 Thread Sebastian Kuzminsky
On May 23, 2012, at 13:14 , John Thornton wrote: It is an error if: -* the P number is negative. +* the P number is negative or not specificed. We should make it so a negative P-word for G4 makes you travel back in time. -- Sebastian Kuzminsky

Re: [Emc-developers] .rej file committed in git

2012-04-24 Thread Sebastian Kuzminsky
On Apr 24, 2012, at 13:56 , andy pugh wrote: On 24 April 2012 20:52, Sebastian Kuzminsky s...@highlab.com wrote: That file is in the master branch, and it looks like it was part of Jeff's pluggable interp changes way back when. Jeff, is that anything useful or should we just remove

Re: [Emc-developers] RFC: introduction of source contexts (aka: fixing 'line numbers')

2012-04-09 Thread Sebastian Kuzminsky
things, that sounds great. -- Sebastian Kuzminsky -- For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http

Re: [Emc-developers] [Emc-commit] master: motion, tp: dont treat motion id zero special

2012-04-02 Thread Sebastian Kuzminsky
mailing list emc-com...@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-commit -- Sebastian Kuzminsky -- Better than sec? Nothing is better than sec when it comes to monitoring Big Data

Re: [Emc-developers] [Emc-commit] master: motion, tp: dont treat motion id zero special

2012-04-02 Thread Sebastian Kuzminsky
On Apr 2, 2012, at 17:15 , Sebastian Kuzminsky wrote: This broke the realtime build. limit.h is not available. http://buildbot.linuxcnc.org/buildbot-admin/builders/hardy-i386-realtime-rip/builds/380/steps/compile/logs/stdio Sorry, here's the public link: http://buildbot.linuxcnc.org

Re: [Emc-developers] [Emc-commit] v2.5_branch: changed pci_find_device to pci_get_device

2012-03-24 Thread Sebastian Kuzminsky
, pDev); + pDev = pci_get_device(opto22_VENDOR_ID, opto22_pci_AC5_DEVICE_ID, pDev); if ( pDev == NULL ) { /* no more boards */break;} -- Sebastian Kuzminsky -- This SF email is sponsosred by: Try

Re: [Emc-developers] libmodbus 3

2012-03-24 Thread Sebastian Kuzminsky
speak? If so, a Build-Recommends in the debian/control would cause the buildbot to install it when building, and the Precise build environment at least would have access to it. -- Sebastian Kuzminsky -- This SF email

Re: [Emc-developers] libmodbus 3

2012-03-24 Thread Sebastian Kuzminsky
it will be hard to get LinuxCNC to run on Precise because it uses the 3.2 Linux kernel, and there is not a version of RTAI for Linux 3.2 yet. (LinuxCNC runs in simulation on Precise just fine, it's the realtime part that's going to be a stumbling block.) -- Sebastian Kuzminsky

Re: [Emc-developers] [Emc-commit] v2.5_branch: interp: fix 'Command following M66 doesn't run in MDI - ID: 3477158'

2012-03-01 Thread Sebastian Kuzminsky
-commit -- Sebastian Kuzminsky -- Virtualization Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service

Re: [Emc-developers] what is the development process for linux cnc?

2012-02-27 Thread Sebastian Kuzminsky
, but that's the exception rather than the rule - mostly we work on LinuxCNC because we have spare time and interest, and the occasional personal itch. -- Sebastian Kuzminsky -- Try before you buy = See our experts in action

Re: [Emc-developers] Compilation problem on Xubuntu Precise (2012.02.18)

2012-02-22 Thread Sebastian Kuzminsky
is *not* with Xubuntu or LinuxCNC, as you claim, but with how you're setting up your build computer. I told you this days ago. -- Sebastian Kuzminsky -- Virtualization Cloud Management Using Capacity Planning Cloud computing makes

Re: [Emc-developers] Compilation problem on Xubuntu Precise (2012.02.18)

2012-02-21 Thread Sebastian Kuzminsky
the best way to handle build dependencies. -- Sebastian Kuzminsky -- Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual

Re: [Emc-developers] Compilation problem on Xubuntu Precise (2012.02.18)

2012-02-21 Thread Sebastian Kuzminsky
of libraries for different architectures, but only if you stay within the system. What does dpkg-checkbuilddeps say? -- Sebastian Kuzminsky -- Keep Your Developer Skills Current with LearnDevNow! The most comprehensive

Re: [Emc-developers] Compilation problem on Xubuntu Precise (2012.02.18)

2012-02-20 Thread Sebastian Kuzminsky
-developers -- Sebastian Kuzminsky -- Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3

Re: [Emc-developers] Compilation problem on Xubuntu Precise (2012.02.18)

2012-02-20 Thread Sebastian Kuzminsky
I just did several builds on a Precise machine, updated today. I built 2.5 and master. No problems. On Feb 20, 2012, at 11:01 , Sebastian Kuzminsky wrote: Our buildbot builds and tests every commit to LinuxCNC on Ubuntu Precise, both in 32-bit and 64-bit, and we are not seeing any

Re: [Emc-developers] [Emc-commit] master: interp/python: drop reference to shared_ptr, use boost::cref

2012-02-17 Thread Sebastian Kuzminsky
/ _ Emc-commit mailing list emc-com...@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-commit -- Sebastian Kuzminsky -- Virtualization Cloud Management Using Capacity Planning

Re: [Emc-developers] having problem with loadrt options

2012-01-28 Thread Sebastian Kuzminsky
they be independent, with the need_* dependencies checked explicitly at the top? -- Sebastian Kuzminsky -- Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers

Re: [Emc-developers] hm2 watchdog changes

2012-01-24 Thread Sebastian Kuzminsky
On 01/24/2012 02:16 PM, Peter C. Wallace wrote: On Tue, 24 Jan 2012, Sebastian Kuzminsky wrote: On Jan 24, 2012, at 09:02 , Peter C. Wallace wrote: On Tue, 24 Jan 2012, Sebastian Kuzminsky wrote: I do like the idea of the first read or write enabling the watchdog. This This means its

[Emc-developers] hm2 watchdog changes

2012-01-23 Thread Sebastian Kuzminsky
if you got bit even if you're not petting the watchdog. This should have no practical effect on anyone. Any feedback is welcome, and please consider this for inclusion in 2.5. Oh yeah, this was Jeff Epler's idea on IRC this afternoon, so thanks for the suggestion. -- Sebastian Kuzminsky

Re: [Emc-developers] What are the new names of executables and scripts?

2012-01-20 Thread Sebastian Kuzminsky
legally is probably less important than avoiding being targetted by the economic weapon of litigation. That said, i'd also like something less generic, more ours. -- Sebastian Kuzminsky -- Keep Your Developer Skills Current

Re: [Emc-developers] [Emc-commit] v2.5_branch: Merge remote-tracking branch 'origin/v2.4_branch' into v2.5_branch

2012-01-19 Thread Sebastian Kuzminsky
be. The commit email says I switched the variable name from LDFLAGS to LIBS, but it must be comparing to the 2.4_branch that I merged in? Confusing. On Jan 19, 2012, at 10:09 , Sebastian Kuzminsky wrote: Merge remote-tracking branch 'origin/v2.4_branch' into v2.5_branch Conflicts

Re: [Emc-developers] Interesting question on cnc-zone

2012-01-06 Thread Sebastian Kuzminsky
drivers and components) run outside of realtime mode. The documentation for this is well hidden: it's on the linuxcnc.org webpage, but not part of the managed documentation in git :-( http://linuxcnc.org/index.php/english/component/content/article/2-technical-articles/42-emc-internals -- Sebastian

Re: [Emc-developers] proposed change: sim mill config with spindle encoder

2012-01-04 Thread Sebastian Kuzminsky
On Jan 4, 2012, at 14:33 , Michael Haberler wrote: Barring diverging opinions, I will change lathe.hal to sim_encoder.hal and fix the affected files, as well as adding sim_encoder.hal to the configs/sim/axis/* files. Mayeb sim_spindle_encoder.hal would be more clear? -- Sebastian

Re: [Emc-developers] using MPG to change feed and spindle overrides

2012-01-04 Thread Sebastian Kuzminsky
into those pins when the user fingers the pendant correctly. -- Sebastian Kuzminsky -- Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT resources to deliver seamless

Re: [Emc-developers] hostmot2 repository questions.

2011-12-20 Thread Sebastian Kuzminsky
) on the Spartan 2 builder. -- Sebastian Kuzminsky -- Write once. Port to many. Get the SDK and tools to simplify cross-platform app development. Create new or port existing apps to sell to consumers worldwide. Explore the Intel

Re: [Emc-developers] hostmot2 repository questions.

2011-12-16 Thread Sebastian Kuzminsky
it. And I might even learn some VHDL in the process! This hypothetical future hostmot2 buildbot would be most useful if future hostmot2 development happened directly in the git repo, where the buildbot can see it. -- Sebastian Kuzminsky

[Emc-developers] new service from the buildbot

2011-12-15 Thread Sebastian Kuzminsky
! PS: your branch has to have the buildsystem commits that just went into 2.4 and 2.5 in order for this to work. -- Sebastian Kuzminsky -- Learn Windows Azure Live! Tuesday, Dec 13, 2011 Microsoft is holding a special

Re: [Emc-developers] Screen Captures workflow to pic to svg to g-code

2011-11-29 Thread Sebastian Kuzminsky
for the docs but have not found anything that worked well. Can a screen capture be converted to a SVG? Thanks for all the work getting the docs sorted out. -- Sebastian Kuzminsky -- All the data continuously

Re: [Emc-developers] [Emc-commit] v2.5_branch: still trying to fix latexmath

2011-11-17 Thread Sebastian Kuzminsky
with and that you're pretty confident will be an improvement for everyone. -- Sebastian Kuzminsky -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance

Re: [Emc-developers] [Emc-commit] v2.5_branch: still trying to fix latexmath

2011-11-17 Thread Sebastian Kuzminsky
On Nov 17, 2011, at 11:11 , Jon Elson wrote: Sebastian Kuzminsky wrote: If so, I request that you change your work flow. The work flow above means we get a bunch of untested commits in our set-in-stone history, and that's not optimal. git push shouldn't happen until you have something

Re: [Emc-developers] [Emc-commit] v2.5_branch: Merge branch 'doc-fix' of git://psha.org.ru/psha/emc2 into v2.5_branch

2011-11-17 Thread Sebastian Kuzminsky
takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _ Emc-commit mailing list emc-com...@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-commit -- Sebastian Kuzminsky

Re: [Emc-developers] [Emc-commit] master: docs: Fix anchor link in HTML title

2011-11-17 Thread Sebastian Kuzminsky
the title like this, then if you click a link to the Language-Overview, you don't see the = G Code Overview section header, instead the top of your screen shows the beginning of the content, which is a little confusing. -- Sebastian Kuzminsky

Re: [Emc-developers] 2.5 Docs - those irritating colored borders on clickable links in pdf docs rendered in a pdf viewer

2011-11-16 Thread Sebastian Kuzminsky
/sfu/splunk-novd2d ___ Emc-developers mailing list Emc-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-developers -- Sebastian Kuzminsky

Re: [Emc-developers] 2.5 Docs - those irritating colored borders on clickable links in pdf docs rendered in a pdf viewer

2011-11-16 Thread Sebastian Kuzminsky
/sfu/splunk-novd2d ___ Emc-developers mailing list Emc-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-developers -- Sebastian Kuzminsky

Re: [Emc-developers] Chapters Deleted from 2.5 Integrator Manual

2011-11-15 Thread Sebastian Kuzminsky
://buildbot.linuxcnc.org/doc/v2.5_branch/v2.5.0-pre2-170-g05f6a45/pdf/EMC2_HAL_Manual.pdf That PDF includes Section 2: Hardware Drivers, which includes Mesa and Pico and all(?) the others. -- Sebastian Kuzminsky -- RSA(R

Re: [Emc-developers] 2.5 Docs - Notes on image file usage

2011-11-13 Thread Sebastian Kuzminsky
built on each commit, as specified by the current source code. The content may not be what you want, in which case your patches will be welcome. -- Sebastian Kuzminsky -- RSA(R) Conference 2012 Save $700 by Nov 18

Re: [Emc-developers] [Emc-commit] v2.5_branch: French translation update - removed someasciidoc error

2011-11-12 Thread Sebastian Kuzminsky
+/checkbutton +--- -image:pyvcp_radiobutton_fr.png[] +image:pyvcp_checkbutton.png[] -- Sebastian Kuzminsky -- RSA(R) Conference 2012 Save $700 by Nov 18 Register now http

Re: [Emc-developers] [Emc-commit] v2.5_branch: Merge branch 'master' into v2.5_branch

2011-11-09 Thread Sebastian Kuzminsky
-- Sebastian Kuzminsky -- RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 ___ Emc-developers mailing list Emc-developers

Re: [Emc-developers] [Emc-commit] v2.5_branch: Merge branch 'master' into v2.5_branch

2011-11-08 Thread Sebastian Kuzminsky
/lists/listinfo/emc-commit -- Sebastian Kuzminsky -- RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 ___ Emc-developers mailing list

[Emc-developers] master is building again

2011-11-04 Thread Sebastian Kuzminsky
The master branch is now building, passing all tests, and producing packages again. Thanks to Michael Haberler for the awesome g-code remapping work! I can't wait to use it on my own machine! -- Sebastian Kuzminsky

Re: [Emc-developers] [Emc-commit] master: build: add libboost-python1.40-dev to to debian/control.in

2011-11-03 Thread Sebastian Kuzminsky
https://lists.sourceforge.net/lists/listinfo/emc-commit -- Sebastian Kuzminsky -- RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1

Re: [Emc-developers] [Emc-commit] master: build: add libboost-python1.40-dev to to debian/control.in

2011-11-03 Thread Sebastian Kuzminsky
-com...@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-commit -- Sebastian Kuzminsky -- RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1

Re: [Emc-developers] [Emc-commit] master: build: use libboost-python-dev instead of libboost-python1.40-dev

2011-11-03 Thread Sebastian Kuzminsky
the right version of libpython. But one test fails on hardy (passes on lucid): interp/iniparam-failassign. A boost version issue? I don't know. -- Sebastian Kuzminsky -- RSA(R) Conference 2012 Save $700 by Nov 18

Re: [Emc-developers] [Emc-commit] v2.5_branch: Docs: remove lyx files no longer used

2011-10-27 Thread Sebastian Kuzminsky
On 10/27/2011 06:22 AM, John Thornton wrote: Docs: remove lyx files no longer used Signed-off-by: John Thorntonjthorn...@gnipsel.com Yay!! -- Sebastian Kuzminsky -- The demand for IT networking professionals

Re: [Emc-developers] old lyx docs in 2.5

2011-10-27 Thread Sebastian Kuzminsky
-- Sebastian Kuzminsky -- The demand for IT networking professionals continues to grow, and the demand for specialized networking skills is growing even more rapidly. Take a complimentary Learning@Cisco Self-Assessment

Re: [Emc-developers] old lyx docs in 2.5

2011-10-27 Thread Sebastian Kuzminsky
/listinfo/emc-developers -- Sebastian Kuzminsky -- The demand for IT networking professionals continues to grow, and the demand for specialized networking skills is growing even more rapidly. Take a complimentary Learning

Re: [Emc-developers] old lyx docs in 2.5

2011-10-27 Thread Sebastian Kuzminsky
On 10/27/2011 07:26 PM, Jon Elson wrote: Sebastian Kuzminsky wrote: Jon is right, the docs on linuxcnc.org do still have broken math formulas. For examples: Yes, and it affects probably 20+ major documents. But, the other problem is that the pdf's that are linked on the main

Re: [Emc-developers] old lyx docs in 2.5

2011-10-27 Thread Sebastian Kuzminsky
psha fix that once already? For example, look at this page: http://linuxcnc.org/docs/2.5/html/motion/pid_theory.html#_loop_tuning Down in section 1.3.2, the equations are display in source format, not replaced with latex images like they're supposed to. -- Sebastian Kuzminsky

Re: [Emc-developers] old lyx docs in 2.5

2011-10-26 Thread Sebastian Kuzminsky
On 10/26/2011 12:07 AM, Pavel Shramov wrote: On Tue, Oct 25, 2011 at 04:39:23PM -0600, Sebastian Kuzminsky wrote: Yeah, I was hoping to get feedback from the docs folks. I don't want to remove the lyx source files if they're still using them, and i don't want to leave the lyx files around

Re: [Emc-developers] old lyx docs in 2.5

2011-10-26 Thread Sebastian Kuzminsky
about Cisco certifications, training, and career opportunities. http://p.sf.net/sfu/cisco-dev2dev ___ Emc-developers mailing list Emc-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-developers -- Sebastian

Re: [Emc-developers] old lyx docs in 2.5

2011-10-26 Thread Sebastian Kuzminsky
Looking closer at that wiki page, it does say to cd into that directory, sort of. At the end of step 2 Create an initial check-out: All the commands below assume that you are in the emc2-dev directory unless noted otherwise. ;-) On Oct 26, 2011, at 15:29 , Sebastian Kuzminsky wrote: You

Re: [Emc-developers] 'BOSS behaviour of a G0'

2011-10-25 Thread Sebastian Kuzminsky
Cisco certifications, training, and career opportunities. http://p.sf.net/sfu/cisco-dev2dev ___ Emc-developers mailing list Emc-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-developers -- Sebastian Kuzminsky

Re: [Emc-developers] old lyx docs in 2.5

2011-10-25 Thread Sebastian Kuzminsky
wrote: Sebastian Kuzminsky wrote: Hi folks, Michael Haberler pointed out that it's a bit confusing to have the .lyx doc source files in 2.5, since they are not used there any more. We've (mostly?) transitioned to asciidoc, which has the matching .txt files as their source. Is it time

Re: [Emc-developers] old lyx docs in 2.5

2011-10-25 Thread Sebastian Kuzminsky
On Oct 25, 2011, at 15:40 , Kent A. Reed wrote: On 10/25/2011 9:56 AM, Sebastian Kuzminsky wrote: Hi folks, Michael Haberler pointed out that it's a bit confusing to have the .lyx doc source files in 2.5, since they are not used there any more. We've (mostly?) transitioned to asciidoc, which

Re: [Emc-developers] old lyx docs in 2.5

2011-10-25 Thread Sebastian Kuzminsky
not have to.) -- Sebastian Kuzminsky -- The demand for IT networking professionals continues to grow, and the demand for specialized networking skills is growing even more rapidly. Take a complimentary Learning@Cisco Self

Re: [Emc-developers] [Emc-commit] master: orient.9: fix mode 1 and mode 2 offset calculation

2011-10-25 Thread Sebastian Kuzminsky
the ?: operator because it's error prone and terse. I had to stare at that code dumbly for 30 seconds before seeing the change, and then I had to write a program to see if i saw it right... Optimise for folk reading the code. -- Robert Collins -- Sebastian Kuzminsky

Re: [Emc-developers] Fwd: EMC2 Fest/Meeting

2011-10-24 Thread Sebastian Kuzminsky
more organized) we could host an EMC fest also. sam On 10/20/2011 4:22 PM, Sebastian Kuzminsky wrote: Hi folks, Greg Jackson of Tormach is offering us a location for an emc2 fest at their facility in Madison Wisconsin, and some machines to play with while we're there. Tormach makes

Re: [Emc-developers] [Emc-commit] v2.4_branch: Add support for old style 1034 mill.

2011-09-30 Thread Sebastian Kuzminsky
the merge for you right away). No big deal tho, thanks for the new config! :-) -- Sebastian Kuzminsky -- All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive

Re: [Emc-developers] [ emc-Bugs-3414029 ] trivial bug in halcmd save nets

2011-09-29 Thread Sebastian Kuzminsky
this would have been over in 30 seconds if we had been talking over a beer. Yes, this got overblown and I'm sorry about that. Next time you're in Colorado, come by Boulder for a beer! -- Sebastian Kuzminsky -- All

Re: [Emc-developers] (no subject)

2011-09-28 Thread Sebastian Kuzminsky
. The Quadrature Counter module already has a TSC register. If we moved that register (and the TSDiv register) out to their own module, we wouldn't take much more FPGA space, and we'd have a single place to calibrate and read the FPGA clock. Thoughts? -- Sebastian Kuzminsky

Re: [Emc-developers] Odd rawcounts pin behaviour.

2011-09-28 Thread Sebastian Kuzminsky
is a function, not a pin! -- Sebastian Kuzminsky -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity

Re: [Emc-developers] [ emc-Bugs-3414029 ] trivial bug in halcmd save nets

2011-09-26 Thread Sebastian Kuzminsky
On Sep 26, 2011, at 14:23 , Kent A. Reed wrote: On 9/26/2011 10:46 AM, SourceForge.net wrote: Bugs item #3414029, was opened at 2011-09-26 07:43 Message generated for change (Comment added) made by seb_kuzminsky Comment By: Sebastian Kuzminsky (seb_kuzminsky) Date: 2011-09-26 08:46

Re: [Emc-developers] watchdog.9: proposed change: opinions?

2011-09-26 Thread Sebastian Kuzminsky
Michael's observations, but they sound wrong to me. I'd also love to see a test that demonstrates the expected behavior and use of the watchdog... -- Sebastian Kuzminsky -- All the data continuously generated

Re: [Emc-developers] 2.5 release -- status of docs ?

2011-09-22 Thread Sebastian Kuzminsky
Switching from lyx to asciidoc was a huge improvement. Kim has my thanks for instigating and for doing much of the work. We're still in that transition, and the final release won't happen until it's complete. We're accepting patches, hint, hint…. -- Sebastian Kuzminsky s...@highlab.com

Re: [Emc-developers] [Emc-commit] v2.5_branch: Don't assume that the firmware declares ioports first.

2011-09-03 Thread Sebastian Kuzminsky
, then handle all the other MDs. ioport modules are kind of special in Hostmot2, since they're so closely tied to io pins, which are shared by (nearly) all modules. -- Sebastian Kuzminsky -- Special Offer -- Download

Re: [Emc-developers] [Emc-commit] v2.5_branch: Don't assume that the firmware declares ioports first.

2011-09-02 Thread Sebastian Kuzminsky
bugs and all... ;-) -- Sebastian Kuzminsky -- Special Offer -- Download ArcSight Logger for FREE! Finally, a world-class log management solution at an even better price-free! And you'll get a free Love Thy Logs t-shirt

Re: [Emc-developers] [Emc-commit] v2.5_branch: Add support for Mesa 5i21, 5i25 and 4i69 FPGA cards.

2011-08-29 Thread Sebastian Kuzminsky
wiring harnesses and stuff... -- Sebastian Kuzminsky -- EMC VNX: the world's simplest storage, starting under $10K The only unified storage solution that offers unified management Up to 160% more powerful than

Re: [Emc-developers] [Emc-commit] v2.5_branch: Add support for Mesa 5i21, 5i25 and 4i69 FPGA cards.

2011-08-29 Thread Sebastian Kuzminsky
, +hm2-pin[pin_number].port_num); +} Same comments as for hm2_set_pin_source(), above. The rest of the patch looks great. Thanks for the cleanup! -- Sebastian Kuzminsky -- Special Offer

Re: [Emc-developers] [Emc-commit] v2.5_branch: Add support for Mesa 5i21, 5i25 and 4i69 FPGA cards.

2011-08-28 Thread Sebastian Kuzminsky
in hm2_read_idrom() and hm2_print_idrom(). Maybe the llio should tell us what it's expected IOWidth is? It knows how big its connectors are, after all, and it seems like a good sanity check. -- Sebastian Kuzminsky

[Emc-developers] doc bug?

2011-08-28 Thread Sebastian Kuzminsky
with that? -- Sebastian Kuzminsky -- EMC VNX: the world's simplest storage, starting under $10K The only unified storage solution that offers unified management Up to 160% more powerful than alternatives and 25% more efficient

Re: [Emc-developers] yet another buildbot?

2011-08-15 Thread Sebastian Kuzminsky
. -- Sebastian Kuzminsky -- uberSVN's rich system and user administration capabilities and model configuration take the hassle out of deploying and managing Subversion and the tools developers use with it. Learn more

Re: [Emc-developers] [Emc-commit] v2.5_branch: packaging: build-depend on the Hardy debhelper or newer

2011-08-09 Thread Sebastian Kuzminsky
On 08/09/2011 05:12 PM, Jeff Epler wrote: On Mon, Aug 08, 2011 at 04:01:49PM -0500, Sebastian Kuzminsky wrote: packaging: build-depend on the Hardy debhelper or newer Why? Do we depend on a feature not available in older debhelper now? Our debian/compat file already says we require debhelper

Re: [Emc-developers] [PATCH] Correction to bldc.comp docs.

2011-07-21 Thread Sebastian Kuzminsky
you have a public git repo I can pull from? -- Sebastian Kuzminsky -- 5 Ways to Improve Secure Unified Communications Unified Communications promises greater efficiencies for business. UC can improve internal

[Emc-developers] what happened to the HAL User Manual?

2011-07-13 Thread Sebastian Kuzminsky
Amid all the documentation changes recently, something went awry with the HAL User Manual. In commit 35a10531ba7df9f31186588826a9aa41d340b9f2 (Docs: minor edits to Submakefile, by Kim Kirwan) it was removed from docs/src/Submakefile's PDF_TARGETS. Was that intentional? -- Sebastian

[Emc-developers] parallel make?

2011-07-13 Thread Sebastian Kuzminsky
Does anyone regularly build emc2 using parallel make (make -j)? -- Sebastian Kuzminsky -- AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries, the creator of the Lean Startup Methodology on Lean

Re: [Emc-developers] what happened to the HAL User Manual?

2011-07-13 Thread Sebastian Kuzminsky
On 07/13/2011 12:13 PM, Sebastian Kuzminsky wrote: Amid all the documentation changes recently, something went awry with the HAL User Manual. In commit 35a10531ba7df9f31186588826a9aa41d340b9f2 (Docs: minor edits to Submakefile, by Kim Kirwan) it was removed from docs/src/Submakefile's

[Emc-developers] packaging fixes

2011-07-08 Thread Sebastian Kuzminsky
I just pushed some commits that make the 2.5 debs build again for me. Two commits concern ngcgui, and the last concerns pncconf. ngcgui now starts and runs for me in both RIP and packaged mode, but it cannot find its ngcgui_lib dir. Dewey, could you take a look at that? -- Sebastian

Re: [Emc-developers] packaging fixes

2011-07-08 Thread Sebastian Kuzminsky
files, and have all the NGCGUI_SUBFILE and NGCGUI_PREAMBLE variables just specify filenames. But this is a DoOcracy and you're doing the work ;-) -- Sebastian Kuzminsky -- All of the data generated in your

Re: [Emc-developers] Gearchange

2011-06-27 Thread Sebastian Kuzminsky
as it is. I reviewed your submission (after some prodding) and made some suggestions, and then never heard about it again. -- Sebastian Kuzminsky -- All of the data generated in your IT infrastructure is seriously

Re: [Emc-developers] Vital Systems Motenc-100 future functionality

2011-05-18 Thread Sebastian Kuzminsky
supported. Try the motenc sample config! -- Sebastian Kuzminsky -- What Every C/C++ and Fortran developer Should Know! Read this article and learn how Intel has extended the reach of its next-generation tools to help

Re: [Emc-developers] [Emc-commit] v2.5_branch: Docs: assorted minor edits and typos

2011-05-14 Thread Sebastian Kuzminsky
that were pushed at the same time (up through d63c2417f2b9e850627dc8d86e4583b8d4f8b6f6), successfully built on the buildbot: http://buildbot.linuxcnc.org/buildbot-admin/builders/master-checkin/builds/847 -- Sebastian Kuzminsky

Re: [Emc-developers] [Emc-commit] v2.5_branch: Docs: assorted minor edits and typos

2011-05-14 Thread Sebastian Kuzminsky
On 05/14/2011 07:42 PM, John Thornton wrote: Jeff Epler wrote: It looks like this commit breaks building the html documentation. Oh duh, the buildbot only builds the pdf docs... I should add html docs. -- Sebastian Kuzminsky

Re: [Emc-developers] Gearchange patches

2011-04-02 Thread Sebastian Kuzminsky
. -- Sebastian Kuzminsky From 82350051fa9f02dbb9c4f68027974aba35aaa860 Mon Sep 17 00:00:00 2001 From: Sebastian Kuzminsky s...@highlab.com Date: Fri, 1 Apr 2011 16:04:15 -0600 Subject: [PATCH] gearchange: add a test --- tests/gearchange/expected | 86

Re: [Emc-developers] Help on debugging USB HID and hal_input

2011-01-13 Thread Sebastian Kuzminsky
-users@lists.sourceforge.net/msg02091.html And decided it looked too hard. I just pushed a driver for the Contour Design ShuttleXpress to master. Give it a whirl. It wasn't too hard, but I had to drop down below the nice Input layer to the Raw HID layer. -- Sebastian Kuzminsky

Re: [Emc-developers] Considering branching 2.5

2011-01-05 Thread Sebastian Kuzminsky
is pretty rough, so it's not easy for sub-drivers like sserial to do things cleanly and clearly. -- Sebastian Kuzminsky -- Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database

[Emc-developers] no more $Revision$

2010-11-19 Thread Sebastian Kuzminsky
=HEAD#l223 I want to just rip it out. But if anyone thinks it's useful and wants to keep it, i could try to fix it maybe using the git sha1 of the blob of rtapi_common.h and some build-system obscenity. What does the executive decision from the board say? -- Sebastian Kuzminsky

Re: [Emc-developers] 8i20 Support Patch

2010-11-12 Thread Sebastian Kuzminsky
, but that's all that's stuck out so far. Thanks for your work on this! -- Sebastian Kuzminsky -- Centralized Desktop Delivery: Dell and VMware Reference Architecture Simplifying enterprise desktop deployment and management

Re: [Emc-developers] pid with derivative inputs

2010-11-01 Thread Sebastian Kuzminsky
not sure if it makes any sense to anyone but me (Hm, the hm2 encoder code has an old FIXME from back in February, for a bug Micges reported that I was never able to reproduce... Probably time to shrug and remove it.) -- Sebastian Kuzminsky

Re: [Emc-developers] Hostmot2 read_gpio and write_gpio

2010-07-21 Thread Sebastian Kuzminsky
() and write_gpio() do not need floating point. It's probably a cut-n-paste error. I'd be happy to accept a positive test report and a patch fixing this problem. -- Sebastian Kuzminsky If droids could think there would be none of us here, would there? -- Obi-Wan Kenobi

Re: [Emc-developers] [RFC PATCH] hm2_pci: indicate failed registration to userspace

2010-06-28 Thread Sebastian Kuzminsky
(+), 3 deletions(-) Looks good to me. I haven't tested the patch, and I won't be able to test it until the middle of next week, but I like the idea and I like the behavior that's sought here. -- Sebastian Kuzminsky

Re: [Emc-developers] Mesa Three-Phase PWM and onboard LED drivers.

2010-05-05 Thread Sebastian Kuzminsky
Andy Pugh wrote: On 5 May 2010 03:34, Sebastian Kuzminsky s...@highlab.com wrote: it's lacking documentation (in the hostmot2.9 man page), Does that go in the .patch too, or is there another submission path? In the same patch is definitely preferred. It's awkward to have

Re: [Emc-developers] Mesa Three-Phase PWM and onboard LED drivers.

2010-05-05 Thread Sebastian Kuzminsky
by hal_malloc(), instead of being statically allocated like I erroneously suggested, is that *all* pins params need to be made by hal_malloc(). Static's no good. So now i'll go revert my totally bogus commit... Sorry for the noise. -- Sebastian Kuzminsky

Re: [Emc-developers] short bio

2010-03-17 Thread Sebastian Kuzminsky
community. I think it's mill-oriented at this time (rather than lathe), but it might be a useful place for you to start. http://code.google.com/p/heekscad/ -- Sebastian Kuzminsky -- Download Intel#174; Parallel Studio

Re: [Emc-developers] [Emc-commit] v2.4_branch: turn off some stray execute bits on config files

2010-02-27 Thread Sebastian Kuzminsky
git is just kidding about me having changed the plasma-thc odg files. All I changed on them was the permissions. Sebastian Kuzminsky wrote: turn off some stray execute bits on config files http://git.linuxcnc.org/?p=emc2.git;a=commitdiff;h=b875037 --- configs/plasma-thc/mp1000A.odg

Re: [Emc-developers] v2.4_branch created; master open for new features

2010-02-04 Thread Sebastian Kuzminsky
/linux-2.6.git;a=tags -- Sebastian Kuzminsky If you're bored in this day and age, you're doing it wrong. -- Bre Pettis -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data

Re: [Emc-developers] [Emc-commit] buildbot failure in EMC2 on lenny-x86-trunkish-realtime-rip

2010-01-19 Thread Sebastian Kuzminsky
Jeff Epler wrote: On Tue, Jan 19, 2010 at 12:41:58AM -0700, Sebastian Kuzminsky wrote: Is there an official cut-off of support for old kernels in master? Not really. I like the idea that we continue to work on older kernels, and it's occasionally useful to run emc on an old 6.06 system I

<    3   4   5   6   7   8   9   >