Creating a WebVI
- Updated2024-05-31
- 1 minute(s) read
Creating a WebVI
Create a webVI (.gviweb) in which you can write a program.
-
In the Navigation pane, right click on a component document and select .
Note Top-level VIs must be WebVIs.
-
Complete any of the following tasks to accomplish your programming goals:
- On the diagram, write code that performs your desired task when the program executes.
- On the panel, build a user interface.
- On the icon editor, add inputs and outputs to configure a WebVI or a VI as a SubVI. After you save the SubVI, you can add it to the diagram of other VIs.
Related Information
- Creating User Interfaces
Create a user interface (UI) to allow a user to interact with a program.
- Creating a SubVI from a Section of Existing Code
- Building a Web Application as a Web Page
To view your completed web application in a web browser, build your application to generate HTML, CSS, JavaScript, and other files that are included in your application.