ni.com checkout is currently experiencing issues.

Support teams are actively working on the resolution.

Actor Framework Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

DVR or data copy? How to deal with large data in AOP projects

Try using "Preserve Run-time Class".  You can replace the object in the DVR with another of the same class or a child class.

0 Kudos
Message 21 of 23
(942 Views)

Thanks.  Actually just stumbled upon that solution on an old LAVA thread.

Now to see if the performance improvements were worth it...

-John
------------------------
Certified LabVIEW Architect
0 Kudos
Message 22 of 23
(942 Views)

Just create a single-element cluster of your object and put that in the DVR.

DVRs of single-element clusters allow the type of the data within them to change because they disallow casting the refnum itself to other types. A reference archictecture can only support one or the other, never both (because otherwise you trivially get references to a child type that contains a type that isn't a child).

0 Kudos
Message 23 of 23
(942 Views)