‎08-15-2006 12:32 PM
‎08-16-2006 08:54 AM
Hi,
Yes, you can have multiple instances of a class. Basically, the native classes behaves like clusters as regards when instances are created. There is no explicit "Create". If the wire forks you will have two identical objects. To get several instances you could define an array using your class, each element will be a separate object. Then you could get as many objects as you need by resizing the array.
Thanks,
Jan
‎08-16-2006
09:07 AM
- last edited on
‎11-06-2025
02:08 PM
by
Content Cleaner
If you haven't seen this document yet, you should check it out. It does assume you have some knowledge of using OOP in LabVIEW, but it also details some more advanced techniques, such as dynamically instantiating objects. It's also a really nice read!
‎02-06-2007
10:21 AM
- last edited on
‎11-06-2025
02:08 PM
by
Content Cleaner
This one might also be helpful:
https://forums.ni.com/t5/LabVIEW/LabVOOP-Design-Patterns/m-p/442852?requireLogin=False
Again, it requires having already read the basic documentation of LabVOOP that ships with LV, but after that it is meant to be an introductory document.