FC_DisplayClearLine - General Information

Overview

Type:

Function

Available as of:

SystemInterface_1.32.6.0

Versions:

Current version

Task

Delete a line in the display.

Description

This function lets you delete a specific line of the controller display (PacDrive LMC Pro/Pro2, PacDrive LMC Eco). The line to be deleted is transferred to i_uiLine.

Interface

Input

Data type

Description

i_uiLine

UINT

line to be deleted (values from 1-4)

Return Value

Data type

Description

DINT

0: OK

-1: Function for controller is not available

-2: Internal error detected

-3: The display is not in the IEC-Mode

Example

FC_DisplayClearLine(uiLine);