LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I export my own VI through VIServer?

I run the VIServer and VIClient example program (launch LabVIEW6i and click on the "search example" buttton) in LabVIEW6i. I tried to export my VI on the VIServer example program by saving my VI in the same library as VIServer program, but I my VI didn't visible in the client side (I already typed the name of my file in the box that shows what file is exported). How do I?
0 Kudos
Message 1 of 2
(2,692 Views)
If you want to add your VI to that particular list so that it shows up in the client view for the example, you must make sure to name your VI someting that starts with "Station [AB][0-9] - VIServer Example.vi". (Note the the brackets enclose alternatives so [AB] means A or B and [0-9] means a number from 0 to 9). To change that so you can use any VI, you'll need to edit the VI called "Filter StationVIs - VIServer Example.vi". Your client actually "sees" all the VIs in that exported list, but it is filtering out the ones that don't conform to the naming convention.

Dan Press
www.primetest.com
0 Kudos
Message 2 of 2
(2,692 Views)