Configuring Symbologies - Motorola CA50 Developer & User Manual

Table of Contents

Advertisement

Configuring Symbologies

Proprietary HTML elements allow business application developers to configure symbologies based on the
application requirement.
The UCA client supports proprietary HTML elements to enable the scanner, disable the scanner, and scan and
read bar code data.UCA client also supports configuring the scanner symbologies and their parameters. The
supported proprietary HTML elements (or custom meta–tags) follow the same convention as the proprietary HTML
elements implemented in the Symbol Pocket Browser (SPB).
Table C-1
lists the custom meta tags to use to configure symbologies and their associated parameter/properties.
Custom Meta Tags
Table C-1
Symbology Property
MSI
MSI
The msi META Tag is an
action tag used to
enable or disable the
msi decoder. By default
enabled
msi-ReportCheckDigit
The
msi-ReportCheckDigit
META Tag is an action
tag used to set the msi
reportcheckdigit
property.
msi-MinLength META
The msi-MinLength
META Tag is an action
tag used to set the msi
min length property.
msi-MaxLength META
The msi-MaxLength
META Tag is an action
tag used to set the msi
max length property.
msi-CheckDigitScheme
The
msi-CheckDigitScheme
META Tag is an action
tag used to set the
msi-CheckDigitScheme
property.
msi-checkdigits
The msi-checkdigits
META Tag is an action
tag used to set the msi
checkdigits property
Description
Custom Tags
<META HTTP-Equiv="msi"
content="[parameter]">
<META
HTTP-Equiv="msi-reportchec
kdigit" content="[parameter]">
<META
HTTP-Equiv="msi-minlength"
content="[parameter]">
<META
HTTP-Equiv="msi-maxlength"
content="[parameter]">
<META
HTTP-Equiv="msi-CheckDigit
Scheme"
content="[parameter]">
<META
HTTP-Equiv="msi-checkdigits
" content="[parameter]">
Enabling/Disabling Scanner Symbologies
Parameters
Enabled - enables
<META HTTP-Equiv="msi"
the decoder
Content="enabled">
Disabled - disables
<META
the decoder
HTTP-Equiv="scanner"
Content="enabled">
True - enables
<META HTTP-Equiv="msi"
reporting of the
Content="enabled">
check digit
<META
False - disables
HTTP-Equiv="msi-reportchec
reporting of the
kdigit" Content="true">
check digit
nn 0 to 55
<META HTTP-Equiv="msi"
Content="enabled">
<META
HTTP-Equiv="msi-minlength"
Content="30">
nn 0 to 55
<META HTTP-Equiv="msi"
Content="enabled">
<META
HTTP-Equiv="msi-maxlength"
Content="30">
msi_chkdgt_mod_
<META
11_10
HTTP-Equiv="msi-CheckDigit
1st check digit is
Scheme"
MOD 11, 2nd is
Content="msi_chkdgt_mod_1
MOD 10;
1_10">
msi_chkdgt_mod_
10_10 both check
digits are MOD 10
True - enables the
<META HTTP-Equiv="msi"
property
Content="enabled">
False - disables the
<META
property
HTTP-Equiv="msi-checkdigits
" Content="true">
C - 3
Example:

Advertisement

Table of Contents
loading

Table of Contents