SPS API
12.1.1.4
LogSequenceStart
// Starts logging sequence
METHOD LogSequenceStart : HRESULT
VAR_INPUT
nGroupId : UINT; // Defines the group to which the sequence belongs
nEventId : UINT; // Set to distinguish different events inside the group
END_VAR
Beschreibung
Die Methode erstellt eine Marke mit einem Sequence-Start für die übergebene Marken-ID.
Parameter:
nGroupId: Marken-ID (Markengruppe) für die die Marke geschrieben werden soll.
nEventId: optionale EventId.
12.1.1.5
LogSequenceStop
// Stops logging sequence
METHOD LogSequenceStop : HRESULT
VAR_INPUT
nGroupId : UINT; // Defines the group to which the sequence belongs
nEventId : UINT; // Set to distinguish different events inside the group
END_VAR
Beschreibung
Die Methode erstellt eine Marke mit einem Sequence-Stopp für die übergebene Marken-ID.
Parameter:
nGroupId: Marken-ID (Markengruppe) für die die Marke geschrieben werden soll.
nEventId: optionale EventId.
12.1.1.6
LogStart
// Starts logging sequence and interval
METHOD LogStart : HRESULT
VAR_INPUT
nGroupId : UINT; // Defines the group to which the sequence and intervall belong
nEventId : UINT; // Set to distinguish different events inside the group
END_VAR
Beschreibung
Die Methode erstellt eine Marke mit einem Sequence- und Intervall-Start für die übergebene Marken-ID.
54
Version: 2.0.0
TE1010