OnDeactivation

OnDeactivation 1:

Called when the external setpoint generator is deactivated/aborted. Use this method to tidy up, e. g. release created objects.

Syntax

Definition:

METHOD OnDeactivation : HRESULT
VAR_INPUT
    InvokeId : XWORD;
END_VAR

OnDeactivation 2: Inputs

Name

Type

Description

InvokeId

XWORD

Unique identifier, the interpretation is user specific.

OnDeactivation 3: Return value

HRESULT