Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Track the trip value

Status
Not open for further replies.

imranahmed

Advanced Member level 3
Advanced Member level 3
Joined
Dec 4, 2011
Messages
822
Helped
3
Reputation
6
Reaction score
3
Trophy points
1,298
Location
Karachi,Pakistan
Visit site
Activity points
6,533
Please let me know that there is any method for track ADC value when it reach

predefined value.

For e.g. if(ADC >= 512) whenever this condition would become true
Then display 512 but it cannot display 512 it was display
Above any value instead of 512.
 

What are you trying to do and with what ? with PIC, AVR, Arduino ? What is interfaced to ADC ?

If adc value >= 512 display it and if less than 512 don't display ?
 

I using Arduino UNO , ampere sensor is interface and trying to do that
whenever ADC value reach 512 or any predefined value ,a single toggles
and trip the Relay. And also show the exact value where trip occurs.

For e.g. if ampere value reaches 12.5amps then trip and display continuously
the value 12.5A.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top