Re: [Emc-users] How do I get 2.8 installed?

2019-12-29 Thread Phillip Carter
I am not sure when it will be released, it can't be too far away.

You should be good to go using the 2.7-rtpreempt changed to 2.8-rtpreempt.

You could also download the the latest package from 
http://buildbot.linuxcnc.org/dists/stretch/2.8-rtpreempt/ 
<http://buildbot.linuxcnc.org/dists/stretch/2.8-rtpreempt/> and install it 
directly.

> On 30 Dec 2019, at 1:17 pm, Dave Matthews  wrote:
> 
> I'll give it a try in the morning.  That page could use a bit of updating.
> I found a few other options to try also.  Any idea when 2.8 will be the
> default install?  It looks like it has been stable for quite a while.
> 
> Dave
> 
> On Sun, Dec 29, 2019, 21:11 Phillip Carter  wrote:
> 
>> I think it may be sudo apt-get install linuxcnc-uspace
>> 
>>> On 30 Dec 2019, at 12:53 pm, Dave Matthews  wrote:
>>> 
>>> On Mon, Dec 30, 2019 at 12:11 AM Phillip Carter 
>> wrote:
>>>> 
>>>> 
>>>>> I installed the dependency fail for the sudo apt-key adv --keyserver
>>>>> hkp://keys.gnupg.net --recv-key EF1B07FEE0EE663E step.  When I try to
>>>>> install the key I get:
>>>>> Executing: /tmp/apt-key-gpghome.RJo9NWtHgB/gpg.1.sh --keyserver
>>>>> hkp://keys.gnupg.net --recv-key EF1B07FEE0EE663
>>>>> gpg: "EF1B07FEE0EE663" not a key ID: skipping
>>>>> 
>>>> you are missing the "E" at the end
>>> Added the E and reran the command.  It worked.  I think I got it to
>>> work before that but blew it on the retry of the command.
>>> 
>>>> 
>>>> 
>>>>> and there is no /etc/apt/sources.list.d/linuxcnc-buildbot.list created.
>>>>> 
>>>>> I created the file and added the 2.7 entries and edited them to 2.8.
>>>>> That got me an install of the 2.8 docs but nothing else.
>>>>> 
>>>>> I don't remember what incantations I did to install 2.8 on the old
>>>>> machine.  I think it was just pointing at repositories and using
>>>>> apt-get.
>>>>> 
>>>> if you created /etc/apt/sources.list.d/linuxcnc-buildbot.list then
>> check your /etc/apt/sources.list file and comment out any lines that
>> reference linuxcnc
>>> 
>>> No references in /etc/apt/sources.list.  I tried commenting them out
>>> in /etc/apt/sources.list.d/linuxcnc-list but no change.
>>> 
>>> I tried using the 2.7 entries replacing the 7 with 8 and also tried
>>> pointing to Master with no luck.
>>> deb http://buildbot.linuxcnc.org/ stretch master-rtpreempt
>>> deb-src http://buildbot.linuxcnc.org/ stretch master-rtpreempt
>>> 
>>> cncuser@localhost:/etc/apt/sources.list.d$ cat linuxcnc.list
>>> deb http://linuxcnc.org/ stretch base
>>> #deb-src http://linuxcnc.org/ stretch base
>>> deb http://linuxcnc.org/ stretch 2.7-uspace
>>> #deb-src http://linuxcnc.org/ stretch 2.7-uspace
>>> #deb http://buildbot.linuxcnc.org/ stretch 2.7-rtpreempt
>>> #deb-src http://buildbot.linuxcnc.org/ stretch 2.7-rtpreempt
>>> 
>>> cncuser@localhost:/etc/apt/sources.list.d$ cat linuxcnc.list
>>> deb http://linuxcnc.org/ stretch base
>>> #deb-src http://linuxcnc.org/ stretch base
>>> deb http://linuxcnc.org/ stretch 2.7-uspace
>>> #deb-src http://linuxcnc.org/ stretch 2.7-uspace
>>> #deb http://buildbot.linuxcnc.org/ stretch 2.7-rtpreempt
>>> #deb-src http://buildbot.linuxcnc.org/ stretch 2.7-rtpreempt
>>> 
>>> cncuser@localhost:/etc/apt/sources.list.d$ sudo apt-get update
>>> Ign:1 http://ftp.debian.org/debian stretch InRelease
>>> Hit:2 http://security.debian.org/debian-security stretch/updates
>> InRelease
>>> Ign:3 http://linuxcnc.org stretch InRelease
>>> Ign:4 http://buildbot.linuxcnc.org stretch InRelease
>>> Hit:5 http://ftp.debian.org/debian stretch Release
>>> Hit:7 http://linuxcnc.org stretch Release
>>> Hit:8 http://buildbot.linuxcnc.org stretch Release
>>> Reading package lists... Done
>>> cncuser@localhost:/etc/apt/sources.list.d$ sudo apt-get install linuxcnc
>>> Reading package lists... Done
>>> Building dependency tree
>>> Reading state information... Done
>>> Package linuxcnc is not available, but is referred to by another package.
>>> This may mean that the package is missing, has been obsoleted, or
>>> is only available from another source
>>> 
>>> E: Package 'linuxcnc' has no installation candidate
>>> 
>>> 
>>

Re: [Emc-users] How do I get 2.8 installed?

2019-12-29 Thread Phillip Carter
I think it may be sudo apt-get install linuxcnc-uspace

> On 30 Dec 2019, at 12:53 pm, Dave Matthews  wrote:
> 
> On Mon, Dec 30, 2019 at 12:11 AM Phillip Carter  
> wrote:
>> 
>> 
>>> I installed the dependency fail for the sudo apt-key adv --keyserver
>>> hkp://keys.gnupg.net --recv-key EF1B07FEE0EE663E step.  When I try to
>>> install the key I get:
>>> Executing: /tmp/apt-key-gpghome.RJo9NWtHgB/gpg.1.sh --keyserver
>>> hkp://keys.gnupg.net --recv-key EF1B07FEE0EE663
>>> gpg: "EF1B07FEE0EE663" not a key ID: skipping
>>> 
>> you are missing the "E" at the end
> Added the E and reran the command.  It worked.  I think I got it to
> work before that but blew it on the retry of the command.
> 
>> 
>> 
>>> and there is no /etc/apt/sources.list.d/linuxcnc-buildbot.list created.
>>> 
>>> I created the file and added the 2.7 entries and edited them to 2.8.
>>> That got me an install of the 2.8 docs but nothing else.
>>> 
>>> I don't remember what incantations I did to install 2.8 on the old
>>> machine.  I think it was just pointing at repositories and using
>>> apt-get.
>>> 
>> if you created /etc/apt/sources.list.d/linuxcnc-buildbot.list then check 
>> your /etc/apt/sources.list file and comment out any lines that reference 
>> linuxcnc
> 
> No references in /etc/apt/sources.list.  I tried commenting them out
> in /etc/apt/sources.list.d/linuxcnc-list but no change.
> 
> I tried using the 2.7 entries replacing the 7 with 8 and also tried
> pointing to Master with no luck.
> deb http://buildbot.linuxcnc.org/ stretch master-rtpreempt
> deb-src http://buildbot.linuxcnc.org/ stretch master-rtpreempt
> 
> cncuser@localhost:/etc/apt/sources.list.d$ cat linuxcnc.list
> deb http://linuxcnc.org/ stretch base
> #deb-src http://linuxcnc.org/ stretch base
> deb http://linuxcnc.org/ stretch 2.7-uspace
> #deb-src http://linuxcnc.org/ stretch 2.7-uspace
> #deb http://buildbot.linuxcnc.org/ stretch 2.7-rtpreempt
> #deb-src http://buildbot.linuxcnc.org/ stretch 2.7-rtpreempt
> 
> cncuser@localhost:/etc/apt/sources.list.d$ cat linuxcnc.list
> deb http://linuxcnc.org/ stretch base
> #deb-src http://linuxcnc.org/ stretch base
> deb http://linuxcnc.org/ stretch 2.7-uspace
> #deb-src http://linuxcnc.org/ stretch 2.7-uspace
> #deb http://buildbot.linuxcnc.org/ stretch 2.7-rtpreempt
> #deb-src http://buildbot.linuxcnc.org/ stretch 2.7-rtpreempt
> 
> cncuser@localhost:/etc/apt/sources.list.d$ sudo apt-get update
> Ign:1 http://ftp.debian.org/debian stretch InRelease
> Hit:2 http://security.debian.org/debian-security stretch/updates InRelease
> Ign:3 http://linuxcnc.org stretch InRelease
> Ign:4 http://buildbot.linuxcnc.org stretch InRelease
> Hit:5 http://ftp.debian.org/debian stretch Release
> Hit:7 http://linuxcnc.org stretch Release
> Hit:8 http://buildbot.linuxcnc.org stretch Release
> Reading package lists... Done
> cncuser@localhost:/etc/apt/sources.list.d$ sudo apt-get install linuxcnc
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> Package linuxcnc is not available, but is referred to by another package.
> This may mean that the package is missing, has been obsoleted, or
> is only available from another source
> 
> E: Package 'linuxcnc' has no installation candidate
> 
> 
> Anyplace I can just grab an iso and install it or the correct entries
> for  /etc/apt/sources.list. or do I need to grab the sources and
> build?  The buildbot page instructions are way out of date.
> 
> Dave
> 
> 
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users



___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] How do I get 2.8 installed?

2019-12-29 Thread Phillip Carter



> On 30 Dec 2019, at 10:57 am, Dave Matthews  wrote:
> 
> I am setting up a new machine to replace the 2.8 install that I am
> currently using.  The machine that I am currently running is on its
> way out.  I have a 2.7 install using the live cd install in downloads.
> Install was done no network because the installer didn;t like the
> network dongle.  I have since dug through my pile of cards and found a
> wifi card that the machine is happy with.  2.7 launches as expected
> and the machine has been updated to current Deb 9.
> 
> uname gives Linux localhost 4.9.0-8-rt-amd64 #1 SMP PREEMPT RT Debian
> 4.9.110-3+deb9u6 (2018-10-08) x86_64 GNU/Linux
> 
> I am trying to use the instructions on the LinuxCNC buildbot page
> http://buildbot.linuxcnc.org/ in hopes that I can find a 2.8 in there.
> I read that Master is now on 2.9 and I would prefer to be a little
> more on the stable side and use the configs from the old 2.8 machine.
> 
> I installed the dependency fail for the sudo apt-key adv --keyserver
> hkp://keys.gnupg.net --recv-key EF1B07FEE0EE663E step.  When I try to
> install the key I get:
> Executing: /tmp/apt-key-gpghome.RJo9NWtHgB/gpg.1.sh --keyserver
> hkp://keys.gnupg.net --recv-key EF1B07FEE0EE663
> gpg: "EF1B07FEE0EE663" not a key ID: skipping
> 
you are missing the "E" at the end


> and there is no /etc/apt/sources.list.d/linuxcnc-buildbot.list created.
> 
> I created the file and added the 2.7 entries and edited them to 2.8.
> That got me an install of the 2.8 docs but nothing else.
> 
> I don't remember what incantations I did to install 2.8 on the old
> machine.  I think it was just pointing at repositories and using
> apt-get.
> 
if you created /etc/apt/sources.list.d/linuxcnc-buildbot.list then check your 
/etc/apt/sources.list file and comment out any lines that reference linuxcnc

> Any hints please?
> 
> Dave
> 
> 
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users



___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] parallel port definitions

2019-12-21 Thread Phillip Carter
Probably a good idea, looking at this post 
https://www.cnczone.com/forums/benchtop-machines/19359-cnc-cam-software-post153062.html#post153062
 
<https://www.cnczone.com/forums/benchtop-machines/19359-cnc-cam-software-post153062.html#post153062>
 they don't use standard parallel port pinouts.

> On 22 Dec 2019, at 11:21 am, R C  wrote:
> 
> Hi,
> 
> 
> 
> yeah I figured that out a good while ago, using turbocnc.  I'll play with it 
> a bit more.  But at some point I probably want a better more standard driver.
> 
> 
> 
> Ron
> 
> On 12/21/19 4:53 PM, Phillip Carter wrote:
>> It is probably worthwhile persevering, if you got the axes moving then you 
>> can't be too far off.
>> 
>> They look like Sherline machines, I guess they have a third party parallel 
>> BOB and drivers, do you have any info on them.
>> 
>>> On 22 Dec 2019, at 10:45 am, R C >> <mailto:cjv...@gmail.com>> wrote:
>>> 
>>> I am actually tempted to replace all the electronics in my CNC machines, 
>>> and start from scratch.
>>> 
>>> 
>>> I have two Paxton/Patterson "CNC Training Center" machines, bench top,  a 
>>> lathe and a mill.
>>> 
>>> 
>>> On 12/21/19 4:13 PM, Phillip Carter wrote:
>>>> That is above my paygrade, it may be worth your while creating a new topic 
>>>> on the forum in this section https://forum.linuxcnc.org/16-stepconf-wizard 
>>>> <https://forum.linuxcnc.org/16-stepconf-wizard> 
>>>> <https://forum.linuxcnc.org/16-stepconf-wizard 
>>>> <https://forum.linuxcnc.org/16-stepconf-wizard>>
>>>> 
>>>>> On 22 Dec 2019, at 9:21 am, R C >>>> <mailto:cjv...@gmail.com>> wrote:
>>>>> 
>>>>> Ok,  that seems to be working now, even in stepconf (wonder what was 
>>>>> going on there).
>>>>> 
>>>>> 
>>>>> I have the mill working (sort of), I can make the XYZ axes work, that is, 
>>>>> I can
>>>>> 
>>>>> jog them in stepconf (the axis moves one step every time I click one of 
>>>>> the green arrows, I
>>>>> 
>>>>> expected it to continuously move)
>>>>> 
>>>>> 
>>>>> The lathe I don't have working on h eother port yet, wonder if maybe 
>>>>> something is wrong there.
>>>>> 
>>>>> (the spindles are not running,  but that might be because I forgot to do 
>>>>> the wiring for that, when I built the new cables.
>>>>> 
>>>>> 
>>>>> I have an issue saving the second/mill configuration though, here's what 
>>>>> I get:
>>>>> 
>>>>> Stepconf encountered an error.  The following information may be useful 
>>>>> in troubleshooting:
>>>>> 
>>>>> Traceback (most recent call last):
>>>>>   File "/usr/lib/python2.7/dist-packages/stepconf/pages.py", line 82, in 
>>>>> on_button_fwd_clicked
>>>>> self['%s_finish'%name]()
>>>>>   File "/usr/lib/python2.7/dist-packages/stepconf/pages.py", line 720, in 
>>>>> finished_finish
>>>>> self.a.buid_config()
>>>>>   File "/usr/bin/stepconf", line 781, in buid_config
>>>>> self.d.save(base)
>>>>>   File "/usr/bin/stepconf", line 676, in save
>>>>> os.symlink(base,shortcut)
>>>>> OSError: [Errno 2] No such file or directory
>>>>> 
>>>>> 
>>>>> thanks,
>>>>> 
>>>>> 
>>>>> Ron.
>>>>> 
>>>>> 
>>>>> 
>>>>> 
>>>>> 
>>>>> 
>>>>> On 12/20/19 12:45 AM, Phillip Carter wrote:
>>>>>> In that case the lathe would have:
>>>>>> 
>>>>>> loadrt hal_parport cfg="1 out"
>>>>>> 
>>>>>> And the mill would have:
>>>>>> 
>>>>>> loadrt hal_parport cfg="2 out"
>>>>>> 
>>>>>> But again BOTH would have parport.0.blah-blah as it would be the first 
>>>>>> port.
>>>>>> 
>>>>>>> On 20 Dec 2019, at 6:31 pm, Phillip Carter >>>>>> <mailto:phillcarte...@gmail.com>> wrote:
>>>>>>> 
>>>>>>> You would have two separate configs, the lathe would have:
>>>>>>> 
>>>>>>> loadrt hal_parport cfg="0 out"
>>>>>>> 
>>>>>>> And the mill would have:
>>>>>>> 
>>>>>>> loadrt hal_parport cfg="1 out"
>>>>>> ___
>>>>>> Emc-users mailing list
>>>>>> Emc-users@lists.sourceforge.net <mailto:Emc-users@lists.sourceforge.net>
>>>>>> https://lists.sourceforge.net/lists/listinfo/emc-users 
>>>>>> <https://lists.sourceforge.net/lists/listinfo/emc-users>
>>>>> 
>>>>> ___
>>>>> Emc-users mailing list
>>>>> Emc-users@lists.sourceforge.net <mailto:Emc-users@lists.sourceforge.net>
>>>>> https://lists.sourceforge.net/lists/listinfo/emc-users 
>>>>> <https://lists.sourceforge.net/lists/listinfo/emc-users>
>>>> 
>>>> ___
>>>> Emc-users mailing list
>>>> Emc-users@lists.sourceforge.net <mailto:Emc-users@lists.sourceforge.net>
>>>> https://lists.sourceforge.net/lists/listinfo/emc-users 
>>>> <https://lists.sourceforge.net/lists/listinfo/emc-users>


___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] parallel port definitions

2019-12-21 Thread Phillip Carter
That is above my paygrade, it may be worth your while creating a new topic on 
the forum in this section https://forum.linuxcnc.org/16-stepconf-wizard 
<https://forum.linuxcnc.org/16-stepconf-wizard>

> On 22 Dec 2019, at 9:21 am, R C  wrote:
> 
> Ok,  that seems to be working now, even in stepconf (wonder what was going on 
> there).
> 
> 
> I have the mill working (sort of), I can make the XYZ axes work, that is, I 
> can
> 
> jog them in stepconf (the axis moves one step every time I click one of the 
> green arrows, I
> 
> expected it to continuously move)
> 
> 
> The lathe I don't have working on h eother port yet, wonder if maybe 
> something is wrong there.
> 
> (the spindles are not running,  but that might be because I forgot to do the 
> wiring for that, when I built the new cables.
> 
> 
> I have an issue saving the second/mill configuration though, here's what I 
> get:
> 
> Stepconf encountered an error.  The following information may be useful in 
> troubleshooting:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python2.7/dist-packages/stepconf/pages.py", line 82, in 
> on_button_fwd_clicked
> self['%s_finish'%name]()
>   File "/usr/lib/python2.7/dist-packages/stepconf/pages.py", line 720, in 
> finished_finish
> self.a.buid_config()
>   File "/usr/bin/stepconf", line 781, in buid_config
> self.d.save(base)
>   File "/usr/bin/stepconf", line 676, in save
> os.symlink(base,shortcut)
> OSError: [Errno 2] No such file or directory
> 
> 
> thanks,
> 
> 
> Ron.
> 
> 
> 
> 
> 
> 
> On 12/20/19 12:45 AM, Phillip Carter wrote:
>> In that case the lathe would have:
>> 
>> loadrt hal_parport cfg="1 out"
>> 
>> And the mill would have:
>> 
>> loadrt hal_parport cfg="2 out"
>> 
>> But again BOTH would have parport.0.blah-blah as it would be the first port.
>> 
>>> On 20 Dec 2019, at 6:31 pm, Phillip Carter  wrote:
>>> 
>>> You would have two separate configs, the lathe would have:
>>> 
>>> loadrt hal_parport cfg="0 out"
>>> 
>>> And the mill would have:
>>> 
>>> loadrt hal_parport cfg="1 out"
>> 
>> ___
>> Emc-users mailing list
>> Emc-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/emc-users
> 
> 
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users


___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] parallel port definitions

2019-12-19 Thread Phillip Carter
In that case the lathe would have:

loadrt hal_parport cfg="1 out" 

And the mill would have:

loadrt hal_parport cfg="2 out"

But again BOTH would have parport.0.blah-blah as it would be the first port.

> On 20 Dec 2019, at 6:31 pm, Phillip Carter  wrote:
> 
> You would have two separate configs, the lathe would have:
> 
> loadrt hal_parport cfg="0 out" 
> 
> And the mill would have:
> 
> loadrt hal_parport cfg="1 out"


___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] parallel port definitions

2019-12-19 Thread Phillip Carter
Sorry, I reread what you said…

You would have two separate configs, the lathe would have:

loadrt hal_parport cfg="0 out" 

And the mill would have:

loadrt hal_parport cfg="1 out"


> On 20 Dec 2019, at 6:26 pm, Phillip Carter  wrote:
> 
> So you would have two separate configs and one would have:
> 
> loadrt hal_parport cfg="0 out" 
> 
> And the other would have:
> 
> loadrt hal_parport cfg="1 out"
> 


___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] parallel port definitions

2019-12-19 Thread Phillip Carter
For that to work you would need something like this in your hal file:

loadrt hal_parport cfg="0 out 1 out 2 out"

>From what I gather you have two ports, one for a mill and one for a lathe.

So you would have two separate configs and one would have:

loadrt hal_parport cfg="0 out" 

And the other would have:

loadrt hal_parport cfg="1 out"

And BOTH would have 

parport.0.pin-nn-out etc. etc.

Because BOTH have only one parport therefore it is the first parport in the 
config.



> On 20 Dec 2019, at 6:15 pm, R C  wrote:
> 
> I tried changing that in that .hal config file by changing all occurrences:
> 
> 
> parport.0.pin-02-out  to  parport.1.pin-02-out  and parport.2.pin-02-out   
> (for  LP1, LPT2 and LPT3 respectively)
> 
> 
> linuxcnc doesn't seem to like that, throws errors
> 
> 
> (A long time ago I used turbocnc for trying to get some things to work)
> 
> 
> 
> On 12/19/19 11:50 PM, Phillip Carter wrote:
>> It "should" work using 0,1 or 2 if not then you may need to enter the actual 
>> address
>> 
>> parport.0 refers to the first port configured in the hal file, if you had 
>> two ports they would be parport.0 and parport.1
>> 
>>> On 20 Dec 2019, at 5:43 pm, R C  wrote:
>>> 
>>> Ok,  so I don't use the "standard/typical" address?
>>> 
>>> 0: 0x3bc   1: 0x378   2: 0x278  ?
>>> 
>>> 
>>> So I would want to use  lp1 for my lath   and lp2 for my mill.   From what 
>>> I understand I need to  create two profiles, which is fine
>>> 
>>> 
>>> I see stuff in Paxton-Patterson_Lathe.hal like
>>> 
>>> net xdir=> parport.0.pin-02-out
>>> net xstep   => parport.0.pin-03-out
>>> net ydir=> parport.0.pin-04-out
>>> net ystep   => parport.0.pin-05-out
>>> net zdir=> parport.0.pin-06-out
>>> net zstep   => parport.0.pin-07-out
>>> net adir=> parport.0.pin-08-out
>>> net astep   => parport.0.pin-09-out
>>> 
>>> 
>>> I kinda have the impression,  it should be partport.1 for the next parallel 
>>> port and  port.2 for the  last one?
>>> 
>>> 
>>> 
>>> thanks,
>>> 
>>> 
>>> Ron
>>> 
>>> On 12/19/19 10:57 PM, Phillip Carter wrote:
>>>> In the Base Information page you can select the number of parallel ports
>>>> 
>>>> Then in the Parallel Port 1 page you can select the parallel port using 
>>>> the numbers 0,1 or 2 in the Parport BaseAddress entry
>>>> 
>>>> Then in the Parallel Port 2 page you can select the parallel port using 
>>>> the numbers 0,1 or 2 in the entry that has no label in the bottom centre
>>>> 
>>>> 
>>>>  
>>>>> On 20 Dec 2019, at 4:45 pm, R C  wrote:
>>>>> 
>>>>> Hello,
>>>>> 
>>>>> 
>>>>> when I run stepconf, it creates a *.hal file.
>>>>> 
>>>>> 
>>>>> It seems that the parallel port  used in there by default is "parport0"  
>>>>> (I have 3 parallel ports, 0, 1 and 2).
>>>>> 
>>>>> 
>>>>> can I create a config for a specific port?  or di I manually need to edit 
>>>>> them?
>>>>> 
>>>>> (I would like to have one machine on lp1/partport1 and the other on 
>>>>> lp2/partport2 and not use parport0)
>>>>> 
>>>>> 
>>>>> thanks,
>>>>> 
>>>>> 
>>>>> Ron
>>>>> 
>>>>> 
>>>>> 
>>>>> ___
>>>>> Emc-users mailing list
>>>>> Emc-users@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/emc-users
>>>> 
>>>> ___
>>>> Emc-users mailing list
>>>> Emc-users@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/emc-users
>>> 
>>> ___
>>> Emc-users mailing list
>>> Emc-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/emc-users
>> 
>> 
>> ___
>> Emc-users mailing list
>> Emc-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/emc-users
> 
> 
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users



___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] parallel port definitions

2019-12-19 Thread Phillip Carter
It "should" work using 0,1 or 2 if not then you may need to enter the actual 
address

parport.0 refers to the first port configured in the hal file, if you had two 
ports they would be parport.0 and parport.1

> On 20 Dec 2019, at 5:43 pm, R C  wrote:
> 
> Ok,  so I don't use the "standard/typical" address?
> 
> 0: 0x3bc   1: 0x378   2: 0x278  ?
> 
> 
> So I would want to use  lp1 for my lath   and lp2 for my mill.   From what I 
> understand I need to  create two profiles, which is fine
> 
> 
> I see stuff in Paxton-Patterson_Lathe.hal like
> 
> net xdir=> parport.0.pin-02-out
> net xstep   => parport.0.pin-03-out
> net ydir=> parport.0.pin-04-out
> net ystep   => parport.0.pin-05-out
> net zdir=> parport.0.pin-06-out
> net zstep   => parport.0.pin-07-out
> net adir=> parport.0.pin-08-out
> net astep   => parport.0.pin-09-out
> 
> 
> I kinda have the impression,  it should be partport.1 for the next parallel 
> port and  port.2 for the  last one?
> 
> 
> 
> thanks,
> 
> 
> Ron
> 
> On 12/19/19 10:57 PM, Phillip Carter wrote:
>> In the Base Information page you can select the number of parallel ports
>> 
>> Then in the Parallel Port 1 page you can select the parallel port using the 
>> numbers 0,1 or 2 in the Parport BaseAddress entry
>> 
>> Then in the Parallel Port 2 page you can select the parallel port using the 
>> numbers 0,1 or 2 in the entry that has no label in the bottom centre
>> 
>> 
>>  
>>> On 20 Dec 2019, at 4:45 pm, R C  wrote:
>>> 
>>> Hello,
>>> 
>>> 
>>> when I run stepconf, it creates a *.hal file.
>>> 
>>> 
>>> It seems that the parallel port  used in there by default is "parport0"  (I 
>>> have 3 parallel ports, 0, 1 and 2).
>>> 
>>> 
>>> can I create a config for a specific port?  or di I manually need to edit 
>>> them?
>>> 
>>> (I would like to have one machine on lp1/partport1 and the other on 
>>> lp2/partport2 and not use parport0)
>>> 
>>> 
>>> thanks,
>>> 
>>> 
>>> Ron
>>> 
>>> 
>>> 
>>> ___
>>> Emc-users mailing list
>>> Emc-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/emc-users
>> 
>> 
>> ___
>> Emc-users mailing list
>> Emc-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/emc-users
> 
> 
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users



___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] parallel port definitions

2019-12-19 Thread Phillip Carter
In the Base Information page you can select the number of parallel ports

Then in the Parallel Port 1 page you can select the parallel port using the 
numbers 0,1 or 2 in the Parport BaseAddress entry 

Then in the Parallel Port 2 page you can select the parallel port using the 
numbers 0,1 or 2 in the entry that has no label in the bottom centre


 
> On 20 Dec 2019, at 4:45 pm, R C  wrote:
> 
> Hello,
> 
> 
> when I run stepconf, it creates a *.hal file.
> 
> 
> It seems that the parallel port  used in there by default is "parport0"  (I 
> have 3 parallel ports, 0, 1 and 2).
> 
> 
> can I create a config for a specific port?  or di I manually need to edit 
> them?
> 
> (I would like to have one machine on lp1/partport1 and the other on 
> lp2/partport2 and not use parport0)
> 
> 
> thanks,
> 
> 
> Ron
> 
> 
> 
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users



___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Update: Re: linuxcnc versions

2019-12-19 Thread Phillip Carter
I just downloaded the wheezy iso from 
http://www.linuxcnc.org/iso/linuxcnc-2.7.14-wheezy.iso 
 and installed it 
without any issues using the GUI install.

It does give a warning about the debian-security repo but that does not cause 
any problems.

I was then able to run StepConf without any issues to create a stepper config.
 
Cheers, Phill


> On 20 Dec 2019, at 1:36 pm, R C  wrote:
> 
> Hello all,
> 
> finally had some time to install the linux iso (LinuxCNC 2.7.14 Debian 7 
> Wheezy  >) again,  I used the 
> link as mentioned earlier
> 
> (http://www.linuxcnc.org/downloads/ ) 
> >
> 
> 
> I couldn't make any screen dumps, since nothing gets installed), but I took 2 
> pics.
> 
> 
> The same ting happens in the gui install  (as in the text install.)
> 
> 
> thanks,
> 
> 
> Ron
> 


___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Wizards for LinuxCNC

2019-11-21 Thread Phillip Carter
These may be worth a look:

>

>


> On 22 Nov 2019, at 5:00 pm, John Dammeyer  wrote:
> 
> I had to surface a casting and make a small 0.83" diameter pocket for the 
> socket that would turn the 3/8" hold down bolt just below the surface of the 
> casting.  Once bolted down I can use the flycutter to flatten the casting by 
> just using a bunch of passes.   I'd already drilled the slightly oversize 
> 3/8" hole so the 0,0 position was centered at the hole.
> 
> I thought about going upstairs and running my CAD/CAM software to create the 
> G-Code.  Ultimately I rebooted the PC and chose WIN-XP and MACH3 instead of 
> LinuxCNC.  Then the stock (free) wizards generated the G-Code I needed and I 
> was done in a few minutes.  
> 
> Less time to use the CAD/CAM software and certainly less time than trying to 
> write G-Code from scratch (which I did try and then gave up).
> 
> While looking at which MACH3 wizard to use I stumbled on the New Fangled 
> Solution wizard which costs $50 to license.
> 
> https://www.machsupport.com/software/mach3-addons-for-mill/
> 
> They have a standalone package (only runs on Windows)  that is even more 
> extensive from what I can see and costs $75.
> 
> So what can I tie into LinuxCNC that does the same thing?  
> 
> Thanks
> John
> 
> 
> 
> 
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users


___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Change in mister control module

2019-11-20 Thread Phillip Carter


> On 21 Nov 2019, at 10:59 am, Gene Heskett  wrote:
> 
> On Wednesday 20 November 2019 18:15:19 Phillip Carter wrote:
> 
>>> On 21 Nov 2019, at 9:55 am, Gene Heskett 
>>> wrote:
>>> 
>>> On Sunday 17 November 2019 06:02:06 Gene Heskett wrote:
>>>> On Sunday 17 November 2019 05:18:14 andy pugh wrote:
>>>>> On Sat, 16 Nov 2019 at 21:39, Gene Heskett 
>>> 
>>> [...]
>>> 
>>>> What I have that looks like its working, is a timedelay, turned on
>>>> and off as an oscillator by an xor2 in the out to in feedback path,
>>>> and a pair of spinboxes to set the on and off times independently
>>>> from pyvcp. Biggest problem is the display spinbox, no way to
>>>> control its width and its HUGE.
>>> 
>>> Inch and a half of empty space in the middle,
>> 
>> Try putting the spin boxes in a hbox, like:
>> 
>> 
>> 
>>   
>>
>> 
>>   ”4"
>>   "mist-on-adj"
>>   0.00
>>   1.00
>>   0.1
>>   0.01
>>   "1.2f"
>>   ("Helvitica",12)
>>   0
>> 
>>
>>
>> 
>>   ”4"
>>   "mist-off-adj"
>>   0.00
>>   0.50
>>   5.0
>>   0.01
>>   "1.2f"
>>   ("Helvitica",12)
>>   0
>> 
>>
>>   
>> 
>> 
> 
> Shrinks it a few pixels, Andy but not near enough.  See small snapshot 
> attached. The longest area is the width of the right panel.  Adding a 
> width to the hbox is a showstopper syntax error. As shown above, its 
> just ignored.
> 

For some reason the quote marks preceding the 4 in both of the width statements 
is of the incorrect type.


> Thanks Andy.
> 
>>> Does gtk even have a mailing list anymore?
>>> 
> 
> Cheers, Gene Heskett
> -- 
> "There are four boxes to be used in defense of liberty:
> soap, ballot, jury, and ammo. Please use in that order."
> -Ed Howdershelt (Author)
> If we desire respect for the law, we must first make the law respectable.
> - Louis D. Brandeis
> Genes Web page <http://geneslinuxbox.net:6309/gene>
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users



___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Change in mister control module

2019-11-20 Thread Phillip Carter


> On 21 Nov 2019, at 9:55 am, Gene Heskett  wrote:
> 
> On Sunday 17 November 2019 06:02:06 Gene Heskett wrote:
> 
>> On Sunday 17 November 2019 05:18:14 andy pugh wrote:
>>> On Sat, 16 Nov 2019 at 21:39, Gene Heskett 
>> 
> [...]
>> What I have that looks like its working, is a timedelay, turned on and
>> off as an oscillator by an xor2 in the out to in feedback path, and a
>> pair of spinboxes to set the on and off times independently from
>> pyvcp. Biggest problem is the display spinbox, no way to control its 
>> width and its HUGE.
> 
> Inch and a half of empty space in the middle, 

Try putting the spin boxes in a hbox, like:


 
   

 
   ”4"
   "mist-on-adj"
   0.00
   1.00
   0.1
   0.01
   "1.2f"
   ("Helvitica",12)
   0
 


 
   ”4"
   "mist-off-adj"
   0.00
   0.50
   5.0
   0.01
   "1.2f"
   ("Helvitica",12)
   0
 

   
 


>> 
>> Looks like this in the .hal file:
>> # output for coolant-mist air ctrl - WORKS! Valve coil gets HOT
>> net mist-on <= iocontrol.0.coolant-mist =>
>> hm2_5i25.0.7i76.0.0.output-01 # turns on tool mister air
>> net mist-on => xor2.1.in0  # turn on pump motor for mist
>> net osc-fdbck  <= xor2.1.out => timedelay.3.in
>> setp hm2_5i25.0.gpio.024.is_output true
>> net mister-out  <= timedelay.3.out => xor2.1.in1
>> net mister-out  => hm2_5i25.0.gpio.024.out # to pump pwr control>
>> 
>> Looks like this in postgui.hal:
>> # for mister pump motor speed ctrl
>> net mister-spdon <= pyvcp.mist-on-adj  => timedelay.3.off-delay
>> net mister-spdoff<= pyvcp.mist-off-adj => timedelay.3.on-delay
>> 
>> And looks like this in postgui.xml:
>>  
>>
>>  
>>"10"
>>"mist-on-adj"
>>0.00
>>1.00
>>0.1
>>0.01
>>"1.2f"
>>("Helvitica",12)
>>0
>>  
>>  
>>"10"
>>"mist-off-adj"
>>0.00
>>0.50
>>5.0
>>0.01
>>"1.2f"
>>("Helvitica",12)
>>0
>>  
>>
>>  
>> 
> 
> I've found the gtkspinbox.h but it has zero references to the size.  Now 
> what can we do?  Looking at the rest of the includes in that same 
> directory I can see this is going to be a difficult addition if even 
> possible. Ideally for me, it should be perhaps no wider than the space 
> the format occupies plus space for the up/down arrows. But I've yet to 
> find the format interpreter, it doesn't appear to fall out of a grep.
> 
> And the rest is swahili to me. Not to mention I doubt if its any better 
> for you folks as its 20 year old code! Written between 1997 and 2000.
> 
> Does gtk even have a mailing list anymore?
> 
> 
> Cheers, Gene Heskett
> -- 
> "There are four boxes to be used in defense of liberty:
> soap, ballot, jury, and ammo. Please use in that order."
> -Ed Howdershelt (Author)
> If we desire respect for the law, we must first make the law respectable.
> - Louis D. Brandeis
> Genes Web page 
> 
> 
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users



___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] should I be laughing or crying?

2019-10-17 Thread Phillip Carter


> On 18 Oct 2019, at 12:47 pm, andy pugh  wrote:
> 
> On Fri, 18 Oct 2019 at 02:06, Phillip Carter 
> wrote:
> 
>> 
>> I think this is the units you are referring to: <
>> https://en.wikipedia.org/wiki/GNU_Units <
>> https://en.wikipedia.org/wiki/GNU_Units>>
> 
> 
> No., it's a HAL component. (his HAL is trying to "loadusr" it).
> I have no idea what it does.
> 

Sorry, I see that now…


> -- 
> atp
> "A motorcycle is a bicycle with a pandemonium attachment and is designed
> for the especial use of mechanical geniuses, daredevils and lunatics."
> — George Fitch, Atlanta Constitution Newspaper, 1916
> 
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users



___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] should I be laughing or crying?

2019-10-17 Thread Phillip Carter



> On 18 Oct 2019, at 9:58 am, Gene Heskett  wrote:
> 
> And I still need that units conversion module, or I have to cobble it up 
> with a couple scale's and a mux4 some of which can go in the slower jog- 
> thread. But that can wait till I've transplanted the pi4 into the lathe. 
> 

I think this is the units you are referring to: 
>

Cheers, Phill.

> That may happen over the weekend if the warmer weather promised yesterday 
> materializes.
> 
> Those teeny little, and cheap peristaltic pumps showed up today, hooked 
> one up to a 12 volt supply, looks promising. 5 watts, I might be able to 
> run it direct on the 7i76 field outputs.  And maybe not, thats a fat 400 
> ma.  And its inductive.
> 
> Thanks Andy
> 
> Cheers, Gene Heskett
> -- 
> "There are four boxes to be used in defense of liberty:
> soap, ballot, jury, and ammo. Please use in that order."
> -Ed Howdershelt (Author)
> If we desire respect for the law, we must first make the law respectable.
> - Louis D. Brandeis
> Genes Web page 
> 
> 
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users


___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] G-Code issue with IJ

2019-09-23 Thread Phillip Carter
I did the same as Chris and the end points are quite a ways off.

I put a G21 at the top of the code and it loaded but if you zoom in it is an 
ugly spiral.

> On 24 Sep 2019, at 1:29 am, Chris Kelley  wrote:
> 
> I plotted out that snippet of code in AutoCAD and the coded arcs don't line
> up with the end points.
> 
> I'm not great with C but looking through Jon's code I wonder if it has
> something to do with how it will never output an arc with both I and J
> coordinates.
> 
> I have no idea why Mach3 will run it, perhaps Mach has a much wider
> tolerance for arc-center-end-point mismatch or it is just converting the
> tiny arc moves to lines.
> 
> On Mon, Sep 23, 2019 at 4:01 AM andy pugh  wrote:
> 
>> On Mon, 23 Sep 2019 at 05:29, John Dammeyer 
>> wrote:
>> 
>>> 
>>> The attached screen shot shows that LinuxCNC chokes on this.  Suggestions
>>> as to why?
>> 
>> 
>> Are you definitely in the right plane?
>> 
>> Possibly tool diameter compensation is active?
>> 
>> --
>> atp
>> "A motorcycle is a bicycle with a pandemonium attachment and is designed
>> for the especial use of mechanical geniuses, daredevils and lunatics."
>> — George Fitch, Atlanta Constitution Newspaper, 1916
>> 
>> ___
>> Emc-users mailing list
>> Emc-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/emc-users
>> 
> 
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users



___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Dual boot for WIN-XP and LinuxCNC

2019-06-02 Thread Phillip Carter



> On 3 Jun 2019, at 7:41 am, John Dammeyer  wrote:
> 
> LinuxCNC is still very much a command line type application compared to a 
> WYSIWYG graphical application.  Since I have the retention span of a grape I 
> can bring up the help, read something, get rid of the help or put the sheet 
> down and by the time my fingers get to the keyboard I've forgotten what I was 
> supposed to type.  Even worst if I haven't used the system in 6 months.
> 
> Now with MACH3 I can clip my little PC board to the router bit, set the PCB 
> under the router bit where I want my zero.  Click on a button  on the screen 
> and follow the dialogs for what to do.  I even added a dialog that reminds me 
> to unclip the clip from the tool.  And it was pretty easy to assign a button 
> to something and have it throw up dialog boxes.
> 
> Haven't got a clue how to do that with LinuxCNC.  I'm sure it's possible.  
> But there aren't any buttons on the user interface screens.
> 

Gmoccapy has buttons you can assign macros to.
http://linuxcnc.org/docs/devel/html/gui/gmoccapy.html#gmoccapy:macros 


> But until I solve some other issues all that is on the back burner.  Waiting 
> for a replacement CUI encoder to see if it's less noisy compared to a US 
> Digital encoder. 
> 
> If after 100 rapid moves the return to 0.000 is 0.003 on the DRO then that's 
> a far more serious problem that has nothing to do with Linux or Mach.
> 
> But it's a great learning experience to be able to flip back and forth 
> between the two systems with just a reboot.
> 
> John
> 
> 


___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Would this blower be usefull as a low pressure mister for this 6040

2019-02-15 Thread Phillip Carter


> On 16 Feb 2019, at 12:46 pm, Gene Heskett  wrote:
> 
> On Wednesday 13 February 2019 05:41:38 Gene Heskett wrote:
> 
>> On Wednesday 13 February 2019 03:46:53 Les Newell wrote:
>>> I recently made a couple of coolant units based on eBay mister heads
>>> like this one
>>> <https://www.ebay.com/itm/Mist-Coolant-Lubrication-System-Spray-for-
>>> 8m m-Air-Pipe-CNC-Lathe-Milling-Machine/172271983174?>. These ones
>>> with the straight end on the nozzle seem to be better quality than
>>> the ones with a nozzle that just tapers down to a blunt point. The
>>> problem with all of these eBay misters is that they generate a fine
>>> mist, which gets everywhere. I made some modifications on mine to
>>> work around the problem. The air jet in the model I linked above is
>>> just over 2mm diameter. I extended the oil jet using 2mm stainless
>>> tube so it now sticks out about 1.5" past the end of the brass
>>> nozzle. This leaves a thin annular gap for the air to get out. As
>>> the area of the air jet is now very small you can run quite high
>>> pressure (60 - 100 psi) with very low flow. By the time the air
>>> reaches the end of the oil jet it has slowed down a lot and no
>>> longer has the energy to  break the oil into a fine mist. You end up
>>> with a column of air carrying a stream of droplets in the middle. On
>>> alu oil consumption is minimal. I use a neat cutting oil and my
>>> previous tank was the filter bowl on an air regulator. That was
>>> enough for several days of machining.
>>> 
>>> One down side of this setup is that it won't suck the coolant up
>>> from the tank. I used a filter canister as my reservoir. Shop air is
>>> supplied at full pressure to the nozzle through a solenoid valve.
>>> There is a tee in the line which feeds a regulator to drop the
>>> pressure to ~10 psi for the reservoir. Theoretically those filter
>>> canisters can take 100psi but that sort of pressure in a plastic
>>> tank scares me.
>>> 
>>> By the way Gene, if you are buying a solenoid valve from eBay, get
>>> an Airtac valve. They are available in a wide range of voltages and
>>> configurations. They are reasonably well made and can handle 100%
>>> duty cycle.
>>> 
>>> Les
>> 
> I found a 12 volt 1/4" version, but what the heck is
> Operating pressure 0.15~0.8MPa supposed to tell me??? Need a translation 
> from chinglish please. I haven't a clue what the heck 0.8MPa means.
> 

<https://www.google.com.au/search?q=mpa+to+psi=1C5CHFA_enAU729AU729=mpa+to+psi=chrome..69i57.3701j0j9=chrome=UTF-8>

> 
>> So I probably bought the wrong one. Expertise comes from the
>> experience of doing it wrong. :)
>> 
>>> On 13/02/2019 01:31, Phillip Carter wrote:
>>>> I use a water filter canister similar to this:
>>>> https://www.cnczone.com/forums/uncategorised-metalworking-machines
>>>> /1 02934-built-fog-less-coolant-mister.html
>>>> <https://www.cnczone.com/forums/uncategorised-metalworking-machine
>>>> s/ 102934-built-fog-less-coolant-mister.html>
>>>> 
>>>> Cheers, Phill
>> 
>> Cheers, Gene Heskett
> 
> 
> Cheers, Gene Heskett
> -- 
> "There are four boxes to be used in defense of liberty:
> soap, ballot, jury, and ammo. Please use in that order."
> -Ed Howdershelt (Author)
> Genes Web page <http://geneslinuxbox.net:6309/gene>
> 
> 
> 
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users



___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Would this blower be usefull as a low pressure mister for this 6040

2019-02-12 Thread Phillip Carter
I use a water filter canister similar to this:
https://www.cnczone.com/forums/uncategorised-metalworking-machines/102934-built-fog-less-coolant-mister.html
 


Cheers, Phill

> On 13 Feb 2019, at 12:16 pm, Gene Heskett  wrote:
> 
> On Tuesday 12 February 2019 17:08:58 andy pugh wrote:
> 
>> On Tue, 12 Feb 2019 at 21:48, Gene Heskett  
> wrote:
>>> So it appears
>>> 
>>> I'll have to saw off a bit of brass, find my teeny brass tubing
>>> supply and hope I have enough to make another. Unfortunately, the
>>> hobby shop where I bought it closed up 5 years back from old age, so
>>> now I am at ebay's time sinking mercy at getting some more.
>> 
>> It might make more sense, if buying  from ebay, to get a ready-made
>> mister nozzle:
>> 
>> https://www.ebay.com/sch/i.html?_nkw=mist+cnc
> 
> So I've bought one with dual nozzles, for about $14, but none of the 
> search terms I've used has come up with a suitable coolant tank to use 
> with it. What has stuck up a hand to wave at me is $250 and up.  It 
> seems to me that a filter canister suitable for up to 40 psi, holding a 
> quart of coolant ought to be $75 or less.
> 
> Thanks everybody
> 
> Cheers, Gene Heskett
> -- 
> "There are four boxes to be used in defense of liberty:
> soap, ballot, jury, and ammo. Please use in that order."
> -Ed Howdershelt (Author)
> Genes Web page 
> 
> 
> 
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users


___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] correct x error from bed wear

2018-09-08 Thread Phillip Carter



On 9/9/18 1:14 pm, Gene Heskett wrote:

On Saturday 08 September 2018 22:34:06 Phillip Carter wrote:


On 9/9/18 5:18 am, Gene Heskett wrote:

Greetings all;

I am about to give up on this bedwear comp project.

How I determine the amount of correction needed has been tried by
watching the dial as Z is moved, taking notes as to which way the
center of the wobble (the spindle is running about 15 rpms) moves,
and putting that DRO's RAD in the hal files lincurve "setp" list.
Makes it worse, change sign of lincurve y-val, still worse.  Seems
like the correction is being multiplied by 3 or more.

I have run it to a lincurve X-val-nn point, and using the jog dial,
centered the dials wobble on zero, then put the obtained rad into a
y-val-nn, again making it worse with either sign.

So how do you folks derive the correction needed?

I'm assuming the offset itself is in radius, not diameter. In which
case the needed radius correction max's at about 2.5 thou. And that
the sign is the "tricky" part.

Thanks everybody.

This lathe bedwear may be a good candidate for the
dgarr/external_offsets branch.


Humm, can't say I've ever heard of that.  URL?


https://github.com/LinuxCNC/linuxcnc/tree/dgarr/external_offsets

Cheers, Phill

Thanks Phill.>


___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users







___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] correct x error from bed wear

2018-09-08 Thread Phillip Carter

On 9/9/18 5:18 am, Gene Heskett wrote:

Greetings all;

I am about to give up on this bedwear comp project.

How I determine the amount of correction needed has been tried by
watching the dial as Z is moved, taking notes as to which way the center
of the wobble (the spindle is running about 15 rpms) moves, and putting
that DRO's RAD in the hal files lincurve "setp" list.  Makes it worse,
change sign of lincurve y-val, still worse.  Seems like the correction
is being multiplied by 3 or more.

I have run it to a lincurve X-val-nn point, and using the jog dial,
centered the dials wobble on zero, then put the obtained rad into a
y-val-nn, again making it worse with either sign.

So how do you folks derive the correction needed?

I'm assuming the offset itself is in radius, not diameter. In which case
the needed radius correction max's at about 2.5 thou. And that the sign
is the "tricky" part.

Thanks everybody.

This lathe bedwear may be a good candidate for the 
dgarr/external_offsets branch.


Cheers, Phill



___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] bedwear comp again

2018-09-03 Thread Phillip Carter
I note on my machine that joint.N.motor-pos-cmd and joint.N.motor-pos-fb 
change value after every homing and bear no relation to the actual joint 
position whereas joint.N.pos-cmd and joint.N.pos-fb are always show the 
same value at the same joint position.


Maybe the changes below will help.

Cheers, Phill


On 02/09/2018 23:49, Gene Heskett wrote:

On Saturday 01 September 2018 16:24:20 Gene Heskett wrote:
##
# lincurve needs input from Z position
# 1st, drive the Z motor from motion.0.joint.1.pos-cmd
#net Zdrive    <= joint.1.pos-cmd => 
hm2_[HOSTMOT2](BOARD).0.stepgen.00.position-cmd
    net Zdrive    <= joint.1.motor-pos-cmd  => 
hm2_[HOSTMOT2](BOARD).0.stepgen.00.position-cmd

# watch bwZ to see if it moves DOES
# now route feedback back to motion
#net    bwZ    <= hm2_[HOSTMOT2](BOARD).0.stepgen.00.position-fb 
=> joint.1.motor-pos-fb
        net    bwZ    <= 
hm2_[HOSTMOT2](BOARD).0.stepgen.00.position-fb => joint.1.motor-pos-fb

# now send real Z position to lincurve.0.in
#net bwZ => lincurve.0.in Z-axis-track.in
        net Zactual    <= joint.1.pos-cmd => lincurve.0.in 
Z-axis-track.in

# lincurve.0.in is Z's position
# so now send lincurve.0.out to X via offset.0.offset

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] IRC lockout

2018-08-30 Thread Phillip Carter

On 31/8/18 8:07 am, Gene Heskett wrote:

On Thursday 30 August 2018 16:23:05 Gene Heskett wrote:


On Thursday 30 August 2018 15:52:26 andy pugh wrote:

On Thu, 30 Aug 2018 at 20:27, Gene Heskett 

wrote:

net bedwear5<=  offset.0.fb-out => joint.0.pos-fb
X-axis-track.in

LinuxCNC -l fired up from a terminal, and this is logged as it
quits: ./hm2-7i90-stepper.hal:262: Signal 'bedwear5' can not add
OUT pin 'joint.0.pos-fb', it already has OUT pin 'offset.0.fb-out'

But a search of the whole 700+ LOC can't find it.
oldtimers must be setting in, I can't see the error either. Sob.

It's on line 262, and that is probably right above, in your post.

But what I don't understand is why it is saying that joint.0.pos-fb
is an OUT pin, as as far as I can tell no such pin exists.
http://linuxcnc.org/docs/devel/html/man/man9/motion.9.html
There _is_ an OUT pin that reports the position feedback with motor
offsets removed: joint.N.joint−pos−fb OUT FLOAT

Your HAL, though, needs to have:

net bedwear2<=  joint.0.motor-pos-cmd => offset.0.in
# cmd from motion
#this is corrected command to x axis
net bedwear3<=  offset.0.out=>
hm2_[HOSTMOT2](BOARD).0.stepgen.03.position-cmd
# thats command, now fix the offset feedback back to motion
net bedwear4<=
hm2_[HOSTMOT2](BOARD).0.stepgen.03.position-fb => offset.0.fb-in
net bedwear5<=  offset.0.fb-out =>
joint.0.motor-pos-fb  X-axis-track.in

So the missing word was "motor". Fixing thar led to a duplicate error,
elsewhere in the file, and fixing that makes it run.  But now I've a
couple chops in the skillet and the rest of dinner laid out for the
microwave, so it will be after dinner before I get a chance to check
it.

One thing is bothering me about the halmeter readings from
lincurve.0.out though they look as if they've been subjected to a
large multipier, 1000 x or so and the max programmed is .x-val-01 is
0.0065", mainly to test the polarity of the corrections.

After getting us outside of dinner...

Next chapter; following Z motion for lincurve.0.in.
halcode:
# lincurve needs an input
net bedwear0 <= hm2_[HOSTMOT2]BOARD).0.stepgen.03.position-fb => 
joint.1.motor-pos-fb
# send the corrected fb to lincurve.0.in
net bedwear1<=  joint.1.joint-pos-fb=> lincurve.0.in # is supposed 
to be Z position

 From man motion: I finally printed me a copy for at the machine reference

joint.N.joint−pos−fb OUT FLOAT
The joint feedback position. This value is computed from the actual
motor position minus joint offsets. Useful for machine visualization

joint.1.joint-pos-fb does not exist according to linuxcnc.


My 'Show HAL Configuration' (from AXIS) shows joint.N.pos-fb yet the 
documentation (man motion) shows joint.N.joint-pos-fb.

The same for pos-cmd...

linuxcnc -l
[...]
./hm2/hm2_7i90.0: registered
./hm2-7i90-stepper.hal:255: Pin 'joint.1.joint-pos-fb' does not exist

The above is from terminal screen

Next? I'd rerun it and look for it with a halmeter, but of course it won't run.


--
atp
"A motorcycle is a bicycle with a pandemonium attachment and is
designed for the especial use of mechanical geniuses, daredevils and
lunatics."
— George Fitch, Atlanta Constitution Newspaper, 1916


--  Check out the vibrant tech community on one of the
world's most engaging tech sites, Slashdot.org!
http://sdm.link/slashdot
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users





--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Progress, if I spell it right

2017-07-21 Thread Phillip Carter
Seems like a problem in jessie 




On 20/7/17 11:20 pm, Gene Heskett wrote:

On Thursday 20 July 2017 03:41:17 Chris Albertson wrote:


Gene,

Try h, j, k, l keys if the arrow keys don't work.VI was created
LONG ago back when arrow keys were a luxury item.   The old "hjkl"
still should work for you.


I'll see if I can remember to give them a try.


It is un intuitive at first then you get into it and it is faster than
using arrow keys because you don't need to move your hand   HL is left
right JK is u down.

Its only half of them, Chris. The up-down arrows work fine. Focus is
fubared too, forcing a click in the mdi line box before a return is
recognized. One must develop two different habits to make productive use
of the armhf-jessie install.  And its a mental distraction from ones
train of thought that disturbs concentration and creativity.

The hereafter problem. :)
  
Cheers, Gene Heskett


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] change of subject, brass or copper?

2017-07-16 Thread Phillip Carter

On 17/7/17 10:11 am, Gene Heskett wrote:

On Sunday 16 July 2017 19:13:42 Trent Hejazi wrote:


That¹s another direction I want to try.  Basically, a cat head riding
in a ball bearing that mounts in the steady rest.

Not familiar with the term "cat head", 'splain plz. Preferably with a
link to a pix?


https://books.google.com.au/books?id=aiEDMBAJ=PA188=PA188=lathe+cathead=bl=Mh6nNIkCpP=A13sgkeR26UX7tTvSDwuYa6JehA=en=X=0ahUKEwjbzOncoo_VAhVGX5QKHUUfDA8Q6AEIZzAM#v=onepage=lathe%20cathead=false

This would allow me
to center a barrel by using the DTI inside a chamber or muzzle, where
I cannot otherwise take a skim cut while supporting on a center or run
it through the headstock.  Should save some time and frustration.

Marshall

On 7/16/17, 6:00 PM, "Chris Albertson" 

wrote:

Why not ball bearings?  Then there is no relative movement between
the rest
and the part.

As for friction of solid fingers
lowest friction is a lead/copper alloy, next best phosphor bronze.
Motor oil helps.

On Sat, Jul 15, 2017 at 7:00 PM, Trent Hejazi 

wrote:

I have brass contact fingers and they work well.  When supporting
the barrel tennon, they ride on the threads without damaging them.
Otherwise,
they will always leave an annoying ring on a barrel.  Only way to
circumvent is to make a collar to slip over barrel, then skim cut
concentric with the bore.  Other option is to make a set of inboard
and outboard cat-heads so you can work near the head stock.  This
really depends on the spindle bore dia and barrel dimensions you
are working with.

Marshall

On 7/15/17, 8:46 PM, "Gene Heskett"  wrote:

Greetings all;

My steady rest has steel sliders, which will not do for working on
finished parts.  So I need to order a foot of 1/2x1" brass or
copper to make some more better shoes.

Which will do the least damage to a pre-finished part, such as the

fairly


high polished SS barrel?  Brass or copper?

Thanks everybody.

Cheers, Gene Heskett
--
"There are four boxes to be used in defense of liberty:
soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Genes Web page 

---

---



Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

--

Chris Albertson
Redondo Beach, California
-
- 
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

--
 Check out the vibrant tech community on one of the world's
most engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Cheers, Gene Heskett



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Thoughts on extending the life of the microsd's.

2017-03-12 Thread Phillip Carter
On 13/3/17 1:45 pm, Gregg Eshelman wrote:
> Then why hasn't its issue with noatime been fixed?
>
>
>
>From: Bertho Stultiens 
>   To: Enhanced Machine Controller (EMC) 
>   Sent: Sunday, March 12, 2017 4:22 PM
>   Subject: Re: [Emc-users] Thoughts on extending the life of the microsd's.
> 
> Mutt is a command-line email reader; see
> https://en.wikipedia.org/wiki/Mutt_(email_client)
>
> This has been a long time standard email client on many systems and is
> still in use today. It is *still* in development (last release ~16 days
> ago).
>
> 
> --
> Announcing the Oxford Dictionaries API! The API offers world-renowned
> dictionary content that is easy and intuitive to access. Sign up for an
> account today to start using our lexical data to power your apps and
> projects. Get started today and enter our developer competition.
> http://sdm.link/oxford
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users

http://homepages.inf.ed.ac.uk/imurray2/compnotes/noatime_mutt.html



--
Announcing the Oxford Dictionaries API! The API offers world-renowned
dictionary content that is easy and intuitive to access. Sign up for an
account today to start using our lexical data to power your apps and
projects. Get started today and enter our developer competition.
http://sdm.link/oxford
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] linuxcnc on raspberry pi 3

2017-02-07 Thread Phillip Carter
On 08/02/17 14:22, Gene Heskett wrote:
> On Tuesday 07 February 2017 19:18:11 W. Martinjak wrote:
>
>> On 2017-02-07 23:39, Sebastian Kuzminsky wrote:
>>> I'm not sure what you mean by that.
>>>
>>> We still build armhf debs for Wheezy, it's just my Jessie armhf
>>> buildslave that died.
>>>
>>> Feel free to pitch in and donate a reliable, fast armhf build
>>> machine to the linuxcnc buildbot if this is important to you.
>> Maybe, but I think PCW's message is clear.
>> Not much scope for interpretation.
>>
>>> "Basically the consumer embedded ARM chips are not a "platform"
>>> in the same way a x86 PC is a platform
>>>
>>> If you really want to use ARM, I would suggest
>>> Machinekit/Beaglebone "
>> And, I do not remember any calls for buildslave donation on the lists.
>> Nor a discussion about the requirements for the machine.
>>
>> Maybe on alpha centauri... ;)
> Certainly not on this ball of rock & water.
>
> But, Seb, now that the subject has been broached, what would you consider
> good enough for inclusion in the buildbot farm?
>
> Cheers, Gene Heskett

I have a Odroid U3 lying around here somewhere, I could donate it to the 
cause if that would help.

Is this  wiki 
page still valid?


Cheers, Phill


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] How do I enable the 2-pass processing of the hal file(s)

2016-12-12 Thread Phillip Carter
http://linuxcnc.org/docs/html/hal/twopass.html

Cheers, Phill


On 13/12/16 11:45, Gene Heskett wrote:
> Greetings;
>
> Trying to port some of the spindle control code to the R-Pi, and it just
> occurred to me that it would be much easier to organize the code into
> sections that each controlled one just "device" so that all the code
> having to  do with spindle control was in a well marked per each devices
> section. This means all that devices loadrt's, addf's and the logic that
> goes with controlling the spindle was in one section, that which
> controlled the X motor in its own chapter, ditto Z motor in another
> chapter, home switches and limit switches in their own "chapter", and a
> motion chapter, a gui chapter to load, configure and display a tach. And
> a chapter to make the various interconnections needed where a signal
> crosses the borders.
>
> I've scanned thru the Documentation but have not found that magic phrase
> that enables the 500 watt lamp of understanding.  Is there even an
> explanation in the docs?
>
> 
>
> FWIW Peter, I stuck my Hitachi 100 megahertz dual trace on 2 or 3 of
> those SPI lines, at the 7i90 plug, this after adding 3 more ground
> jumpers this evening, and which made zero difference and despite the
> probes being 200 mhz probes, those lines are ringing like the liberty
> bell, complete with its cracks. Running at a nominally 30 megabaud baud
> data rate, ( pushing that scope, but its handier to use than the
> sampler! ) it was also seen to be a not terribly stable bit rate,
> estimated 10% time wobble at the end of the first byte sent, at the
> start of a packet, a word or so after the start of a packet, and using B
> delayed from A mode, with 5u-sec A at 5ns/cm B time on screen, there's
> bunches of rail to rail spikes about 5ns wide that can be seen easily
> just as the packet starts.
> 0
> These are within the initiating start bit's /not time.
>
> Maybe the 26 pin IDC connectors will get here from digi-key tomorrow and
> I can then make a good jumper, with 82 ohm series terminations.
>
> Cheers, Gene Heskett


--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] ER-16 spindles

2016-06-29 Thread Phillip Carter
Sherline also have them with or without motor/controller.

http://www.sherlineipd.com/spindles.htm



On 30/06/16 01:16, Ralph Stirling wrote:
> Have any of you come across cheap collet spindles that
> have a through-bore?  I am toying with an idea for a
> simple, special-purpose lathe, and need a hollow spindle.
>
> Thanks,
> -- Ralph
> --
> Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
> Francisco, CA to explore cutting-edge tech and listen to tech luminaries
> present their vision of the future. This family event has something for
> everyone, including kids. Get more information and register today.
> http://sdm.link/attshape
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users


--
Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users