LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Change IP address to sbRIO

Is it possible to change IP address for NI-sbRIO9606 in labview code?

I am using LV2012.

0 Kudos
Message 1 of 7
(3,787 Views)

Real-Time>>Utilities>>RT Apply Target Network Setting.vi

0 Kudos
Message 2 of 7
(3,777 Views)

I don't have that vi in my functions.

0 Kudos
Message 3 of 7
(3,768 Views)

You need to install LabVIEW realtime.

0 Kudos
Message 4 of 7
(3,760 Views)

You could also try configuring remote target using network browser, https://decibel.ni.com/content/docs/DOC-12773.

0 Kudos
Message 5 of 7
(3,734 Views)

I have realtime module installed.

Using browser is not an option, I need to change ip address programmatically.

 

0 Kudos
Message 6 of 7
(3,694 Views)

JuhoR,

 

You can also use the System Configuration API to change the IP Address. I would recommend taking a look at the this example. It looks like they are doing something similar to what you are looking for. You can also change the IP address by accessing the sbRIO through FTP and modifying the NI-RT.ini file. The bottom half of the KB walks through that process.

 

Best,

Tannerite
National Instruments
0 Kudos
Message 7 of 7
(3,683 Views)