LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to get name of sbRIO programatically

Solved!
Go to solution

How to get "name" and "Comment" of sbRIO which I write to sbRIO-9602 in MAX in Identification box (Model, Serial number, MAC address, Name)?

0 Kudos
Message 1 of 4
(3,138 Views)
Solution
Accepted by topic author Vasek1

Use RT Get Target Information.vi located under the Utilities Palette under LabVIEW Realtime.

 

 

Christian

0 Kudos
Message 2 of 4
(3,122 Views)

That shows:

 - IP settings

      - IP adress:        136...etc.

      - DNS name:      MyMaster5                   - THAT IS WHAT I NEED, just in wrong place - in MAX it is not in IP settings, that's why i didn't searched for it there.

      - subnet mask    255.255.255.0

      - gateway          136...

      - DNS server      136...

 - MAC address        00800...

 - serial number        16....

 - system state        Running

 - model name         sbRIO-9602

 - model code          7373

 - password protected restarts?    T/F

 - halt if TCP/IP fails?                   T/F

 - locked?                                   T/F

 - use DHCP?                             T/F

 

Still there is no "comment" as in MAX. But that's not so important now.

 

I have LW Development system 2009 SP1 Profesional, Realtime Development 2009 SP1

 

Thanks very much!

0 Kudos
Message 3 of 4
(3,114 Views)

Dredging up a thread from the past whilst looking for something else, I thought I'd include this for posterity's sake.

 

To get MAX user comments for a device, initialise a session for that device, wire a property node to the System Session and select the Comment field, wire it to an indicator and then close the session. Simples.

 

sbriocomms.png

---
CLA
Message 4 of 4
(2,999 Views)