Programmatically Controlling VIs
- 已更新2026-02-27
- 閱讀時間為 1 分鐘
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
相關內容
- Capabilities of the VI Server
- Building VI Server Applications
- Manipulating Application and VI Settings
- Dynamically Loading and Dynamically Calling VIs
You can dynamically load VIs instead of using statically linked subVI calls.
- Asynchronously Calling VIs
- Configuring the VI Server
- Configuring VI Calls
- Controlling Front Panel Objects Programmatically from a SubVI
- Creating a VI Server Application