LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

connecting to multiple RT targets

I have a RT / FPGA application running on a cRIO-9012/9112, which uses network-published shared variables to communicate with a host VI running on a PC.  The host VI is really just a configuration tool, and what I want to do is be able to use the PC application to connect to any one of several identical controllers on the network, by selecting from a list of available targets on the network and then connecting / running the tool.  I don't know where to start to implement this, though.  I presume I need to change all of my read/writes on network published variables within the host VI to relative addressing, and then pass the IP address or hostname of the selected controller?  Will this require any changes to the RT code?

 

Sean

 

0 Kudos
Message 1 of 2
(2,157 Views)

Make the RT systems locally references.  Then it will just be your PC that will need to change who it looks at.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 2
(2,149 Views)