FB_QSpline - Reset (Method)

Overview

Type:

Method

Available as of:

V1.0.0.0

Task

Release of dynamic memory

Description

This method releases the dynamic memory used for the last generated QSpline. When generating a new CSpline, this method does not have to be called up. In this case, the dynamic memory that is already in use is released automatically. The method should be called up if no further CSplines are to be generated in the progress of the program.

Interface

Output

Data type

Description

q_etDiag

GD.ET_Diag

General library-independent statement on the diagnostic.

A value unequal to GD.ET_Diag.Ok corresponds to a diagnostic message.

q_etDiagExt

ET_DiagExt

POU-specific output on the diagnostic.

q_etDiag = GD.ET_Diag.Ok -> status message

q_etDiag <> GD.ET_Diag.Ok -> diagnostic message

Diagnostic Messages

q_etDiag

q_etDiagExt

Enumeration value

Description

OK

Ok

0

Ok

Ok

Enumeration name:

Ok

Enumeration value:

0

Description:

Ok

Releasing dynamic memory was successful.