Table of Contents

Interface IPositioningAxis

Namespace
Loehnert.Drive.Contracts
Assembly
Loehnert.Drive.dll

Represents a position regulating axis

public interface IPositioningAxis

Properties

PositionUnit

Gets the position unit.

string PositionUnit { get; }

Property Value

string

Methods

GoToPosition(double, int)

Goes to the position.

void GoToPosition(double position, int timeout)

Parameters

position double

Set point position.

timeout int

Timeout for reaching position in MS.

Exceptions

TimeoutException

Thrown when motion was not completed in the expected time span.