04-05-2018 04:11 AM
Hello all,
Is there any of you ever be able to push more than 30 VI in the exported VI list of VI server?
I think I found a bug that is there since at least LabVIEW 2011.
WAIT... don't answer the easy one... "export all VI"... if you were about to answer that, that means you are not developing a safe application.
Thanks for any help.
04-05-2018 07:12 AM
Never really run into this. I usually tend to use a prefix for all VIs I want to be available over VI server and then add a single pattern to the list of exported VIs ("Prefix_*.vi"). Seemed to work so far.
04-12-2018 02:56 AM
Hi Rolf,
Indeed this is something like this i did.
Since i have many object "library" that has one or more Vi to be shared trough Vi server,
I created a sub library in all the library that has vis to be published.
Then I add one item only in the vi list like +*vi_shared.lvlib*
This is the best I have come so far.
Thanks
Benoit