09-16-2019 04:15 AM - edited 09-16-2019 04:16 AM
Consider e.g. the NI 9212 module using DAQmx, the data sheet makes it clear that there depending on the desired resolution or 50/60Hz rejection there are four different maximum sample rates also yielding different accuracies additionally depending on the thermocouple type used. But is that data already accessible somehow programmatically e.g. as properties of the module? It seems rather cumbersome (and error-prone) having to look this up in the data sheet or manually creating e.g. a class (or at least an enum) for the sensible settings of all the modules involved in a measurement setup.
09-17-2019 11:54 AM
Hello,
You can see some information of your module on the NI MAX application, even though if you want the complete information of your module you will need the datasheet. Also I think that creating an enum with some case structures might work well because that way if something is not working well you can make your VI to display an error message. This way your VI could work better as well.
Regards
Michael Pinzas!