I'm working on a project where I need to dynamically create shared variables based on which C series modules I have plugged into a cRIO 9035. I'm looking for a way to programmatically extract the default name of each module I/O that is plugged in. For example, I'm looking for a way to get the string " Mod1/AI0" , "Mod1/AI1" etc, off of the FPGA target so I can use it for a .ini file on the host.
I'm utilizing the compactRIO Information (CRI) Library to determine what which C series module is plugged in to each slot, but this doesn't provide information on the specific pin outs for each C series module.
Does anyone know of a feasible way to do this?