[Emc-developers] RTAI 5.3.2 release for LinuxCNC (Debian packages already available)

2022-09-10 Thread Alec Ari via Emc-developers
Hello everyone!

I have updated RTAI to kernel 4.19.257 and have generated all new Debian 
Bullseye/11 packages and they are hosted on Github:

https://github.com/NTULINUX/RTAI/releases/tag/v5.3.2

The only files you really need are:

linux-image-4.19.257-rtai-amd64_4.19.257-rtai-amd64-1_amd64.deb
linux-headers-4.19.257-rtai-amd64_4.19.257-rtai-amd64-1_amd64.deb
rtai-modules-4.19.257_5.3.2-linuxcnc_amd64.deb

All that's left is to re-add RTAI support to the LinuxCNC Debian files. I have 
updated README.INSTALL to further explain how to build Debian kernel and RTAI 
packages and covered more use-cases.

Cheers!

Alec


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


Re: [Emc-developers] [Hosted Weblate] New comment in LinuxCNC/LinuxCNC Documentation

2022-09-10 Thread andy pugh
On Sat, 10 Sept 2022 at 11:47, Steffen Möller via Emc-developers
 wrote:
>
> The documentation typically abbreviates axes in pin names with capital 'N's,
> and joints with capital 'L's, if my short term memory serves me right.

It's the other way round. joint.N.. (Number 0-8) and axis.L
(Letter XYZABCUVW)

-- 
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, 1912


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


Re: [Emc-developers] [Hosted Weblate] New comment in LinuxCNC/LinuxCNCDocumentation

2022-09-10 Thread gene heskett

On 9/10/22 06:47, Steffen Möller via Emc-developers wrote:


#  Comment added

[ smoe](https://hosted.weblate.org/user/smoe/ "Steffen Möller"): [Hosted
Weblate](https://hosted.weblate.org) /
[LinuxCNC](https://hosted.weblate.org/projects/linuxcnc/) / [LinuxCNC
Documentation](https://hosted.weblate.org/projects/linuxcnc/linuxcnc-docs/) /
[English](https://hosted.weblate.org/projects/linuxcnc/linuxcnc-docs/en/)

## Source string

HOME_USE_INDEX requires connections in your HAL file to joint.n.index-enable
from the encoder.n.index-enable.

## Source string description

type: Plain text

## Comment

The documentation typically abbreviates axes in pin names with capital 'N's,
and joints with capital 'L's, if my short term memory serves me right. The
joint.n.index-enable should be joint.L.index-enable (ok, joint. _L_.index-
enable for the extra eye candy), and I think it would be helpful if an encoder
representing a joint would get the same variable symbol, i.e. encoder.L.index-
enable instead of the '.n.'.

Objection, Steffen.

That might lead to confusing us older hands. An encoder is a signal 
source and it is
only married to a specific axis or joint in hal. Mixing and matching 
names will contribute
to the confusion, not clarify it. An encoder signal is all by 
itself(even if it might involve
6 actual wire its its hook is differential), until it is linked to an 
axis or joint, spindle, what
 have you in the hal files. We may note in our comments that THIS 
encoder is on the
rear of the axix B motor but until we "net" link it in carving up a hal 
file, it is an device

by itself totally unrelated to anything else in the system.

I'd have reservations about this being useful in the longer view. I 
don't think it would
be helpful to the newbee because he would get the impression they are 
somehow

connected when they are not until "net"ted together in a .hal file.

Meaningful "netnames", argv(1), to  the net statement are another 
critter entirely and totally

arbitrary.


[Edit this string](https://hosted.weblate.org/translate/linuxcnc/linuxcnc-
docs/en/?checksum=4692c6aacd09fbca#comments)

## Source string location

[src/config/ini-
homing.adoc:204](https://github.com/LinuxCNC/linuxcnc/blob/master/docs/src/config/ini-
homing.adoc?plain=1#L204)

##  Translation Info

All strings|  [ 30,378
](https://hosted.weblate.org/translate/linuxcnc/linuxcnc-docs/en/) |
---|---|
Translated strings |  [ 30,378
](https://hosted.weblate.org/translate/linuxcnc/linuxcnc-
docs/en/?q=state:>=translated) |  [ 100%
](https://hosted.weblate.org/translate/linuxcnc/linuxcnc-
docs/en/?q=state:>=translated)
Untranslated strings   |  [ 0
](https://hosted.weblate.org/translate/linuxcnc/linuxcnc-
docs/en/?q=state:empty)|  [ 0%
](https://hosted.weblate.org/translate/linuxcnc/linuxcnc-
docs/en/?q=state:empty)
Unfinished strings |  [ 0
](https://hosted.weblate.org/translate/linuxcnc/linuxcnc-
docs/en/?q=state:https://hosted.weblate.org/translate/linuxcnc/linuxcnc-
docs/en/?q=state:https://hosted.weblate.org/translate/linuxcnc/linuxcnc-
docs/en/?q=state:needs-editing)|  [ 0%
](https://hosted.weblate.org/translate/linuxcnc/linuxcnc-
docs/en/?q=state:needs-editing)


[View](https://hosted.weblate.org/projects/linuxcnc/linuxcnc-docs/en/)

   
[Weblate, the libre continuous localization system.](https://weblate.org/)


Generated on Sept. 10, 2022, 12:43 p.m..




___
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, 1940)
If we desire respect for the law, we must first make the law respectable.
 - Louis D. Brandeis
Genes Web page 



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


[Emc-developers] [Hosted Weblate] New comment in LinuxCNC/LinuxCNC Documentation

2022-09-10 Thread Steffen Möller via Emc-developers


#  Comment added

[ smoe](https://hosted.weblate.org/user/smoe/ "Steffen Möller"): [Hosted
Weblate](https://hosted.weblate.org) /
[LinuxCNC](https://hosted.weblate.org/projects/linuxcnc/) / [LinuxCNC
Documentation](https://hosted.weblate.org/projects/linuxcnc/linuxcnc-docs/) /
[English](https://hosted.weblate.org/projects/linuxcnc/linuxcnc-docs/en/)

## Source string

HOME_USE_INDEX requires connections in your HAL file to joint.n.index-enable
from the encoder.n.index-enable.

## Source string description

type: Plain text

## Comment

The documentation typically abbreviates axes in pin names with capital 'N's,
and joints with capital 'L's, if my short term memory serves me right. The
joint.n.index-enable should be joint.L.index-enable (ok, joint. _L_.index-
enable for the extra eye candy), and I think it would be helpful if an encoder
representing a joint would get the same variable symbol, i.e. encoder.L.index-
enable instead of the '.n.'.

[Edit this string](https://hosted.weblate.org/translate/linuxcnc/linuxcnc-
docs/en/?checksum=4692c6aacd09fbca#comments)

## Source string location

[src/config/ini-
homing.adoc:204](https://github.com/LinuxCNC/linuxcnc/blob/master/docs/src/config/ini-
homing.adoc?plain=1#L204)

##  Translation Info

All strings|  [ 30,378 
](https://hosted.weblate.org/translate/linuxcnc/linuxcnc-docs/en/) |   
---|---|
Translated strings |  [ 30,378 
](https://hosted.weblate.org/translate/linuxcnc/linuxcnc-  
docs/en/?q=state:>=translated) |  [ 100%   
](https://hosted.weblate.org/translate/linuxcnc/linuxcnc-  
docs/en/?q=state:>=translated) 
Untranslated strings   |  [ 0  
](https://hosted.weblate.org/translate/linuxcnc/linuxcnc-  
docs/en/?q=state:empty)|  [ 0% 
](https://hosted.weblate.org/translate/linuxcnc/linuxcnc-  
docs/en/?q=state:empty)
Unfinished strings |  [ 0  
](https://hosted.weblate.org/translate/linuxcnc/linuxcnc-  
docs/en/?q=state:https://hosted.weblate.org/translate/linuxcnc/linuxcnc-  
docs/en/?q=state:https://hosted.weblate.org/translate/linuxcnc/linuxcnc-  
docs/en/?q=state:needs-editing)|  [ 0% 
](https://hosted.weblate.org/translate/linuxcnc/linuxcnc-  
docs/en/?q=state:needs-editing)


[View](https://hosted.weblate.org/projects/linuxcnc/linuxcnc-docs/en/)

  
[Weblate, the libre continuous localization system.](https://weblate.org/)

Generated on Sept. 10, 2022, 12:43 p.m..

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