Archive for January, 2010
The Difference Between Chart and Graph in LabVIEW
We can use chart and graph to display our acquired data or waveforms. In general, they looks alike, but there still is difference between them which we should note in our VI programming. The difference is: Chart control has a data buffer which can be used to store some length of history data. Graph control [...]
How to Run a .msi file in a LabVIEW Application Installation
There is no support of the running of .msi files in the options in the installation of a LabVIEW application. But we can file other ways to do it. Because installation only support *.exe or *.bat file to run after in LabVIEW application’s installation, so we can work around it with one of following methods: [...]
How to Add Version Control in LabVIEW
LabVIEW does not have built-in version control, but we can use 3rd party software to realize version control in LabVIEW. First, use menu Tools>>Source Control>>Configure Source Control to config the 3rd party source control software to integrate into LabVIEW, as in the following picture: