To download NI software, including the products shown below, visit ni.com/downloads.
Hi 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
Description-Separate-2Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.
Hi! This looks like just the thing I might need to control my two flow loops. However, I am planning to use a cFP2220 with 0-10V and 4-20mA sensors and outputs for control. Any thought on porting this to that target?
I tried briefly to just remove the RIO targets and add a cFP2220 but I just got a lot of error messages and a broken arrow. Seems to be related to the deployment of variables etc. which don't get deployed to the cFP module.