Skip to content

How to read power consumption of single motors #95

Answered by randaz81
hu-yue asked this question in Q&A
Discussion options

You must be logged in to vote

IAmplifierControl::getCurrent() returns the instantaneous current consumption in mA.
IAmplifierControl::getPowerSupplyVoltage() returns the power supply voltage of the board, expressed in Volts (work in progress)
The power consumption is thus P=V*I (expressed in mW).
Currently you can assume V=40V (the voltage provided by the robot power supply) for all the ETH boards.

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by pattacini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #95 on December 08, 2020 17:12.