New Class Creation Instructions
From the LabVIEW development environment, select
Tools>>DataAct>>Make New dqGOOP Class... to start the wizard. The
wizard will use a file dialog to prompt for the name and location of the new
class. Browse to the desired directory and fill the class name in the
File name: box. The wizard will then perform the following steps to
create the new class.
-
Create a directory with the name of the new class
-
Copy the contents of the ..\project\_dqGOOP_ClassTemplate
directory to the new class directory.
-
Open every LabVIEW file in the new class directory.
-
For each file perform a "save as" and replace the prefix "dqClass" with
the new class name.
-
For each file perform a "save" to link to the new files created above.
-
Delete all "dqClass" files
-
Change the first name in the enumeration in the data log refnum to the new
class name ( _ObjectReference.ctl).
-
Ask to move the class probes to the ..\user.lib\probes\default directory
(Select yes unless you are creating a class template)
|