Vending Machine FULL REPORT
#1

[attachment=12596]
Introduction
• A vending machine is a system which accepts a coin and dispenses the product we want.
• The idea of vending machine is implemented through a state machine.
• A finite state machine, so names because the sequential logic or flip-flops that implements them can be in one of a finite number of possible states.
Vending Machine Design and Main Modules
 Coin Insertion – monitors coin input including nickels, dimes, quarters, and dollars and communicates coin type and coin value
 Item Selection – monitors row selection and column selection
 Change Dispenser – outputs the appropriate amount of change
 Vending Machine Control – keeps track of the numeric insertion value, price of selected item, and controls the flow of the vending machine from coin insertion to item selection to item dispensed and change dispensed
Coin Insertion
• The coin insertion module is used when we insert a coin for a particular product that we want.
• The inputs to this module are the coin type and coin value and in addition to it we have the clock and reset signals.
• The outputs from this module are the coin type and value.
Item Selection
• The item selection module determines the particular produt and its price.
• The inputs to this particular module are clock and reset signal.
• In addition to this are cancel selection which is used to cancel a product and selection done signal for making final selection.
• There is also a row and column selection for selecting a particular row and column.
• The outputs from this module are the item selected and its price.
Change Dispenser
• The change dispenser is used to dispense the change to the user.
• The inputs to this module are CLK, reset, Initialize – initialize coin registers, reset dispenser – communication from main module.
• Other inputs are dispense ready – signal indicating change ready to be dispensed, dispense value – signal determining the amount to be dispensed, max_price_met – signal indicating that the maximum amount of change has been inputted, any further change will be dispensed
• Outputs of this module are out_coin_type – signal indicating the type of coin dispensed, dispense finished – signal indicating that the dispense routine is finished, no_more_change – signal indicating that no more change is left in the machine
Main Module
• This module controls the all other modules.
• All the above three modules are controlled by this main module.
• The inputs to this module are CLK, reset, coin type (from coin insertion module), coin out (from coin dispenser module), item select, item row.
• The outputs of this module are Dispensed item, Dispensed change,
Not enough change indicator, Exact change indicator.
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: working principle of vending machine ppt, automatic chocolate vending machine in labview, ladder diagram coffee vending machine, c code for chocolate vending machine, ppt report in vending mechine using rtos, general vending machine project report, vhdl code for chocklet vending machine,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  FINGER PRINT BASED ELECTRONIC VOTING MACHINE full report project topics 60 50,915 11-05-2017, 10:43 AM
Last Post: jaseela123d
  AUTOMATIC BUS STATION ANNOUNCEMENT SYSTEM full report project report tiger 4 10,907 13-08-2016, 11:16 AM
Last Post: jaseela123d
  MICROCONTROLLER BASED DAM GATE CONTROL SYSTEM full report seminar class 13 17,289 19-06-2016, 07:53 PM
Last Post: Saianjana
  Microcontroller Based Cellular Voting Machine seminar projects crazy 5 6,633 10-05-2016, 04:19 PM
Last Post: pankaj raj
  METAL DETECTOR full report project report tiger 14 23,810 12-03-2016, 01:51 PM
Last Post: seminar report asees
  Solar power plant full report seminar class 2 3,370 11-11-2015, 01:49 PM
Last Post: seminar report asees
  MICROCONTROLLER BASED AUTOMATIC RAILWAY GATE CONTROL full report project topics 49 58,009 10-09-2015, 03:18 PM
Last Post: seminar report asees
  RELAY CO-ORDINATION full report project report tiger 2 4,424 24-02-2015, 10:18 AM
Last Post: seminar report asees
  COIN BASED MOBILE CHARGER full report seminar class 25 23,042 08-12-2014, 11:40 PM
Last Post: seminar report asees
  Microstrip Patch Antenna - full report seminar surveyer 6 10,299 11-11-2014, 11:32 PM
Last Post: jaseela123d

Forum Jump: