| Author |
Message |
zen_1184
Joined: 20 Feb 2008 Posts: 19
|
13 Jun 2008 20:57 help for my thesis |
|
|
|
|
hi guys..alot of thanx for izpic, pcup and gabepic for ur kindly replies...
actuall im doing hot beverage vending machine system..
which has 7-varies of drink in the menu and have menu to select size of glass and also switch to control the amount of the sugar...
the out put will be the beverage ingradient drop into glas at a time..
let say if coffee selected from the drink menu, the out put is coffee,sugar,creamer and wil the hot water drop at atime in a glass...
so to build ths system wat kid of pic i should use??
which 1 easy ALTERA or pic programming??
if i use pic programming meas, how should i simulate it, wat software to simulate pic programing???
all ideas kindly welcomed...
hope guys out thr help me...
thnx aloy frends...tc:D
|
|
| Back to top |
|
 |
Google AdSense

|
13 Jun 2008 20:57 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
pcup
Joined: 26 Dec 2007 Posts: 92 Helped: 14 Location: India
|
14 Jun 2008 0:00 Re: help for my thesis |
|
|
|
|
| Code: |
| let say if coffee selected from the drink menu, the out put is coffee,sugar,creamer and wil the hot water drop at atime in a glass... |
Are you aware of the hardware which you are going to use like Heating/Dropping/Sensing/Releasing arm
| Code: |
| so to build ths system wat kid of pic i should use?? |
Pic16F877x is ok with you
| Code: |
| which 1 easy @ltera or pic programming?? |
PIC but altera also not that complicated
| Code: |
| if i use pic programming meas, how should i simulate it, wat software to simulate pic programing??? |
C programming knldg / Proteus .. KeilµVision for simulation and many more just google it
Last edited by pcup on 17 Jun 2008 19:32; edited 1 time in total |
|
| Back to top |
|
 |
gebepic
Joined: 23 May 2008 Posts: 49 Helped: 6 Location: The Universe
|
14 Jun 2008 9:07 Re: help for my thesis |
|
|
|
|
| Quote: |
Answers as A..D
so to build ths system wat kid of pic i should use??
A/16F877(lots of inputs/outputs + Analog Digital facilities ,10 bits resolution,0 to 1023)
which 1 easy @ltera or pic programming??
B/ programming Pic in Basic is for me the "most workable solution"
Using PicSimulatorIDE will also allow "fine tunings" in machine code
+++ a marvellous simulator
if i use pic programming meas, how should i simulate it, wat software to simulate pic programing???
C/ answer above
all ideas kindly welcomed...
hope guys out thr help me...
thnx aloy frends...tc:D
D/ That is easier to answer when the request is stated properly
I will help in all steps if you want.....(Not do the job , mind you)
Good luck
|
|
|
| Back to top |
|
 |