Table of Contents

Class CreateMotor3StepIntervalPayload

Namespace
Harp.StepperDriver
Assembly
Harp.StepperDriver.dll

Represents an operator that creates a message payload that configures the time between step motor pulses (us) when running at nominal speed for motor 3.

public class CreateMotor3StepIntervalPayload
Inheritance
CreateMotor3StepIntervalPayload
Derived
Inherited Members

Properties

Motor3StepInterval

Gets or sets the value that configures the time between step motor pulses (us) when running at nominal speed for motor 3.

[Range(100, 20000)]
public ushort Motor3StepInterval { get; set; }

Property Value

ushort

Methods

GetMessage(MessageType)

Creates a message that configures the time between step motor pulses (us) when running at nominal speed for motor 3.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the Motor3StepInterval register.

GetPayload()

Creates a message payload for the Motor3StepInterval register.

public ushort GetPayload()

Returns

ushort

The created message payload value.