-
Notifications
You must be signed in to change notification settings - Fork 156
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
Command line option for AC/DC coupling mode #45
Comments
I don't provide this option - technical reason: the const structures in |
? The 6022 didn't have AC coupling mode? |
with al little modification ... have a look at:
https://github.com/OpenHantek/OpenHantek6022/blob/master/docs/HANTEK6022_AC_Modification.pdf
Am 25.01.2020 um 12:13 schrieb kiwichrish:
…
? The 6022 didn't have AC coupling mode?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#45?email_source=notifications&email_token=AOCLPU4T3AKKLYGP2YLVBLDQ7QNFXA5CNFSM4J4PMGPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJ42LXI#issuecomment-578397661>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOCLPU3X53GKWCHCB7K6BBTQ7QNFXANCNFSM4J4PMGPA>.
--
--------------------
FRÖHNEL Datentechnik
Inh. Andreas Fröhnel
Theisenstraße 27
38108 Braunschweig
Tel. 0177 2194393
--------------------
|
ROFL.. I just use a cap in series with the probe externally when I want AC coupling on mine. :-) So once the mod is done does the re-compiled version of OpenHantek let you turn the mos relays on/off? Definitely worth doing.. that schematic explains why the damn thing clips some signals as well, depending on V/div setting.. |
Sure, that's the purpose of my modification.
If you take a closer look at the data sheet of the ADC, you will see another design error - the input voltage of the ADC (Ain=-0.5V..+0.5V, /Ain=0) is far outside the specification (common mode voltage: +0.7V..+1.1V). This may be the reason why the 1st 1000..2000 samples are garbage - I just throw them away during sampling. |
Why not just leave AC and DC options always available on gui? |
AC coupling requires a hardware modification that the majority of users do not have. The machine should only offer AC coupling if it is also available. Otherwise there will be many irritations and issue reports. |
Even when choosing DC? FYI: As I only have cmake 3.10 (Ubuntu 18.04), I am unable to compile with HANTEK_AC defined. Function add_compile_definitions function has been added in cmake 3.12. |
@Jim-O: |
@Habakuk2000:
That's it - for Windows VS should do the task.
What do you mean??? Regarding your Ubuntu cmake version, you can change the entry in
(currently untested as I'm away from my development system) |
@Ho-Ro: |
An AC checkbox in Settings/Scope, disabled by default, seems to be a good enough solution to keep the user informed. |
Is ist possible to enable the ac/dc coupling without rebuilding the binaries. ex. by an option?
The text was updated successfully, but these errors were encountered: