Click or drag to resize

AnalogSignal Class

This class represent a analog 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 AnalogSignal : Signal, 
	IDisposable

The AnalogSignal type exposes the following members.

Properties
  NameDescription
Public propertyControllerType
Gets the ControllerType.
(Inherited from SDKBase.)
Public propertyMaxValue
Gets the maximum value of the analog signal.
Public propertyMinValue
Gets the minimum value of the analog signal.
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 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 methodReadRelative
Reads the relative value of the analog signal.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWriteRelative
Writes the relative value of the analog signal.
Top
Events
  NameDescription
Public eventChanged
Occurs when the value or the state of the signal has changed.
(Inherited from Signal.)
Top
See Also