Programmatically Controlling VIs
- Updated2025-04-01
- 1 minute(s) read
The VI Server allows you to programmatically control VIs and LabVIEW. You can access the VI Server through block diagrams, ActiveX technology, and the TCP protocol. You can perform VI Server operations on a local computer or remotely across a network.
Refer to the labview\examples directory for examples of programmatically controlling VIs.
Find related examples
Related Information
- Capabilities of the VI Server
- Building VI Server Applications
- Manipulating Application and VI Settings
- Dynamically Loading and Calling VIs
- Asynchronously Calling VIs
- Asynchronously Calling VIs
- Configuring the VI Server
- Configuring VI Calls
- Controlling Front Panel Objects Programmatically from a SubVI
- Creating a VI Server Application