Enabling/Disabling Symbologies - Intermec 730 User Manual

Intermec 730: user guide
Hide thumbs Also See for 730:
Table of Contents

Advertisement

Enabling/Disabling Symbologies

iBrowse User's Guide
Example
<HTML>
<HEAD>
<META HTTP-Equiv="IBrowse_UpdateIni"
content="Admin;DisableOptionsMenu;true">
<META HTTP-Equiv="IBrowse_UpdateIni"
content="Display;UpdateInterval;60">
<META HTTP-Equiv="IBrowse_UpdateIni"
content="Display;DisplayBatteryStatus;true">
<META HTTP-Equiv="IBrowse_UpdateIni"
content="Display;DisplaySignalStrength;true">
<meta http-equiv="IBrowse_UpdateIni"
content="Keys;AboutKey;0">
</HEAD>
<BODY>
<H2>INI Update Test</H2>
<P>The Options menu has been disabled</P>
<P>The icons will be updated every 60 seconds</P>
<P>The Battery status will be displayed</P>
<P>The Signal strength will be displayed</P>
</BODY>
</HTML>
Note: Symbology types not listed for this META tag are not controllable in
the iBrowse application. Use the Intermec Settings applet to change settings
for other symbologies.
This tag updates the scanner configuration by either enabling or disabling
the desired symbology.
Syntax
HTTP-Equiv= Symbology Type
content="Enabled | Disabled"
where Symbology Type is one of the following:
Valid Symbology Type Values
Symbology Type
IBrowse_Code39
IBrowse_Codabar
IBrowse_Code93
IBrowse_Code128
IBrowse_I2of5
IBrowse_PDF417
IBrowse_Standard2of5
Comments
These tags are application-specific and are not limited to the scope of the
current page. When a symbology is enabled or disabled, it remains in that
state until changed by encountering this tag again. UPC/EAN symbology is
Default
"Enabled"
"Disabled"
"Disabled"
"Disabled"
"Disabled"
"Enabled"
"Disabled"
51

Advertisement

Table of Contents
loading

Table of Contents