06-06-2024 05:57 PM
Hi, I'm trying to recreate a calibration report for NI MAX by using the DAQmx Channel Property Node, but I can't find the property that has the Verification Values Acquare and Reference (AI.ChanCal.Verif.RefVals,AI.ChanCal.Verif.AcqVals), as well as the sample rate and the number of samples.
Is there any way to get these values in Labview without having to read a calibration report by NI MAX?
I'm doing this because I have too many channels in my data acquisition systems, and I need to usually make a calibration report for each channel.
Solved! Go to Solution.
06-06-2024 06:57 PM
Try Display DAQmx Calibration Coefficients for a Device Using LabVIEW
How is calibration relevant to the sample rate and the number of samples?
06-07-2024 07:24 PM
Hi, Thank you for the pront response .
I'm trying to get the values after calibrating a channel, i tried using the coefficients but they dont seem to be what I looking for.
What I looking for my calibration report is the verify values that was set in NI MAX when the channel was calibrated, like the next images.
Here are the values inside NI MAX
Here are the values in the configuration report.
I was trying to recreate the calibration report made by the report wizard (just like the report that I attached to this message "MTR_Temp") for and individual channel , which is why the sample rate and the number of samples were missing, but I can make and exception for this if it is not possible to do so.
Thank you in advanced for your support.
06-07-2024 08:03 PM
Right-click on the DAQmx Channel Property Node >> Select Filter...
Select Show All Attributes and you can access the Verification property.
However, I got an error stating that this property is not supported by my simulated device.