12-05-2012 08:49 AM
In my project (*.lvporj), I have 9146 set up with 4 modules. Is that a way to change it to a 9148 with the exact same modules. I will have to change it back to 9146 eventually. Thanks!
12-05-2012 03:37 PM
As long as the modules are at the same slots and you don't change the aliases in the project you can do the following steps:
1. Add the 9148 (or 9146 if it is the other way round) to your project
2. Move (Drag&Drop) the VIs, FIFOs and other dependencies from the first chassis FPGA to the second FPGA.
3. Re-Compile the VIs. This is necessary since they have different types of FPGAs, Spartan6 and Spartan3.
Christian
12-05-2012 03:52 PM
so I have to rename all my channels?
12-05-2012 03:56 PM
No. I said as long as you do not change the names and slots of the modules you just need to move your code from one target to the other and compile it.
Christian