02-09-2006 09:58 AM
02-09-2006 11:33 AM
12-05-2022 06:14 AM
I came across the same issue. How do you connect your Host PC and the 2 cRIOs - USB or through network?
12-05-2022 07:19 AM - edited 12-05-2022 07:20 AM
Wow, blast from the past. NI project files where never designed to support more than 1 target with the same exact code in both. Its still an issue with the version of Labview RT I'm using. There aren't any good solutions or workarounds that I know about. I'm constantly changing the IP address target and never have both connected to the project at the same time.
07-30-2024 12:15 PM
Has anyone tried the Replication and Deployment Utility?
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000019QTLSA2&l=en-US
Once you get the code working on cRIO, you should be able to clone the system image to as many other cRIOs as you want.
08-15-2024 08:17 AM - edited 08-15-2024 08:19 AM
@dwisti wrote:
Wow, blast from the past. NI project files where never designed to support more than 1 target with the same exact code in both. Its still an issue with the version of Labview RT I'm using. There aren't any good solutions or workarounds that I know about. I'm constantly changing the IP address target and never have both connected to the project at the same time.
I've had projects with multiple cRIO targets each with their own IP address, both same and different models, quite a few times. The one difficulty is that if you have a target connected and running it will lock all VIs and you can't make any changes to them if they are referenced in another target.
Other than that I haven't really run into serious difficulties with that. I have currently a project in LabVIEW 2018 (because it uses the old obsolete VxWorks cRIOs) and one in 2020 that use this. I do use FPGA Open with a configured bitfile instead of a direct main VI referenced. This decouples some dependencies but requires you to be a bit diligent about what actual bitfile you reference.