The upc_eanretrycount Meta Tag is an action tag used to set the upc_ean retrycount for auto-discriminating for supplementals. Accepts values from 2-10.
upc_eanretrycount (META Tag) Syntax <META HTTP-Equiv="scanner" content="upc_eanretrycount:[parameter>
Parameters
Items listed in this section indicate parameters, or attributes which can be set.
Name Possible Values Description
Default Value upc_eanretrycount:[Value] Numeric value (2 - 10) Sets the retry count for auto-discriminating for supplementals (2 - 10). Device specific
Copy parameters template to clipboard: META Tags Javascript
Examples
The following example sets the scanner to retry upc_ean codes 8 times:
<META HTTP-Equiv="scanner" Content="all_decoders:disabled"> <META HTTP-Equiv="scanner" Content="upc_eansupplementalmode:auto"> <META HTTP-Equiv="scanner" Content="upc_eanretrycount:8"> <META HTTP-Equiv="scanner" Content="enabled">
Copy example to clipboard Above example can also be written as shown below:
<META HTTP-Equiv="scanner" Content="all_decoders:disabled;upc_eansupplementalmode:auto;upc_eanretrycount:8;enabled">
Copy example to clipboard or
<META HTTP-Equiv="scanner-all_decoders" Content="disabled"> <META HTTP-Equiv="scanner-upc_eansupplementalmode" Content="auto"> <META HTTP-Equiv="scanner-upc_eanretrycount" Content="8"> <META HTTP-Equiv="scanner-enabled" Content="SCN1">
Copy example to clipboard
Remarks
Additional Information
Supported Platforms Windows CE, Windows Mobile, Windows Mobile SE Persistence This tag is persistent. Min. Requirements Scanner or Imager module and device supports upc_ean.