User's Guide

Tarvos User Guide - Version 0.3 68
reader.profile.active
Read Permission
admin
Write Permission
none
Default
NULL
Priority
-1
(String) Returns the current active profile for the reader
reader.licenses
Read Permission
admin
Write Permission
none
Default
NULL
Priority
-1
(String) Gets the active reader licenses.
reader.events.buffer
Read Permission
admin
Write Permission
admin
Default
False
Priority
5
Not used. There for backward compatibility. Do not use.
reader.operations.o.start_trigger.mode
Read Permission
admin
Write Permission
admin
Default
none
Priority
5
(Enum) Trigger mode to start reader operations. Values are 'none', 'immediate',
'operating_mode_only', 'dio_only', 'periodic_only', 'dio', 'periodic'.
'none' : Default mode. Reader start operation disabled.
'immediate' : Turn on reader operation immediately, the
start_trigger
will go to 'none' after starting (and will continue
executing).
'operating_mode_only' : Reader operation starts when setup.operating_mode
is set to 'active'
'dio_only' : DIO will cause the operation to execute.
setup.operating_mode will have no effect on starting
reader operation.
'periodic_only' : The reader will immediately execute the periodic
operation. setup.operating_mode will have no
effect on starting this reader operation.
'dio' : DIO will cause the operation to execute.
setup.operating_mode set to 'active' will also
cause this operation to execute.
'periodic' : Periodic operation will execute when
setup.operating_mode is set to 'active'.
Note: 'duration' of any operations comes from stop trigger.