03-06-2015 09:40 AM
Is there a way for the FPGA in the cRIO-9081 to read the serial number, calibration date of the NI-9201 module that is installed in the cRIO?
I would like to get that information and pass it to my Host.vi because we have a requirement to document instrument information during a test run.
Thanks,
Paul
Solved! Go to Solution.
03-09-2015 07:06 AM
Use a property node of the module to read the SerialNumber/VendorId... but the calibration date isn't stored. (example FPGA code shows NI9205 data)
Here a Target-Host DMA Fifo is used to send the data to the RT Controller...
03-09-2015 07:25 AM
Thanks
That will work.
Paul