Hi,
LabVIEW determines which interface to use using the address string. The most general form of the address string is ID:PAD+SAD, ID is the interface number, PAD is the primary address and SAD is the secondary address.
If you just write a number, the VI will assume no secondary address and interface 0 (GPIB0).
Notice in MAX that each installed interface has a number assign to it. This is no the interface's address, it is the ID used in the system to differentiate the different interfaces that may be installed.
When you have one interface it defaults to 0, which is why your VI is working. Adding a second interface, it will be most likely GPIB1.
When using the GPIB VI, you have to make explicit to which interface you are refering to, if not GPI
B0 is assumed. Use "1:PAD" to use the other ENET.
There is no need to use IP address. the driver will know whihc interface you want to use based on the ID number.
Hope this helps.
DiegoF
National Instruments.