com.kuka.roboticsAPI.controllerModel.sunrise.predefinedCompounds
Class SafetySignalObs
java.lang.Object
com.kuka.roboticsAPI.controllerModel.sunrise.api.SPRComponent
com.kuka.roboticsAPI.controllerModel.sunrise.api.Module
com.kuka.roboticsAPI.controllerModel.sunrise.api.ObserverModule
com.kuka.roboticsAPI.controllerModel.sunrise.api.DeviceObserverModule
com.kuka.roboticsAPI.controllerModel.sunrise.predefinedCompounds.SafetySignalObs
- All Implemented Interfaces:
- com.kuka.common.IDataEquatable, IExpressionSegment, ISprComponent, ISegment
public class SafetySignalObs
- extends DeviceObserverModule
Observes the device specific limit values. Is used when some kind of device specific
data is needed.
- This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.
| Methods inherited from class com.kuka.roboticsAPI.controllerModel.sunrise.api.SPRComponent |
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 |
OBSERVERNAME
public static final String OBSERVERNAME
- Name of the Sunrise Observer represented by this preDefinedCompound.
- See Also:
- Constant Field Values
OUTPORTNAME_CARTESIANVELOCITYLIMIT
public static final String OUTPORTNAME_CARTESIANVELOCITYLIMIT
- Name of the OutPort which is used for publishing the currently calculated Cartesian Velocity Limit by the
SafetySignalObs.
- See Also:
- Constant Field Values
SafetySignalObs
public SafetySignalObs(String robotName,
SPR parent)
- Creates a new SafetySignalObs instance.
- Parameters:
robotName - The name of the drive group, which should be observed.parent - SPR for which this instance is created.- This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.
getCartesianVelocityLimitOutPort
public OutPort getCartesianVelocityLimitOutPort()
- Gets the OutPort for the Cartesian Velocity Limit.
- Returns:
- The OutPort for the Cartesian Velocity Limit.
Copyright © 2019. All rights reserved.