3M Traffic Safety Systems 6204 Benutzerhandbuch

Seite von 144
 
1  2  3  4  5  6  7  8  9 
    
 
 
 
 
 
Appendix A 
Appendix A 
Appendix A 
Appendix A –
–    Error Handling
Error Handling
Error Handling
Error Handling    
 
 
110
110
110
110    
 
3M Toll RFID Reader 6204
3M Toll RFID Reader 6204
3M Toll RFID Reader 6204
3M Toll RFID Reader 6204    User’s Guide
User’s Guide
User’s Guide
User’s Guide    
 
com.wiegand.id_format 
If this variable is set to HEXADECIMAL, the full wiegand ID will be displayed 
as a single hexadecimal number in the wiegand_id field of tag reports. If 
this variable is set to FORMATTED, the wiegand ID will be split into facility 
code and serial number portions, and each field will be displayed in decimal 
notation (i.e. 123-4567) in the wiegand_id field of tag report events. 
Type
Type
Type
Type    
var 
Permissions
Permissions
Permissions
Permissions    
guest=r,admin=rw 
Data Type
Data Type
Data Type
Data Type    
enum 
Default
Default
Default
Default    
FORMATTED 
Enum
Enum
Enum
Enum    
HEXADECIMAL FORMATTED 
com.wiegand.import_table 
Import translation table of the Wiegand module. 
Type
Type
Type
Type    
function 
Permissions
Permissions
Permissions
Permissions    
guest=-,admin=x 
Parameters
Parameters
Parameters
Parameters    
file (string)  
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
Type
Type
Type    
var 
Permissions
Permissions
Permissions
Permissions    
guest=r,admin=rw 
Data Type
Data Type
Data Type
Data Type    
string 
Default
Default
Default
Default    
""