06-01-2011 02:36 AM
I have a instrument that connecting to the computer through TCP/IP.
Sometimes I need to change the instrument IP and then I have to update the instrument resource in MAX manually.
So I want to know is there any method to search available TCP/IP instruments in LabVIEW?
06-01-2011 04:18 PM
There is no built-in method for doing that as there's no protocol for it. Even MAX essentially does a local subnet search by attempting connections to devices one address at a time. Within LabVIEW the VISA Find Resource function will return the list of instruments that were defined in MAX.
06-01-2011 10:29 PM
I've got it.
Thanks very much!