Line 602: |
Line 602: |
| *'t' - DALLAS | | *'t' - DALLAS |
| | | |
− | *'-' - none | + | *'-' - keine |
− | Example: io='KKKKKKKKKKKKKKKKKKKKKKKKKKKK'
| + | Beispiel: io='KKKKKKKKKKKKKKKKKKKKKKKKKKKK' |
| |- | | |- |
− | |colspan="3"|'''Only for Metaforsa 3.plus''' | + | |colspan="3"|'''Nur für Metaforsa 3.plus''' |
| |- | | |- |
| |cfg||string||98||9600/8N1||cfg='SPEED/BPS', where | | |cfg||string||98||9600/8N1||cfg='SPEED/BPS', where |
− | *SPEED – baud rate [1200..115200]; | + | *SPEED - Baudrate [1200..115200]; |
− | *B – data length [7,8]; | + | *B - Datenlänge [7,8]; |
− | *P – presence and type of parity bit [N(No parity),E(Even parity),O(Odd parity)]; | + | *P - Vorhandensein und Art des Paritätsbits [N(Keine Parität),E(Gerade Parität),O(Ungerade Parität)]; |
− | *S – stop bit length [1, 1.5 or 2]. | + | *S - Länge des Stoppbits [1, 1,5 oder 2]. |
− | Example:
| + | Beispiel: |
− | <syntaxhighlight lang="xml" line> | + | <syntaxhighlight lang="xml" Zeile> |
| hw="cfg='9600/8N1'" | | hw="cfg='9600/8N1'" |
| </syntaxhighlight> | | </syntaxhighlight> |
| |- | | |- |
− | |[Protocol]||string||98||—||Protocol setting is described by protocol parameter. The following | + | |[Protokoll]||string|||98||-||Die Protokolleinstellung wird durch den Protokollparameter beschrieben. Die folgenden |
− | protocols are supported:
| + | Protokolle werden unterstützt: |
− | *'modbus', Modbus protocol, at the end of redirection the checksum CRC16(Modbus) is added; | + | *'modbus', Modbus-Protokoll, am Ende der Umleitung wird die Prüfsumme CRC16 (Modbus) hinzugefügt; |
− | *'dmx', DMX protocol; | + | *'dmx', DMX-Protokoll; |
− | *'CO2' for connecting Larnitech CO2 sensors; | + | *'CO2' für den Anschluss von Larnitech CO2-Sensoren; |
− | *'salda' for connecting Salda ventilation. | + | *'salda' für den Anschluss der Salda-Lüftung. |
− | Example:
| + | Beispiel: |
− | <syntaxhighlight lang="xml" line> | + | <syntaxhighlight lang="xml" Zeile> |
| hw="cfg='9600/8N1' modbus" | | hw="cfg='9600/8N1' modbus" |
| </syntaxhighlight> | | </syntaxhighlight> |
| |- | | |- |
− | |echo||on; off||98||'off'||For settings check out and testing echo parameter can be used. Module | + | |echo||on; off||98||'off'||Für die Einstellungen kann der echo-Parameter zum Auschecken und Testen verwendet werden. Modul |
− | echo-reply can be turned on or off with the help of this parameter.Echo parameter value:
| + | Die Echo-Antwort kann mit Hilfe dieses Parameters ein- oder ausgeschaltet werden: |
| *'off' | | *'off' |
− | *'on' | + | *'an' |
− | Example:
| + | Beispiel: |
− | <syntaxhighlight lang="xml" line> | + | <syntaxhighlight lang="xml" Zeile> |
| hw="cfg='9600/8N1' echo='off'" | | hw="cfg='9600/8N1' echo='off'" |
| </syntaxhighlight> | | </syntaxhighlight> |