I am now working to try and make a definition for the East Tester ET4401 (and similar) LCR meters.
I have a control interface built, but I am having trouble trying to read values from it, examples of the SCPI query are shown below, it returns two sets of values at once with a single query.
I don't know how to split out the individual data segments from the response and allocate them to values, obviously this is made more complicated by the changing dual modes as well.
;; Found Zc ET4401 on STM32 Virtual COM Port (cu.usbmodem5D11) sn: V1.00.1942.009
fetc?
;; Cs,0pF,ESR,--OL--
fetc?
;; Cs,-8pF,ESR,-539.8M¦¸
fetc?
;; Ls,-5.369MH,ESR,--OL--
fetc?
;; Zs,--OL--,ESR,--OL--
fetc?
;; Rp,--OL--,X,--OL--
fetc?
;; Rs,--OL--,ESR,-943.3M¦¸
fetc?
;; Cp,0pF,X,58.64M¦¸
fetc?
;; Cp,-1pF,D,3.7414
fetc?
;; Cp,-1pF,Q,0.3193
fetc?
;; Cp,-1pF,¦È,163.35deg
fetc?
;; Cp,-1pF,ESR,-547.6M¦¸
fetc?
;; DCR,--OL--,-,------
fetc?
;; ECs,-97.22F,ESR,-0.0018¦¸
fetc?
;; DCR,0.000¦¸,-,------
These are the main primary 1st function modes of operation, and have series and parallel suffixes as seen in the example above:
Auto AUTO
Inductance L
Capacitance C
Elecrolytic_Capacitance ECAP
AC_Resistance R
DC_Resistance DCR
Impedance Z
These are the 2nd function modes:
ESR ESR
Dissipation D
Reactance X
Quality_Factor Q
Angle THR