GetCurrentPeriod

GetCurrentPeriod 1:

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

Syntax

METHOD PUBLIC GetCurrentPeriod : BOOL
VAR_INPUT
    nConnectorId : UDINT;
END_VAR
VAR_IN_OUT
    mPeriod      : ST_OCPP1_ChargingSchedulePeriod;
END_VAR

GetCurrentPeriod 2: Return value

Name

Type

Description

GetCurrentPeriod

BOOL

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

GetCurrentPeriod 3: Inputs

Name

Type

Description

nConnectorId

UDINT

ID of the Connector of a Charge Point.

GetCurrentPeriod 4:GetCurrentPeriod 5: Inputs/outputs

Name

Type

Description

mPeriod

ST_OCPP1_ChargingSchedulePeriod

The current Charging Schedule Period at the Charge Point.