Re: [Emc-developers] Help me categorizing HAL components

2022-03-26 Thread Rod Webster
Please, its user documentation, not a maths thesis #1 Boolean Logic Will be far more understandable to a greater range of people... Rod Webster *1300 896 832* +61 435 765 611 Vehicle Modifications Network www.vehiclemods.net.au On Sun, 27 Mar 2022 at 16:50, Rainer Stelzer wrote: > > Am 25.03.2

Re: [Emc-developers] Help me categorizing HAL components

2022-03-26 Thread Rainer Stelzer
Am 25.03.2022 um 14:08 schrieb Jérémie Tarot: Le ven. 25 mars 2022 à 14:05, andy pugh a écrit : On Fri, 25 Mar 2022 at 12:30, Jérémie Tarot wrote: Finally, I may group Logic and Bitwise components, Arithmetic and float-components, and Type conversion components as subsections of a "Generic

Re: [Emc-developers] Help me categorizing HAL components

2022-03-26 Thread Rainer Stelzer
Am 25.03.2022 um 14:08 schrieb Jérémie Tarot: Le ven. 25 mars 2022 à 14:05, andy pugh a écrit : On Fri, 25 Mar 2022 at 12:30, Jérémie Tarot wrote: Finally, I may group Logic and Bitwise components, Arithmetic and float-components, and Type conversion components as subsections of a "Generic

Re: [Emc-developers] Help me categorizing HAL components

2022-03-26 Thread Hans Unzner
Hi, I tried to follow your suggestions so far: https://hansu.github.io/linuxcnc-doc/devel/html/hal/components.html And I created a branch on the LinuxCNC repo: https://github.com/LinuxCNC/linuxcnc/tree/hal-component-list Feel free to make changes for those who have push rights, for those who do

Re: [Emc-developers] Help me categorizing HAL components

2022-03-25 Thread andy pugh
On Fri, 25 Mar 2022 at 12:30, Jérémie Tarot wrote: > Finally, I may group Logic and Bitwise components, Arithmetic and > float-components, and Type conversion components as subsections of a > "Generic functions" section (for lack of a better name). "Signal Processing" ? -- atp "A motorcycle is

Re: [Emc-developers] Help me categorizing HAL components

2022-03-25 Thread Jérémie Tarot
Le ven. 25 mars 2022 à 14:05, andy pugh a écrit : > On Fri, 25 Mar 2022 at 12:30, Jérémie Tarot wrote: > > > Finally, I may group Logic and Bitwise components, Arithmetic and > > float-components, and Type conversion components as subsections of a > > "Generic functions" section (for lack of a b

Re: [Emc-developers] Help me categorizing HAL components

2022-03-25 Thread Jérémie Tarot
Le mer. 23 mars 2022 à 16:53, Hans Unzner a écrit : > > Am 23.03.22 um 00:09 schrieb andy pugh: > > On Sat, 19 Mar 2022 at 14:08, Hans Unzner wrote: > > > >> I worked on categorizing the HAL components, but don't know all > components. > >> Therefore I would appreciate if you can have a look at

Re: [Emc-developers] Help me categorizing HAL components

2022-03-25 Thread Hans Unzner
No worries, It won't touch the main docs page. /Hans Am 25.03.22 um 00:32 schrieb Rod Webster: I hope this does not replace the existing man commands on the main docs page. It's nice to see all components in one window when looking for one to use after you hit expand man pages. Rod Webster *13

Re: [Emc-developers] Help me categorizing HAL components

2022-03-24 Thread Rod Webster
I hope this does not replace the existing man commands on the main docs page. It's nice to see all components in one window when looking for one to use after you hit expand man pages. Rod Webster *1300 896 832* +61 435 765 611 Vehicle Modifications Network www.vehiclemods.net.au On Fri, 25 Mar 2

Re: [Emc-developers] Help me categorizing HAL components

2022-03-24 Thread Hans Unzner
Am 24.03.22 um 21:59 schrieb andy pugh: On Thu, 24 Mar 2022 at 20:04, Hans Unzner wrote: https://hansu.github.io/linuxcnc-doc/devel/html/hal/components.html I think that is better, though: 1.4 - all these are userpace utilities. Or just utilities in general, really. They aren't HAL compo

Re: [Emc-developers] Help me categorizing HAL components

2022-03-24 Thread andy pugh
On Thu, 24 Mar 2022 at 20:04, Hans Unzner wrote: > https://hansu.github.io/linuxcnc-doc/devel/html/hal/components.html I think that is better, though: 1.4 - all these are userpace utilities. Or just utilities in general, really. They aren't HAL components as such. I would put the actual GUIs

Re: [Emc-developers] Help me categorizing HAL components

2022-03-24 Thread Hans Unzner
Am 23.03.22 um 00:09 schrieb andy pugh: On Sat, 19 Mar 2022 at 14:08, Hans Unzner wrote: I worked on categorizing the HAL components, but don't know all components. Therefore I would appreciate if you can have a look at this list: https://hansu.github.io/linuxcnc-doc/devel/html/hal/componen

Re: [Emc-developers] Help me categorizing HAL components

2022-03-23 Thread Hans Unzner
Am 23.03.22 um 00:09 schrieb andy pugh: On Sat, 19 Mar 2022 at 14:08, Hans Unzner wrote: I worked on categorizing the HAL components, but don't know all components. Therefore I would appreciate if you can have a look at this list: https://hansu.github.io/linuxcnc-doc/devel/html/hal/component

Re: [Emc-developers] Help me categorizing HAL components

2022-03-22 Thread andy pugh
And to really complicate things: https://github.com/LinuxCNC/linuxcnc/blob/master/src/hal/drivers/hal_pi_gpio.c No manpage, but there is a HAL example. And it only builds when the target is the Pi -- atp "A motorcycle is a bicycle with a pandemonium attachment and is designed for the espe

Re: [Emc-developers] Help me categorizing HAL components

2022-03-22 Thread andy pugh
On Sat, 19 Mar 2022 at 14:08, Hans Unzner wrote: > I worked on categorizing the HAL components, but don't know all components. > Therefore I would appreciate if you can have a look at this list: > https://hansu.github.io/linuxcnc-doc/devel/html/hal/components.html I am not sure how to submit cha

[Emc-developers] Help me categorizing HAL components

2022-03-19 Thread Hans Unzner
Hi, I worked on categorizing the HAL components, but don't know all components. Therefore I would appreciate if you can have a look at this list: https://hansu.github.io/linuxcnc-doc/devel/html/hal/components.html and send me your suggestions or comment it on following PR: https://github.com/Li