LabVIEWModule.RemoteVIPath

Syntax

LabVIEWModule.RemoteVIPath

Data Type

String

Purpose

Specifies the path and name of the VI the step calls on the remote system.

Remarks

If the path is relative, the remote system interprets the path as relative to the application directory, if applicable. If an absolute or relative path is specified, the VI is loaded into memory on the remote system, if it is not already open. If a VI of the same name is already in memory, that VI is used regardless of whether the path is the same as the path specified.

If a path is not specified for this property, the VI specified in the LabVIEWModule.VIPath property downloads to the remote system if it is not already in memory and if the remote system is running LabVIEW Real-Time Module.

If the step uses a remote project path, the LabVIEWModule.RemoteVIPath property specifies the URL of the VI within the defined LabVIEW project. If the LabVIEWModule.RemoteHost property is empty, this property is ignored.

See Also

LabVIEWModule.RemoteConnectionTimeout

LabVIEWModule.RemoteHost

LabVIEWModule.RemotePortNumber

LabVIEWModule.VIPath