From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

ActiveX with UareU FingerPrint 4500 Issue

Hi LabVIEW Community;

 

I'm trying to communicate LabVIEW with Digital Persona 4500. Now i'm using Activex with Property Node and Invoke Node but I have a problem.... 

 

LabVIEW.JPG

 

I dont know if is this a LabVIEW Issue or I have to have a previous configuration of the parameters. 

 

Im reading the guide of the Biometric fingerprint and all should be OK, but always is the same problem 

 

"Object reference not set to an instance of an object. "

Error -2147467261 occurred at an unidentified location
Possible reason(s):
LabVIEW:  (Hex 0x80004003) Invalid pointer.
=========================
NI System Configuration: A required pointer parameter was NULL.

 

I hope you can help me

 

Thanks!

 

 

0 Kudos
Message 1 of 4
(2,510 Views)

Posting a JPG twice of the error isn't helpful.

 

The error is very clear. A required parameter is NULL.

 

I am not going to hunt down the documentation on this device.

 

If you want help you had better provide the necessary information.

0 Kudos
Message 2 of 4
(2,501 Views)

Ok, I attached a few commands of the device but it should work only with that last code, I think maybe... LabVIEW have no communication with the device yet.

 

Other problem I have is when I try to attach the ActiveX controls the following error appears:

ERRPR.JPG

But I have all my commands with property node and invoke node. I think i'm not doing all the steps ok for adding the .dll library or how can I define each variable of the library?

 

Captura de pantalla (16).png

It doesnt have the .h (header file) for use the wizard witdg .dll

 

It suppose this options give me information about the device, and when I ask for one, I have the error of the NULL. I no understand what is missing.

Thanks!

0 Kudos
Message 3 of 4
(2,484 Views)

If they have a VB.NET example that is the best thing to use to translate it into LabVIEW.

 

You can not on a whim use ActiveX Opens all over your LabVIEW code.

 

The code must be sequential.

 

 

0 Kudos
Message 4 of 4
(2,477 Views)