ST_OCPP1_Client_Options

Mithilfe dieser Struktur können optionale Funktionen im OCPP-Client ein- und ausgeschaltet werden.

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

Typ

Optional (OCPP)

Beschreibung

bAllowOfflineTxForUnknownId

BOOL

Nein

Bei TRUE ist Unknown Offline Authorization aktiviert.

bAuthListEnabled

BOOL

Nein

Bei TRUE ist die Local Authorization List aktiviert.

bAuthCacheEnabled

BOOL

Ja

Bei TRUE ist der Authorization Cache aktiviert.

bLocalAuthOffline

BOOL

Nein

Bei TRUE starten die Charge Points eine Transaction für lokal autorisierte Identifier.

bLocalPreAuth

BOOL

Nein

Bei TRUE starten die Charge Points eine Transaction für lokal autorisierte Identifier ohne auf das Central System zu warten.