Not with a linear VI converter. 1:10^6 dynamic is well feasible for current signals, but effectively impossible for voltage signals. A linear current ramp seems neither useful, because it sweeps the lower 2 or 3 decades in about "no time".Can we use a ramp generator and than convert it into current by VI converter.
For sure you can. But show us how you think you will use it. --> schematic.Can I use PIC microcontroller and precise resistor? I could change PIC output voltage thus control the current.
Code C - [expand] 1 2 3 4 5 6 7 8 9 10 11 int pwmOut = 3; void setup() { pinMode(pwmOut, OUTPUT); } void loop() { analogWrite(pwmOut, 128); // about 2.5 volts delay(30); }
Is this a question?If I use 24 bit DAC can't I get necessary precision.
We don´t know what controller you use. --> Simply look into it´s datasheet.Can I increase 256 steps somehow?
It seems you change your requirement on every post....I have to find a way to vary the current from 1nA to 1000nA.
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?