SendChangeAvailability
With this method, an OCPP server sends a Change Availability request to the corresponding OCPP client. The response from the OCPP client is processed directly within the method.
Syntax
METHOD SendChangeAvailability : BOOL
VAR_INPUT
hStationId : UDINT;
nConnectorId : UDINT;
eType : E_OCPP1_AvailabilityType;
END_VAR
VAR_OUTPUT
eStatus : E_OCPP1_AvailabilityStatus;
END_VAR
Return value
Name | Type | Description |
---|---|---|
SendChangeAvailability | BOOL | The method returns the return value TRUE if the call was successful. A method call is also considered successfully completed in the event of an error. |
Inputs
Name | Type | Description |
---|---|---|
hStationId | UDINT | Identifier of the OCPP client in the instance of the OCPP server. |
nConnectorId | UDINT | ID of the Connector of a Charge Point. |
eType | Type of availability change that the Charge Point is to carry out. |
Outputs
Name | Type | Description |
---|---|---|
eStatus | Response whether the Charge Point was able to implement the requested availability change. |
Possible errors are output at the outputs bError and hrErrorCode of the function block instance.