|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.controllerModel.sunrise.brakeTest.BrakeTestResult
public class BrakeTestResult
Contains the results of the brake test.
| Constructor Summary | |
|---|---|
BrakeTestResult(int axis,
int motorIndex,
int brakeIndex,
double friction,
double gravity,
double measuredBrakeHoldingTorque,
double motorHoldingTorque,
double motorMaximalTorque,
double maxBrakeHoldingTorque,
double minBrakeHoldingTorque,
double testedTorque,
BrakeState state)
Constructor. |
|
| Method Summary | |
|---|---|
int |
getAxis()
Returns axis index whose brake was tested. |
int |
getBrakeIndex()
Returns the index of the brake of the tested motor. |
double |
getFriction()
Returns the determined friction. |
double |
getGravity()
Returns the determined gravitation. |
double |
getMaxBrakeHoldingTorque()
Returns the configured brake not to exceed holding torque in [Nm]. |
double |
getMeasuredBrakeHoldingTorque()
Returns the measured holding torque of the brake in [Nm]. |
double |
getMinBrakeHoldingTorque()
Returns the configured brake minimal holding torque in [Nm]. |
double |
getMotorHoldingTorque()
Returns the configured motor holding torque in [Nm]. |
int |
getMotorIndex()
Returns the index of the motor of the tested drive. |
double |
getMotorMaximalTorque()
Returns the configured motor maximal torque in [Nm]. |
BrakeState |
getState()
Represents the result state of the brake test. |
double |
getTestedTorque()
Returns minimum between motor holding torque, brake holding torque and absolute holding torque (e.g. maximum of an application torque) to be tested. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BrakeTestResult(int axis,
int motorIndex,
int brakeIndex,
double friction,
double gravity,
double measuredBrakeHoldingTorque,
double motorHoldingTorque,
double motorMaximalTorque,
double maxBrakeHoldingTorque,
double minBrakeHoldingTorque,
double testedTorque,
BrakeState state)
axis - the axis index, whose brake was tested.motorIndex - the index of the motor of the tested drive (0-based).brakeIndex - the index of the brake of the tested motor (0-based).friction - the determined friction in [Nm].gravity - the determined gravitation in [Nm].measuredBrakeHoldingTorque - the measured brake holding torque in [Nm].motorHoldingTorque - the configured motor holding torque in [Nm].motorMaximalTorque - the configured motor maximal torque in [Nm].maxBrakeHoldingTorque - the configured brake not to exceed holding torque in [Nm].minBrakeHoldingTorque - the configured brake minimal holding torque in [Nm].testedTorque - given minimum between motor holding torque, brake holding torque and absolute holding torque (e.g.
maximum of an application torque) to be tested in [Nm].state - represents the result state of the brake test| Method Detail |
|---|
public final int getAxis()
public final int getMotorIndex()
public final int getBrakeIndex()
public final double getFriction()
public final double getGravity()
public final double getMeasuredBrakeHoldingTorque()
public final double getMotorHoldingTorque()
public final double getMotorMaximalTorque()
public final double getMaxBrakeHoldingTorque()
public final double getMinBrakeHoldingTorque()
public final double getTestedTorque()
public final BrakeState getState()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||