You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to test the multiple real time device. I modified the code a little bit by just commenting out the continue in loop.
What I Did
ip_addresses = ['192.168.3.50']
for [ip_addr, z] in zk_dev:
print(ip_addr, z)
# continue
# connection
z.connect_net(ip_addr, machine_port)
# read user ids
z.disable_device()
z.read_all_user_id()
z.enable_device()
# enable the report of rt packets
z.enable_realtime()
misc.print_info("Ready to receive events from the machines")
after modifying above code,
this is the result:
But when I time in in biometrics, no realtime attendance log will appear.
The text was updated successfully, but these errors were encountered:
Description
I am trying to test the multiple real time device. I modified the code a little bit by just commenting out the continue in loop.
What I Did
after modifying above code,
this is the result:
But when I time in in biometrics, no realtime attendance log will appear.
The text was updated successfully, but these errors were encountered: