|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.controllerModel.sunrise.api.SPRComponent
com.kuka.roboticsAPI.controllerModel.sunrise.api.ActiveDevice
com.kuka.roboticsAPI.controllerModel.sunrise.predefinedCompounds.kmp.PlatformBrakeTestPipe
public class PlatformBrakeTestPipe
Pipe to test platform wheels' brakes.
| Field Summary |
|---|
| Fields inherited from class com.kuka.roboticsAPI.controllerModel.sunrise.api.ActiveDevice |
|---|
FINISH_MAINTAINING, STOP_REQUEST |
| Constructor Summary | |
|---|---|
PlatformBrakeTestPipe(String pipeName)
Creates a platform brake test pipe with the given name. |
|
| Method Summary | |
|---|---|
com.kuka.roboticsAPI.controllerModel.sunrise.api.OutPort |
getBrakeTestStatePort()
Gets the OutPort signalling the current brake test state. |
com.kuka.roboticsAPI.controllerModel.sunrise.api.InPort |
getStopMotionRequest()
Gets the InPort signaling a stop motion request. |
void |
setTimeout(double timeout)
Sets the timeout to be applied to the brake test. |
void |
setTorque(double torque)
Sets the torque to be applied while testing. |
void |
setWheelId(int wheelId)
Sets the wheel to be brake-tested. |
| Methods inherited from class com.kuka.roboticsAPI.controllerModel.sunrise.api.ActiveDevice |
|---|
getAlias, getComponentType, getComponentVersion, getDebug, getFinishMaintainingInport, getInstanceName, getMaintainTimeout, getPipeName, getStopRequest, hasSameDataAs, setAlias, setInstanceName, setMaintainTimeout, setPipeName |
| Methods inherited from class com.kuka.roboticsAPI.controllerModel.sunrise.api.SPRComponent |
|---|
addInPort, addInPort, addOutPort, addOutPort, addParameter, getChecksum, getExpressionSegmentString, getInPort, getInPorts, getName, getOutPort, getOutPorts, getParameter, getParameterList, getSPR, onAsyncEvent, onFinished, onInitialize, onSerialization, onSPRStateChanged, onSPRStateChangedSync, setName, toString, tryGetParameter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PlatformBrakeTestPipe(String pipeName)
pipeName - Name of the pipe| Method Detail |
|---|
public void setWheelId(int wheelId)
wheelId - ID of the wheel (0/1/2/3 - FR/FL/RR/RL)public void setTorque(double torque)
torque - Torque [Nm]public void setTimeout(double timeout)
timeout - The timeout to be applie.d to the brake testpublic com.kuka.roboticsAPI.controllerModel.sunrise.api.OutPort getBrakeTestStatePort()
public com.kuka.roboticsAPI.controllerModel.sunrise.api.InPort getStopMotionRequest()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||