The default VI Server settings are ActiveX enabled and TCP/IP disabled.
This page includes the following components:
ProtocolsSets the protocols for the VI server.
TCP/IPEnables VI server support for TCP/IP. If you allow remote applications to connect using TCP/IP, you also should specify which machine addresses can access the VI Server in the VI Server: TCP/IP Access Options page.
ActiveXEnables VI server support for ActiveX Automation.
PortSets the TCP/IP port at which the VI server listens for requests. By default, this port number is 3363, which is a registered port number reserved for use by LabVIEW. You need to change this number if you want to run multiple instances of LabVIEW on the machine, each with its own VI Server running. In that case, each instance of LabVIEW must have a unique VI Server port number.
Server ResourcesIndicates the tasks that remote applications can accomplish.
Allow VI CallsAllows remote applications to call VIs exported through the VI Server. If you allow remote applications access to VIs, specify which VIs can be exported.
Allow VI Methods and PropertiesAllows remote applications to read and set the properties of VIs through the VI Server. If you allow remote applications access to VIs, specify which VIs can be exported.
Allow Application Methods and PropertiesAllows remote applications to read and set the properties of the VI Server.
Allow Control Methods and PropertiesAllows remote applications to read and set the properties of controls in exported VIs.