Good day everyone,
I understand all the other coins 0.5 , 0.25 , 1.00 , but how do you program a £2.0 coin, it does not say in the manual.
It says the coin parameter only goes up to 0-100, to map to 0 unit to 100 unit.
Thank you for reading.
Good day everyone,
I understand all the other coins 0.5 , 0.25 , 1.00 , but how do you program a £2.0 coin, it does not say in the manual.
It says the coin parameter only goes up to 0-100, to map to 0 unit to 100 unit.
Thank you for reading.
Thanks for your reply, I have already seen that video. However the mapping is 1-100, to map the coins in that range.
I want to map a £2.00 coin ,
Technical guide found here says this;
7.4.2 Set the first group of coins
Press button A to display C1, press button B to display the current coin value as 00,
press button B to adjust from 01 to A0 (A0=100).
but A0 only goes to 100,
how do i get 200?
Hello @robomar
I think you simply have to map your desired coin numbers to fit the 0-100 range.
The problem would be the 0,25 coin because I don’t think you can do this:
2->100
1->50
0.5->25
0.25->12.5
But I guess you can do this:
2->80
1->40
0.5->20
0.25->10