LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I make a child class from a vi.lib toolkit class???

I am looking to make a project specific child class from a NI_Report.llb. My first pass at this was to "save as" a copy the vi of interest, and then add the functionality. But the new vi had broken wires because of class conflicts, etc,,,,

So is there a proceedure in existance??

Thanks in advance.

 

0 Kudos
Message 1 of 2
(2,259 Views)

You set the inheritance via the class properities. So, create a new class. Prior to adding any methods go to the class properities and set its inheritance to inherit from the desired class. Now add or override the methods you need.



Mark Yedinak
Certified LabVIEW Architect
LabVIEW Champion

"Does anyone know where the love of God goes when the waves turn the minutes to hours?"
Wreck of the Edmund Fitzgerald - Gordon Lightfoot
0 Kudos
Message 2 of 2
(2,251 Views)