|
||||||||||
| 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.CartSpeedCommander
public class CartSpeedCommander
Class for the Sunrise module CartSpeedCommander.
| Field Summary | |
|---|---|
static String |
CART_SPEED_PARAMETER_NAME
Name of the cartesian speed parameter. |
static String |
DEFAULT_MODULE_NAME
Default name of the module. |
| Constructor Summary | |
|---|---|
CartSpeedCommander()
Creates a new instance of the module. |
|
| Method Summary | |
|---|---|
void |
addTraceParameters()
Adds tracing parameters to the module. |
com.kuka.roboticsAPI.controllerModel.sunrise.api.OutPort |
getCartSpeedCmdPort()
Gets the OutPort that contains the commanded velocities of the CartSpeedCommander module. |
com.kuka.roboticsAPI.controllerModel.sunrise.api.InPort |
getCartSpeedMsrPort()
Gets the input port for the measured Cartesian speed. |
com.kuka.roboticsAPI.controllerModel.sunrise.api.OutPort |
getIpoStoppedPort()
Gets the output port for the ipo stopped signal. |
com.kuka.roboticsAPI.controllerModel.sunrise.api.InPort |
getOverridePort()
Gets the input port for the override. |
com.kuka.roboticsAPI.controllerModel.sunrise.api.InPort |
getStopMotionRequestPort()
Gets the input port for stop motion requests. |
com.kuka.roboticsAPI.controllerModel.sunrise.api.InPort |
getSystemTimePort()
Gets the input port for the system time. |
void |
setAcceleration(double transAccX,
double transAccY,
double rotAcc)
Sets the acceleration of the platform. |
void |
setDeceleration(double transDecX,
double transDecY,
double rotDec)
Sets the deceleration of the platform. |
void |
setInitialVelocities(double[] vels)
Sets the initial velocity values. |
| 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 CART_SPEED_PARAMETER_NAME
public static final String DEFAULT_MODULE_NAME
| Constructor Detail |
|---|
public CartSpeedCommander()
| Method Detail |
|---|
public void setInitialVelocities(double[] vels)
vels - the initial velocity values.public com.kuka.roboticsAPI.controllerModel.sunrise.api.OutPort getCartSpeedCmdPort()
public com.kuka.roboticsAPI.controllerModel.sunrise.api.InPort getCartSpeedMsrPort()
public com.kuka.roboticsAPI.controllerModel.sunrise.api.OutPort getIpoStoppedPort()
public com.kuka.roboticsAPI.controllerModel.sunrise.api.InPort getStopMotionRequestPort()
public void addTraceParameters()
public void setAcceleration(double transAccX,
double transAccY,
double rotAcc)
transAccX - translational acceleration in X-direction in mm/s^2transAccY - translational acceleration in Y-direction in mm/s^2rotAcc - rotational acceleration in rad/s^2
public void setDeceleration(double transDecX,
double transDecY,
double rotDec)
transDecX - translational deceleration in X-direction in mm/s^2transDecY - translational deceleration in Y-direction in mm/s^2rotDec - rotational deceleration in rad/s^2public com.kuka.roboticsAPI.controllerModel.sunrise.api.InPort getOverridePort()
public com.kuka.roboticsAPI.controllerModel.sunrise.api.InPort getSystemTimePort()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||