pic

Thread Starter

sushilreddi

Joined Jan 16, 2014
1
dear friends


i am new to this field

i need a pic program in flow code i will explain the program

there a 4 inputs 1st up
2nd down
3rd reset
4th sensor

out puts 2 pwm controlled motor op 1 is constant 1 is variable
1 relay output
2nd 1 buzzer output
there is a lcd to display the counts

flow of the program

when we switch on the circuit the relay must be on and the both the motor must start, 1 is constant speed and 1 is variable speed

speed must show in the lcd (16X2) 0-120rpm
if i clicked on up button then speed must increment +10 (ex if it is running in 60 then it will jump to 70 using pwm )
if i clicked on down button then it must decrements -10

if the sensor input remains for 1 sec then motors and relay must be off and buzzer must switch on.

that timer is user friendly so it must be variable and we need to change using same push button in lcd.

if i clicked on reset button then system start again same thing will repeat
 

pwdixon

Joined Oct 11, 2012
488
You can do all of this but I doubt anyone will just do the coding for you, you should do it yourself or be prepared to pay someone to do it for you.
 

tshuck

Joined Oct 18, 2012
3,534
I would suggest either learning how to use the PIC, then apply that knowledge to the solution you are attempting, or picking a controller with a smaller learning curve (e.g. an Arduino, or a PICAXE)...
 
Top