|
||||||||||
| 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.AxisValidatorModule
public class AxisValidatorModule
Validation module for axis values.
| Constructor Summary | |
|---|---|
AxisValidatorModule(String moduleName)
Creates a new validator module. |
|
| Method Summary | |
|---|---|
void |
configure(Robot robot,
IMotionControlMode mode,
SPR spr,
boolean useAxisLimit)
Configures the validator module. |
InPort |
getAreAxesMasteredInPort()
Gets the port containing the mastering status of all axes. |
OutPort |
getIsValidOutPort()
Gets the port which contains the flag which indicates if the new values were valid. |
InPort |
getNewValuesInPort()
Gets the port containing the new commanded values. |
OutPort |
getValidatedValuesOutPort()
Gets the port containing the validated values (old or new ones). |
| 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 |
| Constructor Detail |
|---|
public AxisValidatorModule(String moduleName)
moduleName - The name of the module. Is different for different devices, so
the name is configurable.| Method Detail |
|---|
public InPort getAreAxesMasteredInPort()
public InPort getNewValuesInPort()
public OutPort getValidatedValuesOutPort()
public OutPort getIsValidOutPort()
public void configure(Robot robot,
IMotionControlMode mode,
SPR spr,
boolean useAxisLimit)
robot - The robot.mode - The control mode.spr - The spr.useAxisLimit - Indicates if the axis limit stop condition should be used.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||