|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.sensorModel.LbrPdsTemperatureSensorData
public final class LbrPdsTemperatureSensorData
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 | |
|---|---|
LbrPdsTemperatureSensorData(int[][] pdsTemperatures)
Creates a new immutable instance of this type. |
|
| Method Summary | |
|---|---|
int |
getSingleTemperatureFcuBrake(int pdsId)
Returns the temperature value from the sensors installed on a specific frequency control board for the brake. |
int |
getSingleTemperatureFcuMotor(int pdsId)
Returns the temperature value from the sensors installed on a specific frequency control board for the motor. |
int |
getSingleTemperatureRcu1(int pdsId)
Returns the temperature value from the first sensor installed on a specific control logic board. |
int |
getSingleTemperatureRcu2(int pdsId)
Returns the temperature value from the second sensor installed on a specific control logic board. |
int[] |
getTemperaturesFcuBrake()
Returns the temperatures from the sensors installed on the frequency control boards for the break. |
int[] |
getTemperaturesFcuMotor()
Returns the temperatures from the sensors installed on the frequency control boards for the motor. |
int[] |
getTemperaturesRcu1()
Returns the temperature values from the first sensor installed on the control logic boards. |
int[] |
getTemperaturesRcu2()
Returns the temperature values from the second sensor installed on the control logic boards. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LbrPdsTemperatureSensorData(int[][] pdsTemperatures)
pdsTemperatures - Array of the following temperature arrays:
| Method Detail |
|---|
public int[] getTemperaturesRcu1()
public int getSingleTemperatureRcu1(int pdsId)
pdsId - ID of the PDS board to be considered
public int[] getTemperaturesRcu2()
public int getSingleTemperatureRcu2(int pdsId)
pdsId - ID of the PDS board to be considered
public int[] getTemperaturesFcuMotor()
public int getSingleTemperatureFcuMotor(int pdsId)
pdsId - ID of the PDS board to be considered
public int[] getTemperaturesFcuBrake()
public int getSingleTemperatureFcuBrake(int pdsId)
pdsId - ID of the PDS board to be considered
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||