LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamically loading child class in cRIO

Solved!
Go to solution

Hello there,

So I am trying to dynamically load child class at run time on my cRIO 9049, but I wonder what path should I give to point to the child class?

0 Kudos
Message 1 of 2
(1,277 Views)
Solution
Accepted by topic author munirh070

What you need is the path to he *.lvclass or *.llb file of you child class depending on how you saved the class before.


You also should use relative paths whenever possible. Here is a quick example:

 

Class.png

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