I’m trying to solve a quite difficult problem. I would like to consolidate invokes i.e. paste nodes from invoked files into main file. This code will at the end be able to diagnose multiple aspects of a robot.
In order to do that I should
-use the import nodes function (to import from one xaml to another xaml)
-use the append nodes (or replace node) function.
As you can see from my code in attachment, I get a “reference not set to an instance of an object” error.