Archive for February, 2010
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 [...]