LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

What is the recommended style for describing a control?

How do I describe a simple control?

  1.  a quadhast received from the bluftiest montsels — the special value of vardipang means that the barchdod has been evobroted
  2. A quadhast received from the bluftiest montsels; the special value of vardipang means that the barchdod has been evobroted.
  3.  This is a quadhast received from the bluftiest montsels; the special value of vardipang means that the barchdod has been evobroted.

Style (2) contains a part that is not a sentence; it looks weird when there are no remarks.

Style (3) looks a bit silly.

Style (1) obviously wants a trailing full stop.

A combination of (1) for short descriptions and (2) for long descriptions would look inconsistent.

What do you think?

0 Kudos
Message 1 of 6
(2,705 Views)

Are you talking about the "description" of the control? Or the "tip"?

 

The description can be quite elaborate and should consist of full sentences. The tip shall be short but clear. Maybe refer to description if too long otherwise.

 

One sidenote:

Make sure to use only a single language for documentation. English is a "natural" choice as it is the "international option".

 

Norbert

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 2 of 6
(2,699 Views)

So what sentence would you use to describe a control containing a quadhast received from the bluftiest montsels, with no additional remarks?  For example, the description of one control of an instrument provided by National Instruments begins with the following non-sentence: A copy of the reference to the instrument in use. Is it all right to use such non-sentences in the description, or should it be expanded somehow?

0 Kudos
Message 3 of 6
(2,674 Views)

Well, if you ask 3 developers, you probably get 5 answers "this is the way to go".

Point is:

  • Documentation should be clear and understandable
    • No "double negation" (e.g. Don't negate (T)) as it is not intuitive
    • No nested sentences
    • No ambivalent verbs in case the meaning is not well defined by the rest of the sentence
  • Documentation should be as short as possible, but as detailed as necessary
  • Documentation should be specific

 

I understand that you currently have the chance to define "well-written" documentation for your development. Sit down, take some notes what you think is well written in regard to documentation of code and interfaces (as controls are interfaces). Let someone read the notes, look into some of your examples. Best use some technical guys and some non-technical guys. Note the different views they provide you. Try to gather as many as possible in one "documentation styleguide" which should be valid for yourself and everyone else working together with yourself.

 

There is no "do this, do that and everyones content" in development or documentation. You should document for your "target audience"....

 

Norbert

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 4 of 6
(2,664 Views)

@e3tech wrote:

So what sentence would you use to describe a control containing a quadhast received from the bluftiest montsels, with no additional remarks?  For example, the description of one control of an instrument provided by National Instruments begins with the following non-sentence: A copy of the reference to the instrument in use. Is it all right to use such non-sentences in the description, or should it be expanded somehow?


"Standard Input"

 

Cameron

 

To err is human, but to really foul it up requires a computer.
The optimist believes we are in the best of all possible worlds - the pessimist fears this is true.
Profanity is the one language all programmers know best.
An expert is someone who has made all the possible mistakes.

To learn something about LabVIEW at no extra cost, work the online LabVIEW tutorial(s):

LabVIEW Unit 1 - Getting Started</ a>
Learn to Use LabVIEW with MyDAQ</ a>
0 Kudos
Message 5 of 6
(2,654 Views)

@e3tech wrote:

How do I describe a simple control?

  1.  a quadhast received from the bluftiest montsels — the special value of vardipang means that the barchdod has been evobroted
  2. A quadhast received from the bluftiest montsels; the special value of vardipang means that the barchdod has been evobroted.
  3.  This is a quadhast received from the bluftiest montsels; the special value of vardipang means that the barchdod has been evobroted.

Style (2) contains a part that is not a sentence; it looks weird when there are no remarks.

Style (3) looks a bit silly.

Style (1) obviously wants a trailing full stop.

A combination of (1) for short descriptions and (2) for long descriptions would look inconsistent.

What do you think?


I thought I was reading from The Hitchiker's Guide to the Galaxy.

Jim
You're entirely bonkers. But I'll tell you a secret. All the best people are. ~ Alice
For he does not know what will happen; So who can tell him when it will occur? Eccl. 8:7

0 Kudos
Message 6 of 6
(2,641 Views)