I wanna run a system with PIC micro-controller. It is just like a current control (u can suppose it)..
The system has following specifications:
there are three relays. Relay-1, Relay-2 and Relay-3. Micro-Controller is getting the input at ADC. If input is 10, no relay will turn on (energize).
If input is 8 (means input decreases), relay-1 will turn on, & causing the current to be 10.
Similarly if, input becomes 6 relay-2 will on n make the input 10.
n similar for third relay.
Whats the problem I am facing:
The problem i m facing is that when input is 10 no relay switches on, n that's fine,, but as soon as input becomes 8, relay 1 will energize causing input to be 10. Now as input is 10, again relay trips (turns off) and again input becomes 8, n again relay trips. N its a problem i m facing, this tripping.
Kindly if you know any way to get rid of this problem, share with me. I m using mikroC.
The system has following specifications:
there are three relays. Relay-1, Relay-2 and Relay-3. Micro-Controller is getting the input at ADC. If input is 10, no relay will turn on (energize).
If input is 8 (means input decreases), relay-1 will turn on, & causing the current to be 10.
Similarly if, input becomes 6 relay-2 will on n make the input 10.
n similar for third relay.
Whats the problem I am facing:
The problem i m facing is that when input is 10 no relay switches on, n that's fine,, but as soon as input becomes 8, relay 1 will energize causing input to be 10. Now as input is 10, again relay trips (turns off) and again input becomes 8, n again relay trips. N its a problem i m facing, this tripping.
Kindly if you know any way to get rid of this problem, share with me. I m using mikroC.