11-12-2025 08:17 PM
Hello everyone, I recently encountered an issue while using LabVIEW 2024. Attached is the minimal system that reproduces the problem. To briefly describe it: I have a custom XNode and a custom class. Within one of the class's methods, I connect the class instance to the XNode input. Whenever I edit the private data space of this class—whether I save the changes or choose not to save—LabVIEW crashes as soon as I close the Data Window. Has anyone else encountered a similar issue?
11-13-2025 03:11 AM
Yes, crashes for me too.
AFAIK, not much you can do. You might try NI support, but xnodes are probably not officially supported. Someone might take an interest though.
I don't know if you are formally allowed to access the private data. The VI is embedded but not a class member.
11-13-2025 07:26 PM