Jump to content

VI Server: Difference between revisions

From LabVIEW Wiki
Lui (talk | contribs)
New page: The VI Server is a means to programmatically control front panel objects, VIs, and even LabVIEW itself, and to dynamically load, edit, run and document VIs. And all this functionality is p...
 
Lui (talk | contribs)
No edit summary
Line 1: Line 1:
The VI Server is a means to programmatically control front panel objects, VIs, and even LabVIEW itself, and to dynamically load, edit, run and document VIs. And all this functionality is provided on the local machine as well as across the network - whereever the remote machine is located.<br />
The VI Server is a means to programmatically control front panel objects, VIs, and even LabVIEW itself, and to dynamically load, edit, run and document VIs. And all this functionality is provided on the local machine as well as across the network - whereever the remote machine is located.<br />
In order to create a VI Server session, one has to open an [[Application reference]] to remote computers and a [[VI Reference]] [VI-Ref] on the desired computer.
In order to create a VI Server session, one has to open an [[Application Reference]] to remote computers and a [[VI Reference]] [VI-Ref] on the desired computer.
With that VI-Ref one can perform actions with the VI like setting or retrieving control values, running it or setting and retrieving the VIs properties.
With that VI-Ref one can perform actions with the VI like setting or retrieving control values, running it or setting and retrieving the VIs properties.

Revision as of 12:12, 13 June 2007

The VI Server is a means to programmatically control front panel objects, VIs, and even LabVIEW itself, and to dynamically load, edit, run and document VIs. And all this functionality is provided on the local machine as well as across the network - whereever the remote machine is located.
In order to create a VI Server session, one has to open an Application Reference to remote computers and a VI Reference [VI-Ref] on the desired computer. With that VI-Ref one can perform actions with the VI like setting or retrieving control values, running it or setting and retrieving the VIs properties.