10-09-2024 04:26 AM
I have used GOOP3 a lot in the past. A class would come with a nifty util VI called GetObjectStatus.vi that allowed you to retrieve all names and references of all objects of the class. I used this a lot to retrieve objects by name. Now, when I make a new class in GOOP4 with DVR and add the class attributes design pattern, this util VI is no longer created. I guess I will have to do my own bookkeeping with class attributes now. Or am I overlooking another method here? A design pattern maybe?
10-09-2024 09:23 PM
HI,
You'll get the GetObjectStatus VI added if you add the Debugging Design pattern.
But you need to set the Debug FVG to True.
(But I've not tested this in the last 10 years 😉