Archives by Tag 'Design'
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, [...]
Three Principles to Follow when Design LabVIEW Applications
By Ralph - Last updated: Thursday, April 3, 2008
When using LabVIEW to develop huge and complex applications, we would encounter many problems not only the same as we use text based programming languages but also some problems which are unique for LabVIEW. LabVIEW is a graphic based programming language, it free us from the worry of syntax error and memory problems, but on [...]