12-12-2007 08:41 AM
12-12-2007 08:52 AM
12-12-2007 09:52 AM
12-13-2007 12:29 AM
I thought a generic class of instrumentation as a class having a list of set and get functions, initilaize, close etc., with all the methods abstract. An instance of the class (e.g. a DMM, a scope, etc.) would then just list all the set and get functions (e.g. 1= get AC voltage, 2= set range etc.). This way one could define experiments independent of the measuring instrument type.
The DMM child class of this abstract class would then bind somehow to the available instrument driver, i.e. correlate between the drivers initialize.vi with the initialize method, between the conf.vi and the set range method etc. Do you have any idea how this binding can be done without rewriting the driver?
12-13-2007 05:28 AM