Click or drag to resize
SmartComponentCodeBehind Class
Base class for code-behind that implements behavior of a SmartComponent.
Inheritance Hierarchy
SystemObject
  ABB.Robotics.RobotStudio.StationsSmartComponentCodeBehind

Namespace:  ABB.Robotics.RobotStudio.Stations
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
public abstract class SmartComponentCodeBehind

The SmartComponentCodeBehind type exposes the following members.

Constructors
  NameDescription
Public methodSmartComponentCodeBehind
Initializes a new instance of the SmartComponentCodeBehind class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodOnInitialize
Public methodOnIOSignalValueChanged
Called when the value of an I/O signal changes.
Public methodOnLibraryReplaced
Called if the library containing the SmartComponent has been replaced
Public methodOnLoad
Called when the library or station containing the SmartComponent has been loaded
Public methodOnPropertyValueChanged
Called when the value of a dynamic property changes.
Public methodOnSimulationStart
Called when simulation is started.
Public methodOnSimulationStep
Called when simulation steps to a new time.
Public methodOnSimulationStop
Called when simulation is stopped.
Public methodQueryCollection
Called to determine the objects contained by a SmartComponent that represents a collection.
Public methodQueryInternalConnections
Called to determine the output signals affected by an input signal.
Public methodQueryPropertyAttributeValue
Called to retrieve the actual value of a property attribute with the dummy value '?'.
Public methodQueryPropertyValueValid
Called to validate the value of a dynamic property with the CustomValidation attribute.
Public methodQuerySimulationState
Called to determine the state of a simulated component.
Public methodQuerySimulationStep
Called to determine the duration of the next time step during simulation.
Public methodToString (Inherited from Object.)
Top
Version Information

Supported in: 1.0.0.0
See Also