LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to best obtain/use C series module technical data?

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.

0 Kudos
Message 1 of 2
(2,519 Views)

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!

0 Kudos
Message 2 of 2
(2,435 Views)