12-05-2010 09:44 PM
Hi,
Is there a function VI to list all real time targets connected to the network like what are shown in remote system under MAX? Thanks!
Tom
12-06-2010 02:53 AM
Try this: Measurement I/O -> System configuration -> Find
12-06-2010 03:11 AM
Hi,
Here's a quick draft for you. The attached VI searches for known devices and lists their hostname+IP+status in a table.
Hope this gets you forward!
-Matti
12-06-2010 11:52 AM
Hi,
There is no System Configuration under Measurement I/O palette and when I tried to open find.vi there is no \nisyscfg\initialize (string).vi. I have LabVIEW Profession Development Version. Do I need a toolbox for the function?
THanks for help!
Regards,
Tom
12-06-2010 12:04 PM - edited 12-06-2010 12:04 PM
tom_z,
This snippet works in LV2009SP1.
12-06-2010 12:56 PM
Yes, I guess those VI's are installed with NI System Configuration API.
The VI Wayne used should work straight away. There's some difference between the behaviour though. With system configuration VI's you will get information of all devices known to MAX. Even the ones that are disconnected from your system at the moment. RT Get target information.vi will give information for connected devices only. I guess Wayne's option is the better one to solve your problem 🙂
-Matti
12-07-2010 08:43 AM
Hi,
Thanks all for help!
Tom