|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.controllerModel.sunrise.mapping.StopMotionMappingHelper
public final class StopMotionMappingHelper
Helper class that adds the assignment of the StopMotionRequest of the ApplicationStateSPR to the active device.
| Method Summary | |
|---|---|
static void |
addStopEvaluatorAssignments(StopEvaluatorModule stopEvaluatorModule,
SPR spr,
Controller controller,
OutPort axisQCmd,
OutPort ipoStopped,
int jointCount)
Adds the assignment for the StopEvaluatorModule to the specified ports. |
static void |
addStopEvaluatorAssignmentsForSimulinkCompounds(StopEvaluatorModule stopEvaluatorModule,
SPR spr,
Controller controller,
OutPort axisQCmd,
OutPort ipoStopped,
int jointCount,
boolean ipoStoppedIn)
Adds the assignment for the StopEvaluatorModule to the specified ports for Simulink Compounds. |
static void |
assignStopMotionRequestTo(InPort inPort,
Controller controller)
Adds the assignment of ApplicationStateSPR.StopRequest to the in-port. |
static void |
assignStopMotionRequestToActiveDevice(Controller controller,
SPR spr)
Adds the assignment of ApplicationStateSPR.StopRequest to the SPR active device's StopRequest. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void assignStopMotionRequestToActiveDevice(Controller controller,
SPR spr)
controller - the controllerspr - the SPR to receive the assignment of the StopRequest
public static void assignStopMotionRequestTo(InPort inPort,
Controller controller)
inPort - the in-port to receive the assignment of the StopRequestcontroller - the controller with the ApplicationStateSPR
public static void addStopEvaluatorAssignments(StopEvaluatorModule stopEvaluatorModule,
SPR spr,
Controller controller,
OutPort axisQCmd,
OutPort ipoStopped,
int jointCount)
stopEvaluatorModule - the StopEvaluator-Modulespr - the SPR to receive the assignmentcontroller - the controller with the ApplicationStateSPRaxisQCmd - the OutPort with the commanded joint valuesipoStopped - the OutPort for the ipoStopped-SignaljointCount - Number of joints.
public static void addStopEvaluatorAssignmentsForSimulinkCompounds(StopEvaluatorModule stopEvaluatorModule,
SPR spr,
Controller controller,
OutPort axisQCmd,
OutPort ipoStopped,
int jointCount,
boolean ipoStoppedIn)
stopEvaluatorModule - the StopEvaluator-Modulespr - the SPR to receive the assignmentcontroller - the controller with the ApplicationStateSPRaxisQCmd - the OutPort with the commanded joint valuesipoStopped - the OutPort for the ipoStopped-SignaljointCount - Number of joints.ipoStoppedIn - the ipo stopped flag.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||