Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

There are ports Ports used in the Axxon PSIM:

CCTV: Hikvision and Milesight
Порт веб-сервера - 80, порт RSTP-сервера - 554

Web server port—80, RSTP server port—554

Galaxy Dimension Panel

При использовании сетевого подключения:

When you use a network connection:

  1. The command socket (from

Командный сокет (от нас (
  1. glx2.run

) к панели) порт
  1. to the panel)—port 10005,

строго фиксирован
  1. strictly fixed.

 
Событийный сокет (от панели к нам) порт настраиваемый, по умолчанию 10002. Адрес прослушивания (локальный адрес, на котором ожидается подключение со стороны панели) так же настраивается в дереве оборудования. Есть нюанс. каждый модуль открывает отдельный канал прослушивания событий и пересекаться они не должны. То есть если в системе 10 панелей Galaxy, то должно быть 10 разных портов на прослушивание
  1. The event socket (from the panel to glx2.run)—a configurable port, 10002 by default. The listening address (the local address on which the communication from the panel is expected) is also configured in the hardware tree.
    Note! Each module opens a separate channel for event listening, and these channels must not intersect. For example, if there are 10 Galaxy panels in the system, there must be 10 different ports for listening

EsserEsser moduleport
:
22396. communication with Esser SEI module is via RS (physical connection)
Vanderbilt SPCThe PSIM server is listening to communication between the Vanderbilt device and the PSIM server on a configurable port, but
as
by default it is 52000.
vanderbilt
The Vanderbilt server module works on 22382 (server
->
client).
vanderbilt
The Vanderbilt client works on 22403 (client
->server
server)
22403
Suprema Biometrical ACS v2
Сам

suprema_2.run

занимает порт

uses port 22328.

Порты соединений к устройствам настраиваются в самих устройствах Suprema и в объекте в настройках в PSIM. Соответственно достаточно выбрать пул портов по количеству устройств и заранее его зарезервировать и настроить соответственно. 
А вот порты исходящих соединений - выбирается динамически и никаким образом мы у себя задать его принудительно не можем, к сожалению. Особенности SDK.

Ports that communicate with devices are configured in the Suprema devices and in the settings of an object in Axxon PSIM. Therefore, it's sufficient to select a pool of ports based on the number of devices, reserve it in advance, and configure it accordingly.

Outgoing communication ports are dynamically selected, and you cannot set them forcibly. This is a feature of the SDK.

The easiest way is to allow all outgoing communication to the suprema_2.run application in the firewall settings.

Otherwise, significant modifications are required to implement communication from devices to the module, rather than from the module to devices

Самый простой способ - разрешить любые исходящие соединения приложению suprema_2.run в брандмауэре. 

В противном случае требуются значительные доработки, для реализации связи от устройств к нам, а не от нас к устройствам