Hello Roger,
This is similar to the other GPIB-ENET question that you had. LabVIEW will be able to communicate with each instrument, but you will need to modify your program to make sure that LabVIEW addresses each instrument correctly. If you have two GPIB controllers on your system, then one will have an interface name of GPIB0 and the other will have an interface name of GPIB1 (assuming they use the default interface names). Another way of looking at this is that you have two General Purpose Interface Buses on your computer, bus 0 and bus 1.
By default, the GPIB functions in LabVIEW refer to bus 0 (GPIB0). In order to communicate with bus 1 (GPIB1), you will need to use the correct naming convention with those GPIB functions. There is an article in the NI D
eveloper Zone (http://www.ni.com/zone) that covers this topic. Go to the main NI Developer Zone page and select the link for "Resource Library". Then take the link for "GPIB", which will take you to the GPIB Resource Library. Click the link for "General" and then click the link for the "How to Enter GPIB Primary and Secondary Addresses in LabVIEW" tutorial. Here is a direct link to that tutorial: http://zone.ni.com/devzone/devzoneweb.nsf/opendoc?openagent&640A93B98F01F425862568230060307C
Another source for this information is the LabVIEW Online Help for the GPIB functions(accessible from the Help menu in LabVIEW).
I hope this has been helpful, but I'll provide more details if you need them.
Best Regards,
Dieter
Dieter Schweiss
Applications Engineer
National Instruments