-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add selection for HV/LV #7
Comments
I also want to store the mapping IntToVolt on the RP. The server should provide a calibration procedure for this. Here, LV and HV need to be selected |
We should use the eeprom stuff that is implemented in the regular RP API: https://github.com/RedPitaya/RedPitaya/blob/1dfabae67968cc76548e461c7d123a284d3df725/api/src/calib.c If that is done the DAC API should use voltage. |
Is there a working solution for the selection today? To be honest, I didn't realy understand how to do the calibration you mentioned. |
Unfortunately not yet. We do not use the „high“ voltage input path. I would recommend to just do a test sweep in the relevant frequency range with a calibrated signal generator and compare the acquired amplitude with the setting from the signal generator. If this comparison is fine for you, this issue might not even be relevant for you. Or did you already experience problems? |
Thank you for your answer. |
So there is two different issues here:
What we do regarding 2. is shown here: https://github.com/MagneticParticleImaging/MPIMeasurements.jl/blob/master/src/DAQ/RedPitayaScpiNew.jl#L160 |
Sorry, but for 1 I don't understand what you mean with "transfer function". Regarding number 2, I don't really care if the data format is in integers or floats. I guess the conversion can be done later on in the software. |
Concerning the transfer function I would like to refer to Wikipedia. The DAQ project just outputs the raw data of the 14 Bit ADC. The full scale value of the ADC is manipulated with said jumper. |
This issue is related to #5: The input stage has some flaws which are being corrected by a filter. This filter has two constants AA and BB which differ for LV and HV.
The text was updated successfully, but these errors were encountered: