eez-open / modular-psu-firmware

Firmware for EEZ Bench Box 3 (BB3)
https://www.envox.eu/eez-bb3/
GNU General Public License v3.0
93 stars 40 forks source link

Allow to swap between min/max and offset/div mode in data log viewer #175

Open fietser28 opened 3 years ago

fietser28 commented 3 years ago

In the current datalog viewer you see and set the ranges and scale with offset and div (scale) values. In many cases it is easier to read/enter the min and max value instead of offset and div. (for example in many cases min = 0)

I think if you press the Offset or Div text the display should swap to showing Min and Max and vise versa. In Min/Max mode pressing the min value should let you set the min value.

I don't know if equivalent SCPI commands are needed, but it could be handy.

mvladic commented 3 years ago

To select Min/Max instead of Offset/Div use the [x] Use Min/Max checkbox in drawer settings tab:

image