Class CreateDO5TimeAboveThresholdPayload
Represents an operator that creates a message payload that time (ms) above threshold value that is required to trigger a DO5 pin event.
public class CreateDO5TimeAboveThresholdPayload
- Inheritance
-
CreateDO5TimeAboveThresholdPayload
- Derived
- Inherited Members
Properties
DO5TimeAboveThreshold
Gets or sets the value that time (ms) above threshold value that is required to trigger a DO5 pin event.
public ushort DO5TimeAboveThreshold { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that time (ms) above threshold value that is required to trigger a DO5 pin event.
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the DO5TimeAboveThreshold register.
GetPayload()
Creates a message payload for the DO5TimeAboveThreshold register.
public ushort GetPayload()
Returns
- ushort
The created message payload value.