07-08-2011 02:17 PM
Hello,
I've just completed the entire documentation of my VI and I did describe some Case structures and Formula Nodes. Now I want to print the VI with the VI printer and when I select ''Description'' in the custom printer manager, it doesn't select the description from most functions in the block diagram such as Formula Node, Case Structure,etc.
Is there a way to get these descriptions in the printed version VI ?
Thanks a lot !
Solved! Go to Solution.
07-11-2011 07:07 PM
Hi Weepet,
What version of LabVIEW are you running? By VI printer, do you mean that you go to File >> Print >> Next >> Documentation? Also, do you have a small example VI that will reproduce this error?
Regards,
07-12-2011 08:00 AM - edited 07-12-2011 08:01 AM
Hello Che T.
First, thank you for your interest in my problem.
I'm currently using Labview 2010 sp1 and by VI printer, yes, I mean ''File >> Print >> Next >> Documentation''.
Here is an example.
07-13-2011 03:33 PM - edited 07-13-2011 03:34 PM
In the Who'll give Jeff his 1000th Kudo---- Weepet
Heres your prize- your first Kudo
Thanks to everyone who played
07-13-2011 10:25 PM
Hi Weepet,
After some investigation, it turns out that this behavior is expected behavior. Please see the following help topic
http://zone.ni.com/reference/en-XX/help/371361G-01/lvhowto/creating_vi_and_object_de/
Essentially, Context Help will only display the description for controls, indicators, and constants. At the same time, the descriptions will only print if that description is available in context help. LabVIEW primitives will always use the description from the documentation, and will not display your custom "Description and Tips". So, for primitives like case structures and formula nodes, we cannot get that information to print. The behavior that you're seeing is expected.
Perhaps you can just use comments to document these functions? You can double click on a blank area of the block diagram and provide comments.
Regards,
07-13-2011 10:40 PM - edited 07-13-2011 10:42 PM
@ Jeff Bohrer
hahaha, thanks 🙂 I wasn't even aware of this contest.
What can I do with this kudo ?
@ Che T.
Thanks a lot for your investigations, I will use comments then
Weepet