Uses of Interface
com.kuka.roboticsAPI.controllerModel.sunrise.api.ISprComponent

Packages that use ISprComponent
com.kuka.roboticsAPI.controllerModel.sunrise Contains the controller implementation for the sunrise controller including it's IO interface. 
com.kuka.roboticsAPI.controllerModel.sunrise.api Contains the necessary objects to work with Sunrise. 
com.kuka.roboticsAPI.controllerModel.sunrise.predefinedCompounds Contains predefined compounds for Sunrise. 
com.kuka.roboticsAPI.controllerModel.sunrise.xml Contains the xmlsua implementation. 
 

Uses of ISprComponent in com.kuka.roboticsAPI.controllerModel.sunrise
 

Methods in com.kuka.roboticsAPI.controllerModel.sunrise with type parameters of type ISprComponent
static
<T extends ISprComponent>
T
SPRUtilities.findCompound(SPR spr, Class<T> cl)
          Finds the first instance of the specified compound in the given SPR.
 

Uses of ISprComponent in com.kuka.roboticsAPI.controllerModel.sunrise.api
 

Classes in com.kuka.roboticsAPI.controllerModel.sunrise.api that implement ISprComponent
 class ActiveDevice
          A active device has read/write access to drive groups during active phase of an SPR.
 class DeviceObserverModule
          Base class for device observer modules.
 class DynDfeLoggerModule
          Represents a module to log DFE values.
 class FrameDefinitionList
          Contains the frame definitions for a SPR.
 class Module
          A SPR can have many modules.
 class ObserverModule
          Represents an Observer module.
 class SelectionModule
          Stub module for a selection to the graph.
 class SPRComponent
          A SPR component is part of an SPR an provides outports for the data-flow and has inports which can be connected with outports of other SPR components.
 

Uses of ISprComponent in com.kuka.roboticsAPI.controllerModel.sunrise.predefinedCompounds
 

Classes in com.kuka.roboticsAPI.controllerModel.sunrise.predefinedCompounds that implement ISprComponent
 class ApplicationStateModule
          Module that provides the information about application states for the data flow.
 class AxisValidatorModule
          Validation module for axis values.
 class BrakeTestPipe
          Brake test pipe.
 class CartesianVelocityLimiter
          Module that limits the Cartesian velocity in test operation modes.
 class CartesianVelocityModule
          Proxy module for the velocity controlled cartesian movement.
 class ConditionEvaluatorModule
           
 class DataRecorderTriggerActionModule
          Module for DataRecorderTriggerAction.
 class DFEStatisticModule
          Module for statistic calculation (like minimum, maximum, etc.) over some data (e.g. torque).
 class DynDFELoggerModule
          Predefined compound for the DynDFELogger module.
 class ElasticityCompensationModule
          Elasticity compensation module.
 class ForceFunctionGeneratorModule
          Performs Sinusoidal Wave Patterns with free Bias, Frequency, Trapezoidal Amplitude pattern.
 class ForwardKinematicsModule
          This module calculates the direct kinematics for a given joint position.
 class FrameDistanceCalculator
          Interface class for the Sunrise Frame Distance Calculator module in the RoboticsAPI.
 class FrameStackerModule
          Interface class for the Sunrise FrameStacker module.
 class FreezeModule
          Used to freeze the DFE elements in active SPR phase.
 class GenericIOModule
          Module for generic mapping of outputs.
 class GlobalDataServiceModule
          This module brings global data into a SPR.
 class GravCompModule
          Deprecated. 
 class GSIAdapterModule
          Module that provides access to the Global System Info (GSI) data.
 class InverseKinematicsModule
          Inverse kinematics module.
 class IpoFilter
          Filter module for axes jogging.
 class JointSpacePipe
          This pipe is able to perform a motion in joint space for the three motion control types PositionControl, JointImpedance and CartesianImpedance.
 class JointSplineModule
          The module is able to do blended joint motions.
 class JointVelocityModule
          Proxy module for the velocity controlled joint movement.
 class LBRCartVelValidator
          Module for monitoring the T1 velocity.
 class MeasureToCommandModule
          Module for bringing commanded and measured values together.
 class NewJointSplineModule
          The module is able to do blended joint motions.
 class OldOverrideModule
          This module is able to ramp down the current system time.
 class OnlinePlanner
          Online planner for jogging movements.
 class PipeWithControlMode
          Pipe that has a control mode.
 class RemoteModule
          Base class for module with an online remote connection to a java module.
 class RobotObserver
          Observes the output values of a pipe.
 class SafetySignalObs
          Observes the device specific limit values.
 class SplineMotionModule
          Module for spline motions.
 class StopEvaluatorModule
          Module that collects and evaluates stop requests.
 class TorqueCharLineModule
          Module for controlling torque limits of gears and torque sensors.
 class TwistWrenchTrafoModule
          Module to transform twists and wrenches.
 class VelAccEstimatorModule
          Module for estimating velocity and acceleration.
 

Uses of ISprComponent in com.kuka.roboticsAPI.controllerModel.sunrise.xml
 

Classes in com.kuka.roboticsAPI.controllerModel.sunrise.xml that implement ISprComponent
 class XmlModule
          This class is able to load a module from it's xml representation.
 



Copyright © 2019. All rights reserved.