12-07-2008 11:32 AM
OS: Linux Debian/RedHat
LabVIEW: 8.2 Professional
Hello,
I have the problem developing a LabVIEW application which needs to be run on Linux Debian and RedHat. That's working for the LabVIEW stuff but I also have to import some .lsb files compiled from C code. Everytime I switch the systems I have to recompile and reload the .lsb files manually. The recompiling is ok if LabVIEW would reload the new .lsb files automatically.
Is there a way to load the .lsb files dynamically when the VI is opened or started?
Thanks
Johannes
12-08-2008 10:09 AM
Have you tried specifying the path on the block diagram? In the configuration dialog, on the Function tab, check Specify path on diagram. A path input will then appear on the call library node. Wire in the path to the lsb and you should be good to go.
03-10-2009 10:47 AM
03-11-2009 12:09 PM - edited 03-11-2009 12:09 PM
Found it by my own 😉 - I configured the parameter the following way:
Use type: Adapt to Type
Dataformat: Handles by Value
Then I connected an array of strings to it and generated the C-code file.