Jump to content
  • 0

Feature request - current consumption


Piotr Rzeszut

Question

Hi,

I was working with AD2 and DD for quite a time and I feel lack of one small feature: display overall current/input voltage consumption constantly.

Now I am able to observe there parameters by clicking on "Status" button in the bottom right corner, but It would be nice to have an option to display these parameters in this status bar without a need to click on the button. This would be useful for me when playing with power supplies - by looking at these parameters I can clearly see if there si an issue in my system or not.

Also, I do not know if the hardware has such ability, It would be nice to display current consumption of power supplies in power supply window.

Best regards,

PR

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

Hi @Piotr Rzeszut

The AD/AD2 has no voltage or current readback.
On the EExplorer board you can adjust the voltage/current limit and also have voltage/current readback.

The AD2 has USB and AUX supply monitoring and the DD USB and VCC monitoring, shown in the Status dropdown.
I could show these also in the Supply window. In the SDK/Script the monitoring is part of the supplies API, analog-io

Supplies.run()
while(wait(1)){
    print(Supplies.Input.USBMonitor.Current.value)
}

image.png.3ac21c287e8032e7b668b52bf0a7d872.png

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...