Re: [Emc-developers] installing camview-emc

2014-05-11 Thread tuxcnc
W dniu 10.05.2014 22:35, Jon Elson pisze: > I'm moving this thread to the developer's list. > I have been trying to get camview-emc set up on a > new LinuxCNC install, and am totally lost! Can anyone > give me step by step instructions to install it? > > I updated to 2.5.4, which solved a few prob

Re: [Emc-developers] Charge_pump compatibility with Mach3 standard.

2013-11-11 Thread tuxcnc
Of course your's code is better Now we have : diff -Naur old/charge_pump.comp new/charge_pump.comp --- old/charge_pump.comp2013-10-27 02:28:28.0 +0100 +++ new/charge_pump.comp2013-11-11 13:50:38.162863405 +0100 @@ -18,6 +18,8 @@ component charge_pump "Create a square-wave for th

[Emc-developers] Charge_pump compatibility with Mach3 standard.

2013-11-11 Thread tuxcnc
:28:28.0 +0100 +++ new/charge_pump.comp2013-11-11 10:52:14.797788272 +0100 @@ -1,5 +1,6 @@ // This is a 'charge-pump' component for EMC2 HAL // Copyright 2006 Jeff Epler +// Modified by tuxcnc (div2 output) 2013 // // This program is free software; you can re

Re: [Emc-developers] Servosteppers with Pluto-P.

2013-08-19 Thread tuxcnc
ent I have not yet done for pluto-step. > I've also made a pluto-servo-spi driver for raspi. > If I could spent more time for hacking I could try to make a > pluto-step-encoder version for you. > > Cheers. > > > <http://dict.tu-chemnitz.de/english-german/relatio

[Emc-developers] Servosteppers with Pluto-P.

2013-08-18 Thread tuxcnc
Hi. There are available cheap stepper motors with encoders, for example 86HS80-EC-1000. And there are also a cheap cards Pluto-P. Pluto-P has two modes, first PWM and encoders and second stepgen ie STEP/DIR There are two firmwares, one for servos, one for the stepper motors. It is not possible

Re: [Emc-developers] Why and what for is limit of parameters in subroutine ?

2012-11-26 Thread tuxcnc
Thanks for your answer. The procedure is for lathe. Most of parameters are one digit only, for example 1 is taper, 2 is sphere, etc. There are many parameters of this type, and 30 is not enought. You are right, removing the limit would require more work and would have little benefit. But increase

[Emc-developers] Why and what for is limit of parameters in subroutine ?

2012-11-26 Thread tuxcnc
Hi. Subroutine can get up to 30 parameters. Why and what for is the limit? My friend makes an large ngcgui procedure and lacks parameters. I cant help him with no changes source code of LinuxCNC. Is it possible increase or remove the limit? Regards. --

Re: [Emc-developers] Hidden dependencies.

2012-10-02 Thread tuxcnc
W dniu 02.10.2012 15:43, Kent A. Reed pisze: > I don't know the criteria that were used to create the minimal Ubuntu > distribution that tuxcnc is using. I would hope they include all the > commands we and Ubuntu classify as core and essential, cat /var/lib/dpkg/status |

Re: [Emc-developers] Hidden dependencies. part II

2012-09-30 Thread tuxcnc
, I hope no errors. BTW. W dniu 27.09.2012 23:32, Kent A. Reed pisze: > Oops, I left out my first question. > > On 9/26/2012 3:30 PM, tuxcnc wrote: >> I installed Ubuntu mini from >> http://www.ubuntu-mini-remix.org/download/10.04.1/ubuntu-mini-remix-10.04.1-i38

Re: [Emc-developers] Hidden dependencies.

2012-09-30 Thread tuxcnc
then sudo-i at the beginning. "Dpkg shows that all dependencies are satisfied." This means apt-get reports no errors. For now I found one hidden relationship: linuxcnc depends bc . W dniu 27.09.2012 23:21, Kent A. Reed pisze: > Tuxcnc: > > It's difficult to respond when yo

Re: [Emc-developers] Hidden dependencies. part II

2012-09-30 Thread tuxcnc
my first question. > > On 9/26/2012 3:30 PM, tuxcnc wrote: >> I installed Ubuntu mini from >> http://www.ubuntu-mini-remix.org/download/10.04.1/ubuntu-mini-remix-10.04.1-i386.iso > Since this is specifically the .iso for a LiveCD which includes no > software for instal

[Emc-developers] Hidden dependencies.

2012-09-26 Thread tuxcnc
I installed Ubuntu mini from http://www.ubuntu-mini-remix.org/download/10.04.1/ubuntu-mini-remix-10.04.1-i386.iso. It is only text mode. Dpkg shows that all dependencies are met. I installed Xorg and Fluxbox, via apt-get. Then LinuxCNC of buildbot. 2.5 and next 2.6 too. Still dpkg shows that all

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

2012-02-22 Thread tuxcnc
eckbuilddeps in docs ? I know people those not know Linux, but starting use linuxcnc. I know Linux and I lost, so they have no chance without clear documentation. Adam. W dniu 22.02.2012 18:47, Sebastian Kuzminsky pisze: > Dear tuxcnc: This is the last time I help you or respond to any of you

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

2012-02-22 Thread tuxcnc
http://cdimage.ubuntu.com/xubuntu/daily-live/current/precise-desktop-amd64.iso Download, install, try install linuxcnc as simulator. EOT. W dniu 22.02.2012 16:44, Alex Joni pisze: >> Sebastian, do not trash this topic. > errr. what? > he was just beeing helpful, since you came asking for help..

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

2012-02-22 Thread tuxcnc
Sebastian, do not trash this topic. --- Again. System is fresh xubuntu amd64 from dailybuild, downloaded 2012.02.17. Installed dependiences are : apt-get -y install autoconf apt-get -y install libpth-dev apt-get -y install libglib2.0-dev apt-get -y install libgtk2.0-dev apt-get -y

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

2012-02-21 Thread tuxcnc
sim cd .. dpkg-checkbuilddeps On Feb 19, 2012, at 02:10 , tuxcnc wrote: I have no libmodbus in my system. Installing libmodbus-dev gets no changes. There are two questions : 1. Why ? 2. Why when linking classicladder and in socket_modbus_master.o ? 1. It is not first and nod last surprise from

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

2012-02-19 Thread tuxcnc
, andy pugh pisze: > On 18 February 2012 21:56, tuxcnc wrote: > >> /usr/bin/ld: objects/hal/classicladder/socket_modbus_master.o: undefined > Possibly linked to: > http://thread.gmane.org/gmane.linux.distributions.emc.dev

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

2012-02-18 Thread tuxcnc
System : fresh Xubuntu Precise downloaded today (2012.02.18) Source : fresh linuxcnc 2.6~pre from git downloaded today (2012.02.18) Error : Linking classicladder /usr/bin/ld: objects/hal/classicladder/socket_modbus_master.o: undefined reference to symbol 'pthread_create@@GLIBC_2.2.5' /usr/bin/ld: