LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Using LabView Dynamic dispatching classes

Hello, I am currently investigating using LabView classes along with TestStand 4.2 to create a common functionality for power sources.  The power source used would be named from an ini file and then I need common function calls to take on the form of the software commands for the used power source. 

 

I have read a couple of articles on LabView classes and dynamic members, but I can not see how we determine which data type is used for the members to decide which methods are used.  Does anyone have any referrences to examples to get started or have some easy examples to start with like "area of objects" or something like that?

0 Kudos
Message 1 of 4
(2,318 Views)

Hi mcfrenzy36,

 

What version of LabVIEW are you using? TestStand handles LabVIEW object oriented programming very well. I have found some additional articles that might be able to shed some light.

 

https://decibel.ni.com/content/groups/large-labview-application-development/blog/2009/12/14/when-sho...

 

http://zone.ni.com/devzone/cda/tut/p/id/3573

 

https://decibel.ni.com/content/docs/DOC-2875

 

Perry S.

Applications Engineer
National Instruments
0 Kudos
Message 2 of 4
(2,293 Views)

I am using LabView 2009.

0 Kudos
Message 3 of 4
(2,281 Views)

Hello mcfrenzy,

 

In addition to the links that Perry provided, here is my favorite example:

https://decibel.ni.com/content/docs/DOC-3372

And some general information about LabVIEW OOP

http://zone.ni.com/devzone/cda/tut/p/id/3390

Cheers!

TJ G
0 Kudos
Message 4 of 4
(2,266 Views)