GetCurrentSchedule

GetCurrentSchedule 1:

This method can be used to read the current Charging Schedule for a specific Connector of a Charge Point.

Syntax

METHOD PUBLIC GetCurrentSchedule : BOOL
VAR_INPUT
    nConnectorId      : UDINT;
END_VAR
VAR_IN_OUT
    mChargingSchedule : ST_OCPP1_ChargingScheduleMax;
END_VAR

GetCurrentSchedule 2: Return value

Name

Type

Description

GetCurrentSchedule

BOOL

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

GetCurrentSchedule 3: Inputs

Name

Type

Description

nConnectorId

UDINT

ID of the Connector of a Charge Point.

GetCurrentSchedule 4:GetCurrentSchedule 5: Inputs/outputs

Name

Type

Description

mChargingSchedule

ST_OCPP1_ChargingScheduleMax

The current Charging Schedule at the Charge Point.