Click or drag to resize

Signal Class

This class represents an IO signal.
Inheritance Hierarchy

Namespace:  ABB.Robotics.Controllers.IOSystemDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public abstract class Signal : SDKBase

The Signal type exposes the following members.

Constructors
  NameDescription
Protected methodSignal
Initializes a new instance of the Signal class.
Top
Properties
  NameDescription
Public propertyControllerType
Gets the ControllerType.
(Inherited from SDKBase.)
Protected propertyCode exampleIsDisposed
Gets or sets a value indicating whether the object has already been disposed or not.
(Inherited from SDKDisposeBase.)
Public propertyName
Gets the name of the IO data.
Public propertySignalValue
Gets or sets the value of the Signal.
Public propertyState
Gets SignalState of the Signal.
Public propertyType
Gets the signal type.
Public propertyValue Obsolete.
Gets or sets the value of the Signal.
Top
Methods
  NameDescription
Public methodDispose
Disposes the managed resources of the instance.
(Inherited from SDKDisposeBase.)
Protected methodDispose(Boolean)
Releases all resources used by this Signal instance.
(Overrides SDKBaseDispose(Boolean).)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Destructor.
(Inherited from SDKDisposeBase.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventChanged
Occurs when the value or the state of the signal has changed.
Top
Fields
  NameDescription
Protected fieldStatic memberFILENAME
Name of the file.
Top
See Also