Click or drag to resize
RsIrc5Controller Class
Inheritance Hierarchy
SystemObject
  ABB.Robotics.RobotStudioProjectObject
    ABB.Robotics.RobotStudio.StationsRsIrc5Controller

Namespace:  ABB.Robotics.RobotStudio.Stations
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
public sealed class RsIrc5Controller : ProjectObject, 
	IHasSystemId

The RsIrc5Controller type exposes the following members.

Constructors
  NameDescription
Public methodRsIrc5Controller
Creates a new RsIrc5Controller
Top
Properties
  NameDescription
Public propertyAttributes
Returns a collection of dynamic attributes attached to the object
(Inherited from ProjectObject.)
Public propertyChildren
Enumerates all child objects.
(Inherited from ProjectObject.)
Public propertyContainingProject
Returns the Project that this object is a part of, or null if it is not part of a Project.
(Inherited from ProjectObject.)
Public propertyDisplayName
Gets the name of the the object that should be displayed in the GUI.
(Inherited from ProjectObject.)
Public propertyInformationStream Obsolete.
Gets the InformationStream objects which can be used to subscribe on events that are synchronized with robot motion.
Public propertyMechanicalUnits
Gets the RsMechanicalUnits in this controller.
Public propertyName
Gets or set the name for this RsIrc5Controller object.
(Overrides ProjectObjectName.)
Public propertyNonMotionTasks
Gets the background RsTasks in this controller.
Public propertyParent
The Parent property returns a reference to the parent Station object.
(Overrides ProjectObjectParent.)
Public propertyProcessTime
Gets the time in seconds since RAPID execution was started.
Public propertyRunMode Obsolete.
The number of execution cycles to be used when running a simulation.
Public propertyStopAtBreakpoints
Returns if program execution shall stop at breakpoints or not.
Public propertySystemId
Gets the system id of the Virtual Controller instance that corresponds to this RsIrc5Controller.
Public propertySystemPath
Gets the system path of the Virtual Controller that corresponds to this RsIrc5Controller.
Public propertyTasks
Gets the motion RsTasks in this controller.
Public propertyTypeDisplayName
Gets a localized name for the type of this object.
(Inherited from ProjectObject.)
Public propertyUIVisible
Gets or sets a value that indicates if this object should be displayed in GUI such as an object browser.
(Inherited from ProjectObject.)
Public propertyUniqueId
Gets a persisted, globally unique identifier for this object, that can be used to find the object using the GetObjectFromUniqueId(String) method.
(Inherited from ProjectObject.)
Public propertyVisible
Gets or sets a value that indicates if the paths, targets and other frames in this controller should be visible in the graphics.
Top
Methods
  NameDescription
Public methodAssert
Public methodAssociateMechanismWithMechanicalUnits
Associates a mechanism to one or several mechunits.
Public methodChangeMechanismInMechanicalUnits
Changes the association from one or several mechunits from a mechanism to an other mechanism
Public methodEquals (Inherited from Object.)
Public methodFindMechanicalUnitsByMechanism
Public methodStatic memberFindMechanicalUnitsByTask
Public methodFindObjects
Recursively finds object that satisfy a condition.
(Inherited from ProjectObject.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodSetFrameToTask Obsolete.
Public methodSetTaskFrameTransform(RsTask, Matrix4, Boolean)
Sets the task frame belonging to a task.
Public methodSetTaskFrameTransform(IEnumerableRsTask, Matrix4, Boolean)
Sets the task frame belonging to one or more tasks.
Public methodStartAsync(VirtualControllerRestartMode)
Starts or restarts the Virtual Controller.
Public methodStartAsync(VirtualControllerRestartMode, IEnumerableMechanism)
Starts or restarts the Virtual Controller.
Public methodStartAsync(VirtualControllerRestartMode, IEnumerableMechanism, Boolean)
Starts or restarts the Virtual Controller.
Public methodToString (Inherited from ProjectObject.)
Public methodValidateControllerContent
Top
Events
  NameDescription
Public eventSystemStateChanged
Top
Version Information

Supported in: 1.0.0.0
See Also