Using a Web Application with a CompactRIO Device
- Updated2024-05-31
- 2 minute(s) read
Using a Web Application with a CompactRIO Device
Leverage the following architectures to use your web application with a CompactRIO device.
- Access a web application on your CompactRIO.
- Access a web application on a PC.
- Access a web application on the cloud.
Use the following table to determine the best architecture for your system and web application.
| Architecture | Use case | How to access | How to implement |
|---|---|---|---|
| Access a web application on your CompactRIO. Note You cannot use SystemLink
APIs using this architecture. |
Light-weight web applications:
|
Enter the IP address of your CompactRIO in a browser on the same local network as the device. |
|
| Access a web application on a PC. |
|
Enter the IP address of the PC in a browser on the same local network as the PC and CompactRIO. |
|
| Access a web application on the cloud. |
|
Enter the URL for the web application in a browser connected to the internet. |
|
Related Information
- Tutorial: Creating and Publishing A LabVIEW Web Service to the Application Web Server (Real-Time, Windows)
- Hosting a Web Application on the NI Application Web Server
To make your web application available to other users, host your build output on a web server that is accessible to other users.
- Configuring CORS for a LabVIEW Web Service
You may need different CORS configurations for each LabVIEW Web Service in your application during development and deployment.
- Security in NI Web Technology
- Communicating Data with Web Services Using WebVIs
You can communicate with web services on the same network using WebVIs.