05-26-2021 10:00 AM
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?
Solved! Go to Solution.
05-27-2021 02:04 AM - edited 05-27-2021 02:19 AM
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: