I am attempting to upgrade an FPGA/Real-Time project from 8.2 to 8.6. Our chassis uses both PXI-7813R and PXI-7833R FPGA's and it is important that certain slots have the correct FPGA model installed. To check this, we used a VISA Resource Property node to get the Slot and Model Name and ensured that a given slot had the correct model name. Now in 8.6, I see that using a VISA Resource to talk to an FPGA has been depricated for a RIO Resource. This is fine and dandy but I can't seem to find any similar property node for a RIO Resource that will give me the Slot and Model Number of its FPGA. Is there a way to maintain my old functionality with only RIO resource controls, or must I maintain both now? Thanks.