Archive for 'VI Software' Category

How to Ignore CR LF ASCII Codes in Serial Receive with LabVIEW

By Ralph - Last updated: Monday, March 8, 2010

In one of my recent LabVIEW projects, my application needs receive the message which send by an ECU unit, and to store the message exactly as it send. And the content of the message is hex data, every byte of this message has a specific meaning to this ECU unit, and I need these data [...]

How to Run Several Instances of a VI at the Same Time in LabVIEW

By Ralph - Last updated: Wednesday, February 10, 2010

Sometimes, it needs to run several instances of a VI at the same time in our LabVIEW projects, like open pop-up dialog boxes.
How can we realize it? In fact, it is quiet simple. We just set the pop-up dialog box VI to be reentrant. In the dialog box VI’s menu, select File>>VI Properties. Then, [...]

How to Create a Programmatically Changed Text Label In LabVIEW

By Ralph - Last updated: Wednesday, February 10, 2010

In LabWindows/CVI, we can create a free label text control on the front panel and change its text and appearance in program as we wish. But, this can not be realized in LabVIEW,  because the free text label in LabVIEW can only be changed in edit mode, there is no way to change it in [...]

The Difference Between Chart and Graph in LabVIEW

By Ralph - Last updated: Sunday, January 31, 2010

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

By Ralph - Last updated: Saturday, January 30, 2010

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:
First one, [...]

How to Add Version Control in LabVIEW

By Ralph - Last updated: Tuesday, January 12, 2010

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:

 

Pages: 1 2 3 4 Next