Questions tagged [zkemkeeper]

34 questions
0
votes
1 answer

SSR_SetUserTmpStr in zkemkeeper.dll returns Error Code: -100

I'm using VB.NET to copy fingerprint template from one device to another. I've successfully pulled fingerprint template from the origin device using SSR_GetUserTmpStr. However, when set the fingerprint template to destination device using…
0
votes
1 answer

ZKemKeeper: Some Real-Time events not triggering

I'm using zkemkeeper dll in a .net windows forms app. This is my code objCZKEM.OnConnected += ObjCZKEM_OnConnected; objCZKEM.OnDisConnected += objCZKEM_OnDisConnected; if (objCZKEM.Connect_Net(IPAdd, Port)) { …
KooKoo
  • 451
  • 3
  • 20
0
votes
1 answer

ZKEMKeeper not disabling user

I am using ESSL MB 160 whichuses zkemkeeper. It works fine for retrieving data but when i am disabling user it says success but not disabling. Device has admins? Can't i disable the normal user from s/w if there is any admins or any other…
JSN
  • 41
  • 2
0
votes
1 answer

Need to edit the code "user info" for sdk ZKTeco device fb100

I have this code working 100% but with one device zkt fb100,This code is for set user name ,card number , with id to the device to register it: public int sta_SetUserInfo(ListBox lblOutputInfo, TextBox txtUserID, TextBox txtName, ComboBox…
0
votes
3 answers

ZKemkeeper ReadGeneralLogData function returns false

I'm try to get the log data from a SpeedFace v5l. When I call the ReadGeneralLogData(machineNumber); I get false. If I call the ReadAllUserID(machineNumber); I get true. Any idea why this could be? When I check the last error. I got 0 ERR_NO_DATA,…
Guillermo
  • 11
  • 6
0
votes
1 answer

IZKEM does not add user - zkemkeeper not add user

I have tried to register a person from the code, but always the result of the objZkeeperalways returns false and I don't know what to do help: Hide Copy Code objZkeeper = new zkCliente(RaiseDeviceEvent); int MachineNumber = 1; int…
0
votes
1 answer

How can i connect my zk teco k30 device with singnaling to my pc using C#?

Right now i am using this code for connecting my device with my pc using c# . i want to connect my device with my system and generate a new signal with my device to pc in c#, and i want to store my data in my window form design and when time will…
0
votes
1 answer

how can i get finger print on run time in picture box using zkemkeeper library in C#?

hi I am working on an application developed in c# using zkemkeeper SDK and Machine is Zkteco TFT everything is working fine and all events are working but I need to bypass device verification when someone swipes his finger I want to get a finger…
0
votes
1 answer

ZK Fingerprint Template to be save to table TEMPLATE in SQL Server database (C#)

My project is to get FP template from ZKFingerprint device and store into a SQL Server database. Using ZKEMKEEPER.dll, I manage to use the function to get and display FP template by use function below : GetUserTmpExStr(iMachineNumber,…
Shahmim
  • 1
  • 2
0
votes
1 answer

How to trigger event when device gets disconnected. like Network failure/ Machine power off with Zkemkeeper

I want to know if device gets disconnedted by Power failure/Network Cable Disconnect/ Or any thing except specifically calling CZKEMClass.Disconnect().
0
votes
1 answer

c# Main thread blocked while connecting to IZKEM Connect_Net blocks UI

I'm using zkemkeeper SDK to handle Attendance Machine and it is working fine but when I connect, it hangs form UI, so I started using Async Task to avoid this issue but it didn't work and here is my code: public async Task Connect() { …
0
votes
1 answer

Version/Time of FingerPrint/Face

We have a few of these units and need to "synchronise" or "replicate" across devices. We have a program which connects to each of them and collects the data using the functions, GetUserFaceStr and GetUserTmpExStr. The current flow is to compare the…
Simon
  • 1,385
  • 1
  • 11
  • 20
0
votes
1 answer

ZKTeco SDK Fingerprint Scanner with ZKFinger and standalonesdk

I need to test and implement if it will be potable to send email to management once a door has been unlocked via a SF200 SKTeco device. My Question is: Do i need a device or does the ZKFinger SDK run as a virtual device. I will appreciate any…
0
votes
1 answer

How to fix issue of zkemkeeper.dll realtime events inside windows service?

i'm setting up windows service and want it to sync the device attendance to SQL Server database using zkemkeeper real time event. i have successfully created service as well as tested the service on my local system which run windows 10 and another…
Smart
  • 1
  • 6
0
votes
2 answers

Fingerprint FMDs compatibility

I'm designing a c# application for an access control turnstile with biometric verification. The turnstile uses the ZKTeco SF300 (IP) fingerprint scanner. For registration (at a receptionist's desk a significant distance from the turnstile), I want…
haxkalibrr
  • 133
  • 6