Table of Contents

Class CreateDO6ThresholdPayload

Namespace
Harp.LoadCells
Assembly
Harp.LoadCells.dll

Represents an operator that creates a message payload that value used to threshold a Load Cell read, and trigger DO6 pin.

public class CreateDO6ThresholdPayload
Inheritance
CreateDO6ThresholdPayload
Derived
Inherited Members

Properties

DO6Threshold

Gets or sets the value that value used to threshold a Load Cell read, and trigger DO6 pin.

public short DO6Threshold { get; set; }

Property Value

short

Methods

GetMessage(MessageType)

Creates a message that value used to threshold a Load Cell read, and trigger DO6 pin.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the DO6Threshold register.

GetPayload()

Creates a message payload for the DO6Threshold register.

public short GetPayload()

Returns

short

The created message payload value.