Re: [Emc-developers] problems with stretch/uspace install

2018-07-05 Thread Jon Elson
Are there up-to-date release notes for LinuxCNC?  There is a 
release notes file in the Wiki, but the last entry is 
February 2016 (2.7.4)!  There seems to be some 
incompatibility with my configs files sets and the 2.8 
release, and I need to make whatever changes are required.  
I see a lot of differences between some of the usual 
boilerplate, such as related to EMCMOT.


Any suggestions?

Thanks,

Jon

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


Re: [Emc-developers] problems with stretch/uspace install

2018-07-05 Thread Gene Heskett
On Thursday 05 July 2018 12:28:22 Jon Elson wrote:

> Are there up-to-date release notes for LinuxCNC?  There is a
> release notes file in the Wiki, but the last entry is
> February 2016 (2.7.4)!  There seems to be some
> incompatibility with my configs files sets and the 2.8
> release, and I need to make whatever changes are required.
> I see a lot of differences between some of the usual
> boilerplate, such as related to EMCMOT.
>
> Any suggestions?
>
> Thanks,
>
> Jon
>

The biggest thing I can think of is the joint-axis merge, which is still 
a bit incomplete, requiring matching, duplicate entries for some of the 
vars used in the .ini file.

Perhaps Andy can state it a lot better than I can. There is supposed to 
be a onetime script that scans and edits your configs and fixes 99% of 
it on the first execution of older /config/ files.

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



-- 
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-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers


Re: [Emc-developers] problems with stretch/uspace install

2018-07-05 Thread andy pugh
On 5 July 2018 at 17:44, Gene Heskett  wrote:

> The biggest thing I can think of is the joint-axis merge, which is still
> a bit incomplete, requiring matching, duplicate entries for some of the
> vars used in the .ini file.

They are not duplicates. Though with a trivkins machine the values
will typically be identical. :-)

-- 
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-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers


Re: [Emc-developers] problems with stretch/uspace install

2018-07-05 Thread Gene Heskett
On Thursday 05 July 2018 12:46:55 andy pugh wrote:

> On 5 July 2018 at 17:44, Gene Heskett  wrote:
> > The biggest thing I can think of is the joint-axis merge, which is
> > still a bit incomplete, requiring matching, duplicate entries for
> > some of the vars used in the .ini file.
>
> They are not duplicates. Though with a trivkins machine the values
> will typically be identical. :-)

Humm, all of mine including the 4 axis mill, must be trivkins then, and I 
believe the aliases make it so, cause a one digit miss-match in max or 
min limit of the axis and corresponding  joint is an absolute show 
stopper. Same with max_vel and max_accel.

Anyway, this is not fixing Jon's problem.

Seeing a copy/paste of the actual report would be most helpfull.

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)
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-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers


Re: [Emc-developers] problems with stretch/uspace install

2018-07-05 Thread Dewey Garrett
In <5b3e4726.5080...@pico-systems.com> Jon Elson  
writes:

>Any suggestions?


docs section on updating 2.7 to master (2.8~pre):

http://linuxcnc.org/docs/devel/html/getting-started/updating-linuxcnc.html
-- 
Dewey Garrett


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


Re: [Emc-developers] A tweak to Touchy?

2018-07-05 Thread andy pugh
On 17 April 2017 at 15:48, andy pugh  wrote:
>  was finally prompted to try to get
> Touchy to report the current override value in the case where it was
> set from another source.
>
> I added a couple of lines around line 798 in touchy.py
>
>  + self.fo_val = s.feedrate * 100
>  + self.so_val = s.spindlerate * 100
> set_label(self.wTree.get_widget("fo").child, "FO:
> %d%%" % self.fo_val)
> set_label(self.wTree.get_widget("so").child, "SO:
> %d%%" % self.so_val)
> set_label(self.wTree.get_widget("mv").child, "MV: %d"
> % self.mv_val)
>
> Experiment shows that with this change Touchy displays over-rides
> sourced from halui as well as internally.

I just remembered this after compiling some new stuff and updating my lathe.
I lost this tweak.

I have been using it that way for over a year with no problems, can I
push the mod?


-- 
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-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers


[Emc-developers] Absolute resolvers

2018-07-05 Thread andy pugh
Using the position.txt file and a tweak to the Mesa resolver driver I
have had good results making my lathe work as if it has absolute
encoders.

Does anyone have any opinions about whether I should, or should not, push it?

Naturally it would need docs, but you basically just need to connect
joint-pos-fb to the resolver module so that it can see the value read
in from the position.txt file and set a bit parameter to say "wait for
that value"

https://github.com/LinuxCNC/linuxcnc/commit/0ece124eb52ad6b723db326543714af66ed1930a

-- 
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-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers


Re: [Emc-developers] Absolute resolvers

2018-07-05 Thread Peter C. Wallace

On Thu, 5 Jul 2018, andy pugh wrote:


Date: Thu, 5 Jul 2018 20:18:37 +0100
From: andy pugh 
Reply-To: EMC developers 
To: EMC developers 
Subject: [Emc-developers] Absolute resolvers

Using the position.txt file and a tweak to the Mesa resolver driver I
have had good results making my lathe work as if it has absolute
encoders.

Does anyone have any opinions about whether I should, or should not, push it?

Naturally it would need docs, but you basically just need to connect
joint-pos-fb to the resolver module so that it can see the value read
in from the position.txt file and set a bit parameter to say "wait for
that value"

https://github.com/LinuxCNC/linuxcnc/commit/0ece124eb52ad6b723db326543714af66ed1930a



This should also work for any 1 turn absolute encoder (like the common Hall 
effect encoders from AMS etc)



--
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-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

Peter Wallace
Mesa Electronics

(\__/)
(='.'=) This is Bunny. Copy and paste bunny into your
(")_(") signature to help him gain world domination.
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers


Re: [Emc-developers] Absolute resolvers

2018-07-05 Thread andy pugh
On 5 July 2018 at 20:28, Peter C. Wallace  wrote:

> This should also work for any 1 turn absolute encoder (like the common Hall
> effect encoders from AMS etc)

It should, but the drivers need to be modified to support it. And I
don't have any to test it with.

-- 
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-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers


Re: [Emc-developers] problems with stretch/uspace install

2018-07-05 Thread Jon Elson

On 07/05/2018 12:32 PM, Dewey Garrett wrote:

In <5b3e4726.5080...@pico-systems.com> Jon Elson  
writes:


Any suggestions?


docs section on updating 2.7 to master (2.8~pre):

http://linuxcnc.org/docs/devel/html/getting-started/updating-linuxcnc.html

Thanks, this is what I was looking for!
Well, the automatic script did its thing, and looking 
through the .ini and .hal files, it appears to have done a 
good job.  I can't find anything wrong except the shmem_key 
on trivkins, which I took out.


So, now on a fresh startup of LinuxCNC using my boards and 
the ppmc driver, the ppmc driver enumerates the device(s) on 
the parport, then I get :


waiting for component 'inihal' to become ready

with periods ( . . . . .) constantly being written.  After a 
couple seconds, the mouse pointer stops responding, and I 
have to do a forced power off.


This one sounds real familiar, but I can't remember what to 
do about it.


Any suggestions?

Thanks,

Jon

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