Table of Contents

Class CreateDO5TargetLoadCellPayload

Namespace
Harp.LoadCells
Assembly
Harp.LoadCells.dll

Represents an operator that creates a message payload that target Load Cell that will be used to trigger a threshold event on DO5 pin.

public class CreateDO5TargetLoadCellPayload
Inheritance
CreateDO5TargetLoadCellPayload
Derived
Inherited Members

Properties

DO5TargetLoadCell

Gets or sets the value that target Load Cell that will be used to trigger a threshold event on DO5 pin.

public LoadCellChannel DO5TargetLoadCell { get; set; }

Property Value

LoadCellChannel

Methods

GetMessage(MessageType)

Creates a message that target Load Cell that will be used to trigger a threshold event on DO5 pin.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the DO5TargetLoadCell register.

GetPayload()

Creates a message payload for the DO5TargetLoadCell register.

public LoadCellChannel GetPayload()

Returns

LoadCellChannel

The created message payload value.