04-21-2013 01:02 PM
I have created subVIs in which I filled in their "Description and Tip..." fields for their terminals. However when they are in a block diagram and I show their Context Help, the terminal names show up but there is no "Detailed Help" link like with the VIs shipping with LabVIEW.
How do I get these terminals' descriptions in that Context Help window?
04-21-2013 02:07 PM
That extra help information gets entered in the VI's documentation. From the VI, go to "File -> VI Properties" (or ctrl-I), Documentation tab.
04-21-2013 04:58 PM
I am looking at that "File -> VI Properties" tab for one of NI's built-in VIs, "LabVIEW 2012\vi.lib\Instr\_visa.llb\VISA Configure Serial Port (Instr).vi".
I only see three fields:
"Help path" refers to a CHM file which, when I open it, looks like it can use the information in "Help tag" to populate that window.
It looks like I need to learn how to construct CHM file compatible with LabVIEW help....
Is this documented somewhere? LabVIEW Help and Google are failing me on this topic of CHM.
04-21-2013 05:21 PM - edited 04-21-2013 05:21 PM
One of these links says an html link may be used:
http://vigods.com/toolkits/HELPer/helper.html
https://decibel.ni.com/content/docs/DOC-17103
https://decibel.ni.com/content/docs/DOC-17043
http://lavag.org/topic/15041-best-way-to-generate-chm-files/