GetCurrentSchedule
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
Return value
Name | Type | Description |
---|---|---|
GetCurrentSchedule | 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 |
---|---|---|
mChargingSchedule | The current Charging Schedule at the Charge Point. |