12-30-2013 11:30 AM
@dsdale24 wrote:
In my "native" language (python), I would create classes/subclasses with a common interface, and have my controller aggregate the instances of the various classes into a single collection (list or dictionary), and then iterate over the collection.
I would do this very thing in LabVIEW. The controller could hold an array of the base interface class in its private data.
Best Regards,
01-01-2014 12:09 PM
@John_P1 wrote:
@dsdale24 wrote:
In my "native" language (python), I would create classes/subclasses with a common interface, and have my controller aggregate the instances of the various classes into a single collection (list or dictionary), and then iterate over the collection.
I would do this very thing in LabVIEW. The controller could hold an array of the base interface class in its private data.
Best Regards,
To add to that, DAQmx already provides the class/subclasses