Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for Search instead for Did you mean: Process Control Application Template (SCADA) by: User002 01-17-2015 05:18 AM Last Edited by: User002 03-12-2017 06:55 AMHi all, here's an (industrial) process oriented template LabVIEW application. For a continuously evolving/updated code, it is possible to clone down this project from gitlab HERE. There is also a Client/Server (distributed) based solution for running the application on a embedded target and the UI on a Windows machine. You can find this example HERE.
These application templates are put together with the main contribution from Per Hedlund at DVel Sweden, all kudos to him
Have you ever had the need of a object-oriented and easily extendible process control application? Here's the one for you to experiment with. It implements most of the features from my other documents:
You'll need LV2011 or newer, NI RIO drivers, Report Generation Toolkit, RT and FPGA modules.
Right-click and "deploy"
This is the application entry method (VI). Open it and run it:
If you have no broken arrow or missing dependencies this is what would greet you.
From here you should be ready to experiment and learn how this abstract framework/template/example application does. As usual any questions, missing stuff, bugs, etc - can preferably be posted in the comments section of this document.
Have fun and don't give in too easy.
Edit 1: Fixed some dependency issues
Edit 2: Added documentation
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.