SoftwareTrigger
Initialize the software trigger and trigger it. The initialization step is skipped if it was executed before.
Syntax
Definition:
METHOD SoftwareTrigger : HRESULT
VAR_INPUT
bSplitConcatenatedCommands : BOOL;
bOmitAcknowledgement : BOOL;
END_VAR
Inputs
Name |
Type |
Description |
---|---|---|
bSplitConcatenatedCommands |
BOOL |
If true, multi-read and multi-write commands are split into sequences of single read and single write commands, respectively. |
bOmitAcknowledgement |
BOOL |
Indicates that no acknowledge packet should be requested. |