Will the GOOP Wizard Work with LabVIEW for the PDA? Primary Software: LabVIEW Toolkits>>Graphical Object-Oriented Programming ToolkitPrimary Software Version: 1.0 Primary Software Fixed Version: N/A Secondary Software: LabVIEW Modules>>PDA Module
Problem: I am creating an application in LabVIEW that will run on a PDA. I would like to use the Graphical Object Oriented Programming (GOOP) wizard to create my program. Is it possible to do this? Does the GOOP wizard use any special features that LabVIEW for PDA does not support? Solution: The GOOP wizard creates a programming architecture that implements Classes, Objects, Properties and Methods (just like OOP) that can be used in LabVIEW. All the features used by the GOOP wizard are supported by PDA. Of course, any additional programming that you do must be supported by the PDA. In order to use the GOOP wizard, create the classes and methods like you would for a normal LabVIEW application. Then switch the execution target to PDA and open the VIs created by the wizard. You can then add your own code to these VIs, compile, and download them to the PDA. LabVIEW 8.20 and later: LabVIEW offers native objected-oriented programming constructs. Refer to the Upgrade Advisor to upgrade to the newest version of LabVIEW. Related Links: Upgrade Advisor Developer Zone Tutorial: Graphical Object Oriented Programming (GOOP) Attachments:
Report Date: 08/20/2004 Last Updated: 12/14/2007 Document ID: 3CJEFB5L |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
