Intermec Janus 2010 Reference Manual page 47

Intermec janus 2010: reference guide
Hide thumbs Also See for Janus 2010:
Table of Contents

Advertisement

To enter an application break sequence
1. Press
2. Press
3. Press
4. Press
Example
With System, Text_IO, Intrmecd_IO, Intrmecp_IO;
Use System, Text_IO, Intrmecd_IO, Intrmecp_IO;
procedure appl_br Is
package SYSWORD_IO is new INTEGER_IO (System.Word);
package IM_APPBREAK_STATUS_IO is new ENUMERATION_IO
(enum => IM_APPBREAK_STATUS);
break
: IM_APPBREAK_STATUS;
status
: System.Word;
in_char : Character := ' ';
begin
Put_Line ("Appl Brk Status");
Put_Line ("Set brk bit and then");
Put_Line ("press any key & return");
Get (in_char);
-- Press the following sequence at this pause (to set application break bit):
-- 1/0 key (Turn OFF the reader)
-- F3-2-Left Arrow (Press F3, 2 and left arrow at the same time)
-- 1 (Press the 1 (one) key to set application break bit)
-- 1/0 key (Turn ON the reader)
-- set break to known value
break := IM_REQUEST_MADE;
im_appl_break_status (break, status);
if break = IM_REQUEST_MADE then
Put_Line ("Break status ON");
Put ("return status : ");
SYSWORD_IO.Put (status, WIDTH => 4);
New_Line;
Put ("break_status : ");
IM_APPBREAK_STATUS_IO.Put (break);
elsif break = IM_REQUEST_NOT_MADE then
Put_Line ("Break status OFF");
Put ("return status : ");
SYSWORD_IO.Put (status, WIDTH => 4);
New_Line;
Put ("break_status : ");
IM_APPBREAK_STATUS_IO.Put (break);
end if;
New_Line;
end appl_br;
to turn off the reader.
-
-
at the same time.
. This sets the reader's application break bit.
to turn on the reader.
im_appl_break_status
3
3-7

Advertisement

Table of Contents
loading

This manual is also suitable for:

Janus 2050Janus 2020Janus psk for ada

Table of Contents