P30
UDP interface: Guidelines
UDP Programmers Guide V2.01
10
© KEBA
2
UDP interface: Guidelines
The following section contains rules and guidelines to ensure the best us-
ability.
2.1
Required command delays
The following time intervals are the minimum required waiting times between
UDP commands in general and the scheduled repetition of the same com-
mand. Any application communicating with P30 is required to comply with
these waiting times.
The minimum waiting time between any two UDP commands is defined as
follows:
●
t_UDP_pause = 100 ms
The minimum waiting time between the scheduled repetitions of any UPD
command is defined as follows:
●
t_COM_pause = 5 s
The minimum waiting time after sending a disable command (e.g.
ena 0
) is
defined as follows:
●
t_DIS_pause = 2 s
2.2
Addressing and communication port
Always use direct addressing for communication. This means that each com-
mand or UDP session has to contain the IP address of the specific charging
station.
The port used for UDP communication is 7090. Ensure that this port is not
blocked by a firewall or other ongoing communication.
Information
Do not communicate with a charging station without addressing it by its IP
address. Even if it seems to work fine in some cases, this practice is dan-
gerous for multiple stations in the same network. This feature will be dis-
continued.