by UfukD » Thu Sep 27, 2007 6:47 pm
Hi
I opened the log file but i am confused on how i can know the money that went in the kiosk?
The log file doesn't mention the value of the dropped coin, it mentions only a coin id, like:
1
1
2
2
3
2
I cannot take the sum of the id's? If the values were mentioned then i could take the sum in excel, now i can't. It is very simple though to keep the total amount, the software only has to keep in a file the sum like:
Begin 0, every coin id is attached to a coin value in the software, so when the software detects which coin is dropped, it takes the value of the coin and adds it to the value in the file and saves it. Then you should integrate the total amount in the software, where we could reset it when the kiosk is emptied. Shouldn't be so difficult i think?
regards