Table of Contents

Class CreateMotor1MaximumStepIntervalPayload

Namespace
Harp.StepperDriver
Assembly
Harp.StepperDriver.dll

Represents an operator that creates a message payload that configures the time between step motor pulses (us) used when starting or stopping a movement for motor 1.

public class CreateMotor1MaximumStepIntervalPayload
Inheritance
CreateMotor1MaximumStepIntervalPayload
Derived
Inherited Members

Properties

Motor1MaximumStepInterval

Gets or sets the value that configures the time between step motor pulses (us) used when starting or stopping a movement for motor 1.

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

Property Value

ushort

Methods

GetMessage(MessageType)

Creates a message that configures the time between step motor pulses (us) used when starting or stopping a movement for motor 1.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the Motor1MaximumStepInterval register.

GetPayload()

Creates a message payload for the Motor1MaximumStepInterval register.

public ushort GetPayload()

Returns

ushort

The created message payload value.