GetCurrentPeriod
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
Return value
Name | Type | Description |
---|---|---|
GetCurrentPeriod | BOOL | The return value of the method is not currently assigned and always returns the value FALSE. |
Inputs
Name | Type | Description |
---|---|---|
nConnectorId | UDINT | ID of the Connector of a Charge Point. |

Inputs/outputs
Name | Type | Description |
---|---|---|
mPeriod | The current Charging Schedule Period at the Charge Point. |