|
||||||||||
| 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.Module
com.kuka.roboticsAPI.controllerModel.sunrise.predefinedCompounds.RemoteModule
com.kuka.roboticsAPI.controllerModel.sunrise.predefinedCompounds.CartesianVelocityModule
public class CartesianVelocityModule
Proxy module for the velocity controlled cartesian movement. Allows to send the velocity command values direct to the controller.
| Field Summary |
|---|
| Fields inherited from class com.kuka.roboticsAPI.controllerModel.sunrise.predefinedCompounds.RemoteModule |
|---|
ERROR, READYFORNEXTSTATE, SUCCESS |
| Constructor Summary | |
|---|---|
CartesianVelocityModule(SPR spr,
Controller controller,
VelocityControlledCartesianMotion motion)
Initializes the instance of the JointVelocityModule class. |
|
| Method Summary | |
|---|---|
protected int |
active()
Called when the SPR is in Active. |
OutPort |
getTCurrRel()
Port for reporting progress. |
OutPort |
getVelocitiesOutport()
Gets the joint velocities outport. |
protected void |
step()
Updates output Port based on input Port and data source. |
protected int |
tuning()
Called when the SPR is in Tuning. |
| Methods inherited from class com.kuka.roboticsAPI.controllerModel.sunrise.predefinedCompounds.RemoteModule |
|---|
addInPort, addOutPort, connectionLost, getCycleRate, getWatchdogAlarm, getWatchdogTolerance, handleMessage, isFailOnCycleRateExceed, maintaining, needsMaintaining, needsMaintaining, onSerialization, onSPRStateChanged, setCycleRate, setFailOnCycleRateExceed, setWatchdogTolerance, tuningFinished |
| Methods inherited from class com.kuka.roboticsAPI.controllerModel.sunrise.api.Module |
|---|
getComponentType, getComponentVersion |
| Methods inherited from class com.kuka.roboticsAPI.controllerModel.sunrise.api.SPRComponent |
|---|
addInPort, addInPort, addOutPort, addOutPort, addParameter, getChecksum, getExpressionSegmentString, getInPort, getInPorts, getInstanceName, getName, getOutPort, getOutPorts, getParameter, getParameterList, getSPR, hasSameDataAs, onAsyncEvent, onFinished, onInitialize, onSPRStateChanged, onSPRStateChangedSync, setInstanceName, setName, toString, tryGetParameter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CartesianVelocityModule(SPR spr,
Controller controller,
VelocityControlledCartesianMotion motion)
spr - The SPR in which this module is contained.controller - The controller to which the command will be sent.motion - The motion.| Method Detail |
|---|
public OutPort getVelocitiesOutport()
protected int tuning()
RemoteModule
tuning in class RemoteModuleprotected int active()
RemoteModule
active in class RemoteModuleprotected void step()
public OutPort getTCurrRel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||