Neil Pate Posted March 8, 2018 Report Share Posted March 8, 2018 I am troubled by the size on disk of some of my .lvclass files. I have done the usual things like pruning up the mutation history, however there are still some things bugging me. What is NI.LVClass.FlattenedPrivateDataCTL and why is it so big? I have a class which just consists of a bunch of clusters (sure it gets a bit nested but nothing crazy) and this field is nearly 60k characters long What is NI.ClassItem.ConnectorPane" Type="Bin"> This field seems much bigger than I would expect, the data does not seem to match the name...There is one of these for each method VI and some of these can be 2k characters long. Any ideas? Quote Link to comment
Aristos Queue Posted March 9, 2018 Report Share Posted March 9, 2018 It's binary encoded data, so it can get big. The FlattenedPrivateDataCTL is literally the private data control -- the .ctl file that defines the data. It includes everything that a separate .ctl file would save. The connector panes are the complete signature of the methods, including types, layout, requirements, inplaceness, and constantness. 2 Quote Link to comment
Neil Pate Posted March 9, 2018 Author Report Share Posted March 9, 2018 Thanks Stephen, I will stop messing around with it now. Instead I am figuring out how to tag decorations, what could possibly go wrong Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.