Basic Operations and Setups

Preparing and registering the Euro

Basic programming for the Euro and its exchange rate

Before registering the Euro, you must define the main currency, and its exchange rate.

If you need to select cash drawer or some rounding specification, please refer to the page 62 for further program (command code “2922” in the general programming).

Description

Choice

Program code

Define the euro as the main currency.

Yes = 0

:

No = 1

D10

 

Select rounding option:

Significant

:

Round off = 0, Cut off = 1, Round up = 2

number (0 ~ 2)

D9

Exchange rate (within 6-digits)

Significant

::::::

numbers

D8 D7 D6 D5 D4 D3

 

Decimal point position of exchange rate:

 

 

Integer only = 0

 

 

1st decimal place = 1, 2nd decimal place = 2, 3rd decimal place = 3,

Significant

:

4th decimal place = 4, 5th decimal place = 5, 6th decimal place = 6

Example: (D8 ~ D2)

number (0 ~ 6)

D2

 

1Euro = 1.977DM; Set “ 001977”

 

 

1Euro = 1957.77319 Lit; Set “ 1957772”

 

 

 

 

 

Always “ 0”

 

;

 

D1

 

 

PGM

63s62822s6:------- :6a6s

Mode switch

D10 ------- D1
Registering the Euro

REG

The following example shows the basic operation using the currency exchange function.

Mode switch

(1) Case A

 

 

 

 

Main currencyLocal

 

 

 

 

 

 

PaymentEuro

 

 

 

 

 

 

Change

Local

 

 

 

 

 

 

Rate1 Euro = 0.5 FFr

 

 

 

 

 

(2) Case B

 

 

 

 

Main currency

Euro

 

 

 

 

 

Payment

Local

 

 

 

 

 

Change

Euro

 

 

 

 

 

Rate

1 Euro = 0.5 FFr

 

 

 

 

36