|
Re: [Help Needed] Transitioning to Object Oriented Programming
LabVIEW and Object Oriented programming are not separate concepts. You can do object oriented programming in LabVIEW using LabVIEW classes. The classes have common attributes desired in OOP such as abstraction layers, data encapsulation, and inheritance.
I would suggest reading up on how NI implemented OOP in LabVIEW and get familiar with classes to see if it can work for your application.
Here is a white paper on the topic: http://www.ni.com/white-paper/3574/en/
__________________
Larry Lewis
FIRST Team 1511 - Rolling Thunder
Team Leader
2013 - Present: Systems Engineer - Viewpoint Systems
2004 - 2013: Lead Test Engineer - Harris RF Communications
www.penfieldrobotics.com
Certified LabVIEW Architect
"I haven't failed, I've found 10,000 ways that don't work" ~Thomas Alva Edison
|