10-08-2020 01:04 PM
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
Solved! Go to Solution.
10-08-2020 02:21 PM
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.