Click or drag to resize

DigitalSignal Class

This class represents a digital 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 sealed class DigitalSignal : Signal, 
	IDisposable

The DigitalSignal type exposes the following members.

Properties
  NameDescription
Public propertyControllerType
Gets the ControllerType.
(Inherited from SDKBase.)
Public propertyName
Gets the name of the IO data.
(Inherited from Signal.)
Public propertySignalValue
Gets or sets the value of the Signal.
(Inherited from Signal.)
Public propertyState
Gets SignalState of the Signal.
(Inherited from Signal.)
Public propertyType
Gets the signal type.
(Inherited from Signal.)
Public propertyValue Obsolete.
Gets or sets the value of the Signal.
(Inherited from Signal.)
Top
Methods
  NameDescription
Public methodDispose
Disposes the managed resources of the instance.
(Inherited from SDKDisposeBase.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGet
Gets the digital value of the DigitalSignal.
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.)
Public methodInvert
Inverts the value of the digital signal.
Public methodPulse
Generates a pulse on the digital signal.
Public methodPulse(Int32)
Generates a pulse on a digital signal for a specified period of time.
Public methodReset
Sets the value of the digital signal to 0.
Public methodSet
Sets the value of the digital signal to 1.
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.
(Inherited from Signal.)
Top
See Also