02-23-2018 08:26 PM
I'm trying to get set up with my PCIe-1433 card on Windows 10, Labview 2017 32-bit, VAS1710. Card is recognized in device manager as a PCIe-1433. It also shows up in MAX, but its name appears with a long string appended and when I click on it I only get very basic information about the card on the right. No information about channels or cameras. The PoE Basler camera I've attached to it does not power on.
Solved! Go to Solution.
02-26-2018 08:55 AM
Hi chr2,
Just for confirmation: I'm assuming you mean PoCL and not PoE since the PCIe-1433 is a Camera Link frame grabber.
Regarding the PoCL feature, that should be enabled based on the camera file for your camera. More details on that can be found here.
The NI MAX issue seems to be the more pressing one.
02-26-2018 04:43 PM
I meant PoCL, not PoE.
Drivers were installed before the card was, and I did restart after installing. I just tried resetting the NI MAX database and restarting - this did not help. I've attached screenshots showing which driver the card is using (from Device Manager) and what the card looks like in MAX.
02-26-2018 06:58 PM
1. In MAX, expand "My System -> Software".
2. Click "NI-VISA"
3. Look on the bottom middle-right for a tab that says "VISA Options". Click it.
4. Under "General Settings", you should see "Show only devices registered with VISA". Make sure this is checked. If it is already checked, uncheck it (by selecting the other option), and then recheck it.
5. Hit "Save".
6. Restart the machine.
02-27-2018 04:04 PM
You can also see this problem if there is an issue reading the serial number on the board. Have you updated the firmware recently?
02-27-2018 06:28 PM
Thanks rrobe, in my case the "show only devices registered with VISA" was checked. After unchecking and restarting, the long string changed to something like Instr::VISA::etc, but I still don't have the regular camera channel or frame grabbing options.
I tried this card in a few other machines, and in some (same OS, same version of Vision Acquisition) it worked! So I think the firmware on the card is fine. But unfortunately I don't have full-time access to the machine on which the card worked.
02-28-2018 09:19 AM
Hi chr2,
If I'm reading rrobe's instructions correctly, we need to toggle that setting again so that the "Show only devices registered with VISA" is checked. Give that a try, and confirm that the card still shows up in Device Manager as being associated with the IMAQ driver.
Can you also try one of the examples in LabVIEW for IMAQ? You can find these by navigating to "Help >> Find Examples..." to open the Example Finder, then navigating to "Hardware Input and Output >> Vision Acquisition >> NI-IMAQ >> High-Level." I would recommend trying HL Snap with the interface name set to img0 (which should be the default).
I'm assuming this is the only card that has been used on this computer, and this should let us see if there's simply a problem with how NI MAX is recognizing the card or something else.
02-28-2018 05:51 PM
Thanks GatorBait, I tried all your steps without success. I actually did have a 1473R card in this machine previously, and that worked just fine.
However, I did finally get it working. I noticed I had some updates to NI Vision queued in the NI update manager, so I let those install. All the NI software on this machine was installed from last summer through fall, so I guess there was just a bad driver in those older packages, and the latest updates fix it. That explains why it worked on another machine: fresh install.
03-01-2018 09:25 AM
Hi chr2,
That's great to hear that fixed it, and thanks for reporting back!