Description: Producer Consumer Example
This particular example, a simulated soda machine, uses an event structure in the producer loop to register user input (depositingclicking on quarter, dime or nickel), and then pass that event on to the consumer loop for processing.
File list (Check if you may need any files):
Coke Machine State Control.ctl
Producer consumer coke machine.vi