|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ILiftingDeviceCapability
Interface of the lifting device capability.
| Method Summary | |
|---|---|
double |
getDefaultAcceleration()
Returns the default acceleration of the lifting device. |
double |
getDefaultVelocity()
Returns the default velocity of the lifting device. |
double |
getMasteringPosition()
Returns the mastering position. |
double |
getMaximumPosition()
Returns the maximum Z position of the lifting device. |
double |
getMaximumVelocity()
Returns the maximum velocity of the lifting device. |
double |
getMeasuredPosition()
Gets the measured position of the lifting device. |
double |
getPayload()
Gets the payload. |
com.kuka.roboticsAPI.controllerModel.sunrise.ISafetyState |
getSafetyState()
Returns the safety state of the lifting device. |
boolean |
isMastered()
Returns the mastering state of the axes. |
com.kuka.roboticsAPI.executionModel.ICommandContainer |
move(com.kuka.roboticsAPI.commandModel.IAction aMotion)
Synchronous move command. |
com.kuka.roboticsAPI.executionModel.ICommandContainer |
moveAsync(com.kuka.roboticsAPI.commandModel.IAction aMotion)
Asynchronous move command. |
com.kuka.roboticsAPI.executionModel.ICommandContainer |
moveAsync(com.kuka.roboticsAPI.commandModel.IAction aMotion,
com.kuka.roboticsAPI.executionModel.IContainerStateListener listener)
Asynchronous move command. |
void |
setPayload(double payload)
Sets the payload. |
| Methods inherited from interface com.kuka.jogging.provider.api.common.ICartesianJoggingSupport |
|---|
getDegreeOfFreedom, jog, setJoggingBase |
| Methods inherited from interface com.kuka.jogging.provider.api.common.IJoggingSupport |
|---|
setTimeout |
| Methods inherited from interface com.kuka.roboticsAPI.capabilities.interfaces.IJointPositionInfoCapability |
|---|
getMeasuredJointPosition |
| Method Detail |
|---|
void setPayload(double payload)
payload - How much weight is on the lifting device [kg]. Must not be negative and must be smaller than maximum
payload enabled for the device. If not set 0.0 kg payload
is considered for the movements.double getPayload()
com.kuka.roboticsAPI.executionModel.ICommandContainer move(com.kuka.roboticsAPI.commandModel.IAction aMotion)
aMotion - the motion action
com.kuka.roboticsAPI.executionModel.ICommandContainer moveAsync(com.kuka.roboticsAPI.commandModel.IAction aMotion)
aMotion - the motion action
com.kuka.roboticsAPI.executionModel.ICommandContainer moveAsync(com.kuka.roboticsAPI.commandModel.IAction aMotion,
com.kuka.roboticsAPI.executionModel.IContainerStateListener listener)
aMotion - the motion actionlistener - container state listener
double getMeasuredPosition()
double getMaximumPosition()
double getMaximumVelocity()
double getDefaultVelocity()
double getDefaultAcceleration()
boolean isMastered()
com.kuka.roboticsAPI.controllerModel.sunrise.ISafetyState getSafetyState()
double getMasteringPosition()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||