#include <PowerOutput.h>
Public Member Functions | |
| void | setValue (float controlPoint) |
| float | current () const |
| unsigned short | rawCurrentMeasurment () const |
Caution: You must not use the PowerOutput class to drive Robotino's gripper. The gripper will be physically destroyed if current is not limited. Use the Gripper class instead. If there is at least one Gripper object assigend to the same Com object as this PowerOutput, the PowerOutput is disabled.
| void rec::robotino::com::PowerOutput::setValue | ( | float | controlPoint | ) |
Sets the current set point of the power output.
| controlPoint | The control point. Range from -100 to 100. |
| RobotinoException | if the current communication object is invalid. |
| float rec::robotino::com::PowerOutput::current | ( | ) | const |
| RobotinoException | if the current communication object is invalid. |
| unsigned short rec::robotino::com::PowerOutput::rawCurrentMeasurment | ( | ) | const |
The current is measured by a 10 bit adc and is not converted into A.
| RobotinoException | if the current communication object is invalid. |
1.5.5