LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

make help file

hi guys,i have a question?There is a custom way to create help file for my vi?i want if possible to have the same help view that is in LabView,Exist a template for do it?

0 Kudos
Message 1 of 4
(2,515 Views)

Hi there!

 

It is possible to create the source files needed to make a help file for your VI using LabVIEW. To do so, the VI must be documented through File=> VI Properties and then selecting Documentation from the drop down section from which the description of the VI can be filled in. (This is the real basic requirement and many more categories can be filled in if required)

 

A HTML or RTF file can now be created by using the File=> Print option and selecting which format and options you want displayed (Remember that the information you entered was in the Description!).

 

From here you can place these files where you want them - your own Help file or within LabVIEW's help files. A third party utility may be required to compile the documents into your own Help File. 

 

Further information on creating your own help files can be found at https://www.ni.com/docs/en-US/bundle/labview/page/printing-vis.html 

 

and https://www.ni.com/docs/en-US/bundle/labview/page/creating-compiled-help-files.html for creating the source files.

 

The LabVIEW Core 3 course also covers this topic and much more.

Hope this helps!

Liam A.
National Instruments
Applications Engineer
0 Kudos
Message 2 of 4
(2,497 Views)

One way to provide help on a VI is through documentation dialog, (something similar to this was on the CLAD exam) From the VI chose File/VI Properties change category to documentation (in the pull down) enter the help text in the dialog box and select close. Now any time a user moves the curser over the VI Icon and the context help window is open, the help text you entered will show up.

 

Alan

0 Kudos
Message 3 of 4
(2,494 Views)

ty a lot guys!

0 Kudos
Message 4 of 4
(2,478 Views)