-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Offset Dummy Cell #26
Comments
I found a solution for the offset issue. I added a compensation factor to the ADC read and DAC write commands.
in the file ps_analog_subsystem cpp I added the values to the read ADC and write DAC.
|
Hi Chris, Regarding the current offset you are seeing. The Rodeostat uses amplifier circuits to set the gains and to scale and shift the values to the appropriate ranges for the inputs and outputs of the microcontroller. The components used by the amplifiers, in their feedback networks, etc, have a specified tolerance. For the Rodestat these components are typically either 0.1% or 0.5% depending on where they are used. This tolerance will set the accuracy over the full scale range of the input/output. In your example you are using the +/- 1000uA current range - so the full scale range is 2000uA. The current offset you are seeing about 14uA. This is an error of 0.7% which is roughly what we would expect given the 0.1% to 0.5% component tolerances. I agree that having a system which allows users to add a custom calibration to account to the component errors would be great - thanks for sharing your solution. I've actually been thinking about ways of modifiying the firmware and Python API to allow users to set custom calibrations for both the different output voltage ranges and the current ranges. Ideally users would be able to set there own calibrations and save them to nonvolatile memory. I think it would also be nice to have a protocol for creating the custom calibrations, e.g. here are the step you need to go through to calibration an output voltage, here are the steps for a current range, etc. Best, |
Hi,
I recently got my Rodeostat (Hardware Variant: 10V_10MilliAmpV0.2 Firmware:FW0.0.9). I run a test with the dummy cell 50k. I expected that a 0V also the current 0uA is, but at 0V there is a current flowing of -14uA and 0 current flow occurs at 0.65V.
Is there any option to adjust something to get 0 current at 0V?
Best regards
Chris
The text was updated successfully, but these errors were encountered: