Piekļuves kontrole · SALTO · ASSA ABLOY · OSDP v2 · BACnet · KNX · 10 min lasīšanai

SALTO un ASSA ABLOY tiešsaistes durvju sistēmas: KNX integrācija caur OSDP un BACnet

SALTO un ASSA ABLOY ir divas lielas Eiropas piekļuves kontroles platformas ar atšķirīgiem integrācijas ceļiem uz KNX. SALTO XS4 piedāvā BACnet/IP kā izvēles moduli un SHIP kā patentētu protokolu, savukārt ASSA ABLOY zīmoli, tostarp HID Global, atbalsta OSDP v2 un REST API. Pareizā integrācijas ceļa izvēle ir atkarīga no platformas versijas, ēkas veida un esošā BMS vai KNX kontrollera.

SALTO XS4 tiešsaistes platforma un KNX integrācijas ceļi

SALTO Systems (Spānija) ražo XS4 tiešsaistes piekļuves kontroles platformu, kas plaši izmantota Eiropas birojos, slimnīcās un universitātēs. SALTO XS4 tiešsaistes instalācijām ir divi KNX integrācijas ceļi:

SALTO SHIP (SALTO Host Interface Protocol) ir patentēts IP protokols trešo pušu integrācijai. Izmantojiet SALTO SHIP servera starpprogrammatūru, lai pārraidītu notikumus uz Node-RED vai pielāgotu KNX skriptu. SHIP reāllaikā sniedz durvju stāvokļa, piekļuves notikumu un karšu turētāju datus pa TCP/IP.

SALTO BACnet/IP modulis — KNX tilts caur LOYTEC LGATE-950

SALTO XS4 with optional BACnet/IP module installed:
  Exposes door states and access events as BACnet objects
  BI (Binary Input): door open/closed state per door
  BI: last access granted (pulsed, 1s ON per event)
  AV (Analog Value): access count (resets daily)

LOYTEC LGATE-950 BACnet/IP to KNX gateway:
  Configure LGATE-950 as BACnet client
  SALTO BACnet server IP: <salto-server-ip> port 47808
  Map BACnet BI:1 (door open) → KNX GA '2/0/1' DPT 1.001
  Map BACnet BI:2 (access granted) → KNX GA '2/0/2' DPT 1.001

In LGATE-950 L-STUDIO configuration tool:
  Add BACnet device (SALTO server IP/port)
  Read BI objects → assign to LGATE data points
  Map data points to KNX group addresses
  Set poll interval: 1 second for door state GAs

KNX floor plan display (MDT SCN-IP000.03 IP interface):
  GA 2/0/1 drives door open/closed indicator on touchpanel

Svarīgi — SALTO SVN bezsaistes ierobežojums: SALTO SVN (Space Virtual Network) bezsaistes lasītāji glabā piekļuves tiesības uz pašas kartes — nav tiešsaistes savienojuma ar lasītāju. Reāllaika KNX integrācijai der tikai SALTO XS4 tiešsaistes lasītāji ar Ethernet savienojumu. Pirms KNX integrācijas projekta precizējiet pie uzstādītāja, vai esošā SALTO instalācija ir bezsaistes SVN vai tiešsaistes XS4.

ASSA ABLOY platformas pārskats un HID Global OSDP lasītāji

ASSA ABLOY ir pasaulē lielākais piekļuves kontroles uzņēmums, kas apvieno vairākus zīmolus: Yale Nexus IP (Apvienotā Karaliste un Eiropa), HID Global (identifikācijas tehnoloģijas) un ASSA ABLOY Opening Solutions. KNX integrācijai galvenie ceļi ir HID Global OSDP v2 lasītāji lasītāju līmenī un ASSA ABLOY ARCOS IP bāzēts piekļuves serveris pārvaldības līmenī.

HID Global OSDP v2 lasītājs — Beckhoff TwinCAT integrācija

Hardware setup:
  HID RP40 or RM40 multi-technology reader (OSDP v2)
  RS485 wiring: reader A/B to Beckhoff EL6700 RS485 terminal
  Beckhoff CX9020 with EL6900 KNX EtherCAT terminal

TwinCAT configuration:
  EL6700: OSDP master mode, baud 9600, address 1
  Install Beckhoff TE6730 OSDP function library

TwinCAT PLC Structured Text:
  OSDP_ReadCardNumber(fbOsdp, nCardNumber => wCardNum);
  IF wCardNum = CARD_SERVER_ROOM_1 THEN
    KNX_Write(GA := '9/0/1', bValue := TRUE); // door open KNX
    KNX_Write(GA := '9/0/2', bValue := TRUE); // HVAC occupied
  END_IF

OSDP bidirectional: write LED colour back to reader
  KNX access granted GA → EL6700 → reader LED green
  KNX access denied  GA → EL6700 → reader LED red
  Provides visual feedback to cardholder at reader

ASSA ABLOY ARCOS REST API integrācija

ASSA ABLOY ARCOS platforma nodrošina IP bāzētu piekļuves pārvaldības serveri ar REST API. Integrācijas modelis ir identisks Gallagher Command Centre REST API pieejai — OAuth2 autentifikācija, notikumu aptaujāšana vai tīmekļa pieslēgvietas, un Node-RED tilts uz KNX. Tas padara ARCOS par vienu no vienkāršākajām ASSA ABLOY platformām savienošanai ar KNX.

ARCOS REST API uz KNX — Node-RED plūsmas struktūra

Authentication:
  POST /arcos/api/v1/auth/token
  Body: { "clientId": "...", "clientSecret": "..." }
  Returns: { "token": "Bearer ...", "expiresIn": 3600 }

Event polling:
  GET /arcos/api/v1/events?since={timestamp}&limit=50
  Authorization: Bearer {token}
  Returns: array of access events (same structure as Gallagher)

Node-RED flow:
  Inject node (5s interval) → HTTP request node (ARCOS events)
  → switch node (filter by eventType and door name)
  → KNX write node (GA based on door-to-GA mapping)

ARCOS also supports webhook push (version 3.2+):
  Configure webhook URL in ARCOS admin panel
  → Node-RED HTTP input node receives events in real time
  → eliminates polling, reduces latency to under 500ms

Identical KNX GA scheme to Gallagher integration:
  Access granted → lighting and HVAC group addresses
  Door forced → alarm relay group address

Serveru telpas dzesēšanas automatizācija, atverot durvis

Praktisks SALTO vai ASSA ABLOY KNX integrācijas pielietojums ir serveru telpas precīzās dzesēšanas optimizācija. Kad inženieris ieiet serveru telpā, durvju atvēršanas notikums izraisa īslaicīgu dzesēšanas jaudas palielināšanu. Pēc durvju aizvēršanas sistēma pēc stabilizācijas perioda atgriežas pie standarta iestatījuma.

Serveru telpas durvju notikums uz STULZ precīzās dzesēšanas KNX vadību

Access granted — server room door (SALTO or ASSA ABLOY):
  → KNX GA 9/0/1 = true (door open event)
  → KNX logic writes STULZ precision cooling setpoint:
      GA 9/0/2 = 18 (reduced from standard 20°C — DPT 9.001)
      GA 9/0/3 = true (STULZ high-capacity mode via relay)

STULZ CRAC unit with KNX interface (STULZ KNX option card):
  Accepts setpoint write on KNX GA
  Reduces room temperature during engineer work
  Provides additional cooling margin while door was open

Door closed event (SALTO BACnet BI or OSDP status):
  → Start 15-minute timer in KNX logic module
  → After 900 seconds:
      GA 9/0/2 = 20 (return to standard setpoint)
      GA 9/0/3 = false (disable high-capacity mode)

Energy saving calculation:
  Standard setpoint 20°C: STULZ runs at base load
  High-capacity mode: only during door-open + 15min window
  Avoids continuous low setpoint that would otherwise be
  set manually by engineers and forgotten overnight

OSDP priekšrocība kompaktām KNX integrācijām

OSDP v2 nodrošina divvirzienu saziņu starp lasītāju un kontrolieri — kontrolieris var attēlot LED krāsu un tekstu uz lasītāja displeja, ne tikai nolasīt kartes datus. Visi lielākie zīmoli — Gallagher, Paxton, HID un ASSA ABLOY — atbalsta OSDP v2 savos pašreizējos lasītāju modeļos.

Beckhoff TwinCAT DIN-sliežu integrācija — OSDP + KNX + Modbus

Single DIN-rail controller handling three protocols:
  Beckhoff CX9020 (EtherCAT controller, 24V DIN-rail)
  + EL6700 RS485 terminal → OSDP v2 reader (access control)
  + EL6900 KNX TP terminal → KNX bus (building automation)
  + EL6001 RS232 terminal → Modbus RTU meter (energy)

TwinCAT PLC logic integrates all three:
  OSDP card read → KNX scene trigger
  KNX binary input → OSDP reader LED command
  Modbus energy meter → KNX energy GA update

Footprint: 6 DIN-rail modules + controller
  No separate PC server, no additional middleware
  All logic in TwinCAT Structured Text — fully documented

Suitable for: small commercial offices (under 20 doors)
  with existing Beckhoff KNX panels
  Most compact solution for combined OSDP + KNX requirement

Praktisks ieteikums: Lielākajai daļai KNX projektu visvieglāk uzturams ir viegls starpprogrammatūras risinājums — Node-RED uz Raspberry Pi 4 vai Enertex EibPC — kas savieno piekļuves sistēmas API ar KNX grupām. Pilna BACnet integrācija caur LOYTEC vai OSDP ar TwinCAT ir ieteicama lielās komerciālās ēkās ar īpašiem BMS inženieriem, kas spēj uzturēt PLC kodu. Izvēlieties atkarībā no ēkas pārvaldības komandas spējām un uzturēšanas līguma.

Nepieciešams KNX panelis ar SALTO vai ASSA ABLOY integrāciju pēc pasūtījuma?

Mēs projektējam un izgatavojam vājstrāvas paneļus ar BACnet/IP LOYTEC tiltiem, OSDP v2 Beckhoff TwinCAT kontrolleriem, ARCOS REST API Node-RED plūsmām un pilnu nodošanas ekspluatācijā dokumentāciju, kas tiek piegādāta jūsu objektā.

Pieprasīt cenu →
Ielādējas...
Uz augšu