Specifications
Codes and Commands POSjet
®
1500 Programmer's Guide
Series 50 Compatibility
Page 190 Rev N Nov-10
Ithaca
®
Series 50 Electronic Journal
The Model 50 emulation also supports a limited electronic journal. The following section outlines the available
commands. See the Standard Ithaca Emulation for the configuration and initialization of the Electronic Journal.
There are two ways entries can be made into the electronic journal. The first is by selecting the MicroLine Journal
mode in the configuration. The second is by command. Both provide the same journal operation.
If the Electronic Journal is on by configuration, the printer will automatically start in Electronic Journal mode (If the
Electronic Journal is initialized). In Electronic Journal mode all data (except graphics) sent to the printer is saved in
the journal as it is printed. The electronic journal may be turned off an on by the journal configuration command at
anytime(If the Electronic Journal is initialized).
Electronic Journal Configuration and Reporting Commands
Function Initialize and Set Password
ASCII [ESC][GS]I<Password><0>
Hexadecimal 1BH 1DH 49H <Password><0x00>
Decimal <27> <29><73> <Password><0>
IPCL &%EI<Password>&
EPOS
Description This command initializes the electronic journal and sets the password that allows the electronic
journal to be erased. The password may be up to 14 characters and may contain any alphanumeric
characters.
Note: The electronic journal can not be deleted without this password.
Function Erase the Electronic Journal
ASCII [ESC][GS]E<Password><0>
Hexadecimal 1BH 1DH 45H <Password><0x00>
Decimal <27> <29><69> <Password><0>
IPCL &%EC<Password>&
EPOS
Description This command erases all of the electronic journal. The password was set using the [ESC][GS]I
command.
Note: The electronic journal can not be deleted without the correct password.
Function Print the Electronic Journal
ASCII [ESC][GS]P< S
l
>< S
h
>< L
l
>< L
h
>
Hexadecimal 1BH 1DH 50H < S
l
>< S
h
>< L
l
>< L
h
>
Decimal <27> <29><80> < S
l
>< S
h
>< L
l
>< L
h
>
IPCL &%EP <S> <L> (L and S are 4 digits ie. 00100020 for 20 records starting at 10)
EPOS
Description This command prints all or part of the electronic journal. <S
h
>*256 + <S
l
> specifies the first
record to be printed and <L
h
>*256 + <L
l
> specifies the number of records to print. If <L
h
>*256
+ <L
l
> are 0, records from the specified start to the last record are printed. Setting both start and
end to 0 will print the complete contents of the electronic journal.
Note: The first record is identified as record 1. Records are generated internally to allow greater storage
security.