LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

VI Server

How can I change the port of the VI Server without to go on the options of
labview? Like a configuration VI that I made?

Eric Poirier
0 Kudos
Message 1 of 4
(2,950 Views)
Before opening a vi reference, open an application reference and wire the port you want to it, then pass this reference to the vi reference open.
Hope this helps
0 Kudos
Message 2 of 4
(2,950 Views)
I think I have to explain more myself.

I made a server application who use VI Server. But I have to make a
configuration pannel to change the Exported VIs, IP access List. These
things are ok! But I can't configure the IP and other things who are in the
VI Server configuration in the options menu. So if anyone know how...

Thanks
Eric
0 Kudos
Message 3 of 4
(2,950 Views)
There are no application property to do this.
The only way is to rewrite the appropriate keys in the application ini file
such as

server.tcp.port=6578

and relaunch the application.

Jean-Pierre Drolet
Scientech R&D

"Eric Poirier" a écrit dans le message news:
3b1e8166@newsgroups....
> How can I change the port of the VI Server without to go on the options of
> labview? Like a configuration VI that I made?
>
> Eric Poirier
>
>
>


LabVIEW, C'est LabVIEW

0 Kudos
Message 4 of 4
(2,950 Views)