LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

class in labview

hello eveybody 

i want to use this class in labview  :

c# code

public Employer(string nom, char indicP, int npf, float indp)

{

this.nom = nom;

this.indicP = indicP;

this.NPF = npf;

this.IndP = indp;

}

please help me

 

0 Kudos
Message 1 of 4
(3,315 Views)

This webcast spends a lot of time going over basic oop concepts but it also has some good demonstrations if you skip through what you know already.

 

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

 

Matt J | National Instruments | CLA
0 Kudos
Message 2 of 4
(3,288 Views)
This post and those following, provide a good starting place.

http://www.notatamelion.com/2015/04/06/objectifying-labview/

One piece of advice: forget what you know about C++ or C#, it will lead you astray.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 3 of 4
(3,276 Views)
Oh, yes. There are also a couple papers on the site that I delivered at NI Weeks on object-oriented stuff.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 4 of 4
(3,272 Views)