LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Object Oriented Language

Is LabVIEW an object oriented programming lnguage?
0 Kudos
Message 1 of 5
(2,931 Views)
I wouldn't say that LabVIEW is object-oriented, but there are OO tools.

Do a search in the forums for 'LVOOP'.  You will find a lot of information.


>

"There is a God shaped vacuum in the heart of every man which cannot be filled by any created thing, but only by God, the Creator, made known through Jesus." - Blaise Pascal
0 Kudos
Message 2 of 5
(2,917 Views)
Overall, the answer is no, not really.  LabVIEW would best be called a dataflow language.  In the past, there have been some great toolkits that allow you to write Object Oriented code, but they have been add-ons.  The newest versions of LabVIEW (8.2 and 8.5) have the native ability to write Object Oriented code.  While there is still work to be done, it is a great feature that I have been trying to use only recently.  It is lacking some of the things that many people would say are requirements of Object Oriented Programming, mainly multiple inherentance and pass-by-reference. 

Overall, though you now can write Object Oriented code and with some discipline make a totally Object Oriented Program, I would still call LabVIEW a dataflow language, not an Object Oriented Language.

I hope that this helps,
Bob Young



0 Kudos
Message 3 of 5
(2,890 Views)

1. where is the documentation about how to write code in OOP technique?

2. Labview fundamental.pdf does not cover that.

 

(i find out that books out there only covers basic Labview programming), where can we find help? / tip & tricks....

NI should provide it....

0 Kudos
Message 4 of 5
(2,311 Views)

See this thread, you have everything in it with some video examples.

 

http://forums.ni.com/t5/LabVIEW/GOOP-developer-for-2011-labview/m-p/1735888#M609005

0 Kudos
Message 5 of 5
(2,302 Views)