11-10-2013 02:32 AM
Anybody have an example of Digital Persona 4500 implemented in LV? SDK comes with DLLs and .h's but I can't seem to make them work using library calls or import DLL. Combination of mediocre C skills, confusion about datatype mapping in call library (matching LV data types to header prototpes), and poor SDK documentation.
If not 4500, anything implement a DigitalPersona product would be helpful / appreciated.
11-11-2013 02:35 PM
Hi Zwired1,
You could use VISA commands through USB to communicate with the fingerprint reader. However, you will need to understand and have access to the devices communication protocol.
This resource should be useful:
http://www.ni.com/white-paper/4478/en/
11-11-2013 02:40 PM
Thanks, thought about that. Documentation for this product is poor in my estimation -- tone is "the product can do..." but very little about how toactually make it do it. I have not found any documentation about USB comm protocol.
11-11-2013 03:14 PM
11-11-2013 03:21 PM
Wasn't looking for answers to particular problems at this point (hence no concrete problem statement and reference materials) -- just seeing if someone had already invented this wheel.
11-11-2013 04:38 PM - edited 11-11-2013 04:39 PM
Hi Zwired1,
Since you have the header file for the DLL in question, you should be able to use the Import Library Wizard to automatically import and create LabVIEW wrappers for your DLL function calls (Tools>>Import >>Shared Library). This should take care of most of the call library function node configuration automatically. I've seen a few cases where the import wizard can't parse all functions if they're not exported properly, use oddly-nested or complicated data types, or header macros, but most of the time it works like a charm.
If that's failing (which might be the case, your post's a little vague), what errors are you running into?
Regards,
08-04-2014 08:40 PM
I am struggling with this SDK as well. Poor documentation. I have tried every which way. Importing the DLL throught the wizard. Using their Active X and .Net API's, but no luck. Just cannot get the reader to hook up. Forget about VISA. There is no documentation or support for that route. I have tried posting to their forum, but no one has replied. Could really use a example vi from someone who has managed to get basic functionality.
08-05-2014 07:59 PM
Hello dowen,
This post has been inactive for awhile. It might be helpful for visibility to make a new forum post for this issue.
Did anyone (who corresponded on this forum post previously) figure out how to configure this fingerprint scanner in LabVIEW?
Regards,