-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: man/man1/*.adoc - review asciidoc formatting (smoe:docs_wording_20240807) #3060
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for continuing on this!
a2x seems to be a bit buggy in our case. I haven't had the time yet to investigate this further. See #3057
Removing the square bracket changes in the two files and the other one thing makes the build run successfully on my machine.
I do not understand the rationale behind all your changes, but have no objections to them. Most of the changes make sense to me, but some I suspect neither affect the layout nor the po4a splitting of strings. This is just meant as a suggestion for you to make sure the changes do what you believe they are doing, not as a request to change anything in the patches unless you yourself believe they are wrong. |
@hansu, the []s are important, pointing to a section of the INI file. I found a small error that with a bit of luck fixes it. |
The failing CI test seem to be a problem with Debian unstable (perhaps gcc 14), not with the adoc changes. |
docs/src/man/man1/mitsub_vfd.1.adoc
Outdated
_VFD_NAME_**.stat-bit-0** (bit, out):: Raw status bit | ||
_VFD_NAME_**.stat-bit-1** (bit, out):: Raw status bit | ||
_VFD_NAME_**.stat-bit-2** (bit, out):: Raw status bit | ||
_VFD_NAME_**.stat-bit-3** (bit, out):: Raw status bit. Set the VFD so this is motor-at-speed status. FIXME: Unclear - is the signal set or is the wiring to be set in a particular way? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could some good soul please help with a patch that improves the wording of this description?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have to configure the vfd so that this status bit is mapped to the function "up to frequency"
See https://dl.mitsubishielectric.com/dl/fa/document/manual/inv/sh060014/sh060014engb.pdf
page 458 and pages 61/62:
docs/src/man/man1/mitsub_vfd.1.adoc
Outdated
_VFD_NAME_**.stat-bit-4** (bit, out):: Raw status bit | ||
_VFD_NAME_**.stat-bit-5** (bit, out):: Raw status bit | ||
_VFD_NAME_**.stat-bit-6** (bit, out):: Raw status bit | ||
_VFD_NAME_**.stat-bit-7** (bit, out):: Raw status bit. Set the VFD so this in the alarm bit. FIXME: Unclear - is the signal set or is the wiring to be set in a particular way? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here, I did not get it.
The "fixme"s I came up with aside, I think this can be accepted and the PR closed. |
[Steffen Möller]
The "fixme"s I came up with aside, I think this can be accepted and
the PR closed.
I had a look and sampled the change, and it look good to me. I have no
idea about improved wording of the confusing parts.
I did not merge it, in the hope that Andy or someone else might have
wording improvements to contribute before it is merged.
Perhaps some of the open conversations can be closed in this pull
request, to make their status easier to grasp?
--
Happy hacking
Petter Reinholdtsen
|
Let me test it with a local build to see if the square brackets are all formatted properly. |
Sure that this a a CI thingy?
The result of the first looks like this
|
@smoe I wanted to push some changes on your branch, but it was rejected - did you disable |
Have not knowingly disabled it but you are right, it was disabled when I just looked. Fixed that. |
@andypugh , may I kindly ask to have a quick look at those FIXMEs on https://github.com/LinuxCNC/linuxcnc/pull/3060#:~:text=View%20reviewed%20changes-,docs/src/man/man1/mitsub_vfd.1.adoc,-VFD_NAME**.stat%2Dbit%2D4 ? |
thanks |
c02b2a2
to
abfd8c7
Compare
Just rebased to master and squashed it all. Hansu's changes are still in :-) |
Should this wait for better wording on the unclear VFD settings? |
See #3060 (comment) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would suggest something like this
Do you plan to rebase and squash again? I notice there are three commits, and would expect only one if it is squashed. |
Series of smallish changes of no particular importance, except that is likely helps with asciidoc simplifications in the translations, mostly on white space. Also clarified wording wrt mitsub_vfd . Co-authored-by: Hans Unzner <[email protected]>
78ff054
to
c466813
Compare
Squashed. |
Likely completed review of man/man1.
The second patch was a series of harmless simplifactions for the translations that were still in my git stash.