eez-open / modular-psu-firmware

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

source:volt? is not correct on MIO168 AOUT channels when funcgen is active #307

Open fietser28 opened 2 years ago

fietser28 commented 2 years ago

It seems source:volt? always returns the fixed value and not the value generated by the funcgen if it is active.

Example in simulator: 5AB2DEE0-8FBA-4011-A2C9-FAAC964EEF49

How to reproduce: Set the value of AOUT and remember it. Set the funcgen on on AOUT with a range outside of the previous value. Query the AOUT value with source:volt? It will give back the first set value and not the actual current value produced by the funcgen.

If I do the same on DCP405 channel the values follow the actual (funcgen) values.