Keep LabVIEW Front Panel Open In VBAI Inspection Primary Software: Vision Builder for Automated InspectionPrimary Software Version: 1.0 Primary Software Fixed Version: N/A Secondary Software: N/A
Problem: How do I keep the front panel open for the user when I call a Run LabVIEW VI step in VBAI? Solution: This can be done by manually setting the Front Panel » Open property to True. Whenever the Run LabVIEW VI step is first called, and then calling it again later to close it using the Front Panel » Close method. The attached VI and inspection show an implementation of this. The call front panel status is controlled by putting all of the code inside a case structure connected to a boolean. This boolean's value is controlled from VBAI. Effectively then, VBAI controls the opening and closing of the front panel of the VI. Note that this does not allow the vi to run in parallel to a VBAI Inspection. When the first Run LabVIEW VI step is called, the vi opens and executes the true case. It then remains open but stopped. Instructions for using in LabVIEW 8.0 and VBAI 3.0 or higher
Instructions for using in LabVIEW 7.1 and VBAI 2.6
Related Links: Attachments:
Report Date: 05/03/2007 Last Updated: 05/10/2007 Document ID: 4923NP9 |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
