11-19-2019 12:13 AM
I am learning LV OOP nowadays, and I have some questions about it. I used LV classes to replace the sub VIs, such as File I/O VI, or device driver VI. But when it comes to main VI, I had to use the traditional producer-customer framework. It's not true LV OOP, but how can I use LV OOP to develop the main VI or top level VI?
Solved! Go to Solution.
11-19-2019 01:24 AM - last edited on 12-29-2024 01:30 PM by Content Cleaner
Classes do not replace VI's. If anything they might replace your use of clusters or other data types in some situations. I would read this if you have not already:
LabVIEW Object-Oriented Programming: The Decisions Behind the Design