LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

cRIO-9081 Module Serial Numbers

Solved!
Go to solution

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

0 Kudos
Message 1 of 3
(2,809 Views)
Solution
Accepted by topic author Paul_Knight_Lockheed_Mart

ModProp_cr.jpg

 

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...

0 Kudos
Message 2 of 3
(2,766 Views)

Thanks

 

That will work.

 

Paul

0 Kudos
Message 3 of 3
(2,760 Views)