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,046 Views)

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

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

I don't have that vi in my functions.

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

You need to install LabVIEW realtime.

0 Kudos
Message 4 of 7
(3,019 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
(2,993 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
(2,953 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
(2,942 Views)