|
||||||||||
| 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.kmp.BasicVelOTG
public class BasicVelOTG
| Field Summary | |
|---|---|
static String |
DEFAULT_MODULE_NAME
Default name of the module. |
| Constructor Summary | |
|---|---|
BasicVelOTG()
Creates a new instance of the module. |
|
| Method Summary | |
|---|---|
com.kuka.roboticsAPI.controllerModel.sunrise.api.OutPort |
getAccCmd()
Gets the output port for the commanded acceleration. |
com.kuka.roboticsAPI.controllerModel.sunrise.api.InPort |
getAccelMsr()
Gets the input port for the measured acceleration. |
com.kuka.roboticsAPI.controllerModel.sunrise.api.InPort |
getMaxAccel()
Gets the input port for the maximum acceleration. |
com.kuka.roboticsAPI.controllerModel.sunrise.api.InPort |
getMaxSpeed()
Gets the input port for the maximum speed. |
com.kuka.roboticsAPI.controllerModel.sunrise.api.InPort |
getOverride()
Gets the input port for the override. |
com.kuka.roboticsAPI.controllerModel.sunrise.api.OutPort |
getPosCmd()
Gets the output port for the commanded position. |
com.kuka.roboticsAPI.controllerModel.sunrise.api.InPort |
getPosMsr()
Gets the input port for the measured position. |
com.kuka.roboticsAPI.controllerModel.sunrise.api.InPort |
getSpeedMsr()
Gets the input port for the measured speed. |
com.kuka.roboticsAPI.controllerModel.sunrise.api.InPort |
getStop()
Gets the input port for the stop. |
com.kuka.roboticsAPI.controllerModel.sunrise.api.InPort |
getTargetVel()
Gets the input port for the target velocity. |
com.kuka.roboticsAPI.controllerModel.sunrise.api.OutPort |
getVelCmd()
Gets the output port for the commanded velocity. |
void |
setDoF(int dof)
Sets the degrees of freedom which is used for the execution of the module. |
void |
setOpenLoopPlanning(int planningValue)
Sets the module parameter for open loop planning. |
void |
setStartFromStandstill(int startFromStandstill)
Sets the module parameter which defines whether to wait for standstill in tuning. |
| 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, onSerialization, onSPRStateChanged, onSPRStateChangedSync, setInstanceName, setName, toString, tryGetParameter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String DEFAULT_MODULE_NAME
| Constructor Detail |
|---|
public BasicVelOTG()
| Method Detail |
|---|
public com.kuka.roboticsAPI.controllerModel.sunrise.api.InPort getOverride()
public com.kuka.roboticsAPI.controllerModel.sunrise.api.InPort getTargetVel()
public com.kuka.roboticsAPI.controllerModel.sunrise.api.InPort getPosMsr()
public com.kuka.roboticsAPI.controllerModel.sunrise.api.InPort getSpeedMsr()
public com.kuka.roboticsAPI.controllerModel.sunrise.api.InPort getAccelMsr()
public com.kuka.roboticsAPI.controllerModel.sunrise.api.InPort getMaxAccel()
public com.kuka.roboticsAPI.controllerModel.sunrise.api.InPort getMaxSpeed()
public com.kuka.roboticsAPI.controllerModel.sunrise.api.InPort getStop()
public com.kuka.roboticsAPI.controllerModel.sunrise.api.OutPort getPosCmd()
public com.kuka.roboticsAPI.controllerModel.sunrise.api.OutPort getVelCmd()
public com.kuka.roboticsAPI.controllerModel.sunrise.api.OutPort getAccCmd()
public void setDoF(int dof)
dof - the degrees of freedom to setpublic void setOpenLoopPlanning(int planningValue)
planningValue - the value to setpublic void setStartFromStandstill(int startFromStandstill)
startFromStandstill - the value to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||