06-21-2011 07:54 PM
I have different instruments and am creating Vis for these instruments to support custom features. These Vis will then be used as subvis to create application. Say there is DMM, Scope and power supply. Will creating their own llbs (one llb for DMM, one llb for scope and one llb for power supply) and keeping these llbs in their own separate folder; create any linkage problem when the application is created? Application can call DMM Vis and scope Vis as subvis. Or should all the llbs (DMM llb, Scope llb and power supply llb) be located in one folder?
Solved! Go to Solution.
06-21-2011 09:50 PM
06-22-2011 11:11 AM
Yes that is correct, that was a typo...thanks Dennis. Can you please elaborate on when you said "you can place them in different folders".
Currently trying to figure out what will be the best place to save the VIs that are written using vendor provided drivers (Vis). Not sure if instr.lib should be the location or can these be placed in root directory. I do plan on saving the low level VIs that will be used in our project directory even if provided by vendor. That way if the verndor driver gets updated in future our Vis would still work. Does instr.lib gets deleted/updated if LV version is uninstalled/updated?
Thanks!
06-22-2011 11:16 AM
How can I possibly elaborate? You asked if there would be a problem if you placed them in different folders and I said you can.
I would avoid placing custom code in the instr.lib folder. Installing a new version of LabVIEW does not alter the existing installation.