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.

Slow current ramp generator

Status
Not open for further replies.

martinochiro

Newbie level 4
Joined
Jun 27, 2015
Messages
5
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
33
To test a digital thermometer, i need a circuit that generates a 4-20mA current ramp in 20min (1200 sec) in the up and down direction (also of 1200sec). The power supply available is 12V and the input resistance of the digital thermometer is 250 Ohm.

Thank You
 

Because the time must be so accurate, using a opamp integrator would not obvoously not be recomended.

What abut a digital counter + DA converter + Opamp circuit for converting input voltage to current?
 

I agree that an up/down digital counter driving a D/A seems the best approach.

What resolution/accuracy do you need?

For example, 16-bit resolution would give a step increase about once every second with a resolution of about 0.0015%.
 
Last edited:

A resolution of 12 bit (or more) is ok.
 

Then use a 12-bit up/down counter and a 12-bit D/A.
12 bits will give you 4096 steps so, for a 1200s ramp, you need a 4096 / 1200 = 3.4Hz clock to the counter.

Depending upon the accuracy you need, the clock could be generated by a 555 timer connected as an astable oscillator.

A typical up/down counter is the 4-bit CD4029. You would need three of them connected in sequence.

A flip-flop (latch) could be used to change the up/down input of the counter when the counter reaches the max count and when it reaches the zero count.

Are you able to design such a circuit by yourself?
 
Thank You crutschow
a schematic would be much appreciated.
Regards
 

1. verify the monotonicity, gain, offset error of your ADC using a better DAC of same resolution then calibrate and correct all errors.

2. Make an I to V convert with V to I convertor , calibrate and correct all gain, offset and nonlinear errors.

3. Combine 1 & 2 to simulate thermometer data usind DAC output and V to I converter at any speed.

Is this a synchronous data collection system? Sample rate?
 

Thank You for the suggestions.
This is a test circuit i will use just to simulate (slow) variations in temperature. Not a true data collection system.
 

No experience in micro programming.
Any suggestion about some micro family to begin in this area ?
 

I have used a Stamp module for a small project, which is quite simple to use and is programmable in Basic.
I recommend you use a micro that is designed to use Basic, such as the Stamp or PICAXE, since I think it's the easiest programming language to start with.
Starting with a language like C (or its relatives like Java) is only for the masochistic out there as I see it. I think the arcane syntax of C is something only a programmer could love. ;-)
Obviously I don't fall into that category.
 
Last edited:

You dont need a MCU. Just a counter like cd4040 with clock and DAC with shift register in between if Serial DAC and suitable 8x or 12x clock and logic.
 

You dont need a MCU. Just a counter like cd4040 with clock and DAC with shift register in between if Serial DAC and suitable 8x or 12x clock and logic.
No, of course you don't. But the design for this using a small micro might be easier then designing the clock generation, counter connections, and logic required to do this task.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top