LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Object Oriented

Hello, everyone.

 

I am now programming for a teststand. The old program has 7 module and is programmed with the traditional programming method. Now I have programmed two module with the OOP and want to replace the old module with the new. The main program, which controls the 7 module, should also be changed.  Is there something that I should pay attention to?

 

Thanks

 

 

0 Kudos
Message 1 of 5
(3,043 Views)

Hello alre,

 

You should read this white paper.

http://www.ni.com/white-paper/3574/en/

 

Have you ever developed in LabVIEW OOP? Else training could be a good idea!

 

There some webcast you could also watch 

 

http://www.ni.com/webcast/1513/en/

http://www.ni.com/webcast/1718/en/

 

Good luck.

Sabri JATLAOUI - Certified LabVIEW Architect - Certified LabVIEW Developer
0 Kudos
Message 2 of 5
(3,022 Views)

I have learned the Labview OOP Kurs and developed two module with OOP, thanks for the LinksSmiley Happy

 

0 Kudos
Message 3 of 5
(3,011 Views)

Not really- treat class objects like a cluster with limitations on where the fields can be accessed and you won't go far wrong.

Message 4 of 5
(3,004 Views)

I have finished to replace the old program with the new OOP module. It will then be tested on the teststand.

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