Class CreateDO5ThresholdPayload
Represents an operator that creates a message payload that value used to threshold a Load Cell read, and trigger DO5 pin.
public class CreateDO5ThresholdPayload
- Inheritance
-
CreateDO5ThresholdPayload
- Derived
- Inherited Members
Properties
DO5Threshold
Gets or sets the value that value used to threshold a Load Cell read, and trigger DO5 pin.
public short DO5Threshold { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that value used to threshold a Load Cell read, and trigger DO5 pin.
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the DO5Threshold register.
GetPayload()
Creates a message payload for the DO5Threshold register.
public short GetPayload()
Returns
- short
The created message payload value.