Archives by Tag 'Virtual Instruments'
A Few Tips on VI Design in LabVIEW
By Ralph - Last updated: Tuesday, June 17, 2008
LabVIEW VIs are very similar to functions or subroutines in C programming language. It can be called inside of other VIs, once it was created. Here are a few tips on the design of VIs: 1. You should assign the inputs on the left terminals of the connector and the outputs to the right side, [...]
A Note about the Current VI’s Path Constant in LabVIEW
By Ralph - Last updated: Wednesday, April 9, 2008
The current VI’s path constant in LabVIEW is often used to make the path of files which are in the same or relative folder of the VI application in our developments. If we use this constant in the development environment, everything is fine, and it works. But, if we build the VI into an executable, [...]