LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Print Problem : Print description and tips from structures, nodes and loops from block diagram

Solved!
Go to solution

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 !

0 Kudos
Message 1 of 6
(3,165 Views)

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,

Che T.
Applications Engineer
National Instruments
0 Kudos
Message 2 of 6
(3,133 Views)

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.

 

print_problem_exemple.JPG

Message 3 of 6
(3,123 Views)

In the Who'll give Jeff his 1000th Kudo---- Weepet

Heres your prize- your first Kudo

 

Thanks to everyone who played


"Should be" isn't "Is" -Jay
0 Kudos
Message 4 of 6
(3,097 Views)
Solution
Accepted by topic author Weepet

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,

Che T.
Applications Engineer
National Instruments
Message 5 of 6
(3,083 Views)

@ 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

0 Kudos
Message 6 of 6
(3,078 Views)