01-18-2012 12:26 PM
Hi,
I have 2 basler acA640 -100gm-mnt and Intel Pro1000 Dual Gig Interface card, PCIexpress 4x bus. I have installed NI IMAQdx. When I open NI Max the software is able to detect only one camera at time but not both cameras at the same time. Thus I have under the tree of IMAQdx cam0 or cam1 but never cam0 and cam1 at the same time
Could someone help me please?
Alex
01-18-2012 03:20 PM
What OS are you using? Is it Windows XP or earlier? On those OSes you need to bridge the two ports together to use them in link-local-addressing mode. On Windows Vista and later the OS properly handles this with no extra configuration.
If you are using XP, try following these two steps listed in the release notes:
If you have an Intel Pro/1000 Series gigabit Ethernet Network Interface Card (NIC), it is recommended that you install the High Performance GigE Vision Driver. This will ensure optimized performance and minimal configuration. To associate your hardware with the high performance driver, complete the following steps.
Complete this for all listed network ports on your device
If you plan to use multiple ports with NI-IMAQdx, complete the following steps:
Note: If you are not using the High Performance Driver, you will be unable to use jumbo frames on bridged devices.
01-19-2012 10:21 AM
07-06-2016 01:48 PM
Hello, Blue Cheese
I am having a similar problem. I have two cameras, of the same make and model, connected to two PXIe-8234 GiGe interface cards. This was working just fine on a system I built in 2012, but the drive on that recently crashed and I'm trying to rebuild it. Unfortunately, now I can only see one of the cameras in MAX and I don't recall what I did before to make it work before.
I followed the suggestions shown in your response. The driver for both NICs is the NI GiGe driver, and, as I have an XP system, I have bridged the NICs per your suggestion. However, when I do that I no longer see either camera! (Before I bridged the ports I was able to see one of them.) I do not even have an IMAQdx entry in the devices list. When I remove the NICs from the bridge and delete the bridge port, I am able to get one of the cameras back, but I need them both.
Thanks in advance for any help you may be able to provide.
07-06-2016 01:50 PM
When you bridge the devices you get a new virtual NIC device representing the bridge. If you had a specific IP configuration for the individual ports previously, you'll need to replicate that on the bridge device itself.
07-06-2016 01:57 PM
Blue Cheese,
Thanks for your prompt response. I did not have any special configuration, as far as I know. Both NICs are set for DHCP and Automatic Private IP address. ipconfig /all tells me they have unique addresses.
07-06-2016 02:00 PM
Hmm, then sorry, I'm not sure. It could be something like a firewall configuration that is preventing the bridge device from communicating or it could be something else. There's not a whole lot of new XP systems being deployed so I don't have too much recent experience with the quirks of such a setup. Windows Vista and later don't need this funky bridge mechanism to work properly.
You could try using Wireshark to take a packet capture while you have MAX open and see if you see discovery packets being sent out.
07-06-2016 02:06 PM
Blue Cheese,
I'll have a look at the setting for the bridge; maybe I've missed something.
Re: Wireshark. Is there something specific I should look for? You mention 'discovery packets'; I assume they will be obvious to ID. Anything else?
07-06-2016 02:15 PM
@jmevans wrote:
Blue Cheese,
I'll have a look at the setting for the bridge; maybe I've missed something.
Re: Wireshark. Is there something specific I should look for? You mention 'discovery packets'; I assume they will be obvious to ID. Anything else?
With recent versions of Wireshark, GigE Vision is decoded natively. Just use the filter "gvcp" to see them. If you do see them, see if you see both broadcast queries and unicast responses from the cameras. You can attach the trace here as well and I can take a look.
07-06-2016 02:51 PM
Blue Cheese,
Well, it's amazing what can be done by just shotgunning stuff. I removed one of the NICs from the bridge, to see if it would reappear in MAX with the bridge still active. It did. I then added it back to the bridge and now both cameras appear and are accessible!
Thanks for your help.