|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.ioModel.AbstractIOGroup
com.kuka.roboticsAPI.controllerModel.sunrise.state.kmp.io.VoltaboxBatteryIOGroup
@Singleton public class VoltaboxBatteryIOGroup
Class represents IO Group called BMS (Battery Management System signals).
| Constructor Summary | |
|---|---|
VoltaboxBatteryIOGroup(com.kuka.roboticsAPI.controllerModel.Controller controller)
Creates new instance of VoltaboxBatteryIOGroup. |
|
| Method Summary | |
|---|---|
boolean |
getChargingEnable()
Gets the value of the ChargingEnable signal in BMS. |
boolean |
getChargingRelayEnable()
Gets the value of the ChargingRelayEnable signal in BMS. |
long |
getFirmwareVersionDay()
Gets the firmware version day. |
long |
getFirmwareVersionMonth()
Gets the firmware version month. |
long |
getFirmwareVersionYear()
Gets the firmware version year. |
long |
getLoadCycles()
Gets the value of the LoadCycles signal in BMS. |
long |
getOperatingHours()
Gets the value of the OperatingHours signal in BMS. |
long |
getReferenceChargeNeeded()
Gets the value of the ReferenceCharge signal in BMS. |
long |
getStateOfCharge()
Gets the value of the StateOfCharge signal in BMS. |
long |
getStateOfHealth()
Gets the value of the StateOfHealth signal in BMS. |
long |
getTotalCurrent()
Gets the value of the TotalCurrent signal in BMS. |
| Methods inherited from class com.kuka.roboticsAPI.ioModel.AbstractIOGroup |
|---|
addAnalogOutput, addDigitalOutput, addInput, addIO, addMockedAnalogOutput, addMockedDigitalOutput, addMockedInput, getAnalogIOValue, getBooleanIOValue, getInput, getInputs, getIO, getIOGroupName, getNumberIOValue, getOutput, getOutputs, setAnalogOutput, setDigitalOutput, setDigitalOutput, setMockedInput |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Inject public VoltaboxBatteryIOGroup(com.kuka.roboticsAPI.controllerModel.Controller controller)
VoltaboxBatteryIOGroup.
controller - Controller| Method Detail |
|---|
public long getLoadCycles()
public long getOperatingHours()
public long getStateOfCharge()
public long getStateOfHealth()
public long getTotalCurrent()
public boolean getChargingEnable()
true if the charging is enabled, false otherwise.public boolean getChargingRelayEnable()
true if the charging relay is enabled, false otherwise.public long getFirmwareVersionYear()
public long getFirmwareVersionMonth()
public long getFirmwareVersionDay()
public long getReferenceChargeNeeded()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||