From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Using "panelresize.vi" in Labview 2013, in code originally written for Labview 2006.

Hello,

 

I'm updating code written in Labview 2006 to make it compatible with Labview 2013.  My code calls a custom TDMS file viewer vi.  This viewer calls a function called "panelresize.vi".  This is a NI vi that has been updated since the 2006 version.  The new version includes a "help - boolean refnum" in the input cluster, so that the vi now expects a cluster of 9 elements instead of the 8 that I am sending it.  I am not sure what this "help refnum" is, how to use it, or how to add this to my input cluster in the calling function so that the error goes away.

 

Any suggestions?

 

Thanks!

0 Kudos
Message 1 of 2
(2,104 Views)

Hi,

it is a help button. You can add a help button to your customized File Viewer. If you don't want this button, you can make it invisible. 

fileViewer.png

 

What requirements drive you to make your own customized File Viewer?

 

 

FYI. In LabVIEW 2013, we made changes to improve the performance of the file viewer. For the compatibility, we kept the panelresize.vi and added a specific panelresize_tdms.vi for this improvement. panelresize_tdms.vi requires more than 9 elements.

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