Confirmed Signals: Difference between revisions

From CANopen-Lift
Jump to navigation Jump to search
(Created page with "== Bestätigte Signale == === Allgemeines === Es kann nicht ausgeschlossen werden, dass ein Eingangssignal auf dem Weg zum Call Controller verloren geht. Eine beliebte Ursac...")
 
No edit summary
 
Line 1: Line 1:
== Bestätigte Signale ==
== Confirmed Signals ==


=== Allgemeines ===
=== In General ===


Es kann nicht ausgeschlossen werden, dass ein Eingangssignal auf dem Weg zum Call Controller verloren geht. Eine beliebte Ursache sind aus diversen Gründen überlaufende Sende- und Empfangsbuffer. Auch die erfolgreiche Übertragung einer Nachricht über den CAN-Bus ist zwar sehr wahrscheinlich, aber nicht zu 100% gewährleistet.
It cannot be ruled out that an incoming signal gets lost on its way to the call controller. A common cause are send and receive buffers that overflow for various reasons. Even the successful transmission of a message via the CAN bus is highly probable but not 100% guaranteed.


=== Signale ===
=== Signals ===


Für folgende virtuellen Eingänge ist die Sicherheit der Übertragung von entscheidender Bedeutung:
For the following virtual inputs the security of the transmission is of special importance:


* Basic 0Eh, Sub 0Bh (Fire service enable)
* Basic 0Eh, Sub 0Bh (Fire service enable)
Line 14: Line 14:
* Basic 12h, Sub 01h .. FEh (Fire detector)
* Basic 12h, Sub 01h .. FEh (Fire detector)


Diese werden als bestätigte Signale bezeichnet.
These are called confirmed signals.


=== Methode ===
=== Method ===


Die Input Panel Unit, welche das bestätigte Signal bedient, sendet bei jedem Zustandswechsel des Eingangs ein virtuelles Eingangssignal an die Call Controller der beteiligten Aufzüge.
The Input Panel Unit, which controls the confirmed signal, sends after each change of state of the input a virtual input signal to the call controller of the involved lifts.


Die Call Controller prüfen bei jedem Empfang eines virtuellen Eingangssignals, ob es sich bei diesem um ein bestätigtes Signal handelt. Ist dies der Fall, senden sie eine Bestätigung als virtuelles Ausgangssignal. Im Byte 2 (Lift) ist nur das Bit des dem Call Controller zugeordneten Aufzugs gesetzt. Die übrigen Bytes sind eine Kopie des empfangenen virtuellen Eingangssignals. Eine Steuerung, die mehrere Call Controller zusammenfasst, setzt die entsprechenden Bits im Byte 2.
The Call Controllers check after each incoming virtual input signal whether it is a confirmed signal. If that is the case they send a confirmation as virtual output signal. In the Byte 2 (Lift) only the bit of the lift assigned to the call controller is set. The remaining bytes are a copy of the received virtual input signal. A controller that subsumes several call controllers sets the appropriate bits in byte 2.


Die Input Panel Unit wiederholt das Senden des virtuelle Eingangssignals im Abstand von 2 Sekunden beginnend mit dem letzten Zustandswechsel des Eingangs, wenn die Bestätigungen von den verschiedenen Call Controllern nicht dem Zustand des Eingangs entspricht. Dabei sind im Byte 2 nur noch die Bits gesetzt, die nicht bestätigt wurden.
The Input Panel Unit repeats the sending of the virtual input signal at a two second rate, starting with the last change of state of the input, if the confirmation of various call controllers is not corresponding to the state of the input. In byte 2 there are only bits set that are not confirmed.


=== Beispiel ===
=== Examples ===


Gruppe mit 3 Aufzügen und einem Brandfallschalter auf Etage 2 an Knoten 22.
Group with 3 lifts and a fire switch at the second floor at node 22.


Erfolgreiche Übertragung
Successful Transmission


  COB-ID: 0x496  Daten: 0x01 0x11 0x02 0x07 0x17 0x0E
  COB-ID: 0x496  Data: 0x01 0x11 0x02 0x07 0x17 0x0E
  COB-ID: 0x400  Daten: 0x01 0x11 0x02 0x01 0x17 0x0E
  COB-ID: 0x400  Data: 0x01 0x11 0x02 0x01 0x17 0x0E
  COB-ID: 0x401  Daten: 0x01 0x11 0x02 0x06 0x17 0x0E
  COB-ID: 0x401  Data: 0x01 0x11 0x02 0x06 0x17 0x0E


Gestörte Übertragung
Distorted Transmission


  COB-ID: 0x496  Daten: 0x01 0x11 0x02 0x07 0x17 0x0E
  COB-ID: 0x496  Data: 0x01 0x11 0x02 0x07 0x17 0x0E
  COB-ID: 0x400  Daten: 0x01 0x11 0x02 0x01 0x17 0x0E
  COB-ID: 0x400  Data: 0x01 0x11 0x02 0x01 0x17 0x0E
  ... 2 Sekunden ...
  ... 2 Seconds ...
  COB-ID: 0x496  Daten: 0x01 0x11 0x02 0x06 0x17 0x0E
  COB-ID: 0x496  Data: 0x01 0x11 0x02 0x06 0x17 0x0E
  ... 2 Sekunden ...
  ... 2 Seconds ...
  COB-ID: 0x496  Daten: 0x01 0x11 0x02 0x06 0x17 0x0E
  COB-ID: 0x496  Data: 0x01 0x11 0x02 0x06 0x17 0x0E
  COB-ID: 0x401  Daten: 0x01 0x11 0x02 0x06 0x17 0x0E
  COB-ID: 0x401  Data: 0x01 0x11 0x02 0x06 0x17 0x0E


=== Konfiguration ===
=== Configuration ===


Für die bestätigten Signale ist keine Konfiguration in den Objekten 6200h bis 621Fh notwendig.
For the confirmed signals there is not configuration in the objects 6200h to 621Fh necessary.


=== Abgrenzung ===
=== Demarcation ===


Die bestätigten Signale erhöhen die Sicherheit, dass ein Eingangssignal eines Geräts bis zur Steuerung gelangt. Die Gültigkeit des Eingangssignals selbst ist mit bestätigten Signalen nicht verifizierbar. Da die Bestätigung im Gerät vorliegt, kann diese wenn nötig auch an die Signalquelle weitergeleitet werden.
The confirmed signals improve certainty that an input signal of a device reaches the control. The validity of the input signal itself is not verifiable with confirmed signal. Since this is available in the device it can be forwarded to the signal source if necessary.


[[Kategorie:Erweiterungen des Profils]]
[[Category: Extensions of the Profile]]

Latest revision as of 16:09, 22 September 2014

Confirmed Signals

In General

It cannot be ruled out that an incoming signal gets lost on its way to the call controller. A common cause are send and receive buffers that overflow for various reasons. Even the successful transmission of a message via the CAN bus is highly probable but not 100% guaranteed.

Signals

For the following virtual inputs the security of the transmission is of special importance:

  • Basic 0Eh, Sub 0Bh (Fire service enable)
  • Basic 0Eh, Sub 0Ch (Fire service)
  • Basic 0Eh, Sub 17h (Case of fire)
  • Basic 12h, Sub 01h .. FEh (Fire detector)

These are called confirmed signals.

Method

The Input Panel Unit, which controls the confirmed signal, sends after each change of state of the input a virtual input signal to the call controller of the involved lifts.

The Call Controllers check after each incoming virtual input signal whether it is a confirmed signal. If that is the case they send a confirmation as virtual output signal. In the Byte 2 (Lift) only the bit of the lift assigned to the call controller is set. The remaining bytes are a copy of the received virtual input signal. A controller that subsumes several call controllers sets the appropriate bits in byte 2.

The Input Panel Unit repeats the sending of the virtual input signal at a two second rate, starting with the last change of state of the input, if the confirmation of various call controllers is not corresponding to the state of the input. In byte 2 there are only bits set that are not confirmed.

Examples

Group with 3 lifts and a fire switch at the second floor at node 22.

Successful Transmission

COB-ID: 0x496  Data: 0x01 0x11 0x02 0x07 0x17 0x0E
COB-ID: 0x400  Data: 0x01 0x11 0x02 0x01 0x17 0x0E
COB-ID: 0x401  Data: 0x01 0x11 0x02 0x06 0x17 0x0E

Distorted Transmission

COB-ID: 0x496  Data: 0x01 0x11 0x02 0x07 0x17 0x0E
COB-ID: 0x400  Data: 0x01 0x11 0x02 0x01 0x17 0x0E
... 2 Seconds ...
COB-ID: 0x496  Data: 0x01 0x11 0x02 0x06 0x17 0x0E
... 2 Seconds ...
COB-ID: 0x496  Data: 0x01 0x11 0x02 0x06 0x17 0x0E
COB-ID: 0x401  Data: 0x01 0x11 0x02 0x06 0x17 0x0E

Configuration

For the confirmed signals there is not configuration in the objects 6200h to 621Fh necessary.

Demarcation

The confirmed signals improve certainty that an input signal of a device reaches the control. The validity of the input signal itself is not verifiable with confirmed signal. Since this is available in the device it can be forwarded to the signal source if necessary.