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

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

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

I don't have that vi in my functions.

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

You need to install LabVIEW realtime.

0 Kudos
Message 4 of 7
(3,577 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,551 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,511 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,500 Views)