Class CreateDO3TargetLoadCellPayload
Represents an operator that creates a message payload that target Load Cell that will be used to trigger a threshold event on DO3 pin.
public class CreateDO3TargetLoadCellPayload
- Inheritance
-
CreateDO3TargetLoadCellPayload
- Derived
- Inherited Members
Properties
DO3TargetLoadCell
Gets or sets the value that target Load Cell that will be used to trigger a threshold event on DO3 pin.
public LoadCellChannel DO3TargetLoadCell { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that target Load Cell that will be used to trigger a threshold event on DO3 pin.
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the DO3TargetLoadCell register.
GetPayload()
Creates a message payload for the DO3TargetLoadCell register.
public LoadCellChannel GetPayload()
Returns
- LoadCellChannel
The created message payload value.