10-15-2008 12:29 PM
Has anyone implemented the VXI-11 discovery protocol using LabVIEW? I know I can use MAX to detect LXI instruments, but I like my code to be able to perform inventory functions independent of MAX. Is there a way to call the discovery routine within MAX from LabVIEW?
10-15-2008 12:41 PM
Chris,
VISA 4.4.1 supports automatic detection of LXI devices that support the mDNS technologies. If you have this version of VISA installed, you should be able to use the "VISA Find Resources" node in LabVIEW to find LXI devices.
10-15-2008 01:35 PM
10-16-2008 04:47 PM
Hello Chris,
If the device is not registered in MAX, then it will not show up using this method. However, if you know the IP address of the instrument, then you can add it manually. There is no way to have MAX scan for instruments programmatically. Here is a tutorial on LXI.
Thank you,
Ryan