Class ControllerState
The ControllerState class provides an interface to interact with a controller's state using an AdsClient. It allows reading various parameters of the controller such as error state, output in absolute units, output in percent, and output in volts.
public class ControllerState
- Inheritance
-
ControllerState
- Inherited Members
Properties
ErrorState
Error state controller
public int ErrorState { get; }
Property Value
OutputAbsoluteUnits
Controller output in absolute units. Base Unit / s Symbolic access possible "CtrlOutput".
public double OutputAbsoluteUnits { get; }
Property Value
OutputPercent
Controller output in percent
public double OutputPercent { get; }
Property Value
OutputVolts
Controller output in volts
public double OutputVolts { get; }