Execute

Execute 1:

This method must be called cyclically if the function block should be used. The instance of FB_OCPP1_Client must be transferred. In addition, information is required on which connector is currently charging. This allows the starting point of the Charging Schedule to be calculated.

Syntax

METHOD PUBLIC Execute : BOOL
VAR_INPUT
    arrCharging : ARRAY[1..Param_OCPP.nConnectorCount] OF BOOL;
    fbClient    : REFERENCE TO FB_OCPP1_Client;
END_VAR

Execute 2: Return value

Name

Type

Description

Execute

BOOL

The return value of the method is not currently assigned and always returns the value FALSE.

Execute 3: Inputs

Name

Type

Description

arrCharging

ARRAY [1..Param_OCPP.nConnectorCount] OF BOOL

Per connector within a Charge Point, the information as to whether charging is in progress or not.

fbClient

REFERENCE TO FB_OCPP1_Client

Instance of the OCPP client.