08-19-2014 03:42 PM
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!
08-19-2014 10:00 PM
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.
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.