Table of Contents

Class ControllerState

Namespace
TwinSharp.NC
Assembly
TwinSharp.dll

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

int

OutputAbsoluteUnits

Controller output in absolute units. Base Unit / s Symbolic access possible "CtrlOutput".

public double OutputAbsoluteUnits { get; }

Property Value

double

OutputPercent

Controller output in percent

public double OutputPercent { get; }

Property Value

double

OutputVolts

Controller output in volts

public double OutputVolts { get; }

Property Value

double