09-22-2023 08:16 AM - edited 09-22-2023 08:19 AM
Short question. I have cRIO-9054 controller with some digital I/O Modules. All configured as FPGA. On the Controller I have RT application and FPGA VI. I can easily build *.ipk package for RT part and deploy it programmatically from my own application like described here: https://github.com/joshuaprewitt/rt-package-installer it works. Can I do the same for *.lvbitx file? In general I would like to achieve the same functionality as RIO Device Setup does. The reason is to simplify this process from end user point of view and to have localized GUI. I see some FPGA - related files in vi.lib, but nothing in System Configuration palette (Update Firmware seems to be not what I needed). Any example may be?
09-22-2023 08:23 AM
Oh, sorry, seems to be found the solution:
Programmatically Download Bitfile to multiple CompactRIO FPGA targets
was too lazy to search, sorry again.