12-27-2007 04:25 AM
12-27-2007 06:15 AM
What about using the property node "Class Name" ?
12-27-2007 06:47 AM
12-28-2007 03:13 PM
12-28-2007 04:39 PM
12-29-2007 01:35 AM
Hi all, thanks for your interest. Kelvin_H, your description is accurate. I want to have as little work as possible when someone adds a new instrument in the future, so I want all possible functionality to sit at the general parent class. This is the reason for not implementing this method in the child class. I'm using LV 8.2, and couldn't find anything useful in the help or forums.
If you are till intersted I will post my work tomorrow.
PS what is a KB?
12-29-2007 10:25 AM
12-30-2007 07:46 AM
Here is my project. It is an OO based general test program that follows the following guidelines-
1. Provide a simple template for standard experiments (e.g. vector scanning- IV curves etc) both in run time or using the LV block diagrams.
2. Easy to add new instruments.
3. Modular so complex experiments are easily built from the simple blocks.
4. EASY to maintain and debug.
The zip file contains the parent class- device, a few instruments as child classes and an almost finished rack.lvclass which manges the experimetal setup. Next I will make the experiment classes. The general guidelines of my work can be found in the attached txt file.
12-31-2007 02:44 PM
12-31-2007 03:42 PM