From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to find the IP of all available cRIO on the Network?

Solved!
Go to solution

I would like to figure out a way to get the IP of available cRIO on the Network using LabVIEW. I am not sure how to start or even it is doable. I use a static IP and I only have 1 system so usually it does not concern me but I would like to know if there is sample code or some way to do it.

0 Kudos
Message 1 of 3
(2,725 Views)
Solution
Accepted by topic author muahang1234

Hello muahang1234,

 

The System Configuration palette is where you'll want to look, here are a few documents to get you started:

 

Welcome to the NI System Configuration API

https://decibel.ni.com/content/docs/DOC-13216

 

LabVIEW Help: System Configuration Find (VI)

http://zone.ni.com/reference/en-XX/help/373107E-01/nisyscfg/find/

 

Regards,

Tom L.
Message 2 of 3
(2,700 Views)

Hi, 

 

Please have a look at the NI System Configuration API. The Find.vi in this API lets you discover all hardware connected to your computer or network including cRIOs. You can customize the search by telling the find.vi to look only for cRIOs and not only find their IP but manage software on these cRIOs. Few examples also get installed with this API which will help you get started with this API.

 

Do let me know if you need more help with this.

Chinmay Anand Misra
CLD
Technical Marketing Engineer
NI IndRA
Message 3 of 3
(2,692 Views)