User's Guide

Tarvos User Guide - Version 0.3 19
5.2 Resetting to Factory Defaults
TSI command on CMD port 50007
o reader.profile.reset_factory_default()\r\n
o Resets all variables to factory defaults and sets the profile to the Default variables.
“ct1” repeatedly typed on serial port during boot sequence
o Performs same function as TSI command above for resetting profile to Default.
“ct2” repeatedly typed on serial port during boot sequence
o Performs all the functions of a “ct1” reset
o Resets network to DHCP
“ct3” repeatedly typed on serial port during boot sequence
o Performs all the functions of a “ct2 reset
o Forces a firmware rollback to the previously installed version
5.3 Datatypes
Boolean
o true or false, 0 or 1
String
o Variable length character array (e.g. “10.172.0.1”). Its value depends upon the specific
variable of function parameters.
Integer
o A numeric value. Its range depends upon the specific variable or function parameters.
Integer Array
o An array of Integer’s (e.g. “1 2 3 4” in “antennas.mux_sequence=1 2 3 4”).
Enum
o A set of possible String values that a variable or function parameter must be set to (e.g.
“tag_id”, “tid”, “type”, …).
Enum Array
o An array of Enum’s (e.g. “tag_id tid” in “tag.reporting.report_fields=tag_id tid”).
Hex Array
o A hex string starting with ‘0x’ (e.g. 0x12345678’).