ST_OCPP1_Client_Settings
This structure can be used to make further settings in the OCPP client.
Syntax
TYPE ST_OCPP_Client1_Settings :
STRUCT
tConnectTimeout: : TIME := T#10S;
tReconnectTimeout: : TIME := T#10S;
tBootTimeout: : TIME := T#5S;
tMessageTimeout: : TIME := T#5S;
nTransactionMessageAttempts : UDINT := 5;
tTransactionMessageRetryInterval : TIME := T#5S;
END_STRUCT
END_TYPE
Parameter
Name | Type | Description |
---|---|---|
tConnectTimeout | TIME | Specifies the time after which a connection attempt is aborted. |
tReconnectTimeout | TIME | Specifies the time after a Disconnect before the client attempts to reconnect. |
tBootTimeout | TIME | Specifies the time to wait for a response to the Boot Notification. |
tMessageTimeout | TIME | Specifies how long to wait for a response to a message. |
nTransactionMessageAttempts | UDINT | Specifies how often the Charge Point attempts to resend messages relating to transactions if the Central System has not processed them. |
tTransactionMessageRetryInterval | TIME | Specifies the time in seconds after which another attempt to send is made. |