ST_OCPP1_ChargingScheduleMax
Syntax
TYPE ST_OCPP1_ChargingScheduleMax :
STRUCT
nStart : ULINT;
nDuration : UDINT;
eRateUnit : E_OCPP1_ChargingRateUnitType;
fRateMin : REAL;
nPeriodCount : UDINT;
arrPeriods : ARRAY[1..*] OF ST_OCPP1_ChargingSchedulePeriod;
END_STRUCT
END_TYPE
Parameter
Name | Type | Optional | Description |
---|---|---|---|
nStart | ULINT | Yes | Starting point of an absolute Charging Schedule. If the value is not specified, the schedule is relative to the start of the charging process. |
nDuration | UDINT | Yes | Duration of the Charging Schedule in seconds. If the value is not specified, the last Charging Schedule Period is continued indefinitely or until the end of the transaction. |
eRateUnit | No | The unit of the limit, expected in watts (power) or amperes (current). | |
fRateMin | REAL | Yes | Minimum charging rate supported by the electric vehicle. The unit is defined by eRateUnit. |
nPeriodCount | UDINT | No | Number of subsequent Charging Schedule Periods. |
arrPeriods | ARRAY[1..Param_OCPP.nSchedulePeriodsMax] OF ST_OCPP1_ChargingSchedulePeriod | No | List of Charging Schedule Period elements. |