Heyo,
I've been thinking about scanner switching arrangements.
What I'd like:
- Vrefs are switched to (floating) battery supply while being measured
- DMM can measure a single Vref or the difference between two Vrefs
Here's what I've come up with (attached).
You can't compare any Vref against any other Vref: they are separated into two groups, and any Vref from group "A" can be compared to one from group "B".
With this restriction, you can get away with only two DPDT relays per Vref, which is pretty cheap.
Here, four Vrefs are shown, but the idea is that any number of Vrefs is supported.
The DMM also uses two SPDT relays and can do the following:
- Measure CH A to CH GND (i.e. measure a single Vref from group "A")
- Measure CH B to CH GND (i.e. measure a single Vref from group "B")
- Measure CH A to CH B (i.e. measure the difference between a Vref from group "A" and group "B")
Just to walk through some examples:
To measure Vref 1:
- Vref 1 input is switched from SUPPLY to BATTERY A
- Vref 1 output is enabled, placing it across CH A - CH GND
- DMM inputs are switched to CH A and CH GND
To measure Vref 2:
- Vref 2 input is switched from SUPPLY to BATTERY B
- Vref 2 output is enabled, placing it across CH B - CH GND
- DMM inputs are switched to CH B and CH GND
To measure Vref 1 against Vref 2:
- Vref 1 input is switched from SUPPLY to BATTERY A
- Vref 2 input is switched from SUPPLY to BATTERY B
- Vref 1 output is enabled, placing it across CH A - CH GND
- Vref 2 output is enabled, placing it across CH B - CH GND
- DMM inputs are switched to CH A and CH B
Edit: the caps on each Vref are large enough that they can be switched from SUPPLY to BATTERY A/B without losing power. This is a somewhat simplified schematic, as there would probably a regulator after each capacitor, keeping a stable voltage supplied to each Vref.
Edit 2: to elaborate, Vrefs 1, 3, ... are in group "A" and Vrefs 2, 4, ... are in group "B". So you can measure Vref 1 against 2 or 4, but not against 3. To get the difference between 1 and 3, you'd have to do it indirectly by measuring 1-2 and 3-2, then calculate 2-3. With a large number of Vrefs, many cross-checks are possible, so errors in the system should become apparent.
Edit 3: the batteries can be charged, but all Vrefs must be on SUPPLY, so no (floating) measurements can take place while the batteries are being charged.
Edit 4: I wonder if this thread should be moved to metrology?