LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to print the fixed point configuration

It seems like the normal VI document prints don't have fixed point info (and thus are not a complete representation of the code).

documentation of fixed point info.PNG

Is there a way to get that to print like the context help?

fixed point info2.PNG

CLED (2016)
0 Kudos
Message 1 of 2
(2,739 Views)

This information on the wire can be pulled out using the Get Fixed-Point Information function which is under the variant palette on 2015, or with the hidden gems package earlier.

 

For a control you can use a property node to read the fixed point representation used for displaying it.  However these functions all seem private (undocumented) and it says it requries scripting, not that I think that is a big deal since this has to analyze the block diagram anyway.

 

Now getting that information is one thing, putting it into a report is another.  Maybe there is just some hidden INI key some where that makes the print include this information but I don't know of one.

0 Kudos
Message 2 of 2
(2,734 Views)