ST_OCPP1_Client_Options
This structure can be used to switch optional functions in the OCPP client on and off.
Syntax
TYPE ST_OCPP_Client1_Options :
STRUCT
bAllowOfflineTxForUnknownId : BOOL := FALSE;
bAuthListEnabled : BOOL := TRUE;
bAuthCacheEnabled : BOOL := TRUE;
bLocalAuthOffline : BOOL := TRUE;
bLocalPreAuth : BOOL := TRUE;
END_STRUCT
END_TYPE
Parameter
Name | Type | Optional (OCPP) | Description |
---|---|---|---|
bAllowOfflineTxForUnknownId | BOOL | No | If TRUE, Unknown Offline Authorization is enabled. |
bAuthListEnabled | BOOL | No | If TRUE, the Local Authorization List is enabled. |
bAuthCacheEnabled | BOOL | Yes | If TRUE, the Authorization Cache is enabled. |
bLocalAuthOffline | BOOL | No | If TRUE, the Charge Points start a Transaction for locally authorized identifiers. |
bLocalPreAuth | BOOL | No | If TRUE, the Charge Points start a Transaction for locally authorized identifiers without waiting for the Central System. |