High-Speed Digitizers

cancel
Showing results for 
Search instead for 
Did you mean: 

Get digitizer model programatically

Solved!
Go to solution

I want to write an app that can support multiple FlexRIO digitizer modules. The FPGA we're using is the PXIe-7975R. We'd like to precompile bitfiles for a few digitizers (eg 5751, 5753) and apply the correct bit file at the start of the app. How can I get what digitizer is plugged into the PXIe-7975

0 Kudos
Message 1 of 2
(1,692 Views)
Solution
Accepted by topic author nanocyte

The System Configuration API allows you to query the model name and other attributes of the digitizer module and the FPGA module. FlexRIO has an example that shows how to do this called "Show All FlexRIO Hardware." You can find it in LV's example finder by searching for that name.

Message 2 of 2
(1,669 Views)