User's Manual

Table Of Contents
Appendix A
Using the Wiegand Interface
IDentity 4100 User Guide
103
com.wiegand.info
This variable returns a string containing information about the WIM, such as
number of channels (channels), firmware version number
(firmware_version) and serial number (serial_no).
>>> com.wiegand.info()
ok channels=4, firmware_version=0.25,
serial_no=0x1122334455667788
Type var
Permissions guest=r,admin=rw
Data Type string
Default ""
com.wiegand.reset
This function resets the WIM.
Type function
Permissions guest=-,admin=x
com.wiegand.retransmission_interval
This variable provides the facility for a Wiegand stream to be retransmitted
at defined periodic intervals for the time a tag resides in the RF field. This
variable defines the interval in seconds. A value of 0 disables the
retransmission mechanism.
Type var
Permissions guest=r,admin=rw
Data Type int
Default 0
Min 0
Max 300