SendAuthorize
With this method, an OCPP client sends an Authorize request to the corresponding OCPP server. The response from the OCPP server is processed directly within the method.
Syntax
METHOD SendAuthorize : BOOL
VAR_INPUT
sIdTag : T_OCPP1_IdToken;
END_VAR
VAR_OUTPUT
eStatus : E_OCPP1_AuthorizationStatus;
END_VAR
Return value
Name | Type | Description |
---|---|---|
SendAuthorize | 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 |
---|---|---|
sIdTag | ID token with which the Charge Point wants to be authorized on the Central System. |
Outputs
Name | Type | Description |
---|---|---|
eStatus | Status of the authorization as a response from the Central System. |
Possible errors are output at the outputs bError and hrErrorCode of the function block instance.