Instructions for programming
BB01 Board functions
21
© SandenVendo
5.5.5 C5 Post or pre-payment
(only MDB)
This parameter determines if the VMC allow return coins without vend
1 No Forced Vend (you can obtain the exchange without make a selection)
0 Forced vend (you must make a selection)
5.5.6 C6 & C7 Accepted Coins (only MDB)
This parameter is used for determining the 16 accepted coins by the changer.
Coin 1 is assumed to be the smallest coin, and coin 16 the highest.
C6 = coins 1 to 8
C7 = coins 9 to 16
Each coin has a binary value as
In C6
coin 1
= 1
in C7
coin 9
= 1
coin 2
= 2
coin 10
= 2
coin 3
= 4
coin 11
= 4
coin 4
= 8
coin 12
= 8
coin 5 = 16
coin 13
= 16
coin 6 = 32
coin 14
= 32
coin 7 = 64
coin 15
= 64
coin 8 = 128
coin 16
= 128
EXAMPLE
: If you want to accept coin 1 – 2 – 3 – 4 –13 – 15 you must add the
correspondent values
C6 = 1 + 2 + 4 + 8 = 15
C7 = 16 + 64 = 80
5.5.7 C8 & C9 Accepted coins in low change condition (only MDB)
This parameter is used to determine the 16 accepted coins when the changer is in low
changer condition.
Coin 1 is assumed to be the smallest coin, and coin 16 the highest.
C8 = coins 1 to 8
C9 = coins 9 to 16
Each coin has binary value as:
In C8
coin 1
= 1
in C9
coin 9
= 1
coin 2
= 2
coin 10
= 2
coin 3
= 4
coin 11
= 4
coin 4
= 8
coin 12
= 8
coin 5 = 16
coin 13
= 16
coin 6 = 32
coin 14
= 32
coin 7 = 64
coin 15
= 64
coin 8 = 128
coin 16
= 128
EXAMPLE
: If you want to accept coin 1 – 2 – 3 – 4 –13 – 15 when you have low change,
you must add the correspondent values
C8 = 1 + 2 + 4 + 8 = 15
C9 = 16 + 64 = 80