|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.sensorModel.LbrJointTemperatureSensorData
public final class LbrJointTemperatureSensorData
The temperature sensor data is a snapshot of temperature values for a specific LBR. For an update, the sensor needs to be queried again.
| Constructor Summary | |
|---|---|
LbrJointTemperatureSensorData(int[][] jointTemperatures)
Creates a new immutable instance of this type. |
|
| Method Summary | |
|---|---|
int |
getSingleTemperatureGms1(com.kuka.roboticsAPI.deviceModel.JointEnum joint)
Returns the temperature of the first sensor installed on a joint specific torque sensor board. |
int |
getSingleTemperatureGms2(com.kuka.roboticsAPI.deviceModel.JointEnum joint)
Returns the temperature of the second sensor installed on a joint specific torque sensor board. |
int |
getSingleTemperatureMotor1(com.kuka.roboticsAPI.deviceModel.JointEnum joint)
Returns the motor temperature value of sensor 1 for a specific joint. |
int |
getSingleTemperatureMotor2(com.kuka.roboticsAPI.deviceModel.JointEnum joint)
Returns the motor temperature value of sensor 2 for a specific joint. |
int[] |
getTemperaturesGms1()
Returns the temperatures of the first sensor installed on the torque sensor board. |
int[] |
getTemperaturesGms2()
Returns the temperatures from the second sensor installed on the torque sensor board. |
int[] |
getTemperaturesMotor1()
Returns the motor temperature values from sensor 1. |
int[] |
getTemperaturesMotor2()
Returns the motor temperature values from sensor 2. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LbrJointTemperatureSensorData(int[][] jointTemperatures)
jointTemperatures - Array of the following temperature arrays:
| Method Detail |
|---|
public int[] getTemperaturesMotor1()
public int getSingleTemperatureMotor1(com.kuka.roboticsAPI.deviceModel.JointEnum joint)
joint - The joint for which to query the current temperature sensor data.
public int[] getTemperaturesMotor2()
public int getSingleTemperatureMotor2(com.kuka.roboticsAPI.deviceModel.JointEnum joint)
joint - The joint for which to query the current temperature sensor data.
public int[] getTemperaturesGms1()
public int getSingleTemperatureGms1(com.kuka.roboticsAPI.deviceModel.JointEnum joint)
joint - The joint for which to query the current temperature sensor data.
public int[] getTemperaturesGms2()
public int getSingleTemperatureGms2(com.kuka.roboticsAPI.deviceModel.JointEnum joint)
joint - The joint for which to query the current temperature sensor data.
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||