06-12-2012 03:11 AM
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)?
Solved! Go to Solution.
06-12-2012 08:47 AM
Use RT Get Target Information.vi located under the Utilities Palette under LabVIEW Realtime.
Christian
06-13-2012 12:54 AM - edited 06-13-2012 12:56 AM
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!
11-27-2013 06:38 AM
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.