FB_OCPP1_Station

Syntax
FUNCTION BLOCK FB_OCPP1_Station
VAR_OUTPUT
bBusy : BOOL;
bError : BOOL;
eErrorResult : HRESULT;
eErrorAction : E_OCPP1_Action;
END_VAR
Outputs
Name | Type | Description |
---|---|---|
bValid | BOOL | The interface to the driver in the background exists. |
bBusy | BOOL | Is TRUE as long as the function block is busy with processing. |
bError | BOOL | Becomes TRUE when an error situation occurs. |
eErrorResult | HRESULT | Last error present on the function block. |
eErrorAction | OCPP command for which the error occurred. |
Properties
Name | Type | Access | Description |
---|---|---|---|
IsConnected | BOOL | Get | Status of the connection to the OCPP server. |
IsPending | BOOL | Get | Waiting for completion of the request. |
StationId | UDINT | Get | Identifier of the OCPP client in the instance of the OCPP server. |
Further Information
- FB_Exit
- FB_Init
- Init
- PollRequest
- RecvAuthorize
- RecvBootNotification
- RecvDataTransfer
- RecvDiagnosticsStatusNotification
- RecvFirmwareStatusNotification
- RecvHeartbeat
- RecvMeterValue
- RecvSecurityEventNotification
- RecvStartTransaction
- RecvStatusNotification
- RecvStopTransaction
- Reset
- RespAuthorize
- RespBootNotification
- RespDataTransfer
- RespDiagnosticsStatusNotification
- RespError
- RespFirmwareStatusNotification
- RespHeartbeat
- RespMeterValue
- RespSecurityEventNotification
- RespStartTransaction
- RespStatusNotification
- RespStopTransaction
- SendCancelReservation
- SendChangeAvailability
- SendChangeConfiguration
- SendChargingProfile
- SendClearCache
- SendClearChargingProfile
- SendDataTransfer
- SendGetCompositeSchedule
- SendGetConfiguration
- SendGetDiagnostics
- SendGetLocalListVersion
- SendLocalList
- SendRemoteStartTransaction
- SendRemoteStartTransactionProfile
- SendRemoteStopTransaction
- SendReserveNow
- SendReset
- SendTriggerMessage
- SendUnlockConnector
- SendUpdateFirmware