09-06-2023 07:46 AM
I want to use Defer Panel Updates to speed up one of my VIs. The vi contains a XY Graph which displays many plots and a property node is used to assign plot properties.
The vi works correctly without Defer Panel Updates, but with Defer Panel Updates the Property node throws Error 1055
MRE is attached. Any Ideas on how to solve this issue? LV 20.0.1
09-06-2023 08:05 AM
Turns out the order of properties in the property node matters, ActivePlot was not the first first property node in the list, causing the error. Curiously, the error occurred only with some of the datasets I tested.
Anyway, problem solved.