SoftwareTrigger

SoftwareTrigger 1:

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

SoftwareTrigger 2: 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.

SoftwareTrigger 3: Return value

HRESULT