Noob here, but not to the topic in general...
I'm starting out on TestController the hard (?) way: by defining a new device (Fluke 8808A).
I'm not sure if the following is normal or unusual... but in any case it doesn't seem to be documented that I see... nor have I seen it discussed.
Measurements returned by this device may be either of these formats:
Tx <meas?>
; F8808: Rx <+28.399E-3 VDC>
;; F8808: Rx as numbers <0.028399 NaN>
or (if doing two simultaneous measures)
Tx <meas?>
;; F8808: Rx <+1.192E-3 VDC,-0.001E-6 ADC>
;; F8808: Rx as numbers <0.001192 NaN -1.0E-9 NaN>
(I *may* be able to disable the unit info, although that seems valuable for auto-changing the measurement mode???)
QUESTIONS1) Units
Clearly this DMM provides measurements using engineering units (ie powers of ten scaled by multiples of 3)
This is not documented in the #value setup.
What am I supposed to use for #value here?
2) Measurement type
Are there examples of reading from DMM's that supply the type of measurement?
3) Single / Double measures
I see two types of double-measure documented lightly:
DMM and DMM:2 (for in essence two whole meters)
vs a more complex setup supporting primary/secondary measures (haven't figured that out yet.)
Any recommendations on which path to take?
THANK YOU SOOO MUCH! This is an incredible tool
Pete